Skip to content

Console Output

Started by upstream project "simrel.build/main" build number 313
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.0'
 > 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 27273a75a3d2f03dc1bfe5ed51002ee5fcba2718 (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 27273a75a3d2f03dc1bfe5ed51002ee5fcba2718 # timeout=10
Commit message: "Contribute Oomph 1.33 M2 for 2024-06 M2"
 > git rev-list --no-walk 514b3da21bc9e0251219c8e322c8a30fc3727129 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-5wrpv is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
  name: "centos-8-5wrpv"
  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-5wrpv"
    - 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-8-5wrpv"
    - 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-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-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-5wrpv 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
 > 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
Avoid second fetch
Checking out Revision 27273a75a3d2f03dc1bfe5ed51002ee5fcba2718 (origin/main)
Commit message: "Contribute Oomph 1.33 M2 for 2024-06 M2"
[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]
Found 0 available resource(s). Waiting for correct amount: 1.
[staging-repository] is locked by simrel.reporeports.pipeline #1256, waiting...
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 27273a75a3d2f03dc1bfe5ed51002ee5fcba2718 # timeout=10
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-r3W4gt9a2lAC/agent.146
SSH_AGENT_PID=148
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_17024849469736224132.key (/home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_17024849469736224132.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 148 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
+ tee log
+ 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
!SESSION 2024-05-01 10:58:17.162 -----------------------------------------------
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-05-01 10:58:19.330
!MESSAGE Loading 'memory:bc94f9d4-b755-4c44-a79c-e6bd7cdf3631' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-01 10:58:19.331
!MESSAGE Loading 'memory:bc94f9d4-b755-4c44-a79c-e6bd7cdf3631' 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-05-01 10:58:22.461
!MESSAGE Loading 'file:/tmp/test-14006942006228894599-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-01 10:58:22.465
!MESSAGE Loading 'file:/tmp/test-14006942006228894599-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=2

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-01 10:58:22.468
!MESSAGE Loading 'file:/tmp/test-14006942006228894599-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-01 10:58:22.468
!MESSAGE Loading 'file:/tmp/test-14006942006228894599-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=2

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-01 10:58:22.471
!MESSAGE Loading 'memory:5c86c710-690f-4ac5-ad96-c42169283589' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-01 10:58:22.472
!MESSAGE Loading 'memory:5c86c710-690f-4ac5-ad96-c42169283589' 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-05-01 10:58:23.649
!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 m2t-xpand.aggrcon mat.aggrcon mdt-bpmn2.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 soa-bpmn2-modeler.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
 86115347      4 -rw-r--r--. 1 jenkins 1000860000       761 May  1 10:55 buildship.aggrcon
 86115348      8 -rw-r--r--. 1 jenkins 1000860000      6398 May  1 10:55 cdt.aggrcon
 86115349      4 -rw-r--r--. 1 jenkins 1000860000       755 May  1 10:55 collections.aggrcon
 86115350      4 -rw-r--r--. 1 jenkins 1000860000      1689 May  1 10:55 dltk.aggrcon
 86115351      8 -rw-r--r--. 1 jenkins 1000860000      7522 May  1 10:55 dtp.aggrcon
 86115352      4 -rw-r--r--. 1 jenkins 1000860000      1107 May  1 10:55 ecf.aggrcon
 86115353      4 -rw-r--r--. 1 jenkins 1000860000       611 May  1 10:55 eclemma.aggrcon
 86126499 107516 -rw-r--r--. 1 jenkins 1000860000 110094941 May  1 09:21 eclipse-inst-jre-linux64.tar.gz
 86115354      4 -rw-r--r--. 1 jenkins 1000860000      2335 May  1 10:55 egit.aggrcon
 86115355      8 -rw-r--r--. 1 jenkins 1000860000      4261 May  1 10:55 embedcdt.aggrcon
 86115356      4 -rw-r--r--. 1 jenkins 1000860000      1862 May  1 10:55 emf-cdo.aggrcon
 86115357      4 -rw-r--r--. 1 jenkins 1000860000      2086 May  1 10:55 emf-compare.aggrcon
 86115360      4 -rw-r--r--. 1 jenkins 1000860000      1206 May  1 10:55 emf-emf.aggrcon
 86115358      4 -rw-r--r--. 1 jenkins 1000860000       657 May  1 10:55 emf-emf-rap.aggrcon
 86115361      4 -rw-r--r--. 1 jenkins 1000860000      1319 May  1 10:55 emf-parsley.aggrcon
 86115362      4 -rw-r--r--. 1 jenkins 1000860000      1300 May  1 10:55 emf-services.aggrcon
 86115363      4 -rw-r--r--. 1 jenkins 1000860000       660 May  1 10:55 emft-ecoretools.aggrcon
 86115381      4 -rw-r--r--. 1 jenkins 1000860000      1296 May  1 10:55 emft-eef.aggrcon
 86115384      4 -rw-r--r--. 1 jenkins 1000860000      1353 May  1 10:55 emft-mwe.aggrcon
 86115385      4 -rw-r--r--. 1 jenkins 1000860000      3283 May  1 10:55 ep.aggrcon
 86115386      4 -rw-r--r--. 1 jenkins 1000860000       905 May  1 10:55 epp-mpc.aggrcon
 86115391      4 -rw-r--r--. 1 jenkins 1000860000      3790 May  1 10:55 gef.aggrcon
 86115771      4 -rw-r--r--. 1 jenkins 1000860000      1137 May  1 10:55 gmp-gmf-runtime.aggrcon
 86115775      8 -rw-r--r--. 1 jenkins 1000860000      4315 May  1 10:55 gmp-graphiti.aggrcon
 86115342      8 -rw-r--r--. 1 jenkins 1000860000      4469 May  1 10:55 Jenkinsfile
 86115343      8 -rw-r--r--. 1 jenkins 1000860000      4226 May  1 10:55 Jenkinsfile-oomph-report
 86115344      4 -rw-r--r--. 1 jenkins 1000860000      1741 May  1 10:55 Jenkinsfile-reporeports
 86114900      8 -rw-r--r--. 1 jenkins 1000860000      6598 May  1 10:55 linuxtools.aggrcon
 86126500      4 -rw-r--r--. 1 jenkins 1000860000      3604 May  1 11:03 log
 86114903      4 -rw-r--r--. 1 jenkins 1000860000      1353 May  1 10:55 lsp4e.aggrcon
 86114234      4 -rw-r--r--. 1 jenkins 1000860000       816 May  1 10:55 lsp4j.aggrcon
 86114235      4 -rw-r--r--. 1 jenkins 1000860000      2848 May  1 10:55 m2e.aggrcon
 86114236      4 -rw-r--r--. 1 jenkins 1000860000       792 May  1 10:55 m2m-atl.aggrcon
 86114237      4 -rw-r--r--. 1 jenkins 1000860000      1153 May  1 10:55 m2t-acceleo.aggrcon
 86126464      4 -rw-r--r--. 1 jenkins 1000860000       829 May  1 10:55 m2t-xpand.aggrcon
 86126465      4 -rw-r--r--. 1 jenkins 1000860000      1494 May  1 10:55 mat.aggrcon
 86126466      4 -rw-r--r--. 1 jenkins 1000860000       636 May  1 10:55 mdt-bpmn2.aggrcon
 86126467      4 -rw-r--r--. 1 jenkins 1000860000       918 May  1 10:55 mdt-papyrus.aggrcon
 86126468      4 -rw-r--r--. 1 jenkins 1000860000       843 May  1 10:55 mdt-uml2.aggrcon
 86126469      4 -rw-r--r--. 1 jenkins 1000860000       855 May  1 10:55 modisco.aggrcon
 86126470      8 -rw-r--r--. 1 jenkins 1000860000      5547 May  1 10:55 mylyn.aggrcon
 86126471      4 -rw-r--r--. 1 jenkins 1000860000      1798 May  1 10:55 ocl.aggrcon
 86126472      4 -rw-r--r--. 1 jenkins 1000860000      1602 May  1 10:55 oomph.aggrcon
 86126473      4 -rw-r--r--. 1 jenkins 1000860000       690 May  1 10:55 passage.aggrcon
 86126474      4 -rw-r--r--. 1 jenkins 1000860000      2016 May  1 10:55 pdt.aggrcon
 86126475     12 -rw-r--r--. 1 jenkins 1000860000     11110 May  1 10:55 pom.xml
 86126476      4 -rw-r--r--. 1 jenkins 1000860000      2419 May  1 10:55 ptp.aggrcon
 86126477      4 -rw-r--r--. 1 jenkins 1000860000       846 May  1 10:55 qvtd.aggrcon
 86126478      4 -rw-r--r--. 1 jenkins 1000860000      1284 May  1 10:55 qvto.aggrcon
 86126480      4 -rw-r--r--. 1 jenkins 1000860000      1464 May  1 10:55 rap.aggrcon
 86126479      4 -rw-r--r--. 1 jenkins 1000860000       800 May  1 10:55 rap-tools.aggrcon
 86126481      4 -rw-r--r--. 1 jenkins 1000860000       618 May  1 10:55 rcptt.aggrcon
 86126482      4 -rw-r--r--. 1 jenkins 1000860000      1131 May  1 10:55 scout.aggrcon
 86126483     44 -rw-r--r--. 1 jenkins 1000860000     43099 May  1 10:55 simrel.aggr
 86126484     40 -rw-r--r--. 1 jenkins 1000860000     40795 May  1 10:55 simrel.aggran
 86115346      4 -rw-r--r--. 1 jenkins 1000860000      3297 May  1 10:55 SimRelConfiguration.setup
 86115345     12 -rw-r--r--. 1 jenkins 1000860000     11206 May  1 10:55 SimRel.setup
 86126485      4 -rw-r--r--. 1 jenkins 1000860000      1494 May  1 10:55 sirius.aggrcon
 86126486      4 -rw-r--r--. 1 jenkins 1000860000      1042 May  1 10:55 soa-bpmn2-modeler.aggrcon
 86126487      4 -rw-r--r--. 1 jenkins 1000860000      1100 May  1 10:55 swtbot.aggrcon
 86126488      4 -rw-r--r--. 1 jenkins 1000860000      1220 May  1 10:55 tcf.aggrcon
 86126490      4 -rw-r--r--. 1 jenkins 1000860000      1069 May  1 10:55 tm4e.aggrcon
 86126489      4 -rw-r--r--. 1 jenkins 1000860000      1308 May  1 10:55 tm.aggrcon
 86126491      4 -rw-r--r--. 1 jenkins 1000860000      1228 May  1 10:55 tmf-xtext.aggrcon
 86126492      4 -rw-r--r--. 1 jenkins 1000860000      1617 May  1 10:55 tracecompass.aggrcon
 86126493      4 -rw-r--r--. 1 jenkins 1000860000       825 May  1 10:55 usssdk.aggrcon
 86126494      4 -rw-r--r--. 1 jenkins 1000860000      1233 May  1 10:55 viatra.aggrcon
 86126495      8 -rw-r--r--. 1 jenkins 1000860000      7753 May  1 10:55 webtools.aggrcon
 86126496      4 -rw-r--r--. 1 jenkins 1000860000      1207 May  1 10:55 wildwebdeveloper.aggrcon
 86126497      4 -rw-r--r--. 1 jenkins 1000860000      2539 May  1 10:55 windowbuilder.aggrcon
 86126498      4 -rw-r--r--. 1 jenkins 1000860000      1308 May  1 10:55 xwt.aggrcon

archive:
total 32
 764527232  0 drwxr-sr-x. 3 jenkins 1000860000   132 May  1 11:03 .
  86115335  4 drwxr-sr-x. 9 jenkins 1000860000  4096 May  1 10:58 ..
 764527264  4 -rw-r--r--. 1 jenkins 1000860000  1452 May  1 11:03 1Cluw7AHG+mS7aaSxzMkt40wPAA_.png
 764527243  8 -rw-r--r--. 1 jenkins 1000860000  4682 May  1 11:03 3CuErc8CDY0ivu5RJRO160i35_Y_.png
1672577775  0 drwxr-sr-x. 3 jenkins 1000860000   119 May  1 11:03 download.eclipse.org
 764527233 16 -rw-r--r--. 1 jenkins 1000860000 12347 May  1 11:03 index.html

eclipse-installer:
total 316
778127480   0 drwxr-sr-x.  7 jenkins 1000860000    163 May  1 09:17 .
 86115335   4 drwxr-sr-x.  9 jenkins 1000860000   4096 May  1 10:58 ..
778127481  56 -rw-r--r--.  1 jenkins 1000860000  54204 May  1 09:17 artifacts.xml
917750848   4 drwxr-sr-x.  7 jenkins 1000860000   4096 May  1 10:58 configuration
778127483  92 -rwxr-xr-x.  1 jenkins 1000860000  90168 May  1 09:16 eclipse-inst
778127484   4 -rw-r--r--.  1 jenkins 1000860000    441 May  1 09:17 eclipse-inst.ini
878872590   4 drwxr-sr-x. 19 jenkins 1000860000   4096 May  1 09:17 features
778127482 132 -rwxr-xr-x.  1 jenkins 1000860000 134914 May  1 09:16 icon.xpm
779469147   0 drwxr-sr-x.  5 jenkins 1000860000    119 May  1 10:58 p2
792255260  20 drwxr-sr-x.  5 jenkins 1000860000  16384 May  1 09:17 plugins
916883714   0 drwxr-sr-x.  2 jenkins 1000860000     33 May  1 09:17 readme

report:
total 32
927081731  0 drwxr-sr-x. 4 jenkins 1000860000   149 May  1 11:03 .
 86115335  4 drwxr-sr-x. 9 jenkins 1000860000  4096 May  1 10:58 ..
927081733  4 -rw-r--r--. 1 jenkins 1000860000  1452 May  1 11:03 1Cluw7AHG+mS7aaSxzMkt40wPAA_.png
927081732  8 -rw-r--r--. 1 jenkins 1000860000  4682 May  1 11:03 3CuErc8CDY0ivu5RJRO160i35_Y_.png
943854619  0 drwxr-sr-x. 5 jenkins 1000860000    51 May  1 10:58 artifacts
945972979  0 drwxr-sr-x. 3 jenkins 1000860000   119 May  1 11:03 download.eclipse.org
927081734 16 -rw-r--r--. 1 jenkins 1000860000 12347 May  1 11:03 index.html

tests:
total 1236
945008517    0 drwxr-sr-x. 2 jenkins 1000860000      46 May  1 11:00 .
 86115335    4 drwxr-sr-x. 9 jenkins 1000860000    4096 May  1 10:58 ..
945008526 1232 -rw-r--r--. 1 jenkins 1000860000 1259093 May  1 11:00 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-piz9Eqqg9V4d/agent.481
SSH_AGENT_PID=483
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_5014975521106521631.key (/home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_5014975521106521631.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 483 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