Skip to content

Console Output

Started by upstream project "simrel.build/main" build number 348
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 54714fa2bbac1b9fb6146840b65e0dabd4ef5c37 (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 54714fa2bbac1b9fb6146840b65e0dabd4ef5c37 # timeout=10
Commit message: "Contribute Acceleo 3.7.16 to Eclipse 2024-06"
 > git rev-list --no-walk 54714fa2bbac1b9fb6146840b65e0dabd4ef5c37 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-6cwgz 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-6cwgz"
  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-6cwgz"
    - 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-6cwgz"
    - 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-6cwgz 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 54714fa2bbac1b9fb6146840b65e0dabd4ef5c37 (origin/main)
Commit message: "Contribute Acceleo 3.7.16 to Eclipse 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 #1289 #1289 since May 23, 2024, 5:08 AM.
[staging-repository] is not free, waiting for execution ...
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 54714fa2bbac1b9fb6146840b65e0dabd4ef5c37 # 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-kQASW3VDBBis/agent.149
SSH_AGENT_PID=151
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_9299599780510609133.key (/home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_9299599780510609133.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 151 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-23 09:11:30.466 -----------------------------------------------
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-23 09:11:32.908
!MESSAGE Loading 'memory:0178a02a-890a-4a50-8af4-a2e735d7f2d4' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-23 09:11:32.909
!MESSAGE Loading 'memory:0178a02a-890a-4a50-8af4-a2e735d7f2d4' 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-23 09:11:36.234
!MESSAGE Loading 'file:/tmp/test-1395775524847916152-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-23 09:11:36.239
!MESSAGE Loading 'file:/tmp/test-1395775524847916152-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=2

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-23 09:11:36.243
!MESSAGE Loading 'file:/tmp/test-1395775524847916152-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-23 09:11:36.243
!MESSAGE Loading 'file:/tmp/test-1395775524847916152-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=2

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-23 09:11:36.246
!MESSAGE Loading 'memory:9db926f5-8332-4053-916b-0e4524a90187' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-23 09:11:36.247
!MESSAGE Loading 'memory:9db926f5-8332-4053-916b-0e4524a90187' 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-23 09:11:37.683
!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
 283715035      4 -rw-r--r--. 1 jenkins 1000860000       761 May 23 09:08 buildship.aggrcon
 283715036      8 -rw-r--r--. 1 jenkins 1000860000      6413 May 23 09:08 cdt.aggrcon
 283715037      4 -rw-r--r--. 1 jenkins 1000860000       755 May 23 09:08 collections.aggrcon
 283715038      4 -rw-r--r--. 1 jenkins 1000860000      1689 May 23 09:08 dltk.aggrcon
 283715039      8 -rw-r--r--. 1 jenkins 1000860000      7522 May 23 09:08 dtp.aggrcon
 283715040      4 -rw-r--r--. 1 jenkins 1000860000      1107 May 23 09:08 ecf.aggrcon
 283715041      4 -rw-r--r--. 1 jenkins 1000860000       606 May 23 09:08 eclemma.aggrcon
 283715087 108320 -rw-r--r--. 1 jenkins 1000860000 110915715 May 23 03:26 eclipse-inst-jre-linux64.tar.gz
 283715045      4 -rw-r--r--. 1 jenkins 1000860000      2377 May 23 09:08 egit.aggrcon
 283715046      8 -rw-r--r--. 1 jenkins 1000860000      4261 May 23 09:08 embedcdt.aggrcon
 283715047      4 -rw-r--r--. 1 jenkins 1000860000      1862 May 23 09:08 emf-cdo.aggrcon
 283715048      4 -rw-r--r--. 1 jenkins 1000860000      2086 May 23 09:08 emf-compare.aggrcon
 283715050      4 -rw-r--r--. 1 jenkins 1000860000      1206 May 23 09:08 emf-emf.aggrcon
 283715049      4 -rw-r--r--. 1 jenkins 1000860000       657 May 23 09:08 emf-emf-rap.aggrcon
 283715051      4 -rw-r--r--. 1 jenkins 1000860000      1319 May 23 09:08 emf-parsley.aggrcon
 283715052      4 -rw-r--r--. 1 jenkins 1000860000      1300 May 23 09:08 emf-services.aggrcon
 283715053      4 -rw-r--r--. 1 jenkins 1000860000       660 May 23 09:08 emft-ecoretools.aggrcon
 283715054      4 -rw-r--r--. 1 jenkins 1000860000      1296 May 23 09:08 emft-eef.aggrcon
 283715055      4 -rw-r--r--. 1 jenkins 1000860000      1353 May 23 09:08 emft-mwe.aggrcon
 283715056      4 -rw-r--r--. 1 jenkins 1000860000      3283 May 23 09:08 ep.aggrcon
 283715057      4 -rw-r--r--. 1 jenkins 1000860000       905 May 23 09:08 epp-mpc.aggrcon
 283715058      4 -rw-r--r--. 1 jenkins 1000860000      3790 May 23 09:08 gef.aggrcon
 283715059      4 -rw-r--r--. 1 jenkins 1000860000      1143 May 23 09:08 gmp-gmf-runtime.aggrcon
 283715060      8 -rw-r--r--. 1 jenkins 1000860000      4315 May 23 09:08 gmp-graphiti.aggrcon
 283715030      8 -rw-r--r--. 1 jenkins 1000860000      4469 May 23 09:08 Jenkinsfile
 283715031      8 -rw-r--r--. 1 jenkins 1000860000      4226 May 23 09:08 Jenkinsfile-oomph-report
 283715032      4 -rw-r--r--. 1 jenkins 1000860000      1741 May 23 09:08 Jenkinsfile-reporeports
 283715061      8 -rw-r--r--. 1 jenkins 1000860000      6598 May 23 09:08 linuxtools.aggrcon
 283715088      4 -rw-r--r--. 1 jenkins 1000860000      3600 May 23 09:17 log
 283715062      4 -rw-r--r--. 1 jenkins 1000860000      1353 May 23 09:08 lsp4e.aggrcon
 283715063      4 -rw-r--r--. 1 jenkins 1000860000       816 May 23 09:08 lsp4j.aggrcon
 283715064      4 -rw-r--r--. 1 jenkins 1000860000      2848 May 23 09:08 m2e.aggrcon
 283715065      4 -rw-r--r--. 1 jenkins 1000860000       792 May 23 09:08 m2m-atl.aggrcon
 283715066      4 -rw-r--r--. 1 jenkins 1000860000      1153 May 23 09:08 m2t-acceleo.aggrcon
 283715067      4 -rw-r--r--. 1 jenkins 1000860000       829 May 23 09:08 m2t-xpand.aggrcon
 283715068      4 -rw-r--r--. 1 jenkins 1000860000      1494 May 23 09:08 mat.aggrcon
 283715069      4 -rw-r--r--. 1 jenkins 1000860000       636 May 23 09:08 mdt-bpmn2.aggrcon
 283715070      4 -rw-r--r--. 1 jenkins 1000860000       875 May 23 09:08 mdt-papyrus.aggrcon
 283715071      4 -rw-r--r--. 1 jenkins 1000860000       843 May 23 09:08 mdt-uml2.aggrcon
 283169367      4 -rw-r--r--. 1 jenkins 1000860000       855 May 23 09:08 modisco.aggrcon
 283169368      8 -rw-r--r--. 1 jenkins 1000860000      5547 May 23 09:08 mylyn.aggrcon
 283169369      4 -rw-r--r--. 1 jenkins 1000860000      1807 May 23 09:08 ocl.aggrcon
 283169370      4 -rw-r--r--. 1 jenkins 1000860000      1602 May 23 09:08 oomph.aggrcon
 283169371      4 -rw-r--r--. 1 jenkins 1000860000       689 May 23 09:08 passage.aggrcon
 283169397      4 -rw-r--r--. 1 jenkins 1000860000      2016 May 23 09:08 pdt.aggrcon
 283169398     12 -rw-r--r--. 1 jenkins 1000860000     11110 May 23 09:08 pom.xml
 283169399      4 -rw-r--r--. 1 jenkins 1000860000      2419 May 23 09:08 ptp.aggrcon
 283169400      4 -rw-r--r--. 1 jenkins 1000860000       855 May 23 09:08 qvtd.aggrcon
 283169401      4 -rw-r--r--. 1 jenkins 1000860000      1284 May 23 09:08 qvto.aggrcon
 283169403      4 -rw-r--r--. 1 jenkins 1000860000      1464 May 23 09:08 rap.aggrcon
 283169402      4 -rw-r--r--. 1 jenkins 1000860000       800 May 23 09:08 rap-tools.aggrcon
 283169404      4 -rw-r--r--. 1 jenkins 1000860000       618 May 23 09:08 rcptt.aggrcon
 283169405      4 -rw-r--r--. 1 jenkins 1000860000      1131 May 23 09:08 scout.aggrcon
 283169406     44 -rw-r--r--. 1 jenkins 1000860000     43142 May 23 09:08 simrel.aggr
 283169407     40 -rw-r--r--. 1 jenkins 1000860000     40795 May 23 09:08 simrel.aggran
 283715034      4 -rw-r--r--. 1 jenkins 1000860000      3297 May 23 09:08 SimRelConfiguration.setup
 283715033     12 -rw-r--r--. 1 jenkins 1000860000     11206 May 23 09:08 SimRel.setup
 283715072      4 -rw-r--r--. 1 jenkins 1000860000      1494 May 23 09:08 sirius.aggrcon
 283715073      4 -rw-r--r--. 1 jenkins 1000860000      1042 May 23 09:08 soa-bpmn2-modeler.aggrcon
 283715074      4 -rw-r--r--. 1 jenkins 1000860000      1100 May 23 09:08 swtbot.aggrcon
 283715075      4 -rw-r--r--. 1 jenkins 1000860000      1220 May 23 09:08 tcf.aggrcon
 283715077      4 -rw-r--r--. 1 jenkins 1000860000      1069 May 23 09:08 tm4e.aggrcon
 283715076      4 -rw-r--r--. 1 jenkins 1000860000      1308 May 23 09:08 tm.aggrcon
 283715078      4 -rw-r--r--. 1 jenkins 1000860000      1228 May 23 09:08 tmf-xtext.aggrcon
 283715079      4 -rw-r--r--. 1 jenkins 1000860000      1613 May 23 09:08 tracecompass.aggrcon
 283715080      4 -rw-r--r--. 1 jenkins 1000860000       825 May 23 09:08 usssdk.aggrcon
 283715081      4 -rw-r--r--. 1 jenkins 1000860000      1233 May 23 09:08 viatra.aggrcon
 283715082      8 -rw-r--r--. 1 jenkins 1000860000      7753 May 23 09:08 webtools.aggrcon
 283715083      4 -rw-r--r--. 1 jenkins 1000860000      1207 May 23 09:08 wildwebdeveloper.aggrcon
 283715084      4 -rw-r--r--. 1 jenkins 1000860000      2539 May 23 09:08 windowbuilder.aggrcon
 283715085      4 -rw-r--r--. 1 jenkins 1000860000      1251 May 23 09:08 xwt.aggrcon

archive:
total 32
1191234954  0 drwxr-sr-x. 3 jenkins 1000860000   132 May 23 09:17 .
 283715016  4 drwxr-sr-x. 9 jenkins 1000860000  4096 May 23 09:11 ..
1191234959  4 -rw-r--r--. 1 jenkins 1000860000  1452 May 23 09:17 1Cluw7AHG+mS7aaSxzMkt40wPAA_.png
1191234958  8 -rw-r--r--. 1 jenkins 1000860000  4682 May 23 09:17 3CuErc8CDY0ivu5RJRO160i35_Y_.png
 358721175  0 drwxr-sr-x. 3 jenkins 1000860000   119 May 23 09:17 download.eclipse.org
1191234957 16 -rw-r--r--. 1 jenkins 1000860000 12347 May 23 09:17 index.html

eclipse-installer:
total 316
1198558176   0 drwxr-sr-x.  7 jenkins 1000860000    163 May 23 03:22 .
 283715016   4 drwxr-sr-x.  9 jenkins 1000860000   4096 May 23 09:11 ..
1198558182  56 -rw-r--r--.  1 jenkins 1000860000  54418 May 23 03:21 artifacts.xml
1389462548   4 drwxr-sr-x.  7 jenkins 1000860000   4096 May 23 09:11 configuration
1198558184  92 -rwxr-xr-x.  1 jenkins 1000860000  90184 May 23 03:20 eclipse-inst
1198558194   4 -rw-r--r--.  1 jenkins 1000860000    602 May 23 03:22 eclipse-inst.ini
1350666577   4 drwxr-sr-x. 19 jenkins 1000860000   4096 May 23 03:21 features
1198558183 132 -rwxr-xr-x.  1 jenkins 1000860000 134914 May 23 03:20 icon.xpm
1199681937   0 drwxr-sr-x.  5 jenkins 1000860000    119 May 23 09:11 p2
1212216943  20 drwxr-sr-x.  5 jenkins 1000860000  16384 May 23 03:21 plugins
1388382453   0 drwxr-sr-x.  2 jenkins 1000860000     33 May 23 03:21 readme

report:
total 32
1428218704  0 drwxr-sr-x. 4 jenkins 1000860000   149 May 23 09:17 .
 283715016  4 drwxr-sr-x. 9 jenkins 1000860000  4096 May 23 09:11 ..
1428218706  4 -rw-r--r--. 1 jenkins 1000860000  1452 May 23 09:17 1Cluw7AHG+mS7aaSxzMkt40wPAA_.png
1428218705  8 -rw-r--r--. 1 jenkins 1000860000  4682 May 23 09:17 3CuErc8CDY0ivu5RJRO160i35_Y_.png
1536508634  0 drwxr-sr-x. 5 jenkins 1000860000    51 May 23 09:11 artifacts
1538304413  0 drwxr-sr-x. 3 jenkins 1000860000   119 May 23 09:17 download.eclipse.org
1428218707 16 -rw-r--r--. 1 jenkins 1000860000 12347 May 23 09:17 index.html

tests:
total 2040
1537286044    0 drwxr-sr-x. 2 jenkins 1000860000      46 May 23 09:13 .
 283715016    4 drwxr-sr-x. 9 jenkins 1000860000    4096 May 23 09:11 ..
1537286045 2036 -rw-r--r--. 1 jenkins 1000860000 2081703 May 23 09:13 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-tVUKhR9ZvNF2/agent.541
SSH_AGENT_PID=543
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_2909390074240036411.key (/home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test@tmp/private_key_2909390074240036411.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 543 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: UNSTABLE