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-XXXXXXeHFbYF/agent.486671 SSH_AGENT_PID=486674 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /var/jenkins/workspace/sirius-master@tmp/private_key_16768846317426387178.key (/var/jenkins/workspace/sirius-master@tmp/private_key_16768846317426387178.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 4c21055e2e7f4ee2204f44d91609b4d7267c6ce4 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4c21055e2e7f4ee2204f44d91609b4d7267c6ce4 # timeout=10 Commit message: "[doc] Fix broken anchor link in Sirius Specifier Manual" > git rev-list --no-walk 3af851a9deff5a2b68d0ca6b6ca8280a3aa2a11d # 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-tfv3p’ is offline Configuration sirius-master » 2023-03,openjdk-jdk17-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-tfv3p’ 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 486674 killed; [ssh-agent] Stopped. Finished: SUCCESS