Skip to content

Console Output

Started by user kai.hudalla@bosch-si.com
Building in workspace /home/hudson/genie.hono/.jenkins/jobs/slave/workspace
[workspace] $ /bin/sh -xe /tmp/genie.hono/jenkins2625753310113815572.sh
+ ssh-keygen -t rsa -b 4096 -C 'CBI genie' -f /opt/public/hipp/homes/genie.hono/.ssh/id_rsa.cbi -N ''
Generating public/private rsa key pair.
Your identification has been saved in /opt/public/hipp/homes/genie.hono/.ssh/id_rsa.cbi.
Your public key has been saved in /opt/public/hipp/homes/genie.hono/.ssh/id_rsa.cbi.pub.
The key fingerprint is:
a6:f6:75:e1:f0:e3:ad:f5:98:5b:e6:ae:99:ba:34:60 [MD5] CBI genie
The key's randomart image is:
+--[ RSA 4096]----+
|                 |
|                 |
|                 |
|                 |
|        S E .    |
|       o . = .   |
|      o   . B . o|
|     . . . + = X |
|        .   =+O++|
+--[MD5]----------+
+ chmod 600 /opt/public/hipp/homes/genie.hono/.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 /opt/public/hipp/homes/genie.hono/.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 /opt/public/hipp/homes/genie.hono/.ssh/id_rsa.cbi.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC4ghQoDlDsSkM8rIfZeZDJ42G+X2LcsoGgFDevg4oYkelzJBQdmmWuoJWJ7FgnaUMulBB9aHHBjrnfEXJTurX/5NFHuRnf4cYryrY3rMN0BcSGJaHpJ4dTt0X2YboVkXHkyliyi6VY3Ec5eiGOmsCHHjagx/2CyF0PquVuF5UvaspNruMtZ68k1I6hKn3nwE9xH/rjJuEKry+Qewj69PQgIuqFT+4UrGOXib9WYkDJhqP+ZfNavHV/jz5mYdY2LT24uhF1M7ObfDOcWInmkC+MAL60P/rhYqqsgv//Hx5RigliWrRPWcCFvh4GBYiNd09KjXGwxMAzc4B6VNHuY9cGZ5KyQrspq9Artl4UejkYHaihxZf1NQDND1T1R27LpI0ebIf9EnvsPkto4R0foekWiQj7bYG/utEz2uPs+cu3AFeiuncmnGUIkPuFsLktAoZuY25KhTQoJeHlpQcFbo10d+wt6J9MhysgAYl5kxRK5lAahzmTUmmmkn/LHfeVYnehhfftKodm49OFP/Ue0dm13//NlpGUA97Cu16mmQZHHzmstx2JnR8xBL2DFiU3scIDY8NlTfu4cEeyzodA142BUSXG+VpkLY1I+aG3H91sky+MHZNo5APjJrJqYCP/KVz0EKB4wcQirL/sueLOia0/zCBD4WZiHXDwHcDDxkPnGw== CBI genie
+ echo 'Creating config'
Creating config
+ echo ''
+ echo 'Host build.eclipse.org'
+ echo 'StrictHostKeyChecking no'
+ echo 'Host external-slave'
+ echo 'StrictHostKeyChecking no'
+ echo 'IdentityFile ~/.ssh/id_rsa.cbi'
+ echo 'PubkeyAuthentication yes'
+ echo 'ServerAliveInterval 60'
+ echo 'ProxyCommand ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa.cbi build.eclipse.org netcat %h 22'
+ chmod 600 /opt/public/hipp/homes/genie.hono/.ssh/config
+ echo

+ echo 'Finished setting up SSH config'
Finished setting up SSH config
+ cat /opt/public/hipp/homes/genie.hono/.ssh/config
Host github.com
Hostname github.com
#Port 443
#ProxyCommand ~/corkscrew-2.0/corkscrew proxy.eclipse.org 9898 %h %p
User git
IdentityFile ~/.ssh/id_rsa.github
PubkeyAuthentication yes

Host build.eclipse.org
StrictHostKeyChecking no
Host external-slave
StrictHostKeyChecking no
IdentityFile ~/.ssh/id_rsa.cbi
PubkeyAuthentication yes
ServerAliveInterval 60
ProxyCommand ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa.cbi 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