Skip to content

Console Output

Started by user Julien Enoch
Rebuilds build #40
Running as Julien Enoch
Building remotely on UbuntuVM in workspace /home/genie.zenoh/workspace/Command on jenkins-ubuntu.zenoh.io
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-V7mSTpfJt0ub/agent.3968717
SSH_AGENT_PID=3968719
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/genie.zenoh/workspace/Command on jenkins-ubuntu.zenoh.io@tmp/private_key_1277143906073574647.key (/home/genie.zenoh/workspace/Command on jenkins-ubuntu.zenoh.io@tmp/private_key_1277143906073574647.key)
[ssh-agent] Using credentials genie.zenoh (ssh://genie.zenoh@projects-storage.eclipse.org)
[Command on jenkins-ubuntu.zenoh.io] $ /bin/sh -xe /tmp/jenkins18098827971192967891.sh
+ bash -c ssh genie.zenoh@projects-storage.eclipse.org /bin/bash -c "
mkdir -p ~/all-debs;
ls
ALL_DEBS=`find /home/data/httpd/download.eclipse.org/zenoh/ -name '*.deb'`
echo "ALL_DEBS = $ALL_DEBS"

for f in $ALL_DEBS; do
  echo "Get $f";
  cp $f ~/all-debs/;
done;
ls -al ~/all-debs/;
tar xzf ~/all-debs.tgz ~/all-debs;
"
scp genie.zenoh@projects-storage.eclipse.org:~/all-debs.tgz .


find: ‘/home/data/httpd/download.eclipse.org/zenoh/’: No such file or directory
/bin/bash: -c: option requires an argument
all-debs
genie.zenoh@projects-storage.eclipse.org
mkdir
ssh
ALL_DEBS =
total 0
drwxrwxr-x 2 genie.zenoh signers    10 Feb  5 09:31 .
drwxr-x--- 9 genie.zenoh iot.zenoh 247 Feb  5 09:31 ..
tar (child): /opt/public/hipp/homes/genie.zenoh/all-debs.tgz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
scp: /opt/public/hipp/homes/genie.zenoh/all-debs.tgz: No such file or directory
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 3968719 killed;
[ssh-agent] Stopped.
Finished: FAILURE