Started by an SCM change Running as SYSTEM Building on the built-in node 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-XXXXXXOTNEdB/agent.349488 SSH_AGENT_PID=349491 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /var/jenkins/workspace/sirius-master@tmp/private_key_10403835703303946275.key (/var/jenkins/workspace/sirius-master@tmp/private_key_10403835703303946275.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 33b42e3fe183b833af4bd05fe6514d18f6711454 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 33b42e3fe183b833af4bd05fe6514d18f6711454 # timeout=10 Commit message: "[411] Enable pin tabbar action on edges" > git rev-list --no-walk 049f646eb8f8c5e00fe75ceca59063d4a9722e67 # 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: All nodes of label ‘migration’ are offline Configuration sirius-master » 2023-03,openjdk-jdk17-latest,migration is still in the queue: ‘centos-7-rnqff’ is offline 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 349491 killed; [ssh-agent] Stopped. Finished: SUCCESS