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-XXXXXXQ9kbW7/agent.341766 SSH_AGENT_PID=341769 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /var/jenkins/workspace/sirius-master@tmp/private_key_13552022892219877094.key (/var/jenkins/workspace/sirius-master@tmp/private_key_13552022892219877094.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 049f646eb8f8c5e00fe75ceca59063d4a9722e67 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 049f646eb8f8c5e00fe75ceca59063d4a9722e67 # timeout=10 Commit message: "[333] Add migration participant to remove useless StringValueStyle" > git rev-list --no-walk bcd26f29a137bbde1f3f4c5ee16fc00b5979c8bb # 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-9rw28’ is offline Configuration sirius-master » 2023-03,openjdk-jdk17-latest,migration is still in the queue: Waiting for next available executor on ‘centos-7-9rw28’ 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 341769 killed; [ssh-agent] Stopped. Finished: SUCCESS