Skip to content
Success

Console Output

Started by user Ed Merks
Running as Ed Merks
Obtained OrbitLegacy.jenkinsfile from git https://github.com/eclipse-orbit/orbit-legacy.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-dllxt is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-dllxt"
  namespace: "orbit"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.orbit.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-dllxt"
    - 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-dllxt"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.orbit.svc.cluster.local/orbit/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-orbit"
      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-dllxt in /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-orbit/orbit-legacy.git
 > git init /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy # timeout=10
Fetching upstream changes from https://github.com/eclipse-orbit/orbit-legacy.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-orbit/orbit-legacy.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-orbit/orbit-legacy.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 508d2bfca728979e8e29adf7e385ff13cd108ab3 (refs/remotes/origin/main)
Commit message: "Use -summary for the update sites."
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 508d2bfca728979e8e29adf7e385ff13cd108ab3 # timeout=10
 > git rev-list --no-walk dab43ed7301c345f194104c328c72ffe561fb4cb # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[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] script
[Pipeline] {
[Pipeline] echo
BUILD_TYPE=nightly
PROMOTE=true
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Orbit Legacy)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.orbit (ssh://genie.orbit@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-wX5yNffSO4lL/agent.141
SSH_AGENT_PID=143
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy@tmp/private_key_7712396866312690295.key (/home/jenkins/agent/workspace/orbit-simrel-orbit-legacy@tmp/private_key_7712396866312690295.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ [[ true == false ]]
+ mvn --no-transfer-progress -Psign -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/orbit/job/orbit-simrel-orbit-legacy/ -Dorg.eclipse.justj.p2.manager.relative=simrel/orbit-legacy -Dgit.commit=508d2bfca728979e8e29adf7e385ff13cd108ab3 -Dbuild.id=41 -Dbuild.type=nightly clean verify
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+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...
[INFO] Tycho Version:  4.0.4 (868454bf476f18ad997abdfd7ef5f88a8fa2d67f)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.orbit.legacy.parent                                    [pom]
[INFO] org.eclipse.orbit.legacy.tp                  [eclipse-target-definition]
[INFO] org.eclipse.orbit.legacy.plugins                                   [pom]
[INFO] org.eclipse.orbit.xml-apis-ext                          [eclipse-plugin]
[INFO] org.eclipse.orbit.sun.security                          [eclipse-plugin]
[INFO] org.uddi4j                                              [eclipse-plugin]
[INFO] org.apache.wsil4j                                       [eclipse-plugin]
[INFO] org.eclipse.orbit.legacy                               [eclipse-feature]
[INFO] org.eclipse.orbit.legacy.features                                  [pom]
[INFO] org.eclipse.orbit.legacy.site                       [eclipse-repository]
[INFO] org.eclipse.orbit.legacy.promote                                   [pom]
[INFO] 
[INFO] ------< org.eclipse.orbit.legacy:org.eclipse.orbit.legacy.parent >------
[INFO] Building org.eclipse.orbit.legacy.parent 1.0.0-SNAPSHOT           [1/11]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.legacy.parent ---
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.legacy.parent ---
[INFO] Querying Eclipse Foundation for license data for 5 items.
[INFO] Found 5 items.
[INFO] Vetted license information was found for all content. No further investigation is required.
[INFO] Summary file was written to: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/target/dash/summary
[INFO] 
[INFO] --------< org.eclipse.orbit.legacy:org.eclipse.orbit.legacy.tp >--------
[INFO] Building org.eclipse.orbit.legacy.tp 1.0.0-SNAPSHOT               [2/11]
[INFO]   from tp/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.legacy.tp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-target-definition (default-package-target-definition) @ org.eclipse.orbit.legacy.tp ---
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.legacy.tp ---
[INFO] 
[INFO] -----< org.eclipse.orbit.legacy:org.eclipse.orbit.legacy.plugins >------
[INFO] Building org.eclipse.orbit.legacy.plugins 1.0.0-SNAPSHOT          [3/11]
[INFO]   from plugins/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.legacy.plugins ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.orbit.legacy.plugins ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.orbit.legacy.plugins ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.orbit.legacy.plugins ---
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.legacy.plugins ---
[INFO] 
[INFO] ------< org.eclipse.orbit.legacy:org.eclipse.orbit.xml-apis-ext >-------
[INFO] Building org.eclipse.orbit.xml-apis-ext 1.0.0-SNAPSHOT            [4/11]
[INFO]   from plugins/org.eclipse.orbit.xml-apis-ext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/tp/OrbitLegacy.target for environments=[win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64, linux/gtk/x86_64, linux/gtk/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@5e09e2a0
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.legacy:org.eclipse.orbit.xml-apis-ext:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.xml-apis-ext/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] The project's OSGi version is 1.0.0.v20230923-0644
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] Resolving class path of org.eclipse.orbit.xml-apis-ext
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.xml-apis-ext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] Compiling 192 source files to /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.xml-apis-ext/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.xml-apis-ext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] Building jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.xml-apis-ext/target/org.eclipse.orbit.xml-apis-ext-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] Building jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.xml-apis-ext/target/org.eclipse.orbit.xml-apis-ext-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.xml-apis-ext/target/org.eclipse.orbit.xml-apis-ext-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.xml-apis-ext/target/org.eclipse.orbit.xml-apis-ext-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] Adding repository https://download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/latest
[INFO] Adding repository https://download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/latest
[INFO] MavenProject: org.eclipse.orbit.legacy:org.eclipse.orbit.xml-apis-ext:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.xml-apis-ext/.tycho-consumer-pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.xml-apis-ext ---
[INFO] 
[INFO] ------< org.eclipse.orbit.legacy:org.eclipse.orbit.sun.security >-------
[INFO] Building org.eclipse.orbit.sun.security 0.1.0-SNAPSHOT            [5/11]
[INFO]   from plugins/org.eclipse.orbit.sun.security/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.legacy:org.eclipse.orbit.sun.security:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.sun.security/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.sun.security ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.orbit.sun.security ---
[INFO] The project's OSGi version is 0.1.0.v20231006-1251
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.orbit.sun.security ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.orbit.sun.security ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.orbit.sun.security ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.orbit.sun.security ---
[INFO] Resolving class path of org.eclipse.orbit.sun.security
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.orbit.sun.security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.sun.security/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.orbit.sun.security ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.orbit.sun.security ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.orbit.sun.security ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.orbit.sun.security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.sun.security/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.orbit.sun.security ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.orbit.sun.security ---
[INFO] All system scoped dependencies were mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.orbit.sun.security ---
[INFO] Building jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.sun.security/target/org.eclipse.orbit.sun.security-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.orbit.sun.security ---
[INFO] Building jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.sun.security/target/org.eclipse.orbit.sun.security-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.orbit.sun.security ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.orbit.sun.security ---
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.sun.security/target/org.eclipse.orbit.sun.security-0.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.sun.security/target/org.eclipse.orbit.sun.security-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.orbit.sun.security ---
[INFO] MavenProject: org.eclipse.orbit.legacy:org.eclipse.orbit.sun.security:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.eclipse.orbit.sun.security/.tycho-consumer-pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.sun.security ---
[INFO] 
[INFO] ----------------< org.eclipse.orbit.legacy:org.uddi4j >-----------------
[INFO] Building org.uddi4j 2.0.5-SNAPSHOT                                [6/11]
[INFO]   from plugins/org.uddi4j/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.legacy:org.uddi4j:2.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.uddi4j/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.uddi4j ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.uddi4j ---
[INFO] The project's OSGi version is 2.0.5.v20230923-0644
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.uddi4j ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.uddi4j ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.uddi4j ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.uddi4j ---
[INFO] Resolving class path of org.uddi4j
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.uddi4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.uddi4j/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.uddi4j ---
[INFO] Compiling 108 source files to /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.uddi4j/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.uddi4j ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.uddi4j ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.uddi4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.uddi4j/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.uddi4j ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.uddi4j ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 2 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.uddi4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.uddi4j/target/org.uddi4j-2.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.uddi4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.uddi4j/target/org.uddi4j-2.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.uddi4j ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.uddi4j ---
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.uddi4j/target/org.uddi4j-2.0.5-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.uddi4j/target/org.uddi4j-2.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.uddi4j ---
[INFO] MavenProject: org.eclipse.orbit.legacy:org.uddi4j:2.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.uddi4j/.tycho-consumer-pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.uddi4j ---
[INFO] 
[INFO] -------------< org.eclipse.orbit.legacy:org.apache.wsil4j >-------------
[INFO] Building org.apache.wsil4j 1.0.0-SNAPSHOT                         [7/11]
[INFO]   from plugins/org.apache.wsil4j/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.legacy:org.apache.wsil4j:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.apache.wsil4j/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.apache.wsil4j ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.apache.wsil4j ---
[INFO] The project's OSGi version is 1.0.0.v20230923-0644
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.apache.wsil4j ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.apache.wsil4j ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.apache.wsil4j ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.apache.wsil4j ---
[INFO] Resolving class path of org.apache.wsil4j
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.apache.wsil4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.apache.wsil4j/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.apache.wsil4j ---
[INFO] Compiling 64 source files to /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.apache.wsil4j/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.apache.wsil4j ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.apache.wsil4j ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.apache.wsil4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.apache.wsil4j/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.apache.wsil4j ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.apache.wsil4j ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 2 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.apache.wsil4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.apache.wsil4j/target/org.apache.wsil4j-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.apache.wsil4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.apache.wsil4j/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.apache.wsil4j ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.apache.wsil4j ---
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.apache.wsil4j/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.apache.wsil4j/target/org.apache.wsil4j-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.apache.wsil4j ---
[INFO] MavenProject: org.eclipse.orbit.legacy:org.apache.wsil4j:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/plugins/org.apache.wsil4j/.tycho-consumer-pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.apache.wsil4j ---
[INFO] 
[INFO] -----< org.eclipse.orbit.legacy.features:org.eclipse.orbit.legacy >-----
[INFO] Building org.eclipse.orbit.legacy 4.31.0-SNAPSHOT                 [8/11]
[INFO]   from features/org.eclipse.orbit.legacy-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.legacy.features:org.eclipse.orbit.legacy:4.31.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/features/org.eclipse.orbit.legacy-feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.legacy ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.orbit.legacy ---
[INFO] The project's OSGi version is 4.31.0.v20231203-1516
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.orbit.legacy ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.orbit.legacy ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.orbit.legacy ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.orbit.legacy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/features/org.eclipse.orbit.legacy-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.orbit.legacy ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 3 were skipped
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.orbit.legacy ---
[INFO] Building jar: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/features/org.eclipse.orbit.legacy-feature/target/org.eclipse.orbit.legacy-4.31.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.orbit.legacy ---
[INFO] MavenProject: org.eclipse.orbit.legacy.features:org.eclipse.orbit.legacy:4.31.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/features/org.eclipse.orbit.legacy-feature/.tycho-consumer-pom.xml
    The main artifact has been replaced with the baseline version.

[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.orbit.legacy ---
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.legacy ---
[INFO] 
[INFO] -----< org.eclipse.orbit.legacy:org.eclipse.orbit.legacy.features >-----
[INFO] Building org.eclipse.orbit.legacy.features 1.0.0-SNAPSHOT         [9/11]
[INFO]   from features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.legacy.features ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.orbit.legacy.features ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.orbit.legacy.features ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.orbit.legacy.features ---
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.legacy.features ---
[INFO] 
[INFO] -------< org.eclipse.orbit.legacy:org.eclipse.orbit.legacy.site >-------
[INFO] Building org.eclipse.orbit.legacy.site 1.0.0-SNAPSHOT            [10/11]
[INFO]   from site/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.legacy:org.eclipse.orbit.legacy.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/site/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.legacy.site ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.orbit.legacy.site ---
[INFO] The project's OSGi version is 1.0.0.v20231203-1516
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.orbit.legacy.site ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.orbit.legacy.site ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.orbit.legacy.site ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/site/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.orbit.legacy.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-products (default-publish-products) @ org.eclipse.orbit.legacy.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-categories (default-publish-categories) @ org.eclipse.orbit.legacy.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.orbit.legacy.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:4.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.orbit.legacy.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ org.eclipse.orbit.legacy.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.legacy.site ---
[INFO] 
[INFO] -----< org.eclipse.orbit.legacy:org.eclipse.orbit.legacy.promote >------
[INFO] Building org.eclipse.orbit.legacy.promote 1.0.0-SNAPSHOT         [11/11]
[INFO]   from promotion/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.legacy.promote ---
[INFO] 
[INFO] --- tycho-eclipserun:4.0.4:eclipse-run (promote) @ org.eclipse.orbit.legacy.promote ---
[INFO] Adding repository https://download.eclipse.org/releases/2023-12
[INFO] Adding repository https://download.eclipse.org/justj/tools/updates/nightly/latest
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -install, /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/eclipserun-work/data, -consoleLog, -application, org.eclipse.justj.p2.manager, -data, @None, -nosplash, -remote, genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit, -retain, 5, -summary, 3, -label, Legacy Bundles, -build-url, https://ci.eclipse.org/orbit/job/orbit-simrel-orbit-legacy/, -root, /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync, -relative, simrel/orbit-legacy, -version-iu, org.eclipse.orbit.legacy., -commit, https://github.com/eclipse-orbit/orbit-legacy/commit/508d2bfca728979e8e29adf7e385ff13cd108ab3, -target-url, https://download.eclipse.org/tools/orbit, -promote, /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/../site/target/repository, -timestamp, 202401051017, -type, nightly, -breadcrumb, Orbit https://projects.eclipse.org/projects/tools.orbit, -mapping, orbit-legacy->Orbit-Legacy, -favicon, https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Logo-Color.svg, -body-image, https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Color.svg, -title-image, https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Title-Color.svg, -simrel-alias]
!SESSION 2024-01-05 10:18:44.434 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.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.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit -retain 5 -summary 3 -label Legacy Bundles -build-url https://ci.eclipse.org/orbit/job/orbit-simrel-orbit-legacy/ -root /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync -relative simrel/orbit-legacy -version-iu org.eclipse.orbit.legacy. -commit https://github.com/eclipse-orbit/orbit-legacy/commit/508d2bfca728979e8e29adf7e385ff13cd108ab3 -target-url https://download.eclipse.org/tools/orbit -promote /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/../site/target/repository -timestamp 202401051017 -type nightly -breadcrumb Orbit https://projects.eclipse.org/projects/tools.orbit -mapping orbit-legacy->Orbit-Legacy -favicon https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Logo-Color.svg -body-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Color.svg -title-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Title-Color.svg -simrel-alias
Command-line arguments:  -data /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/eclipserun-work/data -consoleLog -application org.eclipse.justj.p2.manager -data @None -remote genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit -retain 5 -summary 3 -label Legacy Bundles -build-url https://ci.eclipse.org/orbit/job/orbit-simrel-orbit-legacy/ -root /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync -relative simrel/orbit-legacy -version-iu org.eclipse.orbit.legacy. -commit https://github.com/eclipse-orbit/orbit-legacy/commit/508d2bfca728979e8e29adf7e385ff13cd108ab3 -target-url https://download.eclipse.org/tools/orbit -promote /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/../site/target/repository -timestamp 202401051017 -type nightly -breadcrumb Orbit https://projects.eclipse.org/projects/tools.orbit -mapping orbit-legacy->Orbit-Legacy -favicon https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Logo-Color.svg -body-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Color.svg -title-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Title-Color.svg -simrel-alias

!ENTRY org.eclipse.justj.p2 2 0 2024-01-05 10:18:45.494
!MESSAGE Starting the p2 manager
/usr/bin/ssh genie.orbit@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy
/usr/bin/rsync -avsh --exclude *.zip --exclude *.tar.gz --exclude */features --exclude */plugins --exclude */binary --exclude */.blobstore --exclude *.html --exclude */downloads --exclude */archive genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/ /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy
receiving incremental file list
./
2023-09/
2023-09/compositeArtifacts.jar
2023-09/compositeContent.jar
2023-09/p2.index
2023-12/
2023-12/compositeArtifacts.jar
2023-12/compositeContent.jar
2023-12/p2.index
2024-03/
2024-03/compositeArtifacts.jar
2024-03/compositeContent.jar
2024-03/p2.index
milestone/
milestone/compositeArtifacts.jar
milestone/compositeContent.jar
milestone/p2.index
milestone/S202401020852/
milestone/S202401020852/Legacy-Bundles-Updates-S202401020852.zip.sha256
milestone/S202401020852/Legacy-Bundles-Updates-S202401020852.zip.sha512
milestone/S202401020852/artifacts.jar
milestone/S202401020852/artifacts.xml.xz
milestone/S202401020852/content.jar
milestone/S202401020852/content.xml.xz
milestone/S202401020852/p2.index
milestone/latest/
milestone/latest/compositeArtifacts.jar
milestone/latest/compositeContent.jar
milestone/latest/p2.index
nightly/
nightly/compositeArtifacts.jar
nightly/compositeContent.jar
nightly/p2.index
nightly/N202311210738/
nightly/N202311210738/Legacy-Bundles-Updates-N202311210738.zip.sha256
nightly/N202311210738/Legacy-Bundles-Updates-N202311210738.zip.sha512
nightly/N202311210738/artifacts.jar
nightly/N202311210738/artifacts.xml.xz
nightly/N202311210738/content.jar
nightly/N202311210738/content.xml.xz
nightly/N202311210738/p2.index
nightly/N202312031426/
nightly/N202312031426/Legacy-Bundles-Updates-N202312031426.zip.sha256
nightly/N202312031426/Legacy-Bundles-Updates-N202312031426.zip.sha512
nightly/N202312031426/artifacts.jar
nightly/N202312031426/artifacts.xml.xz
nightly/N202312031426/content.jar
nightly/N202312031426/content.xml.xz
nightly/N202312031426/p2.index
nightly/N202312031433/
nightly/N202312031433/Legacy-Bundles-Updates-N202312031433.zip.sha256
nightly/N202312031433/Legacy-Bundles-Updates-N202312031433.zip.sha512
nightly/N202312031433/artifacts.jar
nightly/N202312031433/artifacts.xml.xz
nightly/N202312031433/content.jar
nightly/N202312031433/content.xml.xz
nightly/N202312031433/p2.index
nightly/N202312031517/
nightly/N202312031517/Legacy-Bundles-Updates-N202312031517.zip.sha256
nightly/N202312031517/Legacy-Bundles-Updates-N202312031517.zip.sha512
nightly/N202312031517/artifacts.jar
nightly/N202312031517/artifacts.xml.xz
nightly/N202312031517/content.jar
nightly/N202312031517/content.xml.xz
nightly/N202312031517/p2.index
nightly/N202312121457/
nightly/N202312121457/Legacy-Bundles-Updates-N202312121457.zip.sha256
nightly/N202312121457/Legacy-Bundles-Updates-N202312121457.zip.sha512
nightly/N202312121457/artifacts.jar
nightly/N202312121457/artifacts.xml.xz
nightly/N202312121457/content.jar
nightly/N202312121457/content.xml.xz
nightly/N202312121457/p2.index
nightly/latest/
nightly/latest/compositeArtifacts.jar
nightly/latest/compositeContent.jar
nightly/latest/p2.index
release/
release/compositeArtifacts.jar
release/compositeContent.jar
release/p2.index
release/4.29.0/
release/4.29.0/Legacy-Bundles-Updates-4.29.0.zip.sha256
release/4.29.0/Legacy-Bundles-Updates-4.29.0.zip.sha512
release/4.29.0/artifacts.jar
release/4.29.0/artifacts.xml.xz
release/4.29.0/content.jar
release/4.29.0/content.xml.xz
release/4.29.0/p2.index
release/4.30.0/
release/4.30.0/Legacy-Bundles-Updates-4.30.0.zip.sha256
release/4.30.0/Legacy-Bundles-Updates-4.30.0.zip.sha512
release/4.30.0/artifacts.jar
release/4.30.0/artifacts.xml.xz
release/4.30.0/content.jar
release/4.30.0/content.xml.xz
release/4.30.0/p2.index
release/latest/
release/latest/compositeArtifacts.jar
release/latest/compositeContent.jar
release/latest/p2.index

sent 1.82K bytes  received 143.67K bytes  290.99K bytes/sec
total size is 136.79K  speedup is 0.94
Promoting nightly /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/site/target/repository to /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync
Promoting update site to /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202401051017
Mirroring '/home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/site/target/repository' to '/home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202401051017'

!ENTRY org.eclipse.equinox.p2.transformer 0 0 2024-01-05 10:18:46.964
!MESSAGE Messages while mirroring artifact descriptors.
Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly
Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/latest
Recompose composites: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy
Recompose: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly
  <- N202311210738
  <- N202312031426
  <- N202312031433
  <- N202312031517
  <- N202312121457
  <- N202401051017
Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly
Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/latest
Recompose: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/milestone
  <- S202401020852
Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/milestone
Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/milestone/latest
Recompose: /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/release
  <- 4.29.0
  <- 4.30.0
Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/release
Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/release/latest
Composing alias update site /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/2024-03/latest for /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/milestone/S202401020852
Composing alias update site /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/2023-12/latest for /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/release/4.30.0
Deleting /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202311210738
Cleaning milestones /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/milestone
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/2023-09
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/2023-12
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/2024-03
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/milestone
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/milestone/S202401020852
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/milestone/latest
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202311210738
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202312031426
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202312031433
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202312031517
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202312121457
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/latest
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202401051017
Creating archive /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202401051017
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/release
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/release/4.29.0
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/release/4.30.0
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/release/latest
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/index.html

!ENTRY org.eclipse.equinox.p2.metadata 1 0 2024-01-05 10:18:47.975
!MESSAGE No translation source unavailable. Default language will be used.
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/2024-03/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/2023-12/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/2023-09/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/release/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/release/latest/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/release/4.30.0/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/release/4.29.0/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/milestone/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/milestone/latest/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/milestone/S202401020852/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/latest/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202401051017/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202312121457/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202312031517/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202312031433/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/nightly/N202312031426/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/table.html
/usr/bin/rsync -avsh /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy/promotion/target/legacy-sync/simrel/orbit-legacy/ genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/
sending incremental file list
./
index.html
table.html
2023-09/
2023-09/index.html
2023-12/
2023-12/compositeArtifacts.jar
2023-12/compositeContent.jar
2023-12/index.html
2023-12/p2.index
2024-03/
2024-03/compositeArtifacts.jar
2024-03/compositeContent.jar
2024-03/index.html
2024-03/p2.index
milestone/
milestone/compositeArtifacts.jar
milestone/compositeContent.jar
milestone/index.html
milestone/p2.index
milestone/S202401020852/
milestone/S202401020852/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/N202311210738/
nightly/N202311210738/DELETED
nightly/N202312031426/
nightly/N202312031426/index.html
nightly/N202312031433/
nightly/N202312031433/index.html
nightly/N202312031517/
nightly/N202312031517/index.html
nightly/N202312121457/
nightly/N202312121457/index.html
nightly/N202401051017/
nightly/N202401051017/Legacy-Bundles-Updates-N202401051017.zip
nightly/N202401051017/Legacy-Bundles-Updates-N202401051017.zip.sha256
nightly/N202401051017/Legacy-Bundles-Updates-N202401051017.zip.sha512
nightly/N202401051017/artifacts.jar
nightly/N202401051017/artifacts.xml.xz
nightly/N202401051017/content.jar
nightly/N202401051017/content.xml.xz
nightly/N202401051017/index.html
nightly/N202401051017/p2.index
nightly/N202401051017/features/
nightly/N202401051017/features/org.eclipse.orbit.legacy_4.31.0.v20231203-1516.jar
nightly/N202401051017/plugins/
nightly/N202401051017/plugins/org.apache.wsil4j.source_1.0.0.v20230923-0644.jar
nightly/N202401051017/plugins/org.apache.wsil4j_1.0.0.v20230923-0644.jar
nightly/N202401051017/plugins/org.eclipse.orbit.sun.security.source_0.1.0.v20231006-1251.jar
nightly/N202401051017/plugins/org.eclipse.orbit.sun.security_0.1.0.v20231006-1251.jar
nightly/N202401051017/plugins/org.eclipse.orbit.xml-apis-ext.source_1.0.0.v20230923-0644.jar
nightly/N202401051017/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar
nightly/N202401051017/plugins/org.uddi4j.source_2.0.5.v20230923-0644.jar
nightly/N202401051017/plugins/org.uddi4j_2.0.5.v20230923-0644.jar
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/4.29.0/
release/4.29.0/index.html
release/4.30.0/
release/4.30.0/index.html
release/latest/
release/latest/compositeArtifacts.jar
release/latest/compositeContent.jar
release/latest/index.html
release/latest/p2.index

sent 2.05M bytes  received 4.52K bytes  1.37M bytes/sec
total size is 2.47M  speedup is 1.20
/usr/bin/ssh genie.orbit@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy -name DELETED); do
  echo rm -rf $(dirname $i)
  rm -rf $(dirname $i)
done
rm -rf /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/N202311210738
/usr/bin/ssh genie.orbit@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy -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/tools/orbit/simrel/orbit-legacy/nightly/N202401051017/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/N202401051017
touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/N202312031433/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/N202312031433
touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/N202312031426/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/N202312031426
touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/N202312031517/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/N202312031517
touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/N202312121457/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/N202312121457
touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/milestone/S202401020852/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/milestone/S202401020852
touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/release/4.29.0/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/release/4.29.0
touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/release/4.30.0/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-legacy/release/4.30.0
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.legacy.promote ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.orbit.legacy.parent 1.0.0-SNAPSHOT ..... SUCCESS [  8.988 s]
[INFO] org.eclipse.orbit.legacy.tp 1.0.0-SNAPSHOT ......... SUCCESS [  0.011 s]
[INFO] org.eclipse.orbit.legacy.plugins 1.0.0-SNAPSHOT .... SUCCESS [  1.144 s]
[INFO] org.eclipse.orbit.xml-apis-ext 1.0.0-SNAPSHOT ...... SUCCESS [ 18.903 s]
[INFO] org.eclipse.orbit.sun.security 0.1.0-SNAPSHOT ...... SUCCESS [  3.757 s]
[INFO] org.uddi4j 2.0.5-SNAPSHOT .......................... SUCCESS [  5.270 s]
[INFO] org.apache.wsil4j 1.0.0-SNAPSHOT ................... SUCCESS [  2.902 s]
[INFO] org.eclipse.orbit.legacy 4.31.0-SNAPSHOT ........... SUCCESS [  0.197 s]
[INFO] org.eclipse.orbit.legacy.features 1.0.0-SNAPSHOT ... SUCCESS [  0.006 s]
[INFO] org.eclipse.orbit.legacy.site 1.0.0-SNAPSHOT ....... SUCCESS [  0.470 s]
[INFO] org.eclipse.orbit.legacy.promote 1.0.0-SNAPSHOT .... SUCCESS [ 10.746 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:16 min
[INFO] Finished at: 2024-01-05T10:18:50Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 143 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] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS