Skip to content

Console Output

Started by upstream project "simrel.build/main" build number 310
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 fee696a31437e133780f8a9d6e30463f8e872360 (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fee696a31437e133780f8a9d6e30463f8e872360 # timeout=10
Commit message: "Eclipse Scout SDK 13.0.33 for SimRel 2024-03 M2 (#321)"
 > git rev-list --no-walk 33d539aefa559308fac3b547858f55eaacb87e42 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-42z9d 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-42z9d"
  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-42z9d"
    - 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-42z9d"
    - 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-42z9d 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 fee696a31437e133780f8a9d6e30463f8e872360 (origin/main)
Commit message: "Eclipse Scout SDK 13.0.33 for SimRel 2024-03 M2 (#321)"
[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 #1253, waiting...
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fee696a31437e133780f8a9d6e30463f8e872360 # 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-Eg41Sjab4bTh/agent.148
SSH_AGENT_PID=150
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_3039998809052987973.key (/home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_3039998809052987973.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 150 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-04-30 15:54:58.471 -----------------------------------------------
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-04-30 15:55:00.643
!MESSAGE Loading 'memory:374439c7-d992-4600-b501-b29fb2199a32' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-30 15:55:00.644
!MESSAGE Loading 'memory:374439c7-d992-4600-b501-b29fb2199a32' 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-04-30 15:55:03.594
!MESSAGE Loading 'file:/tmp/test-16944578405592841628-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-30 15:55:03.599
!MESSAGE Loading 'file:/tmp/test-16944578405592841628-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=2

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-30 15:55:03.602
!MESSAGE Loading 'file:/tmp/test-16944578405592841628-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-30 15:55:03.602
!MESSAGE Loading 'file:/tmp/test-16944578405592841628-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=2

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-30 15:55:03.605
!MESSAGE Loading 'memory:ffe5b345-7bd5-43a7-a5fa-9fe52c855909' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-30 15:55:03.605
!MESSAGE Loading 'memory:ffe5b345-7bd5-43a7-a5fa-9fe52c855909' 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-04-30 15:55:04.850
!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
1786142864      4 -rw-r--r--. 1 jenkins 1000860000       761 Apr 30 15:52 buildship.aggrcon
1786142865      8 -rw-r--r--. 1 jenkins 1000860000      6398 Apr 30 15:52 cdt.aggrcon
1786142866      4 -rw-r--r--. 1 jenkins 1000860000       755 Apr 30 15:52 collections.aggrcon
1786142867      4 -rw-r--r--. 1 jenkins 1000860000      1689 Apr 30 15:52 dltk.aggrcon
1786142868      8 -rw-r--r--. 1 jenkins 1000860000      7522 Apr 30 15:52 dtp.aggrcon
1786142869      4 -rw-r--r--. 1 jenkins 1000860000      1107 Apr 30 15:52 ecf.aggrcon
1786142870      4 -rw-r--r--. 1 jenkins 1000860000       611 Apr 30 15:52 eclemma.aggrcon
1786143312 107524 -rw-r--r--. 1 jenkins 1000860000 110103907 Apr 28 03:22 eclipse-inst-jre-linux64.tar.gz
1786142871      4 -rw-r--r--. 1 jenkins 1000860000      2335 Apr 30 15:52 egit.aggrcon
1786142872      8 -rw-r--r--. 1 jenkins 1000860000      4261 Apr 30 15:52 embedcdt.aggrcon
1786142873      4 -rw-r--r--. 1 jenkins 1000860000      1862 Apr 30 15:52 emf-cdo.aggrcon
1786142874      4 -rw-r--r--. 1 jenkins 1000860000      2086 Apr 30 15:52 emf-compare.aggrcon
1786142876      4 -rw-r--r--. 1 jenkins 1000860000      1206 Apr 30 15:52 emf-emf.aggrcon
1786142875      4 -rw-r--r--. 1 jenkins 1000860000       657 Apr 30 15:52 emf-emf-rap.aggrcon
1786142877      4 -rw-r--r--. 1 jenkins 1000860000      1319 Apr 30 15:52 emf-parsley.aggrcon
1786142878      4 -rw-r--r--. 1 jenkins 1000860000      1300 Apr 30 15:52 emf-services.aggrcon
1786142879      4 -rw-r--r--. 1 jenkins 1000860000       660 Apr 30 15:52 emft-ecoretools.aggrcon
1786142880      4 -rw-r--r--. 1 jenkins 1000860000      1296 Apr 30 15:52 emft-eef.aggrcon
1786142881      4 -rw-r--r--. 1 jenkins 1000860000      1353 Apr 30 15:52 emft-mwe.aggrcon
1786142882      4 -rw-r--r--. 1 jenkins 1000860000      3283 Apr 30 15:52 ep.aggrcon
1786142883      4 -rw-r--r--. 1 jenkins 1000860000       905 Apr 30 15:52 epp-mpc.aggrcon
1786142884      4 -rw-r--r--. 1 jenkins 1000860000      3790 Apr 30 15:52 gef.aggrcon
1786142885      4 -rw-r--r--. 1 jenkins 1000860000      1137 Apr 30 15:52 gmp-gmf-runtime.aggrcon
1786142886      8 -rw-r--r--. 1 jenkins 1000860000      4315 Apr 30 15:52 gmp-graphiti.aggrcon
1786142859      8 -rw-r--r--. 1 jenkins 1000860000      4469 Apr 30 15:52 Jenkinsfile
1786142860      8 -rw-r--r--. 1 jenkins 1000860000      4226 Apr 30 15:52 Jenkinsfile-oomph-report
1786142861      4 -rw-r--r--. 1 jenkins 1000860000      1741 Apr 30 15:52 Jenkinsfile-reporeports
1786142887      8 -rw-r--r--. 1 jenkins 1000860000      6598 Apr 30 15:52 linuxtools.aggrcon
1786143313      4 -rw-r--r--. 1 jenkins 1000860000      3604 Apr 30 16:00 log
1786142888      4 -rw-r--r--. 1 jenkins 1000860000      1353 Apr 30 15:52 lsp4e.aggrcon
1786142889      4 -rw-r--r--. 1 jenkins 1000860000       816 Apr 30 15:52 lsp4j.aggrcon
1786142890      4 -rw-r--r--. 1 jenkins 1000860000      2848 Apr 30 15:52 m2e.aggrcon
1786142891      4 -rw-r--r--. 1 jenkins 1000860000       792 Apr 30 15:52 m2m-atl.aggrcon
1786142892      4 -rw-r--r--. 1 jenkins 1000860000      1153 Apr 30 15:52 m2t-acceleo.aggrcon
1786142893      4 -rw-r--r--. 1 jenkins 1000860000       829 Apr 30 15:52 m2t-xpand.aggrcon
1786142894      4 -rw-r--r--. 1 jenkins 1000860000      1494 Apr 30 15:52 mat.aggrcon
1786142895      4 -rw-r--r--. 1 jenkins 1000860000       636 Apr 30 15:52 mdt-bpmn2.aggrcon
1786142896      4 -rw-r--r--. 1 jenkins 1000860000       918 Apr 30 15:52 mdt-papyrus.aggrcon
1786142897      4 -rw-r--r--. 1 jenkins 1000860000       843 Apr 30 15:52 mdt-uml2.aggrcon
1786142898      4 -rw-r--r--. 1 jenkins 1000860000       855 Apr 30 15:52 modisco.aggrcon
1786142899      8 -rw-r--r--. 1 jenkins 1000860000      5547 Apr 30 15:52 mylyn.aggrcon
1786142900      4 -rw-r--r--. 1 jenkins 1000860000      1798 Apr 30 15:52 ocl.aggrcon
1786142901      4 -rw-r--r--. 1 jenkins 1000860000      1602 Apr 30 15:52 oomph.aggrcon
1786142902      4 -rw-r--r--. 1 jenkins 1000860000       690 Apr 30 15:52 passage.aggrcon
1786142903      4 -rw-r--r--. 1 jenkins 1000860000      2016 Apr 30 15:52 pdt.aggrcon
1786142904     12 -rw-r--r--. 1 jenkins 1000860000     11110 Apr 30 15:52 pom.xml
1786142905      4 -rw-r--r--. 1 jenkins 1000860000      2419 Apr 30 15:52 ptp.aggrcon
1786142906      4 -rw-r--r--. 1 jenkins 1000860000       846 Apr 30 15:52 qvtd.aggrcon
1786142907      4 -rw-r--r--. 1 jenkins 1000860000      1284 Apr 30 15:52 qvto.aggrcon
1786142909      4 -rw-r--r--. 1 jenkins 1000860000      1464 Apr 30 15:52 rap.aggrcon
1786142908      4 -rw-r--r--. 1 jenkins 1000860000       800 Apr 30 15:52 rap-tools.aggrcon
1786142910      4 -rw-r--r--. 1 jenkins 1000860000       618 Apr 30 15:52 rcptt.aggrcon
1786142911      4 -rw-r--r--. 1 jenkins 1000860000      1131 Apr 30 15:52 scout.aggrcon
1786143296     44 -rw-r--r--. 1 jenkins 1000860000     43099 Apr 30 15:52 simrel.aggr
1786143297     44 -rw-r--r--. 1 jenkins 1000860000     42279 Apr 30 15:52 simrel.aggran
1786142863      4 -rw-r--r--. 1 jenkins 1000860000      3297 Apr 30 15:52 SimRelConfiguration.setup
1786142862     12 -rw-r--r--. 1 jenkins 1000860000     11206 Apr 30 15:52 SimRel.setup
1786143298      4 -rw-r--r--. 1 jenkins 1000860000      1494 Apr 30 15:52 sirius.aggrcon
1786143299      4 -rw-r--r--. 1 jenkins 1000860000      1042 Apr 30 15:52 soa-bpmn2-modeler.aggrcon
1786143300      4 -rw-r--r--. 1 jenkins 1000860000      1100 Apr 30 15:52 swtbot.aggrcon
1786143301      4 -rw-r--r--. 1 jenkins 1000860000      1220 Apr 30 15:52 tcf.aggrcon
1786143303      4 -rw-r--r--. 1 jenkins 1000860000      1069 Apr 30 15:52 tm4e.aggrcon
1786143302      4 -rw-r--r--. 1 jenkins 1000860000      1308 Apr 30 15:52 tm.aggrcon
1786143304      4 -rw-r--r--. 1 jenkins 1000860000      1228 Apr 30 15:52 tmf-xtext.aggrcon
1786143305      4 -rw-r--r--. 1 jenkins 1000860000      1617 Apr 30 15:52 tracecompass.aggrcon
1786143306      4 -rw-r--r--. 1 jenkins 1000860000       825 Apr 30 15:52 usssdk.aggrcon
1786143307      4 -rw-r--r--. 1 jenkins 1000860000      1233 Apr 30 15:52 viatra.aggrcon
1786143308      8 -rw-r--r--. 1 jenkins 1000860000      7753 Apr 30 15:52 webtools.aggrcon
1786143309      4 -rw-r--r--. 1 jenkins 1000860000      1207 Apr 30 15:52 wildwebdeveloper.aggrcon
1786143310      4 -rw-r--r--. 1 jenkins 1000860000      2539 Apr 30 15:52 windowbuilder.aggrcon
1786143311      4 -rw-r--r--. 1 jenkins 1000860000      1308 Apr 30 15:52 xwt.aggrcon

archive:
total 32
 224504531  0 drwxr-sr-x. 3 jenkins 1000860000   132 Apr 30 16:00 .
1786142854  4 drwxr-sr-x. 9 jenkins 1000860000  4096 Apr 30 15:55 ..
 224504575  4 -rw-r--r--. 1 jenkins 1000860000  1452 Apr 30 16:00 1Cluw7AHG+mS7aaSxzMkt40wPAA_.png
 224504574  8 -rw-r--r--. 1 jenkins 1000860000  4682 Apr 30 16:00 3CuErc8CDY0ivu5RJRO160i35_Y_.png
1361203609  0 drwxr-sr-x. 3 jenkins 1000860000   119 Apr 30 16:00 download.eclipse.org
 224504573 16 -rw-r--r--. 1 jenkins 1000860000 12347 Apr 30 16:00 index.html

eclipse-installer:
total 316
 232020764   0 drwxr-sr-x.  7 jenkins 1000860000    163 Apr 28 03:18 .
1786142854   4 drwxr-sr-x.  9 jenkins 1000860000   4096 Apr 30 15:55 ..
 232020765  56 -rw-r--r--.  1 jenkins 1000860000  54210 Apr 28 03:18 artifacts.xml
 400873900   4 drwxr-sr-x.  7 jenkins 1000860000   4096 Apr 30 15:55 configuration
 232020767  92 -rwxr-xr-x.  1 jenkins 1000860000  90168 Apr 28 03:17 eclipse-inst
 232020768   4 -rw-r--r--.  1 jenkins 1000860000    601 Apr 28 03:18 eclipse-inst.ini
 361996306   4 drwxr-sr-x. 19 jenkins 1000860000   4096 Apr 28 03:18 features
 232020766 132 -rwxr-xr-x.  1 jenkins 1000860000 134914 Apr 28 03:17 icon.xpm
 233022410   0 drwxr-sr-x.  5 jenkins 1000860000    119 Apr 30 15:55 p2
 245661349  20 drwxr-sr-x.  5 jenkins 1000860000  16384 Apr 28 03:18 plugins
 399600423   0 drwxr-sr-x.  2 jenkins 1000860000     33 Apr 28 03:18 readme

report:
total 32
 410649822  0 drwxr-sr-x. 4 jenkins 1000860000   149 Apr 30 16:00 .
1786142854  4 drwxr-sr-x. 9 jenkins 1000860000  4096 Apr 30 15:55 ..
 410650096  4 -rw-r--r--. 1 jenkins 1000860000  1452 Apr 30 16:00 1Cluw7AHG+mS7aaSxzMkt40wPAA_.png
 410650095  8 -rw-r--r--. 1 jenkins 1000860000  4682 Apr 30 16:00 3CuErc8CDY0ivu5RJRO160i35_Y_.png
 426956326  0 drwxr-sr-x. 5 jenkins 1000860000    51 Apr 30 15:55 artifacts
 429274238  0 drwxr-sr-x. 3 jenkins 1000860000   119 Apr 30 16:00 download.eclipse.org
 410650097 16 -rw-r--r--. 1 jenkins 1000860000 12347 Apr 30 16:00 index.html

tests:
total 1240
 428639698    0 drwxr-sr-x. 2 jenkins 1000860000      46 Apr 30 15:56 .
1786142854    4 drwxr-sr-x. 9 jenkins 1000860000    4096 Apr 30 15:55 ..
 428639712 1236 -rw-r--r--. 1 jenkins 1000860000 1262545 Apr 30 15:56 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-Aqj9LKaNZ2Pa/agent.499
SSH_AGENT_PID=501
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_14718080688961698309.key (/home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_14718080688961698309.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 501 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