Skip to content

Console Output

Started by user Pierre-Charles David
Running as Pierre-Charles David
Building in workspace /var/jenkins/workspace/emf-transaction-deploy-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-eWqMinYALvZC/agent.3153557
SSH_AGENT_PID=3153560
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins/workspace/emf-transaction-deploy-master@tmp/private_key_5730363713934182818.key (/var/jenkins/workspace/emf-transaction-deploy-master@tmp/private_key_5730363713934182818.key)
[ssh-agent] Using credentials genie.emfservices (ssh://genie.emfservices@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/emf-transaction-deploy-master/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/emf-transaction.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/emf-transaction.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/emf-transaction.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8b328bc6e78b4427f0b4fe774d8e8454887dd266 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8b328bc6e78b4427f0b4fe774d8e8454887dd266 # timeout=10
Commit message: "[releng] Add target platform definitions for recent Eclipse versions"
 > git rev-list --no-walk 8b328bc6e78b4427f0b4fe774d8e8454887dd266 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Triggering emf-transaction-deploy-master » 2020-09,openjdk-jdk11-latest,migration
Configuration emf-transaction-deploy-master » 2020-09,openjdk-jdk11-latest,migration is still in the queue: ‘centos-7-sjdmv’ is offline
Configuration emf-transaction-deploy-master » 2020-09,openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-sjdmv’
Configuration emf-transaction-deploy-master » 2020-09,openjdk-jdk11-latest,migration is still in the queue: ‘centos-7-sjdmv’ is not accepting tasks
emf-transaction-deploy-master » 2020-09,openjdk-jdk11-latest,migration completed with result SUCCESS
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 3153560 killed;
[ssh-agent] Stopped.
Finished: SUCCESS