Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Building on the built-in node 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-XXXXXXMBbCFj/agent.129648
SSH_AGENT_PID=129651
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins/workspace/emf-validation-master@tmp/private_key_14018772916431446395.key (/var/jenkins/workspace/emf-validation-master@tmp/private_key_14018772916431446395.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 27c2bb0e911872cc9942bf5e348411aca39528e9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 27c2bb0e911872cc9942bf5e348411aca39528e9 # timeout=10
Commit message: "[releng] Fix 2023-06 and add 2023-09 target platforms"
 > git rev-list --no-walk 2133ce1387e1ffae084e0dd71a1341117dc9d3bf # 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: Waiting for next available executor on ‘migration’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-p99xc’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘migration’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-x055q’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘migration’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-99bqw’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘migration’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-s0tzh’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: ‘centos-7-jbtt3’ is offline
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: All nodes of label ‘migration’ are offline
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘migration’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: ‘centos-7-gsrkt’ is offline
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘migration’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-gsrkt’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘migration’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: ‘centos-7-xmtqq’ is offline
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: All nodes of label ‘migration’ are offline
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘migration’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-16xqn’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: All nodes of label ‘migration’ are offline
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘migration’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-xbdq4’
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: ‘centos-7-8bl7n’ is offline
Configuration emf-validation-master » openjdk-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-8bl7nemf-validation-master » openjdk-jdk11-latest,migration completed with result SUCCESS
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 129651 killed;
[ssh-agent] Stopped.
Finished: SUCCESS