Skip to content

Console Output

Started by user Julien Enoch
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-bHDMjnrfxAOx/agent.3968578
SSH_AGENT_PID=3968580
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/genie.zenoh/workspace/Command on jenkins-ubuntu.zenoh.io@tmp/private_key_11755188120228149985.key (/home/genie.zenoh/workspace/Command on jenkins-ubuntu.zenoh.io@tmp/private_key_11755188120228149985.key)
[ssh-agent] Using credentials genie.zenoh (ssh://genie.zenoh@projects-storage.eclipse.org)
[Command on jenkins-ubuntu.zenoh.io] $ /bin/sh -xe /tmp/jenkins10470944259471615950.sh
+ bash -c ssh genie.zenoh@projects-storage.eclipse.org /bin/bash -c "
mkdir ~/all-debs;
for f in `find /home/data/httpd/download.eclipse.org/zenoh/ -name *.deb`; 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: paths must precede expression: `zenoh_0.5.0~beta.3_i386.deb'
find: possible unquoted pattern after predicate `-name'?
/bin/bash: -c: option requires an argument
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 3968580 killed;
[ssh-agent] Stopped.
Finished: FAILURE