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
‘basic-prnvg’ is offline
‘promotion-vm’ is reserved for jobs with matching label expression
Agent basic-prnvg is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-prnvg"
  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-prnvg"
    - 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-prnvg"
    - 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-3107.v665000b_51092"
    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-prnvg 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=nightly
[Pipeline] echo
PROMOTE=false
[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://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
Avoid second fetch
Checking out Revision c25cbff77847566971e20e4eab0d6cf699c21631 (refs/remotes/origin/master)
Commit message: "Update reports"
First time build. Skipping changelog.
[Pipeline] echo
[GIT_BRANCH:origin/master, GIT_COMMIT:c25cbff77847566971e20e4eab0d6cf699c21631, GIT_PREVIOUS_COMMIT:95f4a2b320cb2e0d03a84d4a53514f2ff1712d9a, GIT_PREVIOUS_SUCCESSFUL_COMMIT:95f4a2b320cb2e0d03a84d4a53514f2ff1712d9a, GIT_URL:https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git]
 > 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 c25cbff77847566971e20e4eab0d6cf699c21631 # timeout=10
 > git rev-list --no-walk 95f4a2b320cb2e0d03a84d4a53514f2ff1712d9a # 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-ZVmf8TNDjvaT/agent.142
SSH_AGENT_PID=144
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/simrel/simrel-extras@tmp/private_key_10782449663160754239.key (/home/jenkins/agent/workspace/simrel/simrel-extras@tmp/private_key_10782449663160754239.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras
[Pipeline] {
[Pipeline] sh
+ [[ false == false ]]
+ promotion_argument=-Dorg.eclipse.justj.p2.manager.args=
+ mvn --no-transfer-progress -Dorg.eclipse.justj.p2.manager.args= -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=nightly -Dgit.commit=c25cbff77847566971e20e4eab0d6cf699c21631 -Dbuild.id=12 clean verify
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
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.17.13-200.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] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (93.87kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.oomph.simrel.extra.features:org.eclipse.oomph.simrel.extra:1.0.1-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.0.1-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 com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (14.23MB)
[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.1.v20230611-0455
[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.0.1-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 ---
[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.1-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.0.1-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.1-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.v20230611-0455
[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 ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.eclipse.oomph.simrel.extra.site ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.oomph.simrel.extra.site ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.oomph.simrel.extra.site ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.oomph.simrel.extra.site ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching com.ibm.icu.source_72.1.0.v20221115-2007.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (2.49MB)
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.oomph.simrel.extra.site ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[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 ---
[WARNING] Parameter 'appArgLine' is deprecated: use {@link #applicationsArgs} instead.
[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/N202306080950/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/justj/tools/updates/nightly/N202306080950/ (4.61kB)
[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.v20230502-1204.jar from https://download.eclipse.org/justj/tools/updates/nightly/N202306080950/plugins/ (299.12kB)
[INFO] Fetching org.eclipse.justj.p2_0.1.0.v20230608-0948.jar from https://download.eclipse.org/justj/tools/updates/nightly/N202306080950/plugins/ (109.32kB)
[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, , -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=c25cbff77847566971e20e4eab0d6cf699c21631, -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, 202306180619, -type, nightly, -breadcrumb, Orbit https://download.eclipse.org/tools/orbit/downloads, -mapping, simrel-extras->SimRel-Extras]
!SESSION 2023-06-18 06:20:19.456 -----------------------------------------------
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  -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=c25cbff77847566971e20e4eab0d6cf699c21631 -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 202306180619 -type nightly -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  -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=c25cbff77847566971e20e4eab0d6cf699c21631 -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 202306180619 -type nightly -breadcrumb Orbit https://download.eclipse.org/tools/orbit/downloads -mapping simrel-extras->SimRel-Extras

!ENTRY org.eclipse.justj.p2 2 0 2023-06-18 06:20:20.652
!MESSAGE Starting the p2 manager
Promoting nightly /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.site/target/repository to /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync
Promoting update site to /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/N202306180619
Mirroring '/home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.site/target/repository' to '/home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/N202306180619'

!ENTRY org.eclipse.equinox.p2.transformer 0 0 2023-06-18 06:20:21.306
!MESSAGE Messages while mirroring artifact descriptors.
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 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
  <- N202306180619
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
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/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/N202306180619
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/nightly/N202306180619
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 /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-06-18 06:20:22.578
!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/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/N202306180619/index.html
[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.083 s]
[INFO] org.eclipse.oomph.simrel.extra.features 1.0.0-SNAPSHOT SUCCESS [  2.861 s]
[INFO] org.eclipse.oomph.simrel.extra 1.0.1-SNAPSHOT ...... SUCCESS [  9.100 s]
[INFO] org.eclipse.oomph.simrel.extra.site 1.0.0-SNAPSHOT . SUCCESS [  4.936 s]
[INFO] org.eclipse.oomph.simrel.extra.promote 1.0.0-SNAPSHOT SUCCESS [ 10.399 s]
[INFO] org.eclipse.oomph.simrel.extra.root 1.0.0-SNAPSHOT . SUCCESS [  0.035 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  41.796 s
[INFO] Finished at: 2023-06-18T06:20:23Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 144 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