Started by an SCM change Running as SYSTEM Building in workspace /var/jenkins/workspace/master-nightly [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-gxY4s1EcAF5p/agent.1499655 SSH_AGENT_PID=1499658 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /var/jenkins/workspace/master-nightly@tmp/private_key_2047170701748258817.key (/var/jenkins/workspace/master-nightly@tmp/private_key_2047170701748258817.key) [ssh-agent] Using credentials genie.emfcompare (ssh://genie.emfcompare@projects-storage.eclipse.org) The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/workspace/master-nightly/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse-emf-compare/emf-compare.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-emf-compare/emf-compare.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-emf-compare/emf-compare.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision a854bce03168587ba27dd718d9315a59324272d2 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a854bce03168587ba27dd718d9315a59324272d2 # timeout=10 Commit message: "Merge PR #2 - configure build for GitHub PRs" > git rev-list --no-walk c02db6f2bcb67abba11d80cb057ff03fd6e67db0 # timeout=10 Triggering master-nightly » 2022-03-extras,adoptopenjdk-openj9-jdk11-latest,migration Configuration master-nightly » 2022-03-extras,adoptopenjdk-openj9-jdk11-latest,migration is still in the queue: ‘centos-7-pqdn3’ is offline Configuration master-nightly » 2022-03-extras,adoptopenjdk-openj9-jdk11-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-pqdn3’ master-nightly » 2022-03-extras,adoptopenjdk-openj9-jdk11-latest,migration completed with result SUCCESS $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1499658 killed; [ssh-agent] Stopped. Finished: SUCCESS