Skip to content
Success

Console Output

Started by user Ed Merks
Running as Ed Merks
Obtained simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/SimRelExtras.jenkinsfile from git https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-b5180 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-b5180"
  namespace: "oomph"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.oomph.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-b5180"
    - 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: "basic-b5180"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.oomph.svc.cluster.local/oomph/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    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-oomph"
      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 basic-b5180 in /home/jenkins/agent/workspace/simrel/simrel-extras
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Display Parameters)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] echo
BUILD_TYPE=release
[Pipeline] echo
PROMOTE=true
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Git Checkout)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Using shallow clone with depth 1
Using no checkout clone with sparse checkout.
Avoid second fetch
Checking out Revision 7824c8e3cc5d7430e4ee240ee906e8d871f95dcd (refs/remotes/origin/master)
Cloning repository https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git
 > git init /home/jenkins/agent/workspace/simrel/simrel-extras # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress --depth=1 -- https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git config core.sparsecheckout true # timeout=10
 > git read-tree -mu HEAD # timeout=10
 > git checkout -f 7824c8e3cc5d7430e4ee240ee906e8d871f95dcd # timeout=10
Commit message: "[581026] Provide a repository containing Orbit IUs needed for SimRel"
First time build. Skipping changelog.
[Pipeline] echo
[GIT_BRANCH:origin/master, GIT_COMMIT:7824c8e3cc5d7430e4ee240ee906e8d871f95dcd, GIT_PREVIOUS_COMMIT:930ab48190dcd3583e7d5c7702f6450ddb7e86f2, GIT_PREVIOUS_SUCCESSFUL_COMMIT:930ab48190dcd3583e7d5c7702f6450ddb7e86f2, GIT_URL:https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git]
 > git rev-list --no-walk 930ab48190dcd3583e7d5c7702f6450ddb7e86f2 # timeout=10
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Orbit Extras)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.oomph (ssh://genie.oomph@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-m65PlQgOIb3j/agent.154
SSH_AGENT_PID=156
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/simrel/simrel-extras@tmp/private_key_10126012763035381804.key (/home/jenkins/agent/workspace/simrel/simrel-extras@tmp/private_key_10126012763035381804.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras
[Pipeline] {
[Pipeline] sh
+ [[ true == false ]]
+ mvn --no-transfer-progress -DPACK_AND_SIGN=true -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/oomph/job/simrel/job/simrel-extras/ -Dorg.eclipse.justj.p2.manager.relative=simrel-extras -Dbuild.type=release -Dgit.commit=7824c8e3cc5d7430e4ee240ee906e8d871f95dcd -Dbuild.id=8 clean verify
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Adding repository https://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/ (172B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/ (101.57kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.simrel.extra.features:org.eclipse.oomph.simrel.extra:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/features/org.eclipse.oomph.simrel.extra-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.simrel.extra:org.eclipse.oomph.simrel.extra.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.site/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.oomph.simrel.extra.parent                              [pom]
[INFO] org.eclipse.oomph.simrel.extra.features                            [pom]
[INFO] org.eclipse.oomph.simrel.extra                         [eclipse-feature]
[INFO] org.eclipse.oomph.simrel.extra.site                 [eclipse-repository]
[INFO] org.eclipse.oomph.simrel.extra.promote                             [pom]
[INFO] org.eclipse.oomph.simrel.extra.root                                [pom]
[INFO] 
[INFO] --< org.eclipse.oomph.simrel.extra:org.eclipse.oomph.simrel.extra.parent >--
[INFO] Building org.eclipse.oomph.simrel.extra.parent 1.0.0-SNAPSHOT      [1/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.oomph.simrel.extra.parent ---
[INFO] 
[INFO] --< org.eclipse.oomph.simrel.extra:org.eclipse.oomph.simrel.extra.features >--
[INFO] Building org.eclipse.oomph.simrel.extra.features 1.0.0-SNAPSHOT    [2/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.oomph.simrel.extra.features ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.oomph.simrel.extra.features ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.oomph.simrel.extra.features ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.simrel.extra.features ---
[INFO] 
[INFO] --< org.eclipse.oomph.simrel.extra.features:org.eclipse.oomph.simrel.extra >--
[INFO] Building org.eclipse.oomph.simrel.extra 1.0.0-SNAPSHOT             [3/6]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.oomph.simrel.extra ---
[INFO] Deleting /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/features/org.eclipse.oomph.simrel.extra-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.simrel.extra ---
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (12.94MB)
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] The project's OSGi version is 1.0.0.v20221110-1251
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.oomph.simrel.extra ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.oomph.simrel.extra ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.oomph.simrel.extra ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.simrel.extra ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.oomph.simrel.extra ---
[INFO] Building jar: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/features/org.eclipse.oomph.simrel.extra-feature/target/org.eclipse.oomph.simrel.extra-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.simrel.extra ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.simrel.extra ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.oomph.simrel.extra ---
[INFO] Building jar: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/features/org.eclipse.oomph.simrel.extra-feature/target/org.eclipse.oomph.simrel.extra-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.oomph.simrel.extra ---
[INFO] Signing jar: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/features/org.eclipse.oomph.simrel.extra-feature/target/org.eclipse.oomph.simrel.extra-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/features/org.eclipse.oomph.simrel.extra-feature/target/org.eclipse.oomph.simrel.extra-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.simrel.extra ---
[INFO] 
[INFO] --< org.eclipse.oomph.simrel.extra:org.eclipse.oomph.simrel.extra.site >--
[INFO] Building org.eclipse.oomph.simrel.extra.site 1.0.0-SNAPSHOT        [4/6]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] The project's OSGi version is 1.0.0.v20221110-1251
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.site/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (2.36MB)
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] Building zip: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.site/target/org.eclipse.oomph.simrel.extra.site-1.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --< org.eclipse.oomph.simrel.extra:org.eclipse.oomph.simrel.extra.promote >--
[INFO] Building org.eclipse.oomph.simrel.extra.promote 1.0.0-SNAPSHOT     [5/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.oomph.simrel.extra.promote ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.7.5:eclipse-run (promote) @ org.eclipse.oomph.simrel.extra.promote ---
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-09/ (122B)
[INFO] Adding repository https://download.eclipse.org/releases/2022-09
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2022-09/ (479B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2022-09/ (442B)
[INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2022-09/202209081200/ (98.55kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-09/202209141001/ (140B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2022-09/202209141001/ (790.34kB)
[INFO] Adding repository https://download.eclipse.org/justj/tools/updates/nightly/latest
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/justj/tools/updates/nightly/latest/ (442B)
[INFO] Fetching p2.index from https://download.eclipse.org/justj/tools/updates/nightly/N202211081044/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/justj/tools/updates/nightly/N202211081044/ (4.59kB)
[INFO] Fetching 202209141001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-09/ (63B)
[INFO] Fetching org.eclipse.osgi_3.18.100.v20220817-1601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.47MB)
[INFO] Fetching org.apache.commons.compress_1.21.0.v20211103-2100.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.04MB)
[INFO] Fetching org.apache.felix.scr_2.2.2.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (393.3kB)
[INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (64.86kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (81.45kB)
[INFO] Fetching org.bouncycastle.bcpg_1.71.0.v20220723-1943.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (379.48kB)
[INFO] Fetching org.bouncycastle.bcprov_1.71.0.v20220723-1943.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (6.02MB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.equinox.common_3.16.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (146.41kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.100.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (109.8kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.0.v20220813-0916.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (74.34kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.emf.common_2.26.0.v20220817-1401.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (369.7kB)
[INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220817-1401.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (232.67kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (38.37kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (169.5kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (362.07kB)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (113.29kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (79.47kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.200.v20220819-1949.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (176.33kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (112.39kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.100.v20220620-1617.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (48.41kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (221.38kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (103.71kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (242.35kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (115.07kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (252.96kB)
[INFO] Fetching org.eclipse.justj.codegen_0.1.0.v20221108-1040.jar from https://download.eclipse.org/justj/tools/updates/nightly/N202211081044/plugins/ (298.97kB)
[INFO] Fetching org.eclipse.justj.p2_0.1.0.v20221108-1040.jar from https://download.eclipse.org/justj/tools/updates/nightly/N202211081044/plugins/ (98.99kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.09kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/eclipserun-work/data, -consoleLog, -application, org.eclipse.justj.p2.manager, -data, @None, -nosplash, -remote, genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph, -retain, 5, -label, Orbit Extras for SimRel, -build-url, https://ci.eclipse.org/oomph/job/simrel/job/simrel-extras/, -root, /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync, -relative, simrel-extras, -version-iu, org.eclipse.oomph.simrel.extra., -commit, https://git.eclipse.org/c/oomph/org.eclipse.oomph.incubator.git/commit/?id=7824c8e3cc5d7430e4ee240ee906e8d871f95dcd, -target-url, https://download.eclipse.org/oomph, -promote, /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/../../org.eclipse.oomph.simrel.extra.site/target/repository, -timestamp, 202211101253, -type, release, -breadcrumb, Orbit https://download.eclipse.org/tools/orbit/downloads, -mapping, simrel-extras->SimRel-Extras]
!SESSION 2022-11-10 12:53:45.444 -----------------------------------------------
eclipse.buildId=unknown
java.version=11.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.justj.p2.manager -remote genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph -retain 5 -label Orbit Extras for SimRel -build-url https://ci.eclipse.org/oomph/job/simrel/job/simrel-extras/ -root /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync -relative simrel-extras -version-iu org.eclipse.oomph.simrel.extra. -commit https://git.eclipse.org/c/oomph/org.eclipse.oomph.incubator.git/commit/?id=7824c8e3cc5d7430e4ee240ee906e8d871f95dcd -target-url https://download.eclipse.org/oomph -promote /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/../../org.eclipse.oomph.simrel.extra.site/target/repository -timestamp 202211101253 -type release -breadcrumb Orbit https://download.eclipse.org/tools/orbit/downloads -mapping simrel-extras->SimRel-Extras
Command-line arguments:  -data /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/eclipserun-work/data -consoleLog -application org.eclipse.justj.p2.manager -data @None -remote genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph -retain 5 -label Orbit Extras for SimRel -build-url https://ci.eclipse.org/oomph/job/simrel/job/simrel-extras/ -root /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync -relative simrel-extras -version-iu org.eclipse.oomph.simrel.extra. -commit https://git.eclipse.org/c/oomph/org.eclipse.oomph.incubator.git/commit/?id=7824c8e3cc5d7430e4ee240ee906e8d871f95dcd -target-url https://download.eclipse.org/oomph -promote /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/../../org.eclipse.oomph.simrel.extra.site/target/repository -timestamp 202211101253 -type release -breadcrumb Orbit https://download.eclipse.org/tools/orbit/downloads -mapping simrel-extras->SimRel-Extras

!ENTRY org.eclipse.justj.p2 2 0 2022-11-10 12:53:46.591
!MESSAGE Starting the p2 manager
/usr/bin/ssh genie.oomph@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/oomph/simrel-extras
/usr/bin/rsync -avsh --exclude *.zip --exclude *.tar.gz --exclude */features --exclude */plugins --exclude */binary --exclude */.blobstore --exclude *.html --exclude */downloads genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/simrel-extras/ /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras
receiving incremental file list
./
milestone/
milestone/compositeArtifacts.jar
milestone/compositeContent.jar
milestone/p2.inf
milestone/S202211101147/
milestone/S202211101147/Orbit-Extras-for-SimRel-Updates-S202211101147.zip.sha256
milestone/S202211101147/Orbit-Extras-for-SimRel-Updates-S202211101147.zip.sha512
milestone/S202211101147/artifacts.jar
milestone/S202211101147/artifacts.xml.xz
milestone/S202211101147/content.jar
milestone/S202211101147/content.xml.xz
milestone/S202211101147/p2.index
milestone/latest/
milestone/latest/compositeArtifacts.jar
milestone/latest/compositeContent.jar
milestone/latest/p2.inf
nightly/
nightly/compositeArtifacts.jar
nightly/compositeContent.jar
nightly/p2.inf
nightly/N202211101133/
nightly/N202211101133/Orbit-Extras-for-SimRel-Updates-N202211101133.zip.sha256
nightly/N202211101133/Orbit-Extras-for-SimRel-Updates-N202211101133.zip.sha512
nightly/N202211101133/artifacts.jar
nightly/N202211101133/artifacts.xml.xz
nightly/N202211101133/content.jar
nightly/N202211101133/content.xml.xz
nightly/N202211101133/p2.index
nightly/latest/
nightly/latest/compositeArtifacts.jar
nightly/latest/compositeContent.jar
nightly/latest/p2.inf

sent 670 bytes  received 31.57K bytes  21.49K bytes/sec
total size is 29.25K  speedup is 0.91
/usr/bin/rsync -avsh genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/simrel-extras/milestone/S202211101147/ /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/S202211101147
receiving incremental file list
Orbit-Extras-for-SimRel-Updates-S202211101147.zip
index.html
features/
features/org.eclipse.oomph.simrel.extra.source_1.0.0.v20221110-1142.jar
features/org.eclipse.oomph.simrel.extra_1.0.0.v20221110-1142.jar
plugins/
plugins/com.ibm.icu.source_67.1.0.v20200706-1749.jar
plugins/com.ibm.icu_67.1.0.v20200706-1749.jar

sent 158 bytes  received 31.16M bytes  12.46M bytes/sec
total size is 31.16M  speedup is 1.00
Mirroring '/home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/S202211101147' to '/home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/1.0.0'

!ENTRY org.eclipse.equinox.p2.transformer 0 0 2022-11-10 12:53:50.432
!MESSAGE Messages while mirroring artifact descriptors.
Recompose composites: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras
Recompose: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone
  <- S202211101147
Composing update site /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone
Composing update site /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/latest
Recompose: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly
  <- N202211101133
Composing update site /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly
Composing update site /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/latest
Recompose: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release
  <- 1.0.0
Composing update site /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release
Composing update site /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/latest
Cleaning milestones /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone
Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras
Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone
Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/S202211101147
Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/latest
Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly
Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/N202211101133
Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/latest
Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release
Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/1.0.0
Creating archive /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/1.0.0
Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/latest
Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/index.html

!ENTRY org.eclipse.equinox.p2.metadata 1 0 2022-11-10 12:53:51.436
!MESSAGE No translation source unavailable. Default language will be used.
Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/index.html
Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/latest/index.html
Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/1.0.0/index.html
Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/index.html
Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/latest/index.html
Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/S202211101147/index.html
Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/index.html
Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/latest/index.html
Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/N202211101133/index.html
/usr/bin/rsync -avsh /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/ genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/simrel-extras/
sending incremental file list
./
index.html
milestone/
milestone/compositeArtifacts.jar
milestone/compositeContent.jar
milestone/index.html
milestone/p2.inf
milestone/S202211101147/
milestone/S202211101147/STALE
milestone/S202211101147/index.html
milestone/latest/
milestone/latest/compositeArtifacts.jar
milestone/latest/compositeContent.jar
milestone/latest/index.html
milestone/latest/p2.inf
nightly/
nightly/compositeArtifacts.jar
nightly/compositeContent.jar
nightly/index.html
nightly/p2.inf
nightly/N202211101133/
nightly/N202211101133/index.html
nightly/latest/
nightly/latest/compositeArtifacts.jar
nightly/latest/compositeContent.jar
nightly/latest/index.html
nightly/latest/p2.inf
release/
release/compositeArtifacts.jar
release/compositeContent.jar
release/index.html
release/p2.inf
release/1.0.0/
release/1.0.0/Orbit-Extras-for-SimRel-Updates-1.0.0.zip
release/1.0.0/Orbit-Extras-for-SimRel-Updates-1.0.0.zip.sha256
release/1.0.0/Orbit-Extras-for-SimRel-Updates-1.0.0.zip.sha512
release/1.0.0/artifacts.jar
release/1.0.0/artifacts.xml.xz
release/1.0.0/content.jar
release/1.0.0/content.xml.xz
release/1.0.0/index.html
release/1.0.0/p2.index
release/1.0.0/features/
release/1.0.0/features/org.eclipse.oomph.simrel.extra.source_1.0.0.v20221110-1142.jar
release/1.0.0/features/org.eclipse.oomph.simrel.extra_1.0.0.v20221110-1142.jar
release/1.0.0/plugins/
release/1.0.0/plugins/com.ibm.icu.source_67.1.0.v20200706-1749.jar
release/1.0.0/plugins/com.ibm.icu_67.1.0.v20200706-1749.jar
release/latest/
release/latest/compositeArtifacts.jar
release/latest/compositeContent.jar
release/latest/index.html
release/latest/p2.inf

sent 31.22M bytes  received 1.73K bytes  12.49M bytes/sec
total size is 62.45M  speedup is 2.00
/usr/bin/ssh genie.oomph@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/oomph/simrel-extras -name DELETED); do
  echo rm -rf $(dirname $i)
  rm -rf $(dirname $i)
done
/usr/bin/ssh genie.oomph@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/oomph/simrel-extras -name plugins -a -type d); do
  echo touch -r $i $(dirname $i)
  touch -r $i $(dirname $i)
done
touch -r /home/data/httpd/download.eclipse.org/oomph/simrel-extras/nightly/N202211101133/plugins /home/data/httpd/download.eclipse.org/oomph/simrel-extras/nightly/N202211101133
touch -r /home/data/httpd/download.eclipse.org/oomph/simrel-extras/milestone/S202211101147/plugins /home/data/httpd/download.eclipse.org/oomph/simrel-extras/milestone/S202211101147
touch -r /home/data/httpd/download.eclipse.org/oomph/simrel-extras/release/1.0.0/plugins /home/data/httpd/download.eclipse.org/oomph/simrel-extras/release/1.0.0
[INFO] 
[INFO] --< org.eclipse.oomph.simrel.extra:org.eclipse.oomph.simrel.extra.root >--
[INFO] Building org.eclipse.oomph.simrel.extra.root 1.0.0-SNAPSHOT        [6/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.oomph.simrel.extra.root ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.oomph.simrel.extra.root 1.0.0-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.oomph.simrel.extra.parent .............. SUCCESS [  0.584 s]
[INFO] org.eclipse.oomph.simrel.extra.features ............ SUCCESS [  4.507 s]
[INFO] org.eclipse.oomph.simrel.extra ..................... SUCCESS [  9.430 s]
[INFO] org.eclipse.oomph.simrel.extra.site ................ SUCCESS [  4.880 s]
[INFO] org.eclipse.oomph.simrel.extra.promote ............. SUCCESS [ 14.900 s]
[INFO] org.eclipse.oomph.simrel.extra.root ................ SUCCESS [  0.018 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  51.639 s
[INFO] Finished at: 2022-11-10T12:53:55Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 156 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive Results)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] mail
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS