Started by upstream project "simrel.build/main" build number 385 originally caused by: Push event to branch main Checking out git https://github.com/eclipse-simrel/simrel.build into /var/jenkins/workspace/simrel.oomph.repository-analyzer.test@script/25733e014fba22c1d67c55ba42436a1ef7fd3b2e3adcaf73119222a4986ac282 to read Jenkinsfile-oomph-report The recommended git tool is: git No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/workspace/simrel.oomph.repository-analyzer.test@script/25733e014fba22c1d67c55ba42436a1ef7fd3b2e3adcaf73119222a4986ac282/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse-simrel/simrel.build # timeout=10 Fetching upstream changes from https://github.com/eclipse-simrel/simrel.build > git --version # timeout=10 > git --version # 'git version 2.43.2' > git fetch --tags --force --progress -- https://github.com/eclipse-simrel/simrel.build +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 Checking out Revision 37ac59f566676dafff608a87b23fe2cb2f8c09d0 (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 37ac59f566676dafff608a87b23fe2cb2f8c09d0 # timeout=10 Commit message: "[ocl,qvtd] 6.21.0, 0.32.0 for 2024-06" > git rev-list --no-walk f8cafe7698165f1d3192b72f03024ffda6baa21b # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-2n7cm is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1717408491850" labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" kubernetes.jenkins.io/controller: "http___jenkins-ui_simrel_svc_cluster_local_simrelx" name: "centos-8-2n7cm" namespace: "simrel" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.simrel.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-2n7cm" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-8-2n7cm" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.simrel.svc.cluster.local/simrel/" image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3206.vb_15dcf73f6a_9" 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-simrel" 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-8-2n7cm in /home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-simrel/simrel.build > git init /home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test # timeout=10 Fetching upstream changes from https://github.com/eclipse-simrel/simrel.build > git --version # timeout=10 > git --version # 'git version 2.41.0' > git fetch --tags --force --progress -- https://github.com/eclipse-simrel/simrel.build +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 37ac59f566676dafff608a87b23fe2cb2f8c09d0 (origin/main) > git config remote.origin.url https://github.com/eclipse-simrel/simrel.build # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37ac59f566676dafff608a87b23fe2cb2f8c09d0 # timeout=10 Commit message: "[ocl,qvtd] 6.21.0, 0.32.0 for 2024-06" [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Run Oomph repository analyzer) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] lock Trying to acquire lock on [staging-repository] The resource [staging-repository] is locked by build simrel.reporeports.pipeline #1323 #1323 since Jun 3, 2024, 5:55 AM. [staging-repository] is not free, waiting for execution ... Lock acquired on [staging-repository] [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.simrel (ssh://genie.simrel@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-P9znK4Q8sSLl/agent.118 SSH_AGENT_PID=120 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_8714153810638459934.key (/home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_8714153810638459934.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.simrel@projects-storage.eclipse.org ' ls /home/data/httpd/download.eclipse.org/staging/2024-06/ mkdir -p /home/data/httpd/download.eclipse.org/staging/2024-06/buildInfo rm -rf /home/data/httpd/download.eclipse.org/staging/2024-06/buildInfo/archive ' artifacts.jar artifacts.xml.xz binary buildInfo content.jar content.xml.xz features p2.index plugins [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 120 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sh + mkdir -p archive + wget -q https://download.eclipse.org/oomph/products/latest/eclipse-inst-jre-linux64.tar.gz + tar --warning=no-unknown-keyword -xf eclipse-inst-jre-linux64.tar.gz + PUBLISH_ARGUMENT= + [[ true == \t\r\u\e ]] + echo Promoting Promoting + PUBLISH_ARGUMENT='-p archive' + OUTPUT=report + set -o pipefail + eclipse-installer/eclipse-inst -application org.eclipse.oomph.p2.core.RepositoryIntegrityAnalyzer -consoleLog -noSplash -o report -s https://ci.eclipse.org/simrel/job/simrel.oomph.repository-analyzer.test/ -v -t tests -p archive https://download.eclipse.org/staging/2024-06 -vmargs -Dfile.encoding=UTF-8 -Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true -Xmx8g + tee log !SESSION 2024-06-03 09:58:10.689 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.11 java.vendor=Eclipse Adoptium BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -application org.eclipse.oomph.p2.core.RepositoryIntegrityAnalyzer -o report -s https://ci.eclipse.org/simrel/job/simrel.oomph.repository-analyzer.test/ -v -t tests -p archive https://download.eclipse.org/staging/2024-06 Command-line arguments: -os linux -ws gtk -arch x86_64 -data @noDefault -application org.eclipse.oomph.p2.core.RepositoryIntegrityAnalyzer -consoleLog -o report -s https://ci.eclipse.org/simrel/job/simrel.oomph.repository-analyzer.test/ -v -t tests -p archive https://download.eclipse.org/staging/2024-06 !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-06-03 09:58:15.862 !MESSAGE Loading 'memory:5bdbd72d-2404-4cf8-9d96-b3b3de2b221b' failed. retry=1 !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-06-03 09:58:15.865 !MESSAGE Loading 'memory:5bdbd72d-2404-4cf8-9d96-b3b3de2b221b' failed. retry=2 SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-06-03 09:58:23.343 !MESSAGE Loading 'file:/tmp/test-12926295366359940230-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=1 !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-06-03 09:58:23.353 !MESSAGE Loading 'file:/tmp/test-12926295366359940230-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=2 !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-06-03 09:58:23.358 !MESSAGE Loading 'file:/tmp/test-12926295366359940230-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=1 !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-06-03 09:58:23.359 !MESSAGE Loading 'file:/tmp/test-12926295366359940230-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=2 !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-06-03 09:58:23.365 !MESSAGE Loading 'memory:1dfd14b4-1234-480c-ad64-fceddcf1b2fd' failed. retry=1 !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-06-03 09:58:23.367 !MESSAGE Loading 'memory:1dfd14b4-1234-480c-ad64-fceddcf1b2fd' failed. retry=2 Computing report information for 'https://download.eclipse.org/staging/2024-06' Loading metadata repository 'https://download.eclipse.org/staging/2024-06' Loading artifact repository 'https://download.eclipse.org/staging/2024-06' !ENTRY org.eclipse.equinox.p2.metadata 1 0 2024-06-03 09:58:26.446 !MESSAGE No translation source unavailable. Default language will be used. Waiting for report information completion for 'https://download.eclipse.org/staging/2024-06' Emmitting report for 'https://download.eclipse.org/staging/2024-06' ###/home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test/tests ###>staging._2024_06 Emmitting report IU details for 'https://download.eclipse.org/staging/2024-06' Publish report for 'https://download.eclipse.org/staging/2024-06' to '/home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test/archive/download.eclipse.org/staging/2024-06 Generating report index for '/home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test/report Generating report index for '/home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test/report/download.eclipse.org Generating report index for '/home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test/report/download.eclipse.org/staging + ls -sail archive buildship.aggrcon cdt.aggrcon collections.aggrcon dltk.aggrcon dtp.aggrcon ecf.aggrcon eclemma.aggrcon eclipse-installer eclipse-inst-jre-linux64.tar.gz egit.aggrcon embedcdt.aggrcon emf-cdo.aggrcon emf-compare.aggrcon emf-emf.aggrcon emf-emf-rap.aggrcon emf-parsley.aggrcon emf-services.aggrcon emft-ecoretools.aggrcon emft-eef.aggrcon emft-mwe.aggrcon ep.aggrcon epp-mpc.aggrcon gef.aggrcon gmp-gmf-runtime.aggrcon gmp-graphiti.aggrcon Jenkinsfile Jenkinsfile-oomph-report Jenkinsfile-reporeports linuxtools.aggrcon log lsp4e.aggrcon lsp4j.aggrcon m2e.aggrcon m2m-atl.aggrcon m2t-acceleo.aggrcon mat.aggrcon mdt-papyrus.aggrcon mdt-uml2.aggrcon modisco.aggrcon mylyn.aggrcon ocl.aggrcon oomph.aggrcon passage.aggrcon pdt.aggrcon pom.xml ptp.aggrcon qvtd.aggrcon qvto.aggrcon rap.aggrcon rap-tools.aggrcon rcptt.aggrcon report scout.aggrcon simrel.aggr simrel.aggran SimRelConfiguration.setup SimRel.setup sirius.aggrcon swtbot.aggrcon tcf.aggrcon tests tm4e.aggrcon tm.aggrcon tmf-xtext.aggrcon tracecompass.aggrcon usssdk.aggrcon viatra.aggrcon webtools.aggrcon wildwebdeveloper.aggrcon windowbuilder.aggrcon xwt.aggrcon 1548821993 4 -rw-r--r--. 1 jenkins 1000860000 688 Jun 3 09:55 buildship.aggrcon 1548821994 8 -rw-r--r--. 1 jenkins 1000860000 6415 Jun 3 09:55 cdt.aggrcon 1548821995 4 -rw-r--r--. 1 jenkins 1000860000 755 Jun 3 09:55 collections.aggrcon 1548821996 4 -rw-r--r--. 1 jenkins 1000860000 1472 Jun 3 09:55 dltk.aggrcon 1548821997 8 -rw-r--r--. 1 jenkins 1000860000 7450 Jun 3 09:55 dtp.aggrcon 1548821998 4 -rw-r--r--. 1 jenkins 1000860000 1107 Jun 3 09:55 ecf.aggrcon 1548821999 4 -rw-r--r--. 1 jenkins 1000860000 606 Jun 3 09:55 eclemma.aggrcon 1548814948 108404 -rw-r--r--. 1 jenkins 1000860000 111004304 Jun 3 03:37 eclipse-inst-jre-linux64.tar.gz 1548822000 4 -rw-r--r--. 1 jenkins 1000860000 2389 Jun 3 09:55 egit.aggrcon 1548822001 8 -rw-r--r--. 1 jenkins 1000860000 4261 Jun 3 09:55 embedcdt.aggrcon 1548822002 4 -rw-r--r--. 1 jenkins 1000860000 1862 Jun 3 09:55 emf-cdo.aggrcon 1548822003 4 -rw-r--r--. 1 jenkins 1000860000 2012 Jun 3 09:55 emf-compare.aggrcon 1548822005 4 -rw-r--r--. 1 jenkins 1000860000 1197 Jun 3 09:55 emf-emf.aggrcon 1548822004 4 -rw-r--r--. 1 jenkins 1000860000 648 Jun 3 09:55 emf-emf-rap.aggrcon 1548822006 4 -rw-r--r--. 1 jenkins 1000860000 1147 Jun 3 09:55 emf-parsley.aggrcon 1548822007 4 -rw-r--r--. 1 jenkins 1000860000 1300 Jun 3 09:55 emf-services.aggrcon 1548822008 4 -rw-r--r--. 1 jenkins 1000860000 586 Jun 3 09:55 emft-ecoretools.aggrcon 1548822009 4 -rw-r--r--. 1 jenkins 1000860000 1296 Jun 3 09:55 emft-eef.aggrcon 1548822010 4 -rw-r--r--. 1 jenkins 1000860000 1193 Jun 3 09:55 emft-mwe.aggrcon 1548822011 4 -rw-r--r--. 1 jenkins 1000860000 3281 Jun 3 09:55 ep.aggrcon 1548822012 4 -rw-r--r--. 1 jenkins 1000860000 762 Jun 3 09:55 epp-mpc.aggrcon 1548822013 4 -rw-r--r--. 1 jenkins 1000860000 3998 Jun 3 09:55 gef.aggrcon 1548822014 4 -rw-r--r--. 1 jenkins 1000860000 1143 Jun 3 09:55 gmp-gmf-runtime.aggrcon 1548822015 8 -rw-r--r--. 1 jenkins 1000860000 4388 Jun 3 09:55 gmp-graphiti.aggrcon 1548821988 8 -rw-r--r--. 1 jenkins 1000860000 4469 Jun 3 09:55 Jenkinsfile 1548821989 8 -rw-r--r--. 1 jenkins 1000860000 4226 Jun 3 09:55 Jenkinsfile-oomph-report 1548821990 4 -rw-r--r--. 1 jenkins 1000860000 1741 Jun 3 09:55 Jenkinsfile-reporeports 1548816529 8 -rw-r--r--. 1 jenkins 1000860000 6600 Jun 3 09:55 linuxtools.aggrcon 1548814949 4 -rw-r--r--. 1 jenkins 1000860000 3604 Jun 3 10:14 log 1548816530 4 -rw-r--r--. 1 jenkins 1000860000 1355 Jun 3 09:55 lsp4e.aggrcon 1548816531 4 -rw-r--r--. 1 jenkins 1000860000 663 Jun 3 09:55 lsp4j.aggrcon 1548816532 4 -rw-r--r--. 1 jenkins 1000860000 2775 Jun 3 09:55 m2e.aggrcon 1548816533 4 -rw-r--r--. 1 jenkins 1000860000 792 Jun 3 09:55 m2m-atl.aggrcon 1548816534 4 -rw-r--r--. 1 jenkins 1000860000 1081 Jun 3 09:55 m2t-acceleo.aggrcon 1548816536 4 -rw-r--r--. 1 jenkins 1000860000 1418 Jun 3 09:55 mat.aggrcon 1548816537 4 -rw-r--r--. 1 jenkins 1000860000 722 Jun 3 09:55 mdt-papyrus.aggrcon 1548816545 4 -rw-r--r--. 1 jenkins 1000860000 843 Jun 3 09:55 mdt-uml2.aggrcon 1548816546 4 -rw-r--r--. 1 jenkins 1000860000 855 Jun 3 09:55 modisco.aggrcon 1548816555 8 -rw-r--r--. 1 jenkins 1000860000 5547 Jun 3 09:55 mylyn.aggrcon 1548816556 4 -rw-r--r--. 1 jenkins 1000860000 1798 Jun 3 09:55 ocl.aggrcon 1548816557 4 -rw-r--r--. 1 jenkins 1000860000 1603 Jun 3 09:55 oomph.aggrcon 1548816558 4 -rw-r--r--. 1 jenkins 1000860000 690 Jun 3 09:55 passage.aggrcon 1548816559 4 -rw-r--r--. 1 jenkins 1000860000 1943 Jun 3 09:55 pdt.aggrcon 1548816560 12 -rw-r--r--. 1 jenkins 1000860000 11110 Jun 3 09:55 pom.xml 1548816561 4 -rw-r--r--. 1 jenkins 1000860000 2420 Jun 3 09:55 ptp.aggrcon 1548816562 4 -rw-r--r--. 1 jenkins 1000860000 846 Jun 3 09:55 qvtd.aggrcon 1548816570 4 -rw-r--r--. 1 jenkins 1000860000 1284 Jun 3 09:55 qvto.aggrcon 1548816572 4 -rw-r--r--. 1 jenkins 1000860000 1388 Jun 3 09:55 rap.aggrcon 1548816571 4 -rw-r--r--. 1 jenkins 1000860000 724 Jun 3 09:55 rap-tools.aggrcon 1548816573 4 -rw-r--r--. 1 jenkins 1000860000 618 Jun 3 09:55 rcptt.aggrcon 1548816575 4 -rw-r--r--. 1 jenkins 1000860000 1139 Jun 3 09:55 scout.aggrcon 1548814923 36 -rw-r--r--. 1 jenkins 1000860000 34077 Jun 3 09:55 simrel.aggr 1548814924 40 -rw-r--r--. 1 jenkins 1000860000 39786 Jun 3 09:55 simrel.aggran 1548821992 4 -rw-r--r--. 1 jenkins 1000860000 3297 Jun 3 09:55 SimRelConfiguration.setup 1548821991 12 -rw-r--r--. 1 jenkins 1000860000 11206 Jun 3 09:55 SimRel.setup 1548814931 4 -rw-r--r--. 1 jenkins 1000860000 1418 Jun 3 09:55 sirius.aggrcon 1548814932 4 -rw-r--r--. 1 jenkins 1000860000 1108 Jun 3 09:55 swtbot.aggrcon 1548814933 4 -rw-r--r--. 1 jenkins 1000860000 1220 Jun 3 09:55 tcf.aggrcon 1548814937 4 -rw-r--r--. 1 jenkins 1000860000 1081 Jun 3 09:55 tm4e.aggrcon 1548814934 4 -rw-r--r--. 1 jenkins 1000860000 1087 Jun 3 09:55 tm.aggrcon 1548814938 4 -rw-r--r--. 1 jenkins 1000860000 1072 Jun 3 09:55 tmf-xtext.aggrcon 1548814939 4 -rw-r--r--. 1 jenkins 1000860000 1614 Jun 3 09:55 tracecompass.aggrcon 1548814940 4 -rw-r--r--. 1 jenkins 1000860000 825 Jun 3 09:55 usssdk.aggrcon 1548814941 4 -rw-r--r--. 1 jenkins 1000860000 1149 Jun 3 09:55 viatra.aggrcon 1548814942 8 -rw-r--r--. 1 jenkins 1000860000 7754 Jun 3 09:55 webtools.aggrcon 1548814943 4 -rw-r--r--. 1 jenkins 1000860000 1356 Jun 3 09:55 wildwebdeveloper.aggrcon 1548814944 4 -rw-r--r--. 1 jenkins 1000860000 2535 Jun 3 09:55 windowbuilder.aggrcon 1548814947 4 -rw-r--r--. 1 jenkins 1000860000 1098 Jun 3 09:55 xwt.aggrcon archive: total 32 298886709 0 drwxr-sr-x. 3 jenkins 1000860000 132 Jun 3 10:14 . 1548821980 4 drwxr-sr-x. 9 jenkins 1000860000 4096 Jun 3 09:58 .. 298886695 4 -rw-r--r--. 1 jenkins 1000860000 1452 Jun 3 10:14 1Cluw7AHG+mS7aaSxzMkt40wPAA_.png 298886691 8 -rw-r--r--. 1 jenkins 1000860000 4682 Jun 3 10:14 3CuErc8CDY0ivu5RJRO160i35_Y_.png 53496840 0 drwxr-sr-x. 3 jenkins 1000860000 119 Jun 3 10:14 download.eclipse.org 298886690 16 -rw-r--r--. 1 jenkins 1000860000 12347 Jun 3 10:14 index.html eclipse-installer: total 316 363955526 0 drwxr-sr-x. 7 jenkins 1000860000 163 Jun 3 03:32 . 1548821980 4 drwxr-sr-x. 9 jenkins 1000860000 4096 Jun 3 09:58 .. 363955527 56 -rw-r--r--. 1 jenkins 1000860000 54418 Jun 3 03:31 artifacts.xml 624992096 4 drwxr-sr-x. 7 jenkins 1000860000 4096 Jun 3 09:58 configuration 363955572 92 -rwxr-xr-x. 1 jenkins 1000860000 90184 Jun 3 03:30 eclipse-inst 363955576 4 -rw-r--r--. 1 jenkins 1000860000 602 Jun 3 03:32 eclipse-inst.ini 584100533 4 drwxr-sr-x. 19 jenkins 1000860000 4096 Jun 3 03:31 features 363955571 132 -rwxr-xr-x. 1 jenkins 1000860000 134914 Jun 3 03:30 icon.xpm 364998562 0 drwxr-sr-x. 5 jenkins 1000860000 119 Jun 3 09:58 p2 377528799 20 drwxr-sr-x. 5 jenkins 1000860000 16384 Jun 3 03:31 plugins 623962660 0 drwxr-sr-x. 2 jenkins 1000860000 33 Jun 3 03:31 readme report: total 32 696331633 0 drwxr-sr-x. 4 jenkins 1000860000 149 Jun 3 10:14 . 1548821980 4 drwxr-sr-x. 9 jenkins 1000860000 4096 Jun 3 09:58 .. 696331592 4 -rw-r--r--. 1 jenkins 1000860000 1452 Jun 3 10:14 1Cluw7AHG+mS7aaSxzMkt40wPAA_.png 696331587 8 -rw-r--r--. 1 jenkins 1000860000 4682 Jun 3 10:14 3CuErc8CDY0ivu5RJRO160i35_Y_.png 827350410 0 drwxr-sr-x. 5 jenkins 1000860000 51 Jun 3 09:59 artifacts 831088019 0 drwxr-sr-x. 3 jenkins 1000860000 119 Jun 3 10:14 download.eclipse.org 696331618 16 -rw-r--r--. 1 jenkins 1000860000 12347 Jun 3 10:14 index.html tests: total 1392 831088018 0 drwxr-sr-x. 2 jenkins 1000860000 46 Jun 3 10:02 . 1548821980 4 drwxr-sr-x. 9 jenkins 1000860000 4096 Jun 3 09:58 .. 831088025 1388 -rw-r--r--. 1 jenkins 1000860000 1418942 Jun 3 10:02 TEST-staging._2024_06.Simple.xml [Pipeline] sshagent [ssh-agent] Using credentials genie.simrel (ssh://genie.simrel@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-RndhtfJZI5N5/agent.885 SSH_AGENT_PID=887 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_3821378956408018053.key (/home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_3821378956408018053.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + scp -r archive genie.simrel@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/staging/2024-06/buildInfo [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 887 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } Lock released on resource [staging-repository] [Pipeline] // lock [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS