Started by user marc-andre.laperle@ericsson.com [workspace] $ /bin/bash -x /tmp/hudson1546421414775067886.sh + whoami genie.swtbot + ls -l /home/hudson/genie.swtbot/.ssh total 8 -rw------- 1 genie.swtbot technology.swtbot 221 Nov 8 2013 authorized_keys -rw------- 1 genie.swtbot technology.swtbot 1671 Sep 5 2013 id_rsa + echo 'pub key' pub key + cat /home/hudson/genie.swtbot/.ssh/id_rsa.cbi.pub cat: /home/hudson/genie.swtbot/.ssh/id_rsa.cbi.pub: No such file or directory + echo 'Authorized keys' Authorized keys + cat /home/hudson/genie.swtbot/.ssh/authorized_keys ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAsikwg8W6LBvXm9vJwgOeY6Jh5nKyP3f5uUzEgQcngCUaPgFMynXofBHG1/C1tYaAdfqJOOZWyM5rjVSAjcyHDXZoINNLIFCJAfIvdqY4rPOE38itMtuezm3jWArYuhkq1mbh67ypwwPgSslm+sZ/I+QP0olqRWbaWBUVF48Uwas= genie@node3 + echo 'ssh config' ssh config + cat /home/hudson/genie.swtbot/.ssh/config cat: /home/hudson/genie.swtbot/.ssh/config: No such file or directory + ssh-keygen -t rsa -b 4096 -C 'CBI genie' -f /home/hudson/genie.swtbot/.ssh/id_rsa.cbi -N '' Generating public/private rsa key pair. Your identification has been saved in /home/hudson/genie.swtbot/.ssh/id_rsa.cbi. Your public key has been saved in /home/hudson/genie.swtbot/.ssh/id_rsa.cbi.pub. The key fingerprint is: d3:0d:7d:c4:97:c5:8c:6d:74:0e:0f:88:f5:c0:16:40 [MD5] CBI genie The key's randomart image is: +--[ RSA 4096]----+ | .E=+++**| | ..++o*B| | ... ooo| | . o . | | S . . | | . | | | | | | | +--[MD5]----------+ + chmod 600 /home/hudson/genie.swtbot/.ssh/id_rsa.cbi.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.swtbot/.ssh/id_rsa.cbi.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.swtbot/.ssh/id_rsa.cbi.pub ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC2/WTVFTc0NTBLk2eEC7mqS+H7/Xcjh9XYzta32lkISNsF0qFn3Dlv+IW2lQMg9GRptgNa1deotZ9s9JEsyGyogV/hoCSNBXLjpq1fa6UJVGLH/QBKNIefsghE2wm5RN+hsacGNaAsKZ55+hzzvK8txLlALah703qGs9/vdV790zmB2+5r4428uQD6rqST2BobkN7EDGaRkW+sSggfGz9sEcq2gpP2rVps3LQzlgLsejbjJiI2BECfflAIHWS/AcVImNJ0VzwkgX2ZrlMeedy9vE7MHYmcNm42ITbsiJlFU1OZX4fPSWTcClrRqkdN4FvBaWaDy5Yi0gtwQ+S4IK1PseOcRr+9GxHDtLZi2+ppTRzLVeji3MJmuNAhJH9mPZJu5xZqMZz8wvDdD6HKKvYsjks4R0IIR139JcSOnT75+gCLxHBamgI+gUqubAMQCLtANRp33r/B8a7XewCTGV1DrMuT3ejnv0WKmcMJPU05ROINgDzhq6EFhBUuc0vyRLOUkGKlijEctk438aq7ty8kimKZSvTXiO+XCZAI++bqKWCV0er6hSC+QygC9vK2GF9K0AxFG1Ouw3R/jkLjWmZie5JW0kecPIAaz5d4oO7ctOlRF2B8sr2RhY1FNR0eKSV9JV1tnWOyGGX/Fch7u331Mh/LX8jHSlUKsS6mUDJWHw== CBI genie + echo 'Current SSH config' Current SSH config + cat /home/hudson/genie.swtbot/.ssh/config cat: /home/hudson/genie.swtbot/.ssh/config: No such file or directory + cp /home/hudson/genie.swtbot/.ssh/config /home/hudson/genie.swtbot/.ssh/config.old cp: cannot stat ‘/home/hudson/genie.swtbot/.ssh/config’: No such file or directory + rm /home/hudson/genie.swtbot/.ssh/config rm: cannot remove ‘/home/hudson/genie.swtbot/.ssh/config’: No such file or directory + echo 'Connecting Ubuntu machine' Connecting Ubuntu machine + echo 'Creating config' Creating config + echo '' + echo 'Host 107.178.215.249' + echo 'StrictHostKeyChecking no' + echo 'IdentityFile ~/.ssh/id_rsa.cbi' + echo 'User hudson' + echo 'PubkeyAuthentication yes' + echo 'ServerAliveInterval 60' + echo 'ProxyCommand ssh -i ~/.ssh/id_rsa.cbi build.eclipse.org netcat %h 22' + chmod 600 /home/hudson/genie.swtbot/.ssh/config + echo + echo 'Finished setting up SSH config' Finished setting up SSH config + ls -l /home/hudson/genie.swtbot/.ssh total 20 -rw------- 1 genie.swtbot technology.swtbot 956 Nov 5 17:53 authorized_keys -rw------- 1 genie.swtbot technology.swtbot 207 Nov 5 17:53 config -rw------- 1 genie.swtbot technology.swtbot 1671 Sep 5 2013 id_rsa -rw------- 1 genie.swtbot technology.swtbot 3243 Nov 5 17:53 id_rsa.cbi -rw------- 1 genie.swtbot technology.swtbot 735 Nov 5 17:53 id_rsa.cbi.pub + cat /home/hudson/genie.swtbot/.ssh/config Host 107.178.215.249 StrictHostKeyChecking no IdentityFile ~/.ssh/id_rsa.cbi User hudson PubkeyAuthentication yes ServerAliveInterval 60 ProxyCommand ssh -i ~/.ssh/id_rsa.cbi build.eclipse.org netcat %h 22 Finished: SUCCESS