Started by user Jonah Graham Running as Jonah Graham Obtained jenkins/pipelines/cdt/cdt-9.9-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 Agent cdt-agent-pod-3kwcn-2g44c is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.cdt.svc.cluster.local/cdt/job/cdt-9.9-standalone-debugger/2/" labels: jenkins: "slave" jenkins/cdt-agent-pod: "true" name: "cdt-agent-pod-3kwcn-2g44c" spec: containers: - args: - "-c" - "/home/cdt/.vnc/xstartup.sh && cat" command: - "/bin/sh" image: "quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:8be256daaafbc46ffc28ab672bd73250611372980a9096546df423a462a162b1" name: "cdt" resources: limits: memory: "2.6Gi" cpu: "1.3" requests: memory: "2.6Gi" cpu: "1.3" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "c3f2fc13d882836a09f8701cfb3dda2023adbad4d45bba8fb11ea79c4c6b7afe" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cdt.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "cdt-agent-pod-3kwcn-2g44c" - name: "JENKINS_NAME" value: "cdt-agent-pod-3kwcn-2g44c" - name: "JENKINS_URL" value: "http://jenkins-ui.cdt.svc.cluster.local/cdt/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:5e2449faafc9c1662697946057b511572fa666289255069526c1d5057be0c0f3" name: "jnlp" volumeMounts: - mountPath: "/home/jenkins" name: "workspace-volume" readOnly: false nodeSelector: {} restartPolicy: "Never" volumes: - emptyDir: {} name: "m2-repo" - configMap: items: - key: "settings.xml" path: "settings.xml" name: "m2-dir" name: "settings-xml" - emptyDir: {} name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on cdt-agent-pod-3kwcn-2g44c in /home/jenkins/workspace/cdt-9.9-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.9-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 --force --progress https://github.com/eclipse-cdt/cdt-infra.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 96b673c74a453ed331d5bb77cd999918ae222476 (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 --force --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 96b673c74a453ed331d5bb77cd999918ae222476 Commit message: "Add composites for CDT 9.9 (#15)" > /usr/bin/git rev-list --no-walk 96b673c74a453ed331d5bb77cd999918ae222476 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Run build) [Pipeline] container [Pipeline] { [Pipeline] git [2019-09-19T15:57:22.731Z] No credentials specified [2019-09-19T15:57:22.931Z] Fetching changes from the remote Git repository [2019-09-19T15:57:22.823Z] > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10 [2019-09-19T15:57:23.023Z] > /usr/bin/git config remote.origin.url git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git # timeout=10 [2019-09-19T15:57:23.122Z] Fetching upstream changes from git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git [2019-09-19T15:57:23.122Z] > /usr/bin/git --version # timeout=10 [2019-09-19T15:57:23.221Z] > /usr/bin/git fetch --tags --force --progress git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git +refs/heads/*:refs/remotes/origin/* [2019-09-19T16:01:30.939Z] Checking out Revision cbd2a37198b5d4d7878596b1f2fac2e7e4d7f62b (refs/remotes/origin/cdt_9_9) [2019-09-19T16:01:30.852Z] > /usr/bin/git rev-parse refs/remotes/origin/cdt_9_9^{commit} # timeout=10 [2019-09-19T16:01:30.927Z] > /usr/bin/git rev-parse refs/remotes/origin/origin/cdt_9_9^{commit} # timeout=10 [2019-09-19T16:01:31.023Z] > /usr/bin/git config core.sparsecheckout # timeout=10 [2019-09-19T16:01:31.027Z] > /usr/bin/git checkout -f cbd2a37198b5d4d7878596b1f2fac2e7e4d7f62b [2019-09-19T16:01:57.528Z] Commit message: "[releng] Update to stable repositories" [2019-09-19T16:01:55.436Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 [2019-09-19T16:01:55.623Z] > /usr/bin/git checkout -b cdt_9_9 cbd2a37198b5d4d7878596b1f2fac2e7e4d7f62b [2019-09-19T16:01:57.529Z] > /usr/bin/git rev-list --no-walk 2cbf927a36d722adb50d0e90421378752ad15d43 # timeout=10 [Pipeline] timeout [2019-09-19T16:01:57.737Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-19T16:01:59.642Z] + /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 [2019-09-19T16:01:59.644Z] Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z) [2019-09-19T16:01:59.644Z] Maven home: /usr/share/maven [2019-09-19T16:01:59.644Z] Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre [2019-09-19T16:01:59.644Z] Default locale: en_US, platform encoding: UTF-8 [2019-09-19T16:01:59.644Z] OS name: "linux", version: "3.10.0-957.21.3.el7.x86_64", arch: "amd64", family: "unix" [2019-09-19T16:02:02.354Z] [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 [2019-09-19T16:02:02.921Z] [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.2 kB/s) [2019-09-19T16:02:02.921Z] [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 [2019-09-19T16:02:02.921Z] [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 204 kB/s) [2019-09-19T16:02:03.181Z] [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 [2019-09-19T16:02:03.181Z] [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 47 kB/s) [2019-09-19T16:02:03.181Z] [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 [2019-09-19T16:02:03.181Z] [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 138 kB/s) [2019-09-19T16:02:03.181Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom [2019-09-19T16:02:03.181Z] [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 606 kB/s) [2019-09-19T16:02:03.181Z] [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 [2019-09-19T16:02:03.181Z] [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 1.0 MB/s) [2019-09-19T16:02:03.181Z] [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 [2019-09-19T16:02:03.181Z] [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.8 MB/s) [2019-09-19T16:02:03.441Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [2019-09-19T16:02:03.441Z] [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 616 kB/s) [2019-09-19T16:02:03.441Z] [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 [2019-09-19T16:02:03.441Z] [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 [2019-09-19T16:02:03.441Z] [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 242 kB/s) [2019-09-19T16:02:03.441Z] [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 211 kB/s) [2019-09-19T16:02:04.378Z] [INFO] Scanning for projects... [2019-09-19T16:02:04.378Z] [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 [2019-09-19T16:02:04.378Z] [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 [2019-09-19T16:02:04.378Z] [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 89 kB/s) [2019-09-19T16:02:04.378Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom [2019-09-19T16:02:04.378Z] [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 [2019-09-19T16:02:04.378Z] [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 283 kB/s) [2019-09-19T16:02:04.378Z] [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 [2019-09-19T16:02:04.638Z] [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 [2019-09-19T16:02:04.638Z] [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 67 kB/s) [2019-09-19T16:02:04.638Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [2019-09-19T16:02:04.638Z] [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 [2019-09-19T16:02:04.638Z] [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 147 kB/s) [2019-09-19T16:02:04.638Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom [2019-09-19T16:02:04.638Z] [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 [2019-09-19T16:02:04.898Z] [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 342 kB/s) [2019-09-19T16:02:04.898Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [2019-09-19T16:02:04.898Z] [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 [2019-09-19T16:02:04.898Z] [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 421 kB/s) [2019-09-19T16:02:04.898Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom [2019-09-19T16:02:04.898Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [2019-09-19T16:02:04.898Z] [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) [2019-09-19T16:02:04.898Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [2019-09-19T16:02:04.898Z] [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 [2019-09-19T16:02:05.184Z] [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 105 kB/s) [2019-09-19T16:02:05.184Z] [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 [2019-09-19T16:02:05.184Z] [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 [2019-09-19T16:02:05.184Z] [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 106 kB/s) [2019-09-19T16:02:05.184Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2019-09-19T16:02:05.184Z] [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 [2019-09-19T16:02:05.184Z] [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 538 kB/s) [2019-09-19T16:02:05.184Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2019-09-19T16:02:05.184Z] [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 [2019-09-19T16:02:05.184Z] [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 308 kB/s) [2019-09-19T16:02:05.184Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [2019-09-19T16:02:05.184Z] [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 [2019-09-19T16:02:05.184Z] [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 50 kB/s) [2019-09-19T16:02:05.184Z] [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 [2019-09-19T16:02:05.443Z] [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 [2019-09-19T16:02:05.443Z] [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 36 kB/s) [2019-09-19T16:02:05.443Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [2019-09-19T16:02:05.443Z] [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 [2019-09-19T16:02:05.443Z] [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 19 kB/s) [2019-09-19T16:02:05.443Z] [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 [2019-09-19T16:02:05.443Z] [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 [2019-09-19T16:02:05.443Z] [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 134 kB/s) [2019-09-19T16:02:05.443Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [2019-09-19T16:02:05.443Z] [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 [2019-09-19T16:02:05.443Z] [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 384 kB/s) [2019-09-19T16:02:05.443Z] [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 [2019-09-19T16:02:05.702Z] [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 [2019-09-19T16:02:05.702Z] [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 14 kB/s) [2019-09-19T16:02:05.702Z] [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 [2019-09-19T16:02:05.702Z] [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 [2019-09-19T16:02:05.702Z] [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 136 kB/s) [2019-09-19T16:02:05.702Z] [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 [2019-09-19T16:02:05.702Z] [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 [2019-09-19T16:02:05.702Z] [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 85 kB/s) [2019-09-19T16:02:05.702Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2019-09-19T16:02:05.702Z] [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 [2019-09-19T16:02:05.702Z] [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 184 kB/s) [2019-09-19T16:02:05.961Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2019-09-19T16:02:05.961Z] [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 [2019-09-19T16:02:05.961Z] [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 215 kB/s) [2019-09-19T16:02:05.961Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [2019-09-19T16:02:05.961Z] [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 [2019-09-19T16:02:05.961Z] [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 113 kB/s) [2019-09-19T16:02:05.961Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2019-09-19T16:02:05.961Z] [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 [2019-09-19T16:02:05.961Z] [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 246 kB/s) [2019-09-19T16:02:05.961Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2019-09-19T16:02:05.961Z] [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 [2019-09-19T16:02:05.961Z] [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 232 kB/s) [2019-09-19T16:02:06.220Z] [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 [2019-09-19T16:02:06.220Z] [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 [2019-09-19T16:02:06.220Z] [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 32 kB/s) [2019-09-19T16:02:06.220Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [2019-09-19T16:02:06.220Z] [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 [2019-09-19T16:02:06.220Z] [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 54 kB/s) [2019-09-19T16:02:06.220Z] [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 [2019-09-19T16:02:06.220Z] [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 [2019-09-19T16:02:06.220Z] [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) [2019-09-19T16:02:06.220Z] [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 [2019-09-19T16:02:06.478Z] [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 [2019-09-19T16:02:06.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.pom (5.4 kB at 131 kB/s) [2019-09-19T16:02:06.478Z] [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 [2019-09-19T16:02:06.478Z] [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 [2019-09-19T16:02:06.478Z] [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 82 kB/s) [2019-09-19T16:02:06.478Z] [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 [2019-09-19T16:02:06.478Z] [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 [2019-09-19T16:02:06.478Z] [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 77 kB/s) [2019-09-19T16:02:06.479Z] [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 [2019-09-19T16:02:06.479Z] [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 [2019-09-19T16:02:06.479Z] [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) [2019-09-19T16:02:06.479Z] [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 [2019-09-19T16:02:06.479Z] [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 [2019-09-19T16:02:06.738Z] [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 229 kB/s) [2019-09-19T16:02:06.738Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2019-09-19T16:02:06.738Z] [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 [2019-09-19T16:02:06.738Z] [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 358 kB/s) [2019-09-19T16:02:06.738Z] [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 [2019-09-19T16:02:06.738Z] [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 [2019-09-19T16:02:06.738Z] [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 118 kB/s) [2019-09-19T16:02:06.738Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [2019-09-19T16:02:06.738Z] [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 [2019-09-19T16:02:06.738Z] [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 493 kB/s) [2019-09-19T16:02:06.738Z] [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 [2019-09-19T16:02:06.738Z] [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 [2019-09-19T16:02:06.738Z] [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 156 kB/s) [2019-09-19T16:02:06.738Z] [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 [2019-09-19T16:02:06.738Z] [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 [2019-09-19T16:02:06.997Z] [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 299 kB/s) [2019-09-19T16:02:06.997Z] [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 [2019-09-19T16:02:06.997Z] [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 [2019-09-19T16:02:06.997Z] [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 68 kB/s) [2019-09-19T16:02:06.997Z] [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 [2019-09-19T16:02:06.997Z] [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 [2019-09-19T16:02:06.997Z] [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 80 kB/s) [2019-09-19T16:02:06.997Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2019-09-19T16:02:06.997Z] [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 [2019-09-19T16:02:06.997Z] [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 54 kB/s) [2019-09-19T16:02:06.997Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [2019-09-19T16:02:06.997Z] [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 [2019-09-19T16:02:06.997Z] [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 234 kB/s) [2019-09-19T16:02:06.997Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2019-09-19T16:02:07.257Z] [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 [2019-09-19T16:02:07.257Z] [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 57 kB/s) [2019-09-19T16:02:07.257Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2019-09-19T16:02:07.257Z] [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 [2019-09-19T16:02:07.257Z] [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 115 kB/s) [2019-09-19T16:02:07.257Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2019-09-19T16:02:07.257Z] [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 [2019-09-19T16:02:07.257Z] [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 53 kB/s) [2019-09-19T16:02:07.257Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [2019-09-19T16:02:07.257Z] [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 [2019-09-19T16:02:07.257Z] [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 148 kB/s) [2019-09-19T16:02:07.257Z] [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 [2019-09-19T16:02:07.257Z] [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 [2019-09-19T16:02:07.257Z] [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 145 kB/s) [2019-09-19T16:02:07.257Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2019-09-19T16:02:07.526Z] [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 [2019-09-19T16:02:07.526Z] [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 521 kB/s) [2019-09-19T16:02:07.526Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2019-09-19T16:02:07.526Z] [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 [2019-09-19T16:02:07.526Z] [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 169 kB/s) [2019-09-19T16:02:07.526Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom [2019-09-19T16:02:07.526Z] [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 [2019-09-19T16:02:07.526Z] [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 269 kB/s) [2019-09-19T16:02:07.526Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom [2019-09-19T16:02:07.526Z] [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 [2019-09-19T16:02:07.526Z] [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.1 MB/s) [2019-09-19T16:02:07.526Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom [2019-09-19T16:02:07.526Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [2019-09-19T16:02:07.786Z] [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 361 kB/s) [2019-09-19T16:02:07.786Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [2019-09-19T16:02:07.786Z] [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 [2019-09-19T16:02:07.786Z] [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 324 kB/s) [2019-09-19T16:02:07.786Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [2019-09-19T16:02:07.786Z] [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 [2019-09-19T16:02:07.786Z] [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.7 MB/s) [2019-09-19T16:02:07.786Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [2019-09-19T16:02:07.786Z] [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 [2019-09-19T16:02:07.786Z] [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 351 kB/s) [2019-09-19T16:02:07.786Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [2019-09-19T16:02:07.786Z] [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 [2019-09-19T16:02:08.047Z] [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) [2019-09-19T16:02:08.047Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom [2019-09-19T16:02:08.047Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [2019-09-19T16:02:08.047Z] [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 461 kB/s) [2019-09-19T16:02:08.047Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom [2019-09-19T16:02:08.047Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [2019-09-19T16:02:08.047Z] [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 71 kB/s) [2019-09-19T16:02:08.047Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [2019-09-19T16:02:08.047Z] [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 [2019-09-19T16:02:08.047Z] [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 486 kB/s) [2019-09-19T16:02:08.047Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2019-09-19T16:02:08.047Z] [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 [2019-09-19T16:02:08.306Z] [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 355 kB/s) [2019-09-19T16:02:08.307Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom [2019-09-19T16:02:08.307Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom [2019-09-19T16:02:08.307Z] [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 56 kB/s) [2019-09-19T16:02:08.307Z] [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 [2019-09-19T16:02:08.307Z] [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 [2019-09-19T16:02:08.307Z] [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 53 kB/s) [2019-09-19T16:02:08.307Z] [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 [2019-09-19T16:02:08.565Z] [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 [2019-09-19T16:02:08.565Z] [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 38 kB/s) [2019-09-19T16:02:08.565Z] [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 [2019-09-19T16:02:08.565Z] [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 [2019-09-19T16:02:08.565Z] [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 48 kB/s) [2019-09-19T16:02:08.565Z] [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 [2019-09-19T16:02:08.565Z] [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 [2019-09-19T16:02:08.565Z] [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 30 kB/s) [2019-09-19T16:02:08.824Z] [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 [2019-09-19T16:02:08.824Z] [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 [2019-09-19T16:02:08.824Z] [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) [2019-09-19T16:02:08.824Z] [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 [2019-09-19T16:02:08.824Z] [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 [2019-09-19T16:02:08.824Z] [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 39 kB/s) [2019-09-19T16:02:08.824Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom [2019-09-19T16:02:08.824Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom [2019-09-19T16:02:08.824Z] [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 190 kB/s) [2019-09-19T16:02:08.824Z] [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 [2019-09-19T16:02:08.824Z] [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 [2019-09-19T16:02:08.824Z] [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 62 kB/s) [2019-09-19T16:02:08.824Z] [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 [2019-09-19T16:02:08.824Z] [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 [2019-09-19T16:02:09.085Z] [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 22 kB/s) [2019-09-19T16:02:09.085Z] [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 [2019-09-19T16:02:09.085Z] [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 [2019-09-19T16:02:09.085Z] [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 88 kB/s) [2019-09-19T16:02:09.085Z] [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 [2019-09-19T16:02:09.085Z] [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 [2019-09-19T16:02:09.085Z] [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 15 kB/s) [2019-09-19T16:02:09.085Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [2019-09-19T16:02:09.085Z] [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 [2019-09-19T16:02:09.085Z] [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 109 kB/s) [2019-09-19T16:02:09.085Z] [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 [2019-09-19T16:02:09.344Z] [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 [2019-09-19T16:02:09.344Z] [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 18 kB/s) [2019-09-19T16:02:09.344Z] [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 [2019-09-19T16:02:09.344Z] [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 [2019-09-19T16:02:09.344Z] [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 354 kB/s) [2019-09-19T16:02:09.344Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [2019-09-19T16:02:09.344Z] [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 [2019-09-19T16:02:09.344Z] [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 953 kB/s) [2019-09-19T16:02:09.344Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom [2019-09-19T16:02:09.344Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [2019-09-19T16:02:09.344Z] [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 120 kB/s) [2019-09-19T16:02:09.603Z] [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 [2019-09-19T16:02:09.603Z] [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 [2019-09-19T16:02:09.603Z] [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 59 kB/s) [2019-09-19T16:02:09.603Z] [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 [2019-09-19T16:02:09.603Z] [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 [2019-09-19T16:02:09.603Z] [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 31 kB/s) [2019-09-19T16:02:09.603Z] [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 [2019-09-19T16:02:09.603Z] [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 [2019-09-19T16:02:09.603Z] [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 31 kB/s) [2019-09-19T16:02:09.603Z] [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 [2019-09-19T16:02:09.603Z] [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 [2019-09-19T16:02:09.603Z] [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 22 kB/s) [2019-09-19T16:02:09.861Z] [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 [2019-09-19T16:02:09.861Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [2019-09-19T16:02:09.861Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [2019-09-19T16:02:09.861Z] [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 [2019-09-19T16:02:09.862Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [2019-09-19T16:02:09.862Z] [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 [2019-09-19T16:02:09.862Z] [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 [2019-09-19T16:02:09.862Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [2019-09-19T16:02:09.862Z] [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 [2019-09-19T16:02:09.862Z] [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 [2019-09-19T16:02:09.862Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [2019-09-19T16:02:09.862Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [2019-09-19T16:02:09.862Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [2019-09-19T16:02:09.862Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [2019-09-19T16:02:09.862Z] [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 [2019-09-19T16:02:09.862Z] [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 [2019-09-19T16:02:09.862Z] [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 [2019-09-19T16:02:09.862Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [2019-09-19T16:02:09.862Z] [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 [2019-09-19T16:02:09.862Z] [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 [2019-09-19T16:02:09.862Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [2019-09-19T16:02:09.862Z] [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 [2019-09-19T16:02:09.862Z] [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 [2019-09-19T16:02:09.862Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [2019-09-19T16:02:09.862Z] [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 [2019-09-19T16:02:09.862Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [2019-09-19T16:02:10.120Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [2019-09-19T16:02:10.120Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar [2019-09-19T16:02:10.120Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2019-09-19T16:02:10.120Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar [2019-09-19T16:02:10.120Z] [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 [2019-09-19T16:02:10.120Z] [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 [2019-09-19T16:02:10.120Z] [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 [2019-09-19T16:02:10.120Z] [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 [2019-09-19T16:02:10.120Z] [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 [2019-09-19T16:02:10.120Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar [2019-09-19T16:02:10.120Z] [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 [2019-09-19T16:02:10.120Z] [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 [2019-09-19T16:02:10.120Z] [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 [2019-09-19T16:02:10.120Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [2019-09-19T16:02:10.120Z] [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 [2019-09-19T16:02:10.379Z] [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 [2019-09-19T16:02:10.379Z] [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 [2019-09-19T16:02:10.379Z] [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 [2019-09-19T16:02:10.379Z] [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 [2019-09-19T16:02:10.379Z] [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 [2019-09-19T16:02:10.379Z] [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 [2019-09-19T16:02:10.379Z] [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 [2019-09-19T16:02:10.379Z] [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 [2019-09-19T16:02:10.379Z] [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 [2019-09-19T16:02:10.642Z] [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 133 kB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 424 kB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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.7 MB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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.4 MB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 302 kB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 385 kB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 210 kB/s) [2019-09-19T16:02:10.642Z] [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 744 kB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 2.6 MB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 246 kB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 61 kB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 472 kB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 310 kB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 823 kB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 422 kB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 234 kB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 582 kB/s) [2019-09-19T16:02:10.642Z] [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.6 MB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:10.642Z] [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 93 kB/s) [2019-09-19T16:02:10.642Z] [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 [2019-09-19T16:02:11.127Z] [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 141 kB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 40 kB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 544 kB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 693 kB/s) [2019-09-19T16:02:11.127Z] [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 137 kB/s) [2019-09-19T16:02:11.127Z] [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 240 kB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [2019-09-19T16:02:11.127Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar [2019-09-19T16:02:11.127Z] [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 526 kB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 243 kB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 139 kB/s) [2019-09-19T16:02:11.127Z] [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.3 MB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 133 kB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 30 kB/s) [2019-09-19T16:02:11.127Z] [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 7.1 kB/s) [2019-09-19T16:02:11.127Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 557 kB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 15 kB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 218 kB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 70 kB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 71 kB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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.7 MB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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 99 kB/s) [2019-09-19T16:02:11.127Z] [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 479 kB/s) [2019-09-19T16:02:11.127Z] [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 69 kB/s) [2019-09-19T16:02:11.127Z] [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 [2019-09-19T16:02:11.127Z] [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.1 kB/s) [2019-09-19T16:02:11.127Z] [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) [2019-09-19T16:02:11.127Z] [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 34 kB/s) [2019-09-19T16:02:12.064Z] [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 [2019-09-19T16:02:12.064Z] [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 [2019-09-19T16:02:12.631Z] [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 19 MB/s) [2019-09-19T16:02:13.199Z] [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 [2019-09-19T16:02:13.199Z] [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 [2019-09-19T16:02:13.199Z] [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 3.7 MB/s) [2019-09-19T16:02:13.199Z] [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 [2019-09-19T16:02:13.199Z] [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 [2019-09-19T16:02:13.199Z] [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) [2019-09-19T16:02:13.199Z] [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 [2019-09-19T16:02:13.199Z] [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 [2019-09-19T16:02:13.199Z] [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 1.4 MB/s) [2019-09-19T16:02:15.104Z] [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 [2019-09-19T16:02:15.104Z] [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 [2019-09-19T16:02:15.104Z] [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 202 kB/s) [2019-09-19T16:02:15.104Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom [2019-09-19T16:02:15.104Z] [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 [2019-09-19T16:02:15.104Z] [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 416 kB/s) [2019-09-19T16:02:15.104Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2019-09-19T16:02:15.104Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2019-09-19T16:02:15.363Z] [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 138 kB/s) [2019-09-19T16:02:15.363Z] [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 [2019-09-19T16:02:15.363Z] [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 [2019-09-19T16:02:15.363Z] [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) [2019-09-19T16:02:15.363Z] [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 [2019-09-19T16:02:15.363Z] [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 [2019-09-19T16:02:15.363Z] [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 39 kB/s) [2019-09-19T16:02:15.363Z] [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 [2019-09-19T16:02:15.363Z] [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 [2019-09-19T16:02:15.622Z] [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 846 kB/s) [2019-09-19T16:02:15.622Z] [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 [2019-09-19T16:02:15.622Z] [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 [2019-09-19T16:02:15.622Z] [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 79 kB/s) [2019-09-19T16:02:15.622Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [2019-09-19T16:02:15.622Z] [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 [2019-09-19T16:02:15.622Z] [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 303 kB/s) [2019-09-19T16:02:15.622Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom [2019-09-19T16:02:15.622Z] [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 [2019-09-19T16:02:15.622Z] [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 1.1 MB/s) [2019-09-19T16:02:15.622Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom [2019-09-19T16:02:15.622Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [2019-09-19T16:02:15.622Z] [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) [2019-09-19T16:02:15.880Z] [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 [2019-09-19T16:02:15.880Z] [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 [2019-09-19T16:02:15.880Z] [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 32 kB/s) [2019-09-19T16:02:15.880Z] [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 [2019-09-19T16:02:15.880Z] [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 [2019-09-19T16:02:15.880Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [2019-09-19T16:02:15.880Z] [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 [2019-09-19T16:02:15.880Z] [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 [2019-09-19T16:02:15.880Z] [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 [2019-09-19T16:02:15.880Z] [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 [2019-09-19T16:02:15.880Z] [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 [2019-09-19T16:02:15.880Z] [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 728 kB/s) [2019-09-19T16:02:15.880Z] [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.3 MB/s) [2019-09-19T16:02:15.880Z] [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.4 MB/s) [2019-09-19T16:02:16.447Z] [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 17 MB/s) [2019-09-19T16:02:16.706Z] [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 [2019-09-19T16:02:16.706Z] [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 [2019-09-19T16:02:16.706Z] [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 31 kB/s) [2019-09-19T16:02:16.706Z] [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 [2019-09-19T16:02:16.706Z] [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 [2019-09-19T16:02:16.706Z] [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 166 kB/s) [2019-09-19T16:02:16.965Z] [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 [2019-09-19T16:02:16.965Z] [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 [2019-09-19T16:02:16.965Z] [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 152 kB/s) [2019-09-19T16:02:16.965Z] [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 [2019-09-19T16:02:16.965Z] [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 [2019-09-19T16:02:16.965Z] [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 628 kB/s) [2019-09-19T16:02:16.965Z] [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 [2019-09-19T16:02:16.965Z] [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 [2019-09-19T16:02:16.965Z] [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 157 kB/s) [2019-09-19T16:02:16.965Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [2019-09-19T16:02:16.965Z] [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 [2019-09-19T16:02:17.224Z] [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 380 kB/s) [2019-09-19T16:02:17.224Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [2019-09-19T16:02:17.224Z] [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 [2019-09-19T16:02:17.224Z] [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 95 kB/s) [2019-09-19T16:02:17.224Z] [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 [2019-09-19T16:02:17.224Z] [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 [2019-09-19T16:02:17.224Z] [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 311 kB/s) [2019-09-19T16:02:17.224Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom [2019-09-19T16:02:17.224Z] [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 [2019-09-19T16:02:17.224Z] [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 573 kB/s) [2019-09-19T16:02:17.224Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom [2019-09-19T16:02:17.224Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [2019-09-19T16:02:17.224Z] [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 400 kB/s) [2019-09-19T16:02:17.483Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [2019-09-19T16:02:17.483Z] [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 [2019-09-19T16:02:17.483Z] [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 32 kB/s) [2019-09-19T16:02:17.483Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2019-09-19T16:02:17.483Z] [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 [2019-09-19T16:02:17.483Z] [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 564 kB/s) [2019-09-19T16:02:17.483Z] [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 [2019-09-19T16:02:17.483Z] [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 [2019-09-19T16:02:17.483Z] [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 53 kB/s) [2019-09-19T16:02:17.483Z] [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 [2019-09-19T16:02:17.483Z] [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 [2019-09-19T16:02:17.483Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [2019-09-19T16:02:17.742Z] [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 [2019-09-19T16:02:17.742Z] [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 [2019-09-19T16:02:17.742Z] [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 [2019-09-19T16:02:18.001Z] [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 110 kB/s) [2019-09-19T16:02:18.001Z] [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 99 kB/s) [2019-09-19T16:02:18.001Z] [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 579 kB/s) [2019-09-19T16:02:18.572Z] [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 [2019-09-19T16:02:18.572Z] [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 [2019-09-19T16:02:18.572Z] [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 43 kB/s) [2019-09-19T16:02:18.572Z] [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 [2019-09-19T16:02:18.572Z] [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 [2019-09-19T16:02:18.572Z] [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 313 kB/s) [2019-09-19T16:02:18.572Z] [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 [2019-09-19T16:02:18.572Z] [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 [2019-09-19T16:02:18.831Z] [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 14 kB/s) [2019-09-19T16:02:18.831Z] [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 [2019-09-19T16:02:18.831Z] [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 [2019-09-19T16:02:18.831Z] [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 125 kB/s) [2019-09-19T16:02:18.831Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [2019-09-19T16:02:18.831Z] [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 [2019-09-19T16:02:18.831Z] [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 217 kB/s) [2019-09-19T16:02:18.831Z] [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 [2019-09-19T16:02:18.831Z] [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 [2019-09-19T16:02:18.831Z] [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 19 kB/s) [2019-09-19T16:02:19.183Z] [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 [2019-09-19T16:02:19.183Z] [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 [2019-09-19T16:02:19.183Z] [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 137 kB/s) [2019-09-19T16:02:19.183Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [2019-09-19T16:02:19.183Z] [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 [2019-09-19T16:02:19.183Z] [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 65 kB/s) [2019-09-19T16:02:19.183Z] [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 [2019-09-19T16:02:19.183Z] [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 [2019-09-19T16:02:19.183Z] [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 210 kB/s) [2019-09-19T16:02:19.183Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [2019-09-19T16:02:19.183Z] [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 [2019-09-19T16:02:19.183Z] [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 283 kB/s) [2019-09-19T16:02:19.183Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom [2019-09-19T16:02:19.183Z] [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 [2019-09-19T16:02:19.183Z] [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 476 kB/s) [2019-09-19T16:02:19.183Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom [2019-09-19T16:02:19.183Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [2019-09-19T16:02:19.183Z] [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 104 kB/s) [2019-09-19T16:02:19.183Z] [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 [2019-09-19T16:02:19.183Z] [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 [2019-09-19T16:02:19.183Z] [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 61 kB/s) [2019-09-19T16:02:19.183Z] [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 [2019-09-19T16:02:19.440Z] [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 [2019-09-19T16:02:19.440Z] [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 127 kB/s) [2019-09-19T16:02:19.440Z] [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 [2019-09-19T16:02:19.440Z] [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 [2019-09-19T16:02:19.440Z] [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 13 kB/s) [2019-09-19T16:02:19.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [2019-09-19T16:02:19.440Z] [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 [2019-09-19T16:02:19.440Z] [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 140 kB/s) [2019-09-19T16:02:19.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.10/junit-4.10.pom [2019-09-19T16:02:19.440Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom [2019-09-19T16:02:19.440Z] [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 60 kB/s) [2019-09-19T16:02:19.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [2019-09-19T16:02:19.440Z] [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 [2019-09-19T16:02:19.440Z] [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 15 kB/s) [2019-09-19T16:02:19.440Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [2019-09-19T16:02:19.440Z] [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 [2019-09-19T16:02:19.698Z] [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 131 kB/s) [2019-09-19T16:02:19.698Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [2019-09-19T16:02:19.698Z] [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 [2019-09-19T16:02:19.698Z] [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 98 kB/s) [2019-09-19T16:02:19.698Z] [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 [2019-09-19T16:02:19.698Z] [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 [2019-09-19T16:02:19.698Z] [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 28 kB/s) [2019-09-19T16:02:19.698Z] [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 [2019-09-19T16:02:19.698Z] [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 [2019-09-19T16:02:19.698Z] [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 63 kB/s) [2019-09-19T16:02:19.698Z] [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 [2019-09-19T16:02:19.698Z] [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 [2019-09-19T16:02:19.956Z] [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 39 kB/s) [2019-09-19T16:02:19.956Z] [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 [2019-09-19T16:02:19.956Z] [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 [2019-09-19T16:02:19.956Z] [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) [2019-09-19T16:02:19.956Z] [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 [2019-09-19T16:02:19.956Z] [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 [2019-09-19T16:02:19.956Z] [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 115 kB/s) [2019-09-19T16:02:19.956Z] [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 [2019-09-19T16:02:19.956Z] [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 [2019-09-19T16:02:19.956Z] [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 64 kB/s) [2019-09-19T16:02:19.956Z] [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 [2019-09-19T16:02:20.214Z] [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 [2019-09-19T16:02:20.214Z] [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 23 kB/s) [2019-09-19T16:02:20.214Z] [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 [2019-09-19T16:02:20.214Z] [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 [2019-09-19T16:02:20.214Z] [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 30 kB/s) [2019-09-19T16:02:20.214Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [2019-09-19T16:02:20.214Z] [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 [2019-09-19T16:02:20.214Z] [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 66 kB/s) [2019-09-19T16:02:20.214Z] [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 [2019-09-19T16:02:20.214Z] [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 [2019-09-19T16:02:20.473Z] [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 47 kB/s) [2019-09-19T16:02:20.473Z] [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 [2019-09-19T16:02:20.473Z] [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 [2019-09-19T16:02:20.473Z] [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 42 kB/s) [2019-09-19T16:02:20.473Z] [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 [2019-09-19T16:02:20.473Z] [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 [2019-09-19T16:02:20.473Z] [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 111 kB/s) [2019-09-19T16:02:20.473Z] [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 [2019-09-19T16:02:20.473Z] [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 [2019-09-19T16:02:20.473Z] [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 58 kB/s) [2019-09-19T16:02:20.473Z] [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 [2019-09-19T16:02:20.732Z] [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 [2019-09-19T16:02:20.990Z] [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 2.7 kB/s) [2019-09-19T16:02:20.990Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom [2019-09-19T16:02:20.990Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [2019-09-19T16:02:21.248Z] [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 85 kB/s) [2019-09-19T16:02:21.248Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [2019-09-19T16:02:21.248Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [2019-09-19T16:02:21.248Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [2019-09-19T16:02:21.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (675 B at 6.6 kB/s) [2019-09-19T16:02:21.248Z] [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 [2019-09-19T16:02:21.248Z] [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 [2019-09-19T16:02:21.248Z] [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 54 kB/s) [2019-09-19T16:02:21.248Z] [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 [2019-09-19T16:02:21.248Z] [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 [2019-09-19T16:02:21.248Z] [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 49 kB/s) [2019-09-19T16:02:21.248Z] [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 [2019-09-19T16:02:21.248Z] [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 [2019-09-19T16:02:21.505Z] [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 54 kB/s) [2019-09-19T16:02:21.505Z] [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 [2019-09-19T16:02:21.505Z] [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 [2019-09-19T16:02:21.505Z] [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 54 kB/s) [2019-09-19T16:02:21.505Z] [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 [2019-09-19T16:02:21.505Z] [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 [2019-09-19T16:02:21.505Z] [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 46 kB/s) [2019-09-19T16:02:21.506Z] [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 [2019-09-19T16:02:21.506Z] [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 [2019-09-19T16:02:21.506Z] [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) [2019-09-19T16:02:21.506Z] [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 [2019-09-19T16:02:24.191Z] [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 [2019-09-19T16:02:24.191Z] [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 48 kB/s) [2019-09-19T16:02:24.191Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [2019-09-19T16:02:24.450Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [2019-09-19T16:02:24.450Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 35 kB/s) [2019-09-19T16:02:24.450Z] [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 [2019-09-19T16:02:24.450Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [2019-09-19T16:02:24.450Z] [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 [2019-09-19T16:02:24.450Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar [2019-09-19T16:02:24.450Z] [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 [2019-09-19T16:02:24.450Z] [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 409 kB/s) [2019-09-19T16:02:24.450Z] [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 69 kB/s) [2019-09-19T16:02:24.709Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar (1.5 MB at 9.7 MB/s) [2019-09-19T16:02:24.967Z] [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 [2019-09-19T16:02:24.967Z] [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 [2019-09-19T16:02:24.967Z] [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 64 kB/s) [2019-09-19T16:02:24.967Z] [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 [2019-09-19T16:02:24.967Z] [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 [2019-09-19T16:02:24.967Z] [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 50 kB/s) [2019-09-19T16:02:24.967Z] [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 [2019-09-19T16:02:24.967Z] [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 [2019-09-19T16:02:24.967Z] [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) [2019-09-19T16:02:24.967Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.pom [2019-09-19T16:02:24.967Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.pom (2.6 kB at 112 kB/s) [2019-09-19T16:02:24.967Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.7/maven-plugin-parent-1.1.7.pom [2019-09-19T16:02:25.226Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.7/maven-plugin-parent-1.1.7.pom (5.6 kB at 255 kB/s) [2019-09-19T16:02:25.226Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.5/cbi-parent-1.0.5.pom [2019-09-19T16:02:25.226Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.5/cbi-parent-1.0.5.pom (12 kB at 611 kB/s) [2019-09-19T16:02:25.226Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.jar [2019-09-19T16:02:25.226Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.jar (66 kB at 3.3 MB/s) [2019-09-19T16:02:25.226Z] [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 [2019-09-19T16:02:25.226Z] [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 [2019-09-19T16:02:25.226Z] [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 44 kB/s) [2019-09-19T16:02:25.226Z] [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 [2019-09-19T16:02:25.226Z] [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 [2019-09-19T16:02:25.226Z] [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 199 kB/s) [2019-09-19T16:02:25.226Z] [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 [2019-09-19T16:02:25.226Z] [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 [2019-09-19T16:02:25.226Z] [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 65 kB/s) [2019-09-19T16:02:25.226Z] [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 [2019-09-19T16:02:25.226Z] [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 [2019-09-19T16:02:25.484Z] [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 746 kB/s) [2019-09-19T16:02:25.484Z] [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 [2019-09-19T16:02:25.484Z] [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 [2019-09-19T16:02:25.484Z] [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 23 kB/s) [2019-09-19T16:02:25.484Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom [2019-09-19T16:02:25.484Z] [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 [2019-09-19T16:02:25.742Z] [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 95 kB/s) [2019-09-19T16:02:25.742Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom [2019-09-19T16:02:25.742Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [2019-09-19T16:02:25.742Z] [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 321 kB/s) [2019-09-19T16:02:25.742Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.pom [2019-09-19T16:02:25.742Z] [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 [2019-09-19T16:02:25.742Z] [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 82 kB/s) [2019-09-19T16:02:25.742Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom [2019-09-19T16:02:25.742Z] [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 [2019-09-19T16:02:25.742Z] [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 114 kB/s) [2019-09-19T16:02:25.742Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [2019-09-19T16:02:25.742Z] [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 [2019-09-19T16:02:25.742Z] [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 85 kB/s) [2019-09-19T16:02:25.742Z] [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 [2019-09-19T16:02:25.742Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [2019-09-19T16:02:25.742Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar [2019-09-19T16:02:25.742Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.jar [2019-09-19T16:02:25.742Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [2019-09-19T16:02:26.000Z] [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 [2019-09-19T16:02:26.000Z] [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 [2019-09-19T16:02:26.000Z] [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 [2019-09-19T16:02:26.000Z] [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 [2019-09-19T16:02:26.000Z] [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 [2019-09-19T16:02:26.000Z] [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 629 kB/s) [2019-09-19T16:02:26.000Z] [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 720 kB/s) [2019-09-19T16:02:26.000Z] [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 1.4 MB/s) [2019-09-19T16:02:26.000Z] [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 238 kB/s) [2019-09-19T16:02:26.000Z] [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 951 kB/s) [2019-09-19T16:02:26.258Z] [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 [2019-09-19T16:02:26.258Z] [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 [2019-09-19T16:02:26.258Z] [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 176 kB/s) [2019-09-19T16:02:26.258Z] [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 [2019-09-19T16:02:26.258Z] [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 [2019-09-19T16:02:26.258Z] [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 2.1 MB/s) [2019-09-19T16:02:26.258Z] [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 [2019-09-19T16:02:26.258Z] [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 [2019-09-19T16:02:26.258Z] [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 2.8 MB/s) [2019-09-19T16:02:26.517Z] [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 [2019-09-19T16:02:26.517Z] [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 [2019-09-19T16:02:26.517Z] [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 294 kB/s) [2019-09-19T16:02:26.517Z] [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 [2019-09-19T16:02:26.517Z] [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 [2019-09-19T16:02:26.517Z] [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 815 kB/s) [2019-09-19T16:02:26.775Z] [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 [2019-09-19T16:02:26.775Z] [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 [2019-09-19T16:02:26.775Z] [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 119 kB/s) [2019-09-19T16:02:26.775Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [2019-09-19T16:02:26.775Z] [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 [2019-09-19T16:02:26.775Z] [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 256 kB/s) [2019-09-19T16:02:26.775Z] [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 [2019-09-19T16:02:26.775Z] [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 [2019-09-19T16:02:27.035Z] [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 503 kB/s) [2019-09-19T16:02:27.035Z] [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 [2019-09-19T16:02:27.035Z] [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 [2019-09-19T16:02:27.035Z] [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 18 kB/s) [2019-09-19T16:02:27.035Z] [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 [2019-09-19T16:02:27.035Z] [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 [2019-09-19T16:02:27.430Z] [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) [2019-09-19T16:02:27.430Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [2019-09-19T16:02:27.430Z] [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 [2019-09-19T16:02:27.430Z] [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) [2019-09-19T16:02:27.430Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom [2019-09-19T16:02:27.430Z] [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 [2019-09-19T16:02:27.430Z] [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.2 MB/s) [2019-09-19T16:02:27.430Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [2019-09-19T16:02:27.430Z] [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 [2019-09-19T16:02:27.430Z] [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.5 MB/s) [2019-09-19T16:02:27.782Z] [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 [2019-09-19T16:02:27.782Z] [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 [2019-09-19T16:02:27.782Z] [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 16 kB/s) [2019-09-19T16:02:27.782Z] [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 [2019-09-19T16:02:27.782Z] [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 [2019-09-19T16:02:27.782Z] [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 208 kB/s) [2019-09-19T16:02:28.041Z] [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 [2019-09-19T16:02:28.041Z] [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 [2019-09-19T16:02:28.041Z] [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 136 kB/s) [2019-09-19T16:02:28.041Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2019-09-19T16:02:28.041Z] [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 [2019-09-19T16:02:28.041Z] [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 382 kB/s) [2019-09-19T16:02:28.041Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [2019-09-19T16:02:28.041Z] [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 [2019-09-19T16:02:28.300Z] [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 93 kB/s) [2019-09-19T16:02:28.300Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom [2019-09-19T16:02:28.300Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [2019-09-19T16:02:28.559Z] [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 465 kB/s) [2019-09-19T16:02:28.559Z] [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 [2019-09-19T16:02:28.559Z] [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 [2019-09-19T16:02:28.559Z] [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 711 kB/s) [2019-09-19T16:02:28.559Z] [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 [2019-09-19T16:02:28.559Z] [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 [2019-09-19T16:02:28.559Z] [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) [2019-09-19T16:02:28.559Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [2019-09-19T16:02:28.559Z] [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 [2019-09-19T16:02:28.559Z] [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 297 kB/s) [2019-09-19T16:02:28.559Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [2019-09-19T16:02:28.559Z] [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 [2019-09-19T16:02:28.559Z] [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.4 MB/s) [2019-09-19T16:02:28.559Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom [2019-09-19T16:02:28.559Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [2019-09-19T16:02:28.817Z] [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 419 kB/s) [2019-09-19T16:02:28.817Z] [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 [2019-09-19T16:02:28.817Z] [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 [2019-09-19T16:02:28.817Z] [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 877 kB/s) [2019-09-19T16:02:28.817Z] [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 [2019-09-19T16:02:29.074Z] [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 [2019-09-19T16:02:29.074Z] [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 163 kB/s) [2019-09-19T16:02:29.074Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2019-09-19T16:02:29.074Z] [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 [2019-09-19T16:02:29.075Z] [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 392 kB/s) [2019-09-19T16:02:29.075Z] [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 [2019-09-19T16:02:29.075Z] [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 [2019-09-19T16:02:29.332Z] [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 679 kB/s) [2019-09-19T16:02:29.333Z] [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 [2019-09-19T16:02:29.592Z] [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 [2019-09-19T16:02:29.592Z] [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) [2019-09-19T16:02:29.592Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2019-09-19T16:02:29.592Z] [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 [2019-09-19T16:02:29.592Z] [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 300 kB/s) [2019-09-19T16:02:29.592Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [2019-09-19T16:02:29.592Z] [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 [2019-09-19T16:02:29.850Z] [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 652 kB/s) [2019-09-19T16:02:29.850Z] [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 [2019-09-19T16:02:29.850Z] [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 [2019-09-19T16:02:29.850Z] [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 3.6 MB/s) [2019-09-19T16:02:29.850Z] [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.application.product:9.9.0-SNAPSHOT @ /home/jenkins/workspace/cdt-9.9-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/pom.xml [2019-09-19T16:02:30.418Z] [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-09/ [2019-09-19T16:02:30.418Z] [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-09/ [2019-09-19T16:02:30.418Z] [INFO] Adding repository https://download.eclipse.org/releases/2019-09 [2019-09-19T16:02:30.418Z] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2019-09/ (482B) [2019-09-19T16:02:30.418Z] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2019-09/ (482B) [2019-09-19T16:02:30.677Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-09/ [2019-09-19T16:02:30.677Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-09/ [2019-09-19T16:02:30.936Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-09/ [2019-09-19T16:02:30.936Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-09/ [2019-09-19T16:02:31.503Z] [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-09/201909181001/ [2019-09-19T16:02:31.503Z] [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-09/201909181001/ [2019-09-19T16:02:31.761Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2019-09/201909181001/ [2019-09-19T16:02:31.761Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2019-09/201909181001/ [2019-09-19T16:02:37.026Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.application.product:9.9.0-SNAPSHOT @ /home/jenkins/workspace/cdt-9.9-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/pom.xml [2019-09-19T16:02:38.931Z] [INFO] Fetching 201909181001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-09/ [2019-09-19T16:02:38.931Z] [INFO] Fetching 201909181001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-09/ [2019-09-19T16:02:39.231Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (79.97kB) [2019-09-19T16:02:39.231Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:39.231Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (79.97kB) [2019-09-19T16:02:39.231Z] [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110... [2019-09-19T16:02:39.582Z] [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.5MB) [2019-09-19T16:02:39.582Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:39.582Z] [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.5MB) [2019-09-19T16:02:40.148Z] [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337... [2019-09-19T16:02:45.415Z] [INFO] Fetching com.sun.xml.bind_2.2.0.v201505121915.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (267.32kB) [2019-09-19T16:02:45.415Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:45.415Z] [INFO] Fetching com.sun.xml.bind_2.2.0.v201505121915.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (267.32kB) [2019-09-19T16:02:45.415Z] [INFO] Unpacking com.sun.xml.bind_2.2.0.v201505121915... [2019-09-19T16:02:45.673Z] [INFO] Fetching javax.activation_1.1.0.v201211130549.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (53.77kB) [2019-09-19T16:02:45.673Z] [INFO] Fetching javax.activation_1.1.0.v201211130549.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (53.77kB) [2019-09-19T16:02:45.931Z] [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.86kB) [2019-09-19T16:02:45.931Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:45.931Z] [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.86kB) [2019-09-19T16:02:45.931Z] [INFO] Unpacking javax.xml.bind_2.2.0.v201105210648... [2019-09-19T16:02:45.931Z] [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (249kB) [2019-09-19T16:02:45.931Z] [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (249kB) [2019-09-19T16:02:46.189Z] [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.37kB) [2019-09-19T16:02:46.189Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:46.189Z] [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.37kB) [2019-09-19T16:02:46.189Z] [INFO] Unpacking javax.xml.stream_1.0.1.v201004272200... [2019-09-19T16:02:46.189Z] [INFO] Fetching org.eclipse.osgi_3.15.0.v20190830-1434.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (457.7kB) [2019-09-19T16:02:46.189Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:46.189Z] [INFO] Fetching org.eclipse.osgi_3.15.0.v20190830-1434.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (457.7kB) [2019-09-19T16:02:46.756Z] [INFO] Unpacking org.eclipse.osgi_3.15.0.v20190830-1434... [2019-09-19T16:02:47.014Z] [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.32kB) [2019-09-19T16:02:47.014Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:47.014Z] [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.32kB) [2019-09-19T16:02:47.272Z] [INFO] Unpacking javax.annotation_1.2.0.v201602091430... [2019-09-19T16:02:47.272Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (30.08kB) [2019-09-19T16:02:47.272Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:47.272Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (30.08kB) [2019-09-19T16:02:47.272Z] [INFO] Unpacking javax.el_2.2.0.v201303151357... [2019-09-19T16:02:47.272Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (60.2kB) [2019-09-19T16:02:47.272Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:47.272Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (60.2kB) [2019-09-19T16:02:47.530Z] [INFO] Unpacking javax.servlet_3.1.0.v201410161800... [2019-09-19T16:02:47.530Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.73kB) [2019-09-19T16:02:47.530Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:47.530Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.73kB) [2019-09-19T16:02:47.788Z] [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158... [2019-09-19T16:02:47.788Z] [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.03kB) [2019-09-19T16:02:47.788Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:47.788Z] [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.03kB) [2019-09-19T16:02:47.788Z] [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436... [2019-09-19T16:02:47.788Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (35.59kB) [2019-09-19T16:02:47.788Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (35.59kB) [2019-09-19T16:02:48.046Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (95.26kB) [2019-09-19T16:02:48.046Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (95.26kB) [2019-09-19T16:02:48.046Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (15.35kB) [2019-09-19T16:02:48.046Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (15.35kB) [2019-09-19T16:02:48.304Z] [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (101.68kB) [2019-09-19T16:02:48.304Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:48.304Z] [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (101.68kB) [2019-09-19T16:02:48.304Z] [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436... [2019-09-19T16:02:48.562Z] [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.52kB) [2019-09-19T16:02:48.562Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:48.562Z] [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.52kB) [2019-09-19T16:02:48.562Z] [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436... [2019-09-19T16:02:48.820Z] [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.49kB) [2019-09-19T16:02:48.820Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:48.820Z] [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.49kB) [2019-09-19T16:02:48.820Z] [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436... [2019-09-19T16:02:48.820Z] [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (258.72kB) [2019-09-19T16:02:48.820Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:48.820Z] [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (258.72kB) [2019-09-19T16:02:49.078Z] [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436... [2019-09-19T16:02:49.336Z] [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.2kB) [2019-09-19T16:02:49.336Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:49.336Z] [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.2kB) [2019-09-19T16:02:49.336Z] [INFO] Unpacking org.apache.commons.codec_1.10.0.v20180409-1845... [2019-09-19T16:02:49.930Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.7kB) [2019-09-19T16:02:49.930Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:49.930Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.7kB) [2019-09-19T16:02:49.930Z] [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [2019-09-19T16:02:49.930Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.71kB) [2019-09-19T16:02:49.930Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:49.930Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.71kB) [2019-09-19T16:02:50.188Z] [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [2019-09-19T16:02:50.188Z] [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (154.23kB) [2019-09-19T16:02:50.188Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:50.188Z] [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (154.23kB) [2019-09-19T16:02:50.188Z] [INFO] Unpacking org.apache.felix.scr_2.1.14.v20190123-1619... [2019-09-19T16:02:50.446Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.03kB) [2019-09-19T16:02:50.446Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:50.446Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.03kB) [2019-09-19T16:02:50.446Z] [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147... [2019-09-19T16:02:50.705Z] [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (30.65kB) [2019-09-19T16:02:50.705Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:50.705Z] [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (30.65kB) [2019-09-19T16:02:50.705Z] [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141... [2019-09-19T16:02:50.705Z] [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (329.69kB) [2019-09-19T16:02:50.705Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:50.705Z] [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (329.69kB) [2019-09-19T16:02:50.964Z] [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009... [2019-09-19T16:02:51.222Z] [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108.91kB) [2019-09-19T16:02:51.222Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:51.222Z] [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108.91kB) [2019-09-19T16:02:51.222Z] [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214... [2019-09-19T16:02:51.787Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.32MB) [2019-09-19T16:02:51.787Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.32MB) [2019-09-19T16:02:54.317Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (687.76kB) [2019-09-19T16:02:54.317Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:54.317Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (687.76kB) [2019-09-19T16:02:54.317Z] [INFO] Unpacking org.apache.lucene.analyzers-common_8.0.0.v20190404-1858... [2019-09-19T16:02:54.575Z] [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (923.82kB) [2019-09-19T16:02:54.575Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:54.575Z] [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (923.82kB) [2019-09-19T16:02:54.833Z] [INFO] Unpacking org.apache.lucene.core_8.0.0.v20190404-1858... [2019-09-19T16:02:55.768Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (3.42MB) [2019-09-19T16:02:55.768Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:55.768Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (3.42MB) [2019-09-19T16:02:56.026Z] [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858... [2019-09-19T16:02:56.961Z] [INFO] Fetching org.eclipse.cdt.core_6.9.0.201909091953.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.63MB) [2019-09-19T16:02:56.961Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:56.961Z] [INFO] Fetching org.eclipse.cdt.core_6.9.0.201909091953.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.63MB) [2019-09-19T16:02:57.219Z] [INFO] Unpacking org.eclipse.cdt.core_6.9.0.201909091953... [2019-09-19T16:02:59.118Z] [INFO] Fetching org.eclipse.cdt.core.native_5.10.100.201906192010.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.13kB) [2019-09-19T16:02:59.118Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:59.118Z] [INFO] Fetching org.eclipse.cdt.core.native_5.10.100.201906192010.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.13kB) [2019-09-19T16:02:59.118Z] [INFO] Unpacking org.eclipse.cdt.core.native_5.10.100.201906192010... [2019-09-19T16:02:59.375Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.400.v20190624-1144.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (41.63kB) [2019-09-19T16:02:59.375Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:59.375Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.400.v20190624-1144.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (41.63kB) [2019-09-19T16:02:59.375Z] [INFO] Unpacking org.eclipse.core.contenttype_3.7.400.v20190624-1144... [2019-09-19T16:02:59.375Z] [INFO] Fetching org.eclipse.core.expressions_3.6.500.v20190617-1926.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.8kB) [2019-09-19T16:02:59.375Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:02:59.375Z] [INFO] Fetching org.eclipse.core.expressions_3.6.500.v20190617-1926.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.8kB) [2019-09-19T16:02:59.634Z] [INFO] Unpacking org.eclipse.core.expressions_3.6.500.v20190617-1926... [2019-09-19T16:02:59.634Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.700.v20190614-0928.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (116.55kB) [2019-09-19T16:02:59.634Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.700.v20190614-0928.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (116.55kB) [2019-09-19T16:03:00.028Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.500.v20190620-1312.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.85kB) [2019-09-19T16:03:00.028Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:00.028Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.500.v20190620-1312.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.85kB) [2019-09-19T16:03:00.028Z] [INFO] Unpacking org.eclipse.core.filesystem_1.7.500.v20190620-1312... [2019-09-19T16:03:00.028Z] [INFO] Fetching org.eclipse.core.resources_3.13.500.v20190819-0800.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (873.19kB) [2019-09-19T16:03:00.028Z] [INFO] Fetching org.eclipse.core.resources_3.13.500.v20190819-0800.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (873.19kB) [2019-09-19T16:03:00.028Z] [INFO] Fetching org.eclipse.core.runtime_3.16.0.v20190823-1314.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.72kB) [2019-09-19T16:03:00.028Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:00.028Z] [INFO] Fetching org.eclipse.core.runtime_3.16.0.v20190823-1314.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.72kB) [2019-09-19T16:03:00.287Z] [INFO] Unpacking org.eclipse.core.runtime_3.16.0.v20190823-1314... [2019-09-19T16:03:00.287Z] [INFO] Fetching org.eclipse.core.variables_3.4.600.v20190614-1239.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.03kB) [2019-09-19T16:03:00.287Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:00.287Z] [INFO] Fetching org.eclipse.core.variables_3.4.600.v20190614-1239.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.03kB) [2019-09-19T16:03:00.287Z] [INFO] Unpacking org.eclipse.core.variables_3.4.600.v20190614-1239... [2019-09-19T16:03:00.287Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (107.65kB) [2019-09-19T16:03:00.287Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:00.287Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (107.65kB) [2019-09-19T16:03:00.545Z] [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719... [2019-09-19T16:03:00.803Z] [INFO] Fetching org.eclipse.text_3.9.0.v20190826-1019.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.59kB) [2019-09-19T16:03:00.803Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:00.803Z] [INFO] Fetching org.eclipse.text_3.9.0.v20190826-1019.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.59kB) [2019-09-19T16:03:00.803Z] [INFO] Unpacking org.eclipse.text_3.9.0.v20190826-1019... [2019-09-19T16:03:02.702Z] [INFO] Fetching org.eclipse.cdt.core.linux_5.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.42kB) [2019-09-19T16:03:02.702Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:02.702Z] [INFO] Fetching org.eclipse.cdt.core.linux_5.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.42kB) [2019-09-19T16:03:02.960Z] [INFO] Unpacking org.eclipse.cdt.core.linux_5.3.1.201811241055... [2019-09-19T16:03:02.960Z] [INFO] Fetching org.eclipse.cdt.core.linux.x86_64_5.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.83kB) [2019-09-19T16:03:02.960Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:02.960Z] [INFO] Fetching org.eclipse.cdt.core.linux.x86_64_5.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.83kB) [2019-09-19T16:03:02.960Z] [INFO] Unpacking org.eclipse.cdt.core.linux.x86_64_5.3.1.201811241055... [2019-09-19T16:03:02.960Z] [INFO] Fetching org.eclipse.cdt.debug.application_1.1.300.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (279.97kB) [2019-09-19T16:03:02.960Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:03.231Z] [INFO] Fetching org.eclipse.cdt.debug.application_1.1.300.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (279.97kB) [2019-09-19T16:03:03.231Z] [INFO] Unpacking org.eclipse.cdt.debug.application_1.1.300.201908121111... [2019-09-19T16:03:03.231Z] [INFO] Fetching org.eclipse.ui_3.114.0.v20190808-1317.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (361.83kB) [2019-09-19T16:03:03.231Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:03.231Z] [INFO] Fetching org.eclipse.ui_3.114.0.v20190808-1317.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (361.83kB) [2019-09-19T16:03:03.583Z] [INFO] Unpacking org.eclipse.ui_3.114.0.v20190808-1317... [2019-09-19T16:03:03.583Z] [INFO] Fetching org.eclipse.cdt.debug.ui_8.3.200.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (333.25kB) [2019-09-19T16:03:03.583Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:03.583Z] [INFO] Fetching org.eclipse.cdt.debug.ui_8.3.200.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (333.25kB) [2019-09-19T16:03:03.583Z] [INFO] Unpacking org.eclipse.cdt.debug.ui_8.3.200.201908121111... [2019-09-19T16:03:04.148Z] [INFO] Fetching org.eclipse.cdt.dsf_2.8.100.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (96.99kB) [2019-09-19T16:03:04.148Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:04.148Z] [INFO] Fetching org.eclipse.cdt.dsf_2.8.100.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (96.99kB) [2019-09-19T16:03:04.148Z] [INFO] Unpacking org.eclipse.cdt.dsf_2.8.100.201908121111... [2019-09-19T16:03:04.148Z] [INFO] Fetching org.eclipse.cdt.dsf.gdb_5.7.200.201908172017.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (428.89kB) [2019-09-19T16:03:04.148Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:04.148Z] [INFO] Fetching org.eclipse.cdt.dsf.gdb_5.7.200.201908172017.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (428.89kB) [2019-09-19T16:03:04.406Z] [INFO] Unpacking org.eclipse.cdt.dsf.gdb_5.7.200.201908172017... [2019-09-19T16:03:04.971Z] [INFO] Fetching org.eclipse.cdt.dsf.gdb.ui_2.6.300.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (226.94kB) [2019-09-19T16:03:04.971Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:04.971Z] [INFO] Fetching org.eclipse.cdt.dsf.gdb.ui_2.6.300.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (226.94kB) [2019-09-19T16:03:05.229Z] [INFO] Unpacking org.eclipse.cdt.dsf.gdb.ui_2.6.300.201908121111... [2019-09-19T16:03:05.487Z] [INFO] Fetching org.eclipse.cdt.dsf.ui_2.5.200.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (359.69kB) [2019-09-19T16:03:05.487Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:05.487Z] [INFO] Fetching org.eclipse.cdt.dsf.ui_2.5.200.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (359.69kB) [2019-09-19T16:03:05.745Z] [INFO] Unpacking org.eclipse.cdt.dsf.ui_2.5.200.201908121111... [2019-09-19T16:03:06.312Z] [INFO] Fetching org.eclipse.cdt.gdb_7.0.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.62kB) [2019-09-19T16:03:06.312Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:06.312Z] [INFO] Fetching org.eclipse.cdt.gdb_7.0.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.62kB) [2019-09-19T16:03:06.312Z] [INFO] Unpacking org.eclipse.cdt.gdb_7.0.1.201811241055... [2019-09-19T16:03:06.312Z] [INFO] Fetching org.eclipse.cdt.gdb.ui_7.0.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8.31kB) [2019-09-19T16:03:06.312Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:06.312Z] [INFO] Fetching org.eclipse.cdt.gdb.ui_7.0.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8.31kB) [2019-09-19T16:03:06.571Z] [INFO] Unpacking org.eclipse.cdt.gdb.ui_7.0.1.201811241055... [2019-09-19T16:03:06.571Z] [INFO] Fetching org.eclipse.cdt.launch_9.3.0.201908121431.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.93kB) [2019-09-19T16:03:06.571Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:06.571Z] [INFO] Fetching org.eclipse.cdt.launch_9.3.0.201908121431.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.93kB) [2019-09-19T16:03:06.571Z] [INFO] Unpacking org.eclipse.cdt.launch_9.3.0.201908121431... [2019-09-19T16:03:06.829Z] [INFO] Fetching org.eclipse.ui.ide_3.16.0.v20190916-1323.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (962.38kB) [2019-09-19T16:03:06.829Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:06.829Z] [INFO] Fetching org.eclipse.ui.ide_3.16.0.v20190916-1323.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (962.38kB) [2019-09-19T16:03:06.829Z] [INFO] Unpacking org.eclipse.ui.ide_3.16.0.v20190916-1323... [2019-09-19T16:03:07.764Z] [INFO] Fetching org.eclipse.cdt.managedbuilder.core_8.7.200.201909091956.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (442.64kB) [2019-09-19T16:03:07.764Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:07.764Z] [INFO] Fetching org.eclipse.cdt.managedbuilder.core_8.7.200.201909091956.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (442.64kB) [2019-09-19T16:03:07.764Z] [INFO] Unpacking org.eclipse.cdt.managedbuilder.core_8.7.200.201909091956... [2019-09-19T16:03:08.022Z] [INFO] Fetching org.eclipse.cdt.managedbuilder.gnu.ui_8.3.100.201909091956.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.43kB) [2019-09-19T16:03:08.022Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:08.022Z] [INFO] Fetching org.eclipse.cdt.managedbuilder.gnu.ui_8.3.100.201909091956.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.43kB) [2019-09-19T16:03:08.281Z] [INFO] Unpacking org.eclipse.cdt.managedbuilder.gnu.ui_8.3.100.201909091956... [2019-09-19T16:03:08.281Z] [INFO] Fetching org.eclipse.cdt.debug.core_8.4.0.201908101428.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (106.86kB) [2019-09-19T16:03:08.281Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:08.281Z] [INFO] Fetching org.eclipse.cdt.debug.core_8.4.0.201908101428.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (106.86kB) [2019-09-19T16:03:08.281Z] [INFO] Unpacking org.eclipse.cdt.debug.core_8.4.0.201908101428... [2019-09-19T16:03:08.538Z] [INFO] Fetching org.eclipse.ui.workbench_3.116.0.v20190826-1428.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,005.56kB) [2019-09-19T16:03:08.538Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:08.539Z] [INFO] Fetching org.eclipse.ui.workbench_3.116.0.v20190826-1428.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,005.56kB) [2019-09-19T16:03:08.539Z] [INFO] Unpacking org.eclipse.ui.workbench_3.116.0.v20190826-1428... [2019-09-19T16:03:09.603Z] [INFO] Fetching org.eclipse.debug.core_3.14.0.v20190812-1404.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.46kB) [2019-09-19T16:03:09.603Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:09.603Z] [INFO] Fetching org.eclipse.debug.core_3.14.0.v20190812-1404.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.46kB) [2019-09-19T16:03:09.861Z] [INFO] Unpacking org.eclipse.debug.core_3.14.0.v20190812-1404... [2019-09-19T16:03:10.118Z] [INFO] Fetching org.eclipse.debug.ui_3.14.200.v20190822-2125.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1MB) [2019-09-19T16:03:10.118Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:10.118Z] [INFO] Fetching org.eclipse.debug.ui_3.14.200.v20190822-2125.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1MB) [2019-09-19T16:03:10.118Z] [INFO] Unpacking org.eclipse.debug.ui_3.14.200.v20190822-2125... [2019-09-19T16:03:11.053Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.07kB) [2019-09-19T16:03:11.053Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.07kB) [2019-09-19T16:03:11.310Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (98kB) [2019-09-19T16:03:11.310Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:11.310Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (98kB) [2019-09-19T16:03:11.310Z] [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [2019-09-19T16:03:11.570Z] [INFO] Fetching org.eclipse.cdt.debug.application.doc_1.1.300.201909091956.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (6.3MB) [2019-09-19T16:03:11.570Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:11.570Z] [INFO] Fetching org.eclipse.cdt.debug.application.doc_1.1.300.201909091956.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (6.3MB) [2019-09-19T16:03:11.828Z] [INFO] Unpacking org.eclipse.cdt.debug.application.doc_1.1.300.201909091956... [2019-09-19T16:03:12.762Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.floatingpoint_1.0.100.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.93kB) [2019-09-19T16:03:12.762Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:12.762Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.floatingpoint_1.0.100.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.93kB) [2019-09-19T16:03:13.019Z] [INFO] Unpacking org.eclipse.cdt.debug.ui.memory.floatingpoint_1.0.100.201908121111... [2019-09-19T16:03:13.019Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.memorybrowser_1.3.100.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.24kB) [2019-09-19T16:03:13.019Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:13.019Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.memorybrowser_1.3.100.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.24kB) [2019-09-19T16:03:13.019Z] [INFO] Unpacking org.eclipse.cdt.debug.ui.memory.memorybrowser_1.3.100.201908121111... [2019-09-19T16:03:13.277Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.search_1.3.100.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (24.73kB) [2019-09-19T16:03:13.277Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:13.277Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.search_1.3.100.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (24.73kB) [2019-09-19T16:03:13.277Z] [INFO] Unpacking org.eclipse.cdt.debug.ui.memory.search_1.3.100.201908121111... [2019-09-19T16:03:13.277Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.traditional_1.5.100.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (59.32kB) [2019-09-19T16:03:13.277Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:13.277Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.traditional_1.5.100.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (59.32kB) [2019-09-19T16:03:13.277Z] [INFO] Unpacking org.eclipse.cdt.debug.ui.memory.traditional_1.5.100.201908121111... [2019-09-19T16:03:13.535Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.transport_2.1.100.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.85kB) [2019-09-19T16:03:13.535Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:13.535Z] [INFO] Fetching org.eclipse.cdt.debug.ui.memory.transport_2.1.100.201908121111.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.85kB) [2019-09-19T16:03:13.535Z] [INFO] Unpacking org.eclipse.cdt.debug.ui.memory.transport_2.1.100.201908121111... [2019-09-19T16:03:13.792Z] [INFO] Fetching org.eclipse.cdt.make.core_7.4.100.201905311644.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (146.81kB) [2019-09-19T16:03:13.792Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:13.792Z] [INFO] Fetching org.eclipse.cdt.make.core_7.4.100.201905311644.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (146.81kB) [2019-09-19T16:03:13.792Z] [INFO] Unpacking org.eclipse.cdt.make.core_7.4.100.201905311644... [2019-09-19T16:03:14.050Z] [INFO] Fetching org.eclipse.cdt.native.serial_1.1.200.201909051303.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (59.93kB) [2019-09-19T16:03:14.050Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:14.050Z] [INFO] Fetching org.eclipse.cdt.native.serial_1.1.200.201909051303.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (59.93kB) [2019-09-19T16:03:14.050Z] [INFO] Unpacking org.eclipse.cdt.native.serial_1.1.200.201909051303... [2019-09-19T16:03:14.308Z] [INFO] Fetching org.eclipse.cdt.ui_6.6.0.201909091956.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.93MB) [2019-09-19T16:03:14.308Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:14.308Z] [INFO] Fetching org.eclipse.cdt.ui_6.6.0.201909091956.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.93MB) [2019-09-19T16:03:14.566Z] [INFO] Unpacking org.eclipse.cdt.ui_6.6.0.201909091956... [2019-09-19T16:03:16.464Z] [INFO] Fetching org.eclipse.compare_3.7.700.v20190802-1838.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (304.71kB) [2019-09-19T16:03:16.464Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:16.464Z] [INFO] Fetching org.eclipse.compare_3.7.700.v20190802-1838.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (304.71kB) [2019-09-19T16:03:16.464Z] [INFO] Unpacking org.eclipse.compare_3.7.700.v20190802-1838... [2019-09-19T16:03:16.723Z] [INFO] Fetching org.eclipse.compare.core_3.6.600.v20190615-1517.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.64kB) [2019-09-19T16:03:16.723Z] [INFO] Fetching org.eclipse.compare.core_3.6.600.v20190615-1517.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.64kB) [2019-09-19T16:03:16.981Z] [INFO] Fetching org.eclipse.core.commands_3.9.500.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.13kB) [2019-09-19T16:03:16.981Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:16.981Z] [INFO] Fetching org.eclipse.core.commands_3.9.500.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.13kB) [2019-09-19T16:03:16.981Z] [INFO] Unpacking org.eclipse.core.commands_3.9.500.v20190805-1157... [2019-09-19T16:03:16.981Z] [INFO] Fetching org.eclipse.core.databinding_1.7.500.v20190624-2109.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.71kB) [2019-09-19T16:03:16.981Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:16.981Z] [INFO] Fetching org.eclipse.core.databinding_1.7.500.v20190624-2109.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.71kB) [2019-09-19T16:03:17.239Z] [INFO] Unpacking org.eclipse.core.databinding_1.7.500.v20190624-2109... [2019-09-19T16:03:17.239Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.8.0.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.53kB) [2019-09-19T16:03:17.239Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:17.239Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.8.0.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.53kB) [2019-09-19T16:03:17.496Z] [INFO] Unpacking org.eclipse.core.databinding.observable_1.8.0.v20190805-1157... [2019-09-19T16:03:17.496Z] [INFO] Fetching org.eclipse.core.databinding.property_1.7.100.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.79kB) [2019-09-19T16:03:17.496Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:17.496Z] [INFO] Fetching org.eclipse.core.databinding.property_1.7.100.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.79kB) [2019-09-19T16:03:17.496Z] [INFO] Unpacking org.eclipse.core.databinding.property_1.7.100.v20190805-1157... [2019-09-19T16:03:17.755Z] [INFO] Fetching org.eclipse.core.jobs_3.10.500.v20190620-1426.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.98kB) [2019-09-19T16:03:17.755Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:17.755Z] [INFO] Fetching org.eclipse.core.jobs_3.10.500.v20190620-1426.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.98kB) [2019-09-19T16:03:17.755Z] [INFO] Unpacking org.eclipse.core.jobs_3.10.500.v20190620-1426... [2019-09-19T16:03:17.755Z] [INFO] Fetching org.eclipse.core.net_1.3.600.v20190619-1613.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.77kB) [2019-09-19T16:03:17.755Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:17.755Z] [INFO] Fetching org.eclipse.core.net_1.3.600.v20190619-1613.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.77kB) [2019-09-19T16:03:18.127Z] [INFO] Unpacking org.eclipse.core.net_1.3.600.v20190619-1613... [2019-09-19T16:03:18.127Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.700.v20190621-1412.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.77kB) [2019-09-19T16:03:18.127Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:18.127Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.700.v20190621-1412.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.77kB) [2019-09-19T16:03:18.127Z] [INFO] Unpacking org.eclipse.e4.core.commands_0.12.700.v20190621-1412... [2019-09-19T16:03:18.127Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.200.v20190620-0649.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.6kB) [2019-09-19T16:03:18.127Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:18.127Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.200.v20190620-0649.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.6kB) [2019-09-19T16:03:18.127Z] [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.200.v20190620-0649... [2019-09-19T16:03:18.482Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.400.v20190903-1311.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.9kB) [2019-09-19T16:03:18.483Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:18.483Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.400.v20190903-1311.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.9kB) [2019-09-19T16:03:18.483Z] [INFO] Unpacking org.eclipse.e4.core.di_1.7.400.v20190903-1311... [2019-09-19T16:03:18.483Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.98kB) [2019-09-19T16:03:18.483Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.98kB) [2019-09-19T16:03:18.483Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.15kB) [2019-09-19T16:03:18.483Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.15kB) [2019-09-19T16:03:18.741Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.67kB) [2019-09-19T16:03:18.741Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:18.741Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.67kB) [2019-09-19T16:03:18.741Z] [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707... [2019-09-19T16:03:18.741Z] [INFO] Fetching org.eclipse.e4.core.services_2.2.0.v20190630-2019.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.41kB) [2019-09-19T16:03:18.741Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:18.741Z] [INFO] Fetching org.eclipse.e4.core.services_2.2.0.v20190630-2019.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.41kB) [2019-09-19T16:03:18.999Z] [INFO] Unpacking org.eclipse.e4.core.services_2.2.0.v20190630-2019... [2019-09-19T16:03:18.999Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.16kB) [2019-09-19T16:03:18.999Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:18.999Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.16kB) [2019-09-19T16:03:18.999Z] [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946... [2019-09-19T16:03:19.565Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.98kB) [2019-09-19T16:03:19.565Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:19.565Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.98kB) [2019-09-19T16:03:19.565Z] [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735... [2019-09-19T16:03:19.565Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.99kB) [2019-09-19T16:03:19.565Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:19.565Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.99kB) [2019-09-19T16:03:19.823Z] [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157... [2019-09-19T16:03:19.823Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (79.47kB) [2019-09-19T16:03:19.823Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:19.823Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (79.47kB) [2019-09-19T16:03:19.823Z] [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157... [2019-09-19T16:03:20.083Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.91kB) [2019-09-19T16:03:20.083Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:20.083Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.91kB) [2019-09-19T16:03:20.083Z] [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413... [2019-09-19T16:03:20.083Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.17kB) [2019-09-19T16:03:20.083Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.17kB) [2019-09-19T16:03:20.341Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.82kB) [2019-09-19T16:03:20.341Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:20.341Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.82kB) [2019-09-19T16:03:20.341Z] [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636... [2019-09-19T16:03:20.599Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.27kB) [2019-09-19T16:03:20.599Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:20.599Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.27kB) [2019-09-19T16:03:20.599Z] [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021... [2019-09-19T16:03:20.857Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.600.v20190716-1245.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.26kB) [2019-09-19T16:03:20.857Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:20.857Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.600.v20190716-1245.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.26kB) [2019-09-19T16:03:20.857Z] [INFO] Unpacking org.eclipse.e4.ui.services_1.3.600.v20190716-1245... [2019-09-19T16:03:21.114Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.46kB) [2019-09-19T16:03:21.114Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:21.114Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.46kB) [2019-09-19T16:03:21.114Z] [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808... [2019-09-19T16:03:21.114Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (85.99kB) [2019-09-19T16:03:21.114Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:21.114Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (85.99kB) [2019-09-19T16:03:21.115Z] [INFO] Unpacking org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814... [2019-09-19T16:03:21.372Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (49.84kB) [2019-09-19T16:03:21.372Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:21.372Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (49.84kB) [2019-09-19T16:03:21.372Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245... [2019-09-19T16:03:21.630Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.13kB) [2019-09-19T16:03:21.630Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:21.630Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.13kB) [2019-09-19T16:03:21.630Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245... [2019-09-19T16:03:21.631Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.59kB) [2019-09-19T16:03:21.631Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:21.631Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.59kB) [2019-09-19T16:03:21.888Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716... [2019-09-19T16:03:22.454Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.07kB) [2019-09-19T16:03:22.454Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:22.454Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.07kB) [2019-09-19T16:03:22.712Z] [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448... [2019-09-19T16:03:22.712Z] [INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.13kB) [2019-09-19T16:03:22.712Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:22.712Z] [INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.13kB) [2019-09-19T16:03:22.712Z] [INFO] Unpacking org.eclipse.ecf_3.9.3.v20190423-0625... [2019-09-19T16:03:22.712Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.34kB) [2019-09-19T16:03:22.712Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:22.712Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.34kB) [2019-09-19T16:03:22.969Z] [INFO] Unpacking org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132... [2019-09-19T16:03:22.969Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.11kB) [2019-09-19T16:03:22.969Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:22.969Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.11kB) [2019-09-19T16:03:22.969Z] [INFO] Unpacking org.eclipse.ecf.identity_3.9.1.v20181107-1749... [2019-09-19T16:03:23.228Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.08kB) [2019-09-19T16:03:23.228Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:23.228Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.08kB) [2019-09-19T16:03:23.228Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429... [2019-09-19T16:03:23.228Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (35.6kB) [2019-09-19T16:03:23.228Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:23.228Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (35.6kB) [2019-09-19T16:03:23.486Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947... [2019-09-19T16:03:23.486Z] [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.93kB) [2019-09-19T16:03:23.486Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:23.486Z] [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.93kB) [2019-09-19T16:03:23.486Z] [INFO] Unpacking org.eclipse.emf.common_2.16.0.v20190625-1131... [2019-09-19T16:03:23.742Z] [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (485.39kB) [2019-09-19T16:03:23.742Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:23.742Z] [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (485.39kB) [2019-09-19T16:03:23.742Z] [INFO] Unpacking org.eclipse.emf.ecore_2.19.0.v20190822-1451... [2019-09-19T16:03:24.308Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.08kB) [2019-09-19T16:03:24.308Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:24.308Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.08kB) [2019-09-19T16:03:24.566Z] [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [2019-09-19T16:03:24.566Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.13kB) [2019-09-19T16:03:24.566Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:24.566Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.13kB) [2019-09-19T16:03:24.566Z] [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [2019-09-19T16:03:24.823Z] [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (42.16kB) [2019-09-19T16:03:24.823Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:24.823Z] [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (42.16kB) [2019-09-19T16:03:24.823Z] [INFO] Unpacking org.eclipse.equinox.app_1.4.300.v20190815-1535... [2019-09-19T16:03:24.823Z] [INFO] Fetching org.eclipse.equinox.bidi_1.2.100.v20190815-1535.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.95kB) [2019-09-19T16:03:24.823Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:24.823Z] [INFO] Fetching org.eclipse.equinox.bidi_1.2.100.v20190815-1535.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.95kB) [2019-09-19T16:03:25.081Z] [INFO] Unpacking org.eclipse.equinox.bidi_1.2.100.v20190815-1535... [2019-09-19T16:03:25.081Z] [INFO] Fetching org.eclipse.equinox.common_3.10.500.v20190815-1535.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (52.37kB) [2019-09-19T16:03:25.081Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:25.081Z] [INFO] Fetching org.eclipse.equinox.common_3.10.500.v20190815-1535.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (52.37kB) [2019-09-19T16:03:25.081Z] [INFO] Unpacking org.eclipse.equinox.common_3.10.500.v20190815-1535... [2019-09-19T16:03:25.081Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.400.v20190621-0852.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (12.23kB) [2019-09-19T16:03:25.081Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:25.081Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.400.v20190621-0852.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (12.23kB) [2019-09-19T16:03:25.339Z] [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.400.v20190621-0852... [2019-09-19T16:03:25.339Z] [INFO] Fetching org.eclipse.equinox.event_1.5.200.v20190814-0953.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.84kB) [2019-09-19T16:03:25.339Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:25.339Z] [INFO] Fetching org.eclipse.equinox.event_1.5.200.v20190814-0953.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.84kB) [2019-09-19T16:03:25.339Z] [INFO] Unpacking org.eclipse.equinox.event_1.5.200.v20190814-0953... [2019-09-19T16:03:25.339Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (19.48kB) [2019-09-19T16:03:25.339Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:25.339Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (19.48kB) [2019-09-19T16:03:25.597Z] [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320... [2019-09-19T16:03:25.597Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.94kB) [2019-09-19T16:03:25.597Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:25.598Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.94kB) [2019-09-19T16:03:25.598Z] [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258... [2019-09-19T16:03:25.856Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.200.v20190714-1849.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.64kB) [2019-09-19T16:03:25.856Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:25.856Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.200.v20190714-1849.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.64kB) [2019-09-19T16:03:25.856Z] [INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.200.v20190714-1849... [2019-09-19T16:03:25.856Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.49kB) [2019-09-19T16:03:25.856Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:25.856Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.49kB) [2019-09-19T16:03:26.130Z] [INFO] Unpacking org.eclipse.equinox.http.registry_1.1.700.v20190214-1948... [2019-09-19T16:03:26.130Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.200.v20190823-1423.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (76.46kB) [2019-09-19T16:03:26.130Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:26.130Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.200.v20190823-1423.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (76.46kB) [2019-09-19T16:03:26.130Z] [INFO] Unpacking org.eclipse.equinox.http.servlet_1.6.200.v20190823-1423... [2019-09-19T16:03:26.483Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.300.v20190714-1850.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.71kB) [2019-09-19T16:03:26.483Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:26.483Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.300.v20190714-1850.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.71kB) [2019-09-19T16:03:26.483Z] [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.300.v20190714-1850... [2019-09-19T16:03:26.483Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8.71kB) [2019-09-19T16:03:26.483Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:26.483Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8.71kB) [2019-09-19T16:03:26.483Z] [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850... [2019-09-19T16:03:26.483Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.92kB) [2019-09-19T16:03:26.483Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:26.483Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.92kB) [2019-09-19T16:03:26.741Z] [INFO] Unpacking org.eclipse.equinox.launcher_1.5.500.v20190715-1310... [2019-09-19T16:03:26.741Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.27kB) [2019-09-19T16:03:26.741Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:26.741Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.27kB) [2019-09-19T16:03:26.741Z] [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428... [2019-09-19T16:03:26.999Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.100.v20190705-1223.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB) [2019-09-19T16:03:26.999Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:26.999Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.100.v20190705-1223.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB) [2019-09-19T16:03:26.999Z] [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.100.v20190705-1223... [2019-09-19T16:03:26.999Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.400.v20190701-1309.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.08kB) [2019-09-19T16:03:26.999Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:26.999Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.400.v20190701-1309.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.08kB) [2019-09-19T16:03:27.257Z] [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.400.v20190701-1309... [2019-09-19T16:03:27.257Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (74.67kB) [2019-09-19T16:03:27.257Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:27.257Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (74.67kB) [2019-09-19T16:03:27.257Z] [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825... [2019-09-19T16:03:27.516Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.06kB) [2019-09-19T16:03:27.516Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:27.516Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.06kB) [2019-09-19T16:03:27.516Z] [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826... [2019-09-19T16:03:27.516Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (38.81kB) [2019-09-19T16:03:27.516Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:27.516Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (38.81kB) [2019-09-19T16:03:27.775Z] [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230... [2019-09-19T16:03:27.775Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108kB) [2019-09-19T16:03:27.775Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:27.775Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108kB) [2019-09-19T16:03:27.775Z] [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737... [2019-09-19T16:03:28.034Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (50.89kB) [2019-09-19T16:03:28.034Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:28.034Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (50.89kB) [2019-09-19T16:03:28.034Z] [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702... [2019-09-19T16:03:28.034Z] [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.94kB) [2019-09-19T16:03:28.034Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:28.034Z] [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.94kB) [2019-09-19T16:03:28.292Z] [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826... [2019-09-19T16:03:28.292Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.48kB) [2019-09-19T16:03:28.292Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:28.292Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.48kB) [2019-09-19T16:03:28.292Z] [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939... [2019-09-19T16:03:28.551Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (46.12kB) [2019-09-19T16:03:28.551Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:28.551Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (46.12kB) [2019-09-19T16:03:28.551Z] [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947... [2019-09-19T16:03:28.551Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.300.v20190716-0800.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.81kB) [2019-09-19T16:03:28.551Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:28.551Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.300.v20190716-0800.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.81kB) [2019-09-19T16:03:28.809Z] [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.natives_1.3.300.v20190716-0800... [2019-09-19T16:03:28.809Z] [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.200.v20190716-0800.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.29kB) [2019-09-19T16:03:28.809Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:28.809Z] [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.200.v20190716-0800.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.29kB) [2019-09-19T16:03:28.809Z] [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.2.200.v20190716-0800... [2019-09-19T16:03:29.067Z] [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (287.17kB) [2019-09-19T16:03:29.067Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:29.067Z] [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (287.17kB) [2019-09-19T16:03:29.067Z] [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459... [2019-09-19T16:03:29.634Z] [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.300.v20190701-1309.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.64kB) [2019-09-19T16:03:29.634Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:29.634Z] [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.300.v20190701-1309.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.64kB) [2019-09-19T16:03:29.634Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk_1.1.300.v20190701-1309... [2019-09-19T16:03:29.634Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.51kB) [2019-09-19T16:03:29.634Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:29.634Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.51kB) [2019-09-19T16:03:29.892Z] [INFO] Unpacking org.eclipse.equinox.preferences_3.7.500.v20190815-1535... [2019-09-19T16:03:29.892Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.29kB) [2019-09-19T16:03:29.892Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:29.892Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.29kB) [2019-09-19T16:03:29.892Z] [INFO] Unpacking org.eclipse.equinox.registry_3.8.500.v20190714-1850... [2019-09-19T16:03:30.150Z] [INFO] Fetching org.eclipse.equinox.security_1.3.300.v20190714-1851.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.67kB) [2019-09-19T16:03:30.150Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:30.150Z] [INFO] Fetching org.eclipse.equinox.security_1.3.300.v20190714-1851.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.67kB) [2019-09-19T16:03:30.150Z] [INFO] Unpacking org.eclipse.equinox.security_1.3.300.v20190714-1851... [2019-09-19T16:03:30.408Z] [INFO] Fetching org.eclipse.equinox.security.ui_1.2.400.v20190714-1851.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (71.35kB) [2019-09-19T16:03:30.408Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:30.408Z] [INFO] Fetching org.eclipse.equinox.security.ui_1.2.400.v20190714-1851.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (71.35kB) [2019-09-19T16:03:30.408Z] [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.400.v20190714-1851... [2019-09-19T16:03:30.408Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.92kB) [2019-09-19T16:03:30.408Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:30.408Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.92kB) [2019-09-19T16:03:30.667Z] [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825... [2019-09-19T16:03:30.667Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.56kB) [2019-09-19T16:03:30.667Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:30.667Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.56kB) [2019-09-19T16:03:30.667Z] [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825... [2019-09-19T16:03:30.667Z] [INFO] Fetching org.eclipse.equinox.util_1.1.300.v20190714-1852.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.36kB) [2019-09-19T16:03:30.667Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:30.667Z] [INFO] Fetching org.eclipse.equinox.util_1.1.300.v20190714-1852.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.36kB) [2019-09-19T16:03:30.925Z] [INFO] Unpacking org.eclipse.equinox.util_1.1.300.v20190714-1852... [2019-09-19T16:03:30.925Z] [INFO] Fetching org.eclipse.help_3.8.500.v20190624-2105.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.96kB) [2019-09-19T16:03:30.925Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:30.925Z] [INFO] Fetching org.eclipse.help_3.8.500.v20190624-2105.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.96kB) [2019-09-19T16:03:31.183Z] [INFO] Unpacking org.eclipse.help_3.8.500.v20190624-2105... [2019-09-19T16:03:31.183Z] [INFO] Fetching org.eclipse.help.base_4.2.700.v20190916-1045.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (175.77kB) [2019-09-19T16:03:31.183Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:31.183Z] [INFO] Fetching org.eclipse.help.base_4.2.700.v20190916-1045.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (175.77kB) [2019-09-19T16:03:31.441Z] [INFO] Unpacking org.eclipse.help.base_4.2.700.v20190916-1045... [2019-09-19T16:03:31.441Z] [INFO] Fetching org.eclipse.help.ui_4.1.600.v20190814-0936.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (204.94kB) [2019-09-19T16:03:31.441Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:31.441Z] [INFO] Fetching org.eclipse.help.ui_4.1.600.v20190814-0936.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (204.94kB) [2019-09-19T16:03:31.699Z] [INFO] Unpacking org.eclipse.help.ui_4.1.600.v20190814-0936... [2019-09-19T16:03:31.699Z] [INFO] Fetching org.eclipse.help.webapp_3.9.600.v20190814-0635.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (284.94kB) [2019-09-19T16:03:31.699Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:31.699Z] [INFO] Fetching org.eclipse.help.webapp_3.9.600.v20190814-0635.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (284.94kB) [2019-09-19T16:03:31.957Z] [INFO] Unpacking org.eclipse.help.webapp_3.9.600.v20190814-0635... [2019-09-19T16:03:31.957Z] [INFO] Fetching org.eclipse.jetty.http_9.4.20.v20190813.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (216.79kB) [2019-09-19T16:03:31.957Z] [INFO] Fetching org.eclipse.jetty.http_9.4.20.v20190813.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (216.79kB) [2019-09-19T16:03:32.215Z] [INFO] Fetching org.eclipse.jetty.io_9.4.20.v20190813.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (167.09kB) [2019-09-19T16:03:32.474Z] [INFO] Fetching org.eclipse.jetty.security_9.4.20.v20190813.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.56kB) [2019-09-19T16:03:32.474Z] [INFO] Fetching org.eclipse.jetty.security_9.4.20.v20190813.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.56kB) [2019-09-19T16:03:32.474Z] [INFO] Fetching org.eclipse.jetty.server_9.4.20.v20190813.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (676.62kB) [2019-09-19T16:03:32.474Z] [INFO] Fetching org.eclipse.jetty.server_9.4.20.v20190813.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (676.62kB) [2019-09-19T16:03:32.732Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.20.v20190813.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (134.69kB) [2019-09-19T16:03:32.732Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.20.v20190813.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (134.69kB) [2019-09-19T16:03:32.732Z] [INFO] Fetching org.eclipse.jetty.util_9.4.20.v20190813.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (560.45kB) [2019-09-19T16:03:32.732Z] [INFO] Fetching org.eclipse.jetty.util_9.4.20.v20190813.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (560.45kB) [2019-09-19T16:03:32.991Z] [INFO] Fetching org.eclipse.jface_3.17.0.v20190820-1444.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (359.05kB) [2019-09-19T16:03:32.991Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:32.991Z] [INFO] Fetching org.eclipse.jface_3.17.0.v20190820-1444.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (359.05kB) [2019-09-19T16:03:32.991Z] [INFO] Unpacking org.eclipse.jface_3.17.0.v20190820-1444... [2019-09-19T16:03:33.558Z] [INFO] Fetching org.eclipse.jface.databinding_1.9.100.v20190805-1255.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.64kB) [2019-09-19T16:03:33.558Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:33.558Z] [INFO] Fetching org.eclipse.jface.databinding_1.9.100.v20190805-1255.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.64kB) [2019-09-19T16:03:33.558Z] [INFO] Unpacking org.eclipse.jface.databinding_1.9.100.v20190805-1255... [2019-09-19T16:03:33.558Z] [INFO] Fetching org.eclipse.jface.text_3.15.300.v20190819-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (318.61kB) [2019-09-19T16:03:33.558Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:33.558Z] [INFO] Fetching org.eclipse.jface.text_3.15.300.v20190819-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (318.61kB) [2019-09-19T16:03:33.816Z] [INFO] Unpacking org.eclipse.jface.text_3.15.300.v20190819-0725... [2019-09-19T16:03:34.076Z] [INFO] Fetching org.eclipse.launchbar.core_2.3.0.201907192018.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (75.51kB) [2019-09-19T16:03:34.076Z] [INFO] Fetching org.eclipse.launchbar.core_2.3.0.201907192018.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (75.51kB) [2019-09-19T16:03:34.627Z] [INFO] Fetching org.eclipse.launchbar.ui_2.3.0.201907192018.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (80.25kB) [2019-09-19T16:03:34.627Z] [INFO] Fetching org.eclipse.launchbar.ui_2.3.0.201907192018.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (80.25kB) [2019-09-19T16:03:34.627Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (181.79kB) [2019-09-19T16:03:34.627Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:34.627Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (181.79kB) [2019-09-19T16:03:34.627Z] [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110... [2019-09-19T16:03:34.627Z] [INFO] Fetching org.eclipse.search_3.11.700.v20190813-2210.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (216.55kB) [2019-09-19T16:03:34.627Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:34.627Z] [INFO] Fetching org.eclipse.search_3.11.700.v20190813-2210.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (216.55kB) [2019-09-19T16:03:35.030Z] [INFO] Unpacking org.eclipse.search_3.11.700.v20190813-2210... [2019-09-19T16:03:35.030Z] [INFO] Fetching org.eclipse.swt_3.112.0.v20190904-0609.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.03kB) [2019-09-19T16:03:35.030Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:35.030Z] [INFO] Fetching org.eclipse.swt_3.112.0.v20190904-0609.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.03kB) [2019-09-19T16:03:35.030Z] [INFO] Unpacking org.eclipse.swt_3.112.0.v20190904-0609... [2019-09-19T16:03:35.030Z] [INFO] Fetching org.eclipse.team.core_3.8.700.v20190619-1613.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.02kB) [2019-09-19T16:03:35.030Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:35.030Z] [INFO] Fetching org.eclipse.team.core_3.8.700.v20190619-1613.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.02kB) [2019-09-19T16:03:35.288Z] [INFO] Unpacking org.eclipse.team.core_3.8.700.v20190619-1613... [2019-09-19T16:03:35.288Z] [INFO] Fetching org.eclipse.team.ui_3.8.600.v20190819-1553.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (494.29kB) [2019-09-19T16:03:35.288Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:35.288Z] [INFO] Fetching org.eclipse.team.ui_3.8.600.v20190819-1553.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (494.29kB) [2019-09-19T16:03:35.549Z] [INFO] Unpacking org.eclipse.team.ui_3.8.600.v20190819-1553... [2019-09-19T16:03:35.928Z] [INFO] Fetching org.eclipse.tm.terminal.control_4.5.102.201907171153.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (185.8kB) [2019-09-19T16:03:35.928Z] [INFO] Fetching org.eclipse.tm.terminal.control_4.5.102.201907171153.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (185.8kB) [2019-09-19T16:03:36.186Z] [INFO] Fetching org.eclipse.tools.templates.core_1.1.0.201812111206.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.37kB) [2019-09-19T16:03:36.186Z] [INFO] Fetching org.eclipse.tools.templates.core_1.1.0.201812111206.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.37kB) [2019-09-19T16:03:36.186Z] [INFO] Fetching org.eclipse.tools.templates.freemarker_1.0.0.201812111206.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.46kB) [2019-09-19T16:03:36.186Z] [INFO] Fetching org.eclipse.tools.templates.freemarker_1.0.0.201812111206.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.46kB) [2019-09-19T16:03:36.443Z] [INFO] Fetching org.eclipse.tools.templates.ui_1.1.1.201812111206.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (35.49kB) [2019-09-19T16:03:36.443Z] [INFO] Fetching org.eclipse.tools.templates.ui_1.1.1.201812111206.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (35.49kB) [2019-09-19T16:03:36.443Z] [INFO] Fetching org.eclipse.ui.console_3.8.600.v20190815-2020.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.96kB) [2019-09-19T16:03:36.443Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:36.443Z] [INFO] Fetching org.eclipse.ui.console_3.8.600.v20190815-2020.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.96kB) [2019-09-19T16:03:36.443Z] [INFO] Unpacking org.eclipse.ui.console_3.8.600.v20190815-2020... [2019-09-19T16:03:36.701Z] [INFO] Fetching org.eclipse.ui.editors_3.12.0.v20190730-1840.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (196.67kB) [2019-09-19T16:03:36.701Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:36.701Z] [INFO] Fetching org.eclipse.ui.editors_3.12.0.v20190730-1840.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (196.67kB) [2019-09-19T16:03:36.701Z] [INFO] Unpacking org.eclipse.ui.editors_3.12.0.v20190730-1840... [2019-09-19T16:03:36.958Z] [INFO] Fetching org.eclipse.ui.forms_3.8.100.v20190625-1825.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (123.17kB) [2019-09-19T16:03:36.958Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:36.958Z] [INFO] Fetching org.eclipse.ui.forms_3.8.100.v20190625-1825.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (123.17kB) [2019-09-19T16:03:37.216Z] [INFO] Unpacking org.eclipse.ui.forms_3.8.100.v20190625-1825... [2019-09-19T16:03:37.216Z] [INFO] Fetching org.eclipse.ui.navigator_3.9.0.v20190807-2204.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (135.18kB) [2019-09-19T16:03:37.216Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:37.216Z] [INFO] Fetching org.eclipse.ui.navigator_3.9.0.v20190807-2204.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (135.18kB) [2019-09-19T16:03:37.472Z] [INFO] Unpacking org.eclipse.ui.navigator_3.9.0.v20190807-2204... [2019-09-19T16:03:37.472Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (70.56kB) [2019-09-19T16:03:37.472Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:37.472Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (70.56kB) [2019-09-19T16:03:37.730Z] [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649... [2019-09-19T16:03:37.730Z] [INFO] Fetching org.eclipse.ui.net_1.3.500.v20190615-1517.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.8kB) [2019-09-19T16:03:37.730Z] [INFO] Fetching org.eclipse.ui.net_1.3.500.v20190615-1517.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.8kB) [2019-09-19T16:03:37.730Z] [INFO] Fetching org.eclipse.ui.themes_1.2.700.v20190826-0816.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (32.47kB) [2019-09-19T16:03:37.730Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:37.730Z] [INFO] Fetching org.eclipse.ui.themes_1.2.700.v20190826-0816.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (32.47kB) [2019-09-19T16:03:37.987Z] [INFO] Unpacking org.eclipse.ui.themes_1.2.700.v20190826-0816... [2019-09-19T16:03:37.987Z] [INFO] Fetching org.eclipse.ui.views_3.10.0.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.64kB) [2019-09-19T16:03:37.987Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:37.987Z] [INFO] Fetching org.eclipse.ui.views_3.10.0.v20190805-1157.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.64kB) [2019-09-19T16:03:37.987Z] [INFO] Unpacking org.eclipse.ui.views_3.10.0.v20190805-1157... [2019-09-19T16:03:38.244Z] [INFO] Fetching org.eclipse.ui.views.log_1.2.700.v20190819-1015.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.92kB) [2019-09-19T16:03:38.244Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:38.244Z] [INFO] Fetching org.eclipse.ui.views.log_1.2.700.v20190819-1015.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.92kB) [2019-09-19T16:03:38.244Z] [INFO] Unpacking org.eclipse.ui.views.log_1.2.700.v20190819-1015... [2019-09-19T16:03:38.244Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (40.77kB) [2019-09-19T16:03:38.244Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:38.244Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (40.77kB) [2019-09-19T16:03:38.502Z] [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021... [2019-09-19T16:03:38.502Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (234.66kB) [2019-09-19T16:03:38.502Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:38.502Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (234.66kB) [2019-09-19T16:03:38.502Z] [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631... [2019-09-19T16:03:38.759Z] [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.76kB) [2019-09-19T16:03:38.759Z] [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.76kB) [2019-09-19T16:03:39.016Z] [INFO] Fetching org.freemarker_2.3.22.v20160210-1233.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (397.33kB) [2019-09-19T16:03:39.016Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:39.016Z] [INFO] Fetching org.freemarker_2.3.22.v20160210-1233.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (397.33kB) [2019-09-19T16:03:39.016Z] [INFO] Unpacking org.freemarker_2.3.22.v20160210-1233... [2019-09-19T16:03:39.957Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.26kB) [2019-09-19T16:03:39.957Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:39.957Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.26kB) [2019-09-19T16:03:40.214Z] [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [2019-09-19T16:03:40.214Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.9kB) [2019-09-19T16:03:40.214Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:40.214Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.9kB) [2019-09-19T16:03:40.471Z] [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [2019-09-19T16:03:40.471Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.42kB) [2019-09-19T16:03:40.471Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:40.471Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.42kB) [2019-09-19T16:03:40.471Z] [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [2019-09-19T16:03:40.729Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.95kB) [2019-09-19T16:03:40.729Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:40.729Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.95kB) [2019-09-19T16:03:40.729Z] [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [2019-09-19T16:03:40.729Z] [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.32kB) [2019-09-19T16:03:40.729Z] [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.32kB) [2019-09-19T16:03:40.986Z] [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (95.53kB) [2019-09-19T16:03:40.986Z] [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (95.53kB) [2019-09-19T16:03:40.986Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (7.37kB) [2019-09-19T16:03:40.986Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:40.986Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (7.37kB) [2019-09-19T16:03:41.244Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132... [2019-09-19T16:03:41.244Z] [INFO] Fetching org.eclipse.ecf.ssl_1.2.200.v20190502-0212.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.93kB) [2019-09-19T16:03:41.244Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:41.244Z] [INFO] Fetching org.eclipse.ecf.ssl_1.2.200.v20190502-0212.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.93kB) [2019-09-19T16:03:41.244Z] [INFO] Unpacking org.eclipse.ecf.ssl_1.2.200.v20190502-0212... [2019-09-19T16:03:41.244Z] [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (69.13kB) [2019-09-19T16:03:41.244Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:41.244Z] [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (69.13kB) [2019-09-19T16:03:41.645Z] [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426... [2019-09-19T16:03:41.645Z] [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.2kB) [2019-09-19T16:03:41.645Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:41.645Z] [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.2kB) [2019-09-19T16:03:41.645Z] [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451... [2019-09-19T16:03:41.645Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,009.84kB) [2019-09-19T16:03:41.645Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:41.645Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,009.84kB) [2019-09-19T16:03:41.903Z] [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609... [2019-09-19T16:03:42.468Z] [INFO] Fetching org.eclipse.equinox.executable_3.8.500.v20190907-0428.jar from https://download.eclipse.org/releases/2019-09/201909181001/features/ (247.88kB) [2019-09-19T16:03:42.468Z] [INFO] Fetching org.eclipse.equinox.executable_3.8.500.v20190907-0428.jar from https://download.eclipse.org/releases/2019-09/201909181001/features/ (247.88kB) [2019-09-19T16:03:42.726Z] [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.500.v20190907-0428 from https://download.eclipse.org/releases/2019-09/201909181001/binary/ (25.82kB) [2019-09-19T16:03:42.726Z] [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.500.v20190907-0428 from https://download.eclipse.org/releases/2019-09/201909181001/binary/ (25.82kB) [2019-09-19T16:03:43.426Z] [INFO] Fetching org.eclipse.cdt.core.win32_5.4.2.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.1kB) [2019-09-19T16:03:43.426Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:43.426Z] [INFO] Fetching org.eclipse.cdt.core.win32_5.4.2.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.1kB) [2019-09-19T16:03:43.688Z] [INFO] Unpacking org.eclipse.cdt.core.win32_5.4.2.201811241055... [2019-09-19T16:03:43.688Z] [INFO] Fetching org.eclipse.cdt.core.win32.x86_64_5.4.2.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (358.84kB) [2019-09-19T16:03:43.688Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:43.688Z] [INFO] Fetching org.eclipse.cdt.core.win32.x86_64_5.4.2.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (358.84kB) [2019-09-19T16:03:43.688Z] [INFO] Unpacking org.eclipse.cdt.core.win32.x86_64_5.4.2.201811241055... [2019-09-19T16:03:43.945Z] [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (36.57kB) [2019-09-19T16:03:43.945Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:43.945Z] [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (36.57kB) [2019-09-19T16:03:43.945Z] [INFO] Unpacking org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909... [2019-09-19T16:03:43.945Z] [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.400.v20190812-0847.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.44kB) [2019-09-19T16:03:43.945Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:43.945Z] [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.400.v20190812-0847.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.44kB) [2019-09-19T16:03:44.203Z] [INFO] Unpacking org.eclipse.core.net.win32.x86_64_1.1.400.v20190812-0847... [2019-09-19T16:03:44.767Z] [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (80.12kB) [2019-09-19T16:03:44.767Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:44.767Z] [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (80.12kB) [2019-09-19T16:03:44.767Z] [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426... [2019-09-19T16:03:45.025Z] [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.112.0.v20190904-0609.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.1MB) [2019-09-19T16:03:45.025Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:45.025Z] [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.112.0.v20190904-0609.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.1MB) [2019-09-19T16:03:45.025Z] [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.112.0.v20190904-0609... [2019-09-19T16:03:45.957Z] [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.500.v20190907-0428 from https://download.eclipse.org/releases/2019-09/201909181001/binary/ (150.98kB) [2019-09-19T16:03:45.957Z] [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.500.v20190907-0428 from https://download.eclipse.org/releases/2019-09/201909181001/binary/ (150.98kB) [2019-09-19T16:03:46.521Z] [INFO] Fetching org.eclipse.cdt.core.macosx_5.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.69kB) [2019-09-19T16:03:46.521Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:46.521Z] [INFO] Fetching org.eclipse.cdt.core.macosx_5.3.1.201811241055.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.69kB) [2019-09-19T16:03:46.521Z] [INFO] Unpacking org.eclipse.cdt.core.macosx_5.3.1.201811241055... [2019-09-19T16:03:46.521Z] [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (15.18kB) [2019-09-19T16:03:46.521Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:46.521Z] [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (15.18kB) [2019-09-19T16:03:46.778Z] [INFO] Unpacking org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945... [2019-09-19T16:03:46.778Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.43kB) [2019-09-19T16:03:46.778Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.43kB) [2019-09-19T16:03:47.036Z] [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (39.44kB) [2019-09-19T16:03:47.036Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:47.036Z] [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (39.44kB) [2019-09-19T16:03:47.036Z] [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426... [2019-09-19T16:03:47.036Z] [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (24.56kB) [2019-09-19T16:03:47.036Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:47.036Z] [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (24.56kB) [2019-09-19T16:03:47.293Z] [INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934... [2019-09-19T16:03:47.293Z] [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.112.0.v20190904-0609.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (818.03kB) [2019-09-19T16:03:47.293Z] [INFO] The user operation is waiting for background work to complete. [2019-09-19T16:03:47.293Z] [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.112.0.v20190904-0609.jar.pack.gz from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (818.03kB) [2019-09-19T16:03:47.293Z] [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.112.0.v20190904-0609... [2019-09-19T16:03:48.225Z] [INFO] Fetching org.eclipse.ui.cocoa_1.2.200.v20190509-1900.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.55kB) [2019-09-19T16:03:48.225Z] [INFO] Fetching org.eclipse.ui.cocoa_1.2.200.v20190509-1900.jar from https://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.55kB) [2019-09-19T16:03:48.225Z] [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.500.v20190907-0428 from https://download.eclipse.org/releases/2019-09/201909181001/binary/ (17.06kB) [2019-09-19T16:03:48.225Z] [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.500.v20190907-0428 from https://download.eclipse.org/releases/2019-09/201909181001/binary/ (17.06kB) [2019-09-19T16:03:48.486Z] [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.application.product:9.9.0-SNAPSHOT @ /home/jenkins/workspace/cdt-9.9-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/pom.xml [2019-09-19T16:03:48.743Z] [INFO] [2019-09-19T16:03:48.743Z] [INFO] -----< org.eclipse.cdt:org.eclipse.cdt.debug.application.product >------ [2019-09-19T16:03:48.743Z] [INFO] Building Stand-Alone C/C++ Debugger Product 9.9.0-SNAPSHOT [2019-09-19T16:03:48.743Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2019-09-19T16:03:48.743Z] [INFO] [2019-09-19T16:03:48.743Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:03:48.743Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [2019-09-19T16:03:48.743Z] [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 [2019-09-19T16:03:49.000Z] [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 55 kB/s) [2019-09-19T16:03:49.000Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2019-09-19T16:03:49.000Z] [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 [2019-09-19T16:03:49.000Z] [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 253 kB/s) [2019-09-19T16:03:49.000Z] [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 [2019-09-19T16:03:49.000Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [2019-09-19T16:03:49.000Z] [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 [2019-09-19T16:03:49.000Z] [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 [2019-09-19T16:03:49.000Z] [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 348 kB/s) [2019-09-19T16:03:49.000Z] [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 3.3 MB/s) [2019-09-19T16:03:49.000Z] [INFO] [2019-09-19T16:03:49.000Z] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:03:49.000Z] [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 [2019-09-19T16:03:49.257Z] [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 [2019-09-19T16:03:49.514Z] [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 5.6 kB/s) [2019-09-19T16:03:49.514Z] [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 [2019-09-19T16:03:49.514Z] [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 [2019-09-19T16:03:49.514Z] [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 206 kB/s) [2019-09-19T16:03:49.514Z] [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 [2019-09-19T16:03:49.514Z] [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 [2019-09-19T16:03:49.770Z] [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 838 kB/s) [2019-09-19T16:03:49.770Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [2019-09-19T16:03:49.770Z] [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 [2019-09-19T16:03:49.770Z] [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 95 kB/s) [2019-09-19T16:03:49.770Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [2019-09-19T16:03:49.770Z] [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 [2019-09-19T16:03:49.770Z] [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 99 kB/s) [2019-09-19T16:03:49.770Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [2019-09-19T16:03:49.770Z] [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 [2019-09-19T16:03:49.770Z] [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 99 kB/s) [2019-09-19T16:03:49.770Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [2019-09-19T16:03:49.770Z] [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 [2019-09-19T16:03:49.770Z] [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 177 kB/s) [2019-09-19T16:03:49.770Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2019-09-19T16:03:49.770Z] [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 [2019-09-19T16:03:50.028Z] [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 132 kB/s) [2019-09-19T16:03:50.028Z] [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 [2019-09-19T16:03:50.028Z] [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 [2019-09-19T16:03:50.028Z] [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 90 kB/s) [2019-09-19T16:03:50.028Z] [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 [2019-09-19T16:03:50.028Z] [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 [2019-09-19T16:03:50.028Z] [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 381 kB/s) [2019-09-19T16:03:50.028Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom [2019-09-19T16:03:50.028Z] [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 [2019-09-19T16:03:50.028Z] [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 47 kB/s) [2019-09-19T16:03:50.028Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom [2019-09-19T16:03:50.028Z] [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 [2019-09-19T16:03:50.285Z] [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 36 kB/s) [2019-09-19T16:03:50.285Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom [2019-09-19T16:03:50.285Z] [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 [2019-09-19T16:03:50.285Z] [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 49 kB/s) [2019-09-19T16:03:50.285Z] [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 [2019-09-19T16:03:50.285Z] [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 [2019-09-19T16:03:50.285Z] [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 46 kB/s) [2019-09-19T16:03:50.285Z] [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 [2019-09-19T16:03:50.285Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [2019-09-19T16:03:50.285Z] [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 [2019-09-19T16:03:50.285Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [2019-09-19T16:03:50.285Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [2019-09-19T16:03:50.285Z] [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 [2019-09-19T16:03:50.285Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar [2019-09-19T16:03:50.285Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar [2019-09-19T16:03:50.285Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar [2019-09-19T16:03:50.285Z] [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 [2019-09-19T16:03:50.285Z] [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 [2019-09-19T16:03:50.285Z] [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 [2019-09-19T16:03:50.285Z] [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 [2019-09-19T16:03:50.285Z] [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 [2019-09-19T16:03:50.285Z] [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 [2019-09-19T16:03:50.543Z] [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 118 kB/s) [2019-09-19T16:03:50.543Z] [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 [2019-09-19T16:03:50.543Z] [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 1.7 MB/s) [2019-09-19T16:03:50.543Z] [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 [2019-09-19T16:03:50.543Z] [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 682 kB/s) [2019-09-19T16:03:50.543Z] [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 [2019-09-19T16:03:50.543Z] [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 242 kB/s) [2019-09-19T16:03:50.543Z] [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 [2019-09-19T16:03:50.543Z] [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 1.9 MB/s) [2019-09-19T16:03:50.543Z] [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 [2019-09-19T16:03:50.543Z] [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.8 MB/s) [2019-09-19T16:03:50.800Z] [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 15 kB/s) [2019-09-19T16:03:50.800Z] [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.8 MB/s) [2019-09-19T16:03:50.800Z] [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 9.0 MB/s) [2019-09-19T16:03:50.800Z] [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 5.7 MB/s) [2019-09-19T16:03:52.327Z] [INFO] The project's OSGi version is 9.9.0.201909161323 [2019-09-19T16:03:52.327Z] [INFO] [2019-09-19T16:03:52.327Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:03:52.327Z] [INFO] [2019-09-19T16:03:52.327Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:03:52.327Z] [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 [2019-09-19T16:03:52.585Z] [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 [2019-09-19T16:03:52.585Z] [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 167 kB/s) [2019-09-19T16:03:52.585Z] [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 [2019-09-19T16:03:52.585Z] [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 [2019-09-19T16:03:52.585Z] [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 185 kB/s) [2019-09-19T16:03:52.585Z] [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 [2019-09-19T16:03:52.585Z] [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 [2019-09-19T16:03:52.844Z] [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 214 kB/s) [2019-09-19T16:03:52.844Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [2019-09-19T16:03:52.844Z] [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 [2019-09-19T16:03:52.844Z] [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 427 kB/s) [2019-09-19T16:03:52.844Z] [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 [2019-09-19T16:03:52.844Z] [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 [2019-09-19T16:03:52.844Z] [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) [2019-09-19T16:03:52.844Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [2019-09-19T16:03:52.844Z] [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 [2019-09-19T16:03:52.844Z] [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 620 kB/s) [2019-09-19T16:03:52.844Z] [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 [2019-09-19T16:03:52.844Z] [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 [2019-09-19T16:03:52.844Z] [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 114 kB/s) [2019-09-19T16:03:52.844Z] [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 [2019-09-19T16:03:53.102Z] [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 [2019-09-19T16:03:53.102Z] [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 241 kB/s) [2019-09-19T16:03:53.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom [2019-09-19T16:03:53.102Z] [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 [2019-09-19T16:03:53.102Z] [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 995 kB/s) [2019-09-19T16:03:53.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom [2019-09-19T16:03:53.102Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [2019-09-19T16:03:53.102Z] [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 118 kB/s) [2019-09-19T16:03:53.102Z] [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 [2019-09-19T16:03:53.102Z] [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 [2019-09-19T16:03:53.102Z] [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 127 kB/s) [2019-09-19T16:03:53.102Z] [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 [2019-09-19T16:03:53.102Z] [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 [2019-09-19T16:03:53.102Z] [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 72 kB/s) [2019-09-19T16:03:53.102Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom [2019-09-19T16:03:53.359Z] [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 [2019-09-19T16:03:53.359Z] [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 625 kB/s) [2019-09-19T16:03:53.359Z] [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 [2019-09-19T16:03:53.359Z] [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 [2019-09-19T16:03:53.359Z] [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 22 kB/s) [2019-09-19T16:03:53.359Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [2019-09-19T16:03:53.359Z] [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 [2019-09-19T16:03:53.359Z] [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 366 kB/s) [2019-09-19T16:03:53.359Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [2019-09-19T16:03:53.359Z] [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 [2019-09-19T16:03:53.359Z] [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) [2019-09-19T16:03:53.359Z] [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 [2019-09-19T16:03:53.359Z] [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 [2019-09-19T16:03:53.359Z] [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 44 kB/s) [2019-09-19T16:03:53.359Z] [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 [2019-09-19T16:03:53.359Z] [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 [2019-09-19T16:03:53.616Z] [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 27 kB/s) [2019-09-19T16:03:53.616Z] [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 [2019-09-19T16:03:53.616Z] [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 [2019-09-19T16:03:53.616Z] [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 25 kB/s) [2019-09-19T16:03:53.616Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.pom [2019-09-19T16:03:53.616Z] [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 [2019-09-19T16:03:53.616Z] [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 34 kB/s) [2019-09-19T16:03:53.616Z] [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 [2019-09-19T16:03:53.616Z] [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 [2019-09-19T16:03:53.616Z] [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 202 kB/s) [2019-09-19T16:03:53.616Z] [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 [2019-09-19T16:03:53.616Z] [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 [2019-09-19T16:03:53.873Z] [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 11 kB/s) [2019-09-19T16:03:53.873Z] [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 [2019-09-19T16:03:53.873Z] [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 [2019-09-19T16:03:53.873Z] [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 213 kB/s) [2019-09-19T16:03:53.873Z] [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 [2019-09-19T16:03:53.873Z] [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 [2019-09-19T16:03:53.873Z] [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 63 kB/s) [2019-09-19T16:03:53.873Z] [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 [2019-09-19T16:03:53.873Z] [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 [2019-09-19T16:03:53.873Z] [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 151 kB/s) [2019-09-19T16:03:53.873Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [2019-09-19T16:03:53.873Z] [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 [2019-09-19T16:03:54.131Z] [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 297 kB/s) [2019-09-19T16:03:54.131Z] [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 [2019-09-19T16:03:54.388Z] [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 [2019-09-19T16:03:54.388Z] [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 72 kB/s) [2019-09-19T16:03:54.388Z] [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 [2019-09-19T16:03:54.388Z] [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 [2019-09-19T16:03:54.388Z] [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 275 kB/s) [2019-09-19T16:03:54.388Z] [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 [2019-09-19T16:03:54.388Z] [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 [2019-09-19T16:03:54.646Z] [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 42 kB/s) [2019-09-19T16:03:54.646Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [2019-09-19T16:03:54.646Z] [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 [2019-09-19T16:03:54.646Z] [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 214 kB/s) [2019-09-19T16:03:54.646Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom [2019-09-19T16:03:54.646Z] [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 [2019-09-19T16:03:54.646Z] [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 959 kB/s) [2019-09-19T16:03:54.646Z] [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 [2019-09-19T16:03:54.646Z] [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 [2019-09-19T16:03:54.646Z] [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 141 kB/s) [2019-09-19T16:03:54.646Z] [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 [2019-09-19T16:03:54.646Z] [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 [2019-09-19T16:03:54.646Z] [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) [2019-09-19T16:03:54.904Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [2019-09-19T16:03:54.904Z] [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 [2019-09-19T16:03:54.904Z] [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 736 kB/s) [2019-09-19T16:03:54.904Z] [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 [2019-09-19T16:03:54.904Z] [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 [2019-09-19T16:03:54.904Z] [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 51 kB/s) [2019-09-19T16:03:54.904Z] [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 [2019-09-19T16:03:54.904Z] [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 [2019-09-19T16:03:54.904Z] [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 108 kB/s) [2019-09-19T16:03:54.904Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [2019-09-19T16:03:54.904Z] [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 [2019-09-19T16:03:54.904Z] [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 45 kB/s) [2019-09-19T16:03:54.904Z] [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 [2019-09-19T16:03:54.904Z] [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 [2019-09-19T16:03:54.904Z] [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 68 kB/s) [2019-09-19T16:03:54.904Z] [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 [2019-09-19T16:03:55.161Z] [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 [2019-09-19T16:03:55.161Z] [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 63 kB/s) [2019-09-19T16:03:55.161Z] [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 [2019-09-19T16:03:55.161Z] [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 [2019-09-19T16:03:55.161Z] [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 45 kB/s) [2019-09-19T16:03:55.161Z] [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 [2019-09-19T16:03:55.161Z] [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 [2019-09-19T16:03:55.161Z] [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 51 kB/s) [2019-09-19T16:03:55.161Z] [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 [2019-09-19T16:03:55.161Z] [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 [2019-09-19T16:03:55.161Z] [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 53 kB/s) [2019-09-19T16:03:55.161Z] [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 [2019-09-19T16:03:55.161Z] [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 [2019-09-19T16:03:55.419Z] [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 47 kB/s) [2019-09-19T16:03:55.419Z] [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 [2019-09-19T16:03:55.419Z] [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 [2019-09-19T16:03:55.419Z] [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 52 kB/s) [2019-09-19T16:03:55.419Z] [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 [2019-09-19T16:03:55.419Z] [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 [2019-09-19T16:03:55.419Z] [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 454 kB/s) [2019-09-19T16:03:55.419Z] [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 [2019-09-19T16:03:55.419Z] [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 [2019-09-19T16:03:55.419Z] [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 44 kB/s) [2019-09-19T16:03:55.419Z] [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 [2019-09-19T16:03:55.419Z] [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 [2019-09-19T16:03:55.419Z] [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 76 kB/s) [2019-09-19T16:03:55.419Z] [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 [2019-09-19T16:03:55.676Z] [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 [2019-09-19T16:03:55.676Z] [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 42 kB/s) [2019-09-19T16:03:55.676Z] [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 [2019-09-19T16:03:55.676Z] [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 [2019-09-19T16:03:55.676Z] [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) [2019-09-19T16:03:55.676Z] [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 [2019-09-19T16:03:55.676Z] [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 [2019-09-19T16:03:55.676Z] [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 66 kB/s) [2019-09-19T16:03:55.676Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [2019-09-19T16:03:55.676Z] [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 [2019-09-19T16:03:55.676Z] [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 258 kB/s) [2019-09-19T16:03:55.676Z] [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 [2019-09-19T16:03:55.676Z] [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 [2019-09-19T16:03:55.934Z] [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 116 kB/s) [2019-09-19T16:03:55.934Z] [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 [2019-09-19T16:03:55.934Z] [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 [2019-09-19T16:03:55.934Z] [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 201 kB/s) [2019-09-19T16:03:55.934Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2019-09-19T16:03:55.934Z] [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 [2019-09-19T16:03:55.934Z] [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 363 kB/s) [2019-09-19T16:03:55.934Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [2019-09-19T16:03:55.934Z] [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 [2019-09-19T16:03:55.934Z] [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) [2019-09-19T16:03:55.934Z] [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 [2019-09-19T16:03:55.934Z] [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 [2019-09-19T16:03:56.192Z] [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 18 kB/s) [2019-09-19T16:03:56.192Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/1/apache-1.pom [2019-09-19T16:03:56.192Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom [2019-09-19T16:03:56.192Z] [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 67 kB/s) [2019-09-19T16:03:56.192Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [2019-09-19T16:03:56.192Z] [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 [2019-09-19T16:03:56.192Z] [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 411 kB/s) [2019-09-19T16:03:56.192Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom [2019-09-19T16:03:56.192Z] [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 [2019-09-19T16:03:56.192Z] [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 593 kB/s) [2019-09-19T16:03:56.192Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [2019-09-19T16:03:56.192Z] [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 [2019-09-19T16:03:56.192Z] [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 243 kB/s) [2019-09-19T16:03:56.192Z] [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 [2019-09-19T16:03:56.192Z] [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 [2019-09-19T16:03:56.450Z] [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 164 kB/s) [2019-09-19T16:03:56.450Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [2019-09-19T16:03:56.450Z] [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 [2019-09-19T16:03:56.450Z] [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 120 kB/s) [2019-09-19T16:03:56.450Z] [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 [2019-09-19T16:03:56.450Z] [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 [2019-09-19T16:03:56.450Z] [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) [2019-09-19T16:03:56.450Z] [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 [2019-09-19T16:03:56.450Z] [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 [2019-09-19T16:03:56.450Z] [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 493 kB/s) [2019-09-19T16:03:56.450Z] [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 [2019-09-19T16:03:56.450Z] [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 [2019-09-19T16:03:56.450Z] [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 83 kB/s) [2019-09-19T16:03:56.450Z] [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 [2019-09-19T16:03:56.450Z] [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 [2019-09-19T16:03:56.708Z] [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 49 kB/s) [2019-09-19T16:03:56.708Z] [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 [2019-09-19T16:03:56.708Z] [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 [2019-09-19T16:03:56.708Z] [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) [2019-09-19T16:03:56.708Z] [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 [2019-09-19T16:03:56.708Z] [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 [2019-09-19T16:03:56.708Z] [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 172 kB/s) [2019-09-19T16:03:56.708Z] [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 [2019-09-19T16:03:56.708Z] [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 [2019-09-19T16:03:56.708Z] [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 33 kB/s) [2019-09-19T16:03:56.708Z] [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 [2019-09-19T16:03:56.708Z] [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 [2019-09-19T16:03:56.708Z] [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 81 kB/s) [2019-09-19T16:03:56.708Z] [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 [2019-09-19T16:03:56.708Z] [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 [2019-09-19T16:03:56.966Z] [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 58 kB/s) [2019-09-19T16:03:56.966Z] [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 [2019-09-19T16:03:56.966Z] [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 [2019-09-19T16:03:56.966Z] [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 56 kB/s) [2019-09-19T16:03:56.966Z] [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 [2019-09-19T16:03:56.966Z] [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 [2019-09-19T16:03:56.966Z] [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 55 kB/s) [2019-09-19T16:03:56.966Z] [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 [2019-09-19T16:03:56.966Z] [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 [2019-09-19T16:03:56.966Z] [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 38 kB/s) [2019-09-19T16:03:56.966Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [2019-09-19T16:03:56.966Z] [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 [2019-09-19T16:03:57.225Z] [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 33 kB/s) [2019-09-19T16:03:57.225Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [2019-09-19T16:03:57.225Z] [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 [2019-09-19T16:03:57.225Z] [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 233 kB/s) [2019-09-19T16:03:57.225Z] [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 [2019-09-19T16:03:57.225Z] [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 [2019-09-19T16:03:57.225Z] [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 58 kB/s) [2019-09-19T16:03:57.225Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [2019-09-19T16:03:57.225Z] [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 [2019-09-19T16:03:57.225Z] [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 226 kB/s) [2019-09-19T16:03:57.225Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom [2019-09-19T16:03:57.225Z] [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 [2019-09-19T16:03:57.225Z] [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 259 kB/s) [2019-09-19T16:03:57.225Z] [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 [2019-09-19T16:03:57.225Z] [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 [2019-09-19T16:03:57.482Z] [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 354 kB/s) [2019-09-19T16:03:57.482Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [2019-09-19T16:03:57.482Z] [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 [2019-09-19T16:03:57.482Z] [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 207 kB/s) [2019-09-19T16:03:57.482Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom [2019-09-19T16:03:57.482Z] [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 [2019-09-19T16:03:57.482Z] [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 3.5 kB/s) [2019-09-19T16:03:57.482Z] [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 [2019-09-19T16:03:57.482Z] [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 [2019-09-19T16:03:57.482Z] [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 202 kB/s) [2019-09-19T16:03:57.482Z] [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 [2019-09-19T16:03:57.482Z] [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 [2019-09-19T16:03:57.740Z] [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 9.4 kB/s) [2019-09-19T16:03:57.740Z] [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 [2019-09-19T16:03:57.740Z] [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 [2019-09-19T16:03:57.740Z] [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 25 kB/s) [2019-09-19T16:03:57.740Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [2019-09-19T16:03:57.740Z] [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 [2019-09-19T16:03:57.740Z] [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 26 kB/s) [2019-09-19T16:03:57.740Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [2019-09-19T16:03:57.740Z] [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 [2019-09-19T16:03:57.740Z] [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 75 kB/s) [2019-09-19T16:03:57.740Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [2019-09-19T16:03:57.740Z] [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 [2019-09-19T16:03:57.740Z] [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 4.4 kB/s) [2019-09-19T16:03:57.740Z] [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 [2019-09-19T16:03:57.740Z] [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 [2019-09-19T16:03:57.997Z] [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 70 kB/s) [2019-09-19T16:03:57.997Z] [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 [2019-09-19T16:03:57.997Z] [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 [2019-09-19T16:03:57.997Z] [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 11 kB/s) [2019-09-19T16:03:57.997Z] [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 [2019-09-19T16:03:57.997Z] [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 [2019-09-19T16:03:57.997Z] [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 252 kB/s) [2019-09-19T16:03:57.997Z] [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 [2019-09-19T16:03:57.997Z] [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 [2019-09-19T16:03:57.997Z] [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 107 kB/s) [2019-09-19T16:03:57.997Z] [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 [2019-09-19T16:03:57.997Z] [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 [2019-09-19T16:03:57.997Z] [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 68 kB/s) [2019-09-19T16:03:57.997Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.pom [2019-09-19T16:03:58.254Z] [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 [2019-09-19T16:03:58.254Z] [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 86 kB/s) [2019-09-19T16:03:58.254Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [2019-09-19T16:03:58.254Z] [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 [2019-09-19T16:03:58.254Z] [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) [2019-09-19T16:03:58.254Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [2019-09-19T16:03:58.254Z] [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 [2019-09-19T16:03:58.254Z] [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 92 kB/s) [2019-09-19T16:03:58.254Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [2019-09-19T16:03:58.254Z] [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 [2019-09-19T16:03:58.254Z] [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) [2019-09-19T16:03:58.254Z] [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 [2019-09-19T16:03:58.254Z] [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 [2019-09-19T16:03:58.254Z] [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 56 kB/s) [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.jar [2019-09-19T16:03:58.512Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [2019-09-19T16:03:58.512Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [2019-09-19T16:03:58.512Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [2019-09-19T16:03:58.512Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.512Z] [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 [2019-09-19T16:03:58.769Z] [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 [2019-09-19T16:03:58.769Z] [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 [2019-09-19T16:03:58.769Z] [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 [2019-09-19T16:03:58.769Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar [2019-09-19T16:03:58.769Z] [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 [2019-09-19T16:03:58.769Z] [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 [2019-09-19T16:03:58.769Z] [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 [2019-09-19T16:03:58.769Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [2019-09-19T16:03:58.769Z] [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 [2019-09-19T16:03:58.769Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar [2019-09-19T16:03:58.769Z] [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 [2019-09-19T16:03:58.769Z] [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 [2019-09-19T16:03:58.769Z] [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 [2019-09-19T16:03:58.769Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.jar [2019-09-19T16:03:58.769Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [2019-09-19T16:03:58.769Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [2019-09-19T16:03:58.769Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [2019-09-19T16:03:58.769Z] [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 [2019-09-19T16:03:59.026Z] [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 [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 799 kB/s) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 855 kB/s) [2019-09-19T16:03:59.027Z] [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 964 kB/s) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 718 kB/s) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 4.3 MB/s) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 463 kB/s) [2019-09-19T16:03:59.027Z] [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 123 kB/s) [2019-09-19T16:03:59.027Z] [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 135 kB/s) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 358 kB/s) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 154 kB/s) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 1.1 MB/s) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 237 kB/s) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 85 kB/s) [2019-09-19T16:03:59.027Z] [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 1.2 MB/s) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 201 kB/s) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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.9 MB/s) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.027Z] [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 308 kB/s) [2019-09-19T16:03:59.027Z] [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 [2019-09-19T16:03:59.284Z] [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 851 kB/s) [2019-09-19T16:03:59.284Z] [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 [2019-09-19T16:03:59.545Z] [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 1.7 MB/s) [2019-09-19T16:03:59.545Z] [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 [2019-09-19T16:03:59.545Z] [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 373 kB/s) [2019-09-19T16:03:59.545Z] [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 [2019-09-19T16:03:59.545Z] [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 53 kB/s) [2019-09-19T16:03:59.545Z] [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 [2019-09-19T16:03:59.546Z] [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 21 kB/s) [2019-09-19T16:03:59.546Z] [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 73 kB/s) [2019-09-19T16:03:59.546Z] [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 [2019-09-19T16:03:59.546Z] [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 [2019-09-19T16:03:59.546Z] [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 15 kB/s) [2019-09-19T16:03:59.546Z] [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 [2019-09-19T16:03:59.546Z] [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 11 kB/s) [2019-09-19T16:03:59.546Z] [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 [2019-09-19T16:03:59.546Z] [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 124 kB/s) [2019-09-19T16:03:59.546Z] [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 [2019-09-19T16:04:00.027Z] [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 777 kB/s) [2019-09-19T16:04:00.027Z] [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 517 kB/s) [2019-09-19T16:04:00.027Z] [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 [2019-09-19T16:04:00.027Z] [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 [2019-09-19T16:04:00.027Z] [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 49 kB/s) [2019-09-19T16:04:00.027Z] [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 [2019-09-19T16:04:00.027Z] [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 243 kB/s) [2019-09-19T16:04:00.027Z] [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 217 kB/s) [2019-09-19T16:04:00.027Z] [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 [2019-09-19T16:04:00.027Z] [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 [2019-09-19T16:04:00.027Z] [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 139 kB/s) [2019-09-19T16:04:00.027Z] [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 [2019-09-19T16:04:00.027Z] [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 83 kB/s) [2019-09-19T16:04:00.027Z] [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 [2019-09-19T16:04:00.027Z] [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 352 kB/s) [2019-09-19T16:04:00.027Z] [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 [2019-09-19T16:04:00.027Z] [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 242 kB/s) [2019-09-19T16:04:00.027Z] [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 [2019-09-19T16:04:00.027Z] [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 143 kB/s) [2019-09-19T16:04:00.027Z] [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 87 kB/s) [2019-09-19T16:04:00.027Z] [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 41 kB/s) [2019-09-19T16:04:00.027Z] [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 61 kB/s) [2019-09-19T16:04:00.027Z] [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 155 kB/s) [2019-09-19T16:04:00.027Z] [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.9-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.* [2019-09-19T16:04:00.027Z] [INFO] [2019-09-19T16:04:00.027Z] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:04:00.027Z] [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 [2019-09-19T16:04:00.027Z] [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 [2019-09-19T16:04:00.027Z] [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 194 kB/s) [2019-09-19T16:04:00.027Z] [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 [2019-09-19T16:04:00.027Z] [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 [2019-09-19T16:04:00.482Z] [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 437 kB/s) [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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 353 kB/s) [2019-09-19T16:04:00.482Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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.2 MB/s) [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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 164 kB/s) [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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 138 kB/s) [2019-09-19T16:04:00.482Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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 1.1 MB/s) [2019-09-19T16:04:00.482Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom [2019-09-19T16:04:00.482Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [2019-09-19T16:04:00.482Z] [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 354 kB/s) [2019-09-19T16:04:00.482Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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 308 kB/s) [2019-09-19T16:04:00.482Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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.4 MB/s) [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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 26 kB/s) [2019-09-19T16:04:00.482Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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 48 kB/s) [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.482Z] [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 [2019-09-19T16:04:00.739Z] [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) [2019-09-19T16:04:00.739Z] [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 [2019-09-19T16:04:00.739Z] [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 [2019-09-19T16:04:00.739Z] [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 94 kB/s) [2019-09-19T16:04:00.739Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [2019-09-19T16:04:00.739Z] [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 [2019-09-19T16:04:00.739Z] [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 82 kB/s) [2019-09-19T16:04:00.739Z] [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 [2019-09-19T16:04:00.739Z] [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 [2019-09-19T16:04:00.739Z] [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 [2019-09-19T16:04:00.739Z] [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 [2019-09-19T16:04:00.739Z] [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 [2019-09-19T16:04:00.739Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [2019-09-19T16:04:00.739Z] [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 [2019-09-19T16:04:00.739Z] [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 [2019-09-19T16:04:00.739Z] [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 [2019-09-19T16:04:00.739Z] [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 [2019-09-19T16:04:00.739Z] [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 [2019-09-19T16:04:00.998Z] [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 540 kB/s) [2019-09-19T16:04:00.998Z] [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 847 kB/s) [2019-09-19T16:04:00.998Z] [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 [2019-09-19T16:04:00.998Z] [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 137 kB/s) [2019-09-19T16:04:00.998Z] [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 2.5 MB/s) [2019-09-19T16:04:00.998Z] [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 3.7 MB/s) [2019-09-19T16:04:00.998Z] [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 602 kB/s) [2019-09-19T16:04:00.998Z] [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [2019-09-19T16:04:00.998Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/cdt-9.9-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/src/main/resources [2019-09-19T16:04:00.998Z] [INFO] [2019-09-19T16:04:00.998Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:04:00.998Z] [INFO] [2019-09-19T16:04:00.998Z] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:04:00.998Z] [INFO] [2019-09-19T16:04:00.998Z] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:04:01.255Z] [INFO] [2019-09-19T16:04:01.255Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:04:01.255Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [2019-09-19T16:04:01.255Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [2019-09-19T16:04:01.255Z] [INFO] [2019-09-19T16:04:01.255Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:04:05.434Z] [INFO] [2019-09-19T16:04:05.434Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:04:05.434Z] [INFO] [2019-09-19T16:04:05.434Z] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:04:05.434Z] [INFO] [2019-09-19T16:04:05.434Z] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:04:27.345Z] [INFO] [2019-09-19T16:04:27.345Z] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:04:27.345Z] [INFO] Building zip: /home/jenkins/workspace/cdt-9.9-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/target/org.eclipse.cdt.debug.application.product-9.9.0-SNAPSHOT.zip [2019-09-19T16:04:30.876Z] [INFO] [2019-09-19T16:04:30.876Z] [INFO] --- tycho-p2-director-plugin:1.4.0:materialize-products (materialize-products) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:04:30.876Z] [INFO] Installing product org.eclipse.cdt.debug.application.product for environment linux/gtk/x86_64 to /home/jenkins/workspace/cdt-9.9-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 [2019-09-19T16:04:32.247Z] Installing org.eclipse.cdt.debug.application.product 9.9.0.201909161323. [2019-09-19T16:04:54.164Z] Operation completed in 20166 ms. [2019-09-19T16:04:54.164Z] [INFO] Installing product org.eclipse.cdt.debug.application.product for environment win32/win32/x86_64 to /home/jenkins/workspace/cdt-9.9-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 [2019-09-19T16:04:54.164Z] Installing org.eclipse.cdt.debug.application.product 9.9.0.201909161323. [2019-09-19T16:05:16.082Z] Operation completed in 20795 ms. [2019-09-19T16:05:16.082Z] [INFO] Installing product org.eclipse.cdt.debug.application.product for environment macosx/cocoa/x86_64 to /home/jenkins/workspace/cdt-9.9-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 [2019-09-19T16:05:16.082Z] Installing org.eclipse.cdt.debug.application.product 9.9.0.201909161323. [2019-09-19T16:05:30.944Z] Operation completed in 16534 ms. [2019-09-19T16:05:31.201Z] [INFO] [2019-09-19T16:05:31.202Z] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:05:31.202Z] [INFO] [2019-09-19T16:05:31.202Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:05:31.202Z] [INFO] [2019-09-19T16:05:31.202Z] [INFO] --- tycho-p2-director-plugin:1.4.0:archive-products (archive-products) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:05:31.202Z] [INFO] Building tar: /home/jenkins/workspace/cdt-9.9-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/target/products/cdt-stand-alone-debugger-9.9.0-20190919-1602-linux.gtk.x86_64.tar.gz [2019-09-19T16:05:36.462Z] [INFO] Building zip: /home/jenkins/workspace/cdt-9.9-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/target/products/cdt-stand-alone-debugger-9.9.0-20190919-1602-win32.win32.x86_64.zip [2019-09-19T16:05:40.643Z] [INFO] Building tar: /home/jenkins/workspace/cdt-9.9-standalone-debugger/debug/org.eclipse.cdt.debug.application.product/target/products/cdt-stand-alone-debugger-9.9.0-20190919-1602-macosx.cocoa.x86_64.tar.gz [2019-09-19T16:05:44.823Z] [INFO] [2019-09-19T16:05:44.823Z] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:05:44.823Z] [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 [2019-09-19T16:05:44.823Z] [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 [2019-09-19T16:05:44.823Z] [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 27 kB/s) [2019-09-19T16:05:44.823Z] [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 [2019-09-19T16:05:45.080Z] [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 [2019-09-19T16:05:45.080Z] [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 396 kB/s) [2019-09-19T16:05:45.080Z] [INFO] [2019-09-19T16:05:45.080Z] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:05:45.080Z] [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 [2019-09-19T16:05:45.080Z] [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 [2019-09-19T16:05:45.080Z] [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 216 kB/s) [2019-09-19T16:05:45.080Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [2019-09-19T16:05:45.080Z] [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 [2019-09-19T16:05:45.080Z] [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 727 kB/s) [2019-09-19T16:05:45.080Z] [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 [2019-09-19T16:05:45.080Z] [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 [2019-09-19T16:05:45.080Z] [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 131 kB/s) [2019-09-19T16:05:45.080Z] [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 [2019-09-19T16:05:45.080Z] [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 [2019-09-19T16:05:45.338Z] [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 105 kB/s) [2019-09-19T16:05:45.338Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2019-09-19T16:05:45.338Z] [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 [2019-09-19T16:05:45.338Z] [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 663 kB/s) [2019-09-19T16:05:45.338Z] [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 [2019-09-19T16:05:45.338Z] [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 [2019-09-19T16:05:45.338Z] [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 63 kB/s) [2019-09-19T16:05:45.338Z] [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 [2019-09-19T16:05:45.338Z] [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 [2019-09-19T16:05:45.338Z] [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) [2019-09-19T16:05:45.338Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [2019-09-19T16:05:45.338Z] [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 [2019-09-19T16:05:45.338Z] [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 34 kB/s) [2019-09-19T16:05:45.338Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2019-09-19T16:05:45.338Z] [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 [2019-09-19T16:05:45.338Z] [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 102 kB/s) [2019-09-19T16:05:45.595Z] [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 [2019-09-19T16:05:45.595Z] [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 [2019-09-19T16:05:45.595Z] [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 46 kB/s) [2019-09-19T16:05:45.595Z] [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 [2019-09-19T16:05:45.595Z] [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 [2019-09-19T16:05:45.595Z] [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 54 kB/s) [2019-09-19T16:05:45.595Z] [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 [2019-09-19T16:05:45.595Z] [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 [2019-09-19T16:05:45.595Z] [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 90 kB/s) [2019-09-19T16:05:45.595Z] [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 [2019-09-19T16:05:45.595Z] [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 [2019-09-19T16:05:45.595Z] [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 134 kB/s) [2019-09-19T16:05:45.595Z] [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 [2019-09-19T16:05:45.595Z] [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 [2019-09-19T16:05:45.595Z] [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 264 kB/s) [2019-09-19T16:05:45.852Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2019-09-19T16:05:45.852Z] [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 [2019-09-19T16:05:45.852Z] [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 161 kB/s) [2019-09-19T16:05:45.852Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2019-09-19T16:05:45.852Z] [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 [2019-09-19T16:05:45.852Z] [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 36 kB/s) [2019-09-19T16:05:45.852Z] [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 [2019-09-19T16:05:45.852Z] [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 [2019-09-19T16:05:45.852Z] [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 78 kB/s) [2019-09-19T16:05:45.852Z] [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 [2019-09-19T16:05:45.852Z] [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 [2019-09-19T16:05:45.852Z] [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 240 kB/s) [2019-09-19T16:05:45.852Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2019-09-19T16:05:45.852Z] [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 [2019-09-19T16:05:45.852Z] [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 667 kB/s) [2019-09-19T16:05:45.852Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2019-09-19T16:05:46.109Z] [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 [2019-09-19T16:05:46.109Z] [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 28 kB/s) [2019-09-19T16:05:46.109Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom [2019-09-19T16:05:46.109Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [2019-09-19T16:05:46.109Z] [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 19 kB/s) [2019-09-19T16:05:46.109Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom [2019-09-19T16:05:46.109Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom [2019-09-19T16:05:46.109Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom (8.7 kB at 323 kB/s) [2019-09-19T16:05:46.109Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom [2019-09-19T16:05:46.109Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom [2019-09-19T16:05:46.109Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom (13 kB at 368 kB/s) [2019-09-19T16:05:46.109Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [2019-09-19T16:05:46.109Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [2019-09-19T16:05:46.367Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 80 kB/s) [2019-09-19T16:05:46.367Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [2019-09-19T16:05:46.367Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [2019-09-19T16:05:46.367Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 351 kB/s) [2019-09-19T16:05:46.367Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2019-09-19T16:05:46.367Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2019-09-19T16:05:46.367Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 129 kB/s) [2019-09-19T16:05:46.367Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [2019-09-19T16:05:46.367Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [2019-09-19T16:05:46.367Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 67 kB/s) [2019-09-19T16:05:46.367Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [2019-09-19T16:05:46.367Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [2019-09-19T16:05:46.367Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 148 kB/s) [2019-09-19T16:05:46.367Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom [2019-09-19T16:05:46.367Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom [2019-09-19T16:05:46.624Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom (2.4 kB at 75 kB/s) [2019-09-19T16:05:46.624Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom [2019-09-19T16:05:46.624Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom [2019-09-19T16:05:46.624Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom (1.8 kB at 45 kB/s) [2019-09-19T16:05:46.624Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom [2019-09-19T16:05:46.624Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom [2019-09-19T16:05:46.624Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom (5.2 kB at 126 kB/s) [2019-09-19T16:05:46.624Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [2019-09-19T16:05:46.624Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [2019-09-19T16:05:46.624Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 69 kB/s) [2019-09-19T16:05:46.624Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [2019-09-19T16:05:46.624Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [2019-09-19T16:05:46.624Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 61 kB/s) [2019-09-19T16:05:46.624Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [2019-09-19T16:05:46.881Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [2019-09-19T16:05:46.881Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 287 kB/s) [2019-09-19T16:05:46.881Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2019-09-19T16:05:46.881Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2019-09-19T16:05:46.881Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.0 MB/s) [2019-09-19T16:05:46.881Z] [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 [2019-09-19T16:05:46.881Z] [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 [2019-09-19T16:05:46.881Z] [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 317 kB/s) [2019-09-19T16:05:46.881Z] [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 [2019-09-19T16:05:46.881Z] [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 [2019-09-19T16:05:47.139Z] [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 304 kB/s) [2019-09-19T16:05:47.139Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2019-09-19T16:05:47.139Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2019-09-19T16:05:47.139Z] [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 12 kB/s) [2019-09-19T16:05:47.139Z] [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 [2019-09-19T16:05:47.139Z] [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 [2019-09-19T16:05:47.139Z] [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 118 kB/s) [2019-09-19T16:05:47.139Z] [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 [2019-09-19T16:05:47.140Z] [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 [2019-09-19T16:05:47.140Z] [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 230 kB/s) [2019-09-19T16:05:47.140Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom [2019-09-19T16:05:47.140Z] [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 [2019-09-19T16:05:47.140Z] [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 9.2 kB/s) [2019-09-19T16:05:47.140Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [2019-09-19T16:05:47.140Z] [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 [2019-09-19T16:05:47.397Z] [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 149 kB/s) [2019-09-19T16:05:47.397Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [2019-09-19T16:05:47.397Z] [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 [2019-09-19T16:05:47.397Z] [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 134 kB/s) [2019-09-19T16:05:47.397Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [2019-09-19T16:05:47.397Z] [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 [2019-09-19T16:05:47.397Z] [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 139 kB/s) [2019-09-19T16:05:47.397Z] [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 [2019-09-19T16:05:47.397Z] [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 [2019-09-19T16:05:47.397Z] [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 60 kB/s) [2019-09-19T16:05:47.397Z] [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 [2019-09-19T16:05:47.397Z] [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 [2019-09-19T16:05:47.397Z] [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 114 kB/s) [2019-09-19T16:05:47.397Z] [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 [2019-09-19T16:05:47.397Z] [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 [2019-09-19T16:05:47.654Z] [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 50 kB/s) [2019-09-19T16:05:47.654Z] [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 [2019-09-19T16:05:47.654Z] [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 [2019-09-19T16:05:47.654Z] [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 489 kB/s) [2019-09-19T16:05:47.654Z] [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 [2019-09-19T16:05:47.654Z] [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 [2019-09-19T16:05:47.654Z] [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 57 kB/s) [2019-09-19T16:05:47.654Z] [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 [2019-09-19T16:05:47.654Z] [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 [2019-09-19T16:05:47.654Z] [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) [2019-09-19T16:05:47.654Z] [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 [2019-09-19T16:05:47.654Z] [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 [2019-09-19T16:05:47.911Z] [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 60 kB/s) [2019-09-19T16:05:47.911Z] [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 [2019-09-19T16:05:47.911Z] [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 [2019-09-19T16:05:47.911Z] [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 125 kB/s) [2019-09-19T16:05:47.911Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.pom [2019-09-19T16:05:47.911Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.pom (2.4 kB at 113 kB/s) [2019-09-19T16:05:47.911Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [2019-09-19T16:05:47.911Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [2019-09-19T16:05:47.911Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 521 kB/s) [2019-09-19T16:05:47.911Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom [2019-09-19T16:05:47.911Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [2019-09-19T16:05:47.911Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 2.3 MB/s) [2019-09-19T16:05:47.911Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom [2019-09-19T16:05:47.911Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom [2019-09-19T16:05:47.911Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom (6.1 kB at 180 kB/s) [2019-09-19T16:05:48.230Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom [2019-09-19T16:05:48.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom [2019-09-19T16:05:48.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom (1.7 kB at 39 kB/s) [2019-09-19T16:05:48.230Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/7/auto-parent-7.pom [2019-09-19T16:05:48.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/7/auto-parent-7.pom [2019-09-19T16:05:48.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/7/auto-parent-7.pom (6.5 kB at 163 kB/s) [2019-09-19T16:05:48.230Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom [2019-09-19T16:05:48.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom [2019-09-19T16:05:48.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom (2.6 kB at 78 kB/s) [2019-09-19T16:05:48.230Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.pom [2019-09-19T16:05:48.230Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.pom (3.5 kB at 154 kB/s) [2019-09-19T16:05:48.230Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.pom [2019-09-19T16:05:48.230Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.pom (2.4 kB at 116 kB/s) [2019-09-19T16:05:48.230Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom [2019-09-19T16:05:48.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom [2019-09-19T16:05:48.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom (6.6 kB at 194 kB/s) [2019-09-19T16:05:48.230Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom [2019-09-19T16:05:48.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom [2019-09-19T16:05:48.627Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom (16 kB at 496 kB/s) [2019-09-19T16:05:48.627Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2019-09-19T16:05:48.627Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2019-09-19T16:05:48.627Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 867 kB/s) [2019-09-19T16:05:48.627Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom [2019-09-19T16:05:48.627Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [2019-09-19T16:05:48.627Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 503 kB/s) [2019-09-19T16:05:48.627Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [2019-09-19T16:05:48.627Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [2019-09-19T16:05:48.627Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 167 kB/s) [2019-09-19T16:05:48.627Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [2019-09-19T16:05:48.627Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [2019-09-19T16:05:48.627Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 401 kB/s) [2019-09-19T16:05:48.627Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2019-09-19T16:05:48.627Z] [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 [2019-09-19T16:05:48.627Z] [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 534 kB/s) [2019-09-19T16:05:48.627Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [2019-09-19T16:05:48.627Z] [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 [2019-09-19T16:05:48.627Z] [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) [2019-09-19T16:05:48.627Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2019-09-19T16:05:48.627Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2019-09-19T16:05:48.627Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 423 kB/s) [2019-09-19T16:05:48.627Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom [2019-09-19T16:05:48.627Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom [2019-09-19T16:05:48.885Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom (5.2 kB at 141 kB/s) [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2019-09-19T16:05:48.885Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2019-09-19T16:05:48.885Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2019-09-19T16:05:48.885Z] [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 [2019-09-19T16:05:48.885Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar [2019-09-19T16:05:48.885Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [2019-09-19T16:05:49.141Z] [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 [2019-09-19T16:05:49.141Z] [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 [2019-09-19T16:05:49.141Z] [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 [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [2019-09-19T16:05:49.141Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.jar (64 kB at 195 kB/s) [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.jar [2019-09-19T16:05:49.141Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.jar (5.3 kB at 12 kB/s) [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar [2019-09-19T16:05:49.141Z] [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.jar (31 kB at 69 kB/s) [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar [2019-09-19T16:05:49.141Z] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar [2019-09-19T16:05:50.073Z] [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 [2019-09-19T16:05:50.073Z] [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 [2019-09-19T16:05:50.073Z] [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 [2019-09-19T16:05:50.073Z] [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 [2019-09-19T16:05:50.073Z] [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 [2019-09-19T16:05:50.331Z] [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 537 kB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 702 kB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 741 kB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 2.5 MB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 725 kB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 7.2 MB/s) [2019-09-19T16:05:50.331Z] [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 770 kB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 2.0 MB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 213 kB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 1.4 MB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 1.3 MB/s) [2019-09-19T16:05:50.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [2019-09-19T16:05:50.331Z] [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 2.0 MB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 23 kB/s) [2019-09-19T16:05:50.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2019-09-19T16:05:50.331Z] [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 394 kB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 1.2 MB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 35 kB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 2.8 MB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 44 kB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 291 kB/s) [2019-09-19T16:05:50.331Z] [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 [2019-09-19T16:05:50.331Z] [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 335 kB/s) [2019-09-19T16:05:50.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [2019-09-19T16:05:50.331Z] [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 1.0 MB/s) [2019-09-19T16:05:50.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar [2019-09-19T16:05:50.331Z] [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 236 kB/s) [2019-09-19T16:05:50.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [2019-09-19T16:05:50.331Z] [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 1.2 MB/s) [2019-09-19T16:05:50.331Z] [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 248 kB/s) [2019-09-19T16:05:50.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [2019-09-19T16:05:50.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [2019-09-19T16:05:50.331Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 22 kB/s) [2019-09-19T16:05:50.331Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar [2019-09-19T16:05:50.331Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 89 kB/s) [2019-09-19T16:05:50.332Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 9.8 kB/s) [2019-09-19T16:05:50.332Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar [2019-09-19T16:05:50.332Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [2019-09-19T16:05:50.332Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 2.6 MB/s) [2019-09-19T16:05:50.332Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar [2019-09-19T16:05:50.332Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 32 kB/s) [2019-09-19T16:05:50.332Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar [2019-09-19T16:05:50.332Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar (13 kB at 48 kB/s) [2019-09-19T16:05:50.332Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar [2019-09-19T16:05:50.589Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar (201 kB at 861 kB/s) [2019-09-19T16:05:50.589Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [2019-09-19T16:05:50.589Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar (5.9 kB at 19 kB/s) [2019-09-19T16:05:50.589Z] [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 [2019-09-19T16:05:50.589Z] [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 187 kB/s) [2019-09-19T16:05:50.589Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2019-09-19T16:05:50.589Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar (2.7 MB at 7.5 MB/s) [2019-09-19T16:05:50.589Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar [2019-09-19T16:05:50.589Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 913 kB/s) [2019-09-19T16:05:50.589Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar [2019-09-19T16:05:50.589Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar (42 kB at 108 kB/s) [2019-09-19T16:05:50.589Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 6.8 kB/s) [2019-09-19T16:05:50.589Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 637 kB/s) [2019-09-19T16:05:50.847Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar (774 kB at 1.4 MB/s) [2019-09-19T16:05:50.847Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar (1.6 MB at 2.5 MB/s) [2019-09-19T16:05:51.104Z] [INFO] [2019-09-19T16:05:51.104Z] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:05:51.104Z] [INFO] [2019-09-19T16:05:51.104Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (baselinereplace-p2-metadata) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:05:51.104Z] [INFO] [2019-09-19T16:05:51.104Z] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:05:51.104Z] [INFO] [2019-09-19T16:05:51.104Z] [INFO] --- tycho-p2-extras-plugin:1.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.cdt.debug.application.product --- [2019-09-19T16:05:51.104Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/ [2019-09-19T16:05:51.104Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/ [2019-09-19T16:05:51.360Z] [INFO] Adding repository https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1 [2019-09-19T16:05:51.360Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/ [2019-09-19T16:05:51.360Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/ [2019-09-19T16:05:51.925Z] [INFO] ------------------------------------------------------------------------ [2019-09-19T16:05:51.925Z] [INFO] BUILD SUCCESS [2019-09-19T16:05:51.925Z] [INFO] ------------------------------------------------------------------------ [2019-09-19T16:05:51.925Z] [INFO] Total time: 03:47 min [2019-09-19T16:05:51.925Z] [INFO] Finished at: 2019-09-19T16:05:51Z [2019-09-19T16:05:51.925Z] [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] archiveArtifacts [2019-09-19T16:05:56.249Z] 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