Started by user Ed Merks Running as Ed Merks Obtained simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/SimRelExtras.jenkinsfile from git https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘basic-549h6’ is offline ‘promotion-vm’ is reserved for jobs with matching label expression Agent basic-549h6 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-549h6" 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-549h6" - 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-549h6" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.oomph.svc.cluster.local/oomph/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-oomph" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-549h6 in /home/jenkins/agent/workspace/simrel/simrel-extras [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Display Parameters) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] echo BUILD_TYPE=release [Pipeline] echo PROMOTE=true [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Git Checkout) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Using no checkout clone with sparse checkout. Avoid second fetch Checking out Revision 95f4a2b320cb2e0d03a84d4a53514f2ff1712d9a (refs/remotes/origin/master) Cloning repository https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git > git init /home/jenkins/agent/workspace/simrel/simrel-extras # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress --depth=1 -- https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git config core.sparsecheckout true # timeout=10 > git read-tree -mu HEAD # timeout=10 > git checkout -f 95f4a2b320cb2e0d03a84d4a53514f2ff1712d9a # timeout=10 Commit message: "[581026] Provide a repository containing Orbit IUs needed for SimRel" > git rev-list --no-walk 95f4a2b320cb2e0d03a84d4a53514f2ff1712d9a # timeout=10 [Pipeline] echo [GIT_BRANCH:origin/master, GIT_COMMIT:95f4a2b320cb2e0d03a84d4a53514f2ff1712d9a, GIT_PREVIOUS_COMMIT:95f4a2b320cb2e0d03a84d4a53514f2ff1712d9a, GIT_PREVIOUS_SUCCESSFUL_COMMIT:95f4a2b320cb2e0d03a84d4a53514f2ff1712d9a, GIT_URL:https://git.eclipse.org/r/oomph/org.eclipse.oomph.incubator.git] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Orbit Extras) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.oomph (ssh://genie.oomph@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-VwX5V9hOUqNI/agent.159 SSH_AGENT_PID=161 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/simrel/simrel-extras@tmp/private_key_6048999606755234733.key (/home/jenkins/agent/workspace/simrel/simrel-extras@tmp/private_key_6048999606755234733.key) [ssh-agent] Started. [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras [Pipeline] { [Pipeline] sh + [[ true == false ]] + mvn --no-transfer-progress -DPACK_AND_SIGN=true -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/oomph/job/simrel/job/simrel-extras/ -Dorg.eclipse.justj.p2.manager.relative=simrel-extras -Dbuild.type=release -Dgit.commit=95f4a2b320cb2e0d03a84d4a53514f2ff1712d9a -Dbuild.id=11 clean verify Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/I20221116150045/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/I20221116150045/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/I20221116150045/repository/ (102.42kB) [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] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.oomph.simrel.extra.parent --- [INFO] [INFO] --< org.eclipse.oomph.simrel.extra:org.eclipse.oomph.simrel.extra.features >-- [INFO] Building org.eclipse.oomph.simrel.extra.features 1.0.0-SNAPSHOT [2/6] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.oomph.simrel.extra.features --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.oomph.simrel.extra.features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.oomph.simrel.extra.features --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.simrel.extra.features --- [INFO] [INFO] --< org.eclipse.oomph.simrel.extra.features:org.eclipse.oomph.simrel.extra >-- [INFO] Building org.eclipse.oomph.simrel.extra 1.0.1-SNAPSHOT [3/6] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.oomph.simrel.extra --- [INFO] Deleting /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/features/org.eclipse.oomph.simrel.extra-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.simrel.extra --- [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/tools/orbit/downloads/drops/I20221116150045/repository/plugins/ (14.23MB) [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/tools/orbit/downloads/drops/I20221116150045/repository/plugins/ (13.27MB of 14.23MB at 13.21MB/s) [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.v20221117-0633 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.oomph.simrel.extra --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.oomph.simrel.extra --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.oomph.simrel.extra --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.oomph.simrel.extra --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.oomph.simrel.extra --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/features/org.eclipse.oomph.simrel.extra-feature/target/org.eclipse.oomph.simrel.extra-1.0.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.oomph.simrel.extra --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.oomph.simrel.extra --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.oomph.simrel.extra --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/features/org.eclipse.oomph.simrel.extra-feature/target/org.eclipse.oomph.simrel.extra-1.0.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.oomph.simrel.extra --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/features/org.eclipse.oomph.simrel.extra-feature/target/org.eclipse.oomph.simrel.extra-1.0.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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.oomph.simrel.extra --- [INFO] [INFO] --< org.eclipse.oomph.simrel.extra:org.eclipse.oomph.simrel.extra.site >-- [INFO] Building org.eclipse.oomph.simrel.extra.site 1.0.0-SNAPSHOT [4/6] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.oomph.simrel.extra.site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.oomph.simrel.extra.site --- [INFO] The project's OSGi version is 1.0.0.v20221117-0633 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.oomph.simrel.extra.site --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.oomph.simrel.extra.site --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.oomph.simrel.extra.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.oomph.simrel.extra.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.oomph.simrel.extra.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.oomph.simrel.extra.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.oomph.simrel.extra.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.oomph.simrel.extra.site --- [INFO] Fetching com.ibm.icu.source_72.1.0.v20221115-2007.jar from https://download.eclipse.org/tools/orbit/downloads/drops/I20221116150045/repository/plugins/ (2.49MB) [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.oomph.simrel.extra.site --- [INFO] Building zip: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.site/target/org.eclipse.oomph.simrel.extra.site-1.0.0-SNAPSHOT.zip [INFO] [INFO] --< org.eclipse.oomph.simrel.extra:org.eclipse.oomph.simrel.extra.promote >-- [INFO] Building org.eclipse.oomph.simrel.extra.promote 1.0.0-SNAPSHOT [5/6] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.oomph.simrel.extra.promote --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.5:eclipse-run (promote) @ org.eclipse.oomph.simrel.extra.promote --- [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-09/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2022-09 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2022-09/ (479B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2022-09/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2022-09/202209081200/ (98.55kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-09/202209141001/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2022-09/202209141001/ (790.34kB) [INFO] Adding repository https://download.eclipse.org/justj/tools/updates/nightly/latest [INFO] Fetching compositeContent.jar from https://download.eclipse.org/justj/tools/updates/nightly/latest/ (442B) [INFO] Fetching p2.index from https://download.eclipse.org/justj/tools/updates/nightly/N202211120733/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/justj/tools/updates/nightly/N202211120733/ (4.62kB) [INFO] Fetching 202209141001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-09/ (63B) [INFO] Fetching org.eclipse.osgi_3.18.100.v20220817-1601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.47MB) [INFO] Fetching org.apache.commons.compress_1.21.0.v20211103-2100.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.04MB) [INFO] Fetching org.apache.felix.scr_2.2.2.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (393.3kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (64.86kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (81.45kB) [INFO] Fetching org.bouncycastle.bcpg_1.71.0.v20220723-1943.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (379.48kB) [INFO] Fetching org.bouncycastle.bcprov_1.71.0.v20220723-1943.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (6.02MB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (196.21kB) [INFO] Fetching org.eclipse.equinox.common_3.16.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (146.41kB) [INFO] Fetching org.eclipse.core.jobs_3.13.100.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (109.8kB) [INFO] Fetching org.eclipse.core.runtime_3.26.0.v20220813-0916.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (74.34kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (90.9kB) [INFO] Fetching org.eclipse.emf.common_2.26.0.v20220817-1401.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (369.7kB) [INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220817-1401.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.26MB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (232.67kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (169.5kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (362.07kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.200.v20220819-1949.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (176.33kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (19.69kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (112.39kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.100.v20220620-1617.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (48.41kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (242.35kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (115.07kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (252.96kB) [INFO] Fetching org.eclipse.justj.codegen_0.1.0.v20221112-0728.jar from https://download.eclipse.org/justj/tools/updates/nightly/N202211120733/plugins/ (298.98kB) [INFO] Fetching org.eclipse.justj.p2_0.1.0.v20221108-1040.jar from https://download.eclipse.org/justj/tools/updates/nightly/N202211120733/plugins/ (99kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.09kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/eclipserun-work/data, -consoleLog, -application, org.eclipse.justj.p2.manager, -data, @None, -nosplash, -remote, genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph, -retain, 5, -label, Orbit Extras for SimRel, -build-url, https://ci.eclipse.org/oomph/job/simrel/job/simrel-extras/, -root, /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync, -relative, simrel-extras, -version-iu, org.eclipse.oomph.simrel.extra., -commit, https://git.eclipse.org/c/oomph/org.eclipse.oomph.incubator.git/commit/?id=95f4a2b320cb2e0d03a84d4a53514f2ff1712d9a, -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, 202211170646, -type, release, -breadcrumb, Orbit https://download.eclipse.org/tools/orbit/downloads, -mapping, simrel-extras->SimRel-Extras] !SESSION 2022-11-17 06:46:56.515 ----------------------------------------------- eclipse.buildId=unknown java.version=11.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -application org.eclipse.justj.p2.manager -remote genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph -retain 5 -label Orbit Extras for SimRel -build-url https://ci.eclipse.org/oomph/job/simrel/job/simrel-extras/ -root /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync -relative simrel-extras -version-iu org.eclipse.oomph.simrel.extra. -commit https://git.eclipse.org/c/oomph/org.eclipse.oomph.incubator.git/commit/?id=95f4a2b320cb2e0d03a84d4a53514f2ff1712d9a -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 202211170646 -type release -breadcrumb Orbit https://download.eclipse.org/tools/orbit/downloads -mapping simrel-extras->SimRel-Extras Command-line arguments: -data /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/eclipserun-work/data -consoleLog -application org.eclipse.justj.p2.manager -data @None -remote genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph -retain 5 -label Orbit Extras for SimRel -build-url https://ci.eclipse.org/oomph/job/simrel/job/simrel-extras/ -root /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync -relative simrel-extras -version-iu org.eclipse.oomph.simrel.extra. -commit https://git.eclipse.org/c/oomph/org.eclipse.oomph.incubator.git/commit/?id=95f4a2b320cb2e0d03a84d4a53514f2ff1712d9a -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 202211170646 -type release -breadcrumb Orbit https://download.eclipse.org/tools/orbit/downloads -mapping simrel-extras->SimRel-Extras !ENTRY org.eclipse.justj.p2 2 0 2022-11-17 06:46:58.487 !MESSAGE Starting the p2 manager /usr/bin/ssh genie.oomph@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/oomph/simrel-extras /usr/bin/rsync -avsh --exclude *.zip --exclude *.tar.gz --exclude */features --exclude */plugins --exclude */binary --exclude */.blobstore --exclude *.html --exclude */downloads genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/simrel-extras/ /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras receiving incremental file list ./ milestone/ milestone/compositeArtifacts.jar milestone/compositeContent.jar milestone/p2.inf milestone/S202211170642/ milestone/S202211170642/Orbit-Extras-for-SimRel-Updates-S202211170642.zip.sha256 milestone/S202211170642/Orbit-Extras-for-SimRel-Updates-S202211170642.zip.sha512 milestone/S202211170642/artifacts.jar milestone/S202211170642/artifacts.xml.xz milestone/S202211170642/content.jar milestone/S202211170642/content.xml.xz milestone/S202211170642/p2.index milestone/latest/ milestone/latest/compositeArtifacts.jar milestone/latest/compositeContent.jar milestone/latest/p2.inf nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/p2.inf nightly/N202211101133/ nightly/N202211101133/Orbit-Extras-for-SimRel-Updates-N202211101133.zip.sha256 nightly/N202211101133/Orbit-Extras-for-SimRel-Updates-N202211101133.zip.sha512 nightly/N202211101133/artifacts.jar nightly/N202211101133/artifacts.xml.xz nightly/N202211101133/content.jar nightly/N202211101133/content.xml.xz nightly/N202211101133/p2.index nightly/N202211170636/ nightly/N202211170636/Orbit-Extras-for-SimRel-Updates-N202211170636.zip.sha256 nightly/N202211170636/Orbit-Extras-for-SimRel-Updates-N202211170636.zip.sha512 nightly/N202211170636/artifacts.jar nightly/N202211170636/artifacts.xml.xz nightly/N202211170636/content.jar nightly/N202211170636/content.xml.xz nightly/N202211170636/p2.index nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/p2.inf release/ release/compositeArtifacts.jar release/compositeContent.jar release/p2.inf release/1.0.0/ release/1.0.0/Orbit-Extras-for-SimRel-Updates-1.0.0.zip.sha256 release/1.0.0/Orbit-Extras-for-SimRel-Updates-1.0.0.zip.sha512 release/1.0.0/artifacts.jar release/1.0.0/artifacts.xml.xz release/1.0.0/content.jar release/1.0.0/content.xml.xz release/1.0.0/p2.index release/latest/ release/latest/compositeArtifacts.jar release/latest/compositeContent.jar release/latest/p2.inf sent 1.07K bytes received 60.62K bytes 41.13K bytes/sec total size is 56.63K speedup is 0.92 /usr/bin/rsync -avsh genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/simrel-extras/milestone/S202211170642/ /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/S202211170642 receiving incremental file list Orbit-Extras-for-SimRel-Updates-S202211170642.zip index.html features/ features/org.eclipse.oomph.simrel.extra.source_1.0.1.v20221117-0633.jar features/org.eclipse.oomph.simrel.extra_1.0.1.v20221117-0633.jar plugins/ plugins/com.ibm.icu.source_72.1.0.v20221115-2007.jar plugins/com.ibm.icu_72.1.0.v20221115-2007.jar sent 158 bytes received 34.11M bytes 13.65M bytes/sec total size is 34.12M speedup is 1.00 Mirroring '/home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/S202211170642' to '/home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/1.0.1' !ENTRY org.eclipse.equinox.p2.transformer 0 0 2022-11-17 06:47:02.930 !MESSAGE Messages while mirroring artifact descriptors. Recompose composites: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras Recompose: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone <- S202211170642 Composing update site /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone Composing update site /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/latest Recompose: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly <- N202211101133 <- N202211170636 Composing update site /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly Composing update site /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/latest Recompose: /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release <- 1.0.0 <- 1.0.1 Composing update site /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release Composing update site /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/latest Cleaning milestones /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/S202211170642 Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/latest Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/N202211101133 Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/N202211170636 Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/latest Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/1.0.0 Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/latest Generating downloads /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/1.0.1 Creating archive /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/1.0.1 Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/index.html !ENTRY org.eclipse.equinox.p2.metadata 1 0 2022-11-17 06:47:04.960 !MESSAGE No translation source unavailable. Default language will be used. Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/index.html Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/latest/index.html Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/1.0.1/index.html Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/release/1.0.0/index.html Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/index.html Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/latest/index.html Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/milestone/S202211170642/index.html Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/index.html Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/latest/index.html Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/N202211170636/index.html Generating /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/nightly/N202211101133/index.html /usr/bin/rsync -avsh /home/jenkins/agent/workspace/simrel/simrel-extras/simrel-extras/releng/org.eclipse.oomph.simrel.extra.parent/promotion/target/simrel-extras-sync/simrel-extras/ genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/simrel-extras/ sending incremental file list ./ index.html milestone/ milestone/compositeArtifacts.jar milestone/compositeContent.jar milestone/index.html milestone/p2.inf milestone/S202211170642/ milestone/S202211170642/STALE milestone/S202211170642/index.html milestone/latest/ milestone/latest/compositeArtifacts.jar milestone/latest/compositeContent.jar milestone/latest/index.html milestone/latest/p2.inf nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/index.html nightly/p2.inf nightly/N202211101133/ nightly/N202211101133/index.html nightly/N202211170636/ nightly/N202211170636/index.html nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/index.html nightly/latest/p2.inf release/ release/compositeArtifacts.jar release/compositeContent.jar release/index.html release/p2.inf release/1.0.0/ release/1.0.0/index.html release/1.0.1/ release/1.0.1/Orbit-Extras-for-SimRel-Updates-1.0.1.zip release/1.0.1/Orbit-Extras-for-SimRel-Updates-1.0.1.zip.sha256 release/1.0.1/Orbit-Extras-for-SimRel-Updates-1.0.1.zip.sha512 release/1.0.1/artifacts.jar release/1.0.1/artifacts.xml.xz release/1.0.1/content.jar release/1.0.1/content.xml.xz release/1.0.1/index.html release/1.0.1/p2.index release/1.0.1/features/ release/1.0.1/features/org.eclipse.oomph.simrel.extra.source_1.0.1.v20221117-0633.jar release/1.0.1/features/org.eclipse.oomph.simrel.extra_1.0.1.v20221117-0633.jar release/1.0.1/plugins/ release/1.0.1/plugins/com.ibm.icu.source_72.1.0.v20221115-2007.jar release/1.0.1/plugins/com.ibm.icu_72.1.0.v20221115-2007.jar release/latest/ release/latest/compositeArtifacts.jar release/latest/compositeContent.jar release/latest/index.html release/latest/p2.inf sent 34.16M bytes received 2.41K bytes 13.67M bytes/sec total size is 68.42M speedup is 2.00 /usr/bin/ssh genie.oomph@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/oomph/simrel-extras -name DELETED); do echo rm -rf $(dirname $i) rm -rf $(dirname $i) done /usr/bin/ssh genie.oomph@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/oomph/simrel-extras -name plugins -a -type d); do echo touch -r $i $(dirname $i) touch -r $i $(dirname $i) done touch -r /home/data/httpd/download.eclipse.org/oomph/simrel-extras/nightly/N202211170636/plugins /home/data/httpd/download.eclipse.org/oomph/simrel-extras/nightly/N202211170636 touch -r /home/data/httpd/download.eclipse.org/oomph/simrel-extras/nightly/N202211101133/plugins /home/data/httpd/download.eclipse.org/oomph/simrel-extras/nightly/N202211101133 touch -r /home/data/httpd/download.eclipse.org/oomph/simrel-extras/milestone/S202211170642/plugins /home/data/httpd/download.eclipse.org/oomph/simrel-extras/milestone/S202211170642 touch -r /home/data/httpd/download.eclipse.org/oomph/simrel-extras/release/1.0.1/plugins /home/data/httpd/download.eclipse.org/oomph/simrel-extras/release/1.0.1 touch -r /home/data/httpd/download.eclipse.org/oomph/simrel-extras/release/1.0.0/plugins /home/data/httpd/download.eclipse.org/oomph/simrel-extras/release/1.0.0 [INFO] [INFO] --< org.eclipse.oomph.simrel.extra:org.eclipse.oomph.simrel.extra.root >-- [INFO] Building org.eclipse.oomph.simrel.extra.root 1.0.0-SNAPSHOT [6/6] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.oomph.simrel.extra.root --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.oomph.simrel.extra.parent 1.0.0-SNAPSHOT SUCCESS [ 0.733 s] [INFO] org.eclipse.oomph.simrel.extra.features 1.0.0-SNAPSHOT SUCCESS [ 3.679 s] [INFO] org.eclipse.oomph.simrel.extra 1.0.1-SNAPSHOT ...... SUCCESS [ 10.074 s] [INFO] org.eclipse.oomph.simrel.extra.site 1.0.0-SNAPSHOT . SUCCESS [ 5.878 s] [INFO] org.eclipse.oomph.simrel.extra.promote 1.0.0-SNAPSHOT SUCCESS [ 21.109 s] [INFO] org.eclipse.oomph.simrel.extra.root 1.0.0-SNAPSHOT . SUCCESS [ 0.054 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:00 min [INFO] Finished at: 2022-11-17T06:47:09Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 161 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Results) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS