Skip to content

Console Output

Started by user Pierre-Charles David
Running as Pierre-Charles David
Building in workspace /var/jenkins/workspace/emf-query-master
[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-0bGb1Sg8nCuC/agent.232819
SSH_AGENT_PID=232822
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins/workspace/emf-query-master@tmp/private_key_183714490380921286.key (/var/jenkins/workspace/emf-query-master@tmp/private_key_183714490380921286.key)
[ssh-agent] Using credentials genie.emfservices (ssh://genie.emfservices@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/emf-query.git
 > git init /var/jenkins/workspace/emf-query-master # timeout=10
Fetching upstream changes from https://github.com/eclipse/emf-query.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/emf-query.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/emf-query.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e61d21eaaeba5b49cd750b0ce70f9f5394083a90 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e61d21eaaeba5b49cd750b0ce70f9f5394083a90 # timeout=10
Commit message: "Remove usage of IPlatformRunnable in tests"
First time build. Skipping changelog.
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Triggering emf-query-master » openjdk-jdk11-latest,migration
Configuration emf-query-master » openjdk-jdk11-latest,migration is still in the queue: ‘centos-7-5tk18’ is offline
Configuration emf-query-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-5tk18emf-query-master » openjdk-jdk11-latest,migration completed with result FAILURE
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 232822 killed;
[ssh-agent] Stopped.
Finished: FAILURE