Skip to content

Console Output

Started by upstream project "fred_parallel_build_test" build number 2
originally caused by:
 Started by user Frederic Gurr
Running as Frederic Gurr
Agent basic-4x5h7 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-4x5h7"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.packaging.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-4x5h7"
    - 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-4x5h7"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.packaging.svc.cluster.local/packaging/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-packaging"
      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"

Building remotely on basic-4x5h7 in workspace /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git
 > git init /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision b99038d970a9a0b988e925ce3454dfefac47fc96 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b99038d970a9a0b988e925ce3454dfefac47fc96 # timeout=10
Commit message: "Update JEE N&N and description"
 > git rev-list --no-walk b99038d970a9a0b988e925ce3454dfefac47fc96 # timeout=10
[epp.package.rust] $ /bin/bash /tmp/jenkins14281803408341475416.sh
Creating /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/settings.xml
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
  <mirrors>
    <mirror>
      <id>eclipse.maven.central.mirror</id>
      <name>Eclipse Central Proxy</name>
      <url>https://repo.eclipse.org/content/repositories/maven_central/</url>
      <mirrorOf>central</mirrorOf>
    </mirror>
  </mirrors>
  <activeProfiles>
    <activeProfile>epp.package.rust</activeProfile>
  </activeProfiles>
</settings>
[epp.package.rust] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.epp.packages/pom.xml -DPACKAGE=epp.package.rust -DcontinueOnFail=true -Dmaven.repo.local=/home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/.repository clean verify --batch-mode --show-version -s/home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/settings.xml
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: /opt/java/openjdk
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.epp:archive-template:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/archive-template/pom.xml
[INFO] Fetching p2.index from https://download.eclipse.org/staging/2021-03/ (365B)
[INFO] Adding repository https://download.eclipse.org/staging/2021-03
[INFO] Fetching content.jar from https://download.eclipse.org/staging/2021-03/ (2.84MB)
[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/justj/jres/15/updates/release/15.0.2/ (172B)
[INFO] Adding repository https://download.eclipse.org/justj/jres/15/updates/release/15.0.2
[INFO] Fetching content.xml.xz from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/ (15.65kB)
[INFO] Fetching p2.index from https://download.eclipse.org/corrosion/releases/1.1.0/ (172B)
[INFO] Adding repository https://download.eclipse.org/corrosion/releases/1.1.0
[INFO] Fetching content.xml.xz from https://download.eclipse.org/corrosion/releases/1.1.0/ (10.29kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp:archive-template:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/archive-template/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp:archive-template:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/archive-template/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.common:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.common:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.common:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/pom.xml
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (30.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (30.65kB)
[INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141...
[INFO] Fetching org.eclipse.osgi_3.16.200.v20210122-1907.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (469.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi_3.16.200.v20210122-1907.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (469.64kB)
[INFO] Unpacking org.eclipse.osgi_3.16.200.v20210122-1907...
[INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (43.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (43.97kB)
[INFO] Unpacking org.eclipse.osgi.services_3.9.0.v20200511-1725...
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.67MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.67MB)
[INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749...
[INFO] Fetching com.sun.jna_5.6.0.v20200716-0148.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.34MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.jna_5.6.0.v20200716-0148.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.34MB)
[INFO] Unpacking com.sun.jna_5.6.0.v20200716-0148...
[INFO] Fetching com.sun.jna.platform_5.6.0.v20200722-0209.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (395.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.jna.platform_5.6.0.v20200722-0209.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (395.02kB)
[INFO] Unpacking com.sun.jna.platform_5.6.0.v20200722-0209...
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (36.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (36.66kB)
[INFO] Unpacking javax.annotation_1.3.5.v20200909-1856...
[INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13kB)
[INFO] Unpacking org.apache.batik.constants_1.13.0.v20200622-2037...
[INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (255.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (255.73kB)
[INFO] Unpacking org.apache.xmlgraphics_2.4.0.v20200622-2037...
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/staging/2021-03/plugins/ (95.26kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/staging/2021-03/plugins/ (35.59kB)
[INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (102.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (102.39kB)
[INFO] Unpacking org.apache.batik.css_1.13.0.v20200622-2037...
[INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (63.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (63.23kB)
[INFO] Unpacking org.apache.batik.util_1.13.0.v20200622-2037...
[INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.47kB)
[INFO] Unpacking org.apache.batik.i18n_1.13.0.v20200622-2037...
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/staging/2021-03/plugins/ (15.35kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (82.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (82.7kB)
[INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.71kB)
[INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (155.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (155.35kB)
[INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939...
[INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (43.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (43.1kB)
[INFO] Unpacking org.eclipse.core.commands_3.9.800.v20201021-1339...
[INFO] Fetching org.eclipse.equinox.common_3.14.0.v20201102-2053.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (59.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.common_3.14.0.v20201102-2053.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (59.04kB)
[INFO] Unpacking org.eclipse.equinox.common_3.14.0.v20201102-2053...
[INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (41.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (41.22kB)
[INFO] Unpacking org.eclipse.core.contenttype_3.7.900.v20210111-0918...
[INFO] Fetching org.eclipse.equinox.preferences_3.8.100.v20201102-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (55.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.preferences_3.8.100.v20201102-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (55.6kB)
[INFO] Unpacking org.eclipse.equinox.preferences_3.8.100.v20201102-2042...
[INFO] Fetching org.eclipse.equinox.registry_3.10.0.v20201107-1818.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (77.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.registry_3.10.0.v20201107-1818.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (77.18kB)
[INFO] Unpacking org.eclipse.equinox.registry_3.10.0.v20201107-1818...
[INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (56.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (56.91kB)
[INFO] Unpacking org.eclipse.core.databinding_1.10.100.v20200926-1123...
[INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (82.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (82.74kB)
[INFO] Unpacking org.eclipse.core.databinding.observable_1.10.0.v20200730-0848...
[INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.71kB)
[INFO] Unpacking org.eclipse.core.databinding.property_1.8.100.v20200619-0651...
[INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.65kB)
[INFO] Unpacking org.eclipse.core.expressions_3.7.100.v20210111-0815...
[INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.38kB)
[INFO] Unpacking org.eclipse.core.runtime_3.20.100.v20210111-0815...
[INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (46.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (46.09kB)
[INFO] Unpacking org.eclipse.core.jobs_3.10.1100.v20210111-0815...
[INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (42.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (42.08kB)
[INFO] Unpacking org.eclipse.equinox.app_1.5.0.v20200717-0620...
[INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.78kB)
[INFO] Unpacking org.eclipse.e4.core.commands_0.13.0.v20201119-1132...
[INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.87kB)
[INFO] Unpacking org.eclipse.e4.core.di_1.7.700.v20210128-2123...
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.66kB)
[INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710...
[INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.94kB)
[INFO] Unpacking org.eclipse.e4.core.services_2.2.600.v20210110-1654...
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.68kB)
[INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352...
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.72kB)
[INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938...
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.42kB)
[INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654...
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.73kB)
[INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849...
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (107.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (107.16kB)
[INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
[INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (484.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (484.19kB)
[INFO] Unpacking org.eclipse.emf.ecore_2.23.0.v20200630-0516...
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.02kB)
[INFO] Unpacking org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132...
[INFO] Fetching org.eclipse.swt_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.02kB)
[INFO] Unpacking org.eclipse.swt_3.116.0.v20210129-1709...
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.14kB)
[INFO] Unpacking org.eclipse.e4.ui.services_1.5.0.v20210115-1333...
[INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (362.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (362.4kB)
[INFO] Unpacking org.eclipse.jface_3.22.100.v20210126-0831...
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (66.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (66.15kB)
[INFO] Unpacking org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653...
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (65.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (65.63kB)
[INFO] Unpacking org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340...
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.78kB)
[INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147...
[INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210101-1117.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210101-1117.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.57kB)
[INFO] Unpacking org.eclipse.e4.ui.di_1.3.0.v20210101-1117...
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.64kB)
[INFO] Unpacking org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317...
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (110.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (110.28kB)
[INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958...
[INFO] Fetching org.eclipse.equinox.event_1.5.600.v20201208-1445.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.event_1.5.600.v20201208-1445.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.64kB)
[INFO] Unpacking org.eclipse.equinox.event_1.5.600.v20201208-1445...
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.46kB)
[INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339...
[INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (84.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (84.12kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731...
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (50.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (50.81kB)
[INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (84.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (84.06kB)
[INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (49.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (49.78kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332...
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (94.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (94.41kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918...
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (62.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (62.6kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610...
[INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (77.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (77.72kB)
[INFO] Unpacking org.eclipse.jface.databinding_1.12.200.v20210111-0911...
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.07kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339...
[INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.89kB)
[INFO] Unpacking org.eclipse.urischeme_1.1.300.v20210113-1544...
[INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (114.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (114.56kB)
[INFO] Unpacking org.eclipse.emf.common_2.22.0.v20210114-1734...
[INFO] Fetching org.eclipse.platform_4.19.0.v20210129-1800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (425.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.platform_4.19.0.v20210129-1800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (425.01kB)
[INFO] Unpacking org.eclipse.platform_4.19.0.v20210129-1800...
[INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (339.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (339.79kB)
[INFO] Unpacking org.eclipse.ui_3.119.0.v20210111-1350...
[INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210128-2029.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (960.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210128-2029.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (960.48kB)
[INFO] Unpacking org.eclipse.ui.workbench_3.122.100.v20210128-2029...
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (120.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (120.7kB)
[INFO] Unpacking org.eclipse.help_3.8.800.v20200525-0755...
[INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210108-1216.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210108-1216.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.74kB)
[INFO] Unpacking org.eclipse.jface.notifications_0.3.0.v20210108-1216...
[INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (142.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (142.08kB)
[INFO] Unpacking org.eclipse.ui.intro_3.6.100.v20210119-2223...
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (976.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (976.43kB)
[INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210129-1709...
[INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (122.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (122.98kB)
[INFO] Unpacking org.eclipse.ui.forms_3.11.100.v20210108-1139...
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.71kB)
[INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
[INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (958.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (958.44kB)
[INFO] Unpacking org.eclipse.swt.gtk.linux.aarch64_3.116.0.v20210129-1709...
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.1MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.1MB)
[INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210129-1709...
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (836.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (836.71kB)
[INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210129-1709...
[INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.common.feature:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.common.feature:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.common.feature:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] archive-template                                    [eclipse-repository]
[INFO] org.eclipse.epp.package.common                          [eclipse-plugin]
[INFO] org.eclipse.epp.package.common.feature                 [eclipse-feature]
[INFO] org.eclipse.epp-buildall                                           [pom]
[INFO] 
[INFO] ------------------< org.eclipse.epp:archive-template >------------------
[INFO] Building archive-template 4.19.0-SNAPSHOT                          [1/4]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ archive-template ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ archive-template ---
[INFO] Fetching 15.0.2&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/justj/jres/15/updates/release/
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/features/ (21.4kB)
[INFO] Fetching org.eclipse.unittest.ui_1.0.0.v20201121-0633.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (168.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.unittest.ui_1.0.0.v20201121-0633.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (168.12kB)
[INFO] Unpacking org.eclipse.unittest.ui_1.0.0.v20201121-0633...
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (119.68MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (18.93MB of 119.68MB at 18.63MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (38.21MB of 119.68MB at 18.94MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (57.77MB of 119.68MB at 19.15MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (77.27MB of 119.68MB at 19.24MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (97.1MB of 119.68MB at 19.35MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (117.1MB of 119.68MB at 19.63MB/s)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/staging/2021-03/plugins/ (249kB)
[INFO] Fetching com.google.gson_2.8.6.v20201231-1626.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (82.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.gson_2.8.6.v20201231-1626.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (82.82kB)
[INFO] Unpacking com.google.gson_2.8.6.v20201231-1626...
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (676.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (676.21kB)
[INFO] Unpacking com.google.guava_21.0.0.v20170206-1425...
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (762.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (762.75kB)
[INFO] Unpacking com.google.guava_30.1.0.v20210127-2300...
[INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (55.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (55.92kB)
[INFO] Unpacking jakarta.xml.bind_2.3.3.v20201118-1818...
[INFO] Fetching javax.activation_1.2.2.v20201119-1642.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (38.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.activation_1.2.2.v20201119-1642.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (38.26kB)
[INFO] Unpacking javax.activation_1.2.2.v20201119-1642...
[INFO] Fetching org.eclipse.cdt.core_7.1.300.202101221658.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.64MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.core_7.1.300.202101221658.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.64MB)
[INFO] Unpacking org.eclipse.cdt.core_7.1.300.202101221658...
[INFO] Fetching org.eclipse.cdt.core.native_6.1.100.202102030214.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.core.native_6.1.100.202102030214.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.53kB)
[INFO] Unpacking org.eclipse.cdt.core.native_6.1.100.202102030214...
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (41.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (41.14kB)
[INFO] Unpacking org.eclipse.core.filebuffers_3.6.1100.v20201029-1159...
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.79kB)
[INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734...
[INFO] Fetching org.eclipse.core.resources_3.13.900.v20201105-1507.jar from https://download.eclipse.org/staging/2021-03/plugins/ (875.9kB)
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.03kB)
[INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101...
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (105.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (105.6kB)
[INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.300.v20210112-0706...
[INFO] Fetching org.eclipse.text_3.11.0.v20210123-0709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (100.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.text_3.11.0.v20210123-0709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (100.62kB)
[INFO] Unpacking org.eclipse.text_3.11.0.v20210123-0709...
[INFO] Fetching org.eclipse.cdt.core.linux_6.0.0.202008310002.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.core.linux_6.0.0.202008310002.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.96kB)
[INFO] Unpacking org.eclipse.cdt.core.linux_6.0.0.202008310002...
[INFO] Fetching org.eclipse.cdt.core.linux.x86_64_6.0.100.202011041837.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.core.linux.x86_64_6.0.100.202011041837.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.3kB)
[INFO] Unpacking org.eclipse.cdt.core.linux.x86_64_6.0.100.202011041837...
[INFO] Fetching org.eclipse.cdt.debug.core_8.6.0.202011181638.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (106.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.debug.core_8.6.0.202011181638.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (106.37kB)
[INFO] Unpacking org.eclipse.cdt.debug.core_8.6.0.202011181638...
[INFO] Fetching org.eclipse.debug.core_3.17.100.v20210120-0743.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (126.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.core_3.17.100.v20210120-0743.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (126.27kB)
[INFO] Unpacking org.eclipse.debug.core_3.17.100.v20210120-0743...
[INFO] Fetching org.eclipse.launchbar.core_2.4.100.202010121414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.launchbar.core_2.4.100.202010121414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.78kB)
[INFO] Unpacking org.eclipse.launchbar.core_2.4.100.202010121414...
[INFO] Fetching org.eclipse.cdt.debug.ui_8.4.100.202011181638.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (331.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.debug.ui_8.4.100.202011181638.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (331.83kB)
[INFO] Unpacking org.eclipse.cdt.debug.ui_8.4.100.202011181638...
[INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (950.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (950.29kB)
[INFO] Unpacking org.eclipse.ui.ide_3.18.100.v20210122-1536...
[INFO] Fetching org.eclipse.jface.text_3.17.0.v20210125-1136.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (317.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.text_3.17.0.v20210125-1136.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (317.15kB)
[INFO] Unpacking org.eclipse.jface.text_3.17.0.v20210125-1136...
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (235.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (235.59kB)
[INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733...
[INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210121-1258.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (200.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210121-1258.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (200.76kB)
[INFO] Unpacking org.eclipse.ui.editors_3.14.0.v20210121-1258...
[INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210121-1016.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1,020.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210121-1016.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1,020.36kB)
[INFO] Unpacking org.eclipse.debug.ui_3.14.800.v20210121-1016...
[INFO] Fetching org.eclipse.cdt.ui_7.1.100.202101112014.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.92MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.ui_7.1.100.202101112014.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.92MB)
[INFO] Unpacking org.eclipse.cdt.ui_7.1.100.202101112014...
[INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (84.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (84.58kB)
[INFO] Unpacking org.eclipse.ui.console_3.10.100.v20201211-1511...
[INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (47.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (47.88kB)
[INFO] Unpacking org.eclipse.ui.views_3.11.0.v20210111-1351...
[INFO] Fetching org.eclipse.launchbar.ui_2.4.100.202012041937.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.launchbar.ui_2.4.100.202012041937.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.59kB)
[INFO] Unpacking org.eclipse.launchbar.ui_2.4.100.202012041937...
[INFO] Fetching org.eclipse.cdt.dsf_2.10.100.202012191801.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (96.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.dsf_2.10.100.202012191801.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (96.62kB)
[INFO] Unpacking org.eclipse.cdt.dsf_2.10.100.202012191801...
[INFO] Fetching org.eclipse.cdt.dsf.gdb_6.2.0.202101191418.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (425.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.dsf.gdb_6.2.0.202101191418.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (425.35kB)
[INFO] Unpacking org.eclipse.cdt.dsf.gdb_6.2.0.202101191418...
[INFO] Fetching org.eclipse.cdt.launch_10.2.100.202012191801.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (73.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.launch_10.2.100.202012191801.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (73.31kB)
[INFO] Unpacking org.eclipse.cdt.launch_10.2.100.202012191801...
[INFO] Fetching org.eclipse.cdt.gdb_7.1.0.202008310002.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.gdb_7.1.0.202008310002.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.63kB)
[INFO] Unpacking org.eclipse.cdt.gdb_7.1.0.202008310002...
[INFO] Fetching org.eclipse.cdt.native.serial_1.2.100.202011111956.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (130.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.native.serial_1.2.100.202011111956.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (130.5kB)
[INFO] Unpacking org.eclipse.cdt.native.serial_1.2.100.202011111956...
[INFO] Fetching org.eclipse.cdt.dsf.gdb.ui_2.7.100.202011181638.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (244.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.dsf.gdb.ui_2.7.100.202011181638.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (244.17kB)
[INFO] Unpacking org.eclipse.cdt.dsf.gdb.ui_2.7.100.202011181638...
[INFO] Fetching org.eclipse.cdt.dsf.ui_2.6.100.202011291939.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (355.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.dsf.ui_2.6.100.202011291939.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (355.38kB)
[INFO] Unpacking org.eclipse.cdt.dsf.ui_2.6.100.202011291939...
[INFO] Fetching org.eclipse.tm.terminal.control_5.1.0.202101301708.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (76.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tm.terminal.control_5.1.0.202101301708.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (76.57kB)
[INFO] Unpacking org.eclipse.tm.terminal.control_5.1.0.202101301708...
[INFO] Fetching org.eclipse.cdt.native_10.2.0.202102030214.jar from https://download.eclipse.org/staging/2021-03/features/ (19.15kB)
[INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (306.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (306.78kB)
[INFO] Unpacking org.eclipse.compare_3.7.1300.v20210114-0707...
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (176.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (176.89kB)
[INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706...
[INFO] Fetching org.eclipse.search_3.13.0.v20210120-0731.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (214.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.search_3.13.0.v20210120-0731.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (214.12kB)
[INFO] Unpacking org.eclipse.search_3.13.0.v20210120-0731...
[INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (130.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (130.04kB)
[INFO] Unpacking org.eclipse.ui.navigator_3.10.0.v20210111-1352...
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210111-1356.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (70.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210111-1356.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (70.18kB)
[INFO] Unpacking org.eclipse.ui.navigator.resources_3.8.0.v20210111-1356...
[INFO] Fetching org.eclipse.tools.templates.ui_1.2.100.202010121414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tools.templates.ui_1.2.100.202010121414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.45kB)
[INFO] Unpacking org.eclipse.tools.templates.ui_1.2.100.202010121414...
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (32.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (32.82kB)
[INFO] Unpacking org.eclipse.compare.core_3.6.1000.v20201020-1107...
[INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.85kB)
[INFO] Unpacking org.eclipse.core.externaltools_1.1.800.v20201105-0600...
[INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.78kB)
[INFO] Unpacking org.eclipse.core.net_1.3.1000.v20200715-0827...
[INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.86kB)
[INFO] Unpacking org.eclipse.equinox.security_1.3.600.v20210126-1005...
[INFO] Fetching org.eclipse.corrosion_1.1.0.202011201033.jar.pack.gz from https://download.eclipse.org/corrosion/releases/1.1.0/plugins/ (111.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.corrosion_1.1.0.202011201033.jar.pack.gz from https://download.eclipse.org/corrosion/releases/1.1.0/plugins/ (111.56kB)
[INFO] Unpacking org.eclipse.corrosion_1.1.0.202011201033...
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (51.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (51.41kB)
[INFO] Unpacking org.eclipse.ui.genericeditor_1.2.0.v20210129-1224...
[INFO] Fetching org.eclipse.lsp4e_0.13.4.202011121435.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (187.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.lsp4e_0.13.4.202011121435.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (187.32kB)
[INFO] Unpacking org.eclipse.lsp4e_0.13.4.202011121435...
[INFO] Fetching org.eclipse.tm4e.core_0.4.1.202006041920.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (60.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tm4e.core_0.4.1.202006041920.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (60.09kB)
[INFO] Unpacking org.eclipse.tm4e.core_0.4.1.202006041920...
[INFO] Fetching org.eclipse.tm4e.ui_0.4.1.202008270629.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (51.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tm4e.ui_0.4.1.202008270629.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (51.82kB)
[INFO] Unpacking org.eclipse.tm4e.ui_0.4.1.202008270629...
[INFO] Fetching org.eclipse.lsp4j.jsonrpc_0.10.0.v20201105-1103.jar from https://download.eclipse.org/staging/2021-03/plugins/ (131.38kB)
[INFO] Fetching org.eclipse.lsp4j_0.10.0.v20201105-1103.jar from https://download.eclipse.org/staging/2021-03/plugins/ (788.7kB)
[INFO] Fetching org.eclipse.tm4e.languageconfiguration_0.3.5.202007200903.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (40.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tm4e.languageconfiguration_0.3.5.202007200903.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (40.2kB)
[INFO] Unpacking org.eclipse.tm4e.languageconfiguration_0.3.5.202007200903...
[INFO] Fetching org.eclipse.corrosion.feature_1.1.0.202011201033.jar from https://download.eclipse.org/corrosion/releases/1.1.0/features/ (18.66kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.13kB)
[INFO] Unpacking org.eclipse.e4.ui.ide_3.15.200.v20210108-1832...
[INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.97kB)
[INFO] Unpacking org.eclipse.equinox.bidi_1.3.0.v20200612-1624...
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (32.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (32.04kB)
[INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504...
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (74.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (74.47kB)
[INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530...
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (108kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (108kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020...
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (50.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (50.79kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738...
[INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (55.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (55.38kB)
[INFO] Unpacking org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853...
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.42kB)
[INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (19.65kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.45kB)
[INFO] Unpacking org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (37.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (37.63kB)
[INFO] Unpacking org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.wikitext_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-03/plugins/ (363.95kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.markdown_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-03/plugins/ (85.43kB)
[INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (98.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (98.02kB)
[INFO] Unpacking org.eclipse.ui.browser_3.6.1100.v20210118-1327...
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210203-0750.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (48.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210203-0750.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (48.17kB)
[INFO] Unpacking org.eclipse.xtext.xbase.lib_2.25.0.v20210203-0750...
[INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (124.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (124.96kB)
[INFO] Unpacking org.eclipse.team.core_3.8.1100.v20200806-0621...
[INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210115-1514.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (491.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210115-1514.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (491.43kB)
[INFO] Unpacking org.eclipse.team.ui_3.8.1200.v20210115-1514...
[INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (88.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (88.99kB)
[INFO] Unpacking org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (222.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (222.89kB)
[INFO] Unpacking org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (107.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (107.68kB)
[INFO] Unpacking org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (73.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (73.36kB)
[INFO] Unpacking org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821...
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (114.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (114.11kB)
[INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220...
[INFO] Fetching org.jsoup_1.8.3.v20181012-1713.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (104.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.jsoup_1.8.3.v20181012-1713.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (104.95kB)
[INFO] Unpacking org.jsoup_1.8.3.v20181012-1713...
[INFO] Fetching org.jcodings_1.0.18.v20170306-1742.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.3MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.jcodings_1.0.18.v20170306-1742.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.3MB)
[INFO] Unpacking org.jcodings_1.0.18.v20170306-1742...
[INFO] Fetching org.joni_2.1.11.v20170306-1742.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (94.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.joni_2.1.11.v20170306-1742.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (94.65kB)
[INFO] Unpacking org.joni_2.1.11.v20170306-1742...
[INFO] Fetching org.eclipse.tm4e.registry_0.4.0.201911130739.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tm4e.registry_0.4.0.201911130739.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.93kB)
[INFO] Unpacking org.eclipse.tm4e.registry_0.4.0.201911130739...
[INFO] Fetching org.eclipse.tools.templates.core_1.2.0.202008310315.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tools.templates.core_1.2.0.202008310315.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.66kB)
[INFO] Unpacking org.eclipse.tools.templates.core_1.2.0.202008310315...
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (40.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (40.42kB)
[INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348...
[INFO] Fetching org.objectweb.asm_9.0.0.v20201001-1419.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (61.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.objectweb.asm_9.0.0.v20201001-1419.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (61.03kB)
[INFO] Unpacking org.objectweb.asm_9.0.0.v20201001-1419...
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (107.7MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (19.64MB of 107.7MB at 2.91MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (38.88MB of 107.7MB at 11.31MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (58.72MB of 107.7MB at 13.96MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (78.79MB of 107.7MB at 15.44MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (98.9MB of 107.7MB at 16.37MB/s)
[INFO] Fetching org.eclipse.cdt.core.linux.aarch64_6.0.100.202011041837.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.core.linux.aarch64_6.0.100.202011041837.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.71kB)
[INFO] Unpacking org.eclipse.cdt.core.linux.aarch64_6.0.100.202011041837...
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (117.42MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (19.8MB of 117.42MB at 19.72MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (39.08MB of 117.42MB at 19.5MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (58.61MB of 117.42MB at 19.51MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (77.8MB of 117.42MB at 19.43MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (95.43MB of 117.42MB at 19.08MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (115.11MB of 117.42MB at 18.65MB/s)
[INFO] Fetching org.eclipse.cdt.core.win32_6.0.200.202102030214.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.core.win32_6.0.200.202102030214.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.8kB)
[INFO] Unpacking org.eclipse.cdt.core.win32_6.0.200.202102030214...
[INFO] Fetching org.eclipse.cdt.core.win32.x86_64_6.0.100.202011060124.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (616.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.core.win32.x86_64_6.0.100.202011060124.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (616.67kB)
[INFO] Unpacking org.eclipse.cdt.core.win32.x86_64_6.0.100.202011060124...
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (118.66MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (18.93MB of 118.66MB at 18.64MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (38.88MB of 118.66MB at 19.29MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (58.47MB of 118.66MB at 19.39MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (78.21MB of 118.66MB at 19.48MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (97.6MB of 118.66MB at 19.46MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955.jar from https://download.eclipse.org/justj/jres/15/updates/release/15.0.2/plugins/ (117.51MB of 118.66MB at 19.72MB/s)
[INFO] Fetching org.eclipse.cdt.core.macosx_6.0.100.202011041837.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.cdt.core.macosx_6.0.100.202011041837.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.55kB)
[INFO] Unpacking org.eclipse.cdt.core.macosx_6.0.100.202011041837...
[INFO] The project's OSGi version is 4.19.0.20210201-0955
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ archive-template ---
[INFO] No match to regex 'epp\.package\.(\d*)' found in 'archive-template'. The initial value 'archive-template' is left as-is...
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ archive-template ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ archive-template ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/archive-template/src/main/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ archive-template ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ archive-template ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ archive-template ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ archive-template ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ archive-template ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.2.0:assemble-repository (default-assemble-repository) @ archive-template ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.2.0:archive-repository (default-archive-repository) @ archive-template ---
[INFO] Building zip: /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/archive-template/target/archive-template-4.19.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-eclipserun-plugin:2.2.0:eclipse-run (remove-uncategorized) @ archive-template ---
[INFO] Fetching p2.index from http://download.eclipse.org/releases/latest/ (122B)
[INFO] Adding repository http://download.eclipse.org/releases/latest
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/latest/ (465B)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-12/ (122B)
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2020-12/ (480B)
[INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2020-12/ (128B)
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/technology/epp/packages/2020-12/ (419B)
[INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2020-12/202012101200/ (102.59kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-12/202012161000/ (140B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2020-12/202012161000/ (823.24kB)
[INFO] Fetching 202012161000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-12/
[INFO] Fetching org.eclipse.osgi_3.16.100.v20201030-1916.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (468.96kB)
[INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (2.85MB)
[INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (71.46kB)
[INFO] Fetching org.eclipse.core.runtime_3.20.0.v20201027-1526.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.44kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.25kB)
[INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.67kB)
[INFO] Fetching org.eclipse.text_3.10.400.v20200925-0557.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (99.95kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.1000.v20200909-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (46.03kB)
[INFO] Fetching org.eclipse.debug.core_3.17.0.v20201109-1948.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (125.99kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.88kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.500.v20200928-2213.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.95kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.47kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.56kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.98kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (58.11kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.3kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (47.99kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (116.64kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (81.19kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.18kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.85kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (105.81kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.64kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.56kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (121.9kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (46.62kB)
[INFO] Fetching org.eclipse.jdt.core_3.24.0.v20201123-0742.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (6.89MB)
[INFO] Fetching org.eclipse.jdt.debug_3.17.0.v20201117-1145.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (900.98kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.0.v20201106-0848.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (282.53kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.2.100.v20201112-0408.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (927.67kB)
[INFO] Fetching org.eclipse.pde.core_3.14.100.v20201116-1221.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.33MB)
[INFO] Fetching org.objectweb.asm.tree_9.0.0.v20201001-1419.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.41kB)
[INFO] Fetching org.eclipse.pde.build_3.10.900.v20201111-1557.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (478.05kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/archive-template/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -install, /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/archive-template/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/archive-template/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/archive-template/target/eclipserun-work/data, -data, target/antrun-workspace, -application, org.eclipse.ant.core.antRunner, -buildfile, remove-categories.xml]
Buildfile: remove-categories.xml

remove-categories:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.2.0:archive-repository (re-archive-without-categories) @ archive-template ---
[INFO] Building zip: /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/archive-template/target/archive-template-4.19.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (copy-template-repo) @ archive-template ---
[INFO] Executing tasks
[INFO]      [copy] Copying 13 files to /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/archive/repository
[INFO] Executed tasks
[INFO] 
[INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.common >-----------
[INFO] Building org.eclipse.epp.package.common 4.19.0-SNAPSHOT            [2/4]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.common ---
[INFO] The project's OSGi version is 4.19.0.20210204-1200
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.common ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.common ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.common ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/target/org.eclipse.epp.package.common-4.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common ---
[INFO] 
[INFO] -------< org.eclipse.epp:org.eclipse.epp.package.common.feature >-------
[INFO] Building org.eclipse.epp.package.common.feature 4.19.0-SNAPSHOT    [3/4]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.common.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.common.feature ---
[INFO] Fetching com.sun.xml.bind_2.2.0.v20201118-1845.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (254.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.xml.bind_2.2.0.v20201118-1845.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (254.74kB)
[INFO] Unpacking com.sun.xml.bind_2.2.0.v20201118-1845...
[INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (55.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (55.41kB)
[INFO] Unpacking javax.xml.bind_2.2.0.v201105210648...
[INFO] Fetching com.sun.xml.bind_2.3.3.v20201118-1818.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (350.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.xml.bind_2.3.3.v20201118-1818.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (350.1kB)
[INFO] Unpacking com.sun.xml.bind_2.3.3.v20201118-1818...
[INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.78kB)
[INFO] Unpacking javax.activation_1.1.0.v201211130549...
[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 4.19.0.20210205-1441
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.common.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.common.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.common.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.common.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.common.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.rust/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/target/org.eclipse.epp.package.common.feature-4.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.common.feature ---
[INFO] 
[INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >--------------
[INFO] Building org.eclipse.epp-buildall 4.19.0-SNAPSHOT                  [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp-buildall ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp-buildall ---
[INFO] No match to regex 'epp\.package\.(\d*)' found in 'org.eclipse.epp-buildall'. The initial value 'org.eclipse.epp-buildall' is left as-is...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.epp-buildall 4.19.0-SNAPSHOT:
[INFO] 
[INFO] archive-template ................................... SUCCESS [02:26 min]
[INFO] org.eclipse.epp.package.common ..................... SUCCESS [  4.061 s]
[INFO] org.eclipse.epp.package.common.feature ............. SUCCESS [  1.849 s]
[INFO] org.eclipse.epp-buildall ........................... SUCCESS [  0.009 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:43 min
[INFO] Finished at: 2021-02-11T16:55:23Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "epp.package.rust" could not be activated because it does not exist.
Archiving artifacts
Finished: SUCCESS