Skip to content

Console Output

Started by user Laurent Goubet
Running as Laurent Goubet
Building in workspace /var/jenkins/workspace/publish-release
[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-yKirKGmpGOfn/agent.946329
SSH_AGENT_PID=946332
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins/workspace/publish-release@tmp/private_key_18022773003592806693.key (/var/jenkins/workspace/publish-release@tmp/private_key_18022773003592806693.key)
[ssh-agent] Using credentials genie.acceleo (ssh://genie.acceleo@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/publish-release/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse-acceleo/acceleo # timeout=10
Fetching upstream changes from https://github.com/eclipse-acceleo/acceleo
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-acceleo/acceleo +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 5d2c4b3c56d2ea83627c67596aee995451878e00 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d2c4b3c56d2ea83627c67596aee995451878e00 # timeout=10
Commit message: "AQL version bump from 8.0.0 to 8.0.1."
 > git rev-list --no-walk 5d2c4b3c56d2ea83627c67596aee995451878e00 # timeout=10
Triggering publish-release » migration
Configuration publish-release » migration is still in the queue: ‘centos-7-24jhp’ is offline
Configuration publish-release » migration is still in the queue: Waiting for next available executor on ‘centos-7-24jhppublish-release » migration completed with result FAILURE
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 946332 killed;
[ssh-agent] Stopped.
Finished: FAILURE