Skip to content

Console Output

Started by user Pierre-Charles David
Running as Pierre-Charles David
Building in workspace /var/jenkins/workspace/emf-validation-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-XXXXXX8pI6jl/agent.29456
SSH_AGENT_PID=29459
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins/workspace/emf-validation-master@tmp/private_key_466388042935399954.key (/var/jenkins/workspace/emf-validation-master@tmp/private_key_466388042935399954.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-validation-master/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/emf-validation.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/emf-validation.git
 > git --version # timeout=10
 > git --version # 'git version 2.40.0'
 > git fetch --tags --force --progress -- https://github.com/eclipse/emf-validation.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 08e0babee50998afe731a75645c36b65feea570d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 08e0babee50998afe731a75645c36b65feea570d # timeout=10
Commit message: "[releng] Bump version number of modified bundles"
 > git rev-list --no-walk 5d57b4a99634006c03381975f33d51b33d75c538 # 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-validation-master » openjdk-jdk11-latest,migration
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: ‘centos-7-kgxf3’ is offline
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: ‘basic-k6k3s’ doesn’t have label ‘migration’
‘centos-7-kgxf3’ is offline
Aborted
Aborted by Pierre-Charles David
Interrupting #216
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 29459 killed;
[ssh-agent] Stopped.
Finished: ABORTED