Started by user Philippe DUL Running as Philippe DUL [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-gr7w7 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-gr7w7" namespace: "amalgam" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.amalgam.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-gr7w7" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-gr7w7" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.amalgam.svc.cluster.local/amalgam/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-amalgam" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-gr7w7 in /home/jenkins/agent/workspace/amalgam-promote [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Check) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.amalgam (ssh://genie.amalgam@projects-storage.eclipse.org) [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-8UqcCCnauU9P/agent.60 SSH_AGENT_PID=62 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/amalgam-promote@tmp/private_key_1533872746616632156.key (/home/jenkins/agent/workspace/amalgam-promote@tmp/private_key_1533872746616632156.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + SOURCE_PATH=/home/data/httpd/download.eclipse.org/modeling/amalgam/updates/nightly/master-2 + ssh genie.amalgam@projects-storage.eclipse.org test /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/nightly/master-2 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 62 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Promote) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.amalgam (ssh://genie.amalgam@projects-storage.eclipse.org) [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-PA8Py1jqfHzg/agent.86 SSH_AGENT_PID=88 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/amalgam-promote@tmp/private_key_16421572866860793536.key (/home/jenkins/agent/workspace/amalgam-promote@tmp/private_key_16421572866860793536.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + SOURCE_PATH=/home/data/httpd/download.eclipse.org/modeling/amalgam/updates/nightly/master-2 + ssh genie.amalgam@projects-storage.eclipse.org cp -r /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/nightly/master-2 /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409 + echo '[PUBLISH] Build accessible at http://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409' [PUBLISH] Build accessible at http://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 88 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Result) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.amalgam (ssh://genie.amalgam@projects-storage.eclipse.org) [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-K0LatCbRCcHE/agent.105 SSH_AGENT_PID=107 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/amalgam-promote@tmp/private_key_10198574041235357729.key (/home/jenkins/agent/workspace/amalgam-promote@tmp/private_key_10198574041235357729.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.amalgam@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409 /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409 /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/content.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/artifacts.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/artifacts.xml.xz /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/content.xml.xz /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/p2.index /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/binary /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/binary/org.eclipse.amalgam.explorer.activity_root_1.14.0.202404091139 /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/binary/org.eclipse.amalgam.discovery_root_1.14.0.202404091139 /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.explorer.contextual.core.ui.source_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.discovery.modeling_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.explorer.contextual.core.ui_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.explorer.contextual.sirius.ui_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.explorer.contextual.sirius.source_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.discovery.modeling.source_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.explorer.activity.ui_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.explorer.contextual.core_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.explorer.contextual.sirius.ui.source_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.explorer.contextual.ui_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.explorer.contextual.sirius_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.explorer.contextual.core.source_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.discovery.core_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.explorer.activity.ui.source_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.discovery.ui_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.explorer.contextual.ui.source_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.discovery.core.source_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/plugins/org.eclipse.amalgam.discovery.ui.source_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/features /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/features/org.eclipse.amalgam.discovery_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/features/org.eclipse.amalgam.explorer.activity_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/features/org.eclipse.amalgam.explorer.contextual.sirius.source_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/features/org.eclipse.amalgam.explorer.contextual.source_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/features/org.eclipse.amalgam.explorer.activity.source_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/features/org.eclipse.amalgam.explorer.contextual.core_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/features/org.eclipse.amalgam.explorer.contextual.sirius_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/features/org.eclipse.amalgam.discovery.source_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/features/org.eclipse.amalgam.explorer.contextual_1.14.0.202404091139.jar /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409/capella/features/org.eclipse.amalgam.explorer.contextual.core.source_1.14.0.202404091139.jar + ssh genie.amalgam@projects-storage.eclipse.org du -sh /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409 1.7M /home/data/httpd/download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20240409 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 107 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS