Skip to content

Console Output

Started by user Jonah Graham
Obtained jenkins/pipelines/cdt/cdt-9.8-standalone-debugger.Jenkinsfile from git https://github.com/eclipse-cdt/cdt-infra.git
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] readTrusted
Obtained jenkins/pod-templates/cdt-full-pod-standard.yaml from git https://github.com/eclipse-cdt/cdt-infra.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘cdt-agent-pod-f5cm7-m3csd’
Agent cdt-agent-pod-f5cm7-5mx5q is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (cdt-agent-pod): 
yaml:
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: cdt
    image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:0460729b522a753b7d7ef2f508f4c079d72ff4b6bbd3afce520e8959068eb3de
    tty: true
    command: ["/bin/sh"]
    args: ["-c", "/home/cdt/.vnc/xstartup.sh && cat"]
    resources:
      requests:
        memory: "2.6Gi"
        cpu: "1.3"
      limits:
        memory: "2.6Gi"
        cpu: "1.3"
    volumeMounts:
    - name: settings-xml
      mountPath: /home/jenkins/.m2/settings.xml
      subPath: settings.xml
      readOnly: true
    - name: m2-repo
      mountPath: /home/jenkins/.m2/repository
    - name: volume-known-hosts
      mountPath: /home/jenkins/.ssh
  volumes:
  - name: settings-xml
    configMap: 
      name: m2-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: m2-repo
    emptyDir: {}
  - name: volume-known-hosts
    configMap:
      name: known-hosts

Running on cdt-agent-pod-f5cm7-5mx5q in /home/jenkins/workspace/cdt-9.8-standalone-debugger
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-cdt/cdt-infra.git
 > /usr/bin/git init /home/jenkins/workspace/cdt-9.8-standalone-debugger # timeout=10
Fetching upstream changes from https://github.com/eclipse-cdt/cdt-infra.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/eclipse-cdt/cdt-infra.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 4218729507369e1d8db14aa6703aa8203c8d0d57 (refs/remotes/origin/master)
 > /usr/bin/git config remote.origin.url https://github.com/eclipse-cdt/cdt-infra.git # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url https://github.com/eclipse-cdt/cdt-infra.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-cdt/cdt-infra.git
 > /usr/bin/git fetch --tags --progress https://github.com/eclipse-cdt/cdt-infra.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 4218729507369e1d8db14aa6703aa8203c8d0d57
Commit message: "Jenkinsfile for standalone debugger"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Run build)
[Pipeline] container
[Pipeline] {
[Pipeline] git
10:19:45 [2019-07-17T14:19:45.232Z] No credentials specified
10:19:45 [2019-07-17T14:19:45.425Z] Fetching changes from the remote Git repository
10:19:45 [2019-07-17T14:19:45.234Z]  > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
10:19:45 [2019-07-17T14:19:45.423Z]  > /usr/bin/git config remote.origin.url git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git # timeout=10
10:19:45 [2019-07-17T14:19:45.523Z] Fetching upstream changes from git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git
10:19:45 [2019-07-17T14:19:45.524Z]  > /usr/bin/git --version # timeout=10
10:19:45 [2019-07-17T14:19:45.620Z]  > /usr/bin/git fetch --tags --progress git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git +refs/heads/*:refs/remotes/origin/*
10:23:59 [2019-07-17T14:23:59.329Z] Checking out Revision 8b95d7cdfca58f7fd2009e707670db0cccbf4a6d (refs/remotes/origin/cdt_9_8)
10:23:59 [2019-07-17T14:23:59.219Z]  > /usr/bin/git rev-parse refs/remotes/origin/cdt_9_8^{commit} # timeout=10
10:23:59 [2019-07-17T14:23:59.230Z]  > /usr/bin/git rev-parse refs/remotes/origin/origin/cdt_9_8^{commit} # timeout=10
10:23:59 [2019-07-17T14:23:59.328Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
10:23:59 [2019-07-17T14:23:59.422Z]  > /usr/bin/git checkout -f 8b95d7cdfca58f7fd2009e707670db0cccbf4a6d
10:24:20 [2019-07-17T14:24:20.731Z] Commit message: "Bug 548526: Enable individual mvn projects to be built"
10:24:20 [2019-07-17T14:24:20.732Z] First time build. Skipping changelog.
[Pipeline] timeout
10:24:20 [2019-07-17T14:24:20.752Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
10:24:17 [2019-07-17T14:24:17.926Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
10:24:18 [2019-07-17T14:24:18.028Z]  > /usr/bin/git checkout -b cdt_9_8 8b95d7cdfca58f7fd2009e707670db0cccbf4a6d
10:24:22 [2019-07-17T14:24:22.928Z] + /usr/share/maven/bin/mvn clean verify -B -V -P production -P build-standalone-debugger-rcp -P baseline-compare-and-replace -DuseSimrelRepo -f debug/org.eclipse.cdt.debug.application.product -Ddsf.gdb.tests.timeout.multiplier=50 -Dindexer.timeout=300 -Dmaven.repo.local=/home/jenkins/.m2/repository --settings /home/jenkins/.m2/settings.xml
10:24:22 [2019-07-17T14:24:22.929Z] Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
10:24:22 [2019-07-17T14:24:22.929Z] Maven home: /usr/share/maven
10:24:22 [2019-07-17T14:24:22.929Z] Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
10:24:22 [2019-07-17T14:24:22.929Z] Default locale: en_US, platform encoding: UTF-8
10:24:22 [2019-07-17T14:24:22.929Z] OS name: "linux", version: "3.10.0-957.21.3.el7.x86_64", arch: "amd64", family: "unix"
10:24:25 [2019-07-17T14:24:25.468Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.4.0/tycho-pomless-1.4.0.pom
10:24:26 [2019-07-17T14:24:26.036Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.4.0/tycho-pomless-1.4.0.pom (2.1 kB at 3.4 kB/s)
10:24:26 [2019-07-17T14:24:26.036Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom
10:24:26 [2019-07-17T14:24:26.036Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom (16 kB at 323 kB/s)
10:24:26 [2019-07-17T14:24:26.036Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.pom
10:24:26 [2019-07-17T14:24:26.036Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.pom (1.2 kB at 51 kB/s)
10:24:26 [2019-07-17T14:24:26.036Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.1.5/polyglot-0.1.5.pom
10:24:26 [2019-07-17T14:24:26.295Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.1.5/polyglot-0.1.5.pom (6.5 kB at 260 kB/s)
10:24:26 [2019-07-17T14:24:26.295Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom
10:24:26 [2019-07-17T14:24:26.295Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom (13 kB at 333 kB/s)
10:24:26 [2019-07-17T14:24:26.295Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom
10:24:26 [2019-07-17T14:24:26.295Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (23 kB at 899 kB/s)
10:24:26 [2019-07-17T14:24:26.295Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
10:24:26 [2019-07-17T14:24:26.295Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.4 MB/s)
10:24:26 [2019-07-17T14:24:26.295Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
10:24:26 [2019-07-17T14:24:26.295Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 770 kB/s)
10:24:26 [2019-07-17T14:24:26.553Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.4.0/tycho-pomless-1.4.0.jar
10:24:26 [2019-07-17T14:24:26.553Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.jar
10:24:26 [2019-07-17T14:24:26.553Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.jar (27 kB at 251 kB/s)
10:24:26 [2019-07-17T14:24:26.553Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.4.0/tycho-pomless-1.4.0.jar (9.2 kB at 70 kB/s)
10:24:27 [2019-07-17T14:24:27.500Z] [INFO] Scanning for projects...
10:24:27 [2019-07-17T14:24:27.500Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom
10:24:27 [2019-07-17T14:24:27.500Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom
10:24:27 [2019-07-17T14:24:27.500Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom (2.1 kB at 34 kB/s)
10:24:27 [2019-07-17T14:24:27.500Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom
10:24:27 [2019-07-17T14:24:27.500Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom
10:24:27 [2019-07-17T14:24:27.500Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom (20 kB at 444 kB/s)
10:24:27 [2019-07-17T14:24:27.500Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom
10:24:27 [2019-07-17T14:24:27.760Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom
10:24:27 [2019-07-17T14:24:27.760Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom (4.5 kB at 85 kB/s)
10:24:27 [2019-07-17T14:24:27.760Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
10:24:27 [2019-07-17T14:24:27.760Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
10:24:27 [2019-07-17T14:24:27.760Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 93 kB/s)
10:24:27 [2019-07-17T14:24:27.760Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
10:24:27 [2019-07-17T14:24:27.760Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
10:24:27 [2019-07-17T14:24:27.760Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 591 kB/s)
10:24:27 [2019-07-17T14:24:27.760Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
10:24:27 [2019-07-17T14:24:27.760Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
10:24:28 [2019-07-17T14:24:28.019Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 615 kB/s)
10:24:28 [2019-07-17T14:24:28.019Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
10:24:28 [2019-07-17T14:24:28.019Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
10:24:28 [2019-07-17T14:24:28.019Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 312 kB/s)
10:24:28 [2019-07-17T14:24:28.019Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
10:24:28 [2019-07-17T14:24:28.019Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
10:24:28 [2019-07-17T14:24:28.019Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 64 kB/s)
10:24:28 [2019-07-17T14:24:28.019Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
10:24:28 [2019-07-17T14:24:28.019Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
10:24:28 [2019-07-17T14:24:28.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 57 kB/s)
10:24:28 [2019-07-17T14:24:28.279Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
10:24:28 [2019-07-17T14:24:28.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
10:24:28 [2019-07-17T14:24:28.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 581 kB/s)
10:24:28 [2019-07-17T14:24:28.279Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
10:24:28 [2019-07-17T14:24:28.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
10:24:28 [2019-07-17T14:24:28.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 366 kB/s)
10:24:28 [2019-07-17T14:24:28.279Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
10:24:28 [2019-07-17T14:24:28.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
10:24:28 [2019-07-17T14:24:28.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 29 kB/s)
10:24:28 [2019-07-17T14:24:28.279Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
10:24:28 [2019-07-17T14:24:28.539Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
10:24:28 [2019-07-17T14:24:28.539Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 41 kB/s)
10:24:28 [2019-07-17T14:24:28.539Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
10:24:28 [2019-07-17T14:24:28.539Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
10:24:28 [2019-07-17T14:24:28.539Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 28 kB/s)
10:24:28 [2019-07-17T14:24:28.539Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
10:24:28 [2019-07-17T14:24:28.539Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
10:24:28 [2019-07-17T14:24:28.539Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 101 kB/s)
10:24:28 [2019-07-17T14:24:28.539Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
10:24:28 [2019-07-17T14:24:28.539Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
10:24:28 [2019-07-17T14:24:28.539Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 509 kB/s)
10:24:28 [2019-07-17T14:24:28.539Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
10:24:28 [2019-07-17T14:24:28.798Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
10:24:28 [2019-07-17T14:24:28.798Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 15 kB/s)
10:24:28 [2019-07-17T14:24:28.798Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
10:24:28 [2019-07-17T14:24:28.798Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
10:24:28 [2019-07-17T14:24:28.798Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 144 kB/s)
10:24:28 [2019-07-17T14:24:28.798Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
10:24:28 [2019-07-17T14:24:28.798Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
10:24:28 [2019-07-17T14:24:28.798Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 57 kB/s)
10:24:28 [2019-07-17T14:24:28.798Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
10:24:29 [2019-07-17T14:24:29.058Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
10:24:29 [2019-07-17T14:24:29.058Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 154 kB/s)
10:24:29 [2019-07-17T14:24:29.058Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
10:24:29 [2019-07-17T14:24:29.058Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
10:24:29 [2019-07-17T14:24:29.058Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 115 kB/s)
10:24:29 [2019-07-17T14:24:29.058Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
10:24:29 [2019-07-17T14:24:29.058Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
10:24:29 [2019-07-17T14:24:29.058Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 116 kB/s)
10:24:29 [2019-07-17T14:24:29.058Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
10:24:29 [2019-07-17T14:24:29.317Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
10:24:29 [2019-07-17T14:24:29.317Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 226 kB/s)
10:24:29 [2019-07-17T14:24:29.317Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
10:24:29 [2019-07-17T14:24:29.317Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
10:24:29 [2019-07-17T14:24:29.317Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 101 kB/s)
10:24:29 [2019-07-17T14:24:29.317Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
10:24:29 [2019-07-17T14:24:29.317Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
10:24:29 [2019-07-17T14:24:29.317Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 24 kB/s)
10:24:29 [2019-07-17T14:24:29.317Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
10:24:29 [2019-07-17T14:24:29.576Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
10:24:29 [2019-07-17T14:24:29.576Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 45 kB/s)
10:24:29 [2019-07-17T14:24:29.576Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
10:24:29 [2019-07-17T14:24:29.576Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
10:24:29 [2019-07-17T14:24:29.576Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 62 kB/s)
10:24:29 [2019-07-17T14:24:29.576Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
10:24:29 [2019-07-17T14:24:29.576Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
10:24:29 [2019-07-17T14:24:29.576Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 131 kB/s)
10:24:29 [2019-07-17T14:24:29.576Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
10:24:29 [2019-07-17T14:24:29.576Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
10:24:29 [2019-07-17T14:24:29.836Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 71 kB/s)
10:24:29 [2019-07-17T14:24:29.836Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
10:24:29 [2019-07-17T14:24:29.836Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
10:24:29 [2019-07-17T14:24:29.836Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 37 kB/s)
10:24:29 [2019-07-17T14:24:29.836Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
10:24:29 [2019-07-17T14:24:29.836Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
10:24:29 [2019-07-17T14:24:29.836Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 33 kB/s)
10:24:29 [2019-07-17T14:24:29.836Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
10:24:29 [2019-07-17T14:24:29.836Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
10:24:30 [2019-07-17T14:24:30.096Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 205 kB/s)
10:24:30 [2019-07-17T14:24:30.096Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
10:24:30 [2019-07-17T14:24:30.096Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
10:24:30 [2019-07-17T14:24:30.096Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 307 kB/s)
10:24:30 [2019-07-17T14:24:30.096Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
10:24:30 [2019-07-17T14:24:30.096Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
10:24:30 [2019-07-17T14:24:30.354Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 64 kB/s)
10:24:30 [2019-07-17T14:24:30.354Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
10:24:30 [2019-07-17T14:24:30.354Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
10:24:30 [2019-07-17T14:24:30.354Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 479 kB/s)
10:24:30 [2019-07-17T14:24:30.354Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
10:24:30 [2019-07-17T14:24:30.354Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
10:24:30 [2019-07-17T14:24:30.354Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 70 kB/s)
10:24:30 [2019-07-17T14:24:30.354Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
10:24:30 [2019-07-17T14:24:30.354Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
10:24:30 [2019-07-17T14:24:30.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 381 kB/s)
10:24:30 [2019-07-17T14:24:30.619Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
10:24:30 [2019-07-17T14:24:30.619Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
10:24:30 [2019-07-17T14:24:30.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 70 kB/s)
10:24:30 [2019-07-17T14:24:30.619Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
10:24:30 [2019-07-17T14:24:30.619Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
10:24:30 [2019-07-17T14:24:30.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 69 kB/s)
10:24:30 [2019-07-17T14:24:30.619Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
10:24:30 [2019-07-17T14:24:30.930Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
10:24:30 [2019-07-17T14:24:30.930Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 51 kB/s)
10:24:30 [2019-07-17T14:24:30.930Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
10:24:30 [2019-07-17T14:24:30.930Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
10:24:30 [2019-07-17T14:24:30.930Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 203 kB/s)
10:24:30 [2019-07-17T14:24:30.930Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
10:24:30 [2019-07-17T14:24:30.930Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
10:24:30 [2019-07-17T14:24:30.930Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 56 kB/s)
10:24:30 [2019-07-17T14:24:30.930Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
10:24:30 [2019-07-17T14:24:30.930Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
10:24:30 [2019-07-17T14:24:30.930Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 41 kB/s)
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 51 kB/s)
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 161 kB/s)
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 44 kB/s)
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 551 kB/s)
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
10:24:31 [2019-07-17T14:24:31.330Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 205 kB/s)
10:24:31 [2019-07-17T14:24:31.588Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
10:24:31 [2019-07-17T14:24:31.588Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom
10:24:31 [2019-07-17T14:24:31.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 263 kB/s)
10:24:31 [2019-07-17T14:24:31.588Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
10:24:31 [2019-07-17T14:24:31.588Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
10:24:31 [2019-07-17T14:24:31.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.2 MB/s)
10:24:31 [2019-07-17T14:24:31.588Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom
10:24:31 [2019-07-17T14:24:31.588Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
10:24:31 [2019-07-17T14:24:31.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 370 kB/s)
10:24:31 [2019-07-17T14:24:31.588Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
10:24:31 [2019-07-17T14:24:31.588Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom
10:24:31 [2019-07-17T14:24:31.847Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 164 kB/s)
10:24:31 [2019-07-17T14:24:31.847Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
10:24:31 [2019-07-17T14:24:31.847Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
10:24:31 [2019-07-17T14:24:31.847Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.8 MB/s)
10:24:31 [2019-07-17T14:24:31.847Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
10:24:31 [2019-07-17T14:24:31.847Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
10:24:31 [2019-07-17T14:24:31.847Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 173 kB/s)
10:24:32 [2019-07-17T14:24:32.106Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
10:24:32 [2019-07-17T14:24:32.106Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
10:24:32 [2019-07-17T14:24:32.106Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.7 MB/s)
10:24:32 [2019-07-17T14:24:32.106Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom
10:24:32 [2019-07-17T14:24:32.106Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
10:24:32 [2019-07-17T14:24:32.106Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 490 kB/s)
10:24:32 [2019-07-17T14:24:32.106Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom
10:24:32 [2019-07-17T14:24:32.106Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom
10:24:32 [2019-07-17T14:24:32.106Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 84 kB/s)
10:24:32 [2019-07-17T14:24:32.364Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
10:24:32 [2019-07-17T14:24:32.364Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
10:24:32 [2019-07-17T14:24:32.364Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 375 kB/s)
10:24:32 [2019-07-17T14:24:32.364Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
10:24:32 [2019-07-17T14:24:32.364Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
10:24:32 [2019-07-17T14:24:32.364Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 469 kB/s)
10:24:32 [2019-07-17T14:24:32.364Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom
10:24:32 [2019-07-17T14:24:32.624Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
10:24:32 [2019-07-17T14:24:32.624Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 53 kB/s)
10:24:32 [2019-07-17T14:24:32.624Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom
10:24:32 [2019-07-17T14:24:32.625Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom
10:24:32 [2019-07-17T14:24:32.625Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom (2.0 kB at 43 kB/s)
10:24:32 [2019-07-17T14:24:32.625Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom
10:24:32 [2019-07-17T14:24:32.625Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom
10:24:32 [2019-07-17T14:24:32.625Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 30 kB/s)
10:24:32 [2019-07-17T14:24:32.625Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom
10:24:32 [2019-07-17T14:24:32.625Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom
10:24:32 [2019-07-17T14:24:32.884Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom (1.8 kB at 39 kB/s)
10:24:32 [2019-07-17T14:24:32.884Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom
10:24:32 [2019-07-17T14:24:32.884Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom
10:24:32 [2019-07-17T14:24:32.884Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom (1.0 kB at 31 kB/s)
10:24:32 [2019-07-17T14:24:32.884Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom
10:24:32 [2019-07-17T14:24:32.884Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom
10:24:32 [2019-07-17T14:24:32.884Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom (1.7 kB at 41 kB/s)
10:24:32 [2019-07-17T14:24:32.884Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom
10:24:33 [2019-07-17T14:24:33.143Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom
10:24:33 [2019-07-17T14:24:33.143Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom (1.3 kB at 38 kB/s)
10:24:33 [2019-07-17T14:24:33.143Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
10:24:33 [2019-07-17T14:24:33.143Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom
10:24:33 [2019-07-17T14:24:33.143Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 179 kB/s)
10:24:33 [2019-07-17T14:24:33.143Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom
10:24:33 [2019-07-17T14:24:33.143Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom
10:24:33 [2019-07-17T14:24:33.143Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom (2.1 kB at 26 kB/s)
10:24:33 [2019-07-17T14:24:33.402Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom
10:24:33 [2019-07-17T14:24:33.402Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom
10:24:33 [2019-07-17T14:24:33.402Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom (1.1 kB at 17 kB/s)
10:24:33 [2019-07-17T14:24:33.402Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom
10:24:33 [2019-07-17T14:24:33.402Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom
10:24:33 [2019-07-17T14:24:33.402Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom (3.3 kB at 96 kB/s)
10:24:33 [2019-07-17T14:24:33.402Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom
10:24:33 [2019-07-17T14:24:33.402Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom
10:24:33 [2019-07-17T14:24:33.402Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom (1.0 kB at 22 kB/s)
10:24:33 [2019-07-17T14:24:33.661Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
10:24:33 [2019-07-17T14:24:33.661Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
10:24:33 [2019-07-17T14:24:33.661Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 144 kB/s)
10:24:33 [2019-07-17T14:24:33.661Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
10:24:33 [2019-07-17T14:24:33.661Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
10:24:33 [2019-07-17T14:24:33.661Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 17 kB/s)
10:24:33 [2019-07-17T14:24:33.661Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
10:24:33 [2019-07-17T14:24:33.661Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
10:24:33 [2019-07-17T14:24:33.921Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 153 kB/s)
10:24:33 [2019-07-17T14:24:33.921Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
10:24:33 [2019-07-17T14:24:33.921Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
10:24:33 [2019-07-17T14:24:33.921Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 853 kB/s)
10:24:33 [2019-07-17T14:24:33.921Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
10:24:33 [2019-07-17T14:24:33.921Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
10:24:33 [2019-07-17T14:24:33.921Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 55 kB/s)
10:24:33 [2019-07-17T14:24:33.921Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom
10:24:33 [2019-07-17T14:24:33.921Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom
10:24:34 [2019-07-17T14:24:34.180Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom (2.1 kB at 63 kB/s)
10:24:34 [2019-07-17T14:24:34.180Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom
10:24:34 [2019-07-17T14:24:34.180Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom
10:24:34 [2019-07-17T14:24:34.180Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom (1.1 kB at 26 kB/s)
10:24:34 [2019-07-17T14:24:34.180Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom
10:24:34 [2019-07-17T14:24:34.180Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom
10:24:34 [2019-07-17T14:24:34.180Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom (1.1 kB at 26 kB/s)
10:24:34 [2019-07-17T14:24:34.180Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom
10:24:34 [2019-07-17T14:24:34.180Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom (1.1 kB at 16 kB/s)
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
10:24:34 [2019-07-17T14:24:34.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar
10:24:34 [2019-07-17T14:24:34.699Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
10:24:34 [2019-07-17T14:24:34.958Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar
10:24:34 [2019-07-17T14:24:34.958Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar
10:24:34 [2019-07-17T14:24:34.958Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar
10:24:34 [2019-07-17T14:24:34.958Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
10:24:34 [2019-07-17T14:24:34.958Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
10:24:34 [2019-07-17T14:24:34.958Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar
10:24:34 [2019-07-17T14:24:34.958Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
10:24:34 [2019-07-17T14:24:34.958Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar
10:24:34 [2019-07-17T14:24:34.958Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar
10:24:35 [2019-07-17T14:24:35.218Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar
10:24:35 [2019-07-17T14:24:35.218Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
10:24:35 [2019-07-17T14:24:35.218Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar
10:24:35 [2019-07-17T14:24:35.218Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
10:24:35 [2019-07-17T14:24:35.218Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.9 MB/s)
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 524 kB/s)
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar (5.5 kB at 34 kB/s)
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar (200 kB at 1.2 MB/s)
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 226 kB/s)
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 3.1 MB/s)
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 154 kB/s)
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 256 kB/s)
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 504 kB/s)
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 698 kB/s)
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 241 kB/s)
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 64 kB/s)
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
10:24:35 [2019-07-17T14:24:35.219Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 285 kB/s)
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.7 MB/s)
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 387 kB/s)
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 710 kB/s)
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 468 kB/s)
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 187 kB/s)
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 38 kB/s)
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 80 kB/s)
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 129 kB/s)
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 122 kB/s)
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 615 kB/s)
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 465 kB/s)
10:24:35 [2019-07-17T14:24:35.478Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 201 kB/s)
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 468 kB/s)
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 123 kB/s)
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 129 kB/s)
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 214 kB/s)
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 1.1 MB/s)
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar (3.1 kB at 6.5 kB/s)
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar (245 kB at 503 kB/s)
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar (36 kB at 73 kB/s)
10:24:35 [2019-07-17T14:24:35.479Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar (9.4 kB at 18 kB/s)
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 203 kB/s)
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar (7.0 kB at 13 kB/s)
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar (37 kB at 68 kB/s)
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar (13 kB at 23 kB/s)
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar (37 kB at 64 kB/s)
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 7.4 kB/s)
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 89 kB/s)
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar (1.4 MB at 2.4 MB/s)
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 476 kB/s)
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar (29 kB at 47 kB/s)
10:24:35 [2019-07-17T14:24:35.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar (21 kB at 32 kB/s)
10:24:37 [2019-07-17T14:24:37.117Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip
10:24:37 [2019-07-17T14:24:37.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip
10:24:37 [2019-07-17T14:24:37.375Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip (8.1 MB at 16 MB/s)
10:24:37 [2019-07-17T14:24:37.944Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar
10:24:37 [2019-07-17T14:24:37.944Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar
10:24:37 [2019-07-17T14:24:37.944Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar (218 kB at 7.8 MB/s)
10:24:37 [2019-07-17T14:24:37.944Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar
10:24:37 [2019-07-17T14:24:37.944Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar
10:24:38 [2019-07-17T14:24:38.203Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar (148 kB at 6.2 MB/s)
10:24:38 [2019-07-17T14:24:38.204Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar
10:24:38 [2019-07-17T14:24:38.204Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar
10:24:38 [2019-07-17T14:24:38.204Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar (48 kB at 930 kB/s)
10:24:40 [2019-07-17T14:24:40.108Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/sonar-maven-plugin/2.4/sonar-maven-plugin-2.4.pom
10:24:40 [2019-07-17T14:24:40.108Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sonar-maven-plugin/2.4/sonar-maven-plugin-2.4.pom
10:24:40 [2019-07-17T14:24:40.108Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sonar-maven-plugin/2.4/sonar-maven-plugin-2.4.pom (8.1 kB at 119 kB/s)
10:24:40 [2019-07-17T14:24:40.108Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom
10:24:40 [2019-07-17T14:24:40.108Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom
10:24:40 [2019-07-17T14:24:40.108Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom (26 kB at 640 kB/s)
10:24:40 [2019-07-17T14:24:40.108Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
10:24:40 [2019-07-17T14:24:40.108Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
10:24:40 [2019-07-17T14:24:40.108Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 156 kB/s)
10:24:40 [2019-07-17T14:24:40.108Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/sonar-maven-plugin/2.4/sonar-maven-plugin-2.4.jar
10:24:40 [2019-07-17T14:24:40.367Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sonar-maven-plugin/2.4/sonar-maven-plugin-2.4.jar
10:24:40 [2019-07-17T14:24:40.367Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sonar-maven-plugin/2.4/sonar-maven-plugin-2.4.jar (44 kB at 1.3 MB/s)
10:24:40 [2019-07-17T14:24:40.367Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.pom
10:24:40 [2019-07-17T14:24:40.367Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.pom
10:24:40 [2019-07-17T14:24:40.367Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.pom (2.9 kB at 33 kB/s)
10:24:40 [2019-07-17T14:24:40.367Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.jar
10:24:40 [2019-07-17T14:24:40.367Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.jar
10:24:41 [2019-07-17T14:24:41.129Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.4.0/tycho-p2-director-plugin-1.4.0.jar (44 kB at 530 kB/s)
10:24:41 [2019-07-17T14:24:41.129Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom
10:24:41 [2019-07-17T14:24:41.129Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom
10:24:41 [2019-07-17T14:24:41.129Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom (2.7 kB at 27 kB/s)
10:24:41 [2019-07-17T14:24:41.129Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
10:24:41 [2019-07-17T14:24:41.129Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
10:24:41 [2019-07-17T14:24:41.480Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 390 kB/s)
10:24:41 [2019-07-17T14:24:41.480Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
10:24:41 [2019-07-17T14:24:41.480Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom
10:24:41 [2019-07-17T14:24:41.480Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 812 kB/s)
10:24:41 [2019-07-17T14:24:41.480Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
10:24:41 [2019-07-17T14:24:41.480Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
10:24:41 [2019-07-17T14:24:41.480Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 358 kB/s)
10:24:42 [2019-07-17T14:24:42.858Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.pom
10:24:43 [2019-07-17T14:24:43.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.pom
10:24:43 [2019-07-17T14:24:43.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.pom (1.8 kB at 34 kB/s)
10:24:43 [2019-07-17T14:24:43.117Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar
10:24:43 [2019-07-17T14:24:43.117Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar
10:24:43 [2019-07-17T14:24:43.117Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.zip
10:24:43 [2019-07-17T14:24:43.117Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
10:24:43 [2019-07-17T14:24:43.683Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar
10:24:43 [2019-07-17T14:24:43.683Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar
10:24:43 [2019-07-17T14:24:43.683Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.zip
10:24:43 [2019-07-17T14:24:43.683Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
10:24:43 [2019-07-17T14:24:43.683Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar (28 kB at 543 kB/s)
10:24:43 [2019-07-17T14:24:43.684Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 1.1 MB/s)
10:24:43 [2019-07-17T14:24:43.684Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar (512 kB at 8.5 MB/s)
10:24:44 [2019-07-17T14:24:44.249Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.4.0/tycho-standalone-p2-director-1.4.0.zip (8.1 MB at 13 MB/s)
10:24:44 [2019-07-17T14:24:44.250Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom
10:24:44 [2019-07-17T14:24:44.508Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom
10:24:44 [2019-07-17T14:24:44.508Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom (1.7 kB at 55 kB/s)
10:24:44 [2019-07-17T14:24:44.508Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar
10:24:44 [2019-07-17T14:24:44.508Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar
10:24:44 [2019-07-17T14:24:44.508Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar (7.6 kB at 190 kB/s)
10:24:44 [2019-07-17T14:24:44.508Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom
10:24:44 [2019-07-17T14:24:44.508Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom
10:24:44 [2019-07-17T14:24:44.508Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom (2.9 kB at 170 kB/s)
10:24:44 [2019-07-17T14:24:44.766Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar
10:24:44 [2019-07-17T14:24:44.766Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar
10:24:44 [2019-07-17T14:24:44.766Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar (23 kB at 750 kB/s)
10:24:44 [2019-07-17T14:24:44.766Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom
10:24:44 [2019-07-17T14:24:44.766Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom
10:24:44 [2019-07-17T14:24:44.766Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 74 kB/s)
10:24:44 [2019-07-17T14:24:44.766Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
10:24:44 [2019-07-17T14:24:44.766Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
10:24:44 [2019-07-17T14:24:44.766Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 337 kB/s)
10:24:44 [2019-07-17T14:24:44.766Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
10:24:44 [2019-07-17T14:24:44.766Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
10:24:45 [2019-07-17T14:24:45.025Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 130 kB/s)
10:24:45 [2019-07-17T14:24:45.025Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
10:24:45 [2019-07-17T14:24:45.025Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
10:24:45 [2019-07-17T14:24:45.025Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 256 kB/s)
10:24:45 [2019-07-17T14:24:45.025Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom
10:24:45 [2019-07-17T14:24:45.025Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
10:24:45 [2019-07-17T14:24:45.025Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 290 kB/s)
10:24:45 [2019-07-17T14:24:45.283Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom
10:24:45 [2019-07-17T14:24:45.543Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
10:24:45 [2019-07-17T14:24:45.543Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 187 kB/s)
10:24:45 [2019-07-17T14:24:45.801Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
10:24:45 [2019-07-17T14:24:45.801Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
10:24:45 [2019-07-17T14:24:45.801Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 28 kB/s)
10:24:45 [2019-07-17T14:24:45.801Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
10:24:45 [2019-07-17T14:24:45.801Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
10:24:45 [2019-07-17T14:24:45.801Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 380 kB/s)
10:24:45 [2019-07-17T14:24:45.801Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom
10:24:45 [2019-07-17T14:24:45.801Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom
10:24:45 [2019-07-17T14:24:45.801Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom (2.7 kB at 78 kB/s)
10:24:45 [2019-07-17T14:24:45.801Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar
10:24:45 [2019-07-17T14:24:45.801Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar
10:24:45 [2019-07-17T14:24:45.801Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
10:24:46 [2019-07-17T14:24:46.059Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar
10:24:46 [2019-07-17T14:24:46.059Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar
10:24:46 [2019-07-17T14:24:46.059Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
10:24:46 [2019-07-17T14:24:46.059Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 411 kB/s)
10:24:46 [2019-07-17T14:24:46.059Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 330 kB/s)
10:24:46 [2019-07-17T14:24:46.059Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar (128 kB at 1.3 MB/s)
10:24:46 [2019-07-17T14:24:46.626Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom
10:24:46 [2019-07-17T14:24:46.626Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom
10:24:46 [2019-07-17T14:24:46.626Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom (2.3 kB at 46 kB/s)
10:24:46 [2019-07-17T14:24:46.626Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar
10:24:46 [2019-07-17T14:24:46.626Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar
10:24:46 [2019-07-17T14:24:46.626Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar (18 kB at 210 kB/s)
10:24:46 [2019-07-17T14:24:46.626Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
10:24:46 [2019-07-17T14:24:46.626Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
10:24:46 [2019-07-17T14:24:46.885Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 13 kB/s)
10:24:46 [2019-07-17T14:24:46.885Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
10:24:46 [2019-07-17T14:24:46.885Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
10:24:46 [2019-07-17T14:24:46.885Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 82 kB/s)
10:24:46 [2019-07-17T14:24:46.885Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
10:24:46 [2019-07-17T14:24:46.885Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
10:24:46 [2019-07-17T14:24:46.885Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 304 kB/s)
10:24:46 [2019-07-17T14:24:46.885Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
10:24:46 [2019-07-17T14:24:46.885Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
10:24:47 [2019-07-17T14:24:47.144Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 13 kB/s)
10:24:47 [2019-07-17T14:24:47.144Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
10:24:47 [2019-07-17T14:24:47.144Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
10:24:47 [2019-07-17T14:24:47.144Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 58 kB/s)
10:24:47 [2019-07-17T14:24:47.144Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
10:24:47 [2019-07-17T14:24:47.144Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
10:24:47 [2019-07-17T14:24:47.144Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 71 kB/s)
10:24:47 [2019-07-17T14:24:47.144Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
10:24:47 [2019-07-17T14:24:47.144Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
10:24:47 [2019-07-17T14:24:47.144Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 216 kB/s)
10:24:47 [2019-07-17T14:24:47.144Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
10:24:47 [2019-07-17T14:24:47.144Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
10:24:47 [2019-07-17T14:24:47.403Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 188 kB/s)
10:24:47 [2019-07-17T14:24:47.403Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom
10:24:47 [2019-07-17T14:24:47.403Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
10:24:47 [2019-07-17T14:24:47.403Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 462 kB/s)
10:24:47 [2019-07-17T14:24:47.403Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom
10:24:47 [2019-07-17T14:24:47.403Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
10:24:47 [2019-07-17T14:24:47.403Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 95 kB/s)
10:24:47 [2019-07-17T14:24:47.403Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
10:24:47 [2019-07-17T14:24:47.403Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
10:24:47 [2019-07-17T14:24:47.403Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 63 kB/s)
10:24:47 [2019-07-17T14:24:47.403Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
10:24:47 [2019-07-17T14:24:47.403Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
10:24:47 [2019-07-17T14:24:47.403Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 120 kB/s)
10:24:47 [2019-07-17T14:24:47.662Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
10:24:47 [2019-07-17T14:24:47.662Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
10:24:47 [2019-07-17T14:24:47.662Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 14 kB/s)
10:24:47 [2019-07-17T14:24:47.662Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
10:24:47 [2019-07-17T14:24:47.662Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
10:24:47 [2019-07-17T14:24:47.662Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 179 kB/s)
10:24:47 [2019-07-17T14:24:47.662Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.10/junit-4.10.pom
10:24:47 [2019-07-17T14:24:47.662Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom
10:24:47 [2019-07-17T14:24:47.662Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 67 kB/s)
10:24:47 [2019-07-17T14:24:47.662Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
10:24:47 [2019-07-17T14:24:47.662Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
10:24:47 [2019-07-17T14:24:47.662Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 8.3 kB/s)
10:24:47 [2019-07-17T14:24:47.662Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
10:24:47 [2019-07-17T14:24:47.919Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
10:24:47 [2019-07-17T14:24:47.919Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 218 kB/s)
10:24:47 [2019-07-17T14:24:47.919Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
10:24:47 [2019-07-17T14:24:47.919Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
10:24:47 [2019-07-17T14:24:47.919Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 71 kB/s)
10:24:47 [2019-07-17T14:24:47.919Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
10:24:47 [2019-07-17T14:24:47.919Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
10:24:47 [2019-07-17T14:24:47.919Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 42 kB/s)
10:24:47 [2019-07-17T14:24:47.919Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
10:24:47 [2019-07-17T14:24:47.919Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
10:24:47 [2019-07-17T14:24:47.919Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 65 kB/s)
10:24:47 [2019-07-17T14:24:47.919Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 53 kB/s)
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 13 kB/s)
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 150 kB/s)
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 62 kB/s)
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 35 kB/s)
10:24:48 [2019-07-17T14:24:48.177Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.435Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.436Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 36 kB/s)
10:24:48 [2019-07-17T14:24:48.436Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
10:24:48 [2019-07-17T14:24:48.436Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
10:24:48 [2019-07-17T14:24:48.436Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 70 kB/s)
10:24:48 [2019-07-17T14:24:48.436Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.436Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.436Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 45 kB/s)
10:24:48 [2019-07-17T14:24:48.436Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.436Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.695Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 16 kB/s)
10:24:48 [2019-07-17T14:24:48.695Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
10:24:48 [2019-07-17T14:24:48.695Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
10:24:48 [2019-07-17T14:24:48.695Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 56 kB/s)
10:24:48 [2019-07-17T14:24:48.695Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.695Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.953Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 82 kB/s)
10:24:48 [2019-07-17T14:24:48.953Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.953Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
10:24:48 [2019-07-17T14:24:48.953Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 43 kB/s)
10:24:48 [2019-07-17T14:24:48.953Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom
10:24:48 [2019-07-17T14:24:48.953Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
10:24:48 [2019-07-17T14:24:48.953Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 107 kB/s)
10:24:48 [2019-07-17T14:24:48.953Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
10:24:48 [2019-07-17T14:24:48.953Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
10:24:48 [2019-07-17T14:24:48.953Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (643 B at 5.7 kB/s)
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 71 kB/s)
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 46 kB/s)
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 66 kB/s)
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 59 kB/s)
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom
10:24:49 [2019-07-17T14:24:49.212Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom
10:24:49 [2019-07-17T14:24:49.470Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 57 kB/s)
10:24:49 [2019-07-17T14:24:49.470Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom
10:24:49 [2019-07-17T14:24:49.470Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom
10:24:49 [2019-07-17T14:24:49.470Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 51 kB/s)
10:24:49 [2019-07-17T14:24:49.470Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom
10:24:49 [2019-07-17T14:24:49.470Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom
10:24:49 [2019-07-17T14:24:49.470Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 54 kB/s)
10:24:49 [2019-07-17T14:24:49.470Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
10:24:49 [2019-07-17T14:24:49.470Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
10:24:49 [2019-07-17T14:24:49.470Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
10:24:49 [2019-07-17T14:24:49.470Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.jar
10:24:49 [2019-07-17T14:24:49.470Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
10:24:49 [2019-07-17T14:24:49.728Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 39 kB/s)
10:24:49 [2019-07-17T14:24:49.728Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.jar (1.5 MB at 7.8 MB/s)
10:24:49 [2019-07-17T14:24:49.728Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 53 kB/s)
10:24:49 [2019-07-17T14:24:49.988Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.pom
10:24:49 [2019-07-17T14:24:49.988Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.pom
10:24:49 [2019-07-17T14:24:49.988Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.pom (1.3 kB at 61 kB/s)
10:24:50 [2019-07-17T14:24:50.246Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom
10:24:50 [2019-07-17T14:24:50.246Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom
10:24:50 [2019-07-17T14:24:50.246Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom (1.5 kB at 58 kB/s)
10:24:50 [2019-07-17T14:24:50.246Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.jar
10:24:50 [2019-07-17T14:24:50.246Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.jar
10:24:50 [2019-07-17T14:24:50.247Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.jar (7.2 kB at 219 kB/s)
10:24:50 [2019-07-17T14:24:50.247Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.pom
10:24:50 [2019-07-17T14:24:50.247Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.pom (2.6 kB at 108 kB/s)
10:24:50 [2019-07-17T14:24:50.247Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.5/maven-plugin-parent-1.1.5.pom
10:24:50 [2019-07-17T14:24:50.247Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.5/maven-plugin-parent-1.1.5.pom (5.6 kB at 256 kB/s)
10:24:50 [2019-07-17T14:24:50.505Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.4/cbi-parent-1.0.4.pom
10:24:50 [2019-07-17T14:24:50.505Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.4/cbi-parent-1.0.4.pom (12 kB at 487 kB/s)
10:24:50 [2019-07-17T14:24:50.505Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.jar
10:24:50 [2019-07-17T14:24:50.505Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.jar (66 kB at 904 kB/s)
10:24:50 [2019-07-17T14:24:50.505Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom
10:24:50 [2019-07-17T14:24:50.505Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom
10:24:50 [2019-07-17T14:24:50.505Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom (1.5 kB at 46 kB/s)
10:24:50 [2019-07-17T14:24:50.505Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar
10:24:50 [2019-07-17T14:24:50.505Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar
10:24:50 [2019-07-17T14:24:50.505Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar (6.8 kB at 205 kB/s)
10:24:50 [2019-07-17T14:24:50.505Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom
10:24:50 [2019-07-17T14:24:50.763Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom
10:24:50 [2019-07-17T14:24:50.763Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom (2.2 kB at 60 kB/s)
10:24:50 [2019-07-17T14:24:50.763Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar
10:24:50 [2019-07-17T14:24:50.763Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar
10:24:50 [2019-07-17T14:24:50.763Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar (28 kB at 836 kB/s)
10:24:50 [2019-07-17T14:24:50.763Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom
10:24:50 [2019-07-17T14:24:50.763Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom
10:24:50 [2019-07-17T14:24:50.763Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom (2.1 kB at 42 kB/s)
10:24:50 [2019-07-17T14:24:50.763Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom
10:24:50 [2019-07-17T14:24:50.763Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom
10:24:50 [2019-07-17T14:24:50.763Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 101 kB/s)
10:24:51 [2019-07-17T14:24:51.021Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom
10:24:51 [2019-07-17T14:24:51.021Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
10:24:51 [2019-07-17T14:24:51.021Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 374 kB/s)
10:24:51 [2019-07-17T14:24:51.021Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.pom
10:24:51 [2019-07-17T14:24:51.021Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom
10:24:51 [2019-07-17T14:24:51.021Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 98 kB/s)
10:24:51 [2019-07-17T14:24:51.021Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom (3.6 kB at 118 kB/s)
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 53 kB/s)
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.jar
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 1.1 MB/s)
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 3.2 MB/s)
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar (81 kB at 2.3 MB/s)
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar (20 kB at 366 kB/s)
10:24:51 [2019-07-17T14:24:51.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 884 kB/s)
10:24:51 [2019-07-17T14:24:51.539Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom
10:24:51 [2019-07-17T14:24:51.539Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom
10:24:51 [2019-07-17T14:24:51.797Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom (4.4 kB at 219 kB/s)
10:24:51 [2019-07-17T14:24:51.797Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom
10:24:51 [2019-07-17T14:24:51.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom
10:24:51 [2019-07-17T14:24:51.797Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom (39 kB at 1.8 MB/s)
10:24:51 [2019-07-17T14:24:51.797Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar
10:24:51 [2019-07-17T14:24:51.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar
10:24:51 [2019-07-17T14:24:51.797Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar (53 kB at 1.5 MB/s)
10:24:51 [2019-07-17T14:24:51.797Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.pom
10:24:51 [2019-07-17T14:24:51.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.pom
10:24:52 [2019-07-17T14:24:52.060Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.pom (5.6 kB at 63 kB/s)
10:24:52 [2019-07-17T14:24:52.060Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.jar
10:24:52 [2019-07-17T14:24:52.060Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.jar
10:24:52 [2019-07-17T14:24:52.060Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.jar (29 kB at 366 kB/s)
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 93 kB/s)
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 266 kB/s)
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 547 kB/s)
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom (2.0 kB at 23 kB/s)
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar (22 kB at 236 kB/s)
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 522 kB/s)
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.4 MB/s)
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
10:24:52 [2019-07-17T14:24:52.925Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 7.0 MB/s)
10:24:53 [2019-07-17T14:24:53.184Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom
10:24:53 [2019-07-17T14:24:53.184Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom
10:24:53 [2019-07-17T14:24:53.445Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom (1.4 kB at 15 kB/s)
10:24:53 [2019-07-17T14:24:53.445Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar
10:24:53 [2019-07-17T14:24:53.445Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar
10:24:53 [2019-07-17T14:24:53.445Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar (14 kB at 262 kB/s)
10:24:53 [2019-07-17T14:24:53.703Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
10:24:53 [2019-07-17T14:24:53.703Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
10:24:53 [2019-07-17T14:24:53.703Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 68 kB/s)
10:24:53 [2019-07-17T14:24:53.703Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
10:24:53 [2019-07-17T14:24:53.703Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
10:24:53 [2019-07-17T14:24:53.962Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 183 kB/s)
10:24:53 [2019-07-17T14:24:53.962Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
10:24:53 [2019-07-17T14:24:53.962Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
10:24:53 [2019-07-17T14:24:53.962Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 646 kB/s)
10:24:53 [2019-07-17T14:24:53.962Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom
10:24:53 [2019-07-17T14:24:53.962Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
10:24:53 [2019-07-17T14:24:53.962Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 481 kB/s)
10:24:53 [2019-07-17T14:24:53.962Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
10:24:53 [2019-07-17T14:24:53.962Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
10:24:53 [2019-07-17T14:24:53.962Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 240 kB/s)
10:24:54 [2019-07-17T14:24:54.222Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom
10:24:54 [2019-07-17T14:24:54.222Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom
10:24:54 [2019-07-17T14:24:54.222Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 205 kB/s)
10:24:54 [2019-07-17T14:24:54.222Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
10:24:54 [2019-07-17T14:24:54.222Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
10:24:54 [2019-07-17T14:24:54.222Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 325 kB/s)
10:24:54 [2019-07-17T14:24:54.222Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom
10:24:54 [2019-07-17T14:24:54.222Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
10:24:54 [2019-07-17T14:24:54.222Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.2 MB/s)
10:24:54 [2019-07-17T14:24:54.222Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom
10:24:54 [2019-07-17T14:24:54.222Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
10:24:54 [2019-07-17T14:24:54.222Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 484 kB/s)
10:24:54 [2019-07-17T14:24:54.481Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar
10:24:54 [2019-07-17T14:24:54.481Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar
10:24:54 [2019-07-17T14:24:54.481Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 831 kB/s)
10:24:54 [2019-07-17T14:24:54.482Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
10:24:54 [2019-07-17T14:24:54.482Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
10:24:54 [2019-07-17T14:24:54.482Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 173 kB/s)
10:24:54 [2019-07-17T14:24:54.482Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
10:24:54 [2019-07-17T14:24:54.482Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
10:24:54 [2019-07-17T14:24:54.741Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 447 kB/s)
10:24:54 [2019-07-17T14:24:54.741Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
10:24:54 [2019-07-17T14:24:54.741Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
10:24:54 [2019-07-17T14:24:54.741Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 502 kB/s)
10:24:54 [2019-07-17T14:24:54.741Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
10:24:54 [2019-07-17T14:24:54.741Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
10:24:54 [2019-07-17T14:24:54.741Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 595 kB/s)
10:24:54 [2019-07-17T14:24:54.741Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
10:24:54 [2019-07-17T14:24:54.741Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
10:24:54 [2019-07-17T14:24:54.741Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 360 kB/s)
10:24:54 [2019-07-17T14:24:54.741Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
10:24:54 [2019-07-17T14:24:54.741Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
10:24:55 [2019-07-17T14:24:55.000Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 905 kB/s)
10:24:55 [2019-07-17T14:24:55.000Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
10:24:55 [2019-07-17T14:24:55.000Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
10:24:55 [2019-07-17T14:24:55.000Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 2.6 MB/s)
10:24:55 [2019-07-17T14:24:55.000Z] [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.application.product:9.8.2-SNAPSHOT @ /home/jenkins/workspace/cdt-9.8-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/pom.xml
10:24:55 [2019-07-17T14:24:55.568Z] [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-06/
10:24:55 [2019-07-17T14:24:55.568Z] [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-06/
10:24:55 [2019-07-17T14:24:55.568Z] [INFO] Adding repository https://download.eclipse.org/releases/2019-06
10:24:55 [2019-07-17T14:24:55.828Z] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2019-06/ (492B)
10:24:55 [2019-07-17T14:24:55.828Z] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2019-06/ (492B)
10:24:55 [2019-07-17T14:24:55.828Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/
10:24:55 [2019-07-17T14:24:55.828Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/
10:24:56 [2019-07-17T14:24:56.087Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/
10:24:56 [2019-07-17T14:24:56.087Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/
10:24:56 [2019-07-17T14:24:56.654Z] [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-06/201906191000/
10:24:56 [2019-07-17T14:24:56.913Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2019-06/201906191000/
10:24:56 [2019-07-17T14:24:56.913Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2019-06/201906191000/
10:25:02 [2019-07-17T14:25:02.181Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.application.product:9.8.2-SNAPSHOT @ /home/jenkins/workspace/cdt-9.8-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/pom.xml
10:25:04 [2019-07-17T14:25:04.712Z] [INFO] Fetching 201906191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-06/
10:25:04 [2019-07-17T14:25:04.712Z] [INFO] Fetching 201906191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-06/
10:25:04 [2019-07-17T14:25:04.712Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.97kB)
10:25:04 [2019-07-17T14:25:04.712Z] [INFO] The user operation is waiting for background work to complete.
10:25:04 [2019-07-17T14:25:04.712Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.97kB)
10:25:04 [2019-07-17T14:25:04.712Z] [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110...
10:25:04 [2019-07-17T14:25:04.712Z] [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.5MB)
10:25:04 [2019-07-17T14:25:04.712Z] [INFO] The user operation is waiting for background work to complete.
10:25:04 [2019-07-17T14:25:04.712Z] [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.5MB)
10:25:05 [2019-07-17T14:25:05.646Z] [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337...
10:25:10 [2019-07-17T14:25:10.913Z] [INFO] Fetching com.sun.xml.bind_2.2.0.v201505121915.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (267.32kB)
10:25:10 [2019-07-17T14:25:10.913Z] [INFO] The user operation is waiting for background work to complete.
10:25:10 [2019-07-17T14:25:10.913Z] [INFO] Fetching com.sun.xml.bind_2.2.0.v201505121915.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (267.32kB)
10:25:10 [2019-07-17T14:25:10.913Z] [INFO] Unpacking com.sun.xml.bind_2.2.0.v201505121915...
10:25:10 [2019-07-17T14:25:10.913Z] [INFO] Fetching javax.activation_1.1.0.v201211130549.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.77kB)
10:25:10 [2019-07-17T14:25:10.913Z] [INFO] Fetching javax.activation_1.1.0.v201211130549.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.77kB)
10:25:10 [2019-07-17T14:25:10.913Z] [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.86kB)
10:25:10 [2019-07-17T14:25:10.913Z] [INFO] The user operation is waiting for background work to complete.
10:25:10 [2019-07-17T14:25:10.913Z] [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.86kB)
10:25:10 [2019-07-17T14:25:10.913Z] [INFO] Unpacking javax.xml.bind_2.2.0.v201105210648...
10:25:10 [2019-07-17T14:25:10.913Z] [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (249kB)
10:25:10 [2019-07-17T14:25:10.913Z] [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (249kB)
10:25:11 [2019-07-17T14:25:11.171Z] [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.37kB)
10:25:11 [2019-07-17T14:25:11.171Z] [INFO] The user operation is waiting for background work to complete.
10:25:11 [2019-07-17T14:25:11.171Z] [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.37kB)
10:25:11 [2019-07-17T14:25:11.171Z] [INFO] Unpacking javax.xml.stream_1.0.1.v201004272200...
10:25:11 [2019-07-17T14:25:11.171Z] [INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (454.46kB)
10:25:11 [2019-07-17T14:25:11.171Z] [INFO] The user operation is waiting for background work to complete.
10:25:11 [2019-07-17T14:25:11.171Z] [INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (454.46kB)
10:25:11 [2019-07-17T14:25:11.429Z] [INFO] Unpacking org.eclipse.osgi_3.14.0.v20190517-1309...
10:25:12 [2019-07-17T14:25:12.432Z] [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.32kB)
10:25:12 [2019-07-17T14:25:12.432Z] [INFO] The user operation is waiting for background work to complete.
10:25:12 [2019-07-17T14:25:12.432Z] [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.32kB)
10:25:12 [2019-07-17T14:25:12.432Z] [INFO] Unpacking javax.annotation_1.2.0.v201602091430...
10:25:12 [2019-07-17T14:25:12.432Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.08kB)
10:25:12 [2019-07-17T14:25:12.432Z] [INFO] The user operation is waiting for background work to complete.
10:25:12 [2019-07-17T14:25:12.432Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.08kB)
10:25:12 [2019-07-17T14:25:12.432Z] [INFO] Unpacking javax.el_2.2.0.v201303151357...
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.2kB)
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] The user operation is waiting for background work to complete.
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.2kB)
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Unpacking javax.servlet_3.1.0.v201410161800...
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.73kB)
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] The user operation is waiting for background work to complete.
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.73kB)
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158...
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.03kB)
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] The user operation is waiting for background work to complete.
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.03kB)
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436...
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.59kB)
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.59kB)
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (95.26kB)
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.35kB)
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.35kB)
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (101.68kB)
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] The user operation is waiting for background work to complete.
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (101.68kB)
10:25:13 [2019-07-17T14:25:13.428Z] [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436...
10:25:13 [2019-07-17T14:25:13.687Z] [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.52kB)
10:25:13 [2019-07-17T14:25:13.687Z] [INFO] The user operation is waiting for background work to complete.
10:25:13 [2019-07-17T14:25:13.687Z] [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.52kB)
10:25:13 [2019-07-17T14:25:13.687Z] [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436...
10:25:13 [2019-07-17T14:25:13.945Z] [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.49kB)
10:25:13 [2019-07-17T14:25:13.945Z] [INFO] The user operation is waiting for background work to complete.
10:25:13 [2019-07-17T14:25:13.945Z] [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.49kB)
10:25:13 [2019-07-17T14:25:13.945Z] [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436...
10:25:13 [2019-07-17T14:25:13.945Z] [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.72kB)
10:25:13 [2019-07-17T14:25:13.945Z] [INFO] The user operation is waiting for background work to complete.
10:25:13 [2019-07-17T14:25:13.946Z] [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.72kB)
10:25:14 [2019-07-17T14:25:14.205Z] [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436...
10:25:14 [2019-07-17T14:25:14.463Z] [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.2kB)
10:25:14 [2019-07-17T14:25:14.463Z] [INFO] The user operation is waiting for background work to complete.
10:25:14 [2019-07-17T14:25:14.463Z] [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.2kB)
10:25:14 [2019-07-17T14:25:14.721Z] [INFO] Unpacking org.apache.commons.codec_1.10.0.v20180409-1845...
10:25:14 [2019-07-17T14:25:14.721Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.7kB)
10:25:14 [2019-07-17T14:25:14.721Z] [INFO] The user operation is waiting for background work to complete.
10:25:14 [2019-07-17T14:25:14.721Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.7kB)
10:25:14 [2019-07-17T14:25:14.979Z] [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
10:25:14 [2019-07-17T14:25:14.979Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.71kB)
10:25:14 [2019-07-17T14:25:14.979Z] [INFO] The user operation is waiting for background work to complete.
10:25:14 [2019-07-17T14:25:14.979Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.71kB)
10:25:14 [2019-07-17T14:25:14.979Z] [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
10:25:15 [2019-07-17T14:25:15.238Z] [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (154.23kB)
10:25:15 [2019-07-17T14:25:15.238Z] [INFO] The user operation is waiting for background work to complete.
10:25:15 [2019-07-17T14:25:15.238Z] [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (154.23kB)
10:25:15 [2019-07-17T14:25:15.238Z] [INFO] Unpacking org.apache.felix.scr_2.1.14.v20190123-1619...
10:25:15 [2019-07-17T14:25:15.496Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.03kB)
10:25:15 [2019-07-17T14:25:15.496Z] [INFO] The user operation is waiting for background work to complete.
10:25:15 [2019-07-17T14:25:15.496Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.03kB)
10:25:15 [2019-07-17T14:25:15.496Z] [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147...
10:25:15 [2019-07-17T14:25:15.496Z] [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.66kB)
10:25:15 [2019-07-17T14:25:15.496Z] [INFO] The user operation is waiting for background work to complete.
10:25:15 [2019-07-17T14:25:15.496Z] [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.66kB)
10:25:15 [2019-07-17T14:25:15.755Z] [INFO] Unpacking org.eclipse.osgi.util_3.5.200.v20190115-2323...
10:25:15 [2019-07-17T14:25:15.755Z] [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,005.96kB)
10:25:15 [2019-07-17T14:25:15.755Z] [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,005.96kB)
10:25:16 [2019-07-17T14:25:16.012Z] [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.91kB)
10:25:16 [2019-07-17T14:25:16.012Z] [INFO] The user operation is waiting for background work to complete.
10:25:16 [2019-07-17T14:25:16.012Z] [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.91kB)
10:25:16 [2019-07-17T14:25:16.012Z] [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214...
10:25:16 [2019-07-17T14:25:16.270Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.32MB)
10:25:16 [2019-07-17T14:25:16.270Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.32MB)
10:25:16 [2019-07-17T14:25:16.529Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (687.76kB)
10:25:16 [2019-07-17T14:25:16.529Z] [INFO] The user operation is waiting for background work to complete.
10:25:16 [2019-07-17T14:25:16.529Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (687.76kB)
10:25:16 [2019-07-17T14:25:16.787Z] [INFO] Unpacking org.apache.lucene.analyzers-common_8.0.0.v20190404-1858...
10:25:17 [2019-07-17T14:25:17.353Z] [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (923.82kB)
10:25:17 [2019-07-17T14:25:17.353Z] [INFO] The user operation is waiting for background work to complete.
10:25:17 [2019-07-17T14:25:17.353Z] [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (923.82kB)
10:25:17 [2019-07-17T14:25:17.353Z] [INFO] Unpacking org.apache.lucene.core_8.0.0.v20190404-1858...
10:25:18 [2019-07-17T14:25:18.288Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (3.42MB)
10:25:18 [2019-07-17T14:25:18.288Z] [INFO] The user operation is waiting for background work to complete.
10:25:18 [2019-07-17T14:25:18.288Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (3.42MB)
10:25:18 [2019-07-17T14:25:18.855Z] [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858...
10:25:19 [2019-07-17T14:25:19.788Z] [INFO] Fetching org.eclipse.cdt.core_6.8.0.201905312053.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.62MB)
10:25:19 [2019-07-17T14:25:19.788Z] [INFO] The user operation is waiting for background work to complete.
10:25:19 [2019-07-17T14:25:19.788Z] [INFO] Fetching org.eclipse.cdt.core_6.8.0.201905312053.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.62MB)
10:25:20 [2019-07-17T14:25:20.047Z] [INFO] Unpacking org.eclipse.cdt.core_6.8.0.201905312053...
10:25:21 [2019-07-17T14:25:21.950Z] [INFO] Fetching org.eclipse.cdt.core.native_5.10.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.15kB)
10:25:21 [2019-07-17T14:25:21.950Z] [INFO] The user operation is waiting for background work to complete.
10:25:21 [2019-07-17T14:25:21.950Z] [INFO] Fetching org.eclipse.cdt.core.native_5.10.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.15kB)
10:25:21 [2019-07-17T14:25:21.950Z] [INFO] Unpacking org.eclipse.cdt.core.native_5.10.1.201811241055...
10:25:21 [2019-07-17T14:25:21.950Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.27kB)
10:25:21 [2019-07-17T14:25:21.950Z] [INFO] The user operation is waiting for background work to complete.
10:25:21 [2019-07-17T14:25:21.950Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.27kB)
10:25:21 [2019-07-17T14:25:21.950Z] [INFO] Unpacking org.eclipse.core.contenttype_3.7.300.v20190215-2048...
10:25:21 [2019-07-17T14:25:21.950Z] [INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.79kB)
10:25:21 [2019-07-17T14:25:21.950Z] [INFO] The user operation is waiting for background work to complete.
10:25:21 [2019-07-17T14:25:21.950Z] [INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.79kB)
10:25:22 [2019-07-17T14:25:22.209Z] [INFO] Unpacking org.eclipse.core.expressions_3.6.400.v20190518-1240...
10:25:22 [2019-07-17T14:25:22.209Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.02kB)
10:25:22 [2019-07-17T14:25:22.209Z] [INFO] The user operation is waiting for background work to complete.
10:25:22 [2019-07-17T14:25:22.209Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.02kB)
10:25:22 [2019-07-17T14:25:22.209Z] [INFO] Unpacking org.eclipse.core.filebuffers_3.6.600.v20190519-2344...
10:25:22 [2019-07-17T14:25:22.209Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.77kB)
10:25:22 [2019-07-17T14:25:22.209Z] [INFO] The user operation is waiting for background work to complete.
10:25:22 [2019-07-17T14:25:22.209Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.77kB)
10:25:22 [2019-07-17T14:25:22.466Z] [INFO] Unpacking org.eclipse.core.filesystem_1.7.400.v20190518-1151...
10:25:22 [2019-07-17T14:25:22.466Z] [INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.98kB)
10:25:22 [2019-07-17T14:25:22.466Z] [INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.98kB)
10:25:22 [2019-07-17T14:25:22.725Z] [INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.24kB)
10:25:22 [2019-07-17T14:25:22.725Z] [INFO] The user operation is waiting for background work to complete.
10:25:22 [2019-07-17T14:25:22.725Z] [INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.24kB)
10:25:22 [2019-07-17T14:25:22.725Z] [INFO] Unpacking org.eclipse.core.runtime_3.15.300.v20190508-0543...
10:25:22 [2019-07-17T14:25:22.725Z] [INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.02kB)
10:25:22 [2019-07-17T14:25:22.725Z] [INFO] The user operation is waiting for background work to complete.
10:25:22 [2019-07-17T14:25:22.725Z] [INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.02kB)
10:25:22 [2019-07-17T14:25:22.985Z] [INFO] Unpacking org.eclipse.core.variables_3.4.500.v20190510-0549...
10:25:22 [2019-07-17T14:25:22.985Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.68kB)
10:25:22 [2019-07-17T14:25:22.985Z] [INFO] The user operation is waiting for background work to complete.
10:25:22 [2019-07-17T14:25:22.985Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.68kB)
10:25:22 [2019-07-17T14:25:22.985Z] [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840...
10:25:23 [2019-07-17T14:25:23.243Z] [INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.68kB)
10:25:23 [2019-07-17T14:25:23.243Z] [INFO] The user operation is waiting for background work to complete.
10:25:23 [2019-07-17T14:25:23.243Z] [INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.68kB)
10:25:23 [2019-07-17T14:25:23.243Z] [INFO] Unpacking org.eclipse.text_3.8.200.v20190519-2344...
10:25:23 [2019-07-17T14:25:23.500Z] [INFO] Fetching org.eclipse.cdt.core.linux_5.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.42kB)
10:25:23 [2019-07-17T14:25:23.500Z] [INFO] The user operation is waiting for background work to complete.
10:25:23 [2019-07-17T14:25:23.500Z] [INFO] Fetching org.eclipse.cdt.core.linux_5.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.42kB)
10:25:23 [2019-07-17T14:25:23.500Z] [INFO] Unpacking org.eclipse.cdt.core.linux_5.3.1.201811241055...
10:25:23 [2019-07-17T14:25:23.500Z] [INFO] Fetching org.eclipse.cdt.core.linux.x86_64_5.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.83kB)
10:25:23 [2019-07-17T14:25:23.500Z] [INFO] The user operation is waiting for background work to complete.
10:25:23 [2019-07-17T14:25:23.500Z] [INFO] Fetching org.eclipse.cdt.core.linux.x86_64_5.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.83kB)
10:25:23 [2019-07-17T14:25:23.758Z] [INFO] Unpacking org.eclipse.cdt.core.linux.x86_64_5.3.1.201811241055...
10:25:23 [2019-07-17T14:25:23.758Z] [INFO] Fetching org.eclipse.cdt.debug.application_1.1.200.201903190044.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (281.93kB)
10:25:23 [2019-07-17T14:25:23.758Z] [INFO] The user operation is waiting for background work to complete.
10:25:23 [2019-07-17T14:25:23.758Z] [INFO] Fetching org.eclipse.cdt.debug.application_1.1.200.201903190044.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (281.93kB)
10:25:23 [2019-07-17T14:25:23.758Z] [INFO] Unpacking org.eclipse.cdt.debug.application_1.1.200.201903190044...
10:25:24 [2019-07-17T14:25:24.016Z] [INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (361.71kB)
10:25:24 [2019-07-17T14:25:24.016Z] [INFO] The user operation is waiting for background work to complete.
10:25:24 [2019-07-17T14:25:24.016Z] [INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (361.71kB)
10:25:24 [2019-07-17T14:25:24.016Z] [INFO] Unpacking org.eclipse.ui_3.113.0.v20190513-2118...
10:25:24 [2019-07-17T14:25:24.275Z] [INFO] Fetching org.eclipse.cdt.debug.ui_8.3.100.201906030422.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (336.7kB)
10:25:24 [2019-07-17T14:25:24.275Z] [INFO] The user operation is waiting for background work to complete.
10:25:24 [2019-07-17T14:25:24.275Z] [INFO] Fetching org.eclipse.cdt.debug.ui_8.3.100.201906030422.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (336.7kB)
10:25:24 [2019-07-17T14:25:24.275Z] [INFO] Unpacking org.eclipse.cdt.debug.ui_8.3.100.201906030422...
10:25:24 [2019-07-17T14:25:24.534Z] [INFO] Fetching org.eclipse.cdt.dsf_2.8.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.38kB)
10:25:24 [2019-07-17T14:25:24.534Z] [INFO] The user operation is waiting for background work to complete.
10:25:24 [2019-07-17T14:25:24.534Z] [INFO] Fetching org.eclipse.cdt.dsf_2.8.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.38kB)
10:25:24 [2019-07-17T14:25:24.793Z] [INFO] Unpacking org.eclipse.cdt.dsf_2.8.1.201811241055...
10:25:24 [2019-07-17T14:25:24.793Z] [INFO] Fetching org.eclipse.cdt.dsf.gdb_5.7.0.201906031815.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (430.07kB)
10:25:24 [2019-07-17T14:25:24.793Z] [INFO] The user operation is waiting for background work to complete.
10:25:24 [2019-07-17T14:25:24.793Z] [INFO] Fetching org.eclipse.cdt.dsf.gdb_5.7.0.201906031815.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (430.07kB)
10:25:25 [2019-07-17T14:25:25.052Z] [INFO] Unpacking org.eclipse.cdt.dsf.gdb_5.7.0.201906031815...
10:25:25 [2019-07-17T14:25:25.620Z] [INFO] Fetching org.eclipse.cdt.dsf.gdb.ui_2.6.200.201906030422.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (233.17kB)
10:25:25 [2019-07-17T14:25:25.620Z] [INFO] The user operation is waiting for background work to complete.
10:25:25 [2019-07-17T14:25:25.620Z] [INFO] Fetching org.eclipse.cdt.dsf.gdb.ui_2.6.200.201906030422.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (233.17kB)
10:25:25 [2019-07-17T14:25:25.620Z] [INFO] Unpacking org.eclipse.cdt.dsf.gdb.ui_2.6.200.201906030422...
10:25:26 [2019-07-17T14:25:26.526Z] [INFO] Fetching org.eclipse.cdt.dsf.ui_2.5.100.201904261715.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (367.22kB)
10:25:26 [2019-07-17T14:25:26.526Z] [INFO] The user operation is waiting for background work to complete.
10:25:26 [2019-07-17T14:25:26.526Z] [INFO] Fetching org.eclipse.cdt.dsf.ui_2.5.100.201904261715.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (367.22kB)
10:25:26 [2019-07-17T14:25:26.526Z] [INFO] Unpacking org.eclipse.cdt.dsf.ui_2.5.100.201904261715...
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] Fetching org.eclipse.cdt.gdb_7.0.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (11.62kB)
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] The user operation is waiting for background work to complete.
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] Fetching org.eclipse.cdt.gdb_7.0.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (11.62kB)
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] Unpacking org.eclipse.cdt.gdb_7.0.1.201811241055...
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] Fetching org.eclipse.cdt.gdb.ui_7.0.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.31kB)
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] The user operation is waiting for background work to complete.
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] Fetching org.eclipse.cdt.gdb.ui_7.0.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.31kB)
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] Unpacking org.eclipse.cdt.gdb.ui_7.0.1.201811241055...
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] Fetching org.eclipse.cdt.launch_9.2.1.201811291831.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.11kB)
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] The user operation is waiting for background work to complete.
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] Fetching org.eclipse.cdt.launch_9.2.1.201811291831.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.11kB)
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] Unpacking org.eclipse.cdt.launch_9.2.1.201811291831...
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (964.19kB)
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] The user operation is waiting for background work to complete.
10:25:27 [2019-07-17T14:25:27.032Z] [INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (964.19kB)
10:25:27 [2019-07-17T14:25:27.289Z] [INFO] Unpacking org.eclipse.ui.ide_3.15.200.v20190519-2104...
10:25:27 [2019-07-17T14:25:27.855Z] [INFO] Fetching org.eclipse.cdt.managedbuilder.core_8.7.0.201905240831.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (444.67kB)
10:25:27 [2019-07-17T14:25:27.855Z] [INFO] The user operation is waiting for background work to complete.
10:25:27 [2019-07-17T14:25:27.855Z] [INFO] Fetching org.eclipse.cdt.managedbuilder.core_8.7.0.201905240831.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (444.67kB)
10:25:27 [2019-07-17T14:25:27.855Z] [INFO] Unpacking org.eclipse.cdt.managedbuilder.core_8.7.0.201905240831...
10:25:28 [2019-07-17T14:25:28.421Z] [INFO] Fetching org.eclipse.cdt.managedbuilder.gnu.ui_8.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.45kB)
10:25:28 [2019-07-17T14:25:28.421Z] [INFO] The user operation is waiting for background work to complete.
10:25:28 [2019-07-17T14:25:28.421Z] [INFO] Fetching org.eclipse.cdt.managedbuilder.gnu.ui_8.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.45kB)
10:25:28 [2019-07-17T14:25:28.421Z] [INFO] Unpacking org.eclipse.cdt.managedbuilder.gnu.ui_8.3.1.201811241055...
10:25:28 [2019-07-17T14:25:28.421Z] [INFO] Fetching org.eclipse.cdt.debug.core_8.3.200.201905162046.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (105.97kB)
10:25:28 [2019-07-17T14:25:28.421Z] [INFO] The user operation is waiting for background work to complete.
10:25:28 [2019-07-17T14:25:28.421Z] [INFO] Fetching org.eclipse.cdt.debug.core_8.3.200.201905162046.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (105.97kB)
10:25:28 [2019-07-17T14:25:28.679Z] [INFO] Unpacking org.eclipse.cdt.debug.core_8.3.200.201905162046...
10:25:28 [2019-07-17T14:25:28.937Z] [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,012.08kB)
10:25:28 [2019-07-17T14:25:28.937Z] [INFO] The user operation is waiting for background work to complete.
10:25:28 [2019-07-17T14:25:28.937Z] [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,012.08kB)
10:25:28 [2019-07-17T14:25:28.937Z] [INFO] Unpacking org.eclipse.ui.workbench_3.115.0.v20190521-1602...
10:25:30 [2019-07-17T14:25:30.309Z] [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.79kB)
10:25:30 [2019-07-17T14:25:30.309Z] [INFO] The user operation is waiting for background work to complete.
10:25:30 [2019-07-17T14:25:30.309Z] [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.79kB)
10:25:30 [2019-07-17T14:25:30.309Z] [INFO] Unpacking org.eclipse.debug.core_3.13.300.v20190514-0832...
10:25:30 [2019-07-17T14:25:30.309Z] [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1MB)
10:25:30 [2019-07-17T14:25:30.309Z] [INFO] The user operation is waiting for background work to complete.
10:25:30 [2019-07-17T14:25:30.309Z] [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1MB)
10:25:30 [2019-07-17T14:25:30.568Z] [INFO] Unpacking org.eclipse.debug.ui_3.14.100.v20190518-2143...
10:25:31 [2019-07-17T14:25:31.503Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.07kB)
10:25:31 [2019-07-17T14:25:31.503Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.07kB)
10:25:31 [2019-07-17T14:25:31.503Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (98kB)
10:25:31 [2019-07-17T14:25:31.503Z] [INFO] The user operation is waiting for background work to complete.
10:25:31 [2019-07-17T14:25:31.503Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (98kB)
10:25:31 [2019-07-17T14:25:31.503Z] [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
10:25:31 [2019-07-17T14:25:31.503Z] [INFO] Fetching org.eclipse.cdt.debug.application.doc_1.1.100.201906071757.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (6.3MB)
10:25:31 [2019-07-17T14:25:31.503Z] [INFO] The user operation is waiting for background work to complete.
10:25:31 [2019-07-17T14:25:31.503Z] [INFO] Fetching org.eclipse.cdt.debug.application.doc_1.1.100.201906071757.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (6.3MB)
10:25:32 [2019-07-17T14:25:32.069Z] [INFO] Unpacking org.eclipse.cdt.debug.application.doc_1.1.100.201906071757...
10:25:33 [2019-07-17T14:25:33.005Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.floatingpoint_1.0.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.28kB)
10:25:33 [2019-07-17T14:25:33.005Z] [INFO] The user operation is waiting for background work to complete.
10:25:33 [2019-07-17T14:25:33.005Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.floatingpoint_1.0.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.28kB)
10:25:33 [2019-07-17T14:25:33.263Z] [INFO] Unpacking org.eclipse.cdt.debug.ui.memory.floatingpoint_1.0.1.201811241055...
10:25:33 [2019-07-17T14:25:33.263Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.memorybrowser_1.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (28.88kB)
10:25:33 [2019-07-17T14:25:33.263Z] [INFO] The user operation is waiting for background work to complete.
10:25:33 [2019-07-17T14:25:33.263Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.memorybrowser_1.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (28.88kB)
10:25:33 [2019-07-17T14:25:33.263Z] [INFO] Unpacking org.eclipse.cdt.debug.ui.memory.memorybrowser_1.3.1.201811241055...
10:25:33 [2019-07-17T14:25:33.263Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.search_1.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.53kB)
10:25:33 [2019-07-17T14:25:33.263Z] [INFO] The user operation is waiting for background work to complete.
10:25:33 [2019-07-17T14:25:33.263Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.search_1.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.53kB)
10:25:33 [2019-07-17T14:25:33.522Z] [INFO] Unpacking org.eclipse.cdt.debug.ui.memory.search_1.3.1.201811241055...
10:25:33 [2019-07-17T14:25:33.522Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.traditional_1.5.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.98kB)
10:25:33 [2019-07-17T14:25:33.522Z] [INFO] The user operation is waiting for background work to complete.
10:25:33 [2019-07-17T14:25:33.522Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.traditional_1.5.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.98kB)
10:25:33 [2019-07-17T14:25:33.522Z] [INFO] Unpacking org.eclipse.cdt.debug.ui.memory.traditional_1.5.1.201811241055...
10:25:33 [2019-07-17T14:25:33.780Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.transport_2.1.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.15kB)
10:25:33 [2019-07-17T14:25:33.780Z] [INFO] The user operation is waiting for background work to complete.
10:25:33 [2019-07-17T14:25:33.780Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.transport_2.1.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.15kB)
10:25:33 [2019-07-17T14:25:33.780Z] [INFO] Unpacking org.eclipse.cdt.debug.ui.memory.transport_2.1.1.201811241055...
10:25:33 [2019-07-17T14:25:33.780Z] [INFO] Fetching org.eclipse.cdt.make.core_7.4.100.201905311644.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (146.81kB)
10:25:33 [2019-07-17T14:25:33.780Z] [INFO] The user operation is waiting for background work to complete.
10:25:33 [2019-07-17T14:25:33.780Z] [INFO] Fetching org.eclipse.cdt.make.core_7.4.100.201905311644.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (146.81kB)
10:25:34 [2019-07-17T14:25:34.037Z] [INFO] Unpacking org.eclipse.cdt.make.core_7.4.100.201905311644...
10:25:34 [2019-07-17T14:25:34.037Z] [INFO] Fetching org.eclipse.cdt.native.serial_1.1.100.201901082014.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (212.25kB)
10:25:34 [2019-07-17T14:25:34.037Z] [INFO] The user operation is waiting for background work to complete.
10:25:34 [2019-07-17T14:25:34.037Z] [INFO] Fetching org.eclipse.cdt.native.serial_1.1.100.201901082014.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (212.25kB)
10:25:34 [2019-07-17T14:25:34.296Z] [INFO] Unpacking org.eclipse.cdt.native.serial_1.1.100.201901082014...
10:25:34 [2019-07-17T14:25:34.296Z] [INFO] Fetching org.eclipse.cdt.ui_6.5.0.201905312053.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.95MB)
10:25:34 [2019-07-17T14:25:34.296Z] [INFO] The user operation is waiting for background work to complete.
10:25:34 [2019-07-17T14:25:34.296Z] [INFO] Fetching org.eclipse.cdt.ui_6.5.0.201905312053.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.95MB)
10:25:35 [2019-07-17T14:25:35.669Z] [INFO] Fetching org.eclipse.cdt.ui_6.5.0.201905312053.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.68MB of 1.95MB at 1.67MB/s)
10:25:35 [2019-07-17T14:25:35.669Z] [INFO] Unpacking org.eclipse.cdt.ui_6.5.0.201905312053...
10:25:37 [2019-07-17T14:25:37.569Z] [INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (303.02kB)
10:25:37 [2019-07-17T14:25:37.569Z] [INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (303.02kB)
10:25:37 [2019-07-17T14:25:37.569Z] [INFO] The user operation is waiting for background work to complete.
10:25:37 [2019-07-17T14:25:37.569Z] [INFO] Unpacking org.eclipse.compare_3.7.600.v20190519-2354...
10:25:37 [2019-07-17T14:25:37.828Z] [INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.84kB)
10:25:37 [2019-07-17T14:25:37.828Z] [INFO] The user operation is waiting for background work to complete.
10:25:37 [2019-07-17T14:25:37.828Z] [INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.84kB)
10:25:37 [2019-07-17T14:25:37.828Z] [INFO] Unpacking org.eclipse.compare.core_3.6.500.v20190519-2354...
10:25:37 [2019-07-17T14:25:37.828Z] [INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.28kB)
10:25:37 [2019-07-17T14:25:37.828Z] [INFO] The user operation is waiting for background work to complete.
10:25:37 [2019-07-17T14:25:37.828Z] [INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.28kB)
10:25:38 [2019-07-17T14:25:38.086Z] [INFO] Unpacking org.eclipse.core.commands_3.9.400.v20190516-1358...
10:25:38 [2019-07-17T14:25:38.086Z] [INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.78kB)
10:25:38 [2019-07-17T14:25:38.086Z] [INFO] The user operation is waiting for background work to complete.
10:25:38 [2019-07-17T14:25:38.086Z] [INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.78kB)
10:25:38 [2019-07-17T14:25:38.086Z] [INFO] Unpacking org.eclipse.core.databinding_1.7.400.v20190513-2118...
10:25:38 [2019-07-17T14:25:38.344Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.59kB)
10:25:38 [2019-07-17T14:25:38.344Z] [INFO] The user operation is waiting for background work to complete.
10:25:38 [2019-07-17T14:25:38.344Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.59kB)
10:25:38 [2019-07-17T14:25:38.344Z] [INFO] Unpacking org.eclipse.core.databinding.observable_1.7.0.v20190515-0910...
10:25:38 [2019-07-17T14:25:38.601Z] [INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.79kB)
10:25:38 [2019-07-17T14:25:38.601Z] [INFO] The user operation is waiting for background work to complete.
10:25:38 [2019-07-17T14:25:38.601Z] [INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.79kB)
10:25:38 [2019-07-17T14:25:38.601Z] [INFO] Unpacking org.eclipse.core.databinding.property_1.7.0.v20190510-1100...
10:25:38 [2019-07-17T14:25:38.601Z] [INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.05kB)
10:25:38 [2019-07-17T14:25:38.601Z] [INFO] The user operation is waiting for background work to complete.
10:25:38 [2019-07-17T14:25:38.601Z] [INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.05kB)
10:25:38 [2019-07-17T14:25:38.860Z] [INFO] Unpacking org.eclipse.core.jobs_3.10.400.v20190506-1457...
10:25:38 [2019-07-17T14:25:38.860Z] [INFO] Fetching org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.61kB)
10:25:38 [2019-07-17T14:25:38.860Z] [INFO] The user operation is waiting for background work to complete.
10:25:38 [2019-07-17T14:25:38.860Z] [INFO] Fetching org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.61kB)
10:25:38 [2019-07-17T14:25:38.860Z] [INFO] Unpacking org.eclipse.core.net_1.3.500.v20190519-2354...
10:25:38 [2019-07-17T14:25:38.860Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.77kB)
10:25:38 [2019-07-17T14:25:38.860Z] [INFO] The user operation is waiting for background work to complete.
10:25:38 [2019-07-17T14:25:38.860Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.77kB)
10:25:39 [2019-07-17T14:25:39.117Z] [INFO] Unpacking org.eclipse.e4.core.commands_0.12.600.v20190510-1100...
10:25:39 [2019-07-17T14:25:39.117Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.61kB)
10:25:39 [2019-07-17T14:25:39.117Z] [INFO] The user operation is waiting for background work to complete.
10:25:39 [2019-07-17T14:25:39.117Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.61kB)
10:25:39 [2019-07-17T14:25:39.117Z] [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.100.v20190518-1217...
10:25:39 [2019-07-17T14:25:39.375Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.95kB)
10:25:39 [2019-07-17T14:25:39.375Z] [INFO] The user operation is waiting for background work to complete.
10:25:39 [2019-07-17T14:25:39.375Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.95kB)
10:25:39 [2019-07-17T14:25:39.375Z] [INFO] Unpacking org.eclipse.e4.core.di_1.7.200.v20190506-1457...
10:25:39 [2019-07-17T14:25:39.375Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.69kB)
10:25:39 [2019-07-17T14:25:39.375Z] [INFO] The user operation is waiting for background work to complete.
10:25:39 [2019-07-17T14:25:39.375Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.69kB)
10:25:39 [2019-07-17T14:25:39.632Z] [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217...
10:25:39 [2019-07-17T14:25:39.632Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.77kB)
10:25:39 [2019-07-17T14:25:39.632Z] [INFO] The user operation is waiting for background work to complete.
10:25:39 [2019-07-17T14:25:39.632Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.77kB)
10:25:39 [2019-07-17T14:25:39.632Z] [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308...
10:25:39 [2019-07-17T14:25:39.632Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.53kB)
10:25:39 [2019-07-17T14:25:39.632Z] [INFO] The user operation is waiting for background work to complete.
10:25:39 [2019-07-17T14:25:39.632Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.53kB)
10:25:39 [2019-07-17T14:25:39.890Z] [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457...
10:25:39 [2019-07-17T14:25:39.890Z] [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.91kB)
10:25:39 [2019-07-17T14:25:39.890Z] [INFO] The user operation is waiting for background work to complete.
10:25:39 [2019-07-17T14:25:39.890Z] [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.91kB)
10:25:39 [2019-07-17T14:25:39.890Z] [INFO] Unpacking org.eclipse.e4.core.services_2.1.400.v20181215-2145...
10:25:39 [2019-07-17T14:25:39.890Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.16kB)
10:25:39 [2019-07-17T14:25:39.890Z] [INFO] The user operation is waiting for background work to complete.
10:25:39 [2019-07-17T14:25:39.890Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.16kB)
10:25:40 [2019-07-17T14:25:40.148Z] [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118...
10:25:40 [2019-07-17T14:25:40.148Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.01kB)
10:25:40 [2019-07-17T14:25:40.148Z] [INFO] The user operation is waiting for background work to complete.
10:25:40 [2019-07-17T14:25:40.148Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.01kB)
10:25:40 [2019-07-17T14:25:40.148Z] [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100...
10:25:40 [2019-07-17T14:25:40.148Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.06kB)
10:25:40 [2019-07-17T14:25:40.148Z] [INFO] The user operation is waiting for background work to complete.
10:25:40 [2019-07-17T14:25:40.148Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.06kB)
10:25:40 [2019-07-17T14:25:40.409Z] [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118...
10:25:40 [2019-07-17T14:25:40.409Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.2kB)
10:25:40 [2019-07-17T14:25:40.409Z] [INFO] The user operation is waiting for background work to complete.
10:25:40 [2019-07-17T14:25:40.409Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.2kB)
10:25:40 [2019-07-17T14:25:40.409Z] [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118...
10:25:41 [2019-07-17T14:25:41.024Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.84kB)
10:25:41 [2019-07-17T14:25:41.024Z] [INFO] The user operation is waiting for background work to complete.
10:25:41 [2019-07-17T14:25:41.024Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.84kB)
10:25:41 [2019-07-17T14:25:41.024Z] [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100...
10:25:41 [2019-07-17T14:25:41.024Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.97kB)
10:25:41 [2019-07-17T14:25:41.024Z] [INFO] The user operation is waiting for background work to complete.
10:25:41 [2019-07-17T14:25:41.024Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.97kB)
10:25:41 [2019-07-17T14:25:41.024Z] [INFO] Unpacking org.eclipse.e4.ui.di_1.2.600.v20190510-1100...
10:25:41 [2019-07-17T14:25:41.327Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.57kB)
10:25:41 [2019-07-17T14:25:41.327Z] [INFO] The user operation is waiting for background work to complete.
10:25:41 [2019-07-17T14:25:41.327Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.57kB)
10:25:41 [2019-07-17T14:25:41.327Z] [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118...
10:25:41 [2019-07-17T14:25:41.327Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.29kB)
10:25:41 [2019-07-17T14:25:41.327Z] [INFO] The user operation is waiting for background work to complete.
10:25:41 [2019-07-17T14:25:41.327Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.29kB)
10:25:41 [2019-07-17T14:25:41.327Z] [INFO] Unpacking org.eclipse.e4.ui.services_1.3.500.v20190513-2118...
10:25:41 [2019-07-17T14:25:41.586Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.48kB)
10:25:41 [2019-07-17T14:25:41.586Z] [INFO] The user operation is waiting for background work to complete.
10:25:41 [2019-07-17T14:25:41.586Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.48kB)
10:25:41 [2019-07-17T14:25:41.586Z] [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100...
10:25:41 [2019-07-17T14:25:41.586Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.89kB)
10:25:41 [2019-07-17T14:25:41.586Z] [INFO] The user operation is waiting for background work to complete.
10:25:41 [2019-07-17T14:25:41.586Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.89kB)
10:25:41 [2019-07-17T14:25:41.845Z] [INFO] Unpacking org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505...
10:25:42 [2019-07-17T14:25:42.411Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (49.92kB)
10:25:42 [2019-07-17T14:25:42.411Z] [INFO] The user operation is waiting for background work to complete.
10:25:42 [2019-07-17T14:25:42.411Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (49.92kB)
10:25:42 [2019-07-17T14:25:42.411Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118...
10:25:42 [2019-07-17T14:25:42.976Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.18kB)
10:25:42 [2019-07-17T14:25:42.976Z] [INFO] The user operation is waiting for background work to complete.
10:25:42 [2019-07-17T14:25:42.976Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.18kB)
10:25:42 [2019-07-17T14:25:42.976Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525...
10:25:43 [2019-07-17T14:25:43.234Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.25kB)
10:25:43 [2019-07-17T14:25:43.234Z] [INFO] The user operation is waiting for background work to complete.
10:25:43 [2019-07-17T14:25:43.234Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.25kB)
10:25:43 [2019-07-17T14:25:43.234Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118...
10:25:43 [2019-07-17T14:25:43.800Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.07kB)
10:25:43 [2019-07-17T14:25:43.800Z] [INFO] The user operation is waiting for background work to complete.
10:25:43 [2019-07-17T14:25:43.800Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.07kB)
10:25:44 [2019-07-17T14:25:44.059Z] [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118...
10:25:44 [2019-07-17T14:25:44.059Z] [INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.13kB)
10:25:44 [2019-07-17T14:25:44.059Z] [INFO] The user operation is waiting for background work to complete.
10:25:44 [2019-07-17T14:25:44.059Z] [INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.13kB)
10:25:44 [2019-07-17T14:25:44.059Z] [INFO] Unpacking org.eclipse.ecf_3.9.3.v20190423-0625...
10:25:44 [2019-07-17T14:25:44.059Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.34kB)
10:25:44 [2019-07-17T14:25:44.059Z] [INFO] The user operation is waiting for background work to complete.
10:25:44 [2019-07-17T14:25:44.059Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.34kB)
10:25:44 [2019-07-17T14:25:44.317Z] [INFO] Unpacking org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132...
10:25:44 [2019-07-17T14:25:44.317Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.11kB)
10:25:44 [2019-07-17T14:25:44.317Z] [INFO] The user operation is waiting for background work to complete.
10:25:44 [2019-07-17T14:25:44.317Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.11kB)
10:25:44 [2019-07-17T14:25:44.317Z] [INFO] Unpacking org.eclipse.ecf.identity_3.9.1.v20181107-1749...
10:25:44 [2019-07-17T14:25:44.575Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.08kB)
10:25:44 [2019-07-17T14:25:44.575Z] [INFO] The user operation is waiting for background work to complete.
10:25:44 [2019-07-17T14:25:44.575Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.08kB)
10:25:44 [2019-07-17T14:25:44.575Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429...
10:25:44 [2019-07-17T14:25:44.575Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.6kB)
10:25:44 [2019-07-17T14:25:44.575Z] [INFO] The user operation is waiting for background work to complete.
10:25:44 [2019-07-17T14:25:44.575Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.6kB)
10:25:44 [2019-07-17T14:25:44.833Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947...
10:25:44 [2019-07-17T14:25:44.833Z] [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (115.24kB)
10:25:44 [2019-07-17T14:25:44.833Z] [INFO] The user operation is waiting for background work to complete.
10:25:44 [2019-07-17T14:25:44.833Z] [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (115.24kB)
10:25:44 [2019-07-17T14:25:44.833Z] [INFO] Unpacking org.eclipse.emf.common_2.16.0.v20190528-0845...
10:25:45 [2019-07-17T14:25:45.092Z] [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (485.5kB)
10:25:45 [2019-07-17T14:25:45.092Z] [INFO] The user operation is waiting for background work to complete.
10:25:45 [2019-07-17T14:25:45.092Z] [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (485.5kB)
10:25:45 [2019-07-17T14:25:45.092Z] [INFO] Unpacking org.eclipse.emf.ecore_2.18.0.v20190528-0845...
10:25:45 [2019-07-17T14:25:45.658Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.98kB)
10:25:45 [2019-07-17T14:25:45.658Z] [INFO] The user operation is waiting for background work to complete.
10:25:45 [2019-07-17T14:25:45.658Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.98kB)
10:25:45 [2019-07-17T14:25:45.916Z] [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
10:25:45 [2019-07-17T14:25:45.916Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.18kB)
10:25:45 [2019-07-17T14:25:45.916Z] [INFO] The user operation is waiting for background work to complete.
10:25:45 [2019-07-17T14:25:45.916Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.18kB)
10:25:45 [2019-07-17T14:25:45.916Z] [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
10:25:46 [2019-07-17T14:25:46.175Z] [INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.7kB)
10:25:46 [2019-07-17T14:25:46.175Z] [INFO] The user operation is waiting for background work to complete.
10:25:46 [2019-07-17T14:25:46.175Z] [INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.7kB)
10:25:46 [2019-07-17T14:25:46.175Z] [INFO] Unpacking org.eclipse.equinox.app_1.4.200.v20190516-1504...
10:25:46 [2019-07-17T14:25:46.175Z] [INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.95kB)
10:25:46 [2019-07-17T14:25:46.175Z] [INFO] The user operation is waiting for background work to complete.
10:25:46 [2019-07-17T14:25:46.175Z] [INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.95kB)
10:25:46 [2019-07-17T14:25:46.433Z] [INFO] Unpacking org.eclipse.equinox.bidi_1.2.0.v20190514-1046...
10:25:46 [2019-07-17T14:25:46.433Z] [INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.18kB)
10:25:46 [2019-07-17T14:25:46.433Z] [INFO] The user operation is waiting for background work to complete.
10:25:46 [2019-07-17T14:25:46.433Z] [INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.18kB)
10:25:46 [2019-07-17T14:25:46.433Z] [INFO] Unpacking org.eclipse.equinox.common_3.10.400.v20190516-1504...
10:25:46 [2019-07-17T14:25:46.433Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.300.v20190514-1046.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.23kB)
10:25:46 [2019-07-17T14:25:46.433Z] [INFO] The user operation is waiting for background work to complete.
10:25:46 [2019-07-17T14:25:46.433Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.300.v20190514-1046.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.23kB)
10:25:46 [2019-07-17T14:25:46.691Z] [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.300.v20190514-1046...
10:25:46 [2019-07-17T14:25:46.691Z] [INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.82kB)
10:25:46 [2019-07-17T14:25:46.691Z] [INFO] The user operation is waiting for background work to complete.
10:25:46 [2019-07-17T14:25:46.691Z] [INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.82kB)
10:25:46 [2019-07-17T14:25:46.691Z] [INFO] Unpacking org.eclipse.equinox.event_1.5.100.v20190528-1257...
10:25:46 [2019-07-17T14:25:46.691Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.48kB)
10:25:46 [2019-07-17T14:25:46.691Z] [INFO] The user operation is waiting for background work to complete.
10:25:46 [2019-07-17T14:25:46.691Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.48kB)
10:25:46 [2019-07-17T14:25:46.949Z] [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320...
10:25:46 [2019-07-17T14:25:46.949Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.94kB)
10:25:46 [2019-07-17T14:25:46.949Z] [INFO] The user operation is waiting for background work to complete.
10:25:46 [2019-07-17T14:25:46.949Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.94kB)
10:25:46 [2019-07-17T14:25:46.949Z] [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258...
10:25:47 [2019-07-17T14:25:47.206Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.62kB)
10:25:47 [2019-07-17T14:25:47.207Z] [INFO] The user operation is waiting for background work to complete.
10:25:47 [2019-07-17T14:25:47.207Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.62kB)
10:25:47 [2019-07-17T14:25:47.207Z] [INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504...
10:25:47 [2019-07-17T14:25:47.207Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.49kB)
10:25:47 [2019-07-17T14:25:47.207Z] [INFO] The user operation is waiting for background work to complete.
10:25:47 [2019-07-17T14:25:47.207Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.49kB)
10:25:47 [2019-07-17T14:25:47.207Z] [INFO] Unpacking org.eclipse.equinox.http.registry_1.1.700.v20190214-1948...
10:25:47 [2019-07-17T14:25:47.464Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.37kB)
10:25:47 [2019-07-17T14:25:47.464Z] [INFO] The user operation is waiting for background work to complete.
10:25:47 [2019-07-17T14:25:47.464Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.37kB)
10:25:47 [2019-07-17T14:25:47.464Z] [INFO] Unpacking org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504...
10:25:47 [2019-07-17T14:25:47.722Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.66kB)
10:25:47 [2019-07-17T14:25:47.722Z] [INFO] The user operation is waiting for background work to complete.
10:25:47 [2019-07-17T14:25:47.722Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.66kB)
10:25:47 [2019-07-17T14:25:47.722Z] [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948...
10:25:47 [2019-07-17T14:25:47.722Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.7kB)
10:25:47 [2019-07-17T14:25:47.722Z] [INFO] The user operation is waiting for background work to complete.
10:25:47 [2019-07-17T14:25:47.722Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.7kB)
10:25:47 [2019-07-17T14:25:47.980Z] [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948...
10:25:47 [2019-07-17T14:25:47.980Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.81kB)
10:25:47 [2019-07-17T14:25:47.980Z] [INFO] The user operation is waiting for background work to complete.
10:25:47 [2019-07-17T14:25:47.980Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.81kB)
10:25:47 [2019-07-17T14:25:47.980Z] [INFO] Unpacking org.eclipse.equinox.launcher_1.5.400.v20190515-0925...
10:25:47 [2019-07-17T14:25:47.980Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.1kB)
10:25:47 [2019-07-17T14:25:47.980Z] [INFO] The user operation is waiting for background work to complete.
10:25:47 [2019-07-17T14:25:47.980Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.1kB)
10:25:48 [2019-07-17T14:25:48.237Z] [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646...
10:25:48 [2019-07-17T14:25:48.237Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.98kB)
10:25:48 [2019-07-17T14:25:48.237Z] [INFO] The user operation is waiting for background work to complete.
10:25:48 [2019-07-17T14:25:48.237Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.98kB)
10:25:48 [2019-07-17T14:25:48.237Z] [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.0.v20190215-2242...
10:25:48 [2019-07-17T14:25:48.495Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.12kB)
10:25:48 [2019-07-17T14:25:48.495Z] [INFO] The user operation is waiting for background work to complete.
10:25:48 [2019-07-17T14:25:48.495Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.12kB)
10:25:48 [2019-07-17T14:25:48.753Z] [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.300.v20190215-2242...
10:25:48 [2019-07-17T14:25:48.753Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.81kB)
10:25:48 [2019-07-17T14:25:48.753Z] [INFO] The user operation is waiting for background work to complete.
10:25:48 [2019-07-17T14:25:48.753Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.81kB)
10:25:48 [2019-07-17T14:25:48.753Z] [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320...
10:25:49 [2019-07-17T14:25:49.011Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14kB)
10:25:49 [2019-07-17T14:25:49.011Z] [INFO] The user operation is waiting for background work to complete.
10:25:49 [2019-07-17T14:25:49.011Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14kB)
10:25:49 [2019-07-17T14:25:49.011Z] [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302...
10:25:49 [2019-07-17T14:25:49.011Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.73kB)
10:25:49 [2019-07-17T14:25:49.011Z] [INFO] The user operation is waiting for background work to complete.
10:25:49 [2019-07-17T14:25:49.011Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.73kB)
10:25:49 [2019-07-17T14:25:49.268Z] [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009...
10:25:49 [2019-07-17T14:25:49.268Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.1kB)
10:25:49 [2019-07-17T14:25:49.268Z] [INFO] The user operation is waiting for background work to complete.
10:25:49 [2019-07-17T14:25:49.268Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.1kB)
10:25:49 [2019-07-17T14:25:49.268Z] [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548...
10:25:49 [2019-07-17T14:25:49.527Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.01kB)
10:25:49 [2019-07-17T14:25:49.527Z] [INFO] The user operation is waiting for background work to complete.
10:25:49 [2019-07-17T14:25:49.527Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.01kB)
10:25:49 [2019-07-17T14:25:49.527Z] [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302...
10:25:49 [2019-07-17T14:25:49.527Z] [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.93kB)
10:25:49 [2019-07-17T14:25:49.527Z] [INFO] The user operation is waiting for background work to complete.
10:25:49 [2019-07-17T14:25:49.527Z] [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.93kB)
10:25:49 [2019-07-17T14:25:49.785Z] [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008...
10:25:49 [2019-07-17T14:25:49.785Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.99kB)
10:25:49 [2019-07-17T14:25:49.785Z] [INFO] The user operation is waiting for background work to complete.
10:25:49 [2019-07-17T14:25:49.785Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.99kB)
10:25:49 [2019-07-17T14:25:49.785Z] [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320...
10:25:50 [2019-07-17T14:25:50.043Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.17kB)
10:25:50 [2019-07-17T14:25:50.043Z] [INFO] The user operation is waiting for background work to complete.
10:25:50 [2019-07-17T14:25:50.043Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.17kB)
10:25:50 [2019-07-17T14:25:50.043Z] [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242...
10:25:50 [2019-07-17T14:25:50.043Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.71kB)
10:25:50 [2019-07-17T14:25:50.043Z] [INFO] The user operation is waiting for background work to complete.
10:25:50 [2019-07-17T14:25:50.043Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.71kB)
10:25:50 [2019-07-17T14:25:50.302Z] [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019...
10:25:50 [2019-07-17T14:25:50.302Z] [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.23kB)
10:25:50 [2019-07-17T14:25:50.302Z] [INFO] The user operation is waiting for background work to complete.
10:25:50 [2019-07-17T14:25:50.302Z] [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.23kB)
10:25:50 [2019-07-17T14:25:50.302Z] [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354...
10:25:50 [2019-07-17T14:25:50.302Z] [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (286.98kB)
10:25:50 [2019-07-17T14:25:50.302Z] [INFO] The user operation is waiting for background work to complete.
10:25:50 [2019-07-17T14:25:50.302Z] [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (286.98kB)
10:25:50 [2019-07-17T14:25:50.559Z] [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158...
10:25:50 [2019-07-17T14:25:50.559Z] [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.66kB)
10:25:50 [2019-07-17T14:25:50.559Z] [INFO] The user operation is waiting for background work to complete.
10:25:50 [2019-07-17T14:25:50.559Z] [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.66kB)
10:25:50 [2019-07-17T14:25:50.818Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802...
10:25:50 [2019-07-17T14:25:50.818Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.95kB)
10:25:50 [2019-07-17T14:25:50.818Z] [INFO] The user operation is waiting for background work to complete.
10:25:50 [2019-07-17T14:25:50.818Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.95kB)
10:25:50 [2019-07-17T14:25:50.818Z] [INFO] Unpacking org.eclipse.equinox.preferences_3.7.400.v20190516-1504...
10:25:51 [2019-07-17T14:25:51.076Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.91kB)
10:25:51 [2019-07-17T14:25:51.076Z] [INFO] The user operation is waiting for background work to complete.
10:25:51 [2019-07-17T14:25:51.076Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.91kB)
10:25:51 [2019-07-17T14:25:51.076Z] [INFO] Unpacking org.eclipse.equinox.registry_3.8.400.v20190516-1504...
10:25:51 [2019-07-17T14:25:51.076Z] [INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.54kB)
10:25:51 [2019-07-17T14:25:51.076Z] [INFO] The user operation is waiting for background work to complete.
10:25:51 [2019-07-17T14:25:51.076Z] [INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.54kB)
10:25:51 [2019-07-17T14:25:51.335Z] [INFO] Unpacking org.eclipse.equinox.security_1.3.200.v20190516-1504...
10:25:51 [2019-07-17T14:25:51.335Z] [INFO] Fetching org.eclipse.equinox.security.ui_1.2.300.v20190514-1046.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.27kB)
10:25:51 [2019-07-17T14:25:51.335Z] [INFO] The user operation is waiting for background work to complete.
10:25:51 [2019-07-17T14:25:51.335Z] [INFO] Fetching org.eclipse.equinox.security.ui_1.2.300.v20190514-1046.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.27kB)
10:25:51 [2019-07-17T14:25:51.335Z] [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.300.v20190514-1046...
10:25:51 [2019-07-17T14:25:51.593Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.9kB)
10:25:51 [2019-07-17T14:25:51.593Z] [INFO] The user operation is waiting for background work to complete.
10:25:51 [2019-07-17T14:25:51.593Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.9kB)
10:25:51 [2019-07-17T14:25:51.593Z] [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115...
10:25:51 [2019-07-17T14:25:51.593Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.46kB)
10:25:51 [2019-07-17T14:25:51.593Z] [INFO] The user operation is waiting for background work to complete.
10:25:51 [2019-07-17T14:25:51.593Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.46kB)
10:25:51 [2019-07-17T14:25:51.593Z] [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405...
10:25:51 [2019-07-17T14:25:51.851Z] [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.34kB)
10:25:51 [2019-07-17T14:25:51.851Z] [INFO] The user operation is waiting for background work to complete.
10:25:51 [2019-07-17T14:25:51.851Z] [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.34kB)
10:25:51 [2019-07-17T14:25:51.851Z] [INFO] Unpacking org.eclipse.equinox.util_1.1.200.v20181008-1820...
10:25:51 [2019-07-17T14:25:51.851Z] [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.98kB)
10:25:51 [2019-07-17T14:25:51.851Z] [INFO] The user operation is waiting for background work to complete.
10:25:51 [2019-07-17T14:25:51.851Z] [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.98kB)
10:25:52 [2019-07-17T14:25:52.110Z] [INFO] Unpacking org.eclipse.help_3.8.400.v20190423-0921...
10:25:52 [2019-07-17T14:25:52.110Z] [INFO] Fetching org.eclipse.help.base_4.2.600.v20190605-1800.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (175.2kB)
10:25:52 [2019-07-17T14:25:52.110Z] [INFO] The user operation is waiting for background work to complete.
10:25:52 [2019-07-17T14:25:52.110Z] [INFO] Fetching org.eclipse.help.base_4.2.600.v20190605-1800.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (175.2kB)
10:25:52 [2019-07-17T14:25:52.110Z] [INFO] Unpacking org.eclipse.help.base_4.2.600.v20190605-1800...
10:25:52 [2019-07-17T14:25:52.368Z] [INFO] Fetching org.eclipse.help.ui_4.1.500.v20190519-2119.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (204.91kB)
10:25:52 [2019-07-17T14:25:52.368Z] [INFO] The user operation is waiting for background work to complete.
10:25:52 [2019-07-17T14:25:52.368Z] [INFO] Fetching org.eclipse.help.ui_4.1.500.v20190519-2119.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (204.91kB)
10:25:52 [2019-07-17T14:25:52.368Z] [INFO] Unpacking org.eclipse.help.ui_4.1.500.v20190519-2119...
10:25:52 [2019-07-17T14:25:52.628Z] [INFO] Fetching org.eclipse.help.webapp_3.9.500.v20190517-1202.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (284.28kB)
10:25:52 [2019-07-17T14:25:52.628Z] [INFO] The user operation is waiting for background work to complete.
10:25:52 [2019-07-17T14:25:52.628Z] [INFO] Fetching org.eclipse.help.webapp_3.9.500.v20190517-1202.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (284.28kB)
10:25:52 [2019-07-17T14:25:52.628Z] [INFO] Unpacking org.eclipse.help.webapp_3.9.500.v20190517-1202...
10:25:53 [2019-07-17T14:25:53.525Z] [INFO] Fetching org.eclipse.jetty.http_9.4.18.v20190429.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (211.63kB)
10:25:53 [2019-07-17T14:25:53.525Z] [INFO] Fetching org.eclipse.jetty.http_9.4.18.v20190429.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (211.63kB)
10:25:53 [2019-07-17T14:25:53.525Z] [INFO] Fetching org.eclipse.jetty.io_9.4.18.v20190429.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (167.49kB)
10:25:53 [2019-07-17T14:25:53.525Z] [INFO] Fetching org.eclipse.jetty.io_9.4.18.v20190429.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (167.49kB)
10:25:53 [2019-07-17T14:25:53.525Z] [INFO] Fetching org.eclipse.jetty.security_9.4.18.v20190429.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (124.9kB)
10:25:53 [2019-07-17T14:25:53.525Z] [INFO] Fetching org.eclipse.jetty.security_9.4.18.v20190429.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (124.9kB)
10:25:53 [2019-07-17T14:25:53.783Z] [INFO] Fetching org.eclipse.jetty.server_9.4.18.v20190429.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (666.13kB)
10:25:53 [2019-07-17T14:25:53.783Z] [INFO] Fetching org.eclipse.jetty.server_9.4.18.v20190429.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (666.13kB)
10:25:53 [2019-07-17T14:25:53.783Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.18.v20190429.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (127.95kB)
10:25:53 [2019-07-17T14:25:53.783Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.18.v20190429.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (127.95kB)
10:25:54 [2019-07-17T14:25:54.042Z] [INFO] Fetching org.eclipse.jetty.util_9.4.18.v20190429.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (548.93kB)
10:25:54 [2019-07-17T14:25:54.042Z] [INFO] Fetching org.eclipse.jetty.util_9.4.18.v20190429.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (548.93kB)
10:25:54 [2019-07-17T14:25:54.042Z] [INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (358.07kB)
10:25:54 [2019-07-17T14:25:54.042Z] [INFO] The user operation is waiting for background work to complete.
10:25:54 [2019-07-17T14:25:54.042Z] [INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (358.07kB)
10:25:54 [2019-07-17T14:25:54.301Z] [INFO] Unpacking org.eclipse.jface_3.16.0.v20190528-0922...
10:25:54 [2019-07-17T14:25:54.559Z] [INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.69kB)
10:25:54 [2019-07-17T14:25:54.559Z] [INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.69kB)
10:25:54 [2019-07-17T14:25:54.559Z] [INFO] The user operation is waiting for background work to complete.
10:25:54 [2019-07-17T14:25:54.819Z] [INFO] Unpacking org.eclipse.jface.databinding_1.9.0.v20190519-0933...
10:25:54 [2019-07-17T14:25:54.819Z] [INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (318.48kB)
10:25:54 [2019-07-17T14:25:54.819Z] [INFO] The user operation is waiting for background work to complete.
10:25:54 [2019-07-17T14:25:54.819Z] [INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (318.48kB)
10:25:55 [2019-07-17T14:25:55.077Z] [INFO] Unpacking org.eclipse.jface.text_3.15.200.v20190519-2344...
10:25:55 [2019-07-17T14:25:55.336Z] [INFO] Fetching org.eclipse.launchbar.core_2.3.0.201906102002.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.52kB)
10:25:55 [2019-07-17T14:25:55.336Z] [INFO] Fetching org.eclipse.launchbar.core_2.3.0.201906102002.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.52kB)
10:25:55 [2019-07-17T14:25:55.336Z] [INFO] Fetching org.eclipse.launchbar.ui_2.3.0.201906102002.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (80.25kB)
10:25:55 [2019-07-17T14:25:55.336Z] [INFO] Fetching org.eclipse.launchbar.ui_2.3.0.201906102002.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (80.25kB)
10:25:55 [2019-07-17T14:25:55.594Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (181.37kB)
10:25:55 [2019-07-17T14:25:55.594Z] [INFO] The user operation is waiting for background work to complete.
10:25:55 [2019-07-17T14:25:55.594Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (181.37kB)
10:25:55 [2019-07-17T14:25:55.594Z] [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840...
10:25:55 [2019-07-17T14:25:55.851Z] [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.52kB)
10:25:55 [2019-07-17T14:25:55.851Z] [INFO] The user operation is waiting for background work to complete.
10:25:55 [2019-07-17T14:25:55.851Z] [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.52kB)
10:25:55 [2019-07-17T14:25:55.851Z] [INFO] Unpacking org.eclipse.search_3.11.600.v20190519-2344...
10:25:56 [2019-07-17T14:25:56.109Z] [INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.03kB)
10:25:56 [2019-07-17T14:25:56.109Z] [INFO] The user operation is waiting for background work to complete.
10:25:56 [2019-07-17T14:25:56.109Z] [INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.03kB)
10:25:56 [2019-07-17T14:25:56.109Z] [INFO] Unpacking org.eclipse.swt_3.111.0.v20190605-1801...
10:25:56 [2019-07-17T14:25:56.369Z] [INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (126.2kB)
10:25:56 [2019-07-17T14:25:56.369Z] [INFO] The user operation is waiting for background work to complete.
10:25:56 [2019-07-17T14:25:56.369Z] [INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (126.2kB)
10:25:56 [2019-07-17T14:25:56.369Z] [INFO] Unpacking org.eclipse.team.core_3.8.600.v20190519-2354...
10:25:56 [2019-07-17T14:25:56.627Z] [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (492.8kB)
10:25:56 [2019-07-17T14:25:56.627Z] [INFO] The user operation is waiting for background work to complete.
10:25:56 [2019-07-17T14:25:56.627Z] [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (492.8kB)
10:25:56 [2019-07-17T14:25:56.627Z] [INFO] Unpacking org.eclipse.team.ui_3.8.500.v20190519-2354...
10:25:57 [2019-07-17T14:25:57.194Z] [INFO] Fetching org.eclipse.tm.terminal.control_4.5.100.201901312304.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (185.75kB)
10:25:57 [2019-07-17T14:25:57.194Z] [INFO] Fetching org.eclipse.tm.terminal.control_4.5.100.201901312304.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (185.75kB)
10:25:57 [2019-07-17T14:25:57.194Z] [INFO] Fetching org.eclipse.tools.templates.core_1.1.0.201812111206.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (11.37kB)
10:25:57 [2019-07-17T14:25:57.194Z] [INFO] Fetching org.eclipse.tools.templates.core_1.1.0.201812111206.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (11.37kB)
10:25:57 [2019-07-17T14:25:57.452Z] [INFO] Fetching org.eclipse.tools.templates.freemarker_1.0.0.201812111206.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.46kB)
10:25:57 [2019-07-17T14:25:57.452Z] [INFO] Fetching org.eclipse.tools.templates.freemarker_1.0.0.201812111206.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.46kB)
10:25:57 [2019-07-17T14:25:57.452Z] [INFO] Fetching org.eclipse.tools.templates.ui_1.1.1.201812111206.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.49kB)
10:25:57 [2019-07-17T14:25:57.452Z] [INFO] Fetching org.eclipse.tools.templates.ui_1.1.1.201812111206.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.49kB)
10:25:57 [2019-07-17T14:25:57.452Z] [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.15kB)
10:25:57 [2019-07-17T14:25:57.452Z] [INFO] The user operation is waiting for background work to complete.
10:25:57 [2019-07-17T14:25:57.452Z] [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.15kB)
10:25:57 [2019-07-17T14:25:57.711Z] [INFO] Unpacking org.eclipse.ui.console_3.8.500.v20190514-0743...
10:25:57 [2019-07-17T14:25:57.711Z] [INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (195.05kB)
10:25:57 [2019-07-17T14:25:57.711Z] [INFO] The user operation is waiting for background work to complete.
10:25:57 [2019-07-17T14:25:57.711Z] [INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (195.05kB)
10:25:57 [2019-07-17T14:25:57.969Z] [INFO] Unpacking org.eclipse.ui.editors_3.11.500.v20190519-2344...
10:25:57 [2019-07-17T14:25:57.969Z] [INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.14kB)
10:25:57 [2019-07-17T14:25:57.969Z] [INFO] The user operation is waiting for background work to complete.
10:25:57 [2019-07-17T14:25:57.969Z] [INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.14kB)
10:25:58 [2019-07-17T14:25:58.228Z] [INFO] Unpacking org.eclipse.ui.forms_3.8.0.v20190519-1034...
10:25:58 [2019-07-17T14:25:58.228Z] [INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.13kB)
10:25:58 [2019-07-17T14:25:58.228Z] [INFO] The user operation is waiting for background work to complete.
10:25:58 [2019-07-17T14:25:58.228Z] [INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.13kB)
10:25:58 [2019-07-17T14:25:58.486Z] [INFO] Unpacking org.eclipse.ui.navigator_3.8.0.v20190519-2104...
10:25:58 [2019-07-17T14:25:58.745Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.46kB)
10:25:58 [2019-07-17T14:25:58.745Z] [INFO] The user operation is waiting for background work to complete.
10:25:58 [2019-07-17T14:25:58.745Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.46kB)
10:25:58 [2019-07-17T14:25:58.745Z] [INFO] Unpacking org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104...
10:25:59 [2019-07-17T14:25:59.002Z] [INFO] Fetching org.eclipse.ui.net_1.3.400.v20190519-2354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.34kB)
10:25:59 [2019-07-17T14:25:59.002Z] [INFO] The user operation is waiting for background work to complete.
10:25:59 [2019-07-17T14:25:59.002Z] [INFO] Fetching org.eclipse.ui.net_1.3.400.v20190519-2354.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.34kB)
10:25:59 [2019-07-17T14:25:59.002Z] [INFO] Unpacking org.eclipse.ui.net_1.3.400.v20190519-2354...
10:25:59 [2019-07-17T14:25:59.002Z] [INFO] Fetching org.eclipse.ui.themes_1.2.600.v20190513-0458.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.45kB)
10:25:59 [2019-07-17T14:25:59.002Z] [INFO] The user operation is waiting for background work to complete.
10:25:59 [2019-07-17T14:25:59.002Z] [INFO] Fetching org.eclipse.ui.themes_1.2.600.v20190513-0458.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.45kB)
10:25:59 [2019-07-17T14:25:59.260Z] [INFO] Unpacking org.eclipse.ui.themes_1.2.600.v20190513-0458...
10:26:00 [2019-07-17T14:26:00.193Z] [INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.79kB)
10:26:00 [2019-07-17T14:26:00.193Z] [INFO] The user operation is waiting for background work to complete.
10:26:00 [2019-07-17T14:26:00.193Z] [INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.79kB)
10:26:00 [2019-07-17T14:26:00.193Z] [INFO] Unpacking org.eclipse.ui.views_3.9.400.v20190517-1612...
10:26:00 [2019-07-17T14:26:00.451Z] [INFO] Fetching org.eclipse.ui.views.log_1.2.600.v20190519-1034.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.9kB)
10:26:00 [2019-07-17T14:26:00.451Z] [INFO] The user operation is waiting for background work to complete.
10:26:00 [2019-07-17T14:26:00.451Z] [INFO] Fetching org.eclipse.ui.views.log_1.2.600.v20190519-1034.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.9kB)
10:26:00 [2019-07-17T14:26:00.451Z] [INFO] Unpacking org.eclipse.ui.views.log_1.2.600.v20190519-1034...
10:26:00 [2019-07-17T14:26:00.451Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.76kB)
10:26:00 [2019-07-17T14:26:00.451Z] [INFO] The user operation is waiting for background work to complete.
10:26:00 [2019-07-17T14:26:00.451Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.76kB)
10:26:00 [2019-07-17T14:26:00.708Z] [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118...
10:26:00 [2019-07-17T14:26:00.708Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (229.07kB)
10:26:00 [2019-07-17T14:26:00.708Z] [INFO] The user operation is waiting for background work to complete.
10:26:00 [2019-07-17T14:26:00.708Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (229.07kB)
10:26:00 [2019-07-17T14:26:00.708Z] [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344...
10:26:00 [2019-07-17T14:26:00.965Z] [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.13kB)
10:26:00 [2019-07-17T14:26:00.965Z] [INFO] The user operation is waiting for background work to complete.
10:26:00 [2019-07-17T14:26:00.965Z] [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.13kB)
10:26:01 [2019-07-17T14:26:01.224Z] [INFO] Unpacking org.eclipse.update.configurator_3.4.300.v20190518-1030...
10:26:01 [2019-07-17T14:26:01.224Z] [INFO] Fetching org.freemarker_2.3.22.v20160210-1233.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (397.33kB)
10:26:01 [2019-07-17T14:26:01.224Z] [INFO] The user operation is waiting for background work to complete.
10:26:01 [2019-07-17T14:26:01.224Z] [INFO] Fetching org.freemarker_2.3.22.v20160210-1233.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (397.33kB)
10:26:01 [2019-07-17T14:26:01.224Z] [INFO] Unpacking org.freemarker_2.3.22.v20160210-1233...
10:26:01 [2019-07-17T14:26:01.789Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (103.26kB)
10:26:01 [2019-07-17T14:26:01.789Z] [INFO] The user operation is waiting for background work to complete.
10:26:01 [2019-07-17T14:26:01.789Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (103.26kB)
10:26:01 [2019-07-17T14:26:01.789Z] [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
10:26:02 [2019-07-17T14:26:02.047Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (72.9kB)
10:26:02 [2019-07-17T14:26:02.047Z] [INFO] The user operation is waiting for background work to complete.
10:26:02 [2019-07-17T14:26:02.047Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (72.9kB)
10:26:02 [2019-07-17T14:26:02.047Z] [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
10:26:02 [2019-07-17T14:26:02.047Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.42kB)
10:26:02 [2019-07-17T14:26:02.047Z] [INFO] The user operation is waiting for background work to complete.
10:26:02 [2019-07-17T14:26:02.047Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.42kB)
10:26:02 [2019-07-17T14:26:02.305Z] [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
10:26:02 [2019-07-17T14:26:02.305Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.95kB)
10:26:02 [2019-07-17T14:26:02.305Z] [INFO] The user operation is waiting for background work to complete.
10:26:02 [2019-07-17T14:26:02.305Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.95kB)
10:26:02 [2019-07-17T14:26:02.563Z] [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
10:26:02 [2019-07-17T14:26:02.563Z] [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.18kB)
10:26:02 [2019-07-17T14:26:02.563Z] [INFO] The user operation is waiting for background work to complete.
10:26:02 [2019-07-17T14:26:02.563Z] [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.18kB)
10:26:02 [2019-07-17T14:26:02.563Z] [INFO] Unpacking org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158...
10:26:02 [2019-07-17T14:26:02.563Z] [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.43kB)
10:26:02 [2019-07-17T14:26:02.563Z] [INFO] The user operation is waiting for background work to complete.
10:26:02 [2019-07-17T14:26:02.563Z] [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.43kB)
10:26:02 [2019-07-17T14:26:02.821Z] [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925...
10:26:02 [2019-07-17T14:26:02.821Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.37kB)
10:26:02 [2019-07-17T14:26:02.821Z] [INFO] The user operation is waiting for background work to complete.
10:26:02 [2019-07-17T14:26:02.821Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.37kB)
10:26:02 [2019-07-17T14:26:02.821Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132...
10:26:02 [2019-07-17T14:26:02.821Z] [INFO] Fetching org.eclipse.ecf.ssl_1.2.200.v20190502-0212.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.93kB)
10:26:02 [2019-07-17T14:26:02.821Z] [INFO] The user operation is waiting for background work to complete.
10:26:02 [2019-07-17T14:26:02.821Z] [INFO] Fetching org.eclipse.ecf.ssl_1.2.200.v20190502-0212.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.93kB)
10:26:03 [2019-07-17T14:26:03.080Z] [INFO] Unpacking org.eclipse.ecf.ssl_1.2.200.v20190502-0212...
10:26:03 [2019-07-17T14:26:03.080Z] [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.12kB)
10:26:03 [2019-07-17T14:26:03.080Z] [INFO] The user operation is waiting for background work to complete.
10:26:03 [2019-07-17T14:26:03.080Z] [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.12kB)
10:26:03 [2019-07-17T14:26:03.080Z] [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016...
10:26:03 [2019-07-17T14:26:03.337Z] [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (102.05kB)
10:26:03 [2019-07-17T14:26:03.337Z] [INFO] The user operation is waiting for background work to complete.
10:26:03 [2019-07-17T14:26:03.337Z] [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (102.05kB)
10:26:03 [2019-07-17T14:26:03.337Z] [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407...
10:26:03 [2019-07-17T14:26:03.902Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,006.66kB)
10:26:03 [2019-07-17T14:26:03.902Z] [INFO] The user operation is waiting for background work to complete.
10:26:03 [2019-07-17T14:26:03.902Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,006.66kB)
10:26:03 [2019-07-17T14:26:03.902Z] [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801...
10:26:04 [2019-07-17T14:26:04.834Z] [INFO] Fetching org.eclipse.equinox.executable_3.8.400.v20190515-0925.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (232.04kB)
10:26:04 [2019-07-17T14:26:04.834Z] [INFO] Fetching org.eclipse.equinox.executable_3.8.400.v20190515-0925.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (232.04kB)
10:26:04 [2019-07-17T14:26:04.834Z] [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.400.v20190515-0925 from https://download.eclipse.org/releases/2019-06/201906191000/binary/ (25.82kB)
10:26:04 [2019-07-17T14:26:04.834Z] [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.400.v20190515-0925 from https://download.eclipse.org/releases/2019-06/201906191000/binary/ (25.82kB)
10:26:05 [2019-07-17T14:26:05.399Z] [INFO] Fetching org.eclipse.cdt.core.win32_5.4.2.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.1kB)
10:26:05 [2019-07-17T14:26:05.399Z] [INFO] The user operation is waiting for background work to complete.
10:26:05 [2019-07-17T14:26:05.399Z] [INFO] Fetching org.eclipse.cdt.core.win32_5.4.2.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.1kB)
10:26:05 [2019-07-17T14:26:05.656Z] [INFO] Unpacking org.eclipse.cdt.core.win32_5.4.2.201811241055...
10:26:05 [2019-07-17T14:26:05.656Z] [INFO] Fetching org.eclipse.cdt.core.win32.x86_64_5.4.2.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (358.84kB)
10:26:05 [2019-07-17T14:26:05.656Z] [INFO] The user operation is waiting for background work to complete.
10:26:05 [2019-07-17T14:26:05.656Z] [INFO] Fetching org.eclipse.cdt.core.win32.x86_64_5.4.2.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (358.84kB)
10:26:05 [2019-07-17T14:26:05.656Z] [INFO] Unpacking org.eclipse.cdt.core.win32.x86_64_5.4.2.201811241055...
10:26:05 [2019-07-17T14:26:05.914Z] [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.88kB)
10:26:05 [2019-07-17T14:26:05.914Z] [INFO] The user operation is waiting for background work to complete.
10:26:05 [2019-07-17T14:26:05.914Z] [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.88kB)
10:26:05 [2019-07-17T14:26:05.914Z] [INFO] Unpacking org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158...
10:26:06 [2019-07-17T14:26:06.172Z] [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.76kB)
10:26:06 [2019-07-17T14:26:06.172Z] [INFO] The user operation is waiting for background work to complete.
10:26:06 [2019-07-17T14:26:06.172Z] [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.76kB)
10:26:06 [2019-07-17T14:26:06.172Z] [INFO] Unpacking org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635...
10:26:06 [2019-07-17T14:26:06.172Z] [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.25kB)
10:26:06 [2019-07-17T14:26:06.172Z] [INFO] The user operation is waiting for background work to complete.
10:26:06 [2019-07-17T14:26:06.172Z] [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.25kB)
10:26:06 [2019-07-17T14:26:06.431Z] [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016...
10:26:06 [2019-07-17T14:26:06.431Z] [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.08MB)
10:26:06 [2019-07-17T14:26:06.431Z] [INFO] The user operation is waiting for background work to complete.
10:26:06 [2019-07-17T14:26:06.431Z] [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.08MB)
10:26:06 [2019-07-17T14:26:06.431Z] [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801...
10:26:07 [2019-07-17T14:26:07.629Z] [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.400.v20190515-0925 from https://download.eclipse.org/releases/2019-06/201906191000/binary/ (141.17kB)
10:26:07 [2019-07-17T14:26:07.629Z] [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.400.v20190515-0925 from https://download.eclipse.org/releases/2019-06/201906191000/binary/ (141.17kB)
10:26:08 [2019-07-17T14:26:08.225Z] [INFO] Fetching org.eclipse.cdt.core.macosx_5.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.69kB)
10:26:08 [2019-07-17T14:26:08.225Z] [INFO] The user operation is waiting for background work to complete.
10:26:08 [2019-07-17T14:26:08.225Z] [INFO] Fetching org.eclipse.cdt.core.macosx_5.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.69kB)
10:26:08 [2019-07-17T14:26:08.225Z] [INFO] Unpacking org.eclipse.cdt.core.macosx_5.3.1.201811241055...
10:26:08 [2019-07-17T14:26:08.225Z] [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.95kB)
10:26:08 [2019-07-17T14:26:08.225Z] [INFO] The user operation is waiting for background work to complete.
10:26:08 [2019-07-17T14:26:08.225Z] [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.95kB)
10:26:08 [2019-07-17T14:26:08.225Z] [INFO] Unpacking org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158...
10:26:08 [2019-07-17T14:26:08.225Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.42kB)
10:26:08 [2019-07-17T14:26:08.225Z] [INFO] The user operation is waiting for background work to complete.
10:26:08 [2019-07-17T14:26:08.225Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.42kB)
10:26:08 [2019-07-17T14:26:08.225Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326...
10:26:08 [2019-07-17T14:26:08.791Z] [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.15kB)
10:26:08 [2019-07-17T14:26:08.791Z] [INFO] The user operation is waiting for background work to complete.
10:26:08 [2019-07-17T14:26:08.791Z] [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.15kB)
10:26:08 [2019-07-17T14:26:08.791Z] [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016...
10:26:08 [2019-07-17T14:26:08.791Z] [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.51kB)
10:26:08 [2019-07-17T14:26:08.791Z] [INFO] The user operation is waiting for background work to complete.
10:26:08 [2019-07-17T14:26:08.791Z] [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.51kB)
10:26:08 [2019-07-17T14:26:08.791Z] [INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235...
10:26:09 [2019-07-17T14:26:09.048Z] [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (790.84kB)
10:26:09 [2019-07-17T14:26:09.048Z] [INFO] The user operation is waiting for background work to complete.
10:26:09 [2019-07-17T14:26:09.048Z] [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (790.84kB)
10:26:09 [2019-07-17T14:26:09.048Z] [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801...
10:26:09 [2019-07-17T14:26:09.982Z] [INFO] Fetching org.eclipse.ui.cocoa_1.2.200.v20190509-1900.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.62kB)
10:26:09 [2019-07-17T14:26:09.982Z] [INFO] Fetching org.eclipse.ui.cocoa_1.2.200.v20190509-1900.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.62kB)
10:26:09 [2019-07-17T14:26:09.982Z] [INFO] The user operation is waiting for background work to complete.
10:26:09 [2019-07-17T14:26:09.982Z] [INFO] Unpacking org.eclipse.ui.cocoa_1.2.200.v20190509-1900...
10:26:09 [2019-07-17T14:26:09.982Z] [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.400.v20190515-0925 from https://download.eclipse.org/releases/2019-06/201906191000/binary/ (11.05kB)
10:26:09 [2019-07-17T14:26:09.982Z] [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.400.v20190515-0925 from https://download.eclipse.org/releases/2019-06/201906191000/binary/ (11.05kB)
10:26:09 [2019-07-17T14:26:09.982Z] [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.application.product:9.8.2-SNAPSHOT @ /home/jenkins/workspace/cdt-9.8-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/pom.xml
10:26:10 [2019-07-17T14:26:10.240Z] [INFO] 
10:26:10 [2019-07-17T14:26:10.240Z] [INFO] -----< org.eclipse.cdt:org.eclipse.cdt.debug.application.product >------
10:26:10 [2019-07-17T14:26:10.240Z] [INFO] Building Stand-Alone C/C++ Debugger Product 9.8.2-SNAPSHOT
10:26:10 [2019-07-17T14:26:10.240Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
10:26:10 [2019-07-17T14:26:10.498Z] [INFO] 
10:26:10 [2019-07-17T14:26:10.498Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cdt.debug.application.product ---
10:26:10 [2019-07-17T14:26:10.498Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
10:26:10 [2019-07-17T14:26:10.498Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
10:26:10 [2019-07-17T14:26:10.498Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 54 kB/s)
10:26:10 [2019-07-17T14:26:10.498Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
10:26:10 [2019-07-17T14:26:10.498Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 226 kB/s)
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 476 kB/s)
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 5.9 MB/s)
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] 
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.debug.application.product ---
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom (1.8 kB at 61 kB/s)
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom
10:26:10 [2019-07-17T14:26:10.756Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom
10:26:11 [2019-07-17T14:26:11.014Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom (9.7 kB at 202 kB/s)
10:26:11 [2019-07-17T14:26:11.014Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom
10:26:11 [2019-07-17T14:26:11.014Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom
10:26:11 [2019-07-17T14:26:11.014Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom (35 kB at 1.0 MB/s)
10:26:11 [2019-07-17T14:26:11.014Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
10:26:11 [2019-07-17T14:26:11.014Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
10:26:11 [2019-07-17T14:26:11.014Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 98 kB/s)
10:26:11 [2019-07-17T14:26:11.014Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
10:26:11 [2019-07-17T14:26:11.014Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
10:26:11 [2019-07-17T14:26:11.014Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 186 kB/s)
10:26:11 [2019-07-17T14:26:11.014Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
10:26:11 [2019-07-17T14:26:11.014Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
10:26:11 [2019-07-17T14:26:11.014Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 90 kB/s)
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 208 kB/s)
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 128 kB/s)
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 84 kB/s)
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 369 kB/s)
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom
10:26:11 [2019-07-17T14:26:11.273Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom
10:26:11 [2019-07-17T14:26:11.531Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom (1.6 kB at 45 kB/s)
10:26:11 [2019-07-17T14:26:11.531Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom
10:26:11 [2019-07-17T14:26:11.531Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom
10:26:11 [2019-07-17T14:26:11.531Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom (1.1 kB at 29 kB/s)
10:26:11 [2019-07-17T14:26:11.531Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom
10:26:11 [2019-07-17T14:26:11.531Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom
10:26:11 [2019-07-17T14:26:11.531Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom (1.5 kB at 46 kB/s)
10:26:11 [2019-07-17T14:26:11.531Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.pom
10:26:11 [2019-07-17T14:26:11.531Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.pom
10:26:11 [2019-07-17T14:26:11.790Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.pom (1.5 kB at 5.8 kB/s)
10:26:11 [2019-07-17T14:26:11.790Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar
10:26:11 [2019-07-17T14:26:11.790Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
10:26:11 [2019-07-17T14:26:11.790Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
10:26:11 [2019-07-17T14:26:11.790Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar
10:26:11 [2019-07-17T14:26:11.790Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
10:26:11 [2019-07-17T14:26:11.790Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
10:26:11 [2019-07-17T14:26:11.790Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar
10:26:11 [2019-07-17T14:26:11.790Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar
10:26:11 [2019-07-17T14:26:11.790Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar
10:26:11 [2019-07-17T14:26:11.790Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.jar
10:26:12 [2019-07-17T14:26:12.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar
10:26:12 [2019-07-17T14:26:12.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
10:26:12 [2019-07-17T14:26:12.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
10:26:12 [2019-07-17T14:26:12.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
10:26:12 [2019-07-17T14:26:12.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar
10:26:12 [2019-07-17T14:26:12.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar (11 kB at 214 kB/s)
10:26:12 [2019-07-17T14:26:12.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
10:26:12 [2019-07-17T14:26:12.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 378 kB/s)
10:26:12 [2019-07-17T14:26:12.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar
10:26:12 [2019-07-17T14:26:12.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 756 kB/s)
10:26:12 [2019-07-17T14:26:12.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar
10:26:12 [2019-07-17T14:26:12.982Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar (320 kB at 1.0 MB/s)
10:26:12 [2019-07-17T14:26:12.982Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar
10:26:12 [2019-07-17T14:26:12.982Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 860 kB/s)
10:26:12 [2019-07-17T14:26:12.982Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.jar
10:26:12 [2019-07-17T14:26:12.982Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 509 kB/s)
10:26:12 [2019-07-17T14:26:12.982Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.jar (6.0 kB at 16 kB/s)
10:26:13 [2019-07-17T14:26:13.240Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar (797 kB at 1.4 MB/s)
10:26:13 [2019-07-17T14:26:13.497Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar (2.7 MB at 3.3 MB/s)
10:26:14 [2019-07-17T14:26:14.871Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar (4.2 MB at 1.8 MB/s)
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] The project's OSGi version is 9.8.2.201907031707
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] 
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.cdt.debug.application.product ---
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] 
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.cdt.debug.application.product ---
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 175 kB/s)
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 175 kB/s)
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 303 kB/s)
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 561 kB/s)
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
10:26:15 [2019-07-17T14:26:15.806Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
10:26:16 [2019-07-17T14:26:16.066Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 113 kB/s)
10:26:16 [2019-07-17T14:26:16.066Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
10:26:16 [2019-07-17T14:26:16.066Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
10:26:16 [2019-07-17T14:26:16.066Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 87 kB/s)
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 108 kB/s)
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 196 kB/s)
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.1 MB/s)
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 136 kB/s)
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
10:26:16 [2019-07-17T14:26:16.324Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 102 kB/s)
10:26:16 [2019-07-17T14:26:16.583Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
10:26:16 [2019-07-17T14:26:16.583Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
10:26:16 [2019-07-17T14:26:16.583Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 84 kB/s)
10:26:16 [2019-07-17T14:26:16.583Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom
10:26:16 [2019-07-17T14:26:16.583Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom
10:26:17 [2019-07-17T14:26:17.518Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 20 kB/s)
10:26:17 [2019-07-17T14:26:17.518Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
10:26:17 [2019-07-17T14:26:17.518Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
10:26:17 [2019-07-17T14:26:17.518Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 25 kB/s)
10:26:17 [2019-07-17T14:26:17.518Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
10:26:17 [2019-07-17T14:26:17.518Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
10:26:17 [2019-07-17T14:26:17.776Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 299 kB/s)
10:26:17 [2019-07-17T14:26:17.776Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
10:26:17 [2019-07-17T14:26:17.776Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
10:26:17 [2019-07-17T14:26:17.776Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 23 kB/s)
10:26:17 [2019-07-17T14:26:17.776Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
10:26:17 [2019-07-17T14:26:17.776Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
10:26:17 [2019-07-17T14:26:17.776Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 42 kB/s)
10:26:17 [2019-07-17T14:26:17.776Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
10:26:17 [2019-07-17T14:26:17.776Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
10:26:17 [2019-07-17T14:26:17.776Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 21 kB/s)
10:26:17 [2019-07-17T14:26:17.776Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
10:26:17 [2019-07-17T14:26:17.776Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 22 kB/s)
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.pom
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 48 kB/s)
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 229 kB/s)
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 13 kB/s)
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 207 kB/s)
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
10:26:18 [2019-07-17T14:26:18.034Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
10:26:18 [2019-07-17T14:26:18.292Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 51 kB/s)
10:26:18 [2019-07-17T14:26:18.292Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
10:26:18 [2019-07-17T14:26:18.292Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
10:26:18 [2019-07-17T14:26:18.292Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 156 kB/s)
10:26:18 [2019-07-17T14:26:18.292Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
10:26:18 [2019-07-17T14:26:18.292Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
10:26:18 [2019-07-17T14:26:18.292Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 306 kB/s)
10:26:18 [2019-07-17T14:26:18.292Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
10:26:18 [2019-07-17T14:26:18.292Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
10:26:18 [2019-07-17T14:26:18.550Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 10 kB/s)
10:26:18 [2019-07-17T14:26:18.550Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
10:26:18 [2019-07-17T14:26:18.550Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
10:26:18 [2019-07-17T14:26:18.550Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 322 kB/s)
10:26:18 [2019-07-17T14:26:18.550Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
10:26:18 [2019-07-17T14:26:18.550Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
10:26:18 [2019-07-17T14:26:18.550Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 46 kB/s)
10:26:18 [2019-07-17T14:26:18.550Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
10:26:18 [2019-07-17T14:26:18.550Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 321 kB/s)
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.0 MB/s)
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 133 kB/s)
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 92 kB/s)
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 783 kB/s)
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
10:26:18 [2019-07-17T14:26:18.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 59 kB/s)
10:26:19 [2019-07-17T14:26:19.064Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
10:26:19 [2019-07-17T14:26:19.064Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
10:26:19 [2019-07-17T14:26:19.631Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 4.9 kB/s)
10:26:19 [2019-07-17T14:26:19.631Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
10:26:19 [2019-07-17T14:26:19.631Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
10:26:19 [2019-07-17T14:26:19.631Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 50 kB/s)
10:26:19 [2019-07-17T14:26:19.631Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
10:26:19 [2019-07-17T14:26:19.631Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
10:26:19 [2019-07-17T14:26:19.631Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 75 kB/s)
10:26:19 [2019-07-17T14:26:19.631Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
10:26:19 [2019-07-17T14:26:19.631Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
10:26:19 [2019-07-17T14:26:19.888Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 28 kB/s)
10:26:19 [2019-07-17T14:26:19.888Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
10:26:19 [2019-07-17T14:26:19.888Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
10:26:19 [2019-07-17T14:26:19.888Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 39 kB/s)
10:26:19 [2019-07-17T14:26:19.888Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
10:26:19 [2019-07-17T14:26:19.888Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
10:26:20 [2019-07-17T14:26:20.146Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 6.9 kB/s)
10:26:20 [2019-07-17T14:26:20.146Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
10:26:20 [2019-07-17T14:26:20.146Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 1.9 kB/s)
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 34 kB/s)
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 54 kB/s)
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 534 kB/s)
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 53 kB/s)
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 55 kB/s)
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 36 kB/s)
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 69 kB/s)
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 70 kB/s)
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
10:26:21 [2019-07-17T14:26:21.724Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 206 kB/s)
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 98 kB/s)
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 110 kB/s)
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 484 kB/s)
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 63 kB/s)
10:26:22 [2019-07-17T14:26:22.123Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
10:26:22 [2019-07-17T14:26:22.124Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
10:26:22 [2019-07-17T14:26:22.124Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 16 kB/s)
10:26:22 [2019-07-17T14:26:22.124Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/1/apache-1.pom
10:26:22 [2019-07-17T14:26:22.124Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
10:26:22 [2019-07-17T14:26:22.124Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 107 kB/s)
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 368 kB/s)
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 685 kB/s)
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 235 kB/s)
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 202 kB/s)
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 137 kB/s)
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 197 kB/s)
10:26:22 [2019-07-17T14:26:22.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
10:26:22 [2019-07-17T14:26:22.727Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
10:26:22 [2019-07-17T14:26:22.727Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 509 kB/s)
10:26:22 [2019-07-17T14:26:22.727Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
10:26:22 [2019-07-17T14:26:22.727Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
10:26:22 [2019-07-17T14:26:22.727Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 96 kB/s)
10:26:22 [2019-07-17T14:26:22.727Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
10:26:22 [2019-07-17T14:26:22.727Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
10:26:22 [2019-07-17T14:26:22.727Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 50 kB/s)
10:26:22 [2019-07-17T14:26:22.727Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
10:26:22 [2019-07-17T14:26:22.727Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
10:26:22 [2019-07-17T14:26:22.727Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 79 kB/s)
10:26:22 [2019-07-17T14:26:22.727Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
10:26:22 [2019-07-17T14:26:22.727Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 162 kB/s)
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 38 kB/s)
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 100 kB/s)
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 60 kB/s)
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 67 kB/s)
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
10:26:23 [2019-07-17T14:26:23.028Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
10:26:23 [2019-07-17T14:26:23.327Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 60 kB/s)
10:26:23 [2019-07-17T14:26:23.327Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
10:26:23 [2019-07-17T14:26:23.327Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
10:26:23 [2019-07-17T14:26:23.327Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 42 kB/s)
10:26:23 [2019-07-17T14:26:23.327Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
10:26:23 [2019-07-17T14:26:23.327Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
10:26:23 [2019-07-17T14:26:23.327Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 31 kB/s)
10:26:23 [2019-07-17T14:26:23.327Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
10:26:23 [2019-07-17T14:26:23.327Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
10:26:23 [2019-07-17T14:26:23.327Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 181 kB/s)
10:26:23 [2019-07-17T14:26:23.627Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
10:26:23 [2019-07-17T14:26:23.627Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
10:26:23 [2019-07-17T14:26:23.627Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 56 kB/s)
10:26:23 [2019-07-17T14:26:23.627Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
10:26:23 [2019-07-17T14:26:23.627Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
10:26:23 [2019-07-17T14:26:23.928Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 32 kB/s)
10:26:23 [2019-07-17T14:26:23.928Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
10:26:23 [2019-07-17T14:26:23.928Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
10:26:23 [2019-07-17T14:26:23.928Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 222 kB/s)
10:26:23 [2019-07-17T14:26:23.928Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
10:26:23 [2019-07-17T14:26:23.928Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
10:26:24 [2019-07-17T14:26:24.224Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 43 kB/s)
10:26:24 [2019-07-17T14:26:24.224Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
10:26:24 [2019-07-17T14:26:24.224Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
10:26:24 [2019-07-17T14:26:24.524Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 292 kB/s)
10:26:24 [2019-07-17T14:26:24.524Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom
10:26:24 [2019-07-17T14:26:24.524Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
10:26:24 [2019-07-17T14:26:24.524Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 557 B/s)
10:26:24 [2019-07-17T14:26:24.827Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
10:26:24 [2019-07-17T14:26:24.827Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
10:26:24 [2019-07-17T14:26:24.827Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 303 kB/s)
10:26:24 [2019-07-17T14:26:24.827Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
10:26:24 [2019-07-17T14:26:24.827Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
10:26:24 [2019-07-17T14:26:24.827Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 1.6 kB/s)
10:26:24 [2019-07-17T14:26:24.827Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
10:26:24 [2019-07-17T14:26:24.827Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
10:26:24 [2019-07-17T14:26:24.827Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 31 kB/s)
10:26:24 [2019-07-17T14:26:24.827Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
10:26:24 [2019-07-17T14:26:24.827Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
10:26:25 [2019-07-17T14:26:25.125Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 28 kB/s)
10:26:25 [2019-07-17T14:26:25.125Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
10:26:25 [2019-07-17T14:26:25.125Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
10:26:25 [2019-07-17T14:26:25.125Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 66 kB/s)
10:26:25 [2019-07-17T14:26:25.125Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
10:26:25 [2019-07-17T14:26:25.125Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 670 B/s)
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 73 kB/s)
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 12 kB/s)
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 310 kB/s)
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom (3.5 kB at 104 kB/s)
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom
10:26:25 [2019-07-17T14:26:25.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom
10:26:25 [2019-07-17T14:26:25.728Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom (2.1 kB at 41 kB/s)
10:26:25 [2019-07-17T14:26:25.728Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.pom
10:26:25 [2019-07-17T14:26:25.728Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom
10:26:25 [2019-07-17T14:26:25.728Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom (2.9 kB at 89 kB/s)
10:26:25 [2019-07-17T14:26:25.728Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom
10:26:26 [2019-07-17T14:26:26.028Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom
10:26:26 [2019-07-17T14:26:26.028Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom (3.7 kB at 114 kB/s)
10:26:26 [2019-07-17T14:26:26.028Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom
10:26:26 [2019-07-17T14:26:26.028Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom
10:26:26 [2019-07-17T14:26:26.028Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom (3.1 kB at 101 kB/s)
10:26:26 [2019-07-17T14:26:26.028Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom
10:26:26 [2019-07-17T14:26:26.028Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom (3.2 kB at 102 kB/s)
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom (1.9 kB at 55 kB/s)
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.jar
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
10:26:26 [2019-07-17T14:26:26.029Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
10:26:26 [2019-07-17T14:26:26.427Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar
10:26:27 [2019-07-17T14:26:27.427Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
10:26:27 [2019-07-17T14:26:27.427Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
10:26:27 [2019-07-17T14:26:27.427Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 963 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 1.0 MB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 1.1 MB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 3.5 MB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 2.8 MB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 2.7 MB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 105 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 97 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 149 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar (37 kB at 298 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar (30 kB at 241 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar (123 kB at 899 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar (11 kB at 74 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 983 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.5 MB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.6 MB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 158 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 5.8 MB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 246 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 232 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 45 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 62 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 31 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 153 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 139 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 121 kB/s)
10:26:27 [2019-07-17T14:26:27.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 184 kB/s)
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 764 kB/s)
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 73 kB/s)
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 313 kB/s)
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.1 MB/s)
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 120 kB/s)
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar (115 kB at 203 kB/s)
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar (281 kB at 495 kB/s)
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar (194 kB at 335 kB/s)
10:26:27 [2019-07-17T14:26:27.686Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
10:26:27 [2019-07-17T14:26:27.945Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar (50 kB at 81 kB/s)
10:26:27 [2019-07-17T14:26:27.945Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar
10:26:27 [2019-07-17T14:26:27.945Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar (129 kB at 201 kB/s)
10:26:27 [2019-07-17T14:26:27.945Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 148 kB/s)
10:26:27 [2019-07-17T14:26:27.945Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 251 kB/s)
10:26:27 [2019-07-17T14:26:27.945Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar (33 kB at 42 kB/s)
10:26:27 [2019-07-17T14:26:27.945Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar (70 kB at 88 kB/s)
10:26:28 [2019-07-17T14:26:28.202Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/cdt-9.8-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*
10:26:28 [2019-07-17T14:26:28.202Z] [INFO] 
10:26:28 [2019-07-17T14:26:28.202Z] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.cdt.debug.application.product ---
10:26:28 [2019-07-17T14:26:28.202Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
10:26:28 [2019-07-17T14:26:28.202Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
10:26:28 [2019-07-17T14:26:28.460Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 21 kB/s)
10:26:28 [2019-07-17T14:26:28.717Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
10:26:28 [2019-07-17T14:26:28.717Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
10:26:28 [2019-07-17T14:26:28.717Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 219 kB/s)
10:26:28 [2019-07-17T14:26:28.975Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
10:26:28 [2019-07-17T14:26:28.975Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
10:26:29 [2019-07-17T14:26:29.233Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 19 kB/s)
10:26:29 [2019-07-17T14:26:29.233Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
10:26:29 [2019-07-17T14:26:29.233Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
10:26:29 [2019-07-17T14:26:29.233Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 2.4 MB/s)
10:26:29 [2019-07-17T14:26:29.233Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
10:26:29 [2019-07-17T14:26:29.233Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
10:26:29 [2019-07-17T14:26:29.492Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 133 kB/s)
10:26:29 [2019-07-17T14:26:29.492Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
10:26:29 [2019-07-17T14:26:29.492Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
10:26:29 [2019-07-17T14:26:29.492Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 160 kB/s)
10:26:29 [2019-07-17T14:26:29.492Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom
10:26:29 [2019-07-17T14:26:29.492Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
10:26:29 [2019-07-17T14:26:29.492Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 657 kB/s)
10:26:29 [2019-07-17T14:26:29.492Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom
10:26:29 [2019-07-17T14:26:29.492Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
10:26:29 [2019-07-17T14:26:29.492Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 363 kB/s)
10:26:29 [2019-07-17T14:26:29.492Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom
10:26:29 [2019-07-17T14:26:29.492Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 9.8 kB/s)
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.5 MB/s)
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 36 kB/s)
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 40 kB/s)
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 99 kB/s)
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 84 kB/s)
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 87 kB/s)
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
10:26:30 [2019-07-17T14:26:30.866Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
10:26:31 [2019-07-17T14:26:31.123Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
10:26:31 [2019-07-17T14:26:31.123Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
10:26:31 [2019-07-17T14:26:31.123Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
10:26:31 [2019-07-17T14:26:31.123Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
10:26:31 [2019-07-17T14:26:31.123Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
10:26:31 [2019-07-17T14:26:31.123Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 229 kB/s)
10:26:31 [2019-07-17T14:26:31.123Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
10:26:31 [2019-07-17T14:26:31.123Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 759 kB/s)
10:26:31 [2019-07-17T14:26:31.123Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 5.5 MB/s)
10:26:31 [2019-07-17T14:26:31.123Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 996 kB/s)
10:26:31 [2019-07-17T14:26:31.123Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 3.0 MB/s)
10:26:31 [2019-07-17T14:26:31.381Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 1.4 MB/s)
10:26:31 [2019-07-17T14:26:31.381Z] [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
10:26:31 [2019-07-17T14:26:31.381Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/cdt-9.8-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/src/main/resources
10:26:31 [2019-07-17T14:26:31.381Z] [INFO] 
10:26:31 [2019-07-17T14:26:31.381Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.cdt.debug.application.product ---
10:26:31 [2019-07-17T14:26:31.381Z] [INFO] 
10:26:31 [2019-07-17T14:26:31.381Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.cdt.debug.application.product ---
10:26:31 [2019-07-17T14:26:31.381Z] [INFO] 
10:26:31 [2019-07-17T14:26:31.381Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.cdt.debug.application.product ---
10:26:31 [2019-07-17T14:26:31.639Z] [INFO] 
10:26:31 [2019-07-17T14:26:31.639Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.cdt.debug.application.product ---
10:26:31 [2019-07-17T14:26:31.639Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
10:26:31 [2019-07-17T14:26:31.639Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
10:26:31 [2019-07-17T14:26:31.639Z] [INFO] 
10:26:31 [2019-07-17T14:26:31.639Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.cdt.debug.application.product ---
10:26:36 [2019-07-17T14:26:36.897Z] [INFO] 
10:26:36 [2019-07-17T14:26:36.897Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.cdt.debug.application.product ---
10:26:36 [2019-07-17T14:26:36.897Z] [INFO] 
10:26:36 [2019-07-17T14:26:36.897Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.cdt.debug.application.product ---
10:26:36 [2019-07-17T14:26:36.897Z] [INFO] 
10:26:36 [2019-07-17T14:26:36.897Z] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.cdt.debug.application.product ---
10:26:58 [2019-07-17T14:26:58.918Z] [INFO] 
10:26:58 [2019-07-17T14:26:58.918Z] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.cdt.debug.application.product ---
10:26:58 [2019-07-17T14:26:58.918Z] [INFO] Building zip: /home/jenkins/workspace/cdt-9.8-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/target/org.eclipse.cdt.debug.application.product-9.8.2-SNAPSHOT.zip
10:27:02 [2019-07-17T14:27:02.196Z] [INFO] 
10:27:02 [2019-07-17T14:27:02.196Z] [INFO] --- tycho-p2-director-plugin:1.4.0:materialize-products (materialize-products) @ org.eclipse.cdt.debug.application.product ---
10:27:02 [2019-07-17T14:27:02.196Z] [INFO] Installing product org.eclipse.cdt.debug.application.product for environment linux/gtk/x86_64 to /home/jenkins/workspace/cdt-9.8-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/target/products/org.eclipse.cdt.debug.application.product/linux/gtk/x86_64/cdt-stand-alone-debugger
10:27:03 [2019-07-17T14:27:03.128Z] Installing org.eclipse.cdt.debug.application.product 9.8.2.201907031707.
10:27:25 [2019-07-17T14:27:25.043Z] Operation completed in 18568 ms.
10:27:25 [2019-07-17T14:27:25.043Z] [INFO] Installing product org.eclipse.cdt.debug.application.product for environment win32/win32/x86_64 to /home/jenkins/workspace/cdt-9.8-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/target/products/org.eclipse.cdt.debug.application.product/win32/win32/x86_64/cdt-stand-alone-debugger
10:27:25 [2019-07-17T14:27:25.043Z] Installing org.eclipse.cdt.debug.application.product 9.8.2.201907031707.
10:27:37 [2019-07-17T14:27:37.235Z] Operation completed in 13887 ms.
10:27:37 [2019-07-17T14:27:37.235Z] [INFO] Installing product org.eclipse.cdt.debug.application.product for environment macosx/cocoa/x86_64 to /home/jenkins/workspace/cdt-9.8-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/target/products/org.eclipse.cdt.debug.application.product/macosx/cocoa/x86_64/cdt-stand-alone-debugger.app
10:27:37 [2019-07-17T14:27:37.235Z] Installing org.eclipse.cdt.debug.application.product 9.8.2.201907031707.
10:27:52 [2019-07-17T14:27:52.658Z] Operation completed in 14976 ms.
10:27:52 [2019-07-17T14:27:52.658Z] [INFO] 
10:27:52 [2019-07-17T14:27:52.658Z] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.cdt.debug.application.product ---
10:27:52 [2019-07-17T14:27:52.658Z] [INFO] 
10:27:52 [2019-07-17T14:27:52.658Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.cdt.debug.application.product ---
10:27:52 [2019-07-17T14:27:52.658Z] [INFO] 
10:27:52 [2019-07-17T14:27:52.658Z] [INFO] --- tycho-p2-director-plugin:1.4.0:archive-products (archive-products) @ org.eclipse.cdt.debug.application.product ---
10:27:52 [2019-07-17T14:27:52.658Z] [INFO] Building tar: /home/jenkins/workspace/cdt-9.8-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/target/products/cdt-stand-alone-debugger-9.8.2-20190717-1424-linux.gtk.x86_64.tar.gz
10:27:57 [2019-07-17T14:27:57.923Z] [INFO] Building zip: /home/jenkins/workspace/cdt-9.8-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/target/products/cdt-stand-alone-debugger-9.8.2-20190717-1424-win32.win32.x86_64.zip
10:28:01 [2019-07-17T14:28:01.205Z] [INFO] Building tar: /home/jenkins/workspace/cdt-9.8-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/target/products/cdt-stand-alone-debugger-9.8.2-20190717-1424-macosx.cocoa.x86_64.tar.gz
10:28:05 [2019-07-17T14:28:05.388Z] [INFO] 
10:28:05 [2019-07-17T14:28:05.388Z] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.cdt.debug.application.product ---
10:28:05 [2019-07-17T14:28:05.388Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom
10:28:05 [2019-07-17T14:28:05.646Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom
10:28:05 [2019-07-17T14:28:05.646Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom (1.0 kB at 24 kB/s)
10:28:05 [2019-07-17T14:28:05.646Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar
10:28:05 [2019-07-17T14:28:05.646Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar
10:28:05 [2019-07-17T14:28:05.646Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar (13 kB at 435 kB/s)
10:28:05 [2019-07-17T14:28:05.646Z] [INFO] 
10:28:05 [2019-07-17T14:28:05.646Z] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.cdt.debug.application.product ---
10:28:05 [2019-07-17T14:28:05.646Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
10:28:05 [2019-07-17T14:28:05.646Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
10:28:05 [2019-07-17T14:28:05.646Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 114 kB/s)
10:28:05 [2019-07-17T14:28:05.646Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
10:28:05 [2019-07-17T14:28:05.646Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
10:28:05 [2019-07-17T14:28:05.904Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 752 kB/s)
10:28:05 [2019-07-17T14:28:05.904Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
10:28:05 [2019-07-17T14:28:05.904Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
10:28:05 [2019-07-17T14:28:05.904Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 119 kB/s)
10:28:05 [2019-07-17T14:28:05.904Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
10:28:05 [2019-07-17T14:28:05.904Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
10:28:05 [2019-07-17T14:28:05.904Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 116 kB/s)
10:28:05 [2019-07-17T14:28:05.904Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
10:28:05 [2019-07-17T14:28:05.904Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
10:28:06 [2019-07-17T14:28:06.163Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 82 kB/s)
10:28:06 [2019-07-17T14:28:06.163Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
10:28:06 [2019-07-17T14:28:06.163Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
10:28:06 [2019-07-17T14:28:06.163Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 45 kB/s)
10:28:06 [2019-07-17T14:28:06.163Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
10:28:06 [2019-07-17T14:28:06.163Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
10:28:06 [2019-07-17T14:28:06.163Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 63 kB/s)
10:28:06 [2019-07-17T14:28:06.163Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
10:28:06 [2019-07-17T14:28:06.163Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 31 kB/s)
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 99 kB/s)
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 40 kB/s)
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 53 kB/s)
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 62 kB/s)
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
10:28:06 [2019-07-17T14:28:06.421Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 118 kB/s)
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 193 kB/s)
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 130 kB/s)
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 33 kB/s)
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 94 kB/s)
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
10:28:06 [2019-07-17T14:28:06.679Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 255 kB/s)
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 627 kB/s)
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 32 kB/s)
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 20 kB/s)
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.pom
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 214 kB/s)
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom
10:28:06 [2019-07-17T14:28:06.938Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 319 kB/s)
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 175 kB/s)
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 341 kB/s)
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 11 kB/s)
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 99 kB/s)
10:28:07 [2019-07-17T14:28:07.196Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
10:28:07 [2019-07-17T14:28:07.455Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
10:28:07 [2019-07-17T14:28:07.455Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 244 kB/s)
10:28:07 [2019-07-17T14:28:07.455Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom
10:28:07 [2019-07-17T14:28:07.455Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom
10:28:07 [2019-07-17T14:28:07.455Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 6.8 kB/s)
10:28:07 [2019-07-17T14:28:07.455Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
10:28:07 [2019-07-17T14:28:07.455Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
10:28:07 [2019-07-17T14:28:07.455Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 135 kB/s)
10:28:07 [2019-07-17T14:28:07.455Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
10:28:07 [2019-07-17T14:28:07.455Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
10:28:07 [2019-07-17T14:28:07.713Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 16 kB/s)
10:28:07 [2019-07-17T14:28:07.713Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
10:28:07 [2019-07-17T14:28:07.713Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
10:28:07 [2019-07-17T14:28:07.713Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 81 kB/s)
10:28:07 [2019-07-17T14:28:07.713Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
10:28:07 [2019-07-17T14:28:07.713Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 51 kB/s)
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 122 kB/s)
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 43 kB/s)
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 820 kB/s)
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 55 kB/s)
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
10:28:07 [2019-07-17T14:28:07.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
10:28:08 [2019-07-17T14:28:08.228Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 64 kB/s)
10:28:08 [2019-07-17T14:28:08.228Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
10:28:08 [2019-07-17T14:28:08.228Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
10:28:08 [2019-07-17T14:28:08.228Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 98 kB/s)
10:28:08 [2019-07-17T14:28:08.228Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
10:28:08 [2019-07-17T14:28:08.228Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 3.4 kB/s)
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.pom
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.pom (2.2 kB at 104 kB/s)
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 489 kB/s)
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/43/commons-parent-43.pom
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 1.9 MB/s)
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom (6.4 kB at 188 kB/s)
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/3/auto-parent-3.pom
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 128 kB/s)
10:28:09 [2019-07-17T14:28:09.325Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom (3.6 kB at 242 kB/s)
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.pom
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.pom (2.3 kB at 115 kB/s)
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom (6.4 kB at 133 kB/s)
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom (16 kB at 627 kB/s)
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 736 kB/s)
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom (5.1 kB at 155 kB/s)
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom
10:28:09 [2019-07-17T14:28:09.585Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom
10:28:09 [2019-07-17T14:28:09.843Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 434 kB/s)
10:28:09 [2019-07-17T14:28:09.843Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
10:28:09 [2019-07-17T14:28:09.843Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
10:28:09 [2019-07-17T14:28:09.843Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 505 kB/s)
10:28:09 [2019-07-17T14:28:09.843Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
10:28:09 [2019-07-17T14:28:09.843Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
10:28:09 [2019-07-17T14:28:09.843Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.7 MB/s)
10:28:09 [2019-07-17T14:28:09.843Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
10:28:09 [2019-07-17T14:28:09.843Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
10:28:09 [2019-07-17T14:28:09.843Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 321 kB/s)
10:28:09 [2019-07-17T14:28:09.843Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom
10:28:09 [2019-07-17T14:28:09.843Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom (4.8 kB at 117 kB/s)
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.jar (66 kB at 346 kB/s)
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.jar (31 kB at 149 kB/s)
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar (5.3 kB at 24 kB/s)
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar
10:28:10 [2019-07-17T14:28:10.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar
10:28:10 [2019-07-17T14:28:10.361Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.361Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.361Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.361Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.361Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 320 kB/s)
10:28:10 [2019-07-17T14:28:10.619Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 1.3 MB/s)
10:28:10 [2019-07-17T14:28:10.619Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 972 kB/s)
10:28:10 [2019-07-17T14:28:10.619Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 328 kB/s)
10:28:10 [2019-07-17T14:28:10.619Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
10:28:10 [2019-07-17T14:28:10.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 89 kB/s)
10:28:10 [2019-07-17T14:28:10.619Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
10:28:10 [2019-07-17T14:28:10.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 606 kB/s)
10:28:10 [2019-07-17T14:28:10.619Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 485 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 139 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 157 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 438 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 1.8 MB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 135 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 7.5 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 152 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 551 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 12 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 914 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 152 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 103 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 109 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 537 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 112 kB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 1.1 MB/s)
10:28:10 [2019-07-17T14:28:10.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar
10:28:11 [2019-07-17T14:28:11.136Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 11 kB/s)
10:28:11 [2019-07-17T14:28:11.136Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
10:28:11 [2019-07-17T14:28:11.136Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 105 kB/s)
10:28:11 [2019-07-17T14:28:11.136Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
10:28:11 [2019-07-17T14:28:11.136Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar (748 kB at 1.0 MB/s)
10:28:11 [2019-07-17T14:28:11.136Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar
10:28:11 [2019-07-17T14:28:11.136Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar (324 kB at 433 kB/s)
10:28:11 [2019-07-17T14:28:11.136Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar
10:28:11 [2019-07-17T14:28:11.136Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 263 kB/s)
10:28:11 [2019-07-17T14:28:11.137Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar (41 kB at 53 kB/s)
10:28:11 [2019-07-17T14:28:11.395Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 255 kB/s)
10:28:11 [2019-07-17T14:28:11.653Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 2.3 MB/s)
10:28:11 [2019-07-17T14:28:11.653Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar (1.6 MB at 1.5 MB/s)
10:28:11 [2019-07-17T14:28:11.653Z] [INFO] 
10:28:11 [2019-07-17T14:28:11.653Z] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.cdt.debug.application.product ---
10:28:11 [2019-07-17T14:28:11.653Z] [INFO] 
10:28:11 [2019-07-17T14:28:11.653Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (baselinereplace-p2-metadata) @ org.eclipse.cdt.debug.application.product ---
10:28:11 [2019-07-17T14:28:11.653Z] [INFO] 
10:28:11 [2019-07-17T14:28:11.653Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.cdt.debug.application.product ---
10:28:11 [2019-07-17T14:28:11.653Z] [INFO] 
10:28:11 [2019-07-17T14:28:11.653Z] [INFO] --- tycho-p2-extras-plugin:1.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.cdt.debug.application.product ---
10:28:11 [2019-07-17T14:28:11.653Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/
10:28:11 [2019-07-17T14:28:11.653Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/
10:28:11 [2019-07-17T14:28:11.911Z] [INFO] Adding repository https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1
10:28:11 [2019-07-17T14:28:11.911Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/
10:28:11 [2019-07-17T14:28:11.911Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/
10:28:12 [2019-07-17T14:28:12.169Z] [INFO] ------------------------------------------------------------------------
10:28:12 [2019-07-17T14:28:12.169Z] [INFO] BUILD SUCCESS
10:28:12 [2019-07-17T14:28:12.169Z] [INFO] ------------------------------------------------------------------------
10:28:12 [2019-07-17T14:28:12.426Z] [INFO] Total time:  03:45 min
10:28:12 [2019-07-17T14:28:12.426Z] [INFO] Finished at: 2019-07-17T14:28:12Z
10:28:12 [2019-07-17T14:28:12.426Z] [INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archiveArtifacts
10:28:14 [2019-07-17T14:28:14.337Z] Archiving artifacts
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS