Started by an SCM change Running as SYSTEM Building on the built-in node in workspace /var/jenkins/workspace/sirius-6.7.x [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-XXXXXXWeJHrT/agent.138696 SSH_AGENT_PID=138699 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /var/jenkins/workspace/sirius-6.7.x@tmp/private_key_12267870617349894512.key (/var/jenkins/workspace/sirius-6.7.x@tmp/private_key_12267870617349894512.key) [ssh-agent] Using credentials genie.sirius (ssh://genie.sirius@projects-storage.eclipse.org) The recommended git tool is: git No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/workspace/sirius-6.7.x/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse-sirius/sirius-desktop.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-sirius/sirius-desktop.git > git --version # timeout=10 > git --version # 'git version 2.42.0' > git fetch --tags --force --progress -- https://github.com/eclipse-sirius/sirius-desktop.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/v6.7.x^{commit} # timeout=10 Checking out Revision 742f34cc83501f6e9a623df215104c49c3f4974d (origin/v6.7.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 742f34cc83501f6e9a623df215104c49c3f4974d # timeout=10 Commit message: "[releng] Remove broken Jenkinsfile" > git rev-list --no-walk c4014c1f4d02f583c6d83d40140d7e65eb6c876b # timeout=10 Triggering sirius-6.7.x » 2020-06,openjdk-jdk14-latest,migration Triggering sirius-6.7.x » 2020-09,openjdk-jdk14-latest,migration Triggering sirius-6.7.x » 2020-03,openjdk-jdk14-latest,migration Configuration sirius-6.7.x » 2020-06,openjdk-jdk14-latest,migration is still in the queue: Waiting for next available executor on ‘migration’ sirius-6.7.x » 2020-06,openjdk-jdk14-latest,migration completed with result SUCCESS sirius-6.7.x » 2020-09,openjdk-jdk14-latest,migration completed with result SUCCESS sirius-6.7.x » 2020-03,openjdk-jdk14-latest,migration completed with result SUCCESS $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 138699 killed; [ssh-agent] Stopped. Finished: SUCCESS