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://github.com/eclipse-oomph/oomph.incubator.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘promotion-vm’ is reserved for jobs with matching label expression
Agent basic-5pfx4 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-5pfx4"
  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-5pfx4"
    - 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-5pfx4"
    - 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-3131.vf2b_b_798b_ce99"
    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-5pfx4 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.
Cloning repository https://github.com/eclipse-oomph/oomph.incubator.git
 > git init /home/jenkins/agent/workspace/simrel/simrel-extras # timeout=10
Fetching upstream changes from https://github.com/eclipse-oomph/oomph.incubator.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/eclipse-oomph/oomph.incubator.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 4aa6b5b33dec1c0fa9c4dfc9fe9481be18c970c0 (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/eclipse-oomph/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 4aa6b5b33dec1c0fa9c4dfc9fe9481be18c970c0 # timeout=10
Commit message: "Specify an extra's repository SimRel 2023-12 M1 problems"
 > git rev-list --no-walk 4aa6b5b33dec1c0fa9c4dfc9fe9481be18c970c0 # timeout=10
[Pipeline] echo
[GIT_BRANCH:origin/master, GIT_COMMIT:4aa6b5b33dec1c0fa9c4dfc9fe9481be18c970c0, GIT_PREVIOUS_COMMIT:4aa6b5b33dec1c0fa9c4dfc9fe9481be18c970c0, GIT_PREVIOUS_SUCCESSFUL_COMMIT:4aa6b5b33dec1c0fa9c4dfc9fe9481be18c970c0, GIT_URL:https://github.com/eclipse-oomph/oomph.incubator.git]
[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-7LWnj6ppGSFt/agent.145
SSH_AGENT_PID=147
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/simrel/simrel-extras@tmp/private_key_5074175688304725929.key (/home/jenkins/agent/workspace/simrel/simrel-extras@tmp/private_key_5074175688304725929.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=4aa6b5b33dec1c0fa9c4dfc9fe9481be18c970c0 -Dbuild.id=15 clean verify
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
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.18.5-100.fc35.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] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository
[INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.simrel.extra.features:org.eclipse.oomph.simrel.extra:1.1.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]   from releng/org.eclipse.oomph.simrel.extra.parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0: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]   from releng/org.eclipse.oomph.simrel.extra.parent/features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.simrel.extra.features ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.oomph.simrel.extra.features ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.oomph.simrel.extra.features ---
[INFO] 
[INFO] --- tycho-p2: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.1.0-SNAPSHOT             [3/6]
[INFO]   from features/org.eclipse.oomph.simrel.extra-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0: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:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.simrel.extra ---
[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] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (52.19kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (39.54kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB)
[INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (89.33kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (18.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (18.29kB)
[INFO] Unpacking org.w3c.dom.smil.source_1.0.1.v200903091627...
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (95.26kB)
[INFO] The project's OSGi version is 1.1.0.v20230929-1635
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.oomph.simrel.extra ---
[INFO] 
[INFO] --- tycho-packaging: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:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.simrel.extra ---
[INFO] 
[INFO] --- tycho-packaging: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.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.simrel.extra ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.simrel.extra ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.oomph.simrel.extra ---
[WARNING] The following referenced plugins has missing sources
	org.w3c.css.sac.source_1.3.1.v200903091627
	org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656
	org.w3c.dom.smil.source_1.0.1.v200903091627
	org.w3c.dom.svg.source_1.1.0.v201011041433

[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.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner: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.1.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.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2: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]   from releng/org.eclipse.oomph.simrel.extra.site/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'includeAllSource' is unknown for plugin 'tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository)'
[WARNING] Parameter 'includeAllSource' is unknown for plugin 'tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] 
[INFO] --- tycho-packaging: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.v20230929-1635
[INFO] 
[INFO] --- clean:3.2.0: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] --- resources: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:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.oomph.simrel.extra.site ---
[INFO] 
[INFO] --- tycho-p2-repository: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]   from releng/org.eclipse.oomph.simrel.extra.parent/promotion/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.simrel.extra.promote ---
[INFO] 
[INFO] --- tycho-eclipserun: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] Fetching p2.index from https://download.eclipse.org/justj/tools/updates/nightly/latest/ (126B)
[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/N202307231350/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/justj/tools/updates/nightly/N202307231350/ (4.62kB)
[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.v20230713-0644.jar from https://download.eclipse.org/justj/tools/updates/nightly/N202307231350/plugins/ (299.16kB)
[INFO] Fetching org.eclipse.justj.p2_0.1.0.v20230723-1348.jar from https://download.eclipse.org/justj/tools/updates/nightly/N202307231350/plugins/ (110.71kB)
[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://github.com/eclipse-oomph/oomph.incubator/commit/4aa6b5b33dec1c0fa9c4dfc9fe9481be18c970c0, -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, 202309291646, -type, release, -breadcrumb, Orbit https://download.eclipse.org/tools/orbit/downloads, -mapping, simrel-extras->SimRel-Extras]
!SESSION 2023-09-29 16:47:22.657 -----------------------------------------------
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://github.com/eclipse-oomph/oomph.incubator/commit/4aa6b5b33dec1c0fa9c4dfc9fe9481be18c970c0 -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 202309291646 -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://github.com/eclipse-oomph/oomph.incubator/commit/4aa6b5b33dec1c0fa9c4dfc9fe9481be18c970c0 -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 202309291646 -type release -breadcrumb Orbit https://download.eclipse.org/tools/orbit/downloads -mapping simrel-extras->SimRel-Extras

!ENTRY org.eclipse.justj.p2 2 0 2023-09-29 16:47:24.414
!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 --exclude */archive 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.index
milestone/p2.inf
milestone/S202309291641/
milestone/S202309291641/Orbit-Extras-for-SimRel-Updates-S202309291641.zip.sha256
milestone/S202309291641/Orbit-Extras-for-SimRel-Updates-S202309291641.zip.sha512
milestone/S202309291641/artifacts.jar
milestone/S202309291641/artifacts.xml.xz
milestone/S202309291641/content.jar
milestone/S202309291641/content.xml.xz
milestone/S202309291641/p2.index
milestone/latest/
milestone/latest/compositeArtifacts.jar
milestone/latest/compositeContent.jar
milestone/latest/p2.index
milestone/latest/p2.inf
nightly/
nightly/compositeArtifacts.jar
nightly/compositeContent.jar
nightly/p2.index
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/N202211170636/
nightly/N202211170636/Orbit-Extras-for-SimRel-Updates-N202211170636.zip.sha256
nightly/N202211170636/Orbit-Extras-for-SimRel-Updates-N202211170636.zip.sha512
nightly/N202211170636/artifacts.jar
nightly/N202211170636/artifacts.xml.xz
nightly/N202211170636/content.jar
nightly/N202211170636/content.xml.xz
nightly/N202211170636/p2.index
nightly/N202309291638/
nightly/N202309291638/Orbit-Extras-for-SimRel-Updates-N202309291638.zip.sha256
nightly/N202309291638/Orbit-Extras-for-SimRel-Updates-N202309291638.zip.sha512
nightly/N202309291638/artifacts.jar
nightly/N202309291638/artifacts.xml.xz
nightly/N202309291638/content.jar
nightly/N202309291638/content.xml.xz
nightly/N202309291638/p2.index
nightly/latest/
nightly/latest/compositeArtifacts.jar
nightly/latest/compositeContent.jar
nightly/latest/p2.index
nightly/latest/p2.inf
release/
release/compositeArtifacts.jar
release/compositeContent.jar
release/p2.index
release/p2.inf
release/1.0.0/
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/p2.index
release/1.0.1/
release/1.0.1/Orbit-Extras-for-SimRel-Updates-1.0.1.zip.sha256
release/1.0.1/Orbit-Extras-for-SimRel-Updates-1.0.1.zip.sha512
release/1.0.1/artifacts.jar
release/1.0.1/artifacts.xml.xz
release/1.0.1/content.jar
release/1.0.1/content.xml.xz
release/1.0.1/p2.index
release/latest/
release/latest/compositeArtifacts.jar
release/latest/compositeContent.jar
release/latest/p2.index
release/latest/p2.inf

sent 1.47K bytes  received 92.56K bytes  188.08K bytes/sec
total size is 87.05K  speedup is 0.93
/usr/bin/rsync -avsh genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/simrel-extras/milestone/S202309291641/ /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/S202309291641
receiving incremental file list
Orbit-Extras-for-SimRel-Updates-S202309291641.zip
index.html
features/
features/org.eclipse.oomph.simrel.extra.source_1.1.0.v20230929-1635.jar
features/org.eclipse.oomph.simrel.extra_1.1.0.v20230929-1635.jar
plugins/
plugins/org.w3c.css.sac.source_1.3.1.v200903091627.jar
plugins/org.w3c.css.sac_1.3.1.v200903091627.jar
plugins/org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar
plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar
plugins/org.w3c.dom.smil.source_1.0.1.v200903091627.jar
plugins/org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz
plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar
plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz
plugins/org.w3c.dom.svg.source_1.1.0.v201011041433.jar
plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar

sent 310 bytes  received 885.43K bytes  590.49K bytes/sec
total size is 898.44K  speedup is 1.01
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/S202309291641' 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.1.0'

!ENTRY org.eclipse.equinox.p2.transformer 0 0 2023-09-29 16:47:26.529
!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/nightly
  <- N202211101133
  <- N202211170636
  <- N202309291638
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/milestone
  <- S202309291641
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/release
  <- 1.0.0
  <- 1.0.1
  <- 1.1.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/S202309291641
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/N202211170636
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/N202309291638
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
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.1
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 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.1.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.1.0
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 2023-09-29 16:47:27.509
!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.1.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/release/1.0.1/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/S202309291641/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/N202309291638/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/N202211170636/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.index
milestone/S202309291641/
milestone/S202309291641/STALE
milestone/S202309291641/index.html
milestone/latest/
milestone/latest/compositeArtifacts.jar
milestone/latest/compositeContent.jar
milestone/latest/index.html
milestone/latest/p2.index
nightly/
nightly/compositeArtifacts.jar
nightly/compositeContent.jar
nightly/index.html
nightly/p2.index
nightly/N202211101133/
nightly/N202211101133/index.html
nightly/N202211170636/
nightly/N202211170636/index.html
nightly/N202309291638/
nightly/N202309291638/index.html
nightly/latest/
nightly/latest/compositeArtifacts.jar
nightly/latest/compositeContent.jar
nightly/latest/index.html
nightly/latest/p2.index
release/
release/compositeArtifacts.jar
release/compositeContent.jar
release/index.html
release/p2.index
release/1.0.0/
release/1.0.0/index.html
release/1.0.1/
release/1.0.1/index.html
release/1.1.0/
release/1.1.0/Orbit-Extras-for-SimRel-Updates-1.1.0.zip
release/1.1.0/Orbit-Extras-for-SimRel-Updates-1.1.0.zip.sha256
release/1.1.0/Orbit-Extras-for-SimRel-Updates-1.1.0.zip.sha512
release/1.1.0/artifacts.jar
release/1.1.0/artifacts.xml.xz
release/1.1.0/content.jar
release/1.1.0/content.xml.xz
release/1.1.0/index.html
release/1.1.0/p2.index
release/1.1.0/features/
release/1.1.0/features/org.eclipse.oomph.simrel.extra.source_1.1.0.v20230929-1635.jar
release/1.1.0/features/org.eclipse.oomph.simrel.extra_1.1.0.v20230929-1635.jar
release/1.1.0/plugins/
release/1.1.0/plugins/org.w3c.css.sac.source_1.3.1.v200903091627.jar
release/1.1.0/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar
release/1.1.0/plugins/org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar
release/1.1.0/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar
release/1.1.0/plugins/org.w3c.dom.smil.source_1.0.1.v200903091627.jar
release/1.1.0/plugins/org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz
release/1.1.0/plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar
release/1.1.0/plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz
release/1.1.0/plugins/org.w3c.dom.svg.source_1.1.0.v201011041433.jar
release/1.1.0/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar
release/latest/
release/latest/compositeArtifacts.jar
release/latest/compositeContent.jar
release/latest/index.html
release/latest/p2.index

sent 941.23K bytes  received 3.10K bytes  629.56K bytes/sec
total size is 2.07M  speedup is 2.19
/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/N202211170636/plugins /home/data/httpd/download.eclipse.org/oomph/simrel-extras/nightly/N202211170636
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/nightly/N202309291638/plugins /home/data/httpd/download.eclipse.org/oomph/simrel-extras/nightly/N202309291638
touch -r /home/data/httpd/download.eclipse.org/oomph/simrel-extras/milestone/S202309291641/plugins /home/data/httpd/download.eclipse.org/oomph/simrel-extras/milestone/S202309291641
touch -r /home/data/httpd/download.eclipse.org/oomph/simrel-extras/release/1.0.1/plugins /home/data/httpd/download.eclipse.org/oomph/simrel-extras/release/1.0.1
touch -r /home/data/httpd/download.eclipse.org/oomph/simrel-extras/release/1.1.0/plugins /home/data/httpd/download.eclipse.org/oomph/simrel-extras/release/1.1.0
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]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.oomph.simrel.extra.root ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.oomph.simrel.extra.parent 1.0.0-SNAPSHOT SUCCESS [  0.095 s]
[INFO] org.eclipse.oomph.simrel.extra.features 1.0.0-SNAPSHOT SUCCESS [  3.230 s]
[INFO] org.eclipse.oomph.simrel.extra 1.1.0-SNAPSHOT ...... SUCCESS [  8.439 s]
[INFO] org.eclipse.oomph.simrel.extra.site 1.0.0-SNAPSHOT . SUCCESS [  4.592 s]
[INFO] org.eclipse.oomph.simrel.extra.promote 1.0.0-SNAPSHOT SUCCESS [ 14.934 s]
[INFO] org.eclipse.oomph.simrel.extra.root 1.0.0-SNAPSHOT . SUCCESS [  0.052 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  48.456 s
[INFO] Finished at: 2023-09-29T16:47:29Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 8 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
[WARNING]  * org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5
[WARNING]  * org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5
[WARNING]  * org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.3.2
[WARNING]  * org.eclipse.tycho.extras:tycho-eclipserun-plugin:2.7.5
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:2.4.3
[WARNING]  * org.eclipse.tycho:tycho-packaging-plugin:2.7.5
[WARNING]  * org.eclipse.tycho:tycho-source-plugin:2.7.5
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 147 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS