Started by an SCM change Running as SYSTEM Building in workspace /var/jenkins/workspace/sirius-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-XXXXXXcVSFSF/agent.38470 SSH_AGENT_PID=38473 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /var/jenkins/workspace/sirius-master@tmp/private_key_2439554508537141132.key (/var/jenkins/workspace/sirius-master@tmp/private_key_2439554508537141132.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-master/.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.43.2' > git fetch --tags --force --progress -- https://github.com/eclipse-sirius/sirius-desktop.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision f041e747254dd843fcba8a102aef3c1bdc347b93 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f041e747254dd843fcba8a102aef3c1bdc347b93 # timeout=10 Commit message: "[releng] Add reasonable build timeout to avoid hanging builds" > git rev-list --no-walk 130c20924ad7de4b4859674d6bcb1e8b3c50bb7b # timeout=10 Triggering sirius-master » 2023-03,openjdk-jdk17-latest,migration Configuration sirius-master » 2023-03,openjdk-jdk17-latest,migration is still in the queue: ‘centos-7-rl6gb’ is offline Configuration sirius-master » 2023-03,openjdk-jdk17-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-rl6gb’ sirius-master » 2023-03,openjdk-jdk17-latest,migration completed with result SUCCESS $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 38473 killed; [ssh-agent] Stopped. Finished: SUCCESS