Skip to content
Success

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-fb62h is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-fb62h"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.packaging.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-fb62h"
    - 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-fb62h"
    - 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-fb62h in workspace /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling
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.modeling/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.modeling] $ /bin/bash /tmp/jenkins17801320779758459690.sh
Creating /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/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.modeling</activeProfile>
  </activeProfiles>
</settings>
[epp.package.modeling] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.epp.packages/pom.xml -DPACKAGE=epp.package.modeling -DcontinueOnFail=true -Dmaven.repo.local=/home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/.repository clean verify --batch-mode --show-version -s/home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/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.modeling/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.modeling/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.modeling/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.modeling/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.modeling/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.modeling/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] 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] 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.modeling/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.modeling/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.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/pom.xml
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.0.v20200724-0708.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.0.v20200724-0708.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.99kB)
[INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.1.0.v20200724-0708...
[INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling.feature:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling.feature:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling.feature:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp:epp.package.modeling:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.modeling:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp:epp.package.modeling:4.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/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.package.modeling                        [eclipse-plugin]
[INFO] org.eclipse.epp.package.modeling.feature               [eclipse-feature]
[INFO] epp.package.modeling                                [eclipse-repository]
[INFO] org.eclipse.epp-buildall                                           [pom]
[INFO] 
[INFO] ------------------< org.eclipse.epp:archive-template >------------------
[INFO] Building archive-template 4.19.0-SNAPSHOT                          [1/7]
[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/ (22.16MB of 119.68MB at 21.82MB/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/ (45.62MB of 119.68MB at 22.64MB/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/ (69.66MB of 119.68MB at 23.07MB/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/ (91.37MB of 119.68MB at 22.75MB/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/ (113.68MB of 119.68MB at 22.65MB/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] 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/ (21.87MB of 107.7MB at 21.69MB/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/ (43.13MB of 107.7MB at 21.46MB/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/ (67.16MB of 107.7MB at 22.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/ (90.64MB of 107.7MB at 22.6MB/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/ (23.64MB of 117.42MB at 20.76MB/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/ (45.27MB of 117.42MB at 21.21MB/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/ (66.84MB of 117.42MB at 21.3MB/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/ (88.82MB of 117.42MB at 21.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/ (111.27MB of 117.42MB at 21.63MB/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/ (24.77MB of 118.66MB at 24.56MB/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/ (50.19MB of 118.66MB at 24.98MB/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/ (76.15MB of 118.66MB at 25.31MB/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/ (101.46MB of 118.66MB at 25.31MB/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.modeling/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.modeling/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.modeling/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.modeling/.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.modeling/org.eclipse.epp.packages/archive-template/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/archive-template/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/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.modeling/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.modeling/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/7]
[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.modeling/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.modeling/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.modeling/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.modeling/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/7]
[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.modeling/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.package.modeling >----------
[INFO] Building org.eclipse.epp.package.modeling 4.19.0-SNAPSHOT          [4/7]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.modeling ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.modeling ---
[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.modeling ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.modeling ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.modeling ---
[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.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.modeling ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.modeling ---
[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.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/src/test/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.modeling ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.modeling ---
[INFO] Building jar: /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/target/org.eclipse.epp.package.modeling-4.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.modeling ---
[INFO] 
[INFO] ------< org.eclipse.epp:org.eclipse.epp.package.modeling.feature >------
[INFO] Building org.eclipse.epp.package.modeling.feature 4.19.0-SNAPSHOT  [5/7]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.modeling.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.modeling.feature ---
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (107.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (107.05kB)
[INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902...
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (62.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (62.49kB)
[INFO] Unpacking com.sun.el_2.2.0.v201303151357...
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.35kB)
[INFO] Unpacking javax.el_2.2.0.v201303151357...
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://download.eclipse.org/staging/2021-03/plugins/ (108.23kB)
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.28MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.28MB)
[INFO] Unpacking com.sun.jna_4.5.1.v20190425-1842...
[INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (328.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (328.72kB)
[INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842...
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (55.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (55.65kB)
[INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158...
[INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (2.85MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (2.85MB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (143.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (143.98kB)
[INFO] Unpacking org.apache.commons.codec_1.14.0.v20200818-1422...
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.94kB)
[INFO] Unpacking org.apache.felix.gogo.command_1.1.2.v20210111-1007...
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (77.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (77.96kB)
[INFO] Unpacking org.apache.felix.gogo.runtime_1.1.4.v20210111-1007...
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.42kB)
[INFO] Unpacking org.apache.felix.gogo.shell_1.1.4.v20210111-1007...
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (333.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (333.69kB)
[INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311...
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (109.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (109.72kB)
[INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212...
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/staging/2021-03/plugins/ (2.36MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (696.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (696.23kB)
[INFO] Unpacking org.apache.lucene.analyzers-common_8.4.1.v20200122-1459...
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (962.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (962.55kB)
[INFO] Unpacking org.apache.lucene.core_8.4.1.v20200122-1459...
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (3.42MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (3.42MB)
[INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459...
[INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (71.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (71.46kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.17kB)
[INFO] Unpacking org.eclipse.core.databinding.beans_1.7.200.v20210111-0759...
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (93.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (93.41kB)
[INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023...
[INFO] Fetching org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.99kB)
[INFO] Unpacking org.eclipse.equinox.launcher_1.6.100.v20201223-0822...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.18kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.200.v20200915-2015.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (102.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.200.v20200915-2015.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (102.86kB)
[INFO] Unpacking org.eclipse.osgi.compatibility.state_1.2.200.v20200915-2015...
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20210122-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (69.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20210122-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (69.3kB)
[INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20210122-1532...
[INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (918.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (918.41kB)
[INFO] Unpacking org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210129-1709...
[INFO] Fetching org.eclipse.equinox.console_1.4.300.v20210126-1916.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (52.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.console_1.4.300.v20210126-1916.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (52.11kB)
[INFO] Unpacking org.eclipse.equinox.console_1.4.300.v20210126-1916...
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.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.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.13kB)
[INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832...
[INFO] Fetching org.eclipse.e4.rcp_4.19.0.v20210129-1709.jar from https://download.eclipse.org/staging/2021-03/features/ (20.99kB)
[INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (48.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (48.21kB)
[INFO] Unpacking org.eclipse.ecf_3.9.101.v20201027-0547...
[INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.04kB)
[INFO] Unpacking org.eclipse.ecf.identity_3.9.401.v20201027-0550...
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.22kB)
[INFO] Unpacking org.eclipse.equinox.concurrent_1.1.500.v20200106-1437...
[INFO] Fetching org.eclipse.ecf.core.feature_1.5.701.v20201027-0550.jar from https://download.eclipse.org/staging/2021-03/features/ (19.72kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.400.v20200611-2220.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.ssl_1.2.400.v20200611-2220.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.93kB)
[INFO] Unpacking org.eclipse.ecf.ssl_1.2.400.v20200611-2220...
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314.jar from https://download.eclipse.org/staging/2021-03/features/ (19.69kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.47kB)
[INFO] Unpacking org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315...
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (45.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (45.05kB)
[INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700...
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315.jar from https://download.eclipse.org/staging/2021-03/features/ (27.8kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.301.v20201025-0700.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.301.v20201025-0700.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.76kB)
[INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.301.v20201025-0700...
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303.jar from https://download.eclipse.org/staging/2021-03/features/ (27.92kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.35kB)
[INFO] Unpacking org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836...
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314.jar from https://download.eclipse.org/staging/2021-03/features/ (23.72kB)
[INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar from https://download.eclipse.org/staging/2021-03/features/ (19.03kB)
[INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar from https://download.eclipse.org/staging/2021-03/features/ (19.11kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.47kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (34.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (34.56kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.7.500.v20200915-1207.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.http.jetty_3.7.500.v20200915-1207.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.57kB)
[INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.500.v20200915-1207...
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.0.v20210120-1602.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (76.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.0.v20210120-1602.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (76.58kB)
[INFO] Unpacking org.eclipse.equinox.http.servlet_1.7.0.v20210120-1602...
[INFO] Fetching org.eclipse.jetty.http_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (225.08kB)
[INFO] Fetching org.eclipse.jetty.server_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (723.67kB)
[INFO] Fetching org.eclipse.jetty.servlet_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (154.16kB)
[INFO] Fetching org.eclipse.jetty.util_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (587.44kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.17kB)
[INFO] Unpacking org.eclipse.equinox.http.registry_1.2.0.v20200614-1851...
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.65kB)
[INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833...
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.69kB)
[INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833...
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (58.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (58.14kB)
[INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007...
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (39.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (39.3kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.1.500.v20210116-1227.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.console_1.1.500.v20210116-1227.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.99kB)
[INFO] Unpacking org.eclipse.equinox.p2.console_1.1.500.v20210116-1227...
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (47.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (47.99kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (46.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (46.61kB)
[INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344...
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.76kB)
[INFO] Unpacking org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.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.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.64kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (116.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (116.64kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (81.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (81.19kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.39kB)
[INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345...
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.94kB)
[INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246...
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.08kB)
[INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508...
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.900.v20210129-2007.jar from https://download.eclipse.org/staging/2021-03/features/ (19.67kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (37.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (37.85kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631.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.equinox.p2.directorywatcher_1.2.500.v20191211-1631.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.45kB)
[INFO] Unpacking org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631...
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (43.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (105.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (105.81kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.43kB)
[INFO] Unpacking org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911...
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.500.v20210116-1855.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.500.v20210116-1855.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.58kB)
[INFO] Unpacking org.eclipse.equinox.p2.reconciler.dropins_1.3.500.v20210116-1855...
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (122.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (122.23kB)
[INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107...
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1100.v20210129-2007.jar from https://download.eclipse.org/staging/2021-03/features/ (19.11kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (288.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (288.69kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216...
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.0.v20201012-1421.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (46.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.0.v20201012-1421.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (46.8kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.0.v20201012-1421...
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.9kB)
[INFO] Unpacking org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600...
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (71.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (71.54kB)
[INFO] Unpacking org.eclipse.equinox.security.ui_1.3.0.v20210121-0947...
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.79kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214...
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1100.v20210129-2007.jar from https://download.eclipse.org/staging/2021-03/features/ (19.02kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.0.v20210116-1227.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (62.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.0.v20210116-1227.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (62.93kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui.importexport_1.3.0.v20210116-1227...
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.63kB)
[INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738...
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1100.v20210129-2007.jar from https://download.eclipse.org/staging/2021-03/features/ (18.89kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.0.v20210121-0922.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.0.v20210121-0922.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.29kB)
[INFO] Unpacking org.eclipse.equinox.security.linux_1.0.0.v20210121-0922...
[INFO] Fetching org.eclipse.help.base_4.3.200.v20210129-1800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (164.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help.base_4.3.200.v20210129-1800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (164.06kB)
[INFO] Unpacking org.eclipse.help.base_4.3.200.v20210129-1800...
[INFO] Fetching org.eclipse.help.ui_4.2.200.v20210123-1004.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (203.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help.ui_4.2.200.v20210123-1004.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (203.35kB)
[INFO] Unpacking org.eclipse.help.ui_4.2.200.v20210123-1004...
[INFO] Fetching org.eclipse.help.webapp_3.10.200.v20210128-0747.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (310.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help.webapp_3.10.200.v20210128-0747.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (310.79kB)
[INFO] Unpacking org.eclipse.help.webapp_3.10.200.v20210128-0747...
[INFO] Fetching org.eclipse.jetty.continuation_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (31.76kB)
[INFO] Fetching org.eclipse.jetty.io_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (179.95kB)
[INFO] Fetching org.eclipse.jetty.security_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (126.79kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (72.51kB)
[INFO] Fetching org.eclipse.help_2.3.500.v20210129-1800.jar from https://download.eclipse.org/staging/2021-03/features/ (19.54kB)
[INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.71kB)
[INFO] Unpacking org.eclipse.jsch.core_1.3.900.v20200422-1935...
[INFO] Fetching org.eclipse.jsch.ui_1.3.1100.v20200916-0731.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (34.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jsch.ui_1.3.1100.v20200916-0731.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (34.59kB)
[INFO] Unpacking org.eclipse.jsch.ui_1.3.1100.v20200916-0731...
[INFO] Fetching org.eclipse.platform.doc.user_4.19.0.v20210105-0920.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (6.62MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.platform.doc.user_4.19.0.v20210105-0920.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (6.62MB)
[INFO] Unpacking org.eclipse.platform.doc.user_4.19.0.v20210105-0920...
[INFO] Fetching org.eclipse.text.quicksearch_1.1.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.text.quicksearch_1.1.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.89kB)
[INFO] Unpacking org.eclipse.text.quicksearch_1.1.0.v20210120-0733...
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.100.v20210108-1131.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.83MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.100.v20210108-1131.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.83MB)
[INFO] Unpacking org.eclipse.ui.intro.universal_3.4.100.v20210108-1131...
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (150.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (150.08kB)
[INFO] Unpacking org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039...
[INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.58kB)
[INFO] Unpacking org.eclipse.ui.monitoring_1.2.0.v20210111-1353...
[INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.83kB)
[INFO] Unpacking org.eclipse.ui.net_1.3.800.v20200422-1935...
[INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (65.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (65.62kB)
[INFO] Unpacking org.eclipse.ui.externaltools_3.4.900.v20201105-0600...
[INFO] Fetching org.eclipse.ui.ide.application_1.4.0.v20210122-1423.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (56.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide.application_1.4.0.v20210122-1423.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (56.26kB)
[INFO] Unpacking org.eclipse.ui.ide.application_1.4.0.v20210122-1423...
[INFO] Fetching org.eclipse.ui.themes_1.2.1300.v20210108-1832.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (30.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.themes_1.2.1300.v20210108-1832.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (30.45kB)
[INFO] Unpacking org.eclipse.ui.themes_1.2.1300.v20210108-1832...
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.83kB)
[INFO] Unpacking org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524...
[INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20210122-1423.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (85.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20210122-1423.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (85.04kB)
[INFO] Unpacking org.eclipse.ui.views.log_1.2.1400.v20210122-1423...
[INFO] Fetching org.eclipse.platform_4.19.0.v20210129-2007.jar from https://download.eclipse.org/staging/2021-03/features/ (20.58kB)
[INFO] Fetching org.eclipse.platform_root_4.19.0.v20210129-2007 from https://download.eclipse.org/staging/2021-03/binary/ (196B)
[INFO] Fetching org.eclipse.platform.ide.executable.gtk.linux.x86_64_4.19.0.I20210129-1800 from https://download.eclipse.org/staging/2021-03/binary/ (35.58kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.700.v20200907-1237.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (42.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.update.configurator_3.4.700.v20200907-1237.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (42.69kB)
[INFO] Unpacking org.eclipse.update.configurator_3.4.700.v20200907-1237...
[INFO] Fetching org.eclipse.rcp_4.19.0.v20210129-1800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.rcp_4.19.0.v20210129-1800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.41kB)
[INFO] Unpacking org.eclipse.rcp_4.19.0.v20210129-1800...
[INFO] Fetching org.eclipse.rcp_4.19.0.v20210129-1800.jar from https://download.eclipse.org/staging/2021-03/features/ (19.12kB)
[INFO] Fetching org.eclipse.rcp_root_4.19.0.v20210129-1800 from https://download.eclipse.org/staging/2021-03/binary/ (25.08kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.100.v20200805-0859.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.100.v20200805-0859.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.03kB)
[INFO] Unpacking org.eclipse.core.filesystem.linux.aarch64_1.4.100.v20200805-0859...
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.100.v20210122-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (81.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.100.v20210122-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (81.04kB)
[INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.100.v20210122-1532...
[INFO] Fetching org.eclipse.platform.ide.executable.gtk.linux.aarch64_4.19.0.I20210129-1800 from https://download.eclipse.org/staging/2021-03/binary/ (43.19kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.3kB)
[INFO] Unpacking org.apache.httpcomponents.httpclient.win_4.5.10.v20200830-2311...
[INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.56kB)
[INFO] Unpacking org.eclipse.compare.win32_1.2.800.v20200127-1343...
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (36.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (36.57kB)
[INFO] Unpacking org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909...
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.44kB)
[INFO] Unpacking org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337...
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.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.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (56.91kB)
[INFO] Unpacking org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909...
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210122-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (81.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210122-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (81.74kB)
[INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210122-1532...
[INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (682.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (682.93kB)
[INFO] Unpacking org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210129-1709...
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.89kB)
[INFO] Unpacking org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132...
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.300.v20200816-1842.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.300.v20200816-1842.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.35kB)
[INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.300.v20200816-1842...
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (37.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (37.04kB)
[INFO] Unpacking org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919...
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.36kB)
[INFO] Unpacking org.eclipse.ui.win32_3.4.400.v20200414-1247...
[INFO] Fetching org.eclipse.platform.ide.executable.win32.win32.x86_64_4.19.0.I20210129-1800 from https://download.eclipse.org/staging/2021-03/binary/ (154.17kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.18kB)
[INFO] Unpacking org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945...
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656...
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20210122-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (39.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20210122-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (39.44kB)
[INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20210122-1532...
[INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (651.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (651.65kB)
[INFO] Unpacking org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210129-1709...
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.56kB)
[INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934...
[INFO] Fetching org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.19.0.I20210129-1800 from https://download.eclipse.org/staging/2021-03/binary/ (239.17kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.61kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.ui.cocoa_1.2.400.v20191217-1850...
[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.modeling.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.modeling.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.modeling.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/target/org.eclipse.epp.package.modeling.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.modeling.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.modeling.feature ---
[INFO] 
[INFO] ----------------< org.eclipse.epp:epp.package.modeling >----------------
[INFO] Building epp.package.modeling 4.19.0-SNAPSHOT                      [6/7]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.modeling ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.modeling ---
[INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.59kB)
[INFO] Unpacking javax.xml.stream_1.0.1.v201004272200...
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24kB)
[INFO] Unpacking org.slf4j.api_1.7.30.v20200204-2150...
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (743.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (743.15kB)
[INFO] Unpacking com.google.guava_27.1.0.v20190517-1946...
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (141.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (141.49kB)
[INFO] Unpacking com.google.inject_3.0.0.v201605172100...
[INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (170.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (170.74kB)
[INFO] Unpacking io.github.classgraph_4.8.35.v20190528-1517...
[INFO] Fetching javaewah_1.1.7.v20200107-0831.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (58.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javaewah_1.1.7.v20200107-0831.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (58.39kB)
[INFO] Unpacking javaewah_1.1.7.v20200107-0831...
[INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (42.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (42.41kB)
[INFO] Unpacking net.i2p.crypto.eddsa_0.3.0.v20181102-1323...
[INFO] Fetching org.antlr.runtime_4.7.2.v20200218-0804.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (121.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.antlr.runtime_4.7.2.v20200218-0804.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (121.85kB)
[INFO] Unpacking org.antlr.runtime_4.7.2.v20200218-0804...
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (504.53kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (259.85kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from https://download.eclipse.org/staging/2021-03/plugins/ (107.88kB)
[INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (453.74kB)
[INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (387.41kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (54.9kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (99.44kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (161.06kB)
[INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (35.81kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from https://download.eclipse.org/staging/2021-03/plugins/ (498.28kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (79.12kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (183.86kB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (30.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (30.07kB)
[INFO] Unpacking org.apache.commons.cli_1.4.0.v20200417-1444...
[INFO] Fetching org.apache.commons.compress_1.19.0.v20200106-2343.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (216.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.compress_1.19.0.v20200106-2343.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (216.24kB)
[INFO] Unpacking org.apache.commons.compress_1.19.0.v20200106-2343...
[INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (112.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (112.66kB)
[INFO] Unpacking org.apache.commons.httpclient_3.1.0.v201012070820...
[INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.49MB)
[INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from https://download.eclipse.org/staging/2021-03/plugins/ (2.47MB)
[INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from https://download.eclipse.org/staging/2021-03/plugins/ (433.33kB)
[INFO] Fetching org.apache.sshd.osgi_2.4.0.v20200318-1614.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (458.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.sshd.osgi_2.4.0.v20200318-1614.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (458.17kB)
[INFO] Unpacking org.apache.sshd.osgi_2.4.0.v20200318-1614...
[INFO] Fetching org.apache.sshd.sftp_2.4.0.v20200319-1547.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (114.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.sshd.sftp_2.4.0.v20200319-1547.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (114.53kB)
[INFO] Unpacking org.apache.sshd.sftp_2.4.0.v20200319-1547...
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.29MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (45.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (45.51kB)
[INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (122.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (122.3kB)
[INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400...
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.57kB)
[INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900...
[INFO] Fetching org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (95.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (95.78kB)
[INFO] Unpacking org.bouncycastle.bcpg_1.65.0.v20200527-1955...
[INFO] Fetching org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.2MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.2MB)
[INFO] Unpacking org.bouncycastle.bcprov_1.65.1.v20200529-1514...
[INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202002210922.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202002210922.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.64kB)
[INFO] Unpacking org.eclipse.acceleo.annotations_7.0.0.202002210922...
[INFO] Fetching org.eclipse.acceleo.query_7.0.0.202002210922.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (146.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.acceleo.query_7.0.0.202002210922.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (146.9kB)
[INFO] Unpacking org.eclipse.acceleo.query_7.0.0.202002210922...
[INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.10.202002210922.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (56.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.10.202002210922.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (56.99kB)
[INFO] Unpacking org.eclipse.acceleo.ui.interpreter_3.7.10.202002210922...
[INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (109.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (109.05kB)
[INFO] Unpacking org.eclipse.emf.edit.ui_2.19.0.v20200917-1406...
[INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (102.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (102.05kB)
[INFO] Unpacking org.eclipse.ant.launching_1.2.1000.v20200610-1458...
[INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20201231-1226.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (282.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20201231-1226.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (282.41kB)
[INFO] Unpacking org.eclipse.jdt.launching_3.19.100.v20201231-1226...
[INFO] Fetching org.eclipse.jdt.core_3.25.0.v20210127-1954.jar from https://download.eclipse.org/staging/2021-03/plugins/ (6.91MB)
[INFO] Fetching org.eclipse.ant.ui_3.7.1100.v20210115-1521.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (475.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.ui_3.7.1100.v20210115-1521.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (475.33kB)
[INFO] Unpacking org.eclipse.ant.ui_3.7.1100.v20210115-1521...
[INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210129-1145.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (3.94MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210129-1145.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (3.94MB)
[INFO] Unpacking org.eclipse.jdt.ui_3.22.100.v20210129-1145...
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.200.v20210125-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.junit_3.11.1100.v20210128-0954.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (232.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit_3.11.1100.v20210128-0954.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (232.04kB)
[INFO] Unpacking org.eclipse.jdt.junit_3.11.1100.v20210128-0954...
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (215.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (215.67kB)
[INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308...
[INFO] Fetching org.eclipse.draw2d.doc.isv_3.10.100.201606061308.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.draw2d.doc.isv_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.1MB)
[INFO] Unpacking org.eclipse.draw2d.doc.isv_3.10.100.201606061308...
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from https://download.eclipse.org/staging/2021-03/features/ (19.51kB)
[INFO] Fetching org.eclipse.draw2d.sdk_3.10.100.201606061308.jar from https://download.eclipse.org/staging/2021-03/features/ (19.59kB)
[INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from https://download.eclipse.org/staging/2021-03/plugins/ (524.47kB)
[INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from https://download.eclipse.org/staging/2021-03/features/ (19.38kB)
[INFO] Fetching org.eclipse.e4.tools.emf.editor3x_4.7.600.v20200723-1429.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.tools.emf.editor3x_4.7.600.v20200723-1429.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.54kB)
[INFO] Unpacking org.eclipse.e4.tools.emf.editor3x_4.7.600.v20200723-1429...
[INFO] Fetching org.eclipse.e4.tools.emf.ui_4.6.1000.v20201009-1503.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (379.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.tools.emf.ui_4.6.1000.v20201009-1503.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (379.25kB)
[INFO] Unpacking org.eclipse.e4.tools.emf.ui_4.6.1000.v20201009-1503...
[INFO] Fetching org.eclipse.e4.tools.compat_4.8.100.v20210102-0921.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.tools.compat_4.8.100.v20210102-0921.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.21kB)
[INFO] Unpacking org.eclipse.e4.tools.compat_4.8.100.v20210102-0921...
[INFO] Fetching org.eclipse.e4.tools.services_4.8.400.v20200217-1142.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.tools.services_4.8.400.v20200217-1142.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.49kB)
[INFO] Unpacking org.eclipse.e4.tools.services_4.8.400.v20200217-1142...
[INFO] Fetching org.eclipse.e4.tools_4.9.0.v20200923-1123.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (47.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.tools_4.9.0.v20200923-1123.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (47.95kB)
[INFO] Unpacking org.eclipse.e4.tools_4.9.0.v20200923-1123...
[INFO] Fetching org.eclipse.e4.tools.jdt.templates_4.8.400.v20191115-2149.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.tools.jdt.templates_4.8.400.v20191115-2149.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.31kB)
[INFO] Unpacking org.eclipse.e4.tools.jdt.templates_4.8.400.v20191115-2149...
[INFO] Fetching org.eclipse.e4.core.tools.feature_4.19.0.v20210102-0921.jar from https://download.eclipse.org/staging/2021-03/features/ (19.03kB)
[INFO] Fetching org.eclipse.e4.core.services.source_2.2.600.v20210110-1654.jar from https://download.eclipse.org/staging/2021-03/plugins/ (60.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.0.v20201230-1610.jar from https://download.eclipse.org/staging/2021-03/plugins/ (94.57kB)
[INFO] Fetching org.eclipse.e4.core.commands.source_0.13.0.v20201119-1132.jar from https://download.eclipse.org/staging/2021-03/plugins/ (21.58kB)
[INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.0.v20201119-1132.jar from https://download.eclipse.org/staging/2021-03/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.1000.v20210111-0958.jar from https://download.eclipse.org/staging/2021-03/plugins/ (376.07kB)
[INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from https://download.eclipse.org/staging/2021-03/plugins/ (22.37kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.0.v20201125-0918.jar from https://download.eclipse.org/staging/2021-03/plugins/ (139.58kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.source_1.12.100.v20210122-1731.jar from https://download.eclipse.org/staging/2021-03/plugins/ (163.88kB)
[INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.0.v20201015-0653.jar from https://download.eclipse.org/staging/2021-03/plugins/ (206.25kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.100.v20201217-1340.jar from https://download.eclipse.org/staging/2021-03/plugins/ (163.68kB)
[INFO] Fetching org.apache.batik.css.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/staging/2021-03/plugins/ (319.46kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/staging/2021-03/plugins/ (52.19kB)
[INFO] Fetching org.apache.batik.util.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/staging/2021-03/plugins/ (126.65kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/staging/2021-03/plugins/ (89.33kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.29kB)
[INFO] Unpacking org.w3c.dom.smil.source_1.0.1.v200903091627...
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/staging/2021-03/plugins/ (39.54kB)
[INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from https://download.eclipse.org/staging/2021-03/plugins/ (22.39kB)
[INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from https://download.eclipse.org/staging/2021-03/plugins/ (57.91kB)
[INFO] Fetching org.eclipse.e4.core.di.source_1.7.700.v20210128-2123.jar from https://download.eclipse.org/staging/2021-03/plugins/ (44.5kB)
[INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar from https://download.eclipse.org/staging/2021-03/plugins/ (42.13kB)
[INFO] Fetching org.apache.batik.i18n.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/staging/2021-03/plugins/ (20.2kB)
[INFO] Fetching org.apache.batik.constants.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.72kB)
[INFO] Fetching org.apache.xmlgraphics.source_2.4.0.v20200622-2037.jar from https://download.eclipse.org/staging/2021-03/plugins/ (677.47kB)
[INFO] Fetching org.apache.commons.io.source_2.6.0.v20190123-2029.jar from https://download.eclipse.org/staging/2021-03/plugins/ (293.37kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/staging/2021-03/plugins/ (85.46kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.6kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.0.v20201026-1147.jar from https://download.eclipse.org/staging/2021-03/plugins/ (22.72kB)
[INFO] Fetching org.eclipse.e4.ui.di.source_1.3.0.v20210101-1117.jar from https://download.eclipse.org/staging/2021-03/plugins/ (17.32kB)
[INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.800.v20201021-1339.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.4kB)
[INFO] Fetching org.eclipse.equinox.common.source_3.14.0.v20201102-2053.jar from https://download.eclipse.org/staging/2021-03/plugins/ (144.54kB)
[INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from https://download.eclipse.org/staging/2021-03/plugins/ (278.04kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.5.600.v20201208-1445.jar from https://download.eclipse.org/staging/2021-03/plugins/ (28.29kB)
[INFO] Fetching org.eclipse.core.commands.source_3.9.800.v20201021-1339.jar from https://download.eclipse.org/staging/2021-03/plugins/ (150.67kB)
[INFO] Fetching org.eclipse.core.contenttype.source_3.7.900.v20210111-0918.jar from https://download.eclipse.org/staging/2021-03/plugins/ (81.97kB)
[INFO] Fetching org.eclipse.core.databinding.source_1.10.100.v20200926-1123.jar from https://download.eclipse.org/staging/2021-03/plugins/ (145.76kB)
[INFO] Fetching org.eclipse.core.databinding.beans.source_1.7.200.v20210111-0759.jar from https://download.eclipse.org/staging/2021-03/plugins/ (75.48kB)
[INFO] Fetching org.eclipse.core.databinding.observable.source_1.10.0.v20200730-0848.jar from https://download.eclipse.org/staging/2021-03/plugins/ (208kB)
[INFO] Fetching org.eclipse.core.databinding.property.source_1.8.100.v20200619-0651.jar from https://download.eclipse.org/staging/2021-03/plugins/ (94.56kB)
[INFO] Fetching org.eclipse.core.expressions.source_3.7.100.v20210111-0815.jar from https://download.eclipse.org/staging/2021-03/plugins/ (86.87kB)
[INFO] Fetching org.eclipse.core.jobs.source_3.10.1100.v20210111-0815.jar from https://download.eclipse.org/staging/2021-03/plugins/ (107.64kB)
[INFO] Fetching org.eclipse.core.runtime.source_3.20.100.v20210111-0815.jar from https://download.eclipse.org/staging/2021-03/plugins/ (84.15kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.5.0.v20200717-0620.jar from https://download.eclipse.org/staging/2021-03/plugins/ (76.51kB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.6.100.v20201223-0822.jar from https://download.eclipse.org/staging/2021-03/plugins/ (43.68kB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.8.100.v20201102-2042.jar from https://download.eclipse.org/staging/2021-03/plugins/ (115.63kB)
[INFO] Fetching org.eclipse.equinox.registry.source_3.10.0.v20201107-1818.jar from https://download.eclipse.org/staging/2021-03/plugins/ (176.16kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.3.600.v20200721-1308.jar from https://download.eclipse.org/staging/2021-03/plugins/ (37.39kB)
[INFO] Fetching org.eclipse.osgi.source_3.16.200.v20210122-1907.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.13MB)
[INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.200.v20200915-2015.jar from https://download.eclipse.org/staging/2021-03/plugins/ (143.03kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.9.0.v20200511-1725.jar from https://download.eclipse.org/staging/2021-03/plugins/ (244.91kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.5.300.v20190708-1141.jar from https://download.eclipse.org/staging/2021-03/plugins/ (63.54kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.116.0.v20210129-1709.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64.source_3.116.0.v20210129-1709.jar from https://download.eclipse.org/staging/2021-03/plugins/ (66.24kB)
[INFO] Fetching org.eclipse.jface.source_3.22.100.v20210126-0831.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1,022.85kB)
[INFO] Fetching org.eclipse.jface.databinding.source_1.12.200.v20210111-0911.jar from https://download.eclipse.org/staging/2021-03/plugins/ (230.28kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.500.v20201021-1339.jar from https://download.eclipse.org/staging/2021-03/plugins/ (17.72kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from https://download.eclipse.org/staging/2021-03/plugins/ (38.47kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/staging/2021-03/plugins/ (114.26kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/staging/2021-03/plugins/ (48.31kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.300.v20210126-1916.jar from https://download.eclipse.org/staging/2021-03/plugins/ (84.39kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.100.v20201221-2332.jar from https://download.eclipse.org/staging/2021-03/plugins/ (77.5kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.3.0.v20200612-1624.jar from https://download.eclipse.org/staging/2021-03/plugins/ (63.5kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.2.100.v20201109-2317.jar from https://download.eclipse.org/staging/2021-03/plugins/ (39.1kB)
[INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (180.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (180.32kB)
[INFO] Unpacking org.apache.commons.jxpath.source_1.3.0.v200911051830...
[INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.800.v20200609-0849.jar from https://download.eclipse.org/staging/2021-03/plugins/ (52.39kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.41kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.48kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.15.800.v20210110-1654.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19.8kB)
[INFO] Fetching org.eclipse.urischeme.source_1.1.300.v20210113-1544.jar from https://download.eclipse.org/staging/2021-03/plugins/ (44.3kB)
[INFO] Fetching org.eclipse.jface.notifications.source_0.3.0.v20210108-1216.jar from https://download.eclipse.org/staging/2021-03/plugins/ (15.75kB)
[INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/staging/2021-03/plugins/ (163.15kB)
[INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/staging/2021-03/plugins/ (912.59kB)
[INFO] Fetching org.eclipse.e4.rcp.source_4.19.0.v20210129-1709.jar from https://download.eclipse.org/staging/2021-03/features/ (19.94kB)
[INFO] Fetching org.eclipse.pde.core_3.14.200.v20210121-1507.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.33MB)
[INFO] Fetching org.eclipse.pde.ui_3.13.0.v20210121-1129.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.45MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ui_3.13.0.v20210121-1129.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.45MB)
[INFO] Unpacking org.eclipse.pde.ui_3.13.0.v20210121-1129...
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (96.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (96.81kB)
[INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401...
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (30.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (30.39kB)
[INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.55kB)
[INFO] Unpacking org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340...
[INFO] Fetching org.eclipse.ecf.source_3.9.101.v20201027-0547.jar from https://download.eclipse.org/staging/2021-03/plugins/ (102.76kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.401.v20201027-0550.jar from https://download.eclipse.org/staging/2021-03/plugins/ (53.05kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.701.v20201027-0550.jar from https://download.eclipse.org/staging/2021-03/features/ (20.99kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.400.v20200611-2220.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.61kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.500.v20200812-2314.jar from https://download.eclipse.org/staging/2021-03/features/ (21.05kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.101.v20201025-2315.jar from https://download.eclipse.org/staging/2021-03/plugins/ (76.02kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.601.v20201025-0700.jar from https://download.eclipse.org/staging/2021-03/plugins/ (86kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1702.v20201025-2315.jar from https://download.eclipse.org/staging/2021-03/features/ (29.2kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.301.v20201025-0700.jar from https://download.eclipse.org/staging/2021-03/plugins/ (52.56kB)
[INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/staging/2021-03/plugins/ (374.24kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.10.v20200830-2311.jar from https://download.eclipse.org/staging/2021-03/plugins/ (965.36kB)
[INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.12.v20200108-1212.jar from https://download.eclipse.org/staging/2021-03/plugins/ (431.64kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.702.v20201025-2303.jar from https://download.eclipse.org/staging/2021-03/features/ (29.37kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.200.v20200611-1836.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.47kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.400.v20200812-2314.jar from https://download.eclipse.org/staging/2021-03/features/ (25.13kB)
[INFO] Fetching org.eclipse.eef_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-03/plugins/ (213.21kB)
[INFO] Fetching org.eclipse.eef.common_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-03/plugins/ (27.82kB)
[INFO] Fetching org.eclipse.eef.common.ui_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-03/plugins/ (22.61kB)
[INFO] Fetching org.eclipse.eef.core_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-03/plugins/ (84.79kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (18.7kB)
[INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-03/plugins/ (16.6kB)
[INFO] Fetching org.eclipse.eef.ext.widgets.reference_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-03/plugins/ (41.78kB)
[INFO] Fetching org.eclipse.eef.ide.ui_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-03/plugins/ (163.22kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (59.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (59.59kB)
[INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402...
[INFO] Fetching org.eclipse.sirius.ext.ide_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19.13kB)
[INFO] Fetching org.eclipse.eef.ide.ui.ext.widgets.reference_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-03/plugins/ (72.03kB)
[INFO] Fetching org.eclipse.eef.ide.ui.properties_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-03/plugins/ (22.39kB)
[INFO] Fetching org.eclipse.eef.properties.ui_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-03/plugins/ (102.95kB)
[INFO] Fetching org.eclipse.eef.properties.ui.legacy_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-03/plugins/ (70.21kB)
[INFO] Fetching org.eclipse.egit.core_5.11.0.202102031030-m2.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (168.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.egit.core_5.11.0.202102031030-m2.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (168.72kB)
[INFO] Unpacking org.eclipse.egit.core_5.11.0.202102031030-m2...
[INFO] Fetching org.eclipse.jgit_5.11.0.202102031030-m2.jar from https://download.eclipse.org/staging/2021-03/plugins/ (2.64MB)
[INFO] Fetching org.eclipse.jgit.http.apache_5.11.0.202102031030-m2.jar from https://download.eclipse.org/staging/2021-03/plugins/ (25.02kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache_5.11.0.202102031030-m2.jar from https://download.eclipse.org/staging/2021-03/plugins/ (171.52kB)
[INFO] Fetching org.eclipse.egit.ui_5.11.0.202102031030-m2.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.16MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.egit.ui_5.11.0.202102031030-m2.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.16MB)
[INFO] Unpacking org.eclipse.egit.ui_5.11.0.202102031030-m2...
[INFO] Fetching org.eclipse.egit_5.11.0.202102031030-m2.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.egit_5.11.0.202102031030-m2.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.51kB)
[INFO] Unpacking org.eclipse.egit_5.11.0.202102031030-m2...
[INFO] Fetching org.eclipse.egit.doc_5.11.0.202102031030-m2.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (4.37MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.egit.doc_5.11.0.202102031030-m2.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (4.37MB)
[INFO] Unpacking org.eclipse.egit.doc_5.11.0.202102031030-m2...
[INFO] Fetching org.eclipse.egit_5.11.0.202102031030-m2.jar from https://download.eclipse.org/staging/2021-03/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.26kB)
[INFO] Unpacking org.eclipse.emf.ant_2.11.0.v20200324-0723...
[INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (126.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (126.92kB)
[INFO] Unpacking org.eclipse.emf.codegen_2.21.0.v20200708-0547...
[INFO] Fetching org.eclipse.emf.cdo_4.13.0.v20210202-0926.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (285.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo_4.13.0.v20210202-0926.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (285.08kB)
[INFO] Unpacking org.eclipse.emf.cdo_4.13.0.v20210202-0926...
[INFO] Fetching org.eclipse.emf.cdo.common_4.13.0.v20210202-0951.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (177.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.common_4.13.0.v20210202-0951.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (177.02kB)
[INFO] Unpacking org.eclipse.emf.cdo.common_4.13.0.v20210202-0951...
[INFO] Fetching org.eclipse.emf.cdo.admin_4.2.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.admin_4.2.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.21kB)
[INFO] Unpacking org.eclipse.emf.cdo.admin_4.2.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.net4j_4.4.1.v20210125-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (63.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.net4j_4.4.1.v20210125-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (63.55kB)
[INFO] Unpacking org.eclipse.emf.cdo.net4j_4.4.1.v20210125-1648...
[INFO] Fetching org.eclipse.net4j_4.11.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (64.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j_4.11.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (64.97kB)
[INFO] Unpacking org.eclipse.net4j_4.11.1.v20210118-1607...
[INFO] Fetching org.eclipse.net4j.util_3.14.0.v20210202-0926.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (228.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.util_3.14.0.v20210202-0926.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (228.59kB)
[INFO] Unpacking org.eclipse.net4j.util_3.14.0.v20210202-0926...
[INFO] Fetching org.eclipse.emf.cdo.compare_4.5.0.v20210203-1008.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.compare_4.5.0.v20210203-1008.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.4kB)
[INFO] Unpacking org.eclipse.emf.cdo.compare_4.5.0.v20210203-1008...
[INFO] Fetching org.eclipse.emf.compare_3.5.3.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (182.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare_3.5.3.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (182.22kB)
[INFO] Unpacking org.eclipse.emf.compare_3.5.3.202102081414...
[INFO] Fetching org.eclipse.emf.compare.rcp_2.5.2.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.rcp_2.5.2.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.4kB)
[INFO] Unpacking org.eclipse.emf.compare.rcp_2.5.2.202102081414...
[INFO] Fetching org.eclipse.emf.cdo.ui.compare_4.6.1.v20210125-1707.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.ui.compare_4.6.1.v20210125-1707.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.23kB)
[INFO] Unpacking org.eclipse.emf.cdo.ui.compare_4.6.1.v20210125-1707...
[INFO] Fetching org.eclipse.emf.cdo.compare_4.7.0.v20210203-1008.jar from https://download.eclipse.org/staging/2021-03/features/ (28.41kB)
[INFO] Fetching org.eclipse.emf.cdo.doc_4.2.3.v20210118-1607.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.83MB)
[INFO] Fetching org.eclipse.emf.cdo.doc_4.3.3.v20210118-1607.jar from https://download.eclipse.org/staging/2021-03/features/ (28.37kB)
[INFO] Fetching org.eclipse.emf.cdo.edit_4.5.4.v20210125-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.edit_4.5.4.v20210125-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.13kB)
[INFO] Unpacking org.eclipse.emf.cdo.edit_4.5.4.v20210125-1648...
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (61.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (61.15kB)
[INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451...
[INFO] Fetching org.eclipse.emf.cdo.migrator_3.2.3.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.migrator_3.2.3.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.6kB)
[INFO] Unpacking org.eclipse.emf.cdo.migrator_3.2.3.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.epp_4.13.0.v20210203-1008.jar from https://download.eclipse.org/staging/2021-03/features/ (28.44kB)
[INFO] Fetching org.eclipse.emf.cdo.examples.installer_4.2.4.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.04MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.examples.installer_4.2.4.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.04MB)
[INFO] Unpacking org.eclipse.emf.cdo.examples.installer_4.2.4.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.examples.installer_4.3.4.v20210118-1607.jar from https://download.eclipse.org/staging/2021-03/features/ (28.36kB)
[INFO] Fetching org.eclipse.emf.cdo.explorer_4.9.0.v20210202-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (52.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.explorer_4.9.0.v20210202-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (52.47kB)
[INFO] Unpacking org.eclipse.emf.cdo.explorer_4.9.0.v20210202-1146...
[INFO] Fetching org.eclipse.emf.cdo.workspace_4.3.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.workspace_4.3.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.28kB)
[INFO] Unpacking org.eclipse.emf.cdo.workspace_4.3.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.server_4.12.0.v20210125-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (157.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.server_4.12.0.v20210125-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (157.38kB)
[INFO] Unpacking org.eclipse.emf.cdo.server_4.12.0.v20210125-1648...
[INFO] Fetching org.eclipse.emf.cdo.server.db_4.10.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (122.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.server.db_4.10.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (122.96kB)
[INFO] Unpacking org.eclipse.emf.cdo.server.db_4.10.0.v20210118-1607...
[INFO] Fetching org.eclipse.net4j.db.h2_4.5.0.v20210202-0935.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.db.h2_4.5.0.v20210202-0935.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.84kB)
[INFO] Unpacking org.eclipse.net4j.db.h2_4.5.0.v20210202-0935...
[INFO] Fetching org.eclipse.emf.cdo.explorer.ui_4.7.1.v20210203-0914.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (155.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.explorer.ui_4.7.1.v20210203-0914.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (155.45kB)
[INFO] Unpacking org.eclipse.emf.cdo.explorer.ui_4.7.1.v20210203-0914...
[INFO] Fetching org.eclipse.net4j.ui.shared_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (38.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.ui.shared_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (38.65kB)
[INFO] Unpacking org.eclipse.net4j.ui.shared_4.5.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.ui_4.9.1.v20210202-1237.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (150.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.ui_4.9.1.v20210202-1237.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (150.3kB)
[INFO] Unpacking org.eclipse.emf.cdo.ui_4.9.1.v20210202-1237...
[INFO] Fetching org.eclipse.emf.cdo.ui.shared_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (74.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.ui.shared_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (74.27kB)
[INFO] Unpacking org.eclipse.emf.cdo.ui.shared_4.5.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.expressions_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.expressions_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.54kB)
[INFO] Unpacking org.eclipse.emf.cdo.expressions_4.4.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.expressions.edit_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.expressions.edit_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.56kB)
[INFO] Unpacking org.eclipse.emf.cdo.expressions.edit_4.4.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.expressions.editor_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (28.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.expressions.editor_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (28.91kB)
[INFO] Unpacking org.eclipse.emf.cdo.expressions.editor_4.5.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.security_4.4.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (52.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.security_4.4.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (52.18kB)
[INFO] Unpacking org.eclipse.emf.cdo.security_4.4.1.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.security.edit_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.security.edit_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.13kB)
[INFO] Unpacking org.eclipse.emf.cdo.security.edit_4.5.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.security.editor_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (28.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.security.editor_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (28.49kB)
[INFO] Unpacking org.eclipse.emf.cdo.security.editor_4.4.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.security.ui_4.5.0.v20210118-1607.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.emf.cdo.security.ui_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.71kB)
[INFO] Unpacking org.eclipse.emf.cdo.security.ui_4.5.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.ui.admin_4.3.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (28.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.ui.admin_4.3.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (28.04kB)
[INFO] Unpacking org.eclipse.emf.cdo.ui.admin_4.3.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.ui.team_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.ui.team_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.72kB)
[INFO] Unpacking org.eclipse.emf.cdo.ui.team_4.4.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.ui.jdt_1.0.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.ui.jdt_1.0.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.33kB)
[INFO] Unpacking org.eclipse.emf.cdo.ui.jdt_1.0.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.transfer_4.4.2.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.transfer_4.4.2.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.89kB)
[INFO] Unpacking org.eclipse.emf.cdo.transfer_4.4.2.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.transfer.repository_4.3.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.transfer.repository_4.3.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.59kB)
[INFO] Unpacking org.eclipse.emf.cdo.transfer.repository_4.3.1.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.transfer.ui_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.transfer.ui_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.05kB)
[INFO] Unpacking org.eclipse.emf.cdo.transfer.ui_4.4.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.transfer.workspace_4.3.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.transfer.workspace_4.3.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.55kB)
[INFO] Unpacking org.eclipse.emf.cdo.transfer.workspace_4.3.1.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.transfer.workspace.ui_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.transfer.workspace.ui_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.63kB)
[INFO] Unpacking org.eclipse.emf.cdo.transfer.workspace.ui_4.4.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo_4.13.0.v20210203-0914.jar from https://download.eclipse.org/staging/2021-03/features/ (28.77kB)
[INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.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.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (40.2kB)
[INFO] Unpacking org.eclipse.emf.importer_2.12.0.v20190321-1539...
[INFO] Fetching org.eclipse.net4j.util.ui_3.10.0.v20210202-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (92.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.util.ui_3.10.0.v20210202-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (92.28kB)
[INFO] Unpacking org.eclipse.net4j.util.ui_3.10.0.v20210202-1146...
[INFO] Fetching org.eclipse.emf.cdo.server.admin_4.3.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (32.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.server.admin_4.3.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (32.19kB)
[INFO] Unpacking org.eclipse.emf.cdo.server.admin_4.3.1.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.server.security_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.server.security_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.29kB)
[INFO] Unpacking org.eclipse.emf.cdo.server.security_4.5.0.v20210118-1607...
[INFO] Fetching org.eclipse.net4j.db_4.10.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (69.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.db_4.10.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (69.95kB)
[INFO] Unpacking org.eclipse.net4j.db_4.10.1.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.server.db_4.10.1.v20210118-1607.jar from https://download.eclipse.org/staging/2021-03/features/ (28.31kB)
[INFO] Fetching org.eclipse.emf.cdo.server.net4j_4.3.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (50.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.server.net4j_4.3.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (50.01kB)
[INFO] Unpacking org.eclipse.emf.cdo.server.net4j_4.3.0.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.server.ocl_4.3.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.server.ocl_4.3.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.7kB)
[INFO] Unpacking org.eclipse.emf.cdo.server.ocl_4.3.1.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.server.product_4.2.2.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cdo.server.product_4.2.2.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.05kB)
[INFO] Unpacking org.eclipse.emf.cdo.server.product_4.2.2.v20210118-1607...
[INFO] Fetching org.eclipse.emf.cdo.server_4.13.0.v20210202-0951.jar from https://download.eclipse.org/staging/2021-03/features/ (28.52kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.16.0.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (111.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.ecore_3.16.0.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (111.19kB)
[INFO] Unpacking org.eclipse.ocl.ecore_3.16.0.v20210201-1648...
[INFO] Fetching org.eclipse.net4j.tcp_4.2.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.tcp_4.2.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.5kB)
[INFO] Unpacking org.eclipse.net4j.tcp_4.2.1.v20210118-1607...
[INFO] Fetching org.eclipse.net4j.jvm_4.2.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.jvm_4.2.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.25kB)
[INFO] Unpacking org.eclipse.net4j.jvm_4.2.1.v20210118-1607...
[INFO] Fetching org.eclipse.emf.ecp.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.45kB)
[INFO] Unpacking org.eclipse.emf.ecp.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.edit.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (81.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.edit.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (81.74kB)
[INFO] Unpacking org.eclipse.emf.ecp.edit.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.ui.view.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (40.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.ui.view.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (40.17kB)
[INFO] Unpacking org.eclipse.emf.ecp.ui.view.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.net4j.ui_4.4.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.ui_4.4.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.44kB)
[INFO] Unpacking org.eclipse.net4j.ui_4.4.1.v20210118-1607...
[INFO] Fetching org.eclipse.emf.compare.edit_4.3.1.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (68.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.edit_4.3.1.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (68.39kB)
[INFO] Unpacking org.eclipse.emf.compare.edit_4.3.1.202102081414...
[INFO] Fetching org.eclipse.emf.compare.rcp.ui_4.4.2.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (118.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.rcp.ui_4.4.2.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (118.97kB)
[INFO] Unpacking org.eclipse.emf.compare.rcp.ui_4.4.2.202102081414...
[INFO] Fetching org.eclipse.emf.compare.ide.ui_4.4.3.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (249.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.ide.ui_4.4.3.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (249.33kB)
[INFO] Unpacking org.eclipse.emf.compare.ide.ui_4.4.3.202102081414...
[INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.25kB)
[INFO] Unpacking org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (69.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (69.33kB)
[INFO] Unpacking org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738...
[INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (40.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (40.34kB)
[INFO] Unpacking org.eclipse.emf.importer.java_2.11.0.v20200324-0723...
[INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (56.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (56.75kB)
[INFO] Unpacking org.eclipse.emf.importer.rose_2.10.0.v20200324-0723...
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (417.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (417.29kB)
[INFO] Unpacking org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738...
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738.jar from https://download.eclipse.org/staging/2021-03/features/ (19.11kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.25.0.v20201231-0738.jar from https://download.eclipse.org/staging/2021-03/plugins/ (540.83kB)
[INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-03/plugins/ (32.41kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.25.0.v20201231-0738.jar from https://download.eclipse.org/staging/2021-03/features/ (20.28kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738.jar from https://download.eclipse.org/staging/2021-03/features/ (19.06kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.25.0.v20201231-0738.jar from https://download.eclipse.org/staging/2021-03/plugins/ (72.78kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.25.0.v20201231-0738.jar from https://download.eclipse.org/staging/2021-03/features/ (20.28kB)
[INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar from https://download.eclipse.org/staging/2021-03/features/ (19.08kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.21.0.v20200708-0547.jar from https://download.eclipse.org/staging/2021-03/plugins/ (234.72kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.21.0.v20200708-0547.jar from https://download.eclipse.org/staging/2021-03/features/ (20.23kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (102.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (102.25kB)
[INFO] Unpacking org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451...
[INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar from https://download.eclipse.org/staging/2021-03/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.22.0.v20200424-0451.jar from https://download.eclipse.org/staging/2021-03/plugins/ (80.24kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.22.0.v20200424-0451.jar from https://download.eclipse.org/staging/2021-03/features/ (20.25kB)
[INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210114-1734.jar from https://download.eclipse.org/staging/2021-03/plugins/ (218.79kB)
[INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210114-1734.jar from https://download.eclipse.org/staging/2021-03/features/ (20.22kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from https://download.eclipse.org/staging/2021-03/features/ (19.01kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from https://download.eclipse.org/staging/2021-03/plugins/ (76.98kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from https://download.eclipse.org/staging/2021-03/features/ (20.22kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (144.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (144.31kB)
[INFO] Unpacking org.apache.log4j_1.2.15.v201012070815...
[INFO] Fetching org.eclipse.emf.compare.diagram_2.5.2.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.diagram_2.5.2.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.32kB)
[INFO] Unpacking org.eclipse.emf.compare.diagram_2.5.2.202102081414...
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (386.74kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.emf.compare.ide_3.4.3.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.ide_3.4.3.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.15kB)
[INFO] Unpacking org.eclipse.emf.compare.ide_3.4.3.202102081414...
[INFO] Fetching org.eclipse.emf.compare.diagram.edit_2.5.2.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.diagram.edit_2.5.2.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.78kB)
[INFO] Unpacking org.eclipse.emf.compare.diagram.edit_2.5.2.202102081414...
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (245.89kB)
[INFO] Fetching org.eclipse.emf.compare.diagram.ide.ui_3.4.3.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.diagram.ide.ui_3.4.3.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.22kB)
[INFO] Unpacking org.eclipse.emf.compare.diagram.ide.ui_3.4.3.202102081414...
[INFO] Fetching org.eclipse.emf.compare.diagram.gmf_3.3.14.202102081414.jar from https://download.eclipse.org/staging/2021-03/features/ (22.21kB)
[INFO] Fetching org.eclipse.emf.compare.diagram.ide.ui.sirius_1.1.1.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.diagram.ide.ui.sirius_1.1.1.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.22kB)
[INFO] Unpacking org.eclipse.emf.compare.diagram.ide.ui.sirius_1.1.1.202102081414...
[INFO] Fetching org.eclipse.sirius.diagram.ui_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (5.47MB)
[INFO] Fetching org.eclipse.sirius.common_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (255.87kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (117.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (196.73kB)
[INFO] Fetching org.eclipse.sirius.common.ui_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (285.03kB)
[INFO] Fetching org.eclipse.emf.compare.diagram.sirius_1.1.0.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.diagram.sirius_1.1.0.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.23kB)
[INFO] Unpacking org.eclipse.emf.compare.diagram.sirius_1.1.0.202102081414...
[INFO] Fetching org.eclipse.sirius.diagram_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.39MB)
[INFO] Fetching org.eclipse.emf.compare.diagram.sirius_3.3.14.202102081414.jar from https://download.eclipse.org/staging/2021-03/features/ (18.58kB)
[INFO] Fetching org.eclipse.emf.compare.diagram.ide.ui.sirius.source_1.1.1.202102081414.jar from https://download.eclipse.org/staging/2021-03/plugins/ (34.53kB)
[INFO] Fetching org.eclipse.emf.compare.diagram.sirius.source_1.1.0.202102081414.jar from https://download.eclipse.org/staging/2021-03/plugins/ (16.07kB)
[INFO] Fetching org.eclipse.emf.compare.diagram.sirius.source_3.3.14.202102081414.jar from https://download.eclipse.org/staging/2021-03/features/ (16.21kB)
[INFO] Fetching org.eclipse.emf.compare.doc_3.3.14.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.29MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.doc_3.3.14.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.29MB)
[INFO] Unpacking org.eclipse.emf.compare.doc_3.3.14.202102081414...
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/staging/2021-03/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.compare.egit_1.2.4.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (30.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.egit_1.2.4.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (30.04kB)
[INFO] Unpacking org.eclipse.emf.compare.egit_1.2.4.202102081414...
[INFO] Fetching org.eclipse.emf.compare.egit.ui_1.1.3.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.compare.egit.ui_1.1.3.202102081414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.07kB)
[INFO] Unpacking org.eclipse.emf.compare.egit.ui_1.1.3.202102081414...
[INFO] Fetching org.eclipse.emf.compare.egit_3.3.14.202102081414.jar from https://download.eclipse.org/staging/2021-03/features/ (22.17kB)
[INFO] Fetching org.eclipse.emf.compare_3.3.14.202102081414.jar from https://download.eclipse.org/staging/2021-03/features/ (22.08kB)
[INFO] Fetching org.eclipse.emf.compare.ide.ui_3.3.14.202102081414.jar from https://download.eclipse.org/staging/2021-03/features/ (22.18kB)
[INFO] Fetching org.eclipse.emf.compare.edit.source_4.3.1.202102081414.jar from https://download.eclipse.org/staging/2021-03/plugins/ (153.9kB)
[INFO] Fetching org.eclipse.emf.compare.ide.source_3.4.3.202102081414.jar from https://download.eclipse.org/staging/2021-03/plugins/ (71.46kB)
[INFO] Fetching org.eclipse.emf.compare.ide.ui.source_4.4.3.202102081414.jar from https://download.eclipse.org/staging/2021-03/plugins/ (535.33kB)
[INFO] Fetching org.eclipse.emf.compare.ide.ui.source_3.3.14.202102081414.jar from https://download.eclipse.org/staging/2021-03/features/ (16.22kB)
[INFO] Fetching org.eclipse.emf.compare.source_3.5.3.202102081414.jar from https://download.eclipse.org/staging/2021-03/plugins/ (441.95kB)
[INFO] Fetching org.eclipse.emf.compare.source_3.3.14.202102081414.jar from https://download.eclipse.org/staging/2021-03/features/ (16.18kB)
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (37.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (37.47kB)
[INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (30.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (30.21kB)
[INFO] Unpacking org.eclipse.emf.exporter_2.10.0.v20190321-1530...
[INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.75kB)
[INFO] Unpacking org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723...
[INFO] Fetching org.eclipse.emf.converter_2.15.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-03/features/ (19.16kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-03/plugins/ (38.86kB)
[INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from https://download.eclipse.org/staging/2021-03/plugins/ (38.31kB)
[INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from https://download.eclipse.org/staging/2021-03/plugins/ (30.1kB)
[INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-03/plugins/ (20.76kB)
[INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-03/plugins/ (46.8kB)
[INFO] Fetching org.eclipse.emf.importer.rose.source_2.10.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-03/plugins/ (69.73kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.15.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-03/features/ (20.3kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340.jar from https://download.eclipse.org/staging/2021-03/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from https://download.eclipse.org/staging/2021-03/plugins/ (41.05kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340.jar from https://download.eclipse.org/staging/2021-03/features/ (20.31kB)
[INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-03/features/ (19.04kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-03/plugins/ (57.13kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-03/features/ (20.26kB)
[INFO] Fetching org.eclipse.emf.doc_2.22.0.v20201230-0854.jar from https://download.eclipse.org/staging/2021-03/plugins/ (3.19MB)
[INFO] Fetching org.eclipse.emf.doc_2.24.0.v20201230-0854.jar from https://download.eclipse.org/staging/2021-03/features/ (19kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.81kB)
[INFO] Unpacking org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from https://download.eclipse.org/staging/2021-03/features/ (19.06kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from https://download.eclipse.org/staging/2021-03/plugins/ (78.8kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-03/plugins/ (23.81kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451.jar from https://download.eclipse.org/staging/2021-03/features/ (20.26kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.81kB)
[INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-03/features/ (19.04kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-03/plugins/ (40.7kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-03/features/ (20.25kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.23.0.v20200630-0516.jar from https://download.eclipse.org/staging/2021-03/plugins/ (820.38kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-03/plugins/ (90.75kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-03/plugins/ (151.52kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.23.0.v20200630-0516.jar from https://download.eclipse.org/staging/2021-03/features/ (20.25kB)
[INFO] Fetching org.eclipse.emf.ecoretools_3.3.3.202010261352.jar from https://download.eclipse.org/staging/2021-03/plugins/ (49.62kB)
[INFO] Fetching org.eclipse.emf.ecoretools.design_3.3.3.202010261352.jar from https://download.eclipse.org/staging/2021-03/plugins/ (192.13kB)
[INFO] Fetching org.eclipse.sirius.ecore.extender_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (91.25kB)
[INFO] Fetching org.eclipse.sirius_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.39MB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (34.3kB)
[INFO] Fetching org.eclipse.sirius.ext.base_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (29.18kB)
[INFO] Fetching org.eclipse.sirius.ext.emf_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (17.58kB)
[INFO] Fetching org.eclipse.sirius.table_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (349.79kB)
[INFO] Fetching org.eclipse.sirius.properties_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (376.3kB)
[INFO] Fetching org.eclipse.emf.ecoretools.ui_3.3.3.202010261352.jar from https://download.eclipse.org/staging/2021-03/plugins/ (62.89kB)
[INFO] Fetching org.eclipse.emf.ecoretools.design.ui_3.3.3.202010261352.jar from https://download.eclipse.org/staging/2021-03/plugins/ (111.78kB)
[INFO] Fetching org.eclipse.emf.ecoretools.doc_3.3.3.202010261352.jar from https://download.eclipse.org/staging/2021-03/plugins/ (2.04MB)
[INFO] Fetching org.eclipse.emf.ecoretools.design_3.3.3.202010261352.jar from https://download.eclipse.org/staging/2021-03/features/ (27.67kB)
[INFO] Fetching org.eclipse.emf.ecoretools.design_root_3.3.3.202010261352 from https://download.eclipse.org/staging/2021-03/binary/ (8.29kB)
[INFO] Fetching org.eclipse.sirius.ui_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.38MB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (123.72kB)
[INFO] Fetching org.eclipse.sirius.table.ui_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (579.82kB)
[INFO] Fetching org.eclipse.emf.ecp.common_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.common_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16kB)
[INFO] Unpacking org.eclipse.emf.ecp.common_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.common.ui_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.common.ui_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.08kB)
[INFO] Unpacking org.eclipse.emf.ecp.common.ui_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.localization_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.localization_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.28kB)
[INFO] Unpacking org.eclipse.emfforms.localization_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.context_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.context_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.49kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.context_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (51.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (51.74kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.model.common_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model.common_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.54kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model.common_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.common_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.common_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.82kB)
[INFO] Unpacking org.eclipse.emfforms.common_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.17kB)
[INFO] Unpacking org.eclipse.emfforms.core.services_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.pde.ds.lib_1.1.400.v20191119-0943.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ds.lib_1.1.400.v20191119-0943.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.5kB)
[INFO] Unpacking org.eclipse.pde.ds.lib_1.1.400.v20191119-0943...
[INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.400.v20191119-0943.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.400.v20191119-0943.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.92kB)
[INFO] Unpacking org.eclipse.pde.ds1_2.lib_1.0.400.v20191119-0943...
[INFO] Fetching org.eclipse.emf.ecp.ui.view_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.ui.view_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.72kB)
[INFO] Unpacking org.eclipse.emf.ecp.ui.view_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.template.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (71.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.template.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (71.18kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.template.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.editsupport_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.editsupport_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.75kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.editsupport_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.swt.core_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.swt.core_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.47kB)
[INFO] Unpacking org.eclipse.emfforms.swt.core_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.emf2web_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.emf2web_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.63kB)
[INFO] Unpacking org.eclipse.emf.ecp.emf2web_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.xtend.lib_2.25.0.v20210203-0750.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (59.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.lib_2.25.0.v20210203-0750.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (59.82kB)
[INFO] Unpacking org.eclipse.xtend.lib_2.25.0.v20210203-0750...
[INFO] Fetching org.eclipse.emf.ecp.view.categorization.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.categorization.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.04kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.categorization.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.custom.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.custom.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.69kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.custom.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.group.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.group.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.84kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.group.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.horizontal.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.horizontal.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.96kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.horizontal.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.label.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.label.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.label.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.rule.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (32.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.rule.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (32.14kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.rule.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.table.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (34.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.table.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (34.81kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.table.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.98kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.treemasterdetail.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.vertical.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.vertical.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.99kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.vertical.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.model.provider.generator_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model.provider.generator_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.05kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model.provider.generator_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.model.editor_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model.editor_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.37kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model.editor_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.emf_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.emf_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.57kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.emf_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.emf2web.json_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (40.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.emf2web.json_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (40.79kB)
[INFO] Unpacking org.eclipse.emf.ecp.emf2web.json_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.emf2web.ui_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.emf2web.ui_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.85kB)
[INFO] Unpacking org.eclipse.emf.ecp.emf2web.ui_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.emf2web.ui.json_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.emf2web.ui.json_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.75kB)
[INFO] Unpacking org.eclipse.emf.ecp.emf2web.ui.json_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.emf2web.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.24kB)
[INFO] Fetching org.eclipse.emf.ecp.emf2web.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (34.22kB)
[INFO] Fetching org.eclipse.emf.ecp.emf2web.json.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (50.43kB)
[INFO] Fetching org.eclipse.emf.ecp.emf2web.ui.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (18.04kB)
[INFO] Fetching org.eclipse.emf.ecp.emf2web.ui.json.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.86kB)
[INFO] Fetching org.eclipse.emf.ecp.emf2web.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.92kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.25.0.v20210203-0750.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.lib.macro_2.25.0.v20210203-0750.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.28kB)
[INFO] Unpacking org.eclipse.xtend.lib.macro_2.25.0.v20210203-0750...
[INFO] Fetching org.eclipse.emf.ecp.ide.util_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.ide.util_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.66kB)
[INFO] Unpacking org.eclipse.emf.ecp.ide.util_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.model.preview.common_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model.preview.common_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.26kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model.preview.common_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.model.preview.e3_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model.preview.e3_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.36kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model.preview.e3_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.model.project.installer_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model.project.installer_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.01kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model.project.installer_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.ide.editor.viewmodel_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.ide.editor.viewmodel_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.84kB)
[INFO] Unpacking org.eclipse.emf.ecp.ide.editor.viewmodel_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.ide.editor.view_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.ide.editor.view_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.46kB)
[INFO] Unpacking org.eclipse.emf.ecp.ide.editor.view_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.ide.view.service_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.ide.view.service_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.15kB)
[INFO] Unpacking org.eclipse.emf.ecp.ide.view.service_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.makeithappen.wizards_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (266.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.makeithappen.wizards_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (266.23kB)
[INFO] Unpacking org.eclipse.emf.ecp.makeithappen.wizards_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.template.tooling_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (41.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.template.tooling_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (41.04kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.template.tooling_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.editor_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (34.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.editor_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (34.7kB)
[INFO] Unpacking org.eclipse.emfforms.editor_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.ide.editor.view.templatebridge_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.ide.editor.view.templatebridge_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.87kB)
[INFO] Unpacking org.eclipse.emf.ecp.ide.editor.view.templatebridge_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.coffee.wizards_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (81.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.coffee.wizards_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (81.94kB)
[INFO] Unpacking org.eclipse.emfforms.coffee.wizards_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.example.common.wizards_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.example.common.wizards_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.13kB)
[INFO] Unpacking org.eclipse.emfforms.example.common.wizards_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.ide.builder_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.ide.builder_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.82kB)
[INFO] Unpacking org.eclipse.emfforms.ide.builder_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.ide.viewtemplate.builder_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.ide.viewtemplate.builder_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.99kB)
[INFO] Unpacking org.eclipse.emfforms.ide.viewtemplate.builder_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.ide.view.multisegment_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.ide.view.multisegment_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.46kB)
[INFO] Unpacking org.eclipse.emfforms.ide.view.multisegment_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.ide.view.segments_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.ide.view.segments_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.06kB)
[INFO] Unpacking org.eclipse.emfforms.ide.view.segments_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.ide.view.indexsegment_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.ide.view.indexsegment_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.26kB)
[INFO] Unpacking org.eclipse.emfforms.ide.view.indexsegment_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.ide.view.mappingsegment_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.ide.view.mappingsegment_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.28kB)
[INFO] Unpacking org.eclipse.emfforms.ide.view.mappingsegment_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.ide.preferences_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.ide.preferences_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.71kB)
[INFO] Unpacking org.eclipse.emfforms.ide.preferences_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.emfforms.idetooling.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.91kB)
[INFO] Fetching org.eclipse.emf.ecp.ide.util.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (21.26kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.preview.common.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.16kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.preview.e3.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (21.67kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.project.installer.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (16.22kB)
[INFO] Fetching org.eclipse.emf.ecp.ide.editor.viewmodel.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.3kB)
[INFO] Fetching org.eclipse.emf.ecp.ide.editor.view.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (26.37kB)
[INFO] Fetching org.eclipse.emf.ecp.ide.view.service.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.2kB)
[INFO] Fetching org.eclipse.emf.ecp.makeithappen.wizards.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.4kB)
[INFO] Fetching org.eclipse.emf.ecp.view.template.tooling.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (65.3kB)
[INFO] Fetching org.eclipse.emfforms.editor.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (45.31kB)
[INFO] Fetching org.eclipse.emf.ecp.ide.editor.view.templatebridge.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10kB)
[INFO] Fetching org.eclipse.emfforms.coffee.wizards.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.2kB)
[INFO] Fetching org.eclipse.emfforms.example.common.wizards.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.83kB)
[INFO] Fetching org.eclipse.emfforms.ide.builder.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (33.19kB)
[INFO] Fetching org.eclipse.emfforms.ide.viewtemplate.builder.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.35kB)
[INFO] Fetching org.eclipse.emfforms.ide.view.multisegment.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (25.45kB)
[INFO] Fetching org.eclipse.emfforms.ide.view.segments.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (15.25kB)
[INFO] Fetching org.eclipse.emfforms.ide.view.indexsegment.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.emfforms.ide.view.mappingsegment.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.28kB)
[INFO] Fetching org.eclipse.emfforms.ide.preferences.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.63kB)
[INFO] Fetching org.eclipse.emf.ecp.emfforms.idetooling.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (41.12kB)
[INFO] Fetching org.eclipse.emf.ecp.emfforms.runtime.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.29kB)
[INFO] Fetching org.eclipse.emf.ecp.emfforms.runtime.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.95kB)
[INFO] Fetching org.eclipse.emfforms.setup.base_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.setup.base_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.46kB)
[INFO] Unpacking org.eclipse.emfforms.setup.base_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.emfforms.sdk.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.36kB)
[INFO] Fetching org.eclipse.emf.ecp.view.migrator_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.migrator_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.17kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.migrator_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.swt.core.di_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.swt.core.di_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.97kB)
[INFO] Unpacking org.eclipse.emfforms.swt.core.di_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.99kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.treemasterdetail.ui.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.model.provider.xmi_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model.provider.xmi_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.95kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model.provider.xmi_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.license.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.45kB)
[INFO] Fetching org.eclipse.emf.ecp.license.feature_root_1.26.0.20210201-1231 from https://download.eclipse.org/staging/2021-03/binary/ (6.59kB)
[INFO] Fetching org.eclipse.emf.ecp.ui.view.editor.controls_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (80.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.ui.view.editor.controls_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (80.03kB)
[INFO] Unpacking org.eclipse.emf.ecp.ui.view.editor.controls_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.core.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (57.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.core.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (57.34kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.core.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.stack.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.stack.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.58kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.stack.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.util.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.util.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.02kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.util.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.swt.control.multiattribute_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (28.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.swt.control.multiattribute_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (28.2kB)
[INFO] Unpacking org.eclipse.emfforms.swt.control.multiattribute_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.common.validation_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.common.validation_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.8kB)
[INFO] Unpacking org.eclipse.emfforms.common.validation_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.bazaar_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.bazaar_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.25kB)
[INFO] Unpacking org.eclipse.emfforms.core.bazaar_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.view.annotation.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.view.annotation.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.35kB)
[INFO] Unpacking org.eclipse.emfforms.view.annotation.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.rule_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.rule_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.52kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.rule_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.view.multisegment.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.view.multisegment.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.98kB)
[INFO] Unpacking org.eclipse.emfforms.view.multisegment.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.control.multireference_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.control.multireference_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.15kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.control.multireference_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.model.common.di_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model.common.di_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.52kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model.common.di_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.ui.view.linewrapper_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.ui.view.linewrapper_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.11kB)
[INFO] Unpacking org.eclipse.emf.ecp.ui.view.linewrapper_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.template.service_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.template.service_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.14kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.template.service_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.categorization.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.categorization.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.5kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.categorization.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.categorization.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.categorization.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.72kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.categorization.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.categorization.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.28kB)
[INFO] Fetching org.eclipse.emf.ecp.view.categorization.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (40.27kB)
[INFO] Fetching org.eclipse.emf.ecp.view.categorization.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (24.53kB)
[INFO] Fetching org.eclipse.emf.ecp.view.categorization.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (40.11kB)
[INFO] Fetching org.eclipse.emf.ecp.view.categorization.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.94kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.45kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.93kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.compoundcontrol.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.7kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.compoundcontrol.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.41kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.compoundcontrol.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.tooling_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.tooling_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.6kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.compoundcontrol.tooling_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.29kB)
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (20.72kB)
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.3kB)
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (15.85kB)
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.tooling.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.32kB)
[INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.96kB)
[INFO] Fetching org.eclipse.emf.ecp.view.context.locale_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.context.locale_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.67kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.context.locale_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.custom.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.custom.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.3kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.custom.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.custom.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.custom.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.87kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.custom.ui.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.custom.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.28kB)
[INFO] Fetching org.eclipse.emf.ecp.view.custom.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (37.55kB)
[INFO] Fetching org.eclipse.emf.ecp.view.custom.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (15.95kB)
[INFO] Fetching org.eclipse.emf.ecp.view.custom.ui.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (20.23kB)
[INFO] Fetching org.eclipse.emf.ecp.view.custom.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.86kB)
[INFO] Fetching org.eclipse.emf.ecp.view.edapt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.edapt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.08kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.edapt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.edapt.history_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (190.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edapt.history_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (190.29kB)
[INFO] Unpacking org.eclipse.emf.edapt.history_1.4.1.202002140949...
[INFO] Fetching org.eclipse.emf.ecp.view.table.edapt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.table.edapt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.25kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.table.edapt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.model.edapt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.model.edapt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.08kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.model.edapt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.edapt.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.31kB)
[INFO] Fetching org.eclipse.emf.ecp.view.edapt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (24.49kB)
[INFO] Fetching org.eclipse.emf.ecp.view.table.edapt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.75kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.edapt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.76kB)
[INFO] Fetching org.eclipse.emf.ecp.view.edapt.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (41.03kB)
[INFO] Fetching org.eclipse.emf.ecp.view.group.model.edit_1.26.0.20210201-1231.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.eclipse.emf.ecp.view.group.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.group.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.group.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.group.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.79kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.group.ui.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.group.swt.embedded_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.group.swt.embedded_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.77kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.group.swt.embedded_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.group.swt.collapsable_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.group.swt.collapsable_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.75kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.group.swt.collapsable_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.group.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.3kB)
[INFO] Fetching org.eclipse.emf.ecp.view.group.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (25.68kB)
[INFO] Fetching org.eclipse.emf.ecp.view.group.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.emf.ecp.view.group.ui.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.67kB)
[INFO] Fetching org.eclipse.emf.ecp.view.group.swt.embedded.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.23kB)
[INFO] Fetching org.eclipse.emf.ecp.view.group.swt.collapsable.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.emf.ecp.view.group.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.87kB)
[INFO] Fetching org.eclipse.emf.ecp.view.horizontal.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.horizontal.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.45kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.horizontal.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.horizontal.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.horizontal.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.76kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.horizontal.ui.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.horizontal.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.29kB)
[INFO] Fetching org.eclipse.emf.ecp.view.horizontal.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19.51kB)
[INFO] Fetching org.eclipse.emf.ecp.view.horizontal.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.emf.ecp.view.horizontal.ui.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.07kB)
[INFO] Fetching org.eclipse.emf.ecp.view.horizontal.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.91kB)
[INFO] Fetching org.eclipse.emf.ecp.view.indexdmr.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.indexdmr.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.indexdmr.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.label.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.label.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.13kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.label.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.label.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.label.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.03kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.label.ui.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.label.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.28kB)
[INFO] Fetching org.eclipse.emf.ecp.view.label.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (23.23kB)
[INFO] Fetching org.eclipse.emf.ecp.view.label.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.9kB)
[INFO] Fetching org.eclipse.emf.ecp.view.label.ui.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.67kB)
[INFO] Fetching org.eclipse.emf.ecp.view.label.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.85kB)
[INFO] Fetching org.eclipse.emf.ecp.view.mappingdmr.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.mappingdmr.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.36kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.mappingdmr.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.model.controls.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.24kB)
[INFO] Fetching org.eclipse.emf.ecp.ui.view.editor.controls.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (152.94kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.controls.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.91kB)
[INFO] Fetching org.eclipse.emf.edapt.migration_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (293.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edapt.migration_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (293.88kB)
[INFO] Unpacking org.eclipse.emf.edapt.migration_1.4.1.202002140949...
[INFO] Fetching org.eclipse.emf.ecp.view.workspace.migrator_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.workspace.migrator_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.05kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.workspace.migrator_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.model.editor.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.26kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.editor.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (24.97kB)
[INFO] Fetching org.eclipse.emf.ecp.view.migrator.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (22.06kB)
[INFO] Fetching org.eclipse.emf.ecp.view.workspace.migrator.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.3kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.editor.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.89kB)
[INFO] Fetching org.eclipse.emfforms.view.model.localization_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.view.model.localization_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.36kB)
[INFO] Unpacking org.eclipse.emfforms.view.model.localization_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.rule.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.rule.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.95kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.rule.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.rule.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.29kB)
[INFO] Fetching org.eclipse.emf.ecp.view.rule.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (37.53kB)
[INFO] Fetching org.eclipse.emf.ecp.view.rule.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (66.18kB)
[INFO] Fetching org.eclipse.emf.ecp.view.rule.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (32.81kB)
[INFO] Fetching org.eclipse.emf.ecp.view.rule.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.85kB)
[INFO] Fetching org.eclipse.emf.ecp.view.stack.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.stack.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.73kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.stack.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.stack.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.stack.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.76kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.stack.ui.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.stack.viewmodel_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.stack.viewmodel_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.6kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.stack.viewmodel_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.stack.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.28kB)
[INFO] Fetching org.eclipse.emf.ecp.view.stack.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (24.34kB)
[INFO] Fetching org.eclipse.emf.ecp.view.stack.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (16.08kB)
[INFO] Fetching org.eclipse.emf.ecp.view.stack.ui.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19.4kB)
[INFO] Fetching org.eclipse.emf.ecp.view.stack.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (41.01kB)
[INFO] Fetching org.eclipse.emf.ecp.view.swt.layout_1.26.0.20210201-1231.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.emf.ecp.view.swt.layout_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.96kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.swt.layout_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.table.columnservice_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.table.columnservice_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.02kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.table.columnservice_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.table.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.table.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.28kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.table.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.table.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (63.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.table.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (63.19kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.table.ui.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.swt.table_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.swt.table_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.82kB)
[INFO] Unpacking org.eclipse.emfforms.swt.table_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.table_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.table_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.25kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.domainexpander.table_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.table_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.table_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.78kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.mappingprovider.table_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.table_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.table_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.61kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.structuralchange.table_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.segments.multi_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.segments.multi_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.02kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.segments.multi_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.view.multisegment.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.view.multisegment.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.44kB)
[INFO] Unpacking org.eclipse.emfforms.view.multisegment.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.swt.reference.table_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.swt.reference.table_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.01kB)
[INFO] Unpacking org.eclipse.emfforms.swt.reference.table_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.table.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.44kB)
[INFO] Fetching org.eclipse.emf.ecp.view.table.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (54.9kB)
[INFO] Fetching org.eclipse.emf.ecp.view.table.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.emf.ecp.view.table.ui.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (97.59kB)
[INFO] Fetching org.eclipse.emf.ecp.view.table.columnservice.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.07kB)
[INFO] Fetching org.eclipse.emfforms.swt.table.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (71.62kB)
[INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.table.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.63kB)
[INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.table.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.27kB)
[INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.table.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.23kB)
[INFO] Fetching org.eclipse.emfforms.core.services.segments.multi.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (17.57kB)
[INFO] Fetching org.eclipse.emfforms.view.multisegment.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (23.54kB)
[INFO] Fetching org.eclipse.emfforms.view.multisegment.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.62kB)
[INFO] Fetching org.eclipse.emfforms.swt.reference.table.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (20.89kB)
[INFO] Fetching org.eclipse.emf.ecp.view.table.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.96kB)
[INFO] Fetching org.eclipse.emf.ecp.view.template.annotation.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.template.annotation.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.2kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.template.annotation.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.template.annotation.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.template.annotation.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.53kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.template.annotation.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.template.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (57.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.template.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (57.36kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.template.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.template.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.27kB)
[INFO] Fetching org.eclipse.emf.ecp.view.template.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (304.24kB)
[INFO] Fetching org.eclipse.emf.ecp.view.template.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (138.65kB)
[INFO] Fetching org.eclipse.emf.ecp.view.template.service.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (18.03kB)
[INFO] Fetching org.eclipse.emf.ecp.view.template.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.87kB)
[INFO] Fetching org.eclipse.emfforms.core.services.segments_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.segments_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.6kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.segments_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.swt.treemasterdetail_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (38.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.swt.treemasterdetail_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (38.66kB)
[INFO] Unpacking org.eclipse.emfforms.swt.treemasterdetail_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.17kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.treemasterdetail.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.17kB)
[INFO] Unpacking org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.33kB)
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (20.52kB)
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.21kB)
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (32.42kB)
[INFO] Fetching org.eclipse.emfforms.swt.treemasterdetail.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.8kB)
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.99kB)
[INFO] Fetching org.eclipse.emf.ecp.view.validation_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (28.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.validation_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (28.2kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.validation_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.validation_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.validation_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.27kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.treemasterdetail.validation_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.unset_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.unset_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.05kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.unset_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.unset.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.23kB)
[INFO] Fetching org.eclipse.emf.ecp.view.unset.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.21kB)
[INFO] Fetching org.eclipse.emf.ecp.view.unset.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.81kB)
[INFO] Fetching org.eclipse.emf.ecp.view.validation.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.26kB)
[INFO] Fetching org.eclipse.emf.ecp.view.validation.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (37.94kB)
[INFO] Fetching org.eclipse.emfforms.common.validation.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (25.16kB)
[INFO] Fetching org.eclipse.emf.ecp.view.validation.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.88kB)
[INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.table.panel_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.table.panel_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.37kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.mappingprovider.table.panel_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.validation.initial.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.31kB)
[INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.table.panel.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.98kB)
[INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.validation.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.19kB)
[INFO] Fetching org.eclipse.emf.ecp.view.validation.initial.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (41kB)
[INFO] Fetching org.eclipse.emf.ecp.view.vertical.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.vertical.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.48kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.vertical.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.vertical.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.vertical.ui.swt_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.37kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.vertical.ui.swt_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.vertical.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.28kB)
[INFO] Fetching org.eclipse.emf.ecp.view.vertical.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19.38kB)
[INFO] Fetching org.eclipse.emf.ecp.view.vertical.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.77kB)
[INFO] Fetching org.eclipse.emf.ecp.view.vertical.ui.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.04kB)
[INFO] Fetching org.eclipse.emf.ecp.view.vertical.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.89kB)
[INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.31kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.viewproxy.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.11kB)
[INFO] Unpacking org.eclipse.emf.ecp.view.viewproxy.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.27kB)
[INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (23.75kB)
[INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.67kB)
[INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.89kB)
[INFO] Fetching org.eclipse.emfforms.core.services.emfspecificservice_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.emfspecificservice_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.38kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.emfspecificservice_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.databinding.featurepath_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.databinding.featurepath_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.23kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.databinding.featurepath_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.swt.core.plugin_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.swt.core.plugin_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.14kB)
[INFO] Unpacking org.eclipse.emfforms.swt.core.plugin_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.locale.default_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.locale.default_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.67kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.locale.default_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.swt.core.di.extension_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.swt.core.di.extension_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.83kB)
[INFO] Unpacking org.eclipse.emfforms.swt.core.di.extension_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.legacy_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.legacy_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.43kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.legacy_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.default_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.default_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.41kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.domainexpander.default_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.default_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.default_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.41kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.mappingprovider.default_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.structuralchange_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.structuralchange_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.67kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.structuralchange_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.default_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.default_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.39kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.structuralchange.default_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.segments.featurepath_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.segments.featurepath_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.06kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.segments.featurepath_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emf.ecp.viewmodel.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.84kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (102.79kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (37.89kB)
[INFO] Fetching org.eclipse.emf.ecp.ui.view.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (33.78kB)
[INFO] Fetching org.eclipse.emf.ecp.ui.view.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (86.51kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.provider.generator.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.44kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.provider.xmi.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (17.93kB)
[INFO] Fetching org.eclipse.emf.ecp.view.context.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (29.4kB)
[INFO] Fetching org.eclipse.emf.ecp.view.core.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (86.43kB)
[INFO] Fetching org.eclipse.emf.ecp.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (34.02kB)
[INFO] Fetching org.eclipse.emf.ecp.edit.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (147.29kB)
[INFO] Fetching org.eclipse.emf.ecp.view.context.locale.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.37kB)
[INFO] Fetching org.eclipse.emf.ecp.view.swt.layout.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.9kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.common.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (30.56kB)
[INFO] Fetching org.eclipse.emf.ecp.view.util.swt.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.66kB)
[INFO] Fetching org.eclipse.emf.ecp.view.control.multireference.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (25.49kB)
[INFO] Fetching org.eclipse.emf.ecp.common.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (25.19kB)
[INFO] Fetching org.eclipse.emf.ecp.common.ui.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (36.12kB)
[INFO] Fetching org.eclipse.emfforms.core.services.emfspecificservice.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.38kB)
[INFO] Fetching org.eclipse.emfforms.localization.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.9kB)
[INFO] Fetching org.eclipse.emfforms.core.services.databinding.featurepath.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.06kB)
[INFO] Fetching org.eclipse.emfforms.core.services.editsupport.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.14kB)
[INFO] Fetching org.eclipse.emfforms.view.model.localization.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.38kB)
[INFO] Fetching org.eclipse.emfforms.swt.core.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (49.66kB)
[INFO] Fetching org.eclipse.emfforms.swt.core.plugin.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.91kB)
[INFO] Fetching org.eclipse.emfforms.core.services.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (76.51kB)
[INFO] Fetching org.eclipse.emfforms.core.services.emf.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (31.29kB)
[INFO] Fetching org.eclipse.emfforms.core.services.locale.default.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.46kB)
[INFO] Fetching org.eclipse.emfforms.common.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (44.57kB)
[INFO] Fetching org.eclipse.emfforms.swt.core.di.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (16.48kB)
[INFO] Fetching org.eclipse.emfforms.swt.core.di.extension.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.27kB)
[INFO] Fetching org.eclipse.emf.ecp.ui.view.linewrapper.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.68kB)
[INFO] Fetching org.eclipse.emfforms.core.services.legacy.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.04kB)
[INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.default.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.7kB)
[INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.default.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.14kB)
[INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.88kB)
[INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.default.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.01kB)
[INFO] Fetching org.eclipse.emfforms.core.services.segments.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (20.38kB)
[INFO] Fetching org.eclipse.emfforms.core.services.segments.featurepath.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (16.43kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.common.di.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (22.75kB)
[INFO] Fetching org.eclipse.emf.ecp.viewmodel.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (41.16kB)
[INFO] Fetching org.eclipse.emf.edapt.common_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edapt.common_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.86kB)
[INFO] Unpacking org.eclipse.emf.edapt.common_1.4.1.202002140949...
[INFO] Fetching org.eclipse.emf.edapt.declaration_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (69.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edapt.declaration_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (69.22kB)
[INFO] Unpacking org.eclipse.emf.edapt.declaration_1.4.1.202002140949...
[INFO] Fetching org.eclipse.emf.edapt.runtime.feature_1.4.1.202002140949.jar from https://download.eclipse.org/staging/2021-03/features/ (18.49kB)
[INFO] Fetching org.eclipse.emf.edapt.common.source_1.4.1.202002140949.jar from https://download.eclipse.org/staging/2021-03/plugins/ (33.57kB)
[INFO] Fetching org.eclipse.emf.edapt.declaration.source_1.4.1.202002140949.jar from https://download.eclipse.org/staging/2021-03/plugins/ (146.79kB)
[INFO] Fetching org.eclipse.emf.edapt.migration.source_1.4.1.202002140949.jar from https://download.eclipse.org/staging/2021-03/plugins/ (104.4kB)
[INFO] Fetching org.eclipse.emf.edapt.history.source_1.4.1.202002140949.jar from https://download.eclipse.org/staging/2021-03/plugins/ (160.41kB)
[INFO] Fetching org.eclipse.emf.edapt.runtime.feature.source_1.4.1.202002140949.jar from https://download.eclipse.org/staging/2021-03/features/ (19.94kB)
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/staging/2021-03/features/ (19.02kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/staging/2021-03/plugins/ (209.95kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/staging/2021-03/features/ (20.17kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20200917-1406.jar from https://download.eclipse.org/staging/2021-03/features/ (19.05kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.19.0.v20200917-1406.jar from https://download.eclipse.org/staging/2021-03/plugins/ (157.83kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.20.0.v20200917-1406.jar from https://download.eclipse.org/staging/2021-03/features/ (20.21kB)
[INFO] Fetching org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (187.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (187.61kB)
[INFO] Unpacking org.eclipse.emf.example.installer_1.10.0.v20200518-1440...
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.48kB)
[INFO] Unpacking org.eclipse.emf_2.8.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf_2.25.0.v20210114-1734.jar from https://download.eclipse.org/staging/2021-03/features/ (19.24kB)
[INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (67.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (67.4kB)
[INFO] Unpacking org.eclipse.emf.mapping_2.12.0.v20181104-0733...
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.23kB)
[INFO] Unpacking org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (50.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (50.62kB)
[INFO] Unpacking org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733...
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.43kB)
[INFO] Unpacking org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.69kB)
[INFO] Unpacking org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (23.96kB)
[INFO] Unpacking org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733...
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (38.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (38.08kB)
[INFO] Unpacking org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-03/features/ (19.16kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/staging/2021-03/plugins/ (21.72kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-03/plugins/ (39.95kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-03/features/ (20.39kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.68kB)
[INFO] Unpacking org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-03/features/ (19.11kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-03/plugins/ (40.2kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-03/plugins/ (50.44kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-03/features/ (20.32kB)
[INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-03/features/ (19.03kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from https://download.eclipse.org/staging/2021-03/plugins/ (113.7kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-03/features/ (20.21kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-03/features/ (19.05kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/staging/2021-03/plugins/ (45.16kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-03/features/ (20.24kB)
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore_2.9.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore_2.9.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.88kB)
[INFO] Unpacking org.eclipse.emf.mapping.xsd2ecore_2.9.0.v20200723-0820...
[INFO] Fetching org.eclipse.xsd_2.18.0.v20201230-0836.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (535.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xsd_2.18.0.v20201230-0836.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (535.3kB)
[INFO] Unpacking org.eclipse.xsd_2.18.0.v20201230-0836...
[INFO] Fetching org.eclipse.xsd.edit_2.11.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (65.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xsd.edit_2.11.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (65.21kB)
[INFO] Unpacking org.eclipse.xsd.edit_2.11.0.v20200723-0820...
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor_2.9.0.v20181105-0510.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor_2.9.0.v20181105-0510.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.82kB)
[INFO] Unpacking org.eclipse.emf.mapping.xsd2ecore.editor_2.9.0.v20181105-0510...
[INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210201-1009.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (61.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210201-1009.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (61.48kB)
[INFO] Unpacking org.eclipse.emf.mwe.core_1.6.1.v20210201-1009...
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210201-1009.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210201-1009.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.47kB)
[INFO] Unpacking org.eclipse.emf.mwe2.runtime_2.12.1.v20210201-1009...
[INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210201-1009.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210201-1009.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.62kB)
[INFO] Unpacking org.eclipse.emf.mwe.utils_1.6.1.v20210201-1009...
[INFO] Fetching org.eclipse.emf.parsley_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.08kB)
[INFO] Unpacking org.eclipse.emf.parsley_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.runtime_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.runtime_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7kB)
[INFO] Unpacking org.eclipse.emf.parsley.runtime_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (63.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (63.06kB)
[INFO] Unpacking org.eclipse.emf.parsley.common_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.cdo_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (6.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.cdo_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (6.95kB)
[INFO] Unpacking org.eclipse.emf.parsley.cdo_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.cdo.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.cdo.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.79kB)
[INFO] Unpacking org.eclipse.emf.parsley.cdo.common_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.query_1.7.0.201805030653.jar from https://download.eclipse.org/staging/2021-03/plugins/ (141.72kB)
[INFO] Fetching org.eclipse.emf.parsley.cdo.feature_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/features/ (19.11kB)
[INFO] Fetching org.eclipse.emf.parsley.cdo.common.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (18.17kB)
[INFO] Fetching org.eclipse.emf.parsley.cdo.feature.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/features/ (20.72kB)
[INFO] Fetching org.eclipse.emf.parsley.runtime.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.runtime.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.03kB)
[INFO] Unpacking org.eclipse.emf.parsley.runtime.common_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.doc_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (837.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.doc_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (837.48kB)
[INFO] Unpacking org.eclipse.emf.parsley.doc_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.editors_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.editors_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.01kB)
[INFO] Unpacking org.eclipse.emf.parsley.editors_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.views_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.views_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.44kB)
[INFO] Unpacking org.eclipse.emf.parsley.views_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (818.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (818.21kB)
[INFO] Unpacking org.eclipse.xtext.xbase_2.25.0.v20210203-0759...
[INFO] Fetching org.eclipse.emf.parsley.dsl_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (429.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.dsl_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (429.99kB)
[INFO] Unpacking org.eclipse.emf.parsley.dsl_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.xtext_2.25.0.v20210203-0753.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (694.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext_2.25.0.v20210203-0753.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (694.28kB)
[INFO] Unpacking org.eclipse.xtext_2.25.0.v20210203-0753...
[INFO] Fetching org.eclipse.xtext.util_2.25.0.v20210203-0753.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (104.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.util_2.25.0.v20210203-0753.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (104.59kB)
[INFO] Unpacking org.eclipse.xtext.util_2.25.0.v20210203-0753...
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (103.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (103.07kB)
[INFO] Unpacking org.antlr.runtime_3.2.0.v201101311130...
[INFO] Fetching org.eclipse.xtext.common.types_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (133.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (133.73kB)
[INFO] Unpacking org.eclipse.xtext.common.types_2.25.0.v20210203-0759...
[INFO] Fetching org.eclipse.emf.parsley.generator.common_1.13.0.v20201130-1005.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.emf.parsley.generator.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.07kB)
[INFO] Unpacking org.eclipse.emf.parsley.generator.common_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.dsl.additional.builder_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.dsl.additional.builder_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.21kB)
[INFO] Unpacking org.eclipse.emf.parsley.dsl.additional.builder_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.dsl.ui_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (73.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.dsl.ui_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (73.92kB)
[INFO] Unpacking org.eclipse.emf.parsley.dsl.ui_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.dsl.ide_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (209.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.dsl.ide_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (209.16kB)
[INFO] Unpacking org.eclipse.emf.parsley.dsl.ide_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.dsl.feature_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/features/ (19.2kB)
[INFO] Fetching org.eclipse.emf.parsley.dsl.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (519.43kB)
[INFO] Fetching org.eclipse.emf.parsley.dsl.ui.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (78.79kB)
[INFO] Fetching org.eclipse.emf.parsley.dsl.additional.builder.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (25.27kB)
[INFO] Fetching org.eclipse.emf.parsley.dsl.ide.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (281.56kB)
[INFO] Fetching org.eclipse.emf.parsley.dsl.feature.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/features/ (20.73kB)
[INFO] Fetching org.eclipse.xtext.ide_2.25.0.v20210203-0753.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (143.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ide_2.25.0.v20210203-0753.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (143.29kB)
[INFO] Unpacking org.eclipse.xtext.ide_2.25.0.v20210203-0753...
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (259.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (259.92kB)
[INFO] Unpacking org.eclipse.xtext.xbase.ide_2.25.0.v20210203-0759...
[INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (528.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (528.47kB)
[INFO] Unpacking org.eclipse.xtext.ui_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.ui.shared_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.shared_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.73kB)
[INFO] Unpacking org.eclipse.xtext.ui.shared_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (170.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (170.57kB)
[INFO] Unpacking org.eclipse.xtext.xbase.ui_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.builder_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (121.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.builder_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (121.95kB)
[INFO] Unpacking org.eclipse.xtext.builder_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (82.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (82.43kB)
[INFO] Unpacking org.eclipse.xtext.common.types.ui_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.37kB)
[INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ui_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/staging/2021-03/plugins/ (535.07kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://download.eclipse.org/staging/2021-03/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.emf.parsley.wizards_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.wizards_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.12kB)
[INFO] Unpacking org.eclipse.emf.parsley.wizards_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.editors.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.editors.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.46kB)
[INFO] Unpacking org.eclipse.emf.parsley.editors.common_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.ui.examples_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (367.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.ui.examples_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (367.01kB)
[INFO] Unpacking org.eclipse.emf.parsley.ui.examples_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.examples.feature_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/features/ (19.11kB)
[INFO] Fetching org.eclipse.emf.parsley.ui.examples.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.66kB)
[INFO] Fetching org.eclipse.emf.parsley.examples.feature.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/features/ (20.78kB)
[INFO] Fetching org.eclipse.emf.parsley.views.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.views.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.94kB)
[INFO] Unpacking org.eclipse.emf.parsley.views.common_1.13.0.v20201130-1005...
[INFO] Fetching org.eclipse.emf.parsley.feature_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/features/ (19.2kB)
[INFO] Fetching org.eclipse.emf.parsley.doc.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.emf.parsley.wizards.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.14kB)
[INFO] Fetching org.eclipse.emf.parsley.views.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.92kB)
[INFO] Fetching org.eclipse.emf.parsley.generator.common.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (15.36kB)
[INFO] Fetching org.eclipse.emf.parsley.common.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (163.82kB)
[INFO] Fetching org.eclipse.emf.parsley.runtime.common.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (36.02kB)
[INFO] Fetching org.eclipse.emf.parsley.views.common.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (30.63kB)
[INFO] Fetching org.eclipse.emf.parsley.editors.common.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (24.77kB)
[INFO] Fetching org.eclipse.emf.parsley.feature.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/features/ (20.72kB)
[INFO] Fetching org.eclipse.emf.parsley.junit4_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.parsley.junit4_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.22kB)
[INFO] Unpacking org.eclipse.emf.parsley.junit4_1.13.0.v20201130-1005...
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.18kB)
[INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (123kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (123kB)
[INFO] Unpacking org.junit_4.13.0.v20200204-1500...
[INFO] Fetching org.eclipse.emf.parsley.junit4.feature_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/features/ (18.75kB)
[INFO] Fetching org.eclipse.emf.parsley.junit4.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (20.92kB)
[INFO] Fetching org.eclipse.emf.parsley.junit4.feature.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/features/ (20.41kB)
[INFO] Fetching org.eclipse.emf.parsley.sdk_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.parsley.sdk.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-03/features/ (20.64kB)
[INFO] Fetching org.eclipse.xtext.junit4_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (82.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.junit4_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (82.35kB)
[INFO] Unpacking org.eclipse.xtext.junit4_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.emf.query.doc_1.2.0.201805030653.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.11kB)
[INFO] Fetching org.eclipse.emf.query.examples_1.2.0.201805030653.jar from https://download.eclipse.org/staging/2021-03/plugins/ (168.18kB)
[INFO] Fetching org.eclipse.emf.query.doc_1.12.0.201805030653.jar from https://download.eclipse.org/staging/2021-03/features/ (21.31kB)
[INFO] Fetching org.eclipse.emf.query_1.12.0.201805030653.jar from https://download.eclipse.org/staging/2021-03/features/ (21.57kB)
[INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.201805030653.jar from https://download.eclipse.org/staging/2021-03/plugins/ (29.56kB)
[INFO] Fetching org.eclipse.ocl_3.16.0.v20210201-1648.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.emf.query.ocl_1.12.0.201805030653.jar from https://download.eclipse.org/staging/2021-03/features/ (21.51kB)
[INFO] Fetching org.eclipse.emf.query.ocl.source_2.0.0.201805030653.jar from https://download.eclipse.org/staging/2021-03/plugins/ (21.29kB)
[INFO] Fetching org.eclipse.emf.query.ocl.source_1.12.0.201805030653.jar from https://download.eclipse.org/staging/2021-03/features/ (21.22kB)
[INFO] Fetching org.eclipse.emf.query.sdk_1.12.0.201805030653.jar from https://download.eclipse.org/staging/2021-03/features/ (21.1kB)
[INFO] Fetching org.eclipse.emf.query.source_1.7.0.201805030653.jar from https://download.eclipse.org/staging/2021-03/plugins/ (96.02kB)
[INFO] Fetching org.eclipse.emf.query.source_1.12.0.201805030653.jar from https://download.eclipse.org/staging/2021-03/features/ (21.2kB)
[INFO] Fetching org.eclipse.emf.sdk_2.25.0.v20210114-1734.jar from https://download.eclipse.org/staging/2021-03/features/ (19.03kB)
[INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.emf.source_2.25.0.v20210114-1734.jar from https://download.eclipse.org/staging/2021-03/features/ (20.39kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/staging/2021-03/plugins/ (403.7kB)
[INFO] Fetching org.eclipse.emf.transaction.doc_1.4.0.201805140824.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.21kB)
[INFO] Fetching org.eclipse.emf.transaction.examples_1.2.100.201805140824.jar from https://download.eclipse.org/staging/2021-03/plugins/ (169.7kB)
[INFO] Fetching org.eclipse.emf.transaction.doc_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-03/features/ (21.3kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/staging/2021-03/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-03/features/ (21.63kB)
[INFO] Fetching org.eclipse.emf.transaction.sdk_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-03/features/ (21.27kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.9.1.201805140824.jar from https://download.eclipse.org/staging/2021-03/plugins/ (153.08kB)
[INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.0.201805140824.jar from https://download.eclipse.org/staging/2021-03/plugins/ (24.7kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-03/features/ (21.22kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.202008210805.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.12kB)
[INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.202008210805.jar from https://download.eclipse.org/staging/2021-03/plugins/ (179.84kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.12.2.202008210805.jar from https://download.eclipse.org/staging/2021-03/features/ (21.3kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from https://download.eclipse.org/staging/2021-03/plugins/ (74.19kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202008210805.jar from https://download.eclipse.org/staging/2021-03/plugins/ (22.33kB)
[INFO] Fetching org.eclipse.emf.validation_1.12.2.202008210805.jar from https://download.eclipse.org/staging/2021-03/features/ (21.63kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/staging/2021-03/plugins/ (20.82kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.12.2.202008210805.jar from https://download.eclipse.org/staging/2021-03/features/ (21.56kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.202008210805.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.39kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.12.2.202008210805.jar from https://download.eclipse.org/staging/2021-03/features/ (21.21kB)
[INFO] Fetching org.eclipse.emf.validation.sdk_1.12.2.202008210805.jar from https://download.eclipse.org/staging/2021-03/features/ (21.2kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.8.0.202008210805.jar from https://download.eclipse.org/staging/2021-03/plugins/ (324.23kB)
[INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.202008210805.jar from https://download.eclipse.org/staging/2021-03/plugins/ (54.05kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202008210805.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19.05kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.12.2.202008210805.jar from https://download.eclipse.org/staging/2021-03/features/ (21.25kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/staging/2021-03/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.emf.workspace.doc_1.3.0.201805140824.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.25kB)
[INFO] Fetching org.eclipse.emf.workspace.doc_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-03/features/ (21.26kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/staging/2021-03/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.emf.workspace_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-03/features/ (21.65kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.5.1.201805140824.jar from https://download.eclipse.org/staging/2021-03/plugins/ (69.87kB)
[INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.0.201805140824.jar from https://download.eclipse.org/staging/2021-03/plugins/ (16.01kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-03/features/ (21.24kB)
[INFO] Fetching org.eclipse.emfforms.core.bazaar.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.22kB)
[INFO] Fetching org.eclipse.emfforms.core.bazaar.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (25.96kB)
[INFO] Fetching org.eclipse.emfforms.core.bazaar.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.84kB)
[INFO] Fetching org.eclipse.emfforms.core.services.databinding.index_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.databinding.index_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.75kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.databinding.index_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.segments.index_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.segments.index_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.53kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.segments.index_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.databinding.mapping_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.databinding.mapping_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.17kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.databinding.mapping_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.segments.mapping_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.segments.mapping_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.06kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.segments.mapping_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.index_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.index_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.72kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.domainexpander.index_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.mapping_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.mapping_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.48kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.domainexpander.mapping_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.view.indexsegment.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.view.indexsegment.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.17kB)
[INFO] Unpacking org.eclipse.emfforms.view.indexsegment.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.view.mappingsegment.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.view.mappingsegment.model_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.19kB)
[INFO] Unpacking org.eclipse.emfforms.view.mappingsegment.model_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.index_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.index_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.17kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.structuralchange.index_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.mapping_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.mapping_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.91kB)
[INFO] Unpacking org.eclipse.emfforms.core.services.structuralchange.mapping_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.editor.ecore_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (36.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.editor.ecore_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (36.15kB)
[INFO] Unpacking org.eclipse.emfforms.editor.ecore_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.editor.genmodel_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.editor.genmodel_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.79kB)
[INFO] Unpacking org.eclipse.emfforms.editor.genmodel_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.editor.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.31kB)
[INFO] Fetching org.eclipse.emfforms.editor.ecore.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (51.26kB)
[INFO] Fetching org.eclipse.emfforms.editor.genmodel.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (25.01kB)
[INFO] Fetching org.eclipse.emfforms.editor.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.84kB)
[INFO] Fetching org.eclipse.emfforms.swt.control.multiattribute.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.23kB)
[INFO] Fetching org.eclipse.emfforms.swt.control.multiattribute.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (30.74kB)
[INFO] Fetching org.eclipse.emfforms.swt.control.multiattribute.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (41kB)
[INFO] Fetching org.eclipse.emfforms.view.annotation.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emfforms.view.annotation.model.edit_1.26.0.20210201-1231.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.33kB)
[INFO] Unpacking org.eclipse.emfforms.view.annotation.model.edit_1.26.0.20210201-1231...
[INFO] Fetching org.eclipse.emfforms.view.annotation.feature_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (39.27kB)
[INFO] Fetching org.eclipse.emfforms.view.annotation.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (20.49kB)
[INFO] Fetching org.eclipse.emfforms.view.annotation.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.19kB)
[INFO] Fetching org.eclipse.emf.ecp.view.template.annotation.model.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (21.44kB)
[INFO] Fetching org.eclipse.emf.ecp.view.template.annotation.model.edit.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.58kB)
[INFO] Fetching org.eclipse.emfforms.view.annotation.feature.source_1.26.0.20210201-1231.jar from https://download.eclipse.org/staging/2021-03/features/ (40.92kB)
[INFO] Fetching org.eclipse.epp.mpc.core_1.9.1.v20210204-1408.jar from https://download.eclipse.org/staging/2021-03/plugins/ (243.74kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (45.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (45.34kB)
[INFO] Unpacking org.eclipse.userstorage_1.2.0.v20190307-0457...
[INFO] Fetching org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.77kB)
[INFO] Unpacking org.eclipse.userstorage.oauth_1.1.0.v20190307-0457...
[INFO] Fetching org.eclipse.epp.mpc.ui_1.9.1.v20210204-1408.jar from https://download.eclipse.org/staging/2021-03/plugins/ (584.08kB)
[INFO] Fetching org.eclipse.epp.mpc.ui.css_1.9.1.v20210204-1408.jar from https://download.eclipse.org/staging/2021-03/plugins/ (22.12kB)
[INFO] Fetching org.eclipse.epp.mpc.help.ui_1.9.1.v20210204-1408.jar from https://download.eclipse.org/staging/2021-03/plugins/ (749.78kB)
[INFO] Fetching org.eclipse.epp.mpc_1.9.1.v20210204-1408.jar from https://download.eclipse.org/staging/2021-03/features/ (20.25kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (75.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (75.86kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234...
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (17.02kB)
[INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008...
[INFO] Fetching org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.66kB)
[INFO] Unpacking org.eclipse.userstorage.ui_1.1.0.v20190307-0457...
[INFO] Fetching org.eclipse.equinox.executable_3.8.1100.v20210122-1532.jar from https://download.eclipse.org/staging/2021-03/features/ (288.65kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1100.v20210122-1532 from https://download.eclipse.org/staging/2021-03/binary/ (25.8kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.0.v20210129-2007.jar from https://download.eclipse.org/staging/2021-03/plugins/ (107.02kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.1.500.v20210116-1227.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19.92kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.6.300.v20200211-1504.jar from https://download.eclipse.org/staging/2021-03/plugins/ (60.76kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.4.700.v20200511-1530.jar from https://download.eclipse.org/staging/2021-03/plugins/ (66.98kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.6.700.v20200511-1530.jar from https://download.eclipse.org/staging/2021-03/plugins/ (138.75kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.1.400.v20200221-1022.jar from https://download.eclipse.org/staging/2021-03/plugins/ (18.84kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.5.100.v20200908-1020.jar from https://download.eclipse.org/staging/2021-03/plugins/ (247.75kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.3.500.v20210108-0738.jar from https://download.eclipse.org/staging/2021-03/plugins/ (59.72kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.5.0.v20201013-0853.jar from https://download.eclipse.org/staging/2021-03/plugins/ (121.32kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.2.800.v20210115-1344.jar from https://download.eclipse.org/staging/2021-03/plugins/ (96.12kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.3.600.v20200511-1530.jar from https://download.eclipse.org/staging/2021-03/plugins/ (60.9kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.1.500.v20200211-1505.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19.62kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.1.400.v20191002-0702.jar from https://download.eclipse.org/staging/2021-03/plugins/ (34.92kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.1.400.v20200319-1546.jar from https://download.eclipse.org/staging/2021-03/plugins/ (47.5kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.600.v20210126-1005.jar from https://download.eclipse.org/staging/2021-03/plugins/ (102.02kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.1.700.v20200904-1601.jar from https://download.eclipse.org/staging/2021-03/plugins/ (47.23kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.0.v20201012-1345.jar from https://download.eclipse.org/staging/2021-03/plugins/ (31.23kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.5.1000.v20201106-1246.jar from https://download.eclipse.org/staging/2021-03/plugins/ (64.21kB)
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.500.v20210125-1508.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.41kB)
[INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from https://download.eclipse.org/staging/2021-03/plugins/ (149.53kB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.1.500.v20200106-1437.jar from https://download.eclipse.org/staging/2021-03/plugins/ (25.94kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.900.v20210129-2007.jar from https://download.eclipse.org/staging/2021-03/features/ (19.48kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.9kB)
[INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234...
[INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.2.800.v20200916-1234.jar from https://download.eclipse.org/staging/2021-03/features/ (19.02kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.1.600.v20200511-1530.jar from https://download.eclipse.org/staging/2021-03/plugins/ (34.79kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.2.500.v20191211-1631.jar from https://download.eclipse.org/staging/2021-03/plugins/ (22.74kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.3.500.v20210116-1855.jar from https://download.eclipse.org/staging/2021-03/plugins/ (34.03kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.5.400.v20200511-1530.jar from https://download.eclipse.org/staging/2021-03/plugins/ (74.67kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.3.400.v20191213-1911.jar from https://download.eclipse.org/staging/2021-03/plugins/ (26.24kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.2.600.v20210114-1107.jar from https://download.eclipse.org/staging/2021-03/plugins/ (178.62kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.3.700.v20200828-0839.jar from https://download.eclipse.org/staging/2021-03/plugins/ (149.32kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1100.v20210129-2007.jar from https://download.eclipse.org/staging/2021-03/features/ (19.18kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.0.v20210114-1216.jar from https://download.eclipse.org/staging/2021-03/plugins/ (294.33kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.0.v20201012-1421.jar from https://download.eclipse.org/staging/2021-03/plugins/ (55.67kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.2.300.v20200222-1600.jar from https://download.eclipse.org/staging/2021-03/plugins/ (15.42kB)
[INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.0.v20210121-0947.jar from https://download.eclipse.org/staging/2021-03/plugins/ (85.51kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.0.v20210114-1214.jar from https://download.eclipse.org/staging/2021-03/plugins/ (30.22kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1100.v20210129-2007.jar from https://download.eclipse.org/staging/2021-03/features/ (19.12kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.1.500.v20210108-0738.jar from https://download.eclipse.org/staging/2021-03/plugins/ (70.96kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.0.v20210116-1227.jar from https://download.eclipse.org/staging/2021-03/plugins/ (51kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1100.v20210129-2007.jar from https://download.eclipse.org/staging/2021-03/features/ (19.11kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (366.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (366.65kB)
[INFO] Unpacking org.eclipse.gef_3.11.0.201606061308...
[INFO] Fetching org.eclipse.gef.doc.isv_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.52MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.gef.doc.isv_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.52MB)
[INFO] Unpacking org.eclipse.gef.doc.isv_3.11.0.201606061308...
[INFO] Fetching org.eclipse.gef.examples.ui.pde_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.gef.examples.ui.pde_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14kB)
[INFO] Unpacking org.eclipse.gef.examples.ui.pde_3.11.0.201606061308...
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from https://download.eclipse.org/staging/2021-03/features/ (19.56kB)
[INFO] Fetching org.eclipse.gef.sdk_3.11.0.201606061308.jar from https://download.eclipse.org/staging/2021-03/features/ (19.56kB)
[INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from https://download.eclipse.org/staging/2021-03/plugins/ (828.05kB)
[INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from https://download.eclipse.org/staging/2021-03/features/ (19.32kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.geoshapes_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (37.84kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (257.14kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (90.14kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (92.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (215.85kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (114.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (100.25kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (69.5kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (23.91kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (99.83kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (201.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (39.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (101.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (29kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model_1.2.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (74.15kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.2.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (66.05kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (92.83kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (190.36kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.editor_1.2.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (70.74kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/features/ (21.8kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (338.99kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/features/ (21.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (117.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (101.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (120.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (24.75kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (76.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (133.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (218.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19.09kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (137.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (318.69kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (49.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (110.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (18.33kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (93.45kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (62.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (29.03kB)
[INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (752.78kB)
[INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/features/ (22.23kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/features/ (21.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/features/ (21.68kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (320.36kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (134.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/features/ (21.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.01kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/features/ (21.79kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/features/ (22.02kB)
[INFO] Fetching org.apache.batik.dom.svg.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (421.68kB)
[INFO] Fetching org.apache.batik.bridge.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (610.86kB)
[INFO] Fetching org.apache.batik.dom.source_1.6.1.v201505192100.jar from https://download.eclipse.org/staging/2021-03/plugins/ (131.81kB)
[INFO] Fetching org.apache.batik.ext.awt.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (524.88kB)
[INFO] Fetching org.apache.batik.transcoder.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (93.17kB)
[INFO] Fetching org.apache.batik.svggen.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (251.68kB)
[INFO] Fetching org.apache.batik.util.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (111.06kB)
[INFO] Fetching org.apache.batik.css.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (287.09kB)
[INFO] Fetching org.apache.batik.util.gui.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (127.65kB)
[INFO] Fetching org.apache.batik.parser.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (77.07kB)
[INFO] Fetching org.apache.batik.xml.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-03/plugins/ (33.56kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/features/ (21.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (100.91kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (177.27kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (71.74kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (34.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (91.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (77.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (80.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19.82kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (61.68kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (110.63kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (842.36kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (131.47kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (16.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (70.36kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (101.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (82.83kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (81.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (85.77kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (48.35kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.1.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (231.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (44.94kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (166.06kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (96.48kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (27.52kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (90.63kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (183.25kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (16.28kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (74.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (49.68kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (90.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (21.22kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (58.58kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/plugins/ (60.66kB)
[INFO] Fetching org.eclipse.gmf.source_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-03/features/ (22.13kB)
[INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (57.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (57.06kB)
[INFO] Unpacking javax.el.source_2.2.0.v201303151357...
[INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (118.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (118.48kB)
[INFO] Unpacking javax.servlet.source_3.1.0.v201410161800...
[INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (129.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (129.79kB)
[INFO] Unpacking javax.servlet.jsp.source_2.2.0.v201112011158...
[INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (73.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (73.27kB)
[INFO] Unpacking com.sun.el.source_2.2.0.v201303151357...
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (321.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (321.04kB)
[INFO] Unpacking org.apache.jasper.glassfish.source_2.2.2.v201501141630...
[INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.66MB)
[INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/staging/2021-03/plugins/ (2.24MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/staging/2021-03/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.equinox.http.jetty.source_3.7.500.v20200915-1207.jar from https://download.eclipse.org/staging/2021-03/plugins/ (22.46kB)
[INFO] Fetching org.eclipse.equinox.http.registry.source_1.2.0.v20200614-1851.jar from https://download.eclipse.org/staging/2021-03/plugins/ (32.54kB)
[INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.0.v20210120-1602.jar from https://download.eclipse.org/staging/2021-03/plugins/ (140.86kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19.16kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.02kB)
[INFO] Fetching org.eclipse.help.base.source_4.3.200.v20210129-1800.jar from https://download.eclipse.org/staging/2021-03/plugins/ (306.86kB)
[INFO] Fetching org.eclipse.help.ui.source_4.2.200.v20210123-1004.jar from https://download.eclipse.org/staging/2021-03/plugins/ (220.62kB)
[INFO] Fetching org.eclipse.help.webapp.source_3.10.200.v20210128-0747.jar from https://download.eclipse.org/staging/2021-03/plugins/ (198.3kB)
[INFO] Fetching org.eclipse.jetty.continuation.source_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (32.7kB)
[INFO] Fetching org.eclipse.jetty.http.source_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (137.53kB)
[INFO] Fetching org.eclipse.jetty.io.source_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (103.31kB)
[INFO] Fetching org.eclipse.jetty.security.source_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (94.46kB)
[INFO] Fetching org.eclipse.jetty.server.source_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (443.58kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (88.11kB)
[INFO] Fetching org.eclipse.jetty.util.source_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (392.95kB)
[INFO] Fetching org.eclipse.jetty.util.ajax.source_9.4.36.v20210114.jar from https://download.eclipse.org/staging/2021-03/plugins/ (43.01kB)
[INFO] Fetching org.eclipse.core.net.source_1.3.1000.v20200715-0827.jar from https://download.eclipse.org/staging/2021-03/plugins/ (58.58kB)
[INFO] Fetching org.eclipse.help.source_2.3.500.v20210129-1800.jar from https://download.eclipse.org/staging/2021-03/features/ (18.81kB)
[INFO] Fetching org.eclipse.jdt_3.18.700.v20210129-1800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt_3.18.700.v20210129-1800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.44kB)
[INFO] Unpacking org.eclipse.jdt_3.18.700.v20210129-1800...
[INFO] Fetching org.eclipse.jdt.annotation_1.1.500.v20200407-1355.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.jdt.annotation_1.1.500.v20200407-1355.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.46kB)
[INFO] Unpacking org.eclipse.jdt.annotation_1.1.500.v20200407-1355...
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.59kB)
[INFO] Unpacking org.eclipse.jdt.annotation_2.2.600.v20200408-1511...
[INFO] Fetching org.eclipse.jdt.apt.core_3.6.800.v20200916-0645.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (128.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.apt.core_3.6.800.v20200916-0645.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (128.03kB)
[INFO] Unpacking org.eclipse.jdt.apt.core_3.6.800.v20200916-0645...
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (18.1kB)
[INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447...
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1100.v20200916-0645.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (154.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1100.v20200916-0645.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (154.45kB)
[INFO] Unpacking org.eclipse.jdt.compiler.tool_1.2.1100.v20200916-0645...
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1200.v20200916-0645.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (77.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1200.v20200916-0645.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (77.51kB)
[INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.1200.v20200916-0645...
[INFO] Fetching org.eclipse.jdt.apt.ui_3.6.500.v20200828-1336.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.apt.ui_3.6.500.v20200828-1336.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.59kB)
[INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.500.v20200828-1336...
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.04kB)
[INFO] Unpacking org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748...
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210129-1145.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (527kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210129-1145.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (527kB)
[INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.300.v20210129-1145...
[INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210129-0652.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (900.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210129-0652.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (900.92kB)
[INFO] Unpacking org.eclipse.jdt.debug_3.17.100.v20210129-0652...
[INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1100.v20210127-1904.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (5.03MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1100.v20210127-1904.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (5.03MB)
[INFO] Unpacking org.eclipse.jdt.doc.isv_3.14.1100.v20210127-1904...
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.1000.v20210105-0743.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.65MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.1000.v20210105-0743.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.65MB)
[INFO] Unpacking org.eclipse.jdt.doc.user_3.15.1000.v20210105-0743...
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.1000.v20210112-0706.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (65.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.1000.v20210112-0706.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (65.62kB)
[INFO] Unpacking org.eclipse.jdt.junit.core_3.10.1000.v20210112-0706...
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.500.v20210112-0706.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.500.v20210112-0706.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.62kB)
[INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.500.v20210112-0706...
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1500.v20210112-1623.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1500.v20210112-1623.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.16kB)
[INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.1500.v20210112-1623...
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1200.v20210112-0706.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1200.v20210112-0706.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.92kB)
[INFO] Unpacking org.eclipse.jdt.junit5.runtime_1.0.1200.v20210112-0706...
[INFO] Fetching org.junit.jupiter.api_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (63.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.api_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (63.1kB)
[INFO] Unpacking org.junit.jupiter.api_5.7.0.v20201026-1537...
[INFO] Fetching org.junit.jupiter.engine_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (73.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.engine_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (73.01kB)
[INFO] Unpacking org.junit.jupiter.engine_5.7.0.v20201026-1537...
[INFO] Fetching org.junit.jupiter.migrationsupport_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.migrationsupport_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.56kB)
[INFO] Unpacking org.junit.jupiter.migrationsupport_5.7.0.v20201026-1537...
[INFO] Fetching org.junit.jupiter.params_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (186.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.params_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (186.11kB)
[INFO] Unpacking org.junit.jupiter.params_5.7.0.v20201026-1537...
[INFO] Fetching org.junit.platform.commons_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (51.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.commons_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (51.01kB)
[INFO] Unpacking org.junit.platform.commons_1.7.0.v20201026-1537...
[INFO] Fetching org.junit.platform.engine_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (60.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.engine_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (60.04kB)
[INFO] Unpacking org.junit.platform.engine_1.7.0.v20201026-1537...
[INFO] Fetching org.junit.platform.launcher_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (53.72kB)
[INFO] Fetching org.junit.platform.launcher_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (53.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.junit.platform.launcher_1.7.0.v20201026-1537...
[INFO] Fetching org.junit.platform.runner_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.runner_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.11kB)
[INFO] Unpacking org.junit.platform.runner_1.7.0.v20201026-1537...
[INFO] Fetching org.junit.platform.suite.api_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.suite.api_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.92kB)
[INFO] Unpacking org.junit.platform.suite.api_1.7.0.v20201026-1537...
[INFO] Fetching org.junit.vintage.engine_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.vintage.engine_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.75kB)
[INFO] Unpacking org.junit.vintage.engine_5.7.0.v20201026-1537...
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.79kB)
[INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900...
[INFO] Fetching org.eclipse.jdt_3.18.700.v20210129-1800.jar from https://download.eclipse.org/staging/2021-03/features/ (19.72kB)
[INFO] Fetching org.eclipse.ant.ui.source_3.7.1100.v20210115-1521.jar from https://download.eclipse.org/staging/2021-03/plugins/ (610.05kB)
[INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.800.v20200916-0645.jar from https://download.eclipse.org/staging/2021-03/plugins/ (355.63kB)
[INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.500.v20200828-1336.jar from https://download.eclipse.org/staging/2021-03/plugins/ (45.87kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar from https://download.eclipse.org/staging/2021-03/plugins/ (33.82kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.1200.v20200916-0645.jar from https://download.eclipse.org/staging/2021-03/plugins/ (135.62kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.1100.v20200916-0645.jar from https://download.eclipse.org/staging/2021-03/plugins/ (50.73kB)
[INFO] Fetching org.eclipse.jdt.core.source_3.25.0.v20210127-1954.jar from https://download.eclipse.org/staging/2021-03/plugins/ (5.2MB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.86kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_1.1.500.v20200407-1355.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.03kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from https://download.eclipse.org/staging/2021-03/plugins/ (17.86kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.14.300.v20210129-1145.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.200.v20210125-1231.jar from https://download.eclipse.org/staging/2021-03/plugins/ (842.8kB)
[INFO] Fetching org.eclipse.jdt.debug.source_3.17.100.v20210129-0652.jar from https://download.eclipse.org/staging/2021-03/plugins/ (764.37kB)
[INFO] Fetching org.eclipse.jdt.junit.source_3.11.1100.v20210128-0954.jar from https://download.eclipse.org/staging/2021-03/plugins/ (198.18kB)
[INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.1000.v20210112-0706.jar from https://download.eclipse.org/staging/2021-03/plugins/ (113.73kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.5.500.v20210112-0706.jar from https://download.eclipse.org/staging/2021-03/plugins/ (45.73kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.1500.v20210112-1623.jar from https://download.eclipse.org/staging/2021-03/plugins/ (18.35kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1200.v20210112-0706.jar from https://download.eclipse.org/staging/2021-03/plugins/ (15.11kB)
[INFO] Fetching org.eclipse.jdt.launching.source_3.19.100.v20201231-1226.jar from https://download.eclipse.org/staging/2021-03/plugins/ (350.79kB)
[INFO] Fetching org.eclipse.jdt.ui.source_3.22.100.v20210129-1145.jar from https://download.eclipse.org/staging/2021-03/plugins/ (5.34MB)
[INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from https://download.eclipse.org/staging/2021-03/plugins/ (258.21kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/staging/2021-03/plugins/ (51.3kB)
[INFO] Fetching org.junit.jupiter.api.source_5.7.0.v20201026-1537.jar from https://download.eclipse.org/staging/2021-03/plugins/ (196.24kB)
[INFO] Fetching org.junit.jupiter.engine.source_5.7.0.v20201026-1537.jar from https://download.eclipse.org/staging/2021-03/plugins/ (138.9kB)
[INFO] Fetching org.junit.jupiter.migrationsupport.source_5.7.0.v20201026-1537.jar from https://download.eclipse.org/staging/2021-03/plugins/ (39.73kB)
[INFO] Fetching org.junit.jupiter.params.source_5.7.0.v20201026-1537.jar from https://download.eclipse.org/staging/2021-03/plugins/ (84.21kB)
[INFO] Fetching org.junit.platform.commons.source_1.7.0.v20201026-1537.jar from https://download.eclipse.org/staging/2021-03/plugins/ (90.23kB)
[INFO] Fetching org.junit.platform.engine.source_1.7.0.v20201026-1537.jar from https://download.eclipse.org/staging/2021-03/plugins/ (152.5kB)
[INFO] Fetching org.junit.platform.launcher.source_1.7.0.v20201026-1537.jar from https://download.eclipse.org/staging/2021-03/plugins/ (101.55kB)
[INFO] Fetching org.junit.platform.runner.source_1.7.0.v20201026-1537.jar from https://download.eclipse.org/staging/2021-03/plugins/ (26.96kB)
[INFO] Fetching org.junit.platform.suite.api.source_1.7.0.v20201026-1537.jar from https://download.eclipse.org/staging/2021-03/plugins/ (34.47kB)
[INFO] Fetching org.junit.vintage.engine.source_5.7.0.v20201026-1537.jar from https://download.eclipse.org/staging/2021-03/plugins/ (53.87kB)
[INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from https://download.eclipse.org/staging/2021-03/plugins/ (20.88kB)
[INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.05kB)
[INFO] Fetching org.eclipse.ant.launching.source_1.2.1000.v20200610-1458.jar from https://download.eclipse.org/staging/2021-03/plugins/ (128.07kB)
[INFO] Fetching org.eclipse.jdt.source_3.18.700.v20210129-1800.jar from https://download.eclipse.org/staging/2021-03/features/ (19.08kB)
[INFO] Fetching org.eclipse.jgit.archive_5.11.0.202102031030-m2.jar from https://download.eclipse.org/staging/2021-03/plugins/ (25.5kB)
[INFO] Fetching org.eclipse.jgit_5.11.0.202102031030-m2.jar from https://download.eclipse.org/staging/2021-03/features/ (14.33kB)
[INFO] Fetching org.eclipse.jgit.gpg.bc_5.11.0.202102031030-m2.jar from https://download.eclipse.org/staging/2021-03/plugins/ (30.51kB)
[INFO] Fetching org.eclipse.jgit.gpg.bc_5.11.0.202102031030-m2.jar from https://download.eclipse.org/staging/2021-03/features/ (14.35kB)
[INFO] Fetching org.eclipse.jgit.http.apache_5.11.0.202102031030-m2.jar from https://download.eclipse.org/staging/2021-03/features/ (14.36kB)
[INFO] Fetching org.eclipse.jgit.ssh.apache_5.11.0.202102031030-m2.jar from https://download.eclipse.org/staging/2021-03/features/ (14.34kB)
[INFO] Fetching org.eclipse.mylyn.commons_3.25.2.v20200813-0821.jar from https://download.eclipse.org/staging/2021-03/features/ (19.17kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.35kB)
[INFO] Unpacking org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821.jar from https://download.eclipse.org/staging/2021-03/features/ (19.12kB)
[INFO] Fetching org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (60.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (60.16kB)
[INFO] Unpacking org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.04kB)
[INFO] Unpacking org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821.jar from https://download.eclipse.org/staging/2021-03/features/ (19.27kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.53kB)
[INFO] Unpacking org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (62.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (62.39kB)
[INFO] Unpacking org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821.jar from https://download.eclipse.org/staging/2021-03/features/ (19.19kB)
[INFO] Fetching org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (84.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (84.8kB)
[INFO] Unpacking org.eclipse.mylyn.context.core_3.25.2.v20200828-1617...
[INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.64kB)
[INFO] Unpacking org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (110.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (110.91kB)
[INFO] Unpacking org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617...
[INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (31.68kB)
[INFO] Unpacking org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (61.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (61.21kB)
[INFO] Unpacking org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (61.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (61.7kB)
[INFO] Unpacking org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.discovery_3.25.2.v20200813-0821.jar from https://download.eclipse.org/staging/2021-03/features/ (19.15kB)
[INFO] Fetching org.eclipse.mylyn.monitor_3.25.2.v20200813-0821.jar from https://download.eclipse.org/staging/2021-03/features/ (19.14kB)
[INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (326.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (326.34kB)
[INFO] Unpacking org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512...
[INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.16kB)
[INFO] Unpacking org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512...
[INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.33kB)
[INFO] Unpacking org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512...
[INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.33MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.33MB)
[INFO] Unpacking org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512...
[INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (46.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (46.77kB)
[INFO] Unpacking org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512...
[INFO] Fetching org.eclipse.mylyn.wikitext.ant_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-03/plugins/ (45.97kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.asciidoc_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-03/plugins/ (112.49kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.asciidoc.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.43kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/plugins/ (440.83kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.confluence_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-03/plugins/ (92.9kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.confluence.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.68kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.context.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/plugins/ (29.81kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.osgi_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.4kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.textile_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-03/plugins/ (90.45kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.html_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-03/plugins/ (49.1kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.mediawiki_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-03/plugins/ (83.18kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.tracwiki_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-03/plugins/ (72.54kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.twiki_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-03/plugins/ (50.54kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.help.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.28MB)
[INFO] Fetching org.eclipse.mylyn.wikitext.textile.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.26kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.markdown.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.99kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.mediawiki.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.44kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.tracwiki.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.42kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.twiki.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.28kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.editors_feature_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/features/ (18.85kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.tasks.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/plugins/ (45.43kB)
[INFO] Fetching org.eclipse.mylyn.wikitext_feature_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-03/features/ (19.11kB)
[INFO] Fetching org.eclipse.mylyn_feature_3.25.2.v20200814-0512.jar from https://download.eclipse.org/staging/2021-03/features/ (19.82kB)
[INFO] Fetching org.eclipse.nebula.widgets.tablecombo_1.2.0.202101180939.jar from https://download.eclipse.org/staging/2021-03/plugins/ (37.19kB)
[INFO] Fetching org.eclipse.net4j.db.jdbc_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.db.jdbc_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.69kB)
[INFO] Unpacking org.eclipse.net4j.db.jdbc_4.4.0.v20210118-1607...
[INFO] Fetching org.eclipse.net4j.db_4.13.0.v20210202-0935.jar from https://download.eclipse.org/staging/2021-03/features/ (28.53kB)
[INFO] Fetching org.h2_1.3.168.v201212121212.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.27MB)
[INFO] Fetching org.eclipse.net4j.db.h2_4.5.0.v20210202-0935.jar from https://download.eclipse.org/staging/2021-03/features/ (28.38kB)
[INFO] Fetching org.eclipse.net4j.debug_3.2.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.debug_3.2.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.01kB)
[INFO] Unpacking org.eclipse.net4j.debug_3.2.0.v20210118-1607...
[INFO] Fetching org.eclipse.net4j.examples.installer_4.2.3.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (278.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.examples.installer_4.2.3.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (278.29kB)
[INFO] Unpacking org.eclipse.net4j.examples.installer_4.2.3.v20210118-1607...
[INFO] Fetching org.eclipse.net4j.examples.installer_4.3.3.v20210118-1607.jar from https://download.eclipse.org/staging/2021-03/features/ (28.37kB)
[INFO] Fetching org.eclipse.net4j.http.common_4.1.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.http.common_4.1.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.77kB)
[INFO] Unpacking org.eclipse.net4j.http.common_4.1.1.v20210118-1607...
[INFO] Fetching org.eclipse.net4j.http_4.1.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.http_4.1.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.01kB)
[INFO] Unpacking org.eclipse.net4j.http_4.1.1.v20210118-1607...
[INFO] Fetching org.eclipse.net4j.http.server_4.1.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.http.server_4.1.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.41kB)
[INFO] Unpacking org.eclipse.net4j.http.server_4.1.1.v20210118-1607...
[INFO] Fetching org.eclipse.net4j_4.13.0.v20210202-1146.jar from https://download.eclipse.org/staging/2021-03/features/ (28.52kB)
[INFO] Fetching org.eclipse.net4j.util_4.13.0.v20210202-0926.jar from https://download.eclipse.org/staging/2021-03/features/ (28.37kB)
[INFO] Fetching org.eclipse.net4j.util.ui_4.13.0.v20210202-1146.jar from https://download.eclipse.org/staging/2021-03/features/ (28.41kB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (53.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (53.45kB)
[INFO] Unpacking lpg.runtime.java_2.0.17.v201004271640...
[INFO] Fetching org.eclipse.ocl.common_1.8.600.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.common_1.8.600.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.71kB)
[INFO] Unpacking org.eclipse.ocl.common_1.8.600.v20210201-1648...
[INFO] Fetching org.eclipse.ocl.all_5.14.0.v20210201-1648.jar from https://download.eclipse.org/staging/2021-03/features/ (19.27kB)
[INFO] Fetching org.eclipse.ocl.all.sdk_5.14.0.v20210201-1648.jar from https://download.eclipse.org/staging/2021-03/features/ (19.28kB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.14.0.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.common.ui_1.14.0.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.33kB)
[INFO] Unpacking org.eclipse.ocl.common.ui_1.14.0.v20210201-1648...
[INFO] Fetching org.eclipse.ocl.core.sdk_5.14.0.v20210201-1648.jar from https://download.eclipse.org/staging/2021-03/features/ (19.31kB)
[INFO] Fetching org.eclipse.ocl.doc_3.14.400.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (4.03MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.doc_3.14.400.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (4.03MB)
[INFO] Unpacking org.eclipse.ocl.doc_3.14.400.v20210201-1648...
[INFO] Fetching org.eclipse.ocl.doc_3.14.500.v20210201-1648.jar from https://download.eclipse.org/staging/2021-03/features/ (19.16kB)
[INFO] Fetching org.eclipse.ocl.ecore.edit_4.6.600.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (28.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.ecore.edit_4.6.600.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (28.89kB)
[INFO] Unpacking org.eclipse.ocl.ecore.edit_4.6.600.v20210201-1648...
[INFO] Fetching org.eclipse.ocl.edit_4.7.500.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (41.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.edit_4.7.500.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (41.58kB)
[INFO] Unpacking org.eclipse.ocl.edit_4.7.500.v20210201-1648...
[INFO] Fetching org.eclipse.ocl.uml.edit_5.10.200.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.uml.edit_5.10.200.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.15kB)
[INFO] Unpacking org.eclipse.ocl.uml.edit_5.10.200.v20210201-1648...
[INFO] Fetching org.eclipse.ocl.edit_5.14.0.v20210201-1648.jar from https://download.eclipse.org/staging/2021-03/features/ (19.26kB)
[INFO] Fetching org.eclipse.ocl_3.14.500.v20210201-1648.jar from https://download.eclipse.org/staging/2021-03/features/ (19.3kB)
[INFO] Fetching org.eclipse.ocl.ui_1.14.0.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.ui_1.14.0.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.42kB)
[INFO] Unpacking org.eclipse.ocl.ui_1.14.0.v20210201-1648...
[INFO] Fetching org.eclipse.ocl.uml.ui_2.12.200.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.uml.ui_2.12.200.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (8.77kB)
[INFO] Unpacking org.eclipse.ocl.uml.ui_2.12.200.v20210201-1648...
[INFO] Fetching org.eclipse.ocl.ui_2.14.0.v20210201-1648.jar from https://download.eclipse.org/staging/2021-03/features/ (19.15kB)
[INFO] Fetching org.eclipse.ocl.uml_5.10.200.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (111.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.uml_5.10.200.v20210201-1648.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (111.61kB)
[INFO] Unpacking org.eclipse.ocl.uml_5.10.200.v20210201-1648...
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (243.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (243.5kB)
[INFO] Unpacking org.eclipse.uml2.uml.resources_5.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.03MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.03MB)
[INFO] Unpacking org.eclipse.uml2.uml_5.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (171.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (171.71kB)
[INFO] Unpacking org.eclipse.uml2.uml.edit_5.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.ocl.uml_5.14.0.v20210201-1648.jar from https://download.eclipse.org/staging/2021-03/features/ (19.28kB)
[INFO] Fetching org.eclipse.oomph.base_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (34.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.base_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (34.31kB)
[INFO] Unpacking org.eclipse.oomph.base_1.14.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.util_1.16.0.v20201230-0920.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (77.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.util_1.16.0.v20201230-0920.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (77.45kB)
[INFO] Unpacking org.eclipse.oomph.util_1.16.0.v20201230-0920...
[INFO] Fetching org.eclipse.oomph.base.edit_1.13.0.v20200720-0841.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.base.edit_1.13.0.v20200720-0841.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.59kB)
[INFO] Unpacking org.eclipse.oomph.base.edit_1.13.0.v20200720-0841...
[INFO] Fetching org.eclipse.oomph.extractor.lib_1.8.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.extractor.lib_1.8.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.1kB)
[INFO] Unpacking org.eclipse.oomph.extractor.lib_1.8.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.jreinfo_1.14.0.v20200901-1012.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.jreinfo_1.14.0.v20200901-1012.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (19.13kB)
[INFO] Unpacking org.eclipse.oomph.jreinfo_1.14.0.v20200901-1012...
[INFO] Fetching org.eclipse.oomph.jreinfo.ui_1.12.0.v20200720-0749.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.jreinfo.ui_1.12.0.v20200720-0749.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.81kB)
[INFO] Unpacking org.eclipse.oomph.jreinfo.ui_1.12.0.v20200720-0749...
[INFO] Fetching org.eclipse.oomph.ui_1.15.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (130.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.ui_1.15.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (130.68kB)
[INFO] Unpacking org.eclipse.oomph.ui_1.15.0.v20200820-0414...
[INFO] Fetching org.eclipse.oomph.p2_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.p2_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.03kB)
[INFO] Unpacking org.eclipse.oomph.p2_1.14.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.p2.core_1.17.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (126.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.p2.core_1.17.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (126.12kB)
[INFO] Unpacking org.eclipse.oomph.p2.core_1.17.0.v20200820-0414...
[INFO] Fetching org.eclipse.oomph.p2.doc_1.11.0.v20200624-1156.jar from https://download.eclipse.org/staging/2021-03/plugins/ (314.57kB)
[INFO] Fetching org.eclipse.oomph.p2.edit_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.p2.edit_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.89kB)
[INFO] Unpacking org.eclipse.oomph.p2.edit_1.14.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.p2.ui_1.15.0.v20201231-0755.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (123.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.oomph.p2.ui_1.15.0.v20201231-0755...
[INFO] Fetching org.eclipse.oomph.p2_1.18.0.v20201231-0755.jar from https://download.eclipse.org/staging/2021-03/features/ (19.09kB)
[INFO] Fetching org.eclipse.oomph.predicates_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.predicates_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.45kB)
[INFO] Unpacking org.eclipse.oomph.predicates_1.12.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.predicates.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.predicates.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.42kB)
[INFO] Unpacking org.eclipse.oomph.predicates.edit_1.11.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.preferences_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.preferences_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35kB)
[INFO] Unpacking org.eclipse.oomph.preferences_1.12.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.resources_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (42.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.resources_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (42.83kB)
[INFO] Unpacking org.eclipse.oomph.resources_1.14.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.resources.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.resources.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (14.15kB)
[INFO] Unpacking org.eclipse.oomph.resources.edit_1.11.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.setup_1.18.0.v20201230-0937.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (137.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.setup_1.18.0.v20201230-0937.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (137.71kB)
[INFO] Unpacking org.eclipse.oomph.setup_1.18.0.v20201230-0937...
[INFO] Fetching org.eclipse.oomph.setup.core_1.19.0.v20210111-1121.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (109.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.setup.core_1.19.0.v20210111-1121.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (109.86kB)
[INFO] Unpacking org.eclipse.oomph.setup.core_1.19.0.v20210111-1121...
[INFO] Fetching org.eclipse.oomph.setup.p2_1.16.0.v20200814-1205.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.setup.p2_1.16.0.v20200814-1205.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.67kB)
[INFO] Unpacking org.eclipse.oomph.setup.p2_1.16.0.v20200814-1205...
[INFO] Fetching org.eclipse.oomph.setup.edit_1.15.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (55.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.setup.edit_1.15.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (55.43kB)
[INFO] Unpacking org.eclipse.oomph.setup.edit_1.15.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.setup.sync_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (46.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.setup.sync_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (46.76kB)
[INFO] Unpacking org.eclipse.oomph.setup.sync_1.13.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.setup.p2.edit_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.setup.p2.edit_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.55kB)
[INFO] Unpacking org.eclipse.oomph.setup.p2.edit_1.13.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.setup.core_1.19.0.v20210111-1121.jar from https://download.eclipse.org/staging/2021-03/features/ (19.26kB)
[INFO] Fetching org.eclipse.oomph.setup.doc_1.11.0.v20200624-1156.jar from https://download.eclipse.org/staging/2021-03/plugins/ (2.49MB)
[INFO] Fetching org.eclipse.oomph.setup.editor_1.18.0.v20200805-0908.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (174.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.setup.editor_1.18.0.v20200805-0908.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (174.76kB)
[INFO] Unpacking org.eclipse.oomph.setup.editor_1.18.0.v20200805-0908...
[INFO] Fetching org.eclipse.oomph.setup.ui_1.20.0.v20210126-0525.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (242.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.setup.ui_1.20.0.v20210126-0525.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (242.35kB)
[INFO] Unpacking org.eclipse.oomph.setup.ui_1.20.0.v20210126-0525...
[INFO] Fetching org.eclipse.oomph.workingsets.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.workingsets.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.22kB)
[INFO] Unpacking org.eclipse.oomph.workingsets.edit_1.11.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.workingsets.editor_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (42.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.workingsets.editor_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (42.29kB)
[INFO] Unpacking org.eclipse.oomph.workingsets.editor_1.12.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.setup.ui.questionnaire_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (287.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.setup.ui.questionnaire_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (287.68kB)
[INFO] Unpacking org.eclipse.oomph.setup.ui.questionnaire_1.12.0.v20200624-1156...
[INFO] Fetching org.eclipse.oomph.setup_1.20.0.v20210126-0525.jar from https://download.eclipse.org/staging/2021-03/features/ (19.16kB)
[INFO] Fetching org.eclipse.oomph.workingsets_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.oomph.workingsets_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.63kB)
[INFO] Unpacking org.eclipse.oomph.workingsets_1.11.0.v20200624-1156...
[INFO] Fetching org.eclipse.pde.api.tools_1.2.300.v20210129-0808.jar from https://download.eclipse.org/staging/2021-03/plugins/ (928.67kB)
[INFO] Fetching org.objectweb.asm.tree_9.0.0.v20201001-1419.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (7.65kB)
[INFO] Unpacking org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236...
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.200.v20210118-0937.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (206.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.200.v20210118-0937.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (206.84kB)
[INFO] Unpacking org.eclipse.pde.api.tools.ui_1.2.200.v20210118-0937...
[INFO] Fetching org.eclipse.pde.build_3.10.1000.v20210116-1237.jar from https://download.eclipse.org/staging/2021-03/plugins/ (477.56kB)
[INFO] Fetching org.eclipse.pde.doc.user_3.14.1100.v20210127-1904.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (6.59MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.doc.user_3.14.1100.v20210127-1904.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (6.59MB)
[INFO] Unpacking org.eclipse.pde.doc.user_3.14.1100.v20210127-1904...
[INFO] Fetching org.eclipse.pde.ds.annotations_1.2.0.v20200813-0526.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (63.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ds.annotations_1.2.0.v20200813-0526.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (63.14kB)
[INFO] Unpacking org.eclipse.pde.ds.annotations_1.2.0.v20200813-0526...
[INFO] Fetching org.eclipse.pde.ds.core_1.2.100.v20201105-2204.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ds.core_1.2.100.v20201105-2204.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.93kB)
[INFO] Unpacking org.eclipse.pde.ds.core_1.2.100.v20201105-2204...
[INFO] Fetching org.eclipse.pde.ds.ui_1.2.0.v20200813-0954.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (79.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ds.ui_1.2.0.v20200813-0954.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (79.37kB)
[INFO] Unpacking org.eclipse.pde.ds.ui_1.2.0.v20200813-0954...
[INFO] Fetching org.eclipse.pde_3.13.1400.v20210129-1800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (41.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde_3.13.1400.v20210129-1800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (41.27kB)
[INFO] Unpacking org.eclipse.pde_3.13.1400.v20210129-1800...
[INFO] Fetching org.eclipse.pde.junit.runtime_3.5.1000.v20210110-1048.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.junit.runtime_3.5.1000.v20210110-1048.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.33kB)
[INFO] Unpacking org.eclipse.pde.junit.runtime_3.5.1000.v20210110-1048...
[INFO] Fetching org.eclipse.pde.runtime_3.7.100.v20210127-1159.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (113.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.runtime_3.7.100.v20210127-1159.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (113.56kB)
[INFO] Unpacking org.eclipse.pde.runtime_3.7.100.v20210127-1159...
[INFO] Fetching org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (377.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (377.36kB)
[INFO] Unpacking org.eclipse.pde.ui.templates_3.7.200.v20201208-0953...
[INFO] Fetching org.eclipse.pde.launching_3.9.200.v20201208-1742.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (51.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.launching_3.9.200.v20201208-1742.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (51.57kB)
[INFO] Unpacking org.eclipse.pde.launching_3.9.200.v20201208-1742...
[INFO] Fetching org.eclipse.pde.ua.core_1.2.200.v20210110-1242.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ua.core_1.2.200.v20210110-1242.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.08kB)
[INFO] Unpacking org.eclipse.pde.ua.core_1.2.200.v20210110-1242...
[INFO] Fetching org.eclipse.pde.ua.ui_1.2.100.v20201105-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (141.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ua.ui_1.2.100.v20201105-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (141.01kB)
[INFO] Unpacking org.eclipse.pde.ua.ui_1.2.100.v20201105-1530...
[INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (26.19kB)
[INFO] Unpacking org.eclipse.ui.trace_1.2.0.v20210110-1242...
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (32.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (32.81kB)
[INFO] Unpacking org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622...
[INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (25.32kB)
[INFO] Unpacking org.eclipse.tools.layout.spy_1.1.0.v20210110-1247...
[INFO] Fetching org.eclipse.pde_3.14.700.v20210129-1800.jar from https://download.eclipse.org/staging/2021-03/features/ (19.45kB)
[INFO] Fetching org.eclipse.pde.build.source_3.10.1000.v20210116-1237.jar from https://download.eclipse.org/staging/2021-03/plugins/ (317.25kB)
[INFO] Fetching org.eclipse.pde.core.source_3.14.200.v20210121-1507.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1,003.3kB)
[INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.1000.v20210110-1048.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19kB)
[INFO] Fetching org.eclipse.pde.runtime.source_3.7.100.v20210127-1159.jar from https://download.eclipse.org/staging/2021-03/plugins/ (83.43kB)
[INFO] Fetching org.eclipse.pde.ui.source_3.13.0.v20210121-1129.jar from https://download.eclipse.org/staging/2021-03/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.200.v20201208-0953.jar from https://download.eclipse.org/staging/2021-03/plugins/ (107.52kB)
[INFO] Fetching org.objectweb.asm.source_9.0.0.v20201001-1419.jar from https://download.eclipse.org/staging/2021-03/plugins/ (188.33kB)
[INFO] Fetching org.objectweb.asm.tree.source_9.0.0.v20201001-1419.jar from https://download.eclipse.org/staging/2021-03/plugins/ (86.62kB)
[INFO] Fetching org.eclipse.pde.api.tools.source_1.2.300.v20210129-0808.jar from https://download.eclipse.org/staging/2021-03/plugins/ (652.87kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.56kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.200.v20210118-0937.jar from https://download.eclipse.org/staging/2021-03/plugins/ (250.49kB)
[INFO] Fetching org.eclipse.pde.ds.core.source_1.2.100.v20201105-2204.jar from https://download.eclipse.org/staging/2021-03/plugins/ (50.83kB)
[INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.0.v20200813-0954.jar from https://download.eclipse.org/staging/2021-03/plugins/ (94.77kB)
[INFO] Fetching org.eclipse.pde.launching.source_3.9.200.v20201208-1742.jar from https://download.eclipse.org/staging/2021-03/plugins/ (93.19kB)
[INFO] Fetching org.eclipse.pde.ua.core.source_1.2.200.v20210110-1242.jar from https://download.eclipse.org/staging/2021-03/plugins/ (104.68kB)
[INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.100.v20201105-1530.jar from https://download.eclipse.org/staging/2021-03/plugins/ (272.56kB)
[INFO] Fetching org.eclipse.ui.trace.source_1.2.0.v20210110-1242.jar from https://download.eclipse.org/staging/2021-03/plugins/ (51.75kB)
[INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.0.v20200813-0526.jar from https://download.eclipse.org/staging/2021-03/plugins/ (77.35kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.100.v20201207-1622.jar from https://download.eclipse.org/staging/2021-03/plugins/ (63.34kB)
[INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.400.v20191119-0943.jar from https://download.eclipse.org/staging/2021-03/plugins/ (29.99kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.400.v20191119-0943.jar from https://download.eclipse.org/staging/2021-03/plugins/ (20.57kB)
[INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from https://download.eclipse.org/staging/2021-03/plugins/ (26.45kB)
[INFO] Fetching org.eclipse.pde.source_3.14.700.v20210129-1800.jar from https://download.eclipse.org/staging/2021-03/features/ (18.88kB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.19.0.v20210128-1216.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.42MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.platform.doc.isv_4.19.0.v20210128-1216.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.42MB)
[INFO] Unpacking org.eclipse.platform.doc.isv_4.19.0.v20210128-1216...
[INFO] Fetching org.apache.ant.source_1.10.9.v20201106-1946.jar from https://download.eclipse.org/staging/2021-03/plugins/ (2.43MB)
[INFO] Fetching org.eclipse.ant.core.source_3.5.800.v20200608-1251.jar from https://download.eclipse.org/staging/2021-03/plugins/ (97.16kB)
[INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from https://download.eclipse.org/staging/2021-03/plugins/ (294.21kB)
[INFO] Fetching org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/staging/2021-03/plugins/ (62.17kB)
[INFO] Fetching org.eclipse.compare.source_3.7.1300.v20210114-0707.jar from https://download.eclipse.org/staging/2021-03/plugins/ (424.12kB)
[INFO] Fetching org.eclipse.core.filebuffers.source_3.6.1100.v20201029-1159.jar from https://download.eclipse.org/staging/2021-03/plugins/ (87.58kB)
[INFO] Fetching org.eclipse.core.filesystem.source_1.7.700.v20200110-1734.jar from https://download.eclipse.org/staging/2021-03/plugins/ (90.36kB)
[INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.400.v20190924-1023.jar from https://download.eclipse.org/staging/2021-03/plugins/ (8.5kB)
[INFO] Fetching org.eclipse.core.resources.source_3.13.900.v20201105-1507.jar from https://download.eclipse.org/staging/2021-03/plugins/ (797.81kB)
[INFO] Fetching org.eclipse.debug.core.source_3.17.100.v20210120-0743.jar from https://download.eclipse.org/staging/2021-03/plugins/ (402.85kB)
[INFO] Fetching org.eclipse.debug.ui.source_3.14.800.v20210121-1016.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.e4.ui.ide.source_3.15.200.v20210108-1832.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.73kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.11.300.v20210112-0706.jar from https://download.eclipse.org/staging/2021-03/plugins/ (295.14kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.11.300.v20210112-0706.jar from https://download.eclipse.org/staging/2021-03/plugins/ (251.13kB)
[INFO] Fetching org.eclipse.platform.source_4.19.0.v20210129-1800.jar from https://download.eclipse.org/staging/2021-03/plugins/ (10.65kB)
[INFO] Fetching org.eclipse.search.source_3.13.0.v20210120-0731.jar from https://download.eclipse.org/staging/2021-03/plugins/ (298.2kB)
[INFO] Fetching org.eclipse.text.quicksearch.source_1.1.0.v20210120-0733.jar from https://download.eclipse.org/staging/2021-03/plugins/ (58.89kB)
[INFO] Fetching org.eclipse.team.core.source_3.8.1100.v20200806-0621.jar from https://download.eclipse.org/staging/2021-03/plugins/ (367.84kB)
[INFO] Fetching org.eclipse.team.ui.source_3.8.1200.v20210115-1514.jar from https://download.eclipse.org/staging/2021-03/plugins/ (765.99kB)
[INFO] Fetching org.eclipse.text.source_3.11.0.v20210123-0709.jar from https://download.eclipse.org/staging/2021-03/plugins/ (279.35kB)
[INFO] Fetching org.eclipse.jface.text.source_3.17.0.v20210125-1136.jar from https://download.eclipse.org/staging/2021-03/plugins/ (810kB)
[INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from https://download.eclipse.org/staging/2021-03/plugins/ (38.72kB)
[INFO] Fetching org.eclipse.jsch.ui.source_1.3.1100.v20200916-0731.jar from https://download.eclipse.org/staging/2021-03/plugins/ (47.88kB)
[INFO] Fetching org.eclipse.ui.console.source_3.10.100.v20201211-1511.jar from https://download.eclipse.org/staging/2021-03/plugins/ (136.96kB)
[INFO] Fetching org.eclipse.ui.intro.source_3.6.100.v20210119-2223.jar from https://download.eclipse.org/staging/2021-03/plugins/ (253.75kB)
[INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.100.v20210108-1131.jar from https://download.eclipse.org/staging/2021-03/plugins/ (57.05kB)
[INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.200.v20210121-1039.jar from https://download.eclipse.org/staging/2021-03/plugins/ (251.12kB)
[INFO] Fetching org.eclipse.ui.browser.source_3.6.1100.v20210118-1327.jar from https://download.eclipse.org/staging/2021-03/plugins/ (96.14kB)
[INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.0.v20210129-1224.jar from https://download.eclipse.org/staging/2021-03/plugins/ (92.19kB)
[INFO] Fetching org.eclipse.ui.monitoring.source_1.2.0.v20210111-1353.jar from https://download.eclipse.org/staging/2021-03/plugins/ (45.22kB)
[INFO] Fetching org.eclipse.ui.navigator.source_3.10.0.v20210111-1352.jar from https://download.eclipse.org/staging/2021-03/plugins/ (308.95kB)
[INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.0.v20210111-1356.jar from https://download.eclipse.org/staging/2021-03/plugins/ (102.48kB)
[INFO] Fetching org.eclipse.ui.net.source_1.3.800.v20200422-1935.jar from https://download.eclipse.org/staging/2021-03/plugins/ (28.57kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.0.v20210120-0733.jar from https://download.eclipse.org/staging/2021-03/plugins/ (428.87kB)
[INFO] Fetching org.eclipse.ui.views.source_3.11.0.v20210111-1351.jar from https://download.eclipse.org/staging/2021-03/plugins/ (80.28kB)
[INFO] Fetching org.eclipse.ui.editors.source_3.14.0.v20210121-1258.jar from https://download.eclipse.org/staging/2021-03/plugins/ (330kB)
[INFO] Fetching org.eclipse.ui.externaltools.source_3.4.900.v20201105-0600.jar from https://download.eclipse.org/staging/2021-03/plugins/ (82.15kB)
[INFO] Fetching org.eclipse.ui.ide.source_3.18.100.v20210122-1536.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.25MB)
[INFO] Fetching org.eclipse.ui.ide.application.source_1.4.0.v20210122-1423.jar from https://download.eclipse.org/staging/2021-03/plugins/ (50.58kB)
[INFO] Fetching org.eclipse.core.variables.source_3.4.800.v20200120-1101.jar from https://download.eclipse.org/staging/2021-03/plugins/ (37.71kB)
[INFO] Fetching org.eclipse.ui.forms.source_3.11.100.v20210108-1139.jar from https://download.eclipse.org/staging/2021-03/plugins/ (217.7kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from https://download.eclipse.org/staging/2021-03/plugins/ (82.81kB)
[INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.0.v20210121-0922.jar from https://download.eclipse.org/staging/2021-03/plugins/ (19.12kB)
[INFO] Fetching org.eclipse.core.externaltools.source_1.1.800.v20201105-0600.jar from https://download.eclipse.org/staging/2021-03/plugins/ (35.85kB)
[INFO] Fetching org.eclipse.ui.themes.source_1.2.1300.v20210108-1832.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.36kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.0.v20200724-0708.jar from https://download.eclipse.org/staging/2021-03/plugins/ (18.24kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.0.600.v20200212-1524.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.16kB)
[INFO] Fetching org.eclipse.ui.views.log.source_1.2.1400.v20210122-1423.jar from https://download.eclipse.org/staging/2021-03/plugins/ (59.87kB)
[INFO] Fetching org.eclipse.platform.source_4.19.0.v20210129-2007.jar from https://download.eclipse.org/staging/2021-03/features/ (20.18kB)
[INFO] Fetching org.eclipse.help.source_3.8.800.v20200525-0755.jar from https://download.eclipse.org/staging/2021-03/plugins/ (180kB)
[INFO] Fetching org.eclipse.ui.source_3.119.0.v20210111-1350.jar from https://download.eclipse.org/staging/2021-03/plugins/ (145.52kB)
[INFO] Fetching org.eclipse.ui.workbench.source_3.122.100.v20210128-2029.jar from https://download.eclipse.org/staging/2021-03/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.update.configurator.source_3.4.700.v20200907-1237.jar from https://download.eclipse.org/staging/2021-03/plugins/ (76.39kB)
[INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/staging/2021-03/plugins/ (2.36MB)
[INFO] Fetching org.eclipse.rcp.source_4.19.0.v20210129-1800.jar from https://download.eclipse.org/staging/2021-03/features/ (19.17kB)
[INFO] Fetching org.eclipse.sdk_4.19.0.v20210129-1800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (246.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sdk_4.19.0.v20210129-1800.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (246.58kB)
[INFO] Unpacking org.eclipse.sdk_4.19.0.v20210129-1800...
[INFO] Fetching org.eclipse.sdk_4.19.0.v20210129-2007.jar from https://download.eclipse.org/staging/2021-03/features/ (19.03kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.58kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (41.67kB)
[INFO] Fetching org.eclipse.sirius.common.ui.ext_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (8.15kB)
[INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (57.48kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (706.06kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (8.35kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (186.69kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (382.46kB)
[INFO] Fetching org.eclipse.sirius.ext.draw2d_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (28.83kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (116.25kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.75kB)
[INFO] Fetching org.eclipse.sirius.ext.gef_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (16.04kB)
[INFO] Fetching org.eclipse.sirius.ext.jface_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (8.91kB)
[INFO] Fetching org.eclipse.sirius.ext.swt_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.59kB)
[INFO] Fetching org.eclipse.sirius.ext.e3_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.6kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.18kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.58kB)
[INFO] Fetching org.eclipse.sirius.interpreter_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (30.06kB)
[INFO] Fetching org.eclipse.sirius.properties.core_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (165.6kB)
[INFO] Fetching org.eclipse.sirius.properties.defaultrules_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.97kB)
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (40.61kB)
[INFO] Fetching org.eclipse.sirius.properties.edit_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (404.24kB)
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (45.94kB)
[INFO] Fetching org.eclipse.sirius.ui.properties_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (70.81kB)
[INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (18.71kB)
[INFO] Fetching org.eclipse.sirius.properties.feature_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/features/ (18.88kB)
[INFO] Fetching org.eclipse.sirius.runtime.aql_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/features/ (19kB)
[INFO] Fetching org.eclipse.sirius.synchronizer_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (36.29kB)
[INFO] Fetching org.eclipse.sirius.tree_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (252.23kB)
[INFO] Fetching org.eclipse.sirius.runtime_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/features/ (19.23kB)
[INFO] Fetching org.eclipse.sirius.table.ui.ext_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.51kB)
[INFO] Fetching org.eclipse.sirius.tree.ui_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (231.98kB)
[INFO] Fetching org.eclipse.sirius.tree.ui.ext_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.49kB)
[INFO] Fetching org.eclipse.sirius.ui.editor_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (101.02kB)
[INFO] Fetching org.eclipse.sirius.ui.ext_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.8kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui_6.4.0.202011190936.jar from https://download.eclipse.org/staging/2021-03/features/ (19.4kB)
[INFO] Fetching org.eclipse.tips.core_0.1.600.v20191123-0656.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (134.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tips.core_0.1.600.v20191123-0656.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (134.63kB)
[INFO] Unpacking org.eclipse.tips.core_0.1.600.v20191123-0656...
[INFO] Fetching org.eclipse.tips.ui_0.1.1100.v20200915-1102.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tips.ui_0.1.1100.v20200915-1102.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (33.78kB)
[INFO] Unpacking org.eclipse.tips.ui_0.1.1100.v20200915-1102...
[INFO] Fetching org.eclipse.tips.json_0.2.0.v20210123-1226.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tips.json_0.2.0.v20210123-1226.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.7kB)
[INFO] Unpacking org.eclipse.tips.json_0.2.0.v20210123-1226...
[INFO] Fetching org.eclipse.tips.ide_0.2.0.v20201120-1551.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (298.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tips.ide_0.2.0.v20201120-1551.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (298.57kB)
[INFO] Unpacking org.eclipse.tips.ide_0.2.0.v20201120-1551...
[INFO] Fetching org.eclipse.tips.feature_0.2.1300.v20210123-1226.jar from https://download.eclipse.org/staging/2021-03/features/ (19.83kB)
[INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (24.68kB)
[INFO] Unpacking org.eclipse.uml2.ant_1.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (144.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (144.51kB)
[INFO] Unpacking org.eclipse.uml2.codegen.ecore_2.5.2.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.51kB)
[INFO] Unpacking org.eclipse.uml2.types_2.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (16.3kB)
[INFO] Unpacking org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210110-1527.jar from https://download.eclipse.org/staging/2021-03/features/ (31.96kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (35.1kB)
[INFO] Unpacking org.eclipse.uml2.common_2.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.76kB)
[INFO] Unpacking org.eclipse.uml2.common.edit_2.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210110-1527.jar from https://download.eclipse.org/staging/2021-03/features/ (31.94kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210110-1527.jar from https://download.eclipse.org/staging/2021-03/features/ (31.92kB)
[INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.08kB)
[INFO] Unpacking org.eclipse.uml2.doc_5.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210110-1527.jar from https://download.eclipse.org/staging/2021-03/features/ (31.79kB)
[INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.14kB)
[INFO] Unpacking org.eclipse.uml2.examples_5.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (183.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (183.1kB)
[INFO] Unpacking org.eclipse.uml2.examples.uml.ui_5.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210110-1527.jar from https://download.eclipse.org/staging/2021-03/features/ (31.85kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (65.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (65.24kB)
[INFO] Unpacking org.eclipse.uml2.uml.editor_5.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2_5.5.2.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2_5.5.2.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.14kB)
[INFO] Unpacking org.eclipse.uml2_5.5.2.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (15.14kB)
[INFO] Unpacking org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (27.03kB)
[INFO] Unpacking org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.83kB)
[INFO] Unpacking org.eclipse.uml2.uml.validation_5.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2_5.5.2.v20210110-1527.jar from https://download.eclipse.org/staging/2021-03/features/ (32.08kB)
[INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.01kB)
[INFO] Unpacking org.eclipse.uml2.sdk_5.5.2.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210110-1527.jar from https://download.eclipse.org/staging/2021-03/features/ (31.93kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210110-1527.jar from https://download.eclipse.org/staging/2021-03/features/ (31.92kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (37.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210110-1527.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (37.58kB)
[INFO] Unpacking org.eclipse.uml2.uml.profile.standard_1.5.0.v20210110-1527...
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210110-1527.jar from https://download.eclipse.org/staging/2021-03/features/ (32.01kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20191120-1614.jar from https://download.eclipse.org/staging/2021-03/features/ (18.96kB)
[INFO] Fetching org.eclipse.xsd.cheatsheets_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xsd.cheatsheets_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.08kB)
[INFO] Unpacking org.eclipse.xsd.cheatsheets_2.8.0.v20180706-1143...
[INFO] Fetching org.eclipse.xsd.ecore.importer_2.9.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xsd.ecore.importer_2.9.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (22.48kB)
[INFO] Unpacking org.eclipse.xsd.ecore.importer_2.9.0.v20200324-0723...
[INFO] Fetching org.eclipse.xsd.doc_2.19.0.v20201230-0854.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.65MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xsd.doc_2.19.0.v20201230-0854.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (1.65MB)
[INFO] Unpacking org.eclipse.xsd.doc_2.19.0.v20201230-0854...
[INFO] Fetching org.eclipse.xsd.doc_2.21.0.v20201230-0854.jar from https://download.eclipse.org/staging/2021-03/features/ (19kB)
[INFO] Fetching org.eclipse.xsd.ecore.converter_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xsd.ecore.converter_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.5kB)
[INFO] Unpacking org.eclipse.xsd.ecore.converter_2.8.0.v20180706-1143...
[INFO] Fetching org.eclipse.xsd.ecore.exporter_2.7.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xsd.ecore.exporter_2.7.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.9kB)
[INFO] Unpacking org.eclipse.xsd.ecore.exporter_2.7.0.v20180706-1143...
[INFO] Fetching org.eclipse.xsd.ecore.converter_2.12.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-03/features/ (19.1kB)
[INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.8.0.v20180706-1143.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.xsd.ecore.importer.source_2.9.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-03/plugins/ (25.63kB)
[INFO] Fetching org.eclipse.xsd.ecore.exporter.source_2.7.0.v20180706-1143.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.75kB)
[INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.12.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-03/features/ (20.34kB)
[INFO] Fetching org.eclipse.xsd.edit_2.13.0.v20200723-0820.jar from https://download.eclipse.org/staging/2021-03/features/ (19.03kB)
[INFO] Fetching org.eclipse.xsd.edit.source_2.11.0.v20200723-0820.jar from https://download.eclipse.org/staging/2021-03/plugins/ (108.84kB)
[INFO] Fetching org.eclipse.xsd.edit.source_2.13.0.v20200723-0820.jar from https://download.eclipse.org/staging/2021-03/features/ (20.2kB)
[INFO] Fetching org.eclipse.xsd.editor_2.11.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (42.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xsd.editor_2.11.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (42.16kB)
[INFO] Unpacking org.eclipse.xsd.editor_2.11.0.v20180706-1143...
[INFO] Fetching org.eclipse.xsd.editor_2.13.0.v20190323-1100.jar from https://download.eclipse.org/staging/2021-03/features/ (19.08kB)
[INFO] Fetching org.eclipse.xsd.editor.source_2.11.0.v20180706-1143.jar from https://download.eclipse.org/staging/2021-03/plugins/ (31.37kB)
[INFO] Fetching org.eclipse.xsd.editor.source_2.13.0.v20190323-1100.jar from https://download.eclipse.org/staging/2021-03/features/ (20.22kB)
[INFO] Fetching org.eclipse.xsd.example.installer_1.4.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xsd.example.installer_1.4.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (44.08kB)
[INFO] Unpacking org.eclipse.xsd.example.installer_1.4.0.v20180706-1143...
[INFO] Fetching org.eclipse.xsd_2.19.0.v20201230-0836.jar from https://download.eclipse.org/staging/2021-03/features/ (19.02kB)
[INFO] Fetching org.eclipse.xsd.mapping.editor_2.9.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xsd.mapping.editor_2.9.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.5kB)
[INFO] Unpacking org.eclipse.xsd.mapping.editor_2.9.0.v20180706-1143...
[INFO] Fetching org.eclipse.xsd.mapping.editor_2.13.0.v20190323-1100.jar from https://download.eclipse.org/staging/2021-03/features/ (19.09kB)
[INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.9.0.v20180706-1143.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor.source_2.9.0.v20181105-0510.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.5kB)
[INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.13.0.v20190323-1100.jar from https://download.eclipse.org/staging/2021-03/features/ (20.34kB)
[INFO] Fetching org.eclipse.xsd.mapping_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xsd.mapping_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.49kB)
[INFO] Unpacking org.eclipse.xsd.mapping_2.8.0.v20180706-1143...
[INFO] Fetching org.eclipse.xsd.mapping_2.13.0.v20200723-0820.jar from https://download.eclipse.org/staging/2021-03/features/ (19.09kB)
[INFO] Fetching org.eclipse.xsd.mapping.source_2.8.0.v20180706-1143.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.36kB)
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.source_2.9.0.v20200723-0820.jar from https://download.eclipse.org/staging/2021-03/plugins/ (25.73kB)
[INFO] Fetching org.eclipse.xsd.mapping.source_2.13.0.v20200723-0820.jar from https://download.eclipse.org/staging/2021-03/features/ (20.27kB)
[INFO] Fetching org.eclipse.xsd.sdk_2.25.0.v20201230-0854.jar from https://download.eclipse.org/staging/2021-03/features/ (19.14kB)
[INFO] Fetching org.eclipse.xsd.source_2.18.0.v20201230-0836.jar from https://download.eclipse.org/staging/2021-03/plugins/ (740.29kB)
[INFO] Fetching org.eclipse.xsd.source_2.19.0.v20201230-0836.jar from https://download.eclipse.org/staging/2021-03/features/ (20.16kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/staging/2021-03/plugins/ (64.36kB)
[INFO] Fetching org.eclipse.xtext.smap_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.smap_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.22kB)
[INFO] Unpacking org.eclipse.xtext.smap_2.25.0.v20210203-0759...
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (21.75kB)
[INFO] Unpacking org.eclipse.xtext.builder.standalone_2.25.0.v20210203-0759...
[INFO] Fetching org.eclipse.xtext.buildship_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.buildship_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.21kB)
[INFO] Unpacking org.eclipse.xtext.buildship_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (49.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (49.51kB)
[INFO] Unpacking org.eclipse.xtext.common.types.edit_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.03kB)
[INFO] Unpacking org.eclipse.xtext.common.types.shared_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (11.88kB)
[INFO] Unpacking org.eclipse.xtext.common.types.shared.jdt38_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.ecore_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ecore_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.61kB)
[INFO] Unpacking org.eclipse.xtext.ecore_2.25.0.v20210203-0759...
[INFO] Fetching org.eclipse.xtext.generator_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (238.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.generator_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (238.59kB)
[INFO] Unpacking org.eclipse.xtext.generator_2.25.0.v20210203-0759...
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.25.0.v20210203-0753.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (451.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.25.0.v20210203-0753.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (451.3kB)
[INFO] Unpacking org.eclipse.xtext.xtext.generator_2.25.0.v20210203-0753...
[INFO] Fetching org.eclipse.xtext.java_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.java_2.25.0.v20210203-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (20.61kB)
[INFO] Unpacking org.eclipse.xtext.java_2.25.0.v20210203-0759...
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.32kB)
[INFO] Unpacking org.eclipse.xtext.logging_1.2.15.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.m2e_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.m2e_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (13.71kB)
[INFO] Unpacking org.eclipse.xtext.m2e_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.source_2.25.0.v20210203-0753.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.41MB)
[INFO] Fetching org.eclipse.xtext.generator.source_2.25.0.v20210203-0759.jar from https://download.eclipse.org/staging/2021-03/plugins/ (461.76kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.25.0.v20210203-0753.jar from https://download.eclipse.org/staging/2021-03/plugins/ (939.98kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.25.0.v20210203-0753.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (67.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.25.0.v20210203-0753.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (67.38kB)
[INFO] Unpacking org.eclipse.xtext.xtext.ide_2.25.0.v20210203-0753...
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.25.0.v20210203-0753.jar from https://download.eclipse.org/staging/2021-03/plugins/ (93.45kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.25.0.v20210203-0753.jar from https://download.eclipse.org/staging/2021-03/plugins/ (138.52kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.25.0.v20210203-0759.jar from https://download.eclipse.org/staging/2021-03/plugins/ (359.07kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (202.62kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.25.0.v20210203-0759.jar from https://download.eclipse.org/staging/2021-03/plugins/ (13.03kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.25.0.v20210203-0759.jar from https://download.eclipse.org/staging/2021-03/plugins/ (16.8kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.25.0.v20210203-0753.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (166.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.25.0.v20210203-0753.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (166.58kB)
[INFO] Unpacking org.eclipse.xtext.xtext.wizard_2.25.0.v20210203-0753...
[INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.25.0.v20210203-0753.jar from https://download.eclipse.org/staging/2021-03/plugins/ (173.01kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.25.0.v20210203-0759.jar from https://download.eclipse.org/staging/2021-03/plugins/ (23.88kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.25.0.v20210203-0759.jar from https://download.eclipse.org/staging/2021-03/plugins/ (23.91kB)
[INFO] Fetching org.eclipse.xtext.runtime_2.25.0.v20210203-0854.jar from https://download.eclipse.org/staging/2021-03/features/ (19.25kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (10.42kB)
[INFO] Unpacking org.eclipse.xtext.ui.codemining_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (57.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (57.41kB)
[INFO] Unpacking org.eclipse.xtext.ui.codetemplates_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (39.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (39.73kB)
[INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ide_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.25.0.v20210203-0811.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (9.47kB)
[INFO] Unpacking org.eclipse.xtext.ui.ecore_2.25.0.v20210203-0811...
[INFO] Fetching org.eclipse.xtext.ui.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (136.19kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (14.51kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.31kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (28.38kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.06kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.43kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (125.22kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (88.92kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (84.41kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (97.07kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.25.0.v20210203-0753.jar from https://download.eclipse.org/staging/2021-03/plugins/ (275.38kB)
[INFO] Fetching org.eclipse.xtext.m2e.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (16.06kB)
[INFO] Fetching org.eclipse.xtext.buildship.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (11.58kB)
[INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210203-0854.jar from https://download.eclipse.org/staging/2021-03/features/ (19.03kB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.25.0.v20210203-0759.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.25.0.v20210203-0811.jar from https://download.eclipse.org/staging/2021-03/plugins/ (276.69kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.25.0.v20210203-0759.jar from https://download.eclipse.org/staging/2021-03/plugins/ (393.78kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210203-0854.jar from https://download.eclipse.org/staging/2021-03/features/ (18.73kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.25.0.v20210203-0750.jar from https://download.eclipse.org/staging/2021-03/plugins/ (101.75kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210203-0752.jar from https://download.eclipse.org/staging/2021-03/features/ (18.66kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.aarch64.source_3.116.0.v20210129-1709.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.1100.v20210122-1532 from https://download.eclipse.org/staging/2021-03/binary/ (33.4kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.aarch64.source_1.4.100.v20200805-0859.jar from https://download.eclipse.org/staging/2021-03/plugins/ (7.4kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.116.0.v20210129-1709.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.93MB)
[INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64.source_3.116.0.v20210129-1709.jar from https://download.eclipse.org/staging/2021-03/plugins/ (66.24kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.0.v20201119-1132.jar from https://download.eclipse.org/staging/2021-03/plugins/ (9.38kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.300.v20200816-1842.jar from https://download.eclipse.org/staging/2021-03/plugins/ (20.07kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.10.v20200830-2311.jar from https://download.eclipse.org/staging/2021-03/plugins/ (29.92kB)
[INFO] Fetching org.eclipse.epp.mpc.core.win32_1.9.1.v20210204-1338.jar from https://download.eclipse.org/staging/2021-03/plugins/ (12.41kB)
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1100.v20210122-1532 from https://download.eclipse.org/staging/2021-03/binary/ (154.17kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.200.v20190812-0919.jar from https://download.eclipse.org/staging/2021-03/plugins/ (16.57kB)
[INFO] Fetching org.eclipse.oomph.jreinfo.win32.x86_64_1.7.0.v20191107-1011.jar from https://download.eclipse.org/staging/2021-03/plugins/ (29.63kB)
[INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from https://download.eclipse.org/staging/2021-03/plugins/ (23.06kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.500.v20190925-1337.jar from https://download.eclipse.org/staging/2021-03/plugins/ (8.48kB)
[INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from https://download.eclipse.org/staging/2021-03/plugins/ (15.6kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from https://download.eclipse.org/staging/2021-03/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.116.0.v20210129-1709.jar from https://download.eclipse.org/staging/2021-03/plugins/ (1.63MB)
[INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64.source_3.116.0.v20210129-1709.jar from https://download.eclipse.org/staging/2021-03/plugins/ (66.32kB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1100.v20210122-1532 from https://download.eclipse.org/staging/2021-03/binary/ (17.09kB)
[INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.200.v20190903-0934.jar from https://download.eclipse.org/staging/2021-03/plugins/ (29.36kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (12.12kB)
[INFO] Unpacking org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251...
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from https://download.eclipse.org/staging/2021-03/plugins/ (29.17kB)
[INFO] Unpacking org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737...
[INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.500.v20200116-2251.jar from https://download.eclipse.org/staging/2021-03/plugins/ (17.59kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.600.v20200204-1737.jar from https://download.eclipse.org/staging/2021-03/plugins/ (28.07kB)
[INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from https://download.eclipse.org/staging/2021-03/plugins/ (8.88kB)
[INFO] The project's OSGi version is 4.19.0.20210208-1414
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ epp.package.modeling ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.modeling ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.modeling ---
[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.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/src/main/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ epp.package.modeling ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.modeling ---
[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) @ epp.package.modeling ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ epp.package.modeling ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ epp.package.modeling ---
[INFO] 
[INFO] --- tycho-p2-director-plugin:2.2.0:materialize-products (materialize-products) @ epp.package.modeling ---
[INFO] Installing product epp.package.modeling for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/linux/gtk/x86_64/eclipse
Installing epp.package.modeling 4.19.0.20210208-1414.
Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408.
Installing org.eclipse.e4.core.tools.feature.feature.group 4.19.0.v20210102-0921.
Installing org.eclipse.egit.feature.group 5.11.0.202102031030-m2.
Installing org.eclipse.emf.cdo.epp.feature.group 4.13.0.v20210203-1008.
Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.compare.source.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.compare.egit.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.ecoretools.design.feature.group 3.3.3.202010261352.
Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.26.0.20210201-1231.
Installing org.eclipse.emf.parsley.sdk.feature.group 1.13.0.v20201130-1005.
Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.13.0.v20201130-1005.
Installing org.eclipse.emf.query.sdk.feature.group 1.12.0.201805030653.
Installing org.eclipse.emf.sdk.feature.group 2.25.0.v20210114-1734.
Installing org.eclipse.emf.transaction.sdk.feature.group 1.12.0.201805140824.
Installing org.eclipse.emf.validation.sdk.feature.group 1.12.2.202008210805.
Installing org.eclipse.gef.sdk.feature.group 3.11.0.201606061308.
Installing org.eclipse.gmf.runtime.sdk.feature.group 1.13.0.202004160913.
Installing org.eclipse.jdt.feature.group 3.18.700.v20210129-1800.
Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112.
Installing org.eclipse.oomph.setup.feature.group 1.20.0.v20210126-0525.
Installing org.eclipse.ocl.all.sdk.feature.group 5.14.0.v20210201-1648.
Installing org.eclipse.pde.feature.group 3.14.700.v20210129-1800.
Installing org.eclipse.sdk.feature.group 4.19.0.v20210129-2007.
Installing org.eclipse.uml2.sdk.feature.group 5.5.2.v20210110-1527.
Installing org.eclipse.xsd.sdk.feature.group 2.25.0.v20201230-0854.
Installing org.eclipse.tips.feature.feature.group 0.2.1300.v20210123-1226.
Operation completed in 126331 ms.
[INFO] Installing product epp.package.modeling for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/linux/gtk/aarch64/eclipse
Installing epp.package.modeling 4.19.0.20210208-1414.
Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408.
Installing org.eclipse.e4.core.tools.feature.feature.group 4.19.0.v20210102-0921.
Installing org.eclipse.egit.feature.group 5.11.0.202102031030-m2.
Installing org.eclipse.emf.cdo.epp.feature.group 4.13.0.v20210203-1008.
Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.compare.source.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.compare.egit.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.ecoretools.design.feature.group 3.3.3.202010261352.
Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.26.0.20210201-1231.
Installing org.eclipse.emf.parsley.sdk.feature.group 1.13.0.v20201130-1005.
Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.13.0.v20201130-1005.
Installing org.eclipse.emf.query.sdk.feature.group 1.12.0.201805030653.
Installing org.eclipse.emf.sdk.feature.group 2.25.0.v20210114-1734.
Installing org.eclipse.emf.transaction.sdk.feature.group 1.12.0.201805140824.
Installing org.eclipse.emf.validation.sdk.feature.group 1.12.2.202008210805.
Installing org.eclipse.gef.sdk.feature.group 3.11.0.201606061308.
Installing org.eclipse.gmf.runtime.sdk.feature.group 1.13.0.202004160913.
Installing org.eclipse.jdt.feature.group 3.18.700.v20210129-1800.
Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112.
Installing org.eclipse.oomph.setup.feature.group 1.20.0.v20210126-0525.
Installing org.eclipse.ocl.all.sdk.feature.group 5.14.0.v20210201-1648.
Installing org.eclipse.pde.feature.group 3.14.700.v20210129-1800.
Installing org.eclipse.sdk.feature.group 4.19.0.v20210129-2007.
Installing org.eclipse.uml2.sdk.feature.group 5.5.2.v20210110-1527.
Installing org.eclipse.xsd.sdk.feature.group 2.25.0.v20201230-0854.
Installing org.eclipse.tips.feature.feature.group 0.2.1300.v20210123-1226.
Operation completed in 116077 ms.
[INFO] Installing product epp.package.modeling for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/win32/win32/x86_64/eclipse
Installing epp.package.modeling 4.19.0.20210208-1414.
Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408.
Installing org.eclipse.e4.core.tools.feature.feature.group 4.19.0.v20210102-0921.
Installing org.eclipse.egit.feature.group 5.11.0.202102031030-m2.
Installing org.eclipse.emf.cdo.epp.feature.group 4.13.0.v20210203-1008.
Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.compare.source.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.compare.egit.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.ecoretools.design.feature.group 3.3.3.202010261352.
Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.26.0.20210201-1231.
Installing org.eclipse.emf.parsley.sdk.feature.group 1.13.0.v20201130-1005.
Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.13.0.v20201130-1005.
Installing org.eclipse.emf.query.sdk.feature.group 1.12.0.201805030653.
Installing org.eclipse.emf.sdk.feature.group 2.25.0.v20210114-1734.
Installing org.eclipse.emf.transaction.sdk.feature.group 1.12.0.201805140824.
Installing org.eclipse.emf.validation.sdk.feature.group 1.12.2.202008210805.
Installing org.eclipse.gef.sdk.feature.group 3.11.0.201606061308.
Installing org.eclipse.gmf.runtime.sdk.feature.group 1.13.0.202004160913.
Installing org.eclipse.jdt.feature.group 3.18.700.v20210129-1800.
Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112.
Installing org.eclipse.oomph.setup.feature.group 1.20.0.v20210126-0525.
Installing org.eclipse.ocl.all.sdk.feature.group 5.14.0.v20210201-1648.
Installing org.eclipse.pde.feature.group 3.14.700.v20210129-1800.
Installing org.eclipse.sdk.feature.group 4.19.0.v20210129-2007.
Installing org.eclipse.uml2.sdk.feature.group 5.5.2.v20210110-1527.
Installing org.eclipse.xsd.sdk.feature.group 2.25.0.v20201230-0854.
Installing org.eclipse.tips.feature.feature.group 0.2.1300.v20210123-1226.
Operation completed in 67239 ms.
[INFO] Installing product epp.package.modeling for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/macosx/cocoa/x86_64/Eclipse.app
Installing epp.package.modeling 4.19.0.20210208-1414.
Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408.
Installing org.eclipse.e4.core.tools.feature.feature.group 4.19.0.v20210102-0921.
Installing org.eclipse.egit.feature.group 5.11.0.202102031030-m2.
Installing org.eclipse.emf.cdo.epp.feature.group 4.13.0.v20210203-1008.
Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.compare.source.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.compare.egit.feature.group 3.3.14.202102081414.
Installing org.eclipse.emf.ecoretools.design.feature.group 3.3.3.202010261352.
Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.26.0.20210201-1231.
Installing org.eclipse.emf.parsley.sdk.feature.group 1.13.0.v20201130-1005.
Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.13.0.v20201130-1005.
Installing org.eclipse.emf.query.sdk.feature.group 1.12.0.201805030653.
Installing org.eclipse.emf.sdk.feature.group 2.25.0.v20210114-1734.
Installing org.eclipse.emf.transaction.sdk.feature.group 1.12.0.201805140824.
Installing org.eclipse.emf.validation.sdk.feature.group 1.12.2.202008210805.
Installing org.eclipse.gef.sdk.feature.group 3.11.0.201606061308.
Installing org.eclipse.gmf.runtime.sdk.feature.group 1.13.0.202004160913.
Installing org.eclipse.jdt.feature.group 3.18.700.v20210129-1800.
Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112.
Installing org.eclipse.oomph.setup.feature.group 1.20.0.v20210126-0525.
Installing org.eclipse.ocl.all.sdk.feature.group 5.14.0.v20210201-1648.
Installing org.eclipse.pde.feature.group 3.14.700.v20210129-1800.
Installing org.eclipse.sdk.feature.group 4.19.0.v20210129-2007.
Installing org.eclipse.uml2.sdk.feature.group 5.5.2.v20210110-1527.
Installing org.eclipse.xsd.sdk.feature.group 2.25.0.v20201230-0854.
Installing org.eclipse.tips.feature.feature.group 0.2.1300.v20210123-1226.
Operation completed in 77686 ms.
[INFO] 
[INFO] --- tycho-p2-director-plugin:2.2.0:archive-products (archive-products) @ epp.package.modeling ---
[INFO] Building tar: /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20210211-1730_eclipse-modeling-2021-03-M2-linux.gtk.x86_64.tar.gz
[INFO] Building tar: /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20210211-1730_eclipse-modeling-2021-03-M2-linux.gtk.aarch64.tar.gz
[INFO] Building zip: /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20210211-1730_eclipse-modeling-2021-03-M2-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20210211-1730_eclipse-modeling-2021-03-M2-macosx.cocoa.x86_64.tar.gz
[INFO] 
[INFO] --- eclipse-dmg-packager:1.1.8-SNAPSHOT:package-dmg (default) @ epp.package.modeling ---
[INFO] [Thu Feb 11 17:50:33 GMT 2021] Creating DMG file from '/home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20210211-1730_eclipse-modeling-2021-03-M2-macosx.cocoa.x86_64.tar.gz'...
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (copy-zips-to-archive-folder) @ epp.package.modeling ---
[INFO] Executing tasks
[INFO]      [copy] Copying 5 files to /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/archive
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras-plugin:2.2.0:mirror (mirror-to-central-epp-repository) @ epp.package.modeling ---
[INFO] Mirroring to /home/jenkins/agent/workspace/fred_parallel_build_test/PACKAGE/epp.package.modeling/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/../../archive/repository...
Mirroring: osgi.bundle,org.eclipse.epp.package.modeling,4.19.0.20210204-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.modeling,4.19.0.20210204-1200)
Mirroring: binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.19.0.20210208-1414 (Descriptor: canonical: binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.19.0.20210208-1414)
Mirroring: binary,epp.package.modeling.executable.gtk.linux.x86_64,4.19.0.20210208-1414 (Descriptor: canonical: binary,epp.package.modeling.executable.gtk.linux.x86_64,4.19.0.20210208-1414)
Mirroring: binary,epp.package.modeling.executable.gtk.linux.aarch64,4.19.0.20210208-1414 (Descriptor: canonical: binary,epp.package.modeling.executable.gtk.linux.aarch64,4.19.0.20210208-1414)
Mirroring: binary,epp.package.modeling.executable.win32.win32.x86_64,4.19.0.20210208-1414 (Descriptor: canonical: binary,epp.package.modeling.executable.win32.win32.x86_64,4.19.0.20210208-1414)
Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.19.0.20210204-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.19.0.20210204-1200)
Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.19.0.20210205-1441 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.19.0.20210205-1441)
Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.19.0.20210204-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.19.0.20210204-1200)
[INFO] 
[INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >--------------
[INFO] Building org.eclipse.epp-buildall 4.19.0-SNAPSHOT                  [7/7]
[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:18 min]
[INFO] org.eclipse.epp.package.common ..................... SUCCESS [  5.254 s]
[INFO] org.eclipse.epp.package.common.feature ............. SUCCESS [  1.468 s]
[INFO] org.eclipse.epp.package.modeling ................... SUCCESS [  0.217 s]
[INFO] org.eclipse.epp.package.modeling.feature ........... SUCCESS [ 25.578 s]
[INFO] epp.package.modeling ............................... SUCCESS [17:49 min]
[INFO] org.eclipse.epp-buildall ........................... SUCCESS [  0.006 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  21:52 min
[INFO] Finished at: 2021-02-11T17:52:15Z
[INFO] ------------------------------------------------------------------------
Archiving artifacts
Finished: SUCCESS