Skip to content

Console Output

Started by user charlie.gracie@gmail.com
Building on master in workspace /home/hudson/genie.omr/.jenkins/jobs/test/workspace
[workspace] $ /bin/sh -xe /tmp/jenkins9210090824926863257.sh
+ ssh-keygen -t rsa -b 4096 -C 'OMR genie' -f /home/hudson/genie.omr/.ssh/id_rsa.omr -N ''
Generating public/private rsa key pair.
Your identification has been saved in /home/hudson/genie.omr/.ssh/id_rsa.omr.
Your public key has been saved in /home/hudson/genie.omr/.ssh/id_rsa.omr.pub.
The key fingerprint is:
e0:df:ba:f4:49:ae:22:77:6c:e0:fd:3d:b9:f8:9e:23 [MD5] OMR genie
The key's randomart image is:
+--[ RSA 4096]----+
|                 |
|                 |
|      .          |
|     . .         |
|      . S        |
|      .. .       |
|     . +o o  .   |
|    . +.==E++.   |
|     o +++*+*+   |
+--[MD5]----------+
+ chmod 600 /home/hudson/genie.omr/.ssh/id_rsa.omr.pub
+ echo 'Adding pub key to authorized_keys file to log into build.eclipse.org'
Adding pub key to authorized_keys file to log into build.eclipse.org
+ cat /home/hudson/genie.omr/.ssh/id_rsa.omr.pub
+ echo 'Copy this key to your remote server'\''s ~/.ssh/authorized_keys file'
Copy this key to your remote server's ~/.ssh/authorized_keys file
+ cat /home/hudson/genie.omr/.ssh/id_rsa.omr.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDLrTxOP1x4CjyK3MfcAZY5R0jEbp48GoQ+/Z+gpW97KrkSxyB2YP7uzPCPpcjAClz4FXispAa7KQr2Wp/Gh38kUW9VqzjbqW9p8elw5fiGYCmbaOay/725PrSH91lpWfqJ9j7Pd9f0QYkTY6UtcOvXLJbKyS91y0w5iH70BiSwGchQ7BaunA7nhNzKwy1cedZ7tyT/Du3Gc5skBFlcbTDYiYgl/GPb2vBSfvalzdOA/FYC8tLnGyPKmypJZ2fRHANqxvidJd9zHcj7BY106hfageRpTyFKyOF0eMkvT5VbwcX30G+piUpHcOuPdrbjG18gezSc7ze9eiVlaF6PvU3O3fjfmTMjhmOXXncrjgZ9kGvrRjdAs5tU4EoYW7WazpMnuI33s14MWPtqQ+DFjmuxw5wrIfR8Szpw67PYrSFwWVF7c0ezflM4BBPi+t/2kFSjrsJQWuaSqeAycrPOv+d32t6MsruGNo2533FMJx+Tu/EMduL/FbFZfDnjhJQNyHVabgrhZFvespEG3y4aEZvsprjQZmG+kvI1+ASceCA7k2dzntDNsVTlNogBjnVhrITegcUhipX8cmdO419Yan7/VzA4bT1J1VgIRJs/D3NhRWCiTNBvmSZzvDbTj97FYSIDXr6nY9KEfCkRlKNYchjRf0GYHzjC/i0p1S4CxQslew== OMR genie
+ echo 'Creating config'
Creating config
+ echo ''
+ echo 'Host build.eclipse.org'
+ echo 'StrictHostKeyChecking no'
+ echo 'Host 148.100.33.170'
+ echo 'StrictHostKeyChecking no'
+ echo 'Host 148.100.33.171'
+ echo 'StrictHostKeyChecking no'
+ echo 'IdentityFile ~/.ssh/id_rsa.omr'
+ echo 'PubkeyAuthentication yes'
+ echo 'ServerAliveInterval 60'
+ echo 'ProxyCommand ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa.omr build.eclipse.org netcat %h 22'
+ chmod 600 /home/hudson/genie.omr/.ssh/config
+ echo

+ echo 'Finished setting up SSH config'
Finished setting up SSH config
+ cat /home/hudson/genie.omr/.ssh/config

Host build.eclipse.org
StrictHostKeyChecking no
Host 148.100.33.170
StrictHostKeyChecking no
Host 148.100.33.171
StrictHostKeyChecking no
IdentityFile ~/.ssh/id_rsa.omr
PubkeyAuthentication yes
ServerAliveInterval 60
ProxyCommand ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa.omr build.eclipse.org netcat %h 22
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS