Triggered by Gerrit: https://git.eclipse.org/r/157929 Running as SYSTEM Agent migration-agent-shm07 is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/migration: "true" name: "migration-agent-shm07" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.dltk.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "migration-agent-shm07" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "migration-agent-shm07" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.dltk.svc.cluster.local/dltk/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-dltk" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on migration-agent-shm07 (migration) in workspace /home/jenkins/agent/workspace/dltk.releng-gerrit [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git > git init /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.releng # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git > git --version # timeout=10 > git fetch --tags --progress git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git > git fetch --tags --progress git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git refs/changes/29/157929/1 > git rev-parse 46f0a373f5f343ef82bd6e977231c5f4c885f814^{commit} # timeout=10 Checking out Revision 46f0a373f5f343ef82bd6e977231c5f4c885f814 (refs/changes/29/157929/1) > git config core.sparsecheckout # timeout=10 > git checkout -f 46f0a373f5f343ef82bd6e977231c5f4c885f814 Commit message: "Update Lucene to 8.4.1, drop lucene.misc" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk 7716d38545e7f7aa93a69f740f889924bf59bf7b # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" Starting xvnc [dltk.releng-gerrit] $ Xvnc :80 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 2 2018 19:05:14 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12001000, The X.Org Foundation Tue Feb 18 18:14:31 2020 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5980 vncext: created VNC server for screen 0 [dltk.releng-gerrit] $ /bin/sh -xe /tmp/jenkins7938009504125181973.sh + git clone -b master git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.core.git Cloning into 'org.eclipse.dltk.core'... + git clone -b master git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.javascript.git Cloning into 'org.eclipse.dltk.javascript'... + git clone -b master git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.tcl.git Cloning into 'org.eclipse.dltk.tcl'... + git clone -b master git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.ruby.git Cloning into 'org.eclipse.dltk.ruby'... + git clone -b master git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.python.git Cloning into 'org.eclipse.dltk.python'... + git clone -b master git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.sh.git Cloning into 'org.eclipse.dltk.sh'... [dltk.releng-gerrit] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.dltk.releng/pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=46f0a373f5f343ef82bd6e977231c5f4c885f814 -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=zulus@w3des.net "-DGERRIT_EVENT_ACCOUNT_NAME=Dawid Pakula" -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/157929 -DGERRIT_PATCHSET_UPLOADER_EMAIL=zulus@w3des.net -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=dltk/org.eclipse.dltk.releng -DGERRIT_CHANGE_NUMBER=157929 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Dawid Pakula\" ' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/29/157929/1 "-DGERRIT_PATCHSET_UPLOADER_NAME=Dawid Pakula" '-DGERRIT_CHANGE_OWNER=\"Dawid Pakula\" ' -DGERRIT_CHANGE_COMMIT_MESSAGE=VXBkYXRlIEx1Y2VuZSB0byA4LjQuMSwgZHJvcCBsdWNlbmUubWlzYwoKQ2hhbmdlLUlkOiBJY2JjYzI3ZjE2ZTY4MWUxMWFiZTgzZDkwYWEwZDA2YjFjMTQyYjYxNQpTaWduZWQtb2ZmLWJ5OiBEYXdpZCBQYWt1xYJhIDx6dWx1c0B3M2Rlcy5uZXQ+Cg== "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=Update Lucene to 8.4.1, drop lucene.misc" '-DGERRIT_EVENT_ACCOUNT=\"Dawid Pakula\" ' -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=Icbcc27f16e681e11abe83d90aa0d06b1c142b615 -DGERRIT_EVENT_HASH=-1519710419 -DGERRIT_VERSION=2.14.6 -DGERRIT_EVENT_ACCOUNT_EMAIL=zulus@w3des.net -DGERRIT_PATCHSET_NUMBER=1 "-DGERRIT_CHANGE_OWNER_NAME=Dawid Pakula" -Dmaven.repo.local=/home/jenkins/agent/workspace/dltk.releng-gerrit/.repository clean verify Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom (2.1 kB at 51 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom (19 kB at 578 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom (4.8 kB at 94 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom 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 Progress (1): 4.1 kB Progress (1): 6.6 kB 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 246 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB 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 466 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB 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 546 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 233 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom 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 Progress (1): 3.9 kB 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 16 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom Progress (1): 4.1 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 192 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 804 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom 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 Progress (1): 1.9 kB 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 75 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom 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 Progress (1): 2.2 kB 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 101 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom 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 Progress (1): 910 B 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 40 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom 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 Progress (1): 4.1 kB Progress (1): 5.4 kB 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 178 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB 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 339 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom 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 Progress (1): 770 B 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 17 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom 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 Progress (1): 4.1 kB Progress (1): 5.0 kB 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 101 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB 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 364 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB 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 323 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom 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 Progress (1): 3.0 kB 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 69 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1 kB Progress (1): 6.8 kB 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 142 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB 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 131 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom 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 Progress (1): 4.1 kB Progress (1): 4.2 kB 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 174 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB 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 279 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB 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 194 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom 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 Progress (1): 1.9 kB 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 52 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom 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 Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 45 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom 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 Progress (1): 2.3 kB 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 56 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom 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 Progress (1): 4.1 kB Progress (1): 5.4 kB 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 114 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom 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 Progress (1): 3.1 kB 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 87 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom 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 Progress (1): 2.6 kB 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 54 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom 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 Progress (1): 1.2 kB 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) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom 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 Progress (1): 4.1 kB Progress (1): 7.8 kB 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 194 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB 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 219 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom 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 Progress (1): 4.0 kB 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 53 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB 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 342 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom 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 Progress (1): 4.1 kB Progress (1): 5.5 kB 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 160 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB 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 194 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom 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 Progress (1): 2.2 kB 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) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom 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 Progress (1): 2.5 kB 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 130 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom 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 Progress (1): 1.7 kB 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 52 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom 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 Progress (1): 4.1 kB Progress (1): 7.7 kB 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 322 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom 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 Progress (1): 2.1 kB 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 40 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom 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 Progress (1): 3.7 kB 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 54 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom 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 Progress (1): 1.7 kB 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 39 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom (1.1 kB at 31 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom (3.0 kB at 126 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 193 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 175 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 750 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 68 kB 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 2.8 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 382 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB 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 365 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 70 kB Progress (1): 74 kB Progress (1): 78 kB 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.6 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 330 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB 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 581 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 52 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom (2.0 kB at 100 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 72 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom (1.8 kB at 70 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom (1.0 kB at 64 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom (1.7 kB at 90 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom (1.3 kB at 41 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 365 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom (2.1 kB at 89 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom (1.1 kB at 62 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom (1.0 kB at 45 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom 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 Progress (1): 4.0 kB 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 212 kB/s) Downloading from cbi-releases: 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 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 Progress (1): 1.8 kB 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 55 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 12 kB 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 539 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 32 kB 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 926 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom Progress (1): 4.1 kB Progress (1): 4.1 kB 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 128 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom (2.1 kB at 97 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom (1.1 kB at 39 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom (1.1 kB at 63 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from cbi-releases: 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 Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar 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 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 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 Progress (1): 4.1/204 kB Progress (1): 7.7/204 kB Progress (1): 12/204 kB Progress (1): 16/204 kB Progress (1): 20/204 kB Progress (1): 24/204 kB Progress (1): 28/204 kB Progress (2): 28/204 kB | 4.1/47 kB Progress (2): 32/204 kB | 4.1/47 kB Progress (2): 32/204 kB | 7.7/47 kB Progress (2): 32/204 kB | 12/47 kB Progress (3): 32/204 kB | 12/47 kB | 4.1/527 kB Progress (3): 36/204 kB | 12/47 kB | 4.1/527 kB Progress (3): 36/204 kB | 12/47 kB | 7.7/527 kB Progress (4): 36/204 kB | 12/47 kB | 7.7/527 kB | 4.1/5.4 kB Progress (4): 36/204 kB | 16/47 kB | 7.7/527 kB | 4.1/5.4 kB Progress (4): 36/204 kB | 16/47 kB | 7.7/527 kB | 5.4 kB Progress (4): 36/204 kB | 16/47 kB | 12/527 kB | 5.4 kB Progress (4): 40/204 kB | 16/47 kB | 12/527 kB | 5.4 kB Progress (4): 40/204 kB | 16/47 kB | 16/527 kB | 5.4 kB Progress (4): 40/204 kB | 20/47 kB | 16/527 kB | 5.4 kB Progress (4): 45/204 kB | 20/47 kB | 16/527 kB | 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar (5.4 kB at 175 kB/s) Progress (3): 45/204 kB | 24/47 kB | 16/527 kB 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 Progress (3): 45/204 kB | 24/47 kB | 20/527 kB Progress (3): 49/204 kB | 24/47 kB | 20/527 kB Progress (3): 49/204 kB | 24/47 kB | 24/527 kB Progress (3): 49/204 kB | 28/47 kB | 24/527 kB Progress (3): 49/204 kB | 28/47 kB | 28/527 kB Progress (3): 49/204 kB | 32/47 kB | 28/527 kB Progress (3): 49/204 kB | 32/47 kB | 32/527 kB Progress (3): 53/204 kB | 32/47 kB | 32/527 kB Progress (3): 53/204 kB | 36/47 kB | 32/527 kB Progress (3): 53/204 kB | 36/47 kB | 36/527 kB Progress (3): 57/204 kB | 36/47 kB | 36/527 kB Progress (3): 57/204 kB | 36/47 kB | 40/527 kB Progress (3): 57/204 kB | 40/47 kB | 40/527 kB Progress (4): 57/204 kB | 40/47 kB | 40/527 kB | 4.1/38 kB Progress (4): 57/204 kB | 40/47 kB | 45/527 kB | 4.1/38 kB Progress (4): 61/204 kB | 40/47 kB | 45/527 kB | 4.1/38 kB Progress (4): 61/204 kB | 40/47 kB | 49/527 kB | 4.1/38 kB Progress (4): 61/204 kB | 40/47 kB | 49/527 kB | 7.7/38 kB Progress (4): 61/204 kB | 45/47 kB | 49/527 kB | 7.7/38 kB Progress (4): 61/204 kB | 45/47 kB | 49/527 kB | 12/38 kB Progress (4): 65/204 kB | 45/47 kB | 49/527 kB | 12/38 kB Progress (4): 65/204 kB | 45/47 kB | 53/527 kB | 12/38 kB Progress (4): 65/204 kB | 45/47 kB | 53/527 kB | 16/38 kB Progress (4): 65/204 kB | 47 kB | 53/527 kB | 16/38 kB Progress (4): 69/204 kB | 47 kB | 53/527 kB | 16/38 kB Progress (4): 69/204 kB | 47 kB | 53/527 kB | 20/38 kB Progress (4): 69/204 kB | 47 kB | 57/527 kB | 20/38 kB Progress (4): 69/204 kB | 47 kB | 57/527 kB | 24/38 kB Progress (4): 73/204 kB | 47 kB | 57/527 kB | 24/38 kB Progress (4): 73/204 kB | 47 kB | 57/527 kB | 28/38 kB Progress (4): 73/204 kB | 47 kB | 61/527 kB | 28/38 kB Progress (4): 73/204 kB | 47 kB | 61/527 kB | 32/38 kB Progress (4): 77/204 kB | 47 kB | 61/527 kB | 32/38 kB 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 1.2 MB/s) Progress (3): 77/204 kB | 61/527 kB | 36/38 kB Progress (3): 77/204 kB | 65/527 kB | 36/38 kB Progress (3): 77/204 kB | 65/527 kB | 38 kB 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 Progress (3): 81/204 kB | 65/527 kB | 38 kB Progress (3): 81/204 kB | 69/527 kB | 38 kB Progress (3): 81/204 kB | 73/527 kB | 38 kB Progress (3): 81/204 kB | 77/527 kB | 38 kB Progress (3): 81/204 kB | 81/527 kB | 38 kB Progress (3): 85/204 kB | 81/527 kB | 38 kB 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 859 kB/s) Progress (2): 90/204 kB | 81/527 kB Progress (3): 90/204 kB | 81/527 kB | 4.1/30 kB Progress (3): 90/204 kB | 85/527 kB | 4.1/30 kB 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 Progress (3): 90/204 kB | 90/527 kB | 4.1/30 kB Progress (3): 90/204 kB | 90/527 kB | 7.7/30 kB Progress (3): 94/204 kB | 90/527 kB | 7.7/30 kB Progress (3): 94/204 kB | 90/527 kB | 12/30 kB Progress (3): 94/204 kB | 94/527 kB | 12/30 kB Progress (3): 94/204 kB | 94/527 kB | 16/30 kB Progress (4): 94/204 kB | 94/527 kB | 16/30 kB | 4.1/165 kB Progress (4): 98/204 kB | 94/527 kB | 16/30 kB | 4.1/165 kB Progress (4): 98/204 kB | 94/527 kB | 16/30 kB | 7.7/165 kB Progress (4): 98/204 kB | 94/527 kB | 20/30 kB | 7.7/165 kB Progress (4): 98/204 kB | 98/527 kB | 20/30 kB | 7.7/165 kB Progress (4): 98/204 kB | 98/527 kB | 24/30 kB | 7.7/165 kB Progress (4): 98/204 kB | 98/527 kB | 24/30 kB | 12/165 kB Progress (4): 98/204 kB | 98/527 kB | 28/30 kB | 12/165 kB Progress (4): 98/204 kB | 102/527 kB | 28/30 kB | 12/165 kB Progress (4): 102/204 kB | 102/527 kB | 28/30 kB | 12/165 kB Progress (4): 102/204 kB | 106/527 kB | 28/30 kB | 12/165 kB Progress (4): 102/204 kB | 106/527 kB | 30 kB | 12/165 kB Progress (4): 102/204 kB | 106/527 kB | 30 kB | 16/165 kB Progress (4): 102/204 kB | 110/527 kB | 30 kB | 16/165 kB Progress (4): 106/204 kB | 110/527 kB | 30 kB | 16/165 kB Progress (4): 106/204 kB | 114/527 kB | 30 kB | 16/165 kB Progress (4): 106/204 kB | 114/527 kB | 30 kB | 20/165 kB Progress (4): 110/204 kB | 114/527 kB | 30 kB | 20/165 kB Progress (4): 110/204 kB | 114/527 kB | 30 kB | 24/165 kB Progress (4): 110/204 kB | 118/527 kB | 30 kB | 24/165 kB Progress (4): 114/204 kB | 118/527 kB | 30 kB | 24/165 kB Progress (4): 114/204 kB | 122/527 kB | 30 kB | 24/165 kB Progress (4): 114/204 kB | 122/527 kB | 30 kB | 28/165 kB Progress (4): 114/204 kB | 126/527 kB | 30 kB | 28/165 kB Progress (4): 114/204 kB | 126/527 kB | 30 kB | 32/165 kB 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 259 kB/s) Progress (3): 118/204 kB | 126/527 kB | 32/165 kB Progress (3): 118/204 kB | 131/527 kB | 32/165 kB Progress (3): 122/204 kB | 131/527 kB | 32/165 kB Progress (3): 122/204 kB | 131/527 kB | 36/165 kB 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 Progress (3): 122/204 kB | 131/527 kB | 40/165 kB Progress (3): 126/204 kB | 131/527 kB | 40/165 kB Progress (3): 126/204 kB | 131/527 kB | 45/165 kB Progress (3): 126/204 kB | 135/527 kB | 45/165 kB Progress (3): 126/204 kB | 135/527 kB | 49/165 kB Progress (3): 131/204 kB | 135/527 kB | 49/165 kB Progress (3): 131/204 kB | 139/527 kB | 49/165 kB Progress (3): 131/204 kB | 143/527 kB | 49/165 kB Progress (3): 131/204 kB | 143/527 kB | 53/165 kB Progress (3): 131/204 kB | 147/527 kB | 53/165 kB Progress (3): 131/204 kB | 147/527 kB | 57/165 kB Progress (3): 135/204 kB | 147/527 kB | 57/165 kB Progress (3): 135/204 kB | 147/527 kB | 61/165 kB Progress (3): 139/204 kB | 147/527 kB | 61/165 kB Progress (3): 139/204 kB | 147/527 kB | 65/165 kB Progress (3): 143/204 kB | 147/527 kB | 65/165 kB Progress (3): 143/204 kB | 151/527 kB | 65/165 kB Progress (3): 147/204 kB | 151/527 kB | 65/165 kB Progress (3): 147/204 kB | 155/527 kB | 65/165 kB Progress (3): 147/204 kB | 155/527 kB | 69/165 kB Progress (3): 147/204 kB | 159/527 kB | 69/165 kB Progress (3): 147/204 kB | 159/527 kB | 73/165 kB Progress (3): 147/204 kB | 163/527 kB | 73/165 kB Progress (3): 147/204 kB | 163/527 kB | 77/165 kB Progress (3): 147/204 kB | 163/527 kB | 81/165 kB Progress (3): 147/204 kB | 167/527 kB | 81/165 kB Progress (3): 147/204 kB | 171/527 kB | 81/165 kB Progress (3): 147/204 kB | 176/527 kB | 81/165 kB Progress (3): 147/204 kB | 180/527 kB | 81/165 kB Progress (3): 147/204 kB | 184/527 kB | 81/165 kB Progress (3): 151/204 kB | 184/527 kB | 81/165 kB Progress (3): 151/204 kB | 188/527 kB | 81/165 kB Progress (3): 151/204 kB | 188/527 kB | 85/165 kB Progress (3): 151/204 kB | 192/527 kB | 85/165 kB Progress (3): 155/204 kB | 192/527 kB | 85/165 kB Progress (3): 155/204 kB | 196/527 kB | 85/165 kB Progress (3): 155/204 kB | 196/527 kB | 90/165 kB Progress (3): 159/204 kB | 196/527 kB | 90/165 kB Progress (3): 159/204 kB | 196/527 kB | 94/165 kB Progress (3): 163/204 kB | 196/527 kB | 94/165 kB Progress (3): 163/204 kB | 196/527 kB | 98/165 kB Progress (3): 163/204 kB | 200/527 kB | 98/165 kB Progress (3): 163/204 kB | 204/527 kB | 98/165 kB Progress (3): 163/204 kB | 208/527 kB | 98/165 kB Progress (3): 167/204 kB | 208/527 kB | 98/165 kB Progress (3): 167/204 kB | 208/527 kB | 102/165 kB Progress (3): 167/204 kB | 212/527 kB | 102/165 kB Progress (3): 167/204 kB | 212/527 kB | 106/165 kB Progress (3): 171/204 kB | 212/527 kB | 106/165 kB Progress (3): 171/204 kB | 212/527 kB | 110/165 kB Progress (3): 171/204 kB | 217/527 kB | 110/165 kB Progress (3): 176/204 kB | 217/527 kB | 110/165 kB Progress (3): 176/204 kB | 221/527 kB | 110/165 kB Progress (3): 176/204 kB | 221/527 kB | 114/165 kB Progress (3): 176/204 kB | 225/527 kB | 114/165 kB Progress (3): 180/204 kB | 225/527 kB | 114/165 kB Progress (3): 180/204 kB | 229/527 kB | 114/165 kB Progress (3): 180/204 kB | 229/527 kB | 118/165 kB Progress (3): 180/204 kB | 229/527 kB | 122/165 kB Progress (3): 180/204 kB | 229/527 kB | 126/165 kB Progress (3): 184/204 kB | 229/527 kB | 126/165 kB Progress (3): 184/204 kB | 229/527 kB | 131/165 kB Progress (3): 184/204 kB | 233/527 kB | 131/165 kB Progress (3): 188/204 kB | 233/527 kB | 131/165 kB Progress (3): 188/204 kB | 237/527 kB | 131/165 kB Progress (3): 192/204 kB | 237/527 kB | 131/165 kB Progress (3): 192/204 kB | 237/527 kB | 135/165 kB Progress (3): 192/204 kB | 241/527 kB | 135/165 kB Progress (3): 192/204 kB | 241/527 kB | 139/165 kB Progress (3): 196/204 kB | 241/527 kB | 139/165 kB Progress (3): 196/204 kB | 241/527 kB | 143/165 kB Progress (3): 196/204 kB | 245/527 kB | 143/165 kB Progress (3): 196/204 kB | 245/527 kB | 147/165 kB Progress (3): 200/204 kB | 245/527 kB | 147/165 kB Progress (3): 204 kB | 245/527 kB | 147/165 kB Progress (3): 204 kB | 249/527 kB | 147/165 kB Progress (3): 204 kB | 249/527 kB | 151/165 kB Progress (3): 204 kB | 253/527 kB | 151/165 kB Progress (3): 204 kB | 253/527 kB | 155/165 kB Progress (3): 204 kB | 258/527 kB | 155/165 kB Progress (3): 204 kB | 258/527 kB | 159/165 kB Progress (3): 204 kB | 262/527 kB | 159/165 kB Progress (3): 204 kB | 262/527 kB | 163/165 kB Progress (3): 204 kB | 262/527 kB | 165 kB Progress (3): 204 kB | 266/527 kB | 165 kB Progress (3): 204 kB | 270/527 kB | 165 kB Progress (3): 204 kB | 274/527 kB | 165 kB Progress (3): 204 kB | 278/527 kB | 165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar (204 kB at 1.5 MB/s) Progress (2): 282/527 kB | 165 kB 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 Progress (2): 286/527 kB | 165 kB Progress (2): 290/527 kB | 165 kB Progress (2): 294/527 kB | 165 kB Progress (2): 298/527 kB | 165 kB Progress (2): 303/527 kB | 165 kB Progress (3): 303/527 kB | 165 kB | 4.1/148 kB 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 784 kB/s) 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 Progress (3): 303/527 kB | 4.1/148 kB | 4.1/51 kB Progress (4): 303/527 kB | 4.1/148 kB | 4.1/51 kB | 4.1/52 kB Progress (4): 303/527 kB | 7.7/148 kB | 4.1/51 kB | 4.1/52 kB Progress (4): 307/527 kB | 7.7/148 kB | 4.1/51 kB | 4.1/52 kB Progress (4): 307/527 kB | 12/148 kB | 4.1/51 kB | 4.1/52 kB Progress (4): 307/527 kB | 12/148 kB | 4.1/51 kB | 7.7/52 kB Progress (4): 307/527 kB | 12/148 kB | 7.7/51 kB | 7.7/52 kB Progress (4): 307/527 kB | 12/148 kB | 7.7/51 kB | 12/52 kB Progress (4): 307/527 kB | 16/148 kB | 7.7/51 kB | 12/52 kB Progress (4): 311/527 kB | 16/148 kB | 7.7/51 kB | 12/52 kB Progress (4): 311/527 kB | 16/148 kB | 7.7/51 kB | 16/52 kB Progress (4): 311/527 kB | 16/148 kB | 12/51 kB | 16/52 kB Progress (4): 311/527 kB | 20/148 kB | 12/51 kB | 16/52 kB Progress (5): 311/527 kB | 20/148 kB | 12/51 kB | 16/52 kB | 4.1/106 kB Progress (5): 311/527 kB | 24/148 kB | 12/51 kB | 16/52 kB | 4.1/106 kB Progress (5): 311/527 kB | 24/148 kB | 16/51 kB | 16/52 kB | 4.1/106 kB Progress (5): 315/527 kB | 24/148 kB | 16/51 kB | 16/52 kB | 4.1/106 kB Progress (5): 315/527 kB | 24/148 kB | 20/51 kB | 16/52 kB | 4.1/106 kB Progress (5): 315/527 kB | 24/148 kB | 20/51 kB | 20/52 kB | 4.1/106 kB Progress (5): 315/527 kB | 28/148 kB | 20/51 kB | 20/52 kB | 4.1/106 kB Progress (5): 315/527 kB | 28/148 kB | 20/51 kB | 20/52 kB | 7.7/106 kB Progress (5): 315/527 kB | 32/148 kB | 20/51 kB | 20/52 kB | 7.7/106 kB Progress (5): 315/527 kB | 32/148 kB | 20/51 kB | 24/52 kB | 7.7/106 kB Progress (5): 315/527 kB | 32/148 kB | 24/51 kB | 24/52 kB | 7.7/106 kB Progress (5): 315/527 kB | 36/148 kB | 24/51 kB | 24/52 kB | 7.7/106 kB Progress (5): 319/527 kB | 36/148 kB | 24/51 kB | 24/52 kB | 7.7/106 kB Progress (5): 319/527 kB | 40/148 kB | 24/51 kB | 24/52 kB | 7.7/106 kB Progress (5): 319/527 kB | 40/148 kB | 28/51 kB | 24/52 kB | 7.7/106 kB Progress (5): 319/527 kB | 40/148 kB | 28/51 kB | 28/52 kB | 7.7/106 kB Progress (5): 319/527 kB | 40/148 kB | 28/51 kB | 28/52 kB | 12/106 kB Progress (5): 319/527 kB | 40/148 kB | 28/51 kB | 32/52 kB | 12/106 kB Progress (5): 319/527 kB | 40/148 kB | 32/51 kB | 32/52 kB | 12/106 kB Progress (5): 319/527 kB | 45/148 kB | 32/51 kB | 32/52 kB | 12/106 kB Progress (5): 323/527 kB | 45/148 kB | 32/51 kB | 32/52 kB | 12/106 kB Progress (5): 323/527 kB | 49/148 kB | 32/51 kB | 32/52 kB | 12/106 kB Progress (5): 323/527 kB | 49/148 kB | 32/51 kB | 32/52 kB | 16/106 kB Progress (5): 323/527 kB | 49/148 kB | 32/51 kB | 36/52 kB | 16/106 kB Progress (5): 323/527 kB | 49/148 kB | 36/51 kB | 36/52 kB | 16/106 kB Progress (5): 327/527 kB | 49/148 kB | 36/51 kB | 36/52 kB | 16/106 kB Progress (5): 327/527 kB | 49/148 kB | 36/51 kB | 36/52 kB | 20/106 kB Progress (5): 327/527 kB | 49/148 kB | 40/51 kB | 36/52 kB | 20/106 kB Progress (5): 327/527 kB | 53/148 kB | 40/51 kB | 36/52 kB | 20/106 kB Progress (5): 327/527 kB | 53/148 kB | 40/51 kB | 40/52 kB | 20/106 kB Progress (5): 327/527 kB | 57/148 kB | 40/51 kB | 40/52 kB | 20/106 kB Progress (5): 327/527 kB | 57/148 kB | 45/51 kB | 40/52 kB | 20/106 kB Progress (5): 331/527 kB | 57/148 kB | 45/51 kB | 40/52 kB | 20/106 kB Progress (5): 331/527 kB | 57/148 kB | 45/51 kB | 40/52 kB | 24/106 kB Progress (5): 335/527 kB | 57/148 kB | 45/51 kB | 40/52 kB | 24/106 kB Progress (5): 335/527 kB | 57/148 kB | 49/51 kB | 40/52 kB | 24/106 kB Progress (5): 335/527 kB | 61/148 kB | 49/51 kB | 40/52 kB | 24/106 kB Progress (5): 335/527 kB | 61/148 kB | 49/51 kB | 45/52 kB | 24/106 kB Progress (5): 335/527 kB | 65/148 kB | 49/51 kB | 45/52 kB | 24/106 kB Progress (5): 335/527 kB | 65/148 kB | 51 kB | 45/52 kB | 24/106 kB Progress (5): 339/527 kB | 65/148 kB | 51 kB | 45/52 kB | 24/106 kB Progress (5): 339/527 kB | 65/148 kB | 51 kB | 45/52 kB | 28/106 kB Progress (5): 344/527 kB | 65/148 kB | 51 kB | 45/52 kB | 28/106 kB Progress (5): 344/527 kB | 69/148 kB | 51 kB | 45/52 kB | 28/106 kB Progress (5): 344/527 kB | 69/148 kB | 51 kB | 49/52 kB | 28/106 kB Progress (5): 344/527 kB | 73/148 kB | 51 kB | 49/52 kB | 28/106 kB Progress (5): 348/527 kB | 73/148 kB | 51 kB | 49/52 kB | 28/106 kB Progress (5): 348/527 kB | 73/148 kB | 51 kB | 49/52 kB | 32/106 kB Progress (5): 352/527 kB | 73/148 kB | 51 kB | 49/52 kB | 32/106 kB Progress (5): 352/527 kB | 73/148 kB | 51 kB | 52 kB | 32/106 kB Progress (5): 352/527 kB | 77/148 kB | 51 kB | 52 kB | 32/106 kB 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 226 kB/s) Progress (4): 352/527 kB | 81/148 kB | 52 kB | 32/106 kB Progress (4): 352/527 kB | 81/148 kB | 52 kB | 36/106 kB Progress (4): 356/527 kB | 81/148 kB | 52 kB | 36/106 kB Progress (4): 356/527 kB | 81/148 kB | 52 kB | 40/106 kB Progress (4): 356/527 kB | 85/148 kB | 52 kB | 40/106 kB 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 Progress (4): 356/527 kB | 90/148 kB | 52 kB | 40/106 kB Progress (4): 356/527 kB | 90/148 kB | 52 kB | 45/106 kB Progress (4): 360/527 kB | 90/148 kB | 52 kB | 45/106 kB Progress (4): 360/527 kB | 90/148 kB | 52 kB | 49/106 kB Progress (4): 360/527 kB | 94/148 kB | 52 kB | 49/106 kB Progress (4): 360/527 kB | 98/148 kB | 52 kB | 49/106 kB Progress (4): 364/527 kB | 98/148 kB | 52 kB | 49/106 kB Progress (4): 364/527 kB | 98/148 kB | 52 kB | 53/106 kB Progress (4): 368/527 kB | 98/148 kB | 52 kB | 53/106 kB Progress (4): 368/527 kB | 102/148 kB | 52 kB | 53/106 kB Progress (4): 368/527 kB | 102/148 kB | 52 kB | 57/106 kB Progress (4): 368/527 kB | 106/148 kB | 52 kB | 57/106 kB Progress (4): 372/527 kB | 106/148 kB | 52 kB | 57/106 kB Progress (4): 372/527 kB | 110/148 kB | 52 kB | 57/106 kB Progress (4): 372/527 kB | 110/148 kB | 52 kB | 61/106 kB Progress (4): 372/527 kB | 114/148 kB | 52 kB | 61/106 kB Progress (4): 376/527 kB | 114/148 kB | 52 kB | 61/106 kB Progress (4): 376/527 kB | 114/148 kB | 52 kB | 65/106 kB Progress (4): 376/527 kB | 118/148 kB | 52 kB | 65/106 kB Progress (4): 380/527 kB | 118/148 kB | 52 kB | 65/106 kB Progress (4): 380/527 kB | 118/148 kB | 52 kB | 69/106 kB Progress (4): 380/527 kB | 122/148 kB | 52 kB | 69/106 kB Progress (4): 380/527 kB | 122/148 kB | 52 kB | 73/106 kB Progress (4): 384/527 kB | 122/148 kB | 52 kB | 73/106 kB Progress (4): 384/527 kB | 122/148 kB | 52 kB | 77/106 kB Progress (4): 384/527 kB | 126/148 kB | 52 kB | 77/106 kB Progress (4): 384/527 kB | 126/148 kB | 52 kB | 81/106 kB Progress (4): 389/527 kB | 126/148 kB | 52 kB | 81/106 kB Progress (4): 389/527 kB | 131/148 kB | 52 kB | 81/106 kB Progress (4): 393/527 kB | 131/148 kB | 52 kB | 81/106 kB Progress (4): 393/527 kB | 131/148 kB | 52 kB | 85/106 kB Progress (4): 393/527 kB | 131/148 kB | 52 kB | 90/106 kB Progress (4): 393/527 kB | 135/148 kB | 52 kB | 90/106 kB Progress (4): 397/527 kB | 135/148 kB | 52 kB | 90/106 kB Progress (4): 397/527 kB | 135/148 kB | 52 kB | 94/106 kB Progress (4): 401/527 kB | 135/148 kB | 52 kB | 94/106 kB Progress (4): 401/527 kB | 139/148 kB | 52 kB | 94/106 kB Progress (4): 405/527 kB | 139/148 kB | 52 kB | 94/106 kB Progress (4): 405/527 kB | 139/148 kB | 52 kB | 98/106 kB Progress (4): 409/527 kB | 139/148 kB | 52 kB | 98/106 kB Progress (4): 409/527 kB | 143/148 kB | 52 kB | 98/106 kB Progress (4): 409/527 kB | 143/148 kB | 52 kB | 102/106 kB Progress (4): 409/527 kB | 147/148 kB | 52 kB | 102/106 kB Progress (4): 409/527 kB | 147/148 kB | 52 kB | 106/106 kB Progress (4): 409/527 kB | 148 kB | 52 kB | 106/106 kB Progress (4): 413/527 kB | 148 kB | 52 kB | 106/106 kB Progress (4): 413/527 kB | 148 kB | 52 kB | 106 kB Progress (4): 417/527 kB | 148 kB | 52 kB | 106 kB Progress (4): 421/527 kB | 148 kB | 52 kB | 106 kB Progress (4): 425/527 kB | 148 kB | 52 kB | 106 kB Progress (5): 425/527 kB | 148 kB | 52 kB | 106 kB | 4.1/14 kB Progress (5): 425/527 kB | 148 kB | 52 kB | 106 kB | 7.7/14 kB Progress (5): 430/527 kB | 148 kB | 52 kB | 106 kB | 7.7/14 kB Progress (5): 430/527 kB | 148 kB | 52 kB | 106 kB | 12/14 kB Progress (5): 434/527 kB | 148 kB | 52 kB | 106 kB | 12/14 kB 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 447 kB/s) Progress (4): 438/527 kB | 148 kB | 52 kB | 12/14 kB Progress (4): 438/527 kB | 148 kB | 52 kB | 14 kB 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 55 kB/s) 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 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 167 kB/s) Progress (2): 442/527 kB | 148 kB 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 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 476 kB/s) 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 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 Progress (1): 446/527 kB Progress (1): 450/527 kB Progress (1): 454/527 kB Progress (1): 458/527 kB Progress (1): 462/527 kB Progress (1): 466/527 kB Progress (1): 471/527 kB Progress (1): 475/527 kB Progress (1): 479/527 kB Progress (1): 483/527 kB Progress (1): 487/527 kB Progress (1): 491/527 kB Progress (1): 495/527 kB Progress (1): 499/527 kB Progress (1): 503/527 kB Progress (1): 507/527 kB Progress (1): 511/527 kB Progress (1): 516/527 kB Progress (1): 520/527 kB Progress (1): 524/527 kB Progress (1): 527 kB Progress (2): 527 kB | 4.1/108 kB Progress (2): 527 kB | 7.7/108 kB Progress (2): 527 kB | 12/108 kB Progress (2): 527 kB | 16/108 kB Progress (3): 527 kB | 16/108 kB | 4.1/202 kB Progress (3): 527 kB | 16/108 kB | 7.7/202 kB Progress (3): 527 kB | 16/108 kB | 12/202 kB Progress (3): 527 kB | 16/108 kB | 16/202 kB Progress (4): 527 kB | 16/108 kB | 16/202 kB | 4.1/153 kB Progress (4): 527 kB | 16/108 kB | 16/202 kB | 7.7/153 kB Progress (4): 527 kB | 16/108 kB | 16/202 kB | 12/153 kB Progress (4): 527 kB | 16/108 kB | 20/202 kB | 12/153 kB Progress (4): 527 kB | 16/108 kB | 20/202 kB | 16/153 kB Progress (4): 527 kB | 16/108 kB | 24/202 kB | 16/153 kB Progress (4): 527 kB | 16/108 kB | 28/202 kB | 16/153 kB Progress (4): 527 kB | 16/108 kB | 32/202 kB | 16/153 kB Progress (4): 527 kB | 16/108 kB | 32/202 kB | 20/153 kB Progress (4): 527 kB | 16/108 kB | 32/202 kB | 24/153 kB Progress (4): 527 kB | 16/108 kB | 32/202 kB | 28/153 kB Progress (4): 527 kB | 16/108 kB | 36/202 kB | 28/153 kB Progress (4): 527 kB | 16/108 kB | 36/202 kB | 32/153 kB Progress (5): 527 kB | 16/108 kB | 36/202 kB | 32/153 kB | 4.1/74 kB Progress (5): 527 kB | 16/108 kB | 40/202 kB | 32/153 kB | 4.1/74 kB Progress (5): 527 kB | 16/108 kB | 40/202 kB | 32/153 kB | 7.7/74 kB Progress (5): 527 kB | 16/108 kB | 45/202 kB | 32/153 kB | 7.7/74 kB Progress (5): 527 kB | 16/108 kB | 45/202 kB | 32/153 kB | 12/74 kB Progress (5): 527 kB | 16/108 kB | 45/202 kB | 36/153 kB | 12/74 kB Progress (5): 527 kB | 16/108 kB | 45/202 kB | 36/153 kB | 16/74 kB Progress (5): 527 kB | 16/108 kB | 49/202 kB | 36/153 kB | 16/74 kB Progress (5): 527 kB | 16/108 kB | 49/202 kB | 40/153 kB | 16/74 kB Progress (5): 527 kB | 16/108 kB | 49/202 kB | 45/153 kB | 16/74 kB Progress (5): 527 kB | 16/108 kB | 49/202 kB | 45/153 kB | 20/74 kB Progress (5): 527 kB | 16/108 kB | 49/202 kB | 49/153 kB | 20/74 kB Progress (5): 527 kB | 16/108 kB | 53/202 kB | 49/153 kB | 20/74 kB Progress (5): 527 kB | 16/108 kB | 53/202 kB | 49/153 kB | 24/74 kB Progress (5): 527 kB | 16/108 kB | 57/202 kB | 49/153 kB | 24/74 kB Progress (5): 527 kB | 16/108 kB | 57/202 kB | 53/153 kB | 24/74 kB Progress (5): 527 kB | 16/108 kB | 57/202 kB | 53/153 kB | 28/74 kB Progress (5): 527 kB | 16/108 kB | 57/202 kB | 57/153 kB | 28/74 kB Progress (5): 527 kB | 16/108 kB | 61/202 kB | 57/153 kB | 28/74 kB Progress (5): 527 kB | 16/108 kB | 61/202 kB | 61/153 kB | 28/74 kB Progress (5): 527 kB | 16/108 kB | 61/202 kB | 61/153 kB | 32/74 kB Progress (5): 527 kB | 16/108 kB | 61/202 kB | 65/153 kB | 32/74 kB Progress (5): 527 kB | 16/108 kB | 65/202 kB | 65/153 kB | 32/74 kB Progress (5): 527 kB | 16/108 kB | 65/202 kB | 65/153 kB | 36/74 kB Progress (5): 527 kB | 16/108 kB | 65/202 kB | 69/153 kB | 36/74 kB Progress (5): 527 kB | 16/108 kB | 69/202 kB | 69/153 kB | 36/74 kB Progress (5): 527 kB | 16/108 kB | 69/202 kB | 69/153 kB | 40/74 kB Progress (5): 527 kB | 16/108 kB | 73/202 kB | 69/153 kB | 40/74 kB Progress (5): 527 kB | 16/108 kB | 73/202 kB | 73/153 kB | 40/74 kB Progress (5): 527 kB | 16/108 kB | 77/202 kB | 73/153 kB | 40/74 kB Progress (5): 527 kB | 16/108 kB | 77/202 kB | 73/153 kB | 45/74 kB Progress (5): 527 kB | 16/108 kB | 81/202 kB | 73/153 kB | 45/74 kB Progress (5): 527 kB | 16/108 kB | 81/202 kB | 77/153 kB | 45/74 kB Progress (5): 527 kB | 16/108 kB | 81/202 kB | 77/153 kB | 49/74 kB Progress (5): 527 kB | 16/108 kB | 81/202 kB | 81/153 kB | 49/74 kB Progress (5): 527 kB | 16/108 kB | 85/202 kB | 81/153 kB | 49/74 kB Progress (5): 527 kB | 16/108 kB | 90/202 kB | 81/153 kB | 49/74 kB Progress (5): 527 kB | 16/108 kB | 90/202 kB | 81/153 kB | 53/74 kB Progress (5): 527 kB | 16/108 kB | 94/202 kB | 81/153 kB | 53/74 kB Progress (5): 527 kB | 16/108 kB | 94/202 kB | 85/153 kB | 53/74 kB Progress (5): 527 kB | 16/108 kB | 98/202 kB | 85/153 kB | 53/74 kB Progress (5): 527 kB | 16/108 kB | 98/202 kB | 85/153 kB | 57/74 kB Progress (5): 527 kB | 16/108 kB | 98/202 kB | 90/153 kB | 57/74 kB Progress (5): 527 kB | 16/108 kB | 98/202 kB | 90/153 kB | 61/74 kB Progress (5): 527 kB | 16/108 kB | 98/202 kB | 94/153 kB | 61/74 kB Progress (5): 527 kB | 16/108 kB | 98/202 kB | 94/153 kB | 65/74 kB Progress (5): 527 kB | 16/108 kB | 102/202 kB | 94/153 kB | 65/74 kB Progress (5): 527 kB | 16/108 kB | 102/202 kB | 98/153 kB | 65/74 kB Progress (5): 527 kB | 16/108 kB | 102/202 kB | 98/153 kB | 69/74 kB Progress (5): 527 kB | 16/108 kB | 106/202 kB | 98/153 kB | 69/74 kB Progress (5): 527 kB | 16/108 kB | 106/202 kB | 98/153 kB | 73/74 kB Progress (5): 527 kB | 16/108 kB | 106/202 kB | 102/153 kB | 73/74 kB Progress (5): 527 kB | 16/108 kB | 110/202 kB | 102/153 kB | 73/74 kB Progress (5): 527 kB | 16/108 kB | 110/202 kB | 106/153 kB | 73/74 kB Progress (5): 527 kB | 20/108 kB | 110/202 kB | 106/153 kB | 73/74 kB Progress (5): 527 kB | 20/108 kB | 110/202 kB | 106/153 kB | 74 kB Progress (5): 527 kB | 24/108 kB | 110/202 kB | 106/153 kB | 74 kB Progress (5): 527 kB | 24/108 kB | 110/202 kB | 110/153 kB | 74 kB Progress (5): 527 kB | 24/108 kB | 114/202 kB | 110/153 kB | 74 kB Progress (5): 527 kB | 24/108 kB | 114/202 kB | 114/153 kB | 74 kB Progress (5): 527 kB | 28/108 kB | 114/202 kB | 114/153 kB | 74 kB Progress (5): 527 kB | 28/108 kB | 114/202 kB | 118/153 kB | 74 kB Progress (5): 527 kB | 28/108 kB | 118/202 kB | 118/153 kB | 74 kB Progress (5): 527 kB | 28/108 kB | 118/202 kB | 122/153 kB | 74 kB Progress (5): 527 kB | 32/108 kB | 118/202 kB | 122/153 kB | 74 kB 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 1.3 MB/s) Progress (4): 32/108 kB | 118/202 kB | 126/153 kB | 74 kB Progress (4): 32/108 kB | 122/202 kB | 126/153 kB | 74 kB Progress (4): 32/108 kB | 122/202 kB | 131/153 kB | 74 kB Progress (4): 36/108 kB | 122/202 kB | 131/153 kB | 74 kB 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 Progress (4): 40/108 kB | 122/202 kB | 131/153 kB | 74 kB Progress (4): 40/108 kB | 126/202 kB | 131/153 kB | 74 kB Progress (4): 45/108 kB | 126/202 kB | 131/153 kB | 74 kB Progress (4): 45/108 kB | 126/202 kB | 135/153 kB | 74 kB Progress (4): 49/108 kB | 126/202 kB | 135/153 kB | 74 kB Progress (4): 49/108 kB | 131/202 kB | 135/153 kB | 74 kB Progress (4): 49/108 kB | 131/202 kB | 139/153 kB | 74 kB Progress (4): 49/108 kB | 131/202 kB | 143/153 kB | 74 kB Progress (4): 49/108 kB | 131/202 kB | 147/153 kB | 74 kB Progress (4): 53/108 kB | 131/202 kB | 147/153 kB | 74 kB Progress (4): 53/108 kB | 131/202 kB | 151/153 kB | 74 kB Progress (4): 57/108 kB | 131/202 kB | 151/153 kB | 74 kB Progress (4): 57/108 kB | 135/202 kB | 151/153 kB | 74 kB Progress (4): 61/108 kB | 135/202 kB | 151/153 kB | 74 kB Progress (4): 61/108 kB | 135/202 kB | 153 kB | 74 kB Progress (4): 65/108 kB | 135/202 kB | 153 kB | 74 kB Progress (4): 65/108 kB | 139/202 kB | 153 kB | 74 kB Progress (4): 65/108 kB | 143/202 kB | 153 kB | 74 kB Progress (4): 65/108 kB | 147/202 kB | 153 kB | 74 kB Progress (4): 69/108 kB | 147/202 kB | 153 kB | 74 kB Progress (4): 73/108 kB | 147/202 kB | 153 kB | 74 kB Progress (4): 77/108 kB | 147/202 kB | 153 kB | 74 kB Progress (4): 77/108 kB | 151/202 kB | 153 kB | 74 kB 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 177 kB/s) Progress (3): 81/108 kB | 151/202 kB | 153 kB 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 Progress (3): 81/108 kB | 155/202 kB | 153 kB Progress (3): 85/108 kB | 155/202 kB | 153 kB Progress (3): 85/108 kB | 159/202 kB | 153 kB Progress (3): 90/108 kB | 159/202 kB | 153 kB Progress (3): 90/108 kB | 163/202 kB | 153 kB Progress (3): 94/108 kB | 163/202 kB | 153 kB Progress (3): 98/108 kB | 163/202 kB | 153 kB Progress (3): 98/108 kB | 167/202 kB | 153 kB Progress (3): 102/108 kB | 167/202 kB | 153 kB Progress (3): 102/108 kB | 171/202 kB | 153 kB Progress (4): 102/108 kB | 171/202 kB | 153 kB | 4.1/61 kB Progress (4): 106/108 kB | 171/202 kB | 153 kB | 4.1/61 kB Progress (4): 106/108 kB | 171/202 kB | 153 kB | 7.7/61 kB Progress (4): 106/108 kB | 176/202 kB | 153 kB | 7.7/61 kB Progress (4): 106/108 kB | 176/202 kB | 153 kB | 12/61 kB Progress (4): 108 kB | 176/202 kB | 153 kB | 12/61 kB Progress (4): 108 kB | 176/202 kB | 153 kB | 16/61 kB Progress (4): 108 kB | 180/202 kB | 153 kB | 16/61 kB Progress (4): 108 kB | 180/202 kB | 153 kB | 20/61 kB Progress (4): 108 kB | 180/202 kB | 153 kB | 24/61 kB Progress (4): 108 kB | 184/202 kB | 153 kB | 24/61 kB Progress (4): 108 kB | 184/202 kB | 153 kB | 28/61 kB Progress (4): 108 kB | 188/202 kB | 153 kB | 28/61 kB Progress (4): 108 kB | 188/202 kB | 153 kB | 32/61 kB Progress (4): 108 kB | 192/202 kB | 153 kB | 32/61 kB Progress (4): 108 kB | 196/202 kB | 153 kB | 32/61 kB Progress (5): 108 kB | 196/202 kB | 153 kB | 32/61 kB | 4.1/472 kB Progress (5): 108 kB | 200/202 kB | 153 kB | 32/61 kB | 4.1/472 kB Progress (5): 108 kB | 200/202 kB | 153 kB | 36/61 kB | 4.1/472 kB Progress (5): 108 kB | 202 kB | 153 kB | 36/61 kB | 4.1/472 kB Progress (5): 108 kB | 202 kB | 153 kB | 36/61 kB | 7.7/472 kB 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 358 kB/s) Progress (4): 108 kB | 202 kB | 36/61 kB | 12/472 kB Progress (4): 108 kB | 202 kB | 40/61 kB | 12/472 kB Progress (4): 108 kB | 202 kB | 40/61 kB | 16/472 kB 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 Progress (4): 108 kB | 202 kB | 45/61 kB | 16/472 kB Progress (4): 108 kB | 202 kB | 45/61 kB | 20/472 kB Progress (4): 108 kB | 202 kB | 49/61 kB | 20/472 kB Progress (4): 108 kB | 202 kB | 49/61 kB | 24/472 kB Progress (4): 108 kB | 202 kB | 49/61 kB | 28/472 kB Progress (4): 108 kB | 202 kB | 53/61 kB | 28/472 kB Progress (4): 108 kB | 202 kB | 53/61 kB | 32/472 kB Progress (4): 108 kB | 202 kB | 57/61 kB | 32/472 kB Progress (4): 108 kB | 202 kB | 61/61 kB | 32/472 kB Progress (4): 108 kB | 202 kB | 61 kB | 32/472 kB Progress (4): 108 kB | 202 kB | 61 kB | 36/472 kB Progress (4): 108 kB | 202 kB | 61 kB | 40/472 kB Progress (4): 108 kB | 202 kB | 61 kB | 45/472 kB Progress (4): 108 kB | 202 kB | 61 kB | 49/472 kB Progress (4): 108 kB | 202 kB | 61 kB | 53/472 kB Progress (4): 108 kB | 202 kB | 61 kB | 57/472 kB Progress (4): 108 kB | 202 kB | 61 kB | 61/472 kB Progress (4): 108 kB | 202 kB | 61 kB | 65/472 kB 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 141 kB/s) Progress (3): 108 kB | 202 kB | 69/472 kB 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 Progress (3): 108 kB | 202 kB | 73/472 kB Progress (3): 108 kB | 202 kB | 77/472 kB Progress (3): 108 kB | 202 kB | 81/472 kB Progress (3): 108 kB | 202 kB | 85/472 kB Progress (3): 108 kB | 202 kB | 90/472 kB 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 248 kB/s) Progress (2): 202 kB | 94/472 kB 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 Progress (2): 202 kB | 98/472 kB 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 464 kB/s) Progress (1): 102/472 kB 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 Progress (1): 106/472 kB Progress (1): 110/472 kB Progress (1): 114/472 kB Progress (1): 118/472 kB Progress (1): 122/472 kB Progress (2): 122/472 kB | 4.1/13 kB Progress (2): 126/472 kB | 4.1/13 kB Progress (2): 126/472 kB | 7.7/13 kB Progress (2): 131/472 kB | 7.7/13 kB Progress (2): 131/472 kB | 12/13 kB Progress (2): 131/472 kB | 13 kB Progress (2): 135/472 kB | 13 kB Progress (2): 139/472 kB | 13 kB Progress (2): 143/472 kB | 13 kB Progress (2): 147/472 kB | 13 kB Progress (2): 151/472 kB | 13 kB Progress (3): 151/472 kB | 13 kB | 4.1/29 kB 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 26 kB/s) Progress (2): 151/472 kB | 7.7/29 kB Progress (3): 151/472 kB | 7.7/29 kB | 4.1/46 kB Progress (4): 151/472 kB | 7.7/29 kB | 4.1/46 kB | 4.1/49 kB Progress (4): 155/472 kB | 7.7/29 kB | 4.1/46 kB | 4.1/49 kB Progress (4): 155/472 kB | 7.7/29 kB | 4.1/46 kB | 7.7/49 kB Progress (4): 155/472 kB | 7.7/29 kB | 7.7/46 kB | 7.7/49 kB Progress (4): 155/472 kB | 7.7/29 kB | 12/46 kB | 7.7/49 kB Progress (4): 155/472 kB | 12/29 kB | 12/46 kB | 7.7/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar Progress (4): 155/472 kB | 16/29 kB | 12/46 kB | 7.7/49 kB Progress (4): 155/472 kB | 16/29 kB | 16/46 kB | 7.7/49 kB Progress (4): 155/472 kB | 16/29 kB | 16/46 kB | 12/49 kB Progress (4): 159/472 kB | 16/29 kB | 16/46 kB | 12/49 kB Progress (4): 159/472 kB | 20/29 kB | 16/46 kB | 12/49 kB Progress (4): 159/472 kB | 20/29 kB | 16/46 kB | 16/49 kB Progress (4): 159/472 kB | 24/29 kB | 16/46 kB | 16/49 kB Progress (4): 159/472 kB | 24/29 kB | 20/46 kB | 16/49 kB Progress (4): 163/472 kB | 24/29 kB | 20/46 kB | 16/49 kB Progress (4): 163/472 kB | 24/29 kB | 24/46 kB | 16/49 kB Progress (4): 163/472 kB | 24/29 kB | 24/46 kB | 20/49 kB Progress (4): 163/472 kB | 28/29 kB | 24/46 kB | 20/49 kB Progress (4): 163/472 kB | 28/29 kB | 24/46 kB | 24/49 kB Progress (4): 163/472 kB | 28/29 kB | 28/46 kB | 24/49 kB Progress (4): 167/472 kB | 28/29 kB | 28/46 kB | 24/49 kB Progress (4): 167/472 kB | 28/29 kB | 28/46 kB | 28/49 kB Progress (4): 167/472 kB | 29 kB | 28/46 kB | 28/49 kB Progress (4): 167/472 kB | 29 kB | 28/46 kB | 32/49 kB Progress (4): 171/472 kB | 29 kB | 28/46 kB | 32/49 kB Progress (4): 171/472 kB | 29 kB | 32/46 kB | 32/49 kB Progress (5): 171/472 kB | 29 kB | 32/46 kB | 32/49 kB | 4.1/22 kB Progress (5): 176/472 kB | 29 kB | 32/46 kB | 32/49 kB | 4.1/22 kB Progress (5): 176/472 kB | 29 kB | 36/46 kB | 32/49 kB | 4.1/22 kB Progress (5): 176/472 kB | 29 kB | 36/46 kB | 32/49 kB | 7.7/22 kB Progress (5): 176/472 kB | 29 kB | 36/46 kB | 36/49 kB | 7.7/22 kB Progress (5): 176/472 kB | 29 kB | 36/46 kB | 36/49 kB | 12/22 kB Progress (5): 176/472 kB | 29 kB | 40/46 kB | 36/49 kB | 12/22 kB Progress (5): 180/472 kB | 29 kB | 40/46 kB | 36/49 kB | 12/22 kB Progress (5): 180/472 kB | 29 kB | 45/46 kB | 36/49 kB | 12/22 kB Progress (5): 180/472 kB | 29 kB | 45/46 kB | 36/49 kB | 16/22 kB Progress (5): 180/472 kB | 29 kB | 45/46 kB | 40/49 kB | 16/22 kB Progress (5): 184/472 kB | 29 kB | 45/46 kB | 40/49 kB | 16/22 kB Progress (5): 184/472 kB | 29 kB | 46 kB | 40/49 kB | 16/22 kB Progress (5): 188/472 kB | 29 kB | 46 kB | 40/49 kB | 16/22 kB Progress (5): 188/472 kB | 29 kB | 46 kB | 40/49 kB | 20/22 kB Progress (5): 188/472 kB | 29 kB | 46 kB | 45/49 kB | 20/22 kB Progress (5): 188/472 kB | 29 kB | 46 kB | 45/49 kB | 22 kB Progress (5): 192/472 kB | 29 kB | 46 kB | 45/49 kB | 22 kB Progress (5): 192/472 kB | 29 kB | 46 kB | 49/49 kB | 22 kB Progress (5): 196/472 kB | 29 kB | 46 kB | 49/49 kB | 22 kB Progress (5): 196/472 kB | 29 kB | 46 kB | 49 kB | 22 kB Progress (5): 200/472 kB | 29 kB | 46 kB | 49 kB | 22 kB Progress (5): 204/472 kB | 29 kB | 46 kB | 49 kB | 22 kB Progress (5): 208/472 kB | 29 kB | 46 kB | 49 kB | 22 kB Progress (5): 212/472 kB | 29 kB | 46 kB | 49 kB | 22 kB Progress (5): 217/472 kB | 29 kB | 46 kB | 49 kB | 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar (22 kB at 42 kB/s) Progress (4): 221/472 kB | 29 kB | 46 kB | 49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar Progress (4): 225/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 229/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 233/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 237/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 241/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 245/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 249/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 253/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 258/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 262/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 266/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 270/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 274/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 278/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 282/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 286/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 290/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 294/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 298/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 303/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 307/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 311/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 315/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 319/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 323/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 327/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 331/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 335/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 339/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 344/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 348/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 352/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 356/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 360/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 364/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 368/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 372/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 376/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 380/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 384/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 389/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 393/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 397/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 401/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 405/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 409/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 413/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 417/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 421/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 425/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 430/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 434/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 438/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 442/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 446/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 450/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 454/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 458/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 462/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 466/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 471/472 kB | 29 kB | 46 kB | 49 kB Progress (4): 472 kB | 29 kB | 46 kB | 49 kB 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 76 kB/s) 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 47 kB/s) 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 80 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar Progress (2): 472 kB | 4.1/263 kB Progress (2): 472 kB | 7.7/263 kB Progress (2): 472 kB | 12/263 kB Progress (2): 472 kB | 16/263 kB Progress (2): 472 kB | 20/263 kB Progress (2): 472 kB | 24/263 kB Progress (2): 472 kB | 28/263 kB Progress (2): 472 kB | 32/263 kB Progress (3): 472 kB | 32/263 kB | 4.1/196 kB Progress (3): 472 kB | 32/263 kB | 7.7/196 kB Progress (3): 472 kB | 36/263 kB | 7.7/196 kB Progress (3): 472 kB | 36/263 kB | 12/196 kB Progress (3): 472 kB | 40/263 kB | 12/196 kB Progress (3): 472 kB | 40/263 kB | 16/196 kB Progress (3): 472 kB | 45/263 kB | 16/196 kB Progress (3): 472 kB | 49/263 kB | 16/196 kB Progress (3): 472 kB | 49/263 kB | 20/196 kB Progress (3): 472 kB | 49/263 kB | 24/196 kB Progress (3): 472 kB | 53/263 kB | 24/196 kB Progress (3): 472 kB | 53/263 kB | 28/196 kB Progress (3): 472 kB | 57/263 kB | 28/196 kB Progress (3): 472 kB | 57/263 kB | 32/196 kB Progress (3): 472 kB | 61/263 kB | 32/196 kB 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 762 kB/s) Progress (2): 65/263 kB | 32/196 kB Progress (3): 65/263 kB | 32/196 kB | 4.1/76 kB Progress (3): 65/263 kB | 36/196 kB | 4.1/76 kB Progress (3): 65/263 kB | 36/196 kB | 7.7/76 kB 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 Progress (3): 65/263 kB | 36/196 kB | 12/76 kB Progress (3): 69/263 kB | 36/196 kB | 12/76 kB Progress (3): 69/263 kB | 40/196 kB | 12/76 kB Progress (3): 73/263 kB | 40/196 kB | 12/76 kB Progress (3): 73/263 kB | 40/196 kB | 16/76 kB Progress (3): 77/263 kB | 40/196 kB | 16/76 kB Progress (3): 77/263 kB | 45/196 kB | 16/76 kB Progress (3): 81/263 kB | 45/196 kB | 16/76 kB Progress (3): 81/263 kB | 49/196 kB | 16/76 kB Progress (3): 85/263 kB | 49/196 kB | 16/76 kB Progress (3): 85/263 kB | 49/196 kB | 20/76 kB Progress (3): 85/263 kB | 53/196 kB | 20/76 kB Progress (3): 90/263 kB | 53/196 kB | 20/76 kB Progress (3): 90/263 kB | 57/196 kB | 20/76 kB Progress (3): 90/263 kB | 57/196 kB | 24/76 kB Progress (3): 90/263 kB | 61/196 kB | 24/76 kB Progress (3): 94/263 kB | 61/196 kB | 24/76 kB Progress (3): 94/263 kB | 65/196 kB | 24/76 kB Progress (3): 94/263 kB | 65/196 kB | 28/76 kB Progress (3): 98/263 kB | 65/196 kB | 28/76 kB Progress (3): 98/263 kB | 65/196 kB | 32/76 kB Progress (3): 98/263 kB | 69/196 kB | 32/76 kB Progress (3): 98/263 kB | 73/196 kB | 32/76 kB Progress (3): 98/263 kB | 77/196 kB | 32/76 kB Progress (3): 102/263 kB | 77/196 kB | 32/76 kB Progress (3): 102/263 kB | 81/196 kB | 32/76 kB Progress (3): 106/263 kB | 81/196 kB | 32/76 kB Progress (3): 106/263 kB | 81/196 kB | 36/76 kB Progress (3): 110/263 kB | 81/196 kB | 36/76 kB Progress (3): 110/263 kB | 81/196 kB | 40/76 kB Progress (3): 110/263 kB | 85/196 kB | 40/76 kB Progress (3): 114/263 kB | 85/196 kB | 40/76 kB Progress (4): 114/263 kB | 85/196 kB | 40/76 kB | 4.1/215 kB Progress (4): 114/263 kB | 90/196 kB | 40/76 kB | 4.1/215 kB Progress (4): 114/263 kB | 90/196 kB | 45/76 kB | 4.1/215 kB Progress (4): 114/263 kB | 94/196 kB | 45/76 kB | 4.1/215 kB Progress (4): 114/263 kB | 94/196 kB | 45/76 kB | 7.7/215 kB Progress (4): 114/263 kB | 98/196 kB | 45/76 kB | 7.7/215 kB Progress (4): 114/263 kB | 98/196 kB | 49/76 kB | 7.7/215 kB Progress (4): 118/263 kB | 98/196 kB | 49/76 kB | 7.7/215 kB Progress (4): 118/263 kB | 98/196 kB | 49/76 kB | 12/215 kB Progress (4): 122/263 kB | 98/196 kB | 49/76 kB | 12/215 kB Progress (4): 122/263 kB | 98/196 kB | 49/76 kB | 16/215 kB Progress (4): 126/263 kB | 98/196 kB | 49/76 kB | 16/215 kB Progress (4): 126/263 kB | 102/196 kB | 49/76 kB | 16/215 kB Progress (4): 131/263 kB | 102/196 kB | 49/76 kB | 16/215 kB Progress (4): 131/263 kB | 102/196 kB | 53/76 kB | 16/215 kB Progress (4): 131/263 kB | 106/196 kB | 53/76 kB | 16/215 kB Progress (4): 131/263 kB | 106/196 kB | 57/76 kB | 16/215 kB Progress (4): 131/263 kB | 106/196 kB | 57/76 kB | 20/215 kB Progress (4): 131/263 kB | 106/196 kB | 61/76 kB | 20/215 kB Progress (4): 135/263 kB | 106/196 kB | 61/76 kB | 20/215 kB Progress (4): 135/263 kB | 110/196 kB | 61/76 kB | 20/215 kB Progress (4): 139/263 kB | 110/196 kB | 61/76 kB | 20/215 kB Progress (4): 139/263 kB | 110/196 kB | 65/76 kB | 20/215 kB Progress (4): 139/263 kB | 110/196 kB | 65/76 kB | 24/215 kB Progress (4): 143/263 kB | 110/196 kB | 65/76 kB | 24/215 kB Progress (4): 143/263 kB | 114/196 kB | 65/76 kB | 24/215 kB Progress (4): 147/263 kB | 114/196 kB | 65/76 kB | 24/215 kB Progress (4): 147/263 kB | 114/196 kB | 65/76 kB | 28/215 kB Progress (4): 147/263 kB | 114/196 kB | 69/76 kB | 28/215 kB Progress (4): 147/263 kB | 114/196 kB | 69/76 kB | 32/215 kB Progress (4): 147/263 kB | 114/196 kB | 73/76 kB | 32/215 kB Progress (4): 147/263 kB | 118/196 kB | 73/76 kB | 32/215 kB Progress (4): 147/263 kB | 118/196 kB | 76 kB | 32/215 kB Progress (4): 151/263 kB | 118/196 kB | 76 kB | 32/215 kB Progress (4): 151/263 kB | 118/196 kB | 76 kB | 36/215 kB Progress (4): 151/263 kB | 122/196 kB | 76 kB | 36/215 kB Progress (4): 151/263 kB | 122/196 kB | 76 kB | 40/215 kB Progress (4): 155/263 kB | 122/196 kB | 76 kB | 40/215 kB Progress (4): 155/263 kB | 122/196 kB | 76 kB | 45/215 kB Progress (4): 155/263 kB | 126/196 kB | 76 kB | 45/215 kB Progress (4): 155/263 kB | 126/196 kB | 76 kB | 49/215 kB Progress (4): 159/263 kB | 126/196 kB | 76 kB | 49/215 kB Progress (4): 159/263 kB | 131/196 kB | 76 kB | 49/215 kB Progress (4): 163/263 kB | 131/196 kB | 76 kB | 49/215 kB Progress (4): 163/263 kB | 131/196 kB | 76 kB | 53/215 kB Progress (4): 163/263 kB | 135/196 kB | 76 kB | 53/215 kB Progress (4): 163/263 kB | 135/196 kB | 76 kB | 57/215 kB Progress (4): 163/263 kB | 139/196 kB | 76 kB | 57/215 kB Progress (4): 167/263 kB | 139/196 kB | 76 kB | 57/215 kB Progress (5): 167/263 kB | 139/196 kB | 76 kB | 57/215 kB | 4.1/592 kB Progress (5): 167/263 kB | 139/196 kB | 76 kB | 61/215 kB | 4.1/592 kB Progress (5): 167/263 kB | 139/196 kB | 76 kB | 61/215 kB | 7.7/592 kB Progress (5): 171/263 kB | 139/196 kB | 76 kB | 61/215 kB | 7.7/592 kB Progress (5): 171/263 kB | 143/196 kB | 76 kB | 61/215 kB | 7.7/592 kB Progress (5): 176/263 kB | 143/196 kB | 76 kB | 61/215 kB | 7.7/592 kB Progress (5): 176/263 kB | 143/196 kB | 76 kB | 61/215 kB | 12/592 kB Progress (5): 176/263 kB | 143/196 kB | 76 kB | 65/215 kB | 12/592 kB Progress (5): 176/263 kB | 143/196 kB | 76 kB | 65/215 kB | 16/592 kB Progress (5): 180/263 kB | 143/196 kB | 76 kB | 65/215 kB | 16/592 kB Progress (5): 180/263 kB | 147/196 kB | 76 kB | 65/215 kB | 16/592 kB Progress (5): 180/263 kB | 147/196 kB | 76 kB | 65/215 kB | 20/592 kB Progress (5): 180/263 kB | 147/196 kB | 76 kB | 69/215 kB | 20/592 kB Progress (5): 180/263 kB | 151/196 kB | 76 kB | 69/215 kB | 20/592 kB Progress (5): 180/263 kB | 151/196 kB | 76 kB | 69/215 kB | 24/592 kB Progress (5): 180/263 kB | 155/196 kB | 76 kB | 69/215 kB | 24/592 kB Progress (5): 180/263 kB | 155/196 kB | 76 kB | 73/215 kB | 24/592 kB Progress (5): 180/263 kB | 155/196 kB | 76 kB | 77/215 kB | 24/592 kB Progress (5): 180/263 kB | 155/196 kB | 76 kB | 81/215 kB | 24/592 kB Progress (5): 180/263 kB | 155/196 kB | 76 kB | 85/215 kB | 24/592 kB Progress (5): 180/263 kB | 155/196 kB | 76 kB | 90/215 kB | 24/592 kB Progress (5): 180/263 kB | 155/196 kB | 76 kB | 94/215 kB | 24/592 kB Progress (5): 180/263 kB | 155/196 kB | 76 kB | 98/215 kB | 24/592 kB Progress (5): 184/263 kB | 155/196 kB | 76 kB | 98/215 kB | 24/592 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 106 kB/s) Progress (4): 184/263 kB | 159/196 kB | 98/215 kB | 24/592 kB Progress (4): 184/263 kB | 159/196 kB | 98/215 kB | 28/592 kB Progress (4): 184/263 kB | 163/196 kB | 98/215 kB | 28/592 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (4): 184/263 kB | 163/196 kB | 102/215 kB | 28/592 kB Progress (4): 188/263 kB | 163/196 kB | 102/215 kB | 28/592 kB Progress (4): 188/263 kB | 163/196 kB | 106/215 kB | 28/592 kB Progress (4): 188/263 kB | 167/196 kB | 106/215 kB | 28/592 kB Progress (4): 188/263 kB | 167/196 kB | 106/215 kB | 32/592 kB Progress (4): 188/263 kB | 171/196 kB | 106/215 kB | 32/592 kB Progress (4): 188/263 kB | 171/196 kB | 110/215 kB | 32/592 kB Progress (4): 192/263 kB | 171/196 kB | 110/215 kB | 32/592 kB Progress (4): 192/263 kB | 171/196 kB | 114/215 kB | 32/592 kB Progress (4): 192/263 kB | 176/196 kB | 114/215 kB | 32/592 kB Progress (4): 196/263 kB | 176/196 kB | 114/215 kB | 32/592 kB Progress (4): 196/263 kB | 176/196 kB | 114/215 kB | 36/592 kB Progress (4): 196/263 kB | 180/196 kB | 114/215 kB | 36/592 kB Progress (4): 196/263 kB | 180/196 kB | 114/215 kB | 40/592 kB Progress (4): 196/263 kB | 180/196 kB | 118/215 kB | 40/592 kB Progress (4): 196/263 kB | 180/196 kB | 118/215 kB | 45/592 kB Progress (4): 196/263 kB | 180/196 kB | 122/215 kB | 45/592 kB Progress (4): 196/263 kB | 184/196 kB | 122/215 kB | 45/592 kB Progress (4): 196/263 kB | 184/196 kB | 122/215 kB | 49/592 kB Progress (4): 200/263 kB | 184/196 kB | 122/215 kB | 49/592 kB Progress (4): 200/263 kB | 188/196 kB | 122/215 kB | 49/592 kB Progress (4): 200/263 kB | 188/196 kB | 126/215 kB | 49/592 kB Progress (4): 200/263 kB | 192/196 kB | 126/215 kB | 49/592 kB Progress (4): 204/263 kB | 192/196 kB | 126/215 kB | 49/592 kB Progress (4): 204/263 kB | 196/196 kB | 126/215 kB | 49/592 kB Progress (4): 204/263 kB | 196/196 kB | 126/215 kB | 53/592 kB Progress (4): 204/263 kB | 196/196 kB | 131/215 kB | 53/592 kB Progress (4): 204/263 kB | 196/196 kB | 131/215 kB | 57/592 kB Progress (4): 204/263 kB | 196 kB | 131/215 kB | 57/592 kB Progress (4): 208/263 kB | 196 kB | 131/215 kB | 57/592 kB Progress (4): 208/263 kB | 196 kB | 131/215 kB | 61/592 kB Progress (4): 208/263 kB | 196 kB | 135/215 kB | 61/592 kB Progress (4): 208/263 kB | 196 kB | 135/215 kB | 65/592 kB Progress (4): 212/263 kB | 196 kB | 135/215 kB | 65/592 kB Progress (4): 212/263 kB | 196 kB | 139/215 kB | 65/592 kB Progress (4): 212/263 kB | 196 kB | 143/215 kB | 65/592 kB Progress (4): 212/263 kB | 196 kB | 143/215 kB | 69/592 kB Progress (4): 212/263 kB | 196 kB | 147/215 kB | 69/592 kB Progress (4): 212/263 kB | 196 kB | 147/215 kB | 73/592 kB Progress (4): 217/263 kB | 196 kB | 147/215 kB | 73/592 kB Progress (4): 217/263 kB | 196 kB | 147/215 kB | 77/592 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 274 kB/s) Progress (3): 221/263 kB | 147/215 kB | 77/592 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar Progress (3): 221/263 kB | 151/215 kB | 77/592 kB Progress (3): 221/263 kB | 151/215 kB | 81/592 kB Progress (3): 221/263 kB | 155/215 kB | 81/592 kB Progress (3): 225/263 kB | 155/215 kB | 81/592 kB Progress (3): 225/263 kB | 159/215 kB | 81/592 kB Progress (3): 229/263 kB | 159/215 kB | 81/592 kB Progress (3): 229/263 kB | 163/215 kB | 81/592 kB Progress (3): 229/263 kB | 163/215 kB | 85/592 kB Progress (3): 229/263 kB | 163/215 kB | 90/592 kB Progress (3): 229/263 kB | 163/215 kB | 94/592 kB Progress (3): 229/263 kB | 163/215 kB | 98/592 kB Progress (3): 233/263 kB | 163/215 kB | 98/592 kB Progress (3): 233/263 kB | 167/215 kB | 98/592 kB Progress (3): 237/263 kB | 167/215 kB | 98/592 kB Progress (3): 237/263 kB | 171/215 kB | 98/592 kB Progress (3): 237/263 kB | 171/215 kB | 102/592 kB Progress (3): 237/263 kB | 176/215 kB | 102/592 kB Progress (3): 241/263 kB | 176/215 kB | 102/592 kB Progress (3): 241/263 kB | 180/215 kB | 102/592 kB Progress (3): 241/263 kB | 180/215 kB | 106/592 kB Progress (3): 245/263 kB | 180/215 kB | 106/592 kB Progress (3): 245/263 kB | 180/215 kB | 110/592 kB Progress (3): 245/263 kB | 180/215 kB | 114/592 kB Progress (3): 245/263 kB | 184/215 kB | 114/592 kB Progress (3): 245/263 kB | 188/215 kB | 114/592 kB Progress (3): 249/263 kB | 188/215 kB | 114/592 kB Progress (3): 249/263 kB | 188/215 kB | 118/592 kB Progress (3): 253/263 kB | 188/215 kB | 118/592 kB Progress (3): 253/263 kB | 192/215 kB | 118/592 kB Progress (3): 258/263 kB | 192/215 kB | 118/592 kB Progress (3): 258/263 kB | 192/215 kB | 122/592 kB Progress (3): 262/263 kB | 192/215 kB | 122/592 kB Progress (3): 262/263 kB | 196/215 kB | 122/592 kB Progress (3): 262/263 kB | 196/215 kB | 126/592 kB Progress (3): 263 kB | 196/215 kB | 126/592 kB Progress (3): 263 kB | 196/215 kB | 131/592 kB Progress (3): 263 kB | 200/215 kB | 131/592 kB Progress (3): 263 kB | 200/215 kB | 135/592 kB Progress (3): 263 kB | 204/215 kB | 135/592 kB Progress (3): 263 kB | 204/215 kB | 139/592 kB Progress (3): 263 kB | 208/215 kB | 139/592 kB Progress (3): 263 kB | 208/215 kB | 143/592 kB Progress (3): 263 kB | 212/215 kB | 143/592 kB Progress (3): 263 kB | 212/215 kB | 147/592 kB Progress (3): 263 kB | 215 kB | 147/592 kB Progress (3): 263 kB | 215 kB | 151/592 kB Progress (3): 263 kB | 215 kB | 155/592 kB Progress (3): 263 kB | 215 kB | 159/592 kB Progress (3): 263 kB | 215 kB | 163/592 kB Progress (3): 263 kB | 215 kB | 167/592 kB Progress (3): 263 kB | 215 kB | 171/592 kB Progress (3): 263 kB | 215 kB | 176/592 kB Progress (3): 263 kB | 215 kB | 180/592 kB Progress (3): 263 kB | 215 kB | 184/592 kB Progress (3): 263 kB | 215 kB | 188/592 kB Progress (3): 263 kB | 215 kB | 192/592 kB Progress (3): 263 kB | 215 kB | 196/592 kB Progress (3): 263 kB | 215 kB | 200/592 kB Progress (3): 263 kB | 215 kB | 204/592 kB Progress (3): 263 kB | 215 kB | 208/592 kB Progress (3): 263 kB | 215 kB | 212/592 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 361 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar Progress (2): 215 kB | 217/592 kB Progress (2): 215 kB | 221/592 kB Progress (2): 215 kB | 225/592 kB Progress (2): 215 kB | 229/592 kB Progress (3): 215 kB | 229/592 kB | 4.1/58 kB Progress (3): 215 kB | 233/592 kB | 4.1/58 kB Progress (3): 215 kB | 233/592 kB | 7.7/58 kB Progress (3): 215 kB | 237/592 kB | 7.7/58 kB Progress (3): 215 kB | 237/592 kB | 12/58 kB Progress (3): 215 kB | 241/592 kB | 12/58 kB Progress (3): 215 kB | 241/592 kB | 16/58 kB Progress (3): 215 kB | 245/592 kB | 16/58 kB Progress (4): 215 kB | 245/592 kB | 16/58 kB | 4.1/248 kB Progress (4): 215 kB | 245/592 kB | 16/58 kB | 7.7/248 kB Progress (4): 215 kB | 245/592 kB | 16/58 kB | 12/248 kB Progress (4): 215 kB | 249/592 kB | 16/58 kB | 12/248 kB Progress (4): 215 kB | 249/592 kB | 16/58 kB | 16/248 kB Progress (4): 215 kB | 253/592 kB | 16/58 kB | 16/248 kB Progress (4): 215 kB | 253/592 kB | 20/58 kB | 16/248 kB Progress (4): 215 kB | 258/592 kB | 20/58 kB | 16/248 kB Progress (4): 215 kB | 258/592 kB | 24/58 kB | 16/248 kB Progress (4): 215 kB | 258/592 kB | 24/58 kB | 20/248 kB Progress (4): 215 kB | 262/592 kB | 24/58 kB | 20/248 kB Progress (4): 215 kB | 262/592 kB | 24/58 kB | 24/248 kB Progress (4): 215 kB | 262/592 kB | 28/58 kB | 24/248 kB Progress (4): 215 kB | 262/592 kB | 28/58 kB | 28/248 kB Progress (4): 215 kB | 262/592 kB | 32/58 kB | 28/248 kB Progress (4): 215 kB | 266/592 kB | 32/58 kB | 28/248 kB Progress (4): 215 kB | 266/592 kB | 32/58 kB | 32/248 kB Progress (4): 215 kB | 270/592 kB | 32/58 kB | 32/248 kB Progress (4): 215 kB | 274/592 kB | 32/58 kB | 32/248 kB Progress (4): 215 kB | 278/592 kB | 32/58 kB | 32/248 kB Progress (4): 215 kB | 278/592 kB | 32/58 kB | 36/248 kB Progress (4): 215 kB | 278/592 kB | 36/58 kB | 36/248 kB Progress (4): 215 kB | 278/592 kB | 36/58 kB | 40/248 kB Progress (4): 215 kB | 278/592 kB | 40/58 kB | 40/248 kB Progress (4): 215 kB | 278/592 kB | 40/58 kB | 45/248 kB Progress (4): 215 kB | 282/592 kB | 40/58 kB | 45/248 kB Progress (4): 215 kB | 282/592 kB | 40/58 kB | 49/248 kB Progress (4): 215 kB | 282/592 kB | 45/58 kB | 49/248 kB Progress (4): 215 kB | 286/592 kB | 45/58 kB | 49/248 kB Progress (4): 215 kB | 286/592 kB | 49/58 kB | 49/248 kB Progress (4): 215 kB | 290/592 kB | 49/58 kB | 49/248 kB Progress (4): 215 kB | 290/592 kB | 49/58 kB | 53/248 kB Progress (4): 215 kB | 294/592 kB | 49/58 kB | 53/248 kB Progress (4): 215 kB | 294/592 kB | 49/58 kB | 57/248 kB Progress (4): 215 kB | 294/592 kB | 49/58 kB | 61/248 kB Progress (4): 215 kB | 294/592 kB | 53/58 kB | 61/248 kB Progress (4): 215 kB | 294/592 kB | 53/58 kB | 65/248 kB Progress (4): 215 kB | 294/592 kB | 57/58 kB | 65/248 kB Progress (4): 215 kB | 298/592 kB | 57/58 kB | 65/248 kB Progress (4): 215 kB | 298/592 kB | 58 kB | 65/248 kB Progress (4): 215 kB | 298/592 kB | 58 kB | 69/248 kB Progress (4): 215 kB | 298/592 kB | 58 kB | 73/248 kB Progress (4): 215 kB | 298/592 kB | 58 kB | 77/248 kB Progress (4): 215 kB | 298/592 kB | 58 kB | 81/248 kB Progress (4): 215 kB | 303/592 kB | 58 kB | 81/248 kB Progress (5): 215 kB | 303/592 kB | 58 kB | 81/248 kB | 4.1/109 kB Progress (5): 215 kB | 303/592 kB | 58 kB | 81/248 kB | 7.7/109 kB Progress (5): 215 kB | 303/592 kB | 58 kB | 81/248 kB | 12/109 kB Progress (5): 215 kB | 303/592 kB | 58 kB | 85/248 kB | 12/109 kB Progress (5): 215 kB | 303/592 kB | 58 kB | 85/248 kB | 16/109 kB Progress (5): 215 kB | 303/592 kB | 58 kB | 90/248 kB | 16/109 kB Progress (5): 215 kB | 303/592 kB | 58 kB | 94/248 kB | 16/109 kB Progress (5): 215 kB | 307/592 kB | 58 kB | 94/248 kB | 16/109 kB Progress (5): 215 kB | 307/592 kB | 58 kB | 98/248 kB | 16/109 kB Progress (5): 215 kB | 311/592 kB | 58 kB | 98/248 kB | 16/109 kB Progress (5): 215 kB | 311/592 kB | 58 kB | 98/248 kB | 20/109 kB Progress (5): 215 kB | 311/592 kB | 58 kB | 98/248 kB | 24/109 kB Progress (5): 215 kB | 311/592 kB | 58 kB | 98/248 kB | 28/109 kB Progress (5): 215 kB | 315/592 kB | 58 kB | 98/248 kB | 28/109 kB Progress (5): 215 kB | 315/592 kB | 58 kB | 102/248 kB | 28/109 kB Progress (5): 215 kB | 319/592 kB | 58 kB | 102/248 kB | 28/109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 262 kB/s) 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 71 kB/s) Progress (3): 319/592 kB | 102/248 kB | 32/109 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar Progress (3): 323/592 kB | 102/248 kB | 32/109 kB Progress (3): 323/592 kB | 106/248 kB | 32/109 kB Progress (3): 327/592 kB | 106/248 kB | 32/109 kB Progress (3): 327/592 kB | 106/248 kB | 36/109 kB Progress (3): 327/592 kB | 110/248 kB | 36/109 kB Progress (3): 327/592 kB | 110/248 kB | 40/109 kB Progress (3): 327/592 kB | 114/248 kB | 40/109 kB Progress (3): 327/592 kB | 114/248 kB | 45/109 kB Progress (3): 331/592 kB | 114/248 kB | 45/109 kB Progress (3): 331/592 kB | 114/248 kB | 49/109 kB Progress (3): 335/592 kB | 114/248 kB | 49/109 kB Progress (3): 335/592 kB | 118/248 kB | 49/109 kB Progress (3): 339/592 kB | 118/248 kB | 49/109 kB Progress (3): 339/592 kB | 122/248 kB | 49/109 kB Progress (3): 339/592 kB | 122/248 kB | 53/109 kB Progress (3): 344/592 kB | 122/248 kB | 53/109 kB Progress (4): 344/592 kB | 122/248 kB | 53/109 kB | 0/1.5 MB Progress (4): 344/592 kB | 122/248 kB | 57/109 kB | 0/1.5 MB Progress (4): 344/592 kB | 122/248 kB | 57/109 kB | 0/1.5 MB Progress (4): 344/592 kB | 126/248 kB | 57/109 kB | 0/1.5 MB Progress (4): 348/592 kB | 126/248 kB | 57/109 kB | 0/1.5 MB Progress (4): 348/592 kB | 126/248 kB | 61/109 kB | 0/1.5 MB Progress (5): 348/592 kB | 126/248 kB | 61/109 kB | 0/1.5 MB | 4.1/13 kB Progress (5): 348/592 kB | 126/248 kB | 65/109 kB | 0/1.5 MB | 4.1/13 kB Progress (5): 352/592 kB | 126/248 kB | 65/109 kB | 0/1.5 MB | 4.1/13 kB Progress (5): 352/592 kB | 131/248 kB | 65/109 kB | 0/1.5 MB | 4.1/13 kB Progress (5): 356/592 kB | 131/248 kB | 65/109 kB | 0/1.5 MB | 4.1/13 kB Progress (5): 356/592 kB | 131/248 kB | 65/109 kB | 0/1.5 MB | 4.1/13 kB Progress (5): 356/592 kB | 131/248 kB | 65/109 kB | 0/1.5 MB | 7.7/13 kB Progress (5): 356/592 kB | 135/248 kB | 65/109 kB | 0/1.5 MB | 7.7/13 kB Progress (5): 356/592 kB | 135/248 kB | 65/109 kB | 0/1.5 MB | 7.7/13 kB Progress (5): 356/592 kB | 135/248 kB | 69/109 kB | 0/1.5 MB | 7.7/13 kB Progress (5): 360/592 kB | 135/248 kB | 69/109 kB | 0/1.5 MB | 7.7/13 kB Progress (5): 360/592 kB | 135/248 kB | 73/109 kB | 0/1.5 MB | 7.7/13 kB Progress (5): 360/592 kB | 139/248 kB | 73/109 kB | 0/1.5 MB | 7.7/13 kB Progress (5): 360/592 kB | 139/248 kB | 73/109 kB | 0/1.5 MB | 12/13 kB Progress (5): 360/592 kB | 139/248 kB | 73/109 kB | 0/1.5 MB | 12/13 kB Progress (5): 360/592 kB | 143/248 kB | 73/109 kB | 0/1.5 MB | 12/13 kB Progress (5): 360/592 kB | 143/248 kB | 77/109 kB | 0/1.5 MB | 12/13 kB Progress (5): 360/592 kB | 147/248 kB | 77/109 kB | 0/1.5 MB | 12/13 kB Progress (5): 360/592 kB | 147/248 kB | 77/109 kB | 0/1.5 MB | 12/13 kB Progress (5): 360/592 kB | 147/248 kB | 77/109 kB | 0/1.5 MB | 13 kB Progress (5): 364/592 kB | 147/248 kB | 77/109 kB | 0/1.5 MB | 13 kB Progress (5): 364/592 kB | 147/248 kB | 81/109 kB | 0/1.5 MB | 13 kB Progress (5): 364/592 kB | 151/248 kB | 81/109 kB | 0/1.5 MB | 13 kB Progress (5): 368/592 kB | 151/248 kB | 81/109 kB | 0/1.5 MB | 13 kB Progress (5): 368/592 kB | 155/248 kB | 81/109 kB | 0/1.5 MB | 13 kB Progress (5): 368/592 kB | 155/248 kB | 81/109 kB | 0.1/1.5 MB | 13 kB Progress (5): 368/592 kB | 159/248 kB | 81/109 kB | 0.1/1.5 MB | 13 kB Progress (5): 368/592 kB | 159/248 kB | 81/109 kB | 0.1/1.5 MB | 13 kB Progress (5): 368/592 kB | 159/248 kB | 85/109 kB | 0.1/1.5 MB | 13 kB Progress (5): 372/592 kB | 159/248 kB | 85/109 kB | 0.1/1.5 MB | 13 kB Progress (5): 372/592 kB | 159/248 kB | 90/109 kB | 0.1/1.5 MB | 13 kB Progress (5): 372/592 kB | 163/248 kB | 90/109 kB | 0.1/1.5 MB | 13 kB Progress (5): 372/592 kB | 163/248 kB | 94/109 kB | 0.1/1.5 MB | 13 kB Progress (5): 376/592 kB | 163/248 kB | 94/109 kB | 0.1/1.5 MB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar (13 kB at 16 kB/s) Progress (4): 376/592 kB | 163/248 kB | 98/109 kB | 0.1/1.5 MB Progress (4): 376/592 kB | 163/248 kB | 98/109 kB | 0.1/1.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar Progress (4): 380/592 kB | 163/248 kB | 98/109 kB | 0.1/1.5 MB Progress (4): 380/592 kB | 167/248 kB | 98/109 kB | 0.1/1.5 MB Progress (4): 384/592 kB | 167/248 kB | 98/109 kB | 0.1/1.5 MB Progress (4): 384/592 kB | 167/248 kB | 102/109 kB | 0.1/1.5 MB Progress (4): 384/592 kB | 167/248 kB | 102/109 kB | 0.1/1.5 MB Progress (4): 384/592 kB | 167/248 kB | 106/109 kB | 0.1/1.5 MB Progress (4): 389/592 kB | 167/248 kB | 106/109 kB | 0.1/1.5 MB Progress (4): 389/592 kB | 171/248 kB | 106/109 kB | 0.1/1.5 MB Progress (4): 393/592 kB | 171/248 kB | 106/109 kB | 0.1/1.5 MB Progress (4): 393/592 kB | 171/248 kB | 106/109 kB | 0.1/1.5 MB Progress (4): 393/592 kB | 171/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 393/592 kB | 171/248 kB | 109 kB | 0.1/1.5 MB Progress (5): 393/592 kB | 171/248 kB | 109 kB | 0.1/1.5 MB | 3.1 kB Progress (5): 393/592 kB | 176/248 kB | 109 kB | 0.1/1.5 MB | 3.1 kB Progress (5): 397/592 kB | 176/248 kB | 109 kB | 0.1/1.5 MB | 3.1 kB Progress (5): 397/592 kB | 180/248 kB | 109 kB | 0.1/1.5 MB | 3.1 kB Progress (5): 397/592 kB | 180/248 kB | 109 kB | 0.1/1.5 MB | 3.1 kB Progress (5): 401/592 kB | 180/248 kB | 109 kB | 0.1/1.5 MB | 3.1 kB Progress (5): 401/592 kB | 180/248 kB | 109 kB | 0.1/1.5 MB | 3.1 kB Progress (5): 405/592 kB | 180/248 kB | 109 kB | 0.1/1.5 MB | 3.1 kB Progress (5): 405/592 kB | 184/248 kB | 109 kB | 0.1/1.5 MB | 3.1 kB Progress (5): 409/592 kB | 184/248 kB | 109 kB | 0.1/1.5 MB | 3.1 kB Progress (5): 409/592 kB | 188/248 kB | 109 kB | 0.1/1.5 MB | 3.1 kB Progress (5): 409/592 kB | 188/248 kB | 109 kB | 0.1/1.5 MB | 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar (3.1 kB at 3.7 kB/s) Progress (4): 413/592 kB | 188/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 413/592 kB | 188/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 413/592 kB | 192/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 417/592 kB | 192/248 kB | 109 kB | 0.1/1.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar Progress (4): 421/592 kB | 192/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 421/592 kB | 196/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 425/592 kB | 196/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 425/592 kB | 196/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 425/592 kB | 196/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 425/592 kB | 200/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 430/592 kB | 200/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 430/592 kB | 204/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 434/592 kB | 204/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 434/592 kB | 208/248 kB | 109 kB | 0.1/1.5 MB Progress (4): 434/592 kB | 208/248 kB | 109 kB | 0.2/1.5 MB Progress (4): 434/592 kB | 212/248 kB | 109 kB | 0.2/1.5 MB Progress (4): 438/592 kB | 212/248 kB | 109 kB | 0.2/1.5 MB Progress (5): 438/592 kB | 212/248 kB | 109 kB | 0.2/1.5 MB | 4.1/38 kB Progress (5): 438/592 kB | 212/248 kB | 109 kB | 0.2/1.5 MB | 4.1/38 kB Progress (5): 438/592 kB | 212/248 kB | 109 kB | 0.2/1.5 MB | 7.7/38 kB Progress (5): 442/592 kB | 212/248 kB | 109 kB | 0.2/1.5 MB | 7.7/38 kB Progress (5): 442/592 kB | 212/248 kB | 109 kB | 0.2/1.5 MB | 12/38 kB Progress (5): 442/592 kB | 217/248 kB | 109 kB | 0.2/1.5 MB | 12/38 kB Progress (5): 442/592 kB | 221/248 kB | 109 kB | 0.2/1.5 MB | 12/38 kB Progress (5): 442/592 kB | 225/248 kB | 109 kB | 0.2/1.5 MB | 12/38 kB Progress (5): 442/592 kB | 229/248 kB | 109 kB | 0.2/1.5 MB | 12/38 kB Progress (5): 442/592 kB | 229/248 kB | 109 kB | 0.2/1.5 MB | 16/38 kB Progress (5): 442/592 kB | 229/248 kB | 109 kB | 0.2/1.5 MB | 16/38 kB Progress (5): 442/592 kB | 233/248 kB | 109 kB | 0.2/1.5 MB | 16/38 kB Progress (5): 446/592 kB | 233/248 kB | 109 kB | 0.2/1.5 MB | 16/38 kB Progress (5): 446/592 kB | 237/248 kB | 109 kB | 0.2/1.5 MB | 16/38 kB Progress (5): 446/592 kB | 237/248 kB | 109 kB | 0.2/1.5 MB | 16/38 kB Progress (5): 446/592 kB | 237/248 kB | 109 kB | 0.2/1.5 MB | 20/38 kB Progress (5): 446/592 kB | 241/248 kB | 109 kB | 0.2/1.5 MB | 20/38 kB Progress (5): 450/592 kB | 241/248 kB | 109 kB | 0.2/1.5 MB | 20/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 119 kB/s) Progress (4): 450/592 kB | 245/248 kB | 0.2/1.5 MB | 20/38 kB Progress (4): 450/592 kB | 245/248 kB | 0.2/1.5 MB | 24/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar Progress (4): 454/592 kB | 245/248 kB | 0.2/1.5 MB | 24/38 kB Progress (4): 454/592 kB | 245/248 kB | 0.2/1.5 MB | 24/38 kB Progress (4): 458/592 kB | 245/248 kB | 0.2/1.5 MB | 24/38 kB Progress (4): 458/592 kB | 245/248 kB | 0.2/1.5 MB | 28/38 kB Progress (4): 458/592 kB | 248 kB | 0.2/1.5 MB | 28/38 kB Progress (4): 458/592 kB | 248 kB | 0.2/1.5 MB | 32/38 kB Progress (4): 458/592 kB | 248 kB | 0.2/1.5 MB | 32/38 kB Progress (4): 462/592 kB | 248 kB | 0.2/1.5 MB | 32/38 kB Progress (4): 466/592 kB | 248 kB | 0.2/1.5 MB | 32/38 kB Progress (4): 466/592 kB | 248 kB | 0.2/1.5 MB | 36/38 kB Progress (4): 471/592 kB | 248 kB | 0.2/1.5 MB | 36/38 kB Progress (4): 471/592 kB | 248 kB | 0.2/1.5 MB | 38 kB Progress (4): 471/592 kB | 248 kB | 0.2/1.5 MB | 38 kB Progress (4): 475/592 kB | 248 kB | 0.2/1.5 MB | 38 kB Progress (4): 475/592 kB | 248 kB | 0.2/1.5 MB | 38 kB Progress (4): 479/592 kB | 248 kB | 0.2/1.5 MB | 38 kB Progress (4): 479/592 kB | 248 kB | 0.2/1.5 MB | 38 kB Progress (4): 483/592 kB | 248 kB | 0.2/1.5 MB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar (248 kB at 271 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar (38 kB at 42 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar Progress (2): 487/592 kB | 0.2/1.5 MB Progress (2): 487/592 kB | 0.2/1.5 MB Progress (2): 491/592 kB | 0.2/1.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar Progress (2): 495/592 kB | 0.2/1.5 MB Progress (2): 499/592 kB | 0.2/1.5 MB Progress (2): 503/592 kB | 0.2/1.5 MB Progress (2): 503/592 kB | 0.2/1.5 MB Progress (2): 507/592 kB | 0.2/1.5 MB Progress (2): 507/592 kB | 0.2/1.5 MB Progress (3): 507/592 kB | 0.2/1.5 MB | 4.1/9.4 kB Progress (3): 511/592 kB | 0.2/1.5 MB | 4.1/9.4 kB Progress (3): 511/592 kB | 0.2/1.5 MB | 7.7/9.4 kB Progress (3): 516/592 kB | 0.2/1.5 MB | 7.7/9.4 kB Progress (3): 516/592 kB | 0.2/1.5 MB | 9.4 kB Progress (3): 520/592 kB | 0.2/1.5 MB | 9.4 kB Progress (4): 520/592 kB | 0.2/1.5 MB | 9.4 kB | 4.1/7.0 kB Progress (4): 520/592 kB | 0.3/1.5 MB | 9.4 kB | 4.1/7.0 kB Progress (4): 524/592 kB | 0.3/1.5 MB | 9.4 kB | 4.1/7.0 kB Progress (4): 524/592 kB | 0.3/1.5 MB | 9.4 kB | 7.0 kB Progress (4): 524/592 kB | 0.3/1.5 MB | 9.4 kB | 7.0 kB Progress (4): 528/592 kB | 0.3/1.5 MB | 9.4 kB | 7.0 kB Progress (4): 532/592 kB | 0.3/1.5 MB | 9.4 kB | 7.0 kB Progress (5): 532/592 kB | 0.3/1.5 MB | 9.4 kB | 7.0 kB | 4.1/131 kB Progress (5): 536/592 kB | 0.3/1.5 MB | 9.4 kB | 7.0 kB | 4.1/131 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar (9.4 kB at 10 kB/s) Progress (4): 536/592 kB | 0.3/1.5 MB | 7.0 kB | 4.1/131 kB Progress (4): 540/592 kB | 0.3/1.5 MB | 7.0 kB | 4.1/131 kB Progress (4): 540/592 kB | 0.3/1.5 MB | 7.0 kB | 7.7/131 kB Progress (4): 540/592 kB | 0.3/1.5 MB | 7.0 kB | 7.7/131 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar (7.0 kB at 7.6 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar 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 Progress (3): 544/592 kB | 0.3/1.5 MB | 7.7/131 kB Progress (3): 544/592 kB | 0.3/1.5 MB | 12/131 kB Progress (3): 548/592 kB | 0.3/1.5 MB | 12/131 kB Progress (3): 548/592 kB | 0.3/1.5 MB | 12/131 kB Progress (3): 552/592 kB | 0.3/1.5 MB | 12/131 kB Progress (3): 552/592 kB | 0.3/1.5 MB | 16/131 kB Progress (3): 557/592 kB | 0.3/1.5 MB | 16/131 kB Progress (3): 557/592 kB | 0.3/1.5 MB | 16/131 kB Progress (3): 561/592 kB | 0.3/1.5 MB | 16/131 kB Progress (4): 561/592 kB | 0.3/1.5 MB | 16/131 kB | 4.1/37 kB Progress (4): 561/592 kB | 0.3/1.5 MB | 20/131 kB | 4.1/37 kB Progress (4): 561/592 kB | 0.3/1.5 MB | 20/131 kB | 7.7/37 kB Progress (4): 565/592 kB | 0.3/1.5 MB | 20/131 kB | 7.7/37 kB Progress (4): 565/592 kB | 0.3/1.5 MB | 20/131 kB | 12/37 kB Progress (4): 565/592 kB | 0.3/1.5 MB | 20/131 kB | 12/37 kB Progress (4): 565/592 kB | 0.3/1.5 MB | 24/131 kB | 12/37 kB Progress (5): 565/592 kB | 0.3/1.5 MB | 24/131 kB | 12/37 kB | 4.1/285 kB Progress (5): 565/592 kB | 0.3/1.5 MB | 28/131 kB | 12/37 kB | 4.1/285 kB Progress (5): 565/592 kB | 0.3/1.5 MB | 28/131 kB | 12/37 kB | 4.1/285 kB Progress (5): 565/592 kB | 0.3/1.5 MB | 28/131 kB | 16/37 kB | 4.1/285 kB Progress (5): 569/592 kB | 0.3/1.5 MB | 28/131 kB | 16/37 kB | 4.1/285 kB Progress (5): 569/592 kB | 0.3/1.5 MB | 32/131 kB | 16/37 kB | 4.1/285 kB Progress (5): 569/592 kB | 0.3/1.5 MB | 32/131 kB | 16/37 kB | 7.7/285 kB Progress (5): 569/592 kB | 0.3/1.5 MB | 32/131 kB | 20/37 kB | 7.7/285 kB Progress (5): 573/592 kB | 0.3/1.5 MB | 32/131 kB | 20/37 kB | 7.7/285 kB Progress (5): 573/592 kB | 0.3/1.5 MB | 32/131 kB | 24/37 kB | 7.7/285 kB Progress (5): 573/592 kB | 0.3/1.5 MB | 32/131 kB | 24/37 kB | 7.7/285 kB Progress (5): 573/592 kB | 0.3/1.5 MB | 32/131 kB | 24/37 kB | 12/285 kB Progress (5): 573/592 kB | 0.3/1.5 MB | 32/131 kB | 24/37 kB | 12/285 kB Progress (5): 577/592 kB | 0.3/1.5 MB | 32/131 kB | 24/37 kB | 12/285 kB Progress (5): 577/592 kB | 0.3/1.5 MB | 36/131 kB | 24/37 kB | 12/285 kB Progress (5): 577/592 kB | 0.3/1.5 MB | 36/131 kB | 28/37 kB | 12/285 kB Progress (5): 577/592 kB | 0.3/1.5 MB | 40/131 kB | 28/37 kB | 12/285 kB Progress (5): 581/592 kB | 0.3/1.5 MB | 40/131 kB | 28/37 kB | 12/285 kB Progress (5): 581/592 kB | 0.3/1.5 MB | 40/131 kB | 28/37 kB | 16/285 kB Progress (5): 585/592 kB | 0.3/1.5 MB | 40/131 kB | 28/37 kB | 16/285 kB Progress (5): 585/592 kB | 0.3/1.5 MB | 40/131 kB | 28/37 kB | 16/285 kB Progress (5): 585/592 kB | 0.3/1.5 MB | 45/131 kB | 28/37 kB | 16/285 kB Progress (5): 585/592 kB | 0.3/1.5 MB | 45/131 kB | 32/37 kB | 16/285 kB Progress (5): 585/592 kB | 0.3/1.5 MB | 49/131 kB | 32/37 kB | 16/285 kB Progress (5): 585/592 kB | 0.3/1.5 MB | 49/131 kB | 32/37 kB | 20/285 kB Progress (5): 585/592 kB | 0.3/1.5 MB | 49/131 kB | 32/37 kB | 20/285 kB Progress (5): 589/592 kB | 0.3/1.5 MB | 49/131 kB | 32/37 kB | 20/285 kB Progress (5): 589/592 kB | 0.3/1.5 MB | 49/131 kB | 32/37 kB | 24/285 kB Progress (5): 589/592 kB | 0.3/1.5 MB | 49/131 kB | 36/37 kB | 24/285 kB Progress (5): 589/592 kB | 0.3/1.5 MB | 53/131 kB | 36/37 kB | 24/285 kB Progress (5): 589/592 kB | 0.3/1.5 MB | 53/131 kB | 36/37 kB | 28/285 kB Progress (5): 592 kB | 0.3/1.5 MB | 53/131 kB | 36/37 kB | 28/285 kB Progress (5): 592 kB | 0.4/1.5 MB | 53/131 kB | 36/37 kB | 28/285 kB Progress (5): 592 kB | 0.4/1.5 MB | 53/131 kB | 36/37 kB | 32/285 kB Progress (5): 592 kB | 0.4/1.5 MB | 57/131 kB | 36/37 kB | 32/285 kB Progress (5): 592 kB | 0.4/1.5 MB | 57/131 kB | 37 kB | 32/285 kB Progress (5): 592 kB | 0.4/1.5 MB | 61/131 kB | 37 kB | 32/285 kB Progress (5): 592 kB | 0.4/1.5 MB | 61/131 kB | 37 kB | 32/285 kB Progress (5): 592 kB | 0.4/1.5 MB | 65/131 kB | 37 kB | 32/285 kB Progress (5): 592 kB | 0.4/1.5 MB | 65/131 kB | 37 kB | 36/285 kB Progress (5): 592 kB | 0.4/1.5 MB | 65/131 kB | 37 kB | 40/285 kB Progress (5): 592 kB | 0.4/1.5 MB | 65/131 kB | 37 kB | 45/285 kB Progress (5): 592 kB | 0.4/1.5 MB | 65/131 kB | 37 kB | 49/285 kB Progress (5): 592 kB | 0.4/1.5 MB | 65/131 kB | 37 kB | 49/285 kB Progress (5): 592 kB | 0.4/1.5 MB | 69/131 kB | 37 kB | 49/285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar (37 kB at 37 kB/s) Progress (4): 592 kB | 0.4/1.5 MB | 69/131 kB | 49/285 kB 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 Progress (4): 592 kB | 0.4/1.5 MB | 69/131 kB | 53/285 kB Progress (4): 592 kB | 0.4/1.5 MB | 73/131 kB | 53/285 kB Progress (4): 592 kB | 0.4/1.5 MB | 73/131 kB | 53/285 kB Progress (4): 592 kB | 0.4/1.5 MB | 73/131 kB | 57/285 kB 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 585 kB/s) Progress (3): 0.4/1.5 MB | 73/131 kB | 61/285 kB Progress (3): 0.4/1.5 MB | 73/131 kB | 61/285 kB Progress (3): 0.4/1.5 MB | 77/131 kB | 61/285 kB Progress (3): 0.4/1.5 MB | 77/131 kB | 65/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar Progress (3): 0.4/1.5 MB | 77/131 kB | 69/285 kB Progress (3): 0.4/1.5 MB | 77/131 kB | 69/285 kB Progress (3): 0.4/1.5 MB | 81/131 kB | 69/285 kB Progress (3): 0.4/1.5 MB | 81/131 kB | 69/285 kB Progress (3): 0.4/1.5 MB | 81/131 kB | 73/285 kB Progress (4): 0.4/1.5 MB | 81/131 kB | 73/285 kB | 4.1/53 kB Progress (4): 0.4/1.5 MB | 81/131 kB | 77/285 kB | 4.1/53 kB Progress (4): 0.4/1.5 MB | 81/131 kB | 77/285 kB | 7.7/53 kB Progress (4): 0.4/1.5 MB | 85/131 kB | 77/285 kB | 7.7/53 kB Progress (4): 0.4/1.5 MB | 85/131 kB | 81/285 kB | 7.7/53 kB Progress (4): 0.4/1.5 MB | 90/131 kB | 81/285 kB | 7.7/53 kB Progress (4): 0.4/1.5 MB | 90/131 kB | 81/285 kB | 12/53 kB Progress (4): 0.4/1.5 MB | 90/131 kB | 81/285 kB | 12/53 kB Progress (4): 0.4/1.5 MB | 90/131 kB | 81/285 kB | 16/53 kB Progress (4): 0.4/1.5 MB | 94/131 kB | 81/285 kB | 16/53 kB Progress (4): 0.4/1.5 MB | 94/131 kB | 81/285 kB | 16/53 kB Progress (4): 0.4/1.5 MB | 94/131 kB | 85/285 kB | 16/53 kB Progress (4): 0.4/1.5 MB | 94/131 kB | 85/285 kB | 20/53 kB Progress (5): 0.4/1.5 MB | 94/131 kB | 85/285 kB | 20/53 kB | 4.1/37 kB Progress (5): 0.4/1.5 MB | 98/131 kB | 85/285 kB | 20/53 kB | 4.1/37 kB Progress (5): 0.4/1.5 MB | 98/131 kB | 85/285 kB | 20/53 kB | 7.7/37 kB Progress (5): 0.4/1.5 MB | 98/131 kB | 85/285 kB | 24/53 kB | 7.7/37 kB Progress (5): 0.4/1.5 MB | 98/131 kB | 90/285 kB | 24/53 kB | 7.7/37 kB Progress (5): 0.4/1.5 MB | 98/131 kB | 90/285 kB | 28/53 kB | 7.7/37 kB Progress (5): 0.4/1.5 MB | 98/131 kB | 90/285 kB | 28/53 kB | 12/37 kB Progress (5): 0.4/1.5 MB | 98/131 kB | 90/285 kB | 28/53 kB | 12/37 kB Progress (5): 0.4/1.5 MB | 98/131 kB | 90/285 kB | 28/53 kB | 16/37 kB Progress (5): 0.4/1.5 MB | 102/131 kB | 90/285 kB | 28/53 kB | 16/37 kB Progress (5): 0.4/1.5 MB | 102/131 kB | 90/285 kB | 32/53 kB | 16/37 kB Progress (5): 0.4/1.5 MB | 102/131 kB | 94/285 kB | 32/53 kB | 16/37 kB Progress (5): 0.4/1.5 MB | 106/131 kB | 94/285 kB | 32/53 kB | 16/37 kB Progress (5): 0.4/1.5 MB | 106/131 kB | 94/285 kB | 32/53 kB | 16/37 kB Progress (5): 0.4/1.5 MB | 106/131 kB | 94/285 kB | 36/53 kB | 16/37 kB Progress (5): 0.4/1.5 MB | 110/131 kB | 94/285 kB | 36/53 kB | 16/37 kB Progress (5): 0.4/1.5 MB | 110/131 kB | 94/285 kB | 36/53 kB | 20/37 kB Progress (5): 0.4/1.5 MB | 110/131 kB | 98/285 kB | 36/53 kB | 20/37 kB Progress (5): 0.4/1.5 MB | 110/131 kB | 98/285 kB | 36/53 kB | 24/37 kB Progress (5): 0.4/1.5 MB | 114/131 kB | 98/285 kB | 36/53 kB | 24/37 kB Progress (5): 0.4/1.5 MB | 114/131 kB | 98/285 kB | 40/53 kB | 24/37 kB Progress (5): 0.4/1.5 MB | 114/131 kB | 102/285 kB | 40/53 kB | 24/37 kB Progress (5): 0.4/1.5 MB | 114/131 kB | 102/285 kB | 40/53 kB | 28/37 kB Progress (5): 0.5/1.5 MB | 114/131 kB | 102/285 kB | 40/53 kB | 28/37 kB Progress (5): 0.5/1.5 MB | 114/131 kB | 102/285 kB | 40/53 kB | 32/37 kB Progress (5): 0.5/1.5 MB | 114/131 kB | 106/285 kB | 40/53 kB | 32/37 kB Progress (5): 0.5/1.5 MB | 114/131 kB | 106/285 kB | 45/53 kB | 32/37 kB Progress (5): 0.5/1.5 MB | 114/131 kB | 106/285 kB | 45/53 kB | 36/37 kB Progress (5): 0.5/1.5 MB | 114/131 kB | 110/285 kB | 45/53 kB | 36/37 kB Progress (5): 0.5/1.5 MB | 114/131 kB | 110/285 kB | 45/53 kB | 36/37 kB Progress (5): 0.5/1.5 MB | 118/131 kB | 110/285 kB | 45/53 kB | 36/37 kB Progress (5): 0.5/1.5 MB | 118/131 kB | 114/285 kB | 45/53 kB | 36/37 kB Progress (5): 0.5/1.5 MB | 118/131 kB | 114/285 kB | 45/53 kB | 37 kB Progress (5): 0.5/1.5 MB | 118/131 kB | 114/285 kB | 49/53 kB | 37 kB Progress (5): 0.5/1.5 MB | 122/131 kB | 114/285 kB | 49/53 kB | 37 kB Progress (5): 0.5/1.5 MB | 122/131 kB | 114/285 kB | 53/53 kB | 37 kB Progress (5): 0.5/1.5 MB | 122/131 kB | 114/285 kB | 53/53 kB | 37 kB Progress (5): 0.5/1.5 MB | 122/131 kB | 118/285 kB | 53/53 kB | 37 kB Progress (5): 0.5/1.5 MB | 122/131 kB | 118/285 kB | 53/53 kB | 37 kB Progress (5): 0.5/1.5 MB | 122/131 kB | 118/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 126/131 kB | 118/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 126/131 kB | 122/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131/131 kB | 122/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131/131 kB | 126/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 126/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 126/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 131/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 131/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 135/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 139/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 143/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 147/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 147/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 147/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 151/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 155/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 159/285 kB | 53 kB | 37 kB Progress (5): 0.5/1.5 MB | 131 kB | 163/285 kB | 53 kB | 37 kB 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 52 kB/s) Progress (4): 0.5/1.5 MB | 131 kB | 167/285 kB | 37 kB Progress (4): 0.5/1.5 MB | 131 kB | 167/285 kB | 37 kB Progress (4): 0.5/1.5 MB | 131 kB | 171/285 kB | 37 kB 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 Progress (4): 0.5/1.5 MB | 131 kB | 176/285 kB | 37 kB Progress (4): 0.5/1.5 MB | 131 kB | 176/285 kB | 37 kB Progress (4): 0.5/1.5 MB | 131 kB | 180/285 kB | 37 kB Progress (4): 0.5/1.5 MB | 131 kB | 184/285 kB | 37 kB Progress (4): 0.5/1.5 MB | 131 kB | 184/285 kB | 37 kB Progress (4): 0.5/1.5 MB | 131 kB | 188/285 kB | 37 kB Progress (4): 0.5/1.5 MB | 131 kB | 188/285 kB | 37 kB Progress (4): 0.5/1.5 MB | 131 kB | 192/285 kB | 37 kB Progress (4): 0.5/1.5 MB | 131 kB | 196/285 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar (37 kB at 36 kB/s) Progress (3): 0.5/1.5 MB | 131 kB | 200/285 kB Progress (3): 0.5/1.5 MB | 131 kB | 200/285 kB Progress (3): 0.5/1.5 MB | 131 kB | 204/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar Progress (3): 0.5/1.5 MB | 131 kB | 208/285 kB Progress (3): 0.6/1.5 MB | 131 kB | 208/285 kB Progress (3): 0.6/1.5 MB | 131 kB | 212/285 kB Progress (3): 0.6/1.5 MB | 131 kB | 217/285 kB Progress (3): 0.6/1.5 MB | 131 kB | 221/285 kB Progress (3): 0.6/1.5 MB | 131 kB | 221/285 kB Progress (3): 0.6/1.5 MB | 131 kB | 225/285 kB Progress (3): 0.6/1.5 MB | 131 kB | 225/285 kB Progress (3): 0.6/1.5 MB | 131 kB | 229/285 kB Progress (3): 0.6/1.5 MB | 131 kB | 233/285 kB Progress (3): 0.6/1.5 MB | 131 kB | 237/285 kB Progress (3): 0.6/1.5 MB | 131 kB | 237/285 kB Progress (3): 0.6/1.5 MB | 131 kB | 237/285 kB Progress (4): 0.6/1.5 MB | 131 kB | 237/285 kB | 4.1/29 kB Progress (4): 0.6/1.5 MB | 131 kB | 237/285 kB | 7.7/29 kB Progress (4): 0.6/1.5 MB | 131 kB | 237/285 kB | 12/29 kB Progress (4): 0.6/1.5 MB | 131 kB | 241/285 kB | 12/29 kB Progress (4): 0.6/1.5 MB | 131 kB | 241/285 kB | 12/29 kB Progress (4): 0.6/1.5 MB | 131 kB | 245/285 kB | 12/29 kB Progress (4): 0.6/1.5 MB | 131 kB | 245/285 kB | 16/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 118 kB/s) Progress (3): 0.6/1.5 MB | 249/285 kB | 16/29 kB Progress (3): 0.6/1.5 MB | 249/285 kB | 16/29 kB Progress (3): 0.6/1.5 MB | 253/285 kB | 16/29 kB Progress (3): 0.6/1.5 MB | 253/285 kB | 20/29 kB Progress (3): 0.6/1.5 MB | 258/285 kB | 20/29 kB Progress (3): 0.6/1.5 MB | 258/285 kB | 24/29 kB Progress (3): 0.6/1.5 MB | 262/285 kB | 24/29 kB Progress (3): 0.6/1.5 MB | 262/285 kB | 28/29 kB Progress (3): 0.6/1.5 MB | 262/285 kB | 29 kB Progress (3): 0.6/1.5 MB | 262/285 kB | 29 kB Progress (3): 0.6/1.5 MB | 262/285 kB | 29 kB Progress (3): 0.6/1.5 MB | 266/285 kB | 29 kB Progress (3): 0.6/1.5 MB | 270/285 kB | 29 kB Progress (3): 0.6/1.5 MB | 274/285 kB | 29 kB Progress (3): 0.6/1.5 MB | 278/285 kB | 29 kB Progress (3): 0.6/1.5 MB | 278/285 kB | 29 kB Progress (3): 0.6/1.5 MB | 282/285 kB | 29 kB Progress (3): 0.6/1.5 MB | 282/285 kB | 29 kB Progress (3): 0.6/1.5 MB | 285 kB | 29 kB Progress (3): 0.6/1.5 MB | 285 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar (29 kB at 26 kB/s) Progress (2): 0.7/1.5 MB | 285 kB 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 256 kB/s) Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar (1.5 MB at 1.2 MB/s) Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB 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 3.4 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip Progress (1): 0/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip (8.1 MB at 21 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar Progress (1): 4.1/218 kB Progress (1): 7.7/218 kB Progress (1): 12/218 kB Progress (1): 16/218 kB Progress (1): 20/218 kB Progress (1): 24/218 kB Progress (1): 28/218 kB Progress (1): 32/218 kB Progress (1): 36/218 kB Progress (1): 40/218 kB Progress (1): 45/218 kB Progress (1): 49/218 kB Progress (1): 53/218 kB Progress (1): 57/218 kB Progress (1): 61/218 kB Progress (1): 65/218 kB Progress (1): 69/218 kB Progress (1): 73/218 kB Progress (1): 77/218 kB Progress (1): 81/218 kB Progress (1): 85/218 kB Progress (1): 90/218 kB Progress (1): 94/218 kB Progress (1): 98/218 kB Progress (1): 102/218 kB Progress (1): 106/218 kB Progress (1): 110/218 kB Progress (1): 114/218 kB Progress (1): 118/218 kB Progress (1): 122/218 kB Progress (1): 126/218 kB Progress (1): 131/218 kB Progress (1): 135/218 kB Progress (1): 139/218 kB Progress (1): 143/218 kB Progress (1): 147/218 kB Progress (1): 151/218 kB Progress (1): 155/218 kB Progress (1): 159/218 kB Progress (1): 163/218 kB Progress (1): 167/218 kB Progress (1): 171/218 kB Progress (1): 176/218 kB Progress (1): 180/218 kB Progress (1): 184/218 kB Progress (1): 188/218 kB Progress (1): 192/218 kB Progress (1): 196/218 kB Progress (1): 200/218 kB Progress (1): 204/218 kB Progress (1): 208/218 kB Progress (1): 212/218 kB Progress (1): 217/218 kB Progress (1): 218 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar (218 kB at 13 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 36/148 kB Progress (1): 40/148 kB Progress (1): 45/148 kB Progress (1): 49/148 kB Progress (1): 53/148 kB Progress (1): 57/148 kB Progress (1): 61/148 kB Progress (1): 65/148 kB Progress (1): 69/148 kB Progress (1): 73/148 kB Progress (1): 77/148 kB Progress (1): 81/148 kB Progress (1): 85/148 kB Progress (1): 90/148 kB Progress (1): 94/148 kB Progress (1): 98/148 kB Progress (1): 102/148 kB Progress (1): 106/148 kB Progress (1): 110/148 kB Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 131/148 kB Progress (1): 135/148 kB Progress (1): 139/148 kB Progress (1): 143/148 kB Progress (1): 147/148 kB Progress (1): 148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar (148 kB at 674 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar Progress (1): 4.1/50 kB Progress (1): 7.7/50 kB Progress (1): 12/50 kB Progress (1): 16/50 kB Progress (1): 20/50 kB Progress (1): 24/50 kB Progress (1): 28/50 kB Progress (1): 32/50 kB Progress (1): 36/50 kB Progress (1): 40/50 kB Progress (1): 45/50 kB Progress (1): 49/50 kB Progress (1): 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar (50 kB at 8.4 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom (2.7 kB at 116 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar Progress (1): 4.1/129 kB Progress (1): 7.7/129 kB Progress (1): 12/129 kB Progress (1): 16/129 kB Progress (1): 20/129 kB Progress (1): 24/129 kB Progress (1): 28/129 kB Progress (1): 32/129 kB Progress (1): 36/129 kB Progress (1): 40/129 kB Progress (1): 45/129 kB Progress (1): 49/129 kB Progress (1): 53/129 kB Progress (1): 57/129 kB Progress (1): 61/129 kB Progress (1): 65/129 kB Progress (1): 69/129 kB Progress (1): 73/129 kB Progress (1): 77/129 kB Progress (1): 81/129 kB Progress (1): 85/129 kB Progress (1): 90/129 kB Progress (1): 94/129 kB Progress (1): 98/129 kB Progress (1): 102/129 kB Progress (1): 106/129 kB Progress (1): 110/129 kB Progress (1): 114/129 kB Progress (1): 118/129 kB Progress (1): 122/129 kB Progress (1): 126/129 kB Progress (1): 129 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar (129 kB at 4.4 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 162 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 382 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 883 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 398 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar Progress (1): 4.1/62 kB Progress (1): 7.7/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 24/62 kB Progress (1): 28/62 kB Progress (1): 32/62 kB Progress (1): 36/62 kB Progress (1): 40/62 kB Progress (1): 45/62 kB Progress (1): 49/62 kB Progress (1): 53/62 kB Progress (1): 57/62 kB Progress (1): 61/62 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 1.4 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom (2.5 kB at 148 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar (33 kB at 1.4 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom (2.9 kB at 125 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar (23 kB at 1.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom 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 Progress (1): 4.1 kB Progress (1): 5.0 kB 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 228 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB 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 368 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 186 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 212 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 4.5 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom 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 Progress (1): 4.1 kB Progress (1): 4.6 kB 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 112 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 41 kB 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 939 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB 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 443 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 62 kB 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.5 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 328 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 76 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar 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 Progress (1): 4.1/24 kB Progress (2): 4.1/24 kB | 4.1/26 kB Progress (2): 4.1/24 kB | 7.7/26 kB Progress (2): 7.7/24 kB | 7.7/26 kB Progress (2): 7.7/24 kB | 12/26 kB Progress (2): 12/24 kB | 12/26 kB Progress (2): 12/24 kB | 16/26 kB Progress (2): 16/24 kB | 16/26 kB Progress (2): 20/24 kB | 16/26 kB Progress (3): 20/24 kB | 16/26 kB | 4.1/167 kB Progress (3): 20/24 kB | 20/26 kB | 4.1/167 kB Progress (3): 24 kB | 20/26 kB | 4.1/167 kB Progress (3): 24 kB | 24/26 kB | 4.1/167 kB Progress (3): 24 kB | 24/26 kB | 7.7/167 kB Progress (3): 24 kB | 26 kB | 7.7/167 kB Progress (3): 24 kB | 26 kB | 12/167 kB Progress (3): 24 kB | 26 kB | 16/167 kB Progress (3): 24 kB | 26 kB | 20/167 kB Progress (3): 24 kB | 26 kB | 24/167 kB Progress (3): 24 kB | 26 kB | 28/167 kB Progress (3): 24 kB | 26 kB | 32/167 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 773 kB/s) Progress (2): 24 kB | 36/167 kB Progress (2): 24 kB | 40/167 kB Progress (2): 24 kB | 45/167 kB Progress (3): 24 kB | 45/167 kB | 4.1/209 kB Progress (3): 24 kB | 49/167 kB | 4.1/209 kB Progress (3): 24 kB | 49/167 kB | 7.7/209 kB Progress (3): 24 kB | 49/167 kB | 12/209 kB Progress (3): 24 kB | 49/167 kB | 16/209 kB 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 644 kB/s) Progress (2): 53/167 kB | 16/209 kB Progress (2): 53/167 kB | 20/209 kB Progress (2): 57/167 kB | 20/209 kB Progress (2): 57/167 kB | 24/209 kB Progress (2): 61/167 kB | 24/209 kB Progress (2): 61/167 kB | 28/209 kB Progress (2): 65/167 kB | 28/209 kB Progress (2): 65/167 kB | 32/209 kB Progress (2): 69/167 kB | 32/209 kB Progress (2): 69/167 kB | 36/209 kB Progress (2): 73/167 kB | 36/209 kB Progress (2): 73/167 kB | 40/209 kB Progress (2): 77/167 kB | 40/209 kB Progress (2): 77/167 kB | 45/209 kB Progress (2): 81/167 kB | 45/209 kB Progress (2): 81/167 kB | 49/209 kB Progress (2): 85/167 kB | 49/209 kB Progress (2): 85/167 kB | 53/209 kB Progress (2): 90/167 kB | 53/209 kB Progress (2): 90/167 kB | 57/209 kB Progress (2): 94/167 kB | 57/209 kB Progress (2): 94/167 kB | 61/209 kB Progress (2): 98/167 kB | 61/209 kB Progress (2): 98/167 kB | 65/209 kB Progress (2): 102/167 kB | 65/209 kB Progress (2): 102/167 kB | 69/209 kB Progress (2): 106/167 kB | 69/209 kB Progress (2): 106/167 kB | 73/209 kB Progress (2): 110/167 kB | 73/209 kB Progress (2): 110/167 kB | 77/209 kB Progress (2): 114/167 kB | 77/209 kB Progress (2): 114/167 kB | 81/209 kB Progress (2): 118/167 kB | 81/209 kB Progress (2): 118/167 kB | 85/209 kB Progress (2): 122/167 kB | 85/209 kB Progress (2): 122/167 kB | 90/209 kB Progress (2): 126/167 kB | 90/209 kB Progress (2): 126/167 kB | 94/209 kB Progress (2): 131/167 kB | 94/209 kB Progress (2): 131/167 kB | 98/209 kB Progress (2): 135/167 kB | 98/209 kB Progress (2): 135/167 kB | 102/209 kB Progress (2): 139/167 kB | 102/209 kB Progress (2): 139/167 kB | 106/209 kB Progress (2): 143/167 kB | 106/209 kB Progress (2): 143/167 kB | 110/209 kB Progress (2): 147/167 kB | 110/209 kB Progress (2): 147/167 kB | 114/209 kB Progress (2): 151/167 kB | 114/209 kB Progress (2): 151/167 kB | 118/209 kB Progress (2): 155/167 kB | 118/209 kB Progress (2): 155/167 kB | 122/209 kB Progress (2): 159/167 kB | 122/209 kB Progress (2): 159/167 kB | 126/209 kB Progress (2): 163/167 kB | 126/209 kB Progress (2): 163/167 kB | 131/209 kB Progress (2): 167 kB | 131/209 kB Progress (2): 167 kB | 135/209 kB Progress (2): 167 kB | 139/209 kB Progress (2): 167 kB | 143/209 kB Progress (2): 167 kB | 147/209 kB Progress (2): 167 kB | 151/209 kB Progress (2): 167 kB | 155/209 kB Progress (2): 167 kB | 159/209 kB Progress (2): 167 kB | 163/209 kB Progress (2): 167 kB | 167/209 kB Progress (2): 167 kB | 171/209 kB Progress (2): 167 kB | 176/209 kB Progress (2): 167 kB | 180/209 kB Progress (2): 167 kB | 184/209 kB Progress (2): 167 kB | 188/209 kB Progress (2): 167 kB | 192/209 kB Progress (2): 167 kB | 196/209 kB Progress (2): 167 kB | 200/209 kB Progress (2): 167 kB | 204/209 kB Progress (2): 167 kB | 208/209 kB Progress (2): 167 kB | 209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 3.2 MB/s) 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 3.7 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom (1.7 kB at 570 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar Progress (1): 4.1/7.6 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar (7.6 kB at 1.9 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom 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 Progress (1): 3.9 kB 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 109 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB 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 502 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 26 kB 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 1.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 322 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar 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 Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB 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 770 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom (2.2 kB at 116 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar (28 kB at 1.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom (2.7 kB at 128 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 687 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 2.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 363 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom (2.1 kB at 85 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom (3.1 kB at 157 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB 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 267 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 173 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom (3.7 kB at 130 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom (3.2 kB at 122 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar Progress (1): 4.1/115 kB Progress (2): 4.1/115 kB | 4.1/28 kB Progress (2): 7.7/115 kB | 4.1/28 kB Progress (2): 7.7/115 kB | 7.7/28 kB Progress (2): 12/115 kB | 7.7/28 kB Progress (2): 12/115 kB | 12/28 kB Progress (2): 16/115 kB | 12/28 kB Progress (2): 16/115 kB | 16/28 kB Progress (2): 16/115 kB | 20/28 kB Progress (2): 20/115 kB | 20/28 kB Progress (2): 20/115 kB | 24/28 kB Progress (2): 24/115 kB | 24/28 kB Progress (2): 24/115 kB | 28 kB Progress (2): 28/115 kB | 28 kB Progress (2): 32/115 kB | 28 kB Progress (2): 36/115 kB | 28 kB Progress (2): 40/115 kB | 28 kB Progress (2): 45/115 kB | 28 kB Progress (2): 49/115 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar (28 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar Progress (1): 53/115 kB Progress (1): 57/115 kB Progress (1): 61/115 kB Progress (1): 65/115 kB Progress (1): 69/115 kB Progress (1): 73/115 kB Progress (1): 77/115 kB Progress (1): 81/115 kB Progress (2): 81/115 kB | 4.1/20 kB Progress (3): 81/115 kB | 4.1/20 kB | 4.1/81 kB Progress (3): 81/115 kB | 7.7/20 kB | 4.1/81 kB Progress (3): 81/115 kB | 7.7/20 kB | 7.7/81 kB Progress (3): 81/115 kB | 12/20 kB | 7.7/81 kB Progress (3): 81/115 kB | 12/20 kB | 12/81 kB Progress (3): 85/115 kB | 12/20 kB | 12/81 kB Progress (3): 85/115 kB | 12/20 kB | 16/81 kB Progress (3): 85/115 kB | 16/20 kB | 16/81 kB Progress (3): 90/115 kB | 16/20 kB | 16/81 kB Progress (3): 94/115 kB | 16/20 kB | 16/81 kB Progress (3): 94/115 kB | 20/20 kB | 16/81 kB Progress (3): 98/115 kB | 20/20 kB | 16/81 kB Progress (3): 98/115 kB | 20 kB | 16/81 kB Progress (3): 98/115 kB | 20 kB | 20/81 kB Progress (3): 98/115 kB | 20 kB | 24/81 kB Progress (3): 98/115 kB | 20 kB | 28/81 kB Progress (3): 98/115 kB | 20 kB | 32/81 kB Progress (3): 102/115 kB | 20 kB | 32/81 kB Progress (3): 106/115 kB | 20 kB | 32/81 kB Progress (4): 106/115 kB | 20 kB | 32/81 kB | 4.1/50 kB Progress (4): 110/115 kB | 20 kB | 32/81 kB | 4.1/50 kB Progress (4): 110/115 kB | 20 kB | 32/81 kB | 7.7/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar (20 kB at 376 kB/s) Progress (3): 110/115 kB | 36/81 kB | 7.7/50 kB Progress (4): 110/115 kB | 36/81 kB | 7.7/50 kB | 4.1/54 kB Progress (4): 110/115 kB | 36/81 kB | 12/50 kB | 4.1/54 kB Progress (4): 114/115 kB | 36/81 kB | 12/50 kB | 4.1/54 kB Progress (4): 114/115 kB | 36/81 kB | 16/50 kB | 4.1/54 kB Progress (4): 114/115 kB | 36/81 kB | 16/50 kB | 7.7/54 kB Progress (4): 114/115 kB | 40/81 kB | 16/50 kB | 7.7/54 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar Progress (4): 114/115 kB | 45/81 kB | 16/50 kB | 7.7/54 kB Progress (4): 114/115 kB | 45/81 kB | 16/50 kB | 12/54 kB Progress (4): 115 kB | 45/81 kB | 16/50 kB | 12/54 kB Progress (4): 115 kB | 45/81 kB | 16/50 kB | 16/54 kB Progress (4): 115 kB | 49/81 kB | 16/50 kB | 16/54 kB Progress (4): 115 kB | 49/81 kB | 20/50 kB | 16/54 kB Progress (4): 115 kB | 49/81 kB | 24/50 kB | 16/54 kB Progress (4): 115 kB | 53/81 kB | 24/50 kB | 16/54 kB Progress (4): 115 kB | 53/81 kB | 24/50 kB | 20/54 kB Progress (4): 115 kB | 57/81 kB | 24/50 kB | 20/54 kB Progress (4): 115 kB | 57/81 kB | 28/50 kB | 20/54 kB Progress (4): 115 kB | 61/81 kB | 28/50 kB | 20/54 kB Progress (5): 115 kB | 61/81 kB | 28/50 kB | 20/54 kB | 4.1/33 kB Progress (5): 115 kB | 61/81 kB | 28/50 kB | 24/54 kB | 4.1/33 kB Progress (5): 115 kB | 61/81 kB | 28/50 kB | 24/54 kB | 7.7/33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 1.9 MB/s) Progress (4): 65/81 kB | 28/50 kB | 24/54 kB | 7.7/33 kB Progress (4): 65/81 kB | 32/50 kB | 24/54 kB | 7.7/33 kB Progress (4): 65/81 kB | 32/50 kB | 24/54 kB | 12/33 kB Progress (4): 65/81 kB | 32/50 kB | 28/54 kB | 12/33 kB Progress (4): 65/81 kB | 32/50 kB | 28/54 kB | 16/33 kB Progress (4): 65/81 kB | 32/50 kB | 32/54 kB | 16/33 kB Progress (4): 65/81 kB | 36/50 kB | 32/54 kB | 16/33 kB Progress (4): 69/81 kB | 36/50 kB | 32/54 kB | 16/33 kB Progress (4): 69/81 kB | 40/50 kB | 32/54 kB | 16/33 kB Progress (4): 73/81 kB | 40/50 kB | 32/54 kB | 16/33 kB Progress (4): 73/81 kB | 40/50 kB | 32/54 kB | 20/33 kB Progress (4): 73/81 kB | 45/50 kB | 32/54 kB | 20/33 kB Progress (4): 73/81 kB | 45/50 kB | 32/54 kB | 24/33 kB Progress (4): 73/81 kB | 45/50 kB | 36/54 kB | 24/33 kB Progress (4): 77/81 kB | 45/50 kB | 36/54 kB | 24/33 kB Progress (4): 77/81 kB | 45/50 kB | 40/54 kB | 24/33 kB Progress (4): 77/81 kB | 45/50 kB | 40/54 kB | 28/33 kB Progress (4): 77/81 kB | 49/50 kB | 40/54 kB | 28/33 kB Progress (4): 77/81 kB | 49/50 kB | 40/54 kB | 32/33 kB Progress (4): 77/81 kB | 49/50 kB | 45/54 kB | 32/33 kB Progress (4): 77/81 kB | 49/50 kB | 45/54 kB | 33 kB Progress (4): 81 kB | 49/50 kB | 45/54 kB | 33 kB Progress (4): 81 kB | 49/50 kB | 49/54 kB | 33 kB Progress (4): 81 kB | 50 kB | 49/54 kB | 33 kB Progress (4): 81 kB | 50 kB | 53/54 kB | 33 kB Progress (4): 81 kB | 50 kB | 54 kB | 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar (81 kB at 1.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar (33 kB at 507 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar (50 kB at 762 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 800 kB/s) Downloading from cbi-releases: 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 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 Progress (1): 4.1 kB Progress (1): 4.9 kB 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 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB 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 3.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB 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 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 849 kB/s) Downloading from cbi-releases: 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 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 Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB 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 1.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom 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 Progress (1): 4.1 kB Progress (1): 5.7 kB 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 357 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB 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 432 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar 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 Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB 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 888 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB 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 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB 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 636 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB 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 1.8 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 388 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar 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 Progress (1): 4.1/124 kB Progress (1): 7.7/124 kB Progress (1): 12/124 kB Progress (1): 16/124 kB Progress (1): 20/124 kB Progress (1): 24/124 kB Progress (1): 28/124 kB Progress (1): 32/124 kB Progress (1): 36/124 kB Progress (1): 40/124 kB Progress (1): 45/124 kB Progress (1): 49/124 kB Progress (1): 53/124 kB Progress (1): 57/124 kB Progress (1): 61/124 kB Progress (1): 65/124 kB Progress (1): 69/124 kB Progress (1): 73/124 kB Progress (1): 77/124 kB Progress (1): 81/124 kB Progress (1): 85/124 kB Progress (1): 90/124 kB Progress (1): 94/124 kB Progress (1): 98/124 kB Progress (1): 102/124 kB Progress (1): 106/124 kB Progress (1): 110/124 kB Progress (1): 114/124 kB Progress (1): 118/124 kB Progress (1): 122/124 kB Progress (1): 124 kB 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 5.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Progress (1): 4.1 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 270 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.pom (2.0 kB at 89 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom (6.8 kB at 322 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.jar Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.jar (12 kB at 403 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Progress (1): 750 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 39 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 130 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.pom (5.6 kB at 266 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.jar Progress (1): 4.1/29 kB Progress (1): 7.7/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (1): 28/29 kB Progress (1): 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.jar (29 kB at 1.4 MB/s) Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 169 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom (4.8 kB at 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar Progress (1): 4.1/58 kB Progress (1): 7.7/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 40/58 kB Progress (1): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar (58 kB at 2.7 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom (3.3 kB at 84 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom (1.5 kB at 65 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom (3.0 kB at 131 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom (1.5 kB at 65 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom (1.9 kB at 80 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom (3.3 kB at 117 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom (2.1 kB at 99 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 197 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 122 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 43 kB 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 885 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 82 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 668 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 48 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 674 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Progress (1): 4.1 kB Progress (1): 7.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 223 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 99 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 830 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 64 kB/s) Downloading from cbi-releases: 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 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 Progress (1): 3.9 kB 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 188 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom 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 Progress (1): 492 B 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 27 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom 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 Progress (1): 4.1 kB Progress (1): 5.7 kB 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 205 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13/junit-4.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom (25 kB at 1.5 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 75 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 63 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom 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 Progress (1): 3.1 kB 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 68 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 55 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 37 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 49 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 154 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB 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 276 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 107 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 38 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 42 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 60 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 223 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 112 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 122 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 79 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 792 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 4.1 kB Progress (1): 6.6 kB 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 153 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from cbi-releases: 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.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar Progress (1): 4.1/185 kB Progress (1): 7.7/185 kB Progress (2): 7.7/185 kB | 7.7/927 kB Progress (2): 12/185 kB | 7.7/927 kB Progress (2): 12/185 kB | 16/927 kB Progress (2): 16/185 kB | 16/927 kB Progress (3): 16/185 kB | 16/927 kB | 4.1/65 kB Progress (3): 16/185 kB | 16/927 kB | 7.7/65 kB Progress (3): 16/185 kB | 16/927 kB | 12/65 kB Progress (3): 20/185 kB | 16/927 kB | 12/65 kB Progress (3): 20/185 kB | 24/927 kB | 12/65 kB Progress (3): 24/185 kB | 24/927 kB | 12/65 kB Progress (3): 24/185 kB | 24/927 kB | 16/65 kB Progress (3): 28/185 kB | 24/927 kB | 16/65 kB Progress (3): 28/185 kB | 32/927 kB | 16/65 kB Progress (3): 32/185 kB | 32/927 kB | 16/65 kB Progress (3): 32/185 kB | 40/927 kB | 16/65 kB Progress (3): 36/185 kB | 40/927 kB | 16/65 kB Progress (3): 36/185 kB | 40/927 kB | 20/65 kB Progress (3): 40/185 kB | 40/927 kB | 20/65 kB Progress (3): 40/185 kB | 49/927 kB | 20/65 kB Progress (3): 45/185 kB | 49/927 kB | 20/65 kB Progress (3): 45/185 kB | 49/927 kB | 24/65 kB Progress (4): 45/185 kB | 49/927 kB | 24/65 kB | 4.1/424 kB Progress (4): 45/185 kB | 49/927 kB | 28/65 kB | 4.1/424 kB Progress (4): 49/185 kB | 49/927 kB | 28/65 kB | 4.1/424 kB Progress (4): 49/185 kB | 49/927 kB | 32/65 kB | 4.1/424 kB Progress (4): 49/185 kB | 57/927 kB | 32/65 kB | 4.1/424 kB Progress (4): 49/185 kB | 57/927 kB | 32/65 kB | 7.7/424 kB Progress (4): 49/185 kB | 65/927 kB | 32/65 kB | 7.7/424 kB Progress (4): 53/185 kB | 65/927 kB | 32/65 kB | 7.7/424 kB Progress (4): 53/185 kB | 65/927 kB | 32/65 kB | 12/424 kB Progress (4): 57/185 kB | 65/927 kB | 32/65 kB | 12/424 kB Progress (4): 57/185 kB | 65/927 kB | 36/65 kB | 12/424 kB Progress (4): 57/185 kB | 65/927 kB | 36/65 kB | 16/424 kB Progress (4): 57/185 kB | 65/927 kB | 40/65 kB | 16/424 kB Progress (4): 57/185 kB | 73/927 kB | 40/65 kB | 16/424 kB Progress (4): 61/185 kB | 73/927 kB | 40/65 kB | 16/424 kB Progress (4): 61/185 kB | 81/927 kB | 40/65 kB | 16/424 kB Progress (4): 61/185 kB | 81/927 kB | 45/65 kB | 16/424 kB Progress (5): 61/185 kB | 81/927 kB | 45/65 kB | 16/424 kB | 4.1/25 kB Progress (5): 61/185 kB | 81/927 kB | 49/65 kB | 16/424 kB | 4.1/25 kB Progress (5): 61/185 kB | 81/927 kB | 49/65 kB | 20/424 kB | 4.1/25 kB Progress (5): 65/185 kB | 81/927 kB | 49/65 kB | 20/424 kB | 4.1/25 kB Progress (5): 65/185 kB | 81/927 kB | 49/65 kB | 24/424 kB | 4.1/25 kB Progress (5): 65/185 kB | 90/927 kB | 49/65 kB | 24/424 kB | 4.1/25 kB Progress (5): 65/185 kB | 90/927 kB | 49/65 kB | 24/424 kB | 7.7/25 kB Progress (5): 69/185 kB | 90/927 kB | 49/65 kB | 24/424 kB | 7.7/25 kB Progress (5): 69/185 kB | 98/927 kB | 49/65 kB | 24/424 kB | 7.7/25 kB Progress (5): 69/185 kB | 98/927 kB | 49/65 kB | 28/424 kB | 7.7/25 kB Progress (5): 73/185 kB | 98/927 kB | 49/65 kB | 28/424 kB | 7.7/25 kB Progress (5): 73/185 kB | 98/927 kB | 49/65 kB | 28/424 kB | 12/25 kB Progress (5): 73/185 kB | 98/927 kB | 53/65 kB | 28/424 kB | 12/25 kB Progress (5): 73/185 kB | 106/927 kB | 53/65 kB | 28/424 kB | 12/25 kB Progress (5): 73/185 kB | 106/927 kB | 53/65 kB | 28/424 kB | 16/25 kB Progress (5): 77/185 kB | 106/927 kB | 53/65 kB | 28/424 kB | 16/25 kB Progress (5): 77/185 kB | 106/927 kB | 53/65 kB | 32/424 kB | 16/25 kB Progress (5): 81/185 kB | 106/927 kB | 53/65 kB | 32/424 kB | 16/25 kB Progress (5): 81/185 kB | 114/927 kB | 53/65 kB | 32/424 kB | 16/25 kB Progress (5): 81/185 kB | 114/927 kB | 57/65 kB | 32/424 kB | 16/25 kB Progress (5): 81/185 kB | 114/927 kB | 57/65 kB | 32/424 kB | 20/25 kB Progress (5): 85/185 kB | 114/927 kB | 57/65 kB | 32/424 kB | 20/25 kB Progress (5): 85/185 kB | 114/927 kB | 61/65 kB | 32/424 kB | 20/25 kB Progress (5): 85/185 kB | 114/927 kB | 61/65 kB | 36/424 kB | 20/25 kB Progress (5): 85/185 kB | 114/927 kB | 65 kB | 36/424 kB | 20/25 kB Progress (5): 90/185 kB | 114/927 kB | 65 kB | 36/424 kB | 20/25 kB Progress (5): 90/185 kB | 122/927 kB | 65 kB | 36/424 kB | 20/25 kB Progress (5): 90/185 kB | 122/927 kB | 65 kB | 36/424 kB | 24/25 kB Progress (5): 90/185 kB | 131/927 kB | 65 kB | 36/424 kB | 24/25 kB Progress (5): 94/185 kB | 131/927 kB | 65 kB | 36/424 kB | 24/25 kB Progress (5): 94/185 kB | 131/927 kB | 65 kB | 40/424 kB | 24/25 kB Progress (5): 98/185 kB | 131/927 kB | 65 kB | 40/424 kB | 24/25 kB Progress (5): 98/185 kB | 131/927 kB | 65 kB | 40/424 kB | 25 kB Progress (5): 98/185 kB | 139/927 kB | 65 kB | 40/424 kB | 25 kB Progress (5): 98/185 kB | 139/927 kB | 65 kB | 45/424 kB | 25 kB Progress (5): 98/185 kB | 147/927 kB | 65 kB | 45/424 kB | 25 kB Progress (5): 98/185 kB | 147/927 kB | 65 kB | 49/424 kB | 25 kB Progress (5): 102/185 kB | 147/927 kB | 65 kB | 49/424 kB | 25 kB Progress (5): 106/185 kB | 147/927 kB | 65 kB | 49/424 kB | 25 kB Progress (5): 110/185 kB | 147/927 kB | 65 kB | 49/424 kB | 25 kB Progress (5): 114/185 kB | 147/927 kB | 65 kB | 49/424 kB | 25 kB Progress (5): 114/185 kB | 155/927 kB | 65 kB | 49/424 kB | 25 kB Progress (5): 118/185 kB | 155/927 kB | 65 kB | 49/424 kB | 25 kB Progress (5): 118/185 kB | 155/927 kB | 65 kB | 53/424 kB | 25 kB Progress (5): 122/185 kB | 155/927 kB | 65 kB | 53/424 kB | 25 kB Progress (5): 122/185 kB | 163/927 kB | 65 kB | 53/424 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar (25 kB at 373 kB/s) Progress (4): 126/185 kB | 163/927 kB | 65 kB | 53/424 kB Progress (4): 126/185 kB | 163/927 kB | 65 kB | 57/424 kB Progress (4): 131/185 kB | 163/927 kB | 65 kB | 57/424 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar (65 kB at 938 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar Progress (3): 131/185 kB | 171/927 kB | 57/424 kB Progress (3): 135/185 kB | 171/927 kB | 57/424 kB Progress (3): 135/185 kB | 171/927 kB | 61/424 kB Progress (3): 139/185 kB | 171/927 kB | 61/424 kB Progress (3): 139/185 kB | 180/927 kB | 61/424 kB Progress (3): 143/185 kB | 180/927 kB | 61/424 kB Progress (3): 143/185 kB | 180/927 kB | 65/424 kB Progress (3): 147/185 kB | 180/927 kB | 65/424 kB Progress (3): 147/185 kB | 188/927 kB | 65/424 kB Progress (3): 147/185 kB | 196/927 kB | 65/424 kB Progress (3): 147/185 kB | 196/927 kB | 69/424 kB Progress (3): 151/185 kB | 196/927 kB | 69/424 kB Progress (3): 151/185 kB | 196/927 kB | 73/424 kB Progress (3): 155/185 kB | 196/927 kB | 73/424 kB Progress (3): 155/185 kB | 204/927 kB | 73/424 kB Progress (3): 155/185 kB | 204/927 kB | 77/424 kB Progress (3): 155/185 kB | 212/927 kB | 77/424 kB Progress (3): 155/185 kB | 212/927 kB | 81/424 kB Progress (3): 159/185 kB | 212/927 kB | 81/424 kB Progress (3): 163/185 kB | 212/927 kB | 81/424 kB Progress (3): 163/185 kB | 221/927 kB | 81/424 kB Progress (3): 163/185 kB | 221/927 kB | 85/424 kB Progress (3): 163/185 kB | 229/927 kB | 85/424 kB Progress (3): 163/185 kB | 229/927 kB | 90/424 kB Progress (3): 163/185 kB | 229/927 kB | 94/424 kB Progress (3): 167/185 kB | 229/927 kB | 94/424 kB Progress (3): 167/185 kB | 229/927 kB | 98/424 kB Progress (3): 167/185 kB | 237/927 kB | 98/424 kB Progress (3): 171/185 kB | 237/927 kB | 98/424 kB Progress (3): 171/185 kB | 245/927 kB | 98/424 kB Progress (3): 176/185 kB | 245/927 kB | 98/424 kB Progress (3): 176/185 kB | 245/927 kB | 102/424 kB Progress (3): 180/185 kB | 245/927 kB | 102/424 kB Progress (3): 180/185 kB | 245/927 kB | 106/424 kB Progress (3): 180/185 kB | 245/927 kB | 110/424 kB Progress (3): 180/185 kB | 253/927 kB | 110/424 kB Progress (3): 180/185 kB | 253/927 kB | 114/424 kB Progress (3): 184/185 kB | 253/927 kB | 114/424 kB Progress (3): 184/185 kB | 262/927 kB | 114/424 kB Progress (3): 185 kB | 262/927 kB | 114/424 kB Progress (3): 185 kB | 262/927 kB | 118/424 kB Progress (3): 185 kB | 262/927 kB | 122/424 kB Progress (3): 185 kB | 270/927 kB | 122/424 kB Progress (3): 185 kB | 270/927 kB | 126/424 kB Progress (3): 185 kB | 278/927 kB | 126/424 kB Progress (3): 185 kB | 278/927 kB | 131/424 kB Progress (3): 185 kB | 286/927 kB | 131/424 kB Progress (3): 185 kB | 286/927 kB | 135/424 kB Progress (3): 185 kB | 294/927 kB | 135/424 kB Progress (3): 185 kB | 294/927 kB | 139/424 kB Progress (3): 185 kB | 294/927 kB | 143/424 kB Progress (3): 185 kB | 294/927 kB | 147/424 kB Progress (3): 185 kB | 303/927 kB | 147/424 kB Progress (3): 185 kB | 311/927 kB | 147/424 kB Progress (3): 185 kB | 311/927 kB | 151/424 kB Progress (3): 185 kB | 311/927 kB | 155/424 kB Progress (3): 185 kB | 311/927 kB | 159/424 kB Progress (3): 185 kB | 311/927 kB | 163/424 kB Progress (3): 185 kB | 319/927 kB | 163/424 kB Progress (3): 185 kB | 327/927 kB | 163/424 kB Progress (3): 185 kB | 327/927 kB | 167/424 kB Progress (3): 185 kB | 327/927 kB | 171/424 kB Progress (3): 185 kB | 327/927 kB | 176/424 kB Progress (3): 185 kB | 335/927 kB | 176/424 kB Progress (3): 185 kB | 335/927 kB | 180/424 kB Progress (3): 185 kB | 344/927 kB | 180/424 kB Progress (3): 185 kB | 344/927 kB | 184/424 kB Progress (3): 185 kB | 352/927 kB | 184/424 kB Progress (3): 185 kB | 352/927 kB | 188/424 kB Progress (3): 185 kB | 360/927 kB | 188/424 kB Progress (3): 185 kB | 360/927 kB | 192/424 kB Progress (3): 185 kB | 360/927 kB | 196/424 kB Progress (3): 185 kB | 368/927 kB | 196/424 kB Progress (3): 185 kB | 376/927 kB | 196/424 kB Progress (3): 185 kB | 376/927 kB | 200/424 kB Progress (3): 185 kB | 376/927 kB | 204/424 kB Progress (3): 185 kB | 376/927 kB | 208/424 kB Progress (3): 185 kB | 376/927 kB | 212/424 kB Progress (3): 185 kB | 384/927 kB | 212/424 kB Progress (3): 185 kB | 393/927 kB | 212/424 kB Progress (3): 185 kB | 393/927 kB | 217/424 kB Progress (3): 185 kB | 393/927 kB | 221/424 kB Progress (3): 185 kB | 393/927 kB | 225/424 kB Progress (3): 185 kB | 401/927 kB | 225/424 kB Progress (3): 185 kB | 401/927 kB | 229/424 kB Progress (3): 185 kB | 409/927 kB | 229/424 kB Progress (3): 185 kB | 409/927 kB | 233/424 kB Progress (3): 185 kB | 417/927 kB | 233/424 kB Progress (3): 185 kB | 417/927 kB | 237/424 kB Progress (3): 185 kB | 425/927 kB | 237/424 kB Progress (3): 185 kB | 425/927 kB | 241/424 kB Progress (3): 185 kB | 425/927 kB | 245/424 kB Progress (3): 185 kB | 434/927 kB | 245/424 kB Progress (3): 185 kB | 434/927 kB | 249/424 kB Progress (3): 185 kB | 442/927 kB | 249/424 kB Progress (3): 185 kB | 442/927 kB | 253/424 kB Progress (3): 185 kB | 442/927 kB | 258/424 kB Progress (3): 185 kB | 442/927 kB | 262/424 kB Progress (3): 185 kB | 450/927 kB | 262/424 kB Progress (3): 185 kB | 458/927 kB | 262/424 kB Progress (3): 185 kB | 458/927 kB | 266/424 kB Progress (3): 185 kB | 458/927 kB | 270/424 kB Progress (3): 185 kB | 458/927 kB | 274/424 kB Progress (3): 185 kB | 458/927 kB | 278/424 kB Progress (3): 185 kB | 466/927 kB | 278/424 kB Progress (3): 185 kB | 475/927 kB | 278/424 kB Progress (3): 185 kB | 475/927 kB | 282/424 kB Progress (3): 185 kB | 475/927 kB | 286/424 kB Progress (3): 185 kB | 475/927 kB | 290/424 kB Progress (3): 185 kB | 483/927 kB | 290/424 kB Progress (3): 185 kB | 483/927 kB | 294/424 kB Progress (3): 185 kB | 491/927 kB | 294/424 kB Progress (3): 185 kB | 491/927 kB | 298/424 kB Progress (3): 185 kB | 499/927 kB | 298/424 kB Progress (3): 185 kB | 499/927 kB | 303/424 kB Progress (3): 185 kB | 507/927 kB | 303/424 kB Progress (3): 185 kB | 507/927 kB | 307/424 kB Progress (3): 185 kB | 507/927 kB | 311/424 kB Progress (3): 185 kB | 516/927 kB | 311/424 kB Progress (3): 185 kB | 524/927 kB | 311/424 kB Progress (3): 185 kB | 524/927 kB | 315/424 kB Progress (3): 185 kB | 524/927 kB | 319/424 kB Progress (3): 185 kB | 524/927 kB | 323/424 kB Progress (3): 185 kB | 524/927 kB | 327/424 kB Progress (3): 185 kB | 532/927 kB | 327/424 kB Progress (3): 185 kB | 540/927 kB | 327/424 kB Progress (3): 185 kB | 540/927 kB | 331/424 kB Progress (3): 185 kB | 540/927 kB | 335/424 kB Progress (3): 185 kB | 540/927 kB | 339/424 kB Progress (3): 185 kB | 548/927 kB | 339/424 kB Progress (3): 185 kB | 548/927 kB | 344/424 kB Progress (3): 185 kB | 557/927 kB | 344/424 kB Progress (3): 185 kB | 557/927 kB | 348/424 kB Progress (3): 185 kB | 557/927 kB | 352/424 kB Progress (3): 185 kB | 565/927 kB | 352/424 kB Progress (3): 185 kB | 565/927 kB | 356/424 kB Progress (3): 185 kB | 573/927 kB | 356/424 kB Progress (3): 185 kB | 573/927 kB | 360/424 kB Progress (3): 185 kB | 581/927 kB | 360/424 kB Progress (3): 185 kB | 581/927 kB | 364/424 kB Progress (3): 185 kB | 589/927 kB | 364/424 kB Progress (3): 185 kB | 589/927 kB | 368/424 kB Progress (3): 185 kB | 589/927 kB | 372/424 kB Progress (3): 185 kB | 589/927 kB | 376/424 kB Progress (3): 185 kB | 597/927 kB | 376/424 kB Progress (3): 185 kB | 606/927 kB | 376/424 kB Progress (3): 185 kB | 606/927 kB | 380/424 kB Progress (3): 185 kB | 606/927 kB | 384/424 kB Progress (3): 185 kB | 606/927 kB | 389/424 kB Progress (3): 185 kB | 606/927 kB | 393/424 kB Progress (3): 185 kB | 614/927 kB | 393/424 kB Progress (3): 185 kB | 622/927 kB | 393/424 kB Progress (3): 185 kB | 622/927 kB | 397/424 kB Progress (3): 185 kB | 622/927 kB | 401/424 kB Progress (3): 185 kB | 630/927 kB | 401/424 kB Progress (3): 185 kB | 630/927 kB | 405/424 kB Progress (3): 185 kB | 638/927 kB | 405/424 kB Progress (3): 185 kB | 638/927 kB | 409/424 kB Progress (3): 185 kB | 647/927 kB | 409/424 kB Progress (3): 185 kB | 647/927 kB | 413/424 kB Progress (3): 185 kB | 655/927 kB | 413/424 kB Progress (3): 185 kB | 655/927 kB | 417/424 kB Progress (3): 185 kB | 655/927 kB | 421/424 kB Progress (3): 185 kB | 655/927 kB | 424 kB Progress (3): 185 kB | 663/927 kB | 424 kB Progress (3): 185 kB | 671/927 kB | 424 kB Progress (3): 185 kB | 679/927 kB | 424 kB Progress (3): 185 kB | 688/927 kB | 424 kB Progress (3): 185 kB | 696/927 kB | 424 kB Progress (3): 185 kB | 704/927 kB | 424 kB Progress (3): 185 kB | 712/927 kB | 424 kB Progress (3): 185 kB | 720/927 kB | 424 kB Progress (3): 185 kB | 729/927 kB | 424 kB Progress (3): 185 kB | 737/927 kB | 424 kB Progress (3): 185 kB | 745/927 kB | 424 kB Progress (3): 185 kB | 753/927 kB | 424 kB Progress (3): 185 kB | 761/927 kB | 424 kB Progress (3): 185 kB | 770/927 kB | 424 kB Progress (3): 185 kB | 778/927 kB | 424 kB Progress (3): 185 kB | 786/927 kB | 424 kB Progress (4): 185 kB | 786/927 kB | 424 kB | 4.1/186 kB Progress (4): 185 kB | 794/927 kB | 424 kB | 4.1/186 kB Progress (4): 185 kB | 794/927 kB | 424 kB | 7.7/186 kB Progress (4): 185 kB | 802/927 kB | 424 kB | 7.7/186 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar (185 kB at 1.1 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar (424 kB at 2.5 MB/s) Progress (2): 810/927 kB | 7.7/186 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Progress (2): 810/927 kB | 12/186 kB Progress (3): 810/927 kB | 12/186 kB | 4.1/110 kB Progress (3): 810/927 kB | 16/186 kB | 4.1/110 kB Progress (3): 810/927 kB | 16/186 kB | 7.7/110 kB Progress (3): 819/927 kB | 16/186 kB | 7.7/110 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Progress (3): 827/927 kB | 16/186 kB | 7.7/110 kB Progress (3): 827/927 kB | 16/186 kB | 12/110 kB Progress (3): 827/927 kB | 20/186 kB | 12/110 kB Progress (3): 827/927 kB | 20/186 kB | 16/110 kB Progress (3): 835/927 kB | 20/186 kB | 16/110 kB Progress (3): 835/927 kB | 24/186 kB | 16/110 kB Progress (3): 835/927 kB | 24/186 kB | 20/110 kB Progress (3): 835/927 kB | 28/186 kB | 20/110 kB Progress (3): 835/927 kB | 28/186 kB | 24/110 kB Progress (3): 835/927 kB | 32/186 kB | 24/110 kB Progress (3): 835/927 kB | 32/186 kB | 28/110 kB Progress (3): 843/927 kB | 32/186 kB | 28/110 kB Progress (4): 843/927 kB | 32/186 kB | 28/110 kB | 4.1/13 kB Progress (4): 843/927 kB | 32/186 kB | 32/110 kB | 4.1/13 kB Progress (5): 843/927 kB | 32/186 kB | 32/110 kB | 4.1/13 kB | 4.1/524 kB Progress (5): 843/927 kB | 32/186 kB | 32/110 kB | 7.7/13 kB | 4.1/524 kB Progress (5): 843/927 kB | 36/186 kB | 32/110 kB | 7.7/13 kB | 4.1/524 kB Progress (5): 851/927 kB | 36/186 kB | 32/110 kB | 7.7/13 kB | 4.1/524 kB Progress (5): 851/927 kB | 40/186 kB | 32/110 kB | 7.7/13 kB | 4.1/524 kB Progress (5): 851/927 kB | 40/186 kB | 36/110 kB | 7.7/13 kB | 4.1/524 kB Progress (5): 851/927 kB | 40/186 kB | 36/110 kB | 12/13 kB | 4.1/524 kB Progress (5): 851/927 kB | 40/186 kB | 36/110 kB | 12/13 kB | 7.7/524 kB Progress (5): 860/927 kB | 40/186 kB | 36/110 kB | 12/13 kB | 7.7/524 kB Progress (5): 860/927 kB | 40/186 kB | 36/110 kB | 13 kB | 7.7/524 kB Progress (5): 860/927 kB | 40/186 kB | 40/110 kB | 13 kB | 7.7/524 kB Progress (5): 860/927 kB | 45/186 kB | 40/110 kB | 13 kB | 7.7/524 kB Progress (5): 860/927 kB | 45/186 kB | 45/110 kB | 13 kB | 7.7/524 kB Progress (5): 868/927 kB | 45/186 kB | 45/110 kB | 13 kB | 7.7/524 kB Progress (5): 868/927 kB | 45/186 kB | 45/110 kB | 13 kB | 12/524 kB Progress (5): 868/927 kB | 45/186 kB | 49/110 kB | 13 kB | 12/524 kB Progress (5): 868/927 kB | 49/186 kB | 49/110 kB | 13 kB | 12/524 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 75 kB/s) Progress (4): 868/927 kB | 49/186 kB | 49/110 kB | 16/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Progress (4): 868/927 kB | 53/186 kB | 49/110 kB | 16/524 kB Progress (4): 868/927 kB | 53/186 kB | 53/110 kB | 16/524 kB Progress (4): 876/927 kB | 53/186 kB | 53/110 kB | 16/524 kB Progress (4): 876/927 kB | 53/186 kB | 53/110 kB | 20/524 kB Progress (4): 876/927 kB | 53/186 kB | 57/110 kB | 20/524 kB Progress (4): 876/927 kB | 57/186 kB | 57/110 kB | 20/524 kB Progress (4): 876/927 kB | 57/186 kB | 61/110 kB | 20/524 kB Progress (4): 876/927 kB | 57/186 kB | 61/110 kB | 24/524 kB Progress (4): 884/927 kB | 57/186 kB | 61/110 kB | 24/524 kB Progress (4): 884/927 kB | 57/186 kB | 61/110 kB | 28/524 kB Progress (4): 884/927 kB | 57/186 kB | 65/110 kB | 28/524 kB Progress (4): 884/927 kB | 61/186 kB | 65/110 kB | 28/524 kB Progress (4): 884/927 kB | 61/186 kB | 65/110 kB | 32/524 kB Progress (5): 884/927 kB | 61/186 kB | 65/110 kB | 32/524 kB | 4.1/273 kB Progress (5): 892/927 kB | 61/186 kB | 65/110 kB | 32/524 kB | 4.1/273 kB Progress (5): 892/927 kB | 65/186 kB | 65/110 kB | 32/524 kB | 4.1/273 kB Progress (5): 901/927 kB | 65/186 kB | 65/110 kB | 32/524 kB | 4.1/273 kB Progress (5): 901/927 kB | 65/186 kB | 65/110 kB | 32/524 kB | 7.7/273 kB Progress (5): 901/927 kB | 65/186 kB | 69/110 kB | 32/524 kB | 7.7/273 kB Progress (5): 901/927 kB | 65/186 kB | 69/110 kB | 32/524 kB | 12/273 kB Progress (5): 901/927 kB | 65/186 kB | 69/110 kB | 36/524 kB | 12/273 kB Progress (5): 909/927 kB | 65/186 kB | 69/110 kB | 36/524 kB | 12/273 kB Progress (5): 909/927 kB | 65/186 kB | 69/110 kB | 36/524 kB | 16/273 kB Progress (5): 909/927 kB | 69/186 kB | 69/110 kB | 36/524 kB | 16/273 kB Progress (5): 909/927 kB | 69/186 kB | 73/110 kB | 36/524 kB | 16/273 kB Progress (5): 909/927 kB | 73/186 kB | 73/110 kB | 36/524 kB | 16/273 kB Progress (5): 917/927 kB | 73/186 kB | 73/110 kB | 36/524 kB | 16/273 kB Progress (5): 917/927 kB | 73/186 kB | 73/110 kB | 40/524 kB | 16/273 kB Progress (5): 917/927 kB | 77/186 kB | 73/110 kB | 40/524 kB | 16/273 kB Progress (5): 917/927 kB | 77/186 kB | 73/110 kB | 40/524 kB | 20/273 kB Progress (5): 917/927 kB | 77/186 kB | 77/110 kB | 40/524 kB | 20/273 kB Progress (5): 917/927 kB | 77/186 kB | 77/110 kB | 40/524 kB | 24/273 kB Progress (5): 917/927 kB | 81/186 kB | 77/110 kB | 40/524 kB | 24/273 kB Progress (5): 925/927 kB | 81/186 kB | 77/110 kB | 40/524 kB | 24/273 kB Progress (5): 925/927 kB | 81/186 kB | 77/110 kB | 45/524 kB | 24/273 kB Progress (5): 927 kB | 81/186 kB | 77/110 kB | 45/524 kB | 24/273 kB Progress (5): 927 kB | 81/186 kB | 77/110 kB | 45/524 kB | 28/273 kB Progress (5): 927 kB | 81/186 kB | 81/110 kB | 45/524 kB | 28/273 kB Progress (5): 927 kB | 81/186 kB | 81/110 kB | 45/524 kB | 32/273 kB Progress (5): 927 kB | 85/186 kB | 81/110 kB | 45/524 kB | 32/273 kB Progress (5): 927 kB | 85/186 kB | 81/110 kB | 49/524 kB | 32/273 kB Progress (5): 927 kB | 90/186 kB | 81/110 kB | 49/524 kB | 32/273 kB Progress (5): 927 kB | 90/186 kB | 85/110 kB | 49/524 kB | 32/273 kB Progress (5): 927 kB | 90/186 kB | 85/110 kB | 49/524 kB | 36/273 kB Progress (5): 927 kB | 94/186 kB | 85/110 kB | 49/524 kB | 36/273 kB Progress (5): 927 kB | 94/186 kB | 85/110 kB | 49/524 kB | 40/273 kB Progress (5): 927 kB | 94/186 kB | 90/110 kB | 49/524 kB | 40/273 kB Progress (5): 927 kB | 94/186 kB | 90/110 kB | 53/524 kB | 40/273 kB Progress (5): 927 kB | 94/186 kB | 90/110 kB | 53/524 kB | 45/273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar (927 kB at 4.9 MB/s) Progress (4): 98/186 kB | 90/110 kB | 53/524 kB | 45/273 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (4): 98/186 kB | 90/110 kB | 53/524 kB | 49/273 kB Progress (4): 98/186 kB | 90/110 kB | 57/524 kB | 49/273 kB Progress (4): 98/186 kB | 94/110 kB | 57/524 kB | 49/273 kB Progress (4): 98/186 kB | 94/110 kB | 61/524 kB | 49/273 kB Progress (4): 102/186 kB | 94/110 kB | 61/524 kB | 49/273 kB Progress (4): 102/186 kB | 94/110 kB | 65/524 kB | 49/273 kB Progress (4): 102/186 kB | 94/110 kB | 65/524 kB | 53/273 kB Progress (4): 102/186 kB | 98/110 kB | 65/524 kB | 53/273 kB Progress (4): 102/186 kB | 98/110 kB | 65/524 kB | 57/273 kB Progress (4): 106/186 kB | 98/110 kB | 65/524 kB | 57/273 kB Progress (4): 106/186 kB | 98/110 kB | 65/524 kB | 61/273 kB Progress (4): 106/186 kB | 102/110 kB | 65/524 kB | 61/273 kB Progress (4): 110/186 kB | 102/110 kB | 65/524 kB | 61/273 kB Progress (4): 110/186 kB | 106/110 kB | 65/524 kB | 61/273 kB Progress (5): 110/186 kB | 106/110 kB | 65/524 kB | 61/273 kB | 4.1/39 kB Progress (5): 110/186 kB | 106/110 kB | 69/524 kB | 61/273 kB | 4.1/39 kB Progress (5): 110/186 kB | 106/110 kB | 69/524 kB | 65/273 kB | 4.1/39 kB Progress (5): 110/186 kB | 106/110 kB | 73/524 kB | 65/273 kB | 4.1/39 kB Progress (5): 110/186 kB | 106/110 kB | 73/524 kB | 65/273 kB | 7.7/39 kB Progress (5): 110/186 kB | 110/110 kB | 73/524 kB | 65/273 kB | 7.7/39 kB Progress (5): 114/186 kB | 110/110 kB | 73/524 kB | 65/273 kB | 7.7/39 kB Progress (5): 114/186 kB | 110 kB | 73/524 kB | 65/273 kB | 7.7/39 kB Progress (5): 114/186 kB | 110 kB | 73/524 kB | 69/273 kB | 7.7/39 kB Progress (5): 114/186 kB | 110 kB | 73/524 kB | 69/273 kB | 12/39 kB Progress (5): 114/186 kB | 110 kB | 77/524 kB | 69/273 kB | 12/39 kB Progress (5): 114/186 kB | 110 kB | 77/524 kB | 69/273 kB | 16/39 kB Progress (5): 118/186 kB | 110 kB | 77/524 kB | 69/273 kB | 16/39 kB Progress (5): 118/186 kB | 110 kB | 77/524 kB | 73/273 kB | 16/39 kB Progress (5): 122/186 kB | 110 kB | 77/524 kB | 73/273 kB | 16/39 kB Progress (5): 122/186 kB | 110 kB | 81/524 kB | 73/273 kB | 16/39 kB Progress (5): 122/186 kB | 110 kB | 81/524 kB | 73/273 kB | 20/39 kB Progress (5): 126/186 kB | 110 kB | 81/524 kB | 73/273 kB | 20/39 kB Progress (5): 126/186 kB | 110 kB | 81/524 kB | 77/273 kB | 20/39 kB Progress (5): 131/186 kB | 110 kB | 81/524 kB | 77/273 kB | 20/39 kB Progress (5): 131/186 kB | 110 kB | 81/524 kB | 77/273 kB | 24/39 kB Progress (5): 131/186 kB | 110 kB | 85/524 kB | 77/273 kB | 24/39 kB Progress (5): 131/186 kB | 110 kB | 85/524 kB | 81/273 kB | 24/39 kB Progress (5): 131/186 kB | 110 kB | 90/524 kB | 81/273 kB | 24/39 kB Progress (5): 131/186 kB | 110 kB | 90/524 kB | 81/273 kB | 28/39 kB Progress (5): 131/186 kB | 110 kB | 94/524 kB | 81/273 kB | 28/39 kB Progress (5): 131/186 kB | 110 kB | 98/524 kB | 81/273 kB | 28/39 kB Progress (5): 131/186 kB | 110 kB | 98/524 kB | 85/273 kB | 28/39 kB Progress (5): 131/186 kB | 110 kB | 98/524 kB | 90/273 kB | 28/39 kB Progress (5): 131/186 kB | 110 kB | 98/524 kB | 94/273 kB | 28/39 kB Progress (5): 135/186 kB | 110 kB | 98/524 kB | 94/273 kB | 28/39 kB Progress (5): 135/186 kB | 110 kB | 102/524 kB | 94/273 kB | 28/39 kB Progress (5): 135/186 kB | 110 kB | 102/524 kB | 98/273 kB | 28/39 kB Progress (5): 135/186 kB | 110 kB | 102/524 kB | 98/273 kB | 32/39 kB Progress (5): 135/186 kB | 110 kB | 106/524 kB | 98/273 kB | 32/39 kB Progress (5): 139/186 kB | 110 kB | 106/524 kB | 98/273 kB | 32/39 kB Progress (5): 139/186 kB | 110 kB | 106/524 kB | 102/273 kB | 32/39 kB Progress (5): 139/186 kB | 110 kB | 110/524 kB | 102/273 kB | 32/39 kB Progress (5): 139/186 kB | 110 kB | 110/524 kB | 102/273 kB | 36/39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar (110 kB at 410 kB/s) Progress (4): 139/186 kB | 110/524 kB | 102/273 kB | 39 kB Progress (4): 139/186 kB | 114/524 kB | 102/273 kB | 39 kB Progress (4): 139/186 kB | 114/524 kB | 106/273 kB | 39 kB Progress (4): 143/186 kB | 114/524 kB | 106/273 kB | 39 kB Progress (4): 143/186 kB | 114/524 kB | 110/273 kB | 39 kB 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.jar Progress (4): 143/186 kB | 118/524 kB | 110/273 kB | 39 kB Progress (4): 143/186 kB | 118/524 kB | 114/273 kB | 39 kB Progress (4): 147/186 kB | 118/524 kB | 114/273 kB | 39 kB Progress (4): 147/186 kB | 122/524 kB | 114/273 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 144 kB/s) Progress (3): 147/186 kB | 126/524 kB | 114/273 kB Progress (3): 151/186 kB | 126/524 kB | 114/273 kB Progress (3): 151/186 kB | 126/524 kB | 118/273 kB Progress (3): 155/186 kB | 126/524 kB | 118/273 kB Progress (3): 155/186 kB | 131/524 kB | 118/273 kB 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 Progress (3): 159/186 kB | 131/524 kB | 118/273 kB Progress (3): 159/186 kB | 131/524 kB | 122/273 kB Progress (3): 163/186 kB | 131/524 kB | 122/273 kB Progress (3): 163/186 kB | 131/524 kB | 126/273 kB Progress (3): 163/186 kB | 135/524 kB | 126/273 kB Progress (3): 163/186 kB | 135/524 kB | 131/273 kB Progress (3): 163/186 kB | 139/524 kB | 131/273 kB Progress (3): 167/186 kB | 139/524 kB | 131/273 kB Progress (3): 167/186 kB | 143/524 kB | 131/273 kB Progress (3): 171/186 kB | 143/524 kB | 131/273 kB Progress (3): 171/186 kB | 147/524 kB | 131/273 kB Progress (3): 176/186 kB | 147/524 kB | 131/273 kB Progress (3): 176/186 kB | 147/524 kB | 135/273 kB Progress (3): 180/186 kB | 147/524 kB | 135/273 kB Progress (3): 180/186 kB | 147/524 kB | 139/273 kB Progress (3): 180/186 kB | 147/524 kB | 143/273 kB Progress (3): 184/186 kB | 147/524 kB | 143/273 kB Progress (3): 184/186 kB | 147/524 kB | 147/273 kB Progress (3): 186 kB | 147/524 kB | 147/273 kB Progress (3): 186 kB | 151/524 kB | 147/273 kB Progress (3): 186 kB | 155/524 kB | 147/273 kB Progress (3): 186 kB | 159/524 kB | 147/273 kB Progress (3): 186 kB | 159/524 kB | 151/273 kB Progress (3): 186 kB | 163/524 kB | 151/273 kB Progress (3): 186 kB | 163/524 kB | 155/273 kB Progress (3): 186 kB | 163/524 kB | 159/273 kB Progress (3): 186 kB | 163/524 kB | 163/273 kB Progress (3): 186 kB | 167/524 kB | 163/273 kB Progress (3): 186 kB | 167/524 kB | 167/273 kB Progress (3): 186 kB | 171/524 kB | 167/273 kB Progress (3): 186 kB | 171/524 kB | 171/273 kB Progress (3): 186 kB | 176/524 kB | 171/273 kB Progress (3): 186 kB | 176/524 kB | 176/273 kB Progress (3): 186 kB | 180/524 kB | 176/273 kB Progress (3): 186 kB | 180/524 kB | 180/273 kB Progress (3): 186 kB | 180/524 kB | 184/273 kB Progress (3): 186 kB | 180/524 kB | 188/273 kB Progress (3): 186 kB | 184/524 kB | 188/273 kB Progress (3): 186 kB | 184/524 kB | 192/273 kB Progress (3): 186 kB | 188/524 kB | 192/273 kB Progress (3): 186 kB | 188/524 kB | 196/273 kB Progress (3): 186 kB | 192/524 kB | 196/273 kB Progress (3): 186 kB | 196/524 kB | 196/273 kB Progress (3): 186 kB | 196/524 kB | 200/273 kB Progress (3): 186 kB | 196/524 kB | 204/273 kB Progress (3): 186 kB | 196/524 kB | 208/273 kB Progress (3): 186 kB | 196/524 kB | 212/273 kB Progress (3): 186 kB | 200/524 kB | 212/273 kB Progress (3): 186 kB | 204/524 kB | 212/273 kB Progress (3): 186 kB | 204/524 kB | 217/273 kB Progress (3): 186 kB | 208/524 kB | 217/273 kB Progress (3): 186 kB | 208/524 kB | 221/273 kB Progress (3): 186 kB | 212/524 kB | 221/273 kB Progress (3): 186 kB | 212/524 kB | 225/273 kB Progress (3): 186 kB | 212/524 kB | 229/273 kB Progress (3): 186 kB | 212/524 kB | 233/273 kB Progress (4): 186 kB | 212/524 kB | 233/273 kB | 4.1/194 kB Progress (4): 186 kB | 212/524 kB | 237/273 kB | 4.1/194 kB Progress (4): 186 kB | 217/524 kB | 237/273 kB | 4.1/194 kB Progress (4): 186 kB | 217/524 kB | 241/273 kB | 4.1/194 kB Progress (4): 186 kB | 217/524 kB | 241/273 kB | 7.7/194 kB Progress (4): 186 kB | 217/524 kB | 245/273 kB | 7.7/194 kB Progress (4): 186 kB | 221/524 kB | 245/273 kB | 7.7/194 kB Progress (4): 186 kB | 221/524 kB | 245/273 kB | 12/194 kB Progress (4): 186 kB | 225/524 kB | 245/273 kB | 12/194 kB Progress (4): 186 kB | 225/524 kB | 249/273 kB | 12/194 kB Progress (4): 186 kB | 225/524 kB | 249/273 kB | 16/194 kB Progress (4): 186 kB | 225/524 kB | 253/273 kB | 16/194 kB Progress (4): 186 kB | 229/524 kB | 253/273 kB | 16/194 kB Progress (4): 186 kB | 229/524 kB | 258/273 kB | 16/194 kB Progress (4): 186 kB | 229/524 kB | 262/273 kB | 16/194 kB Progress (4): 186 kB | 229/524 kB | 262/273 kB | 20/194 kB Progress (4): 186 kB | 229/524 kB | 262/273 kB | 24/194 kB Progress (4): 186 kB | 229/524 kB | 262/273 kB | 28/194 kB Progress (4): 186 kB | 233/524 kB | 262/273 kB | 28/194 kB Progress (4): 186 kB | 233/524 kB | 266/273 kB | 28/194 kB Progress (4): 186 kB | 237/524 kB | 266/273 kB | 28/194 kB Progress (4): 186 kB | 237/524 kB | 266/273 kB | 32/194 kB Progress (4): 186 kB | 241/524 kB | 266/273 kB | 32/194 kB Progress (4): 186 kB | 241/524 kB | 270/273 kB | 32/194 kB Progress (4): 186 kB | 245/524 kB | 270/273 kB | 32/194 kB Progress (4): 186 kB | 245/524 kB | 273 kB | 32/194 kB Progress (4): 186 kB | 245/524 kB | 273 kB | 36/194 kB Progress (4): 186 kB | 245/524 kB | 273 kB | 40/194 kB Progress (4): 186 kB | 245/524 kB | 273 kB | 45/194 kB Progress (4): 186 kB | 249/524 kB | 273 kB | 45/194 kB Progress (4): 186 kB | 249/524 kB | 273 kB | 49/194 kB Progress (4): 186 kB | 253/524 kB | 273 kB | 49/194 kB Progress (4): 186 kB | 258/524 kB | 273 kB | 49/194 kB Progress (4): 186 kB | 262/524 kB | 273 kB | 49/194 kB Progress (4): 186 kB | 262/524 kB | 273 kB | 53/194 kB Progress (4): 186 kB | 262/524 kB | 273 kB | 57/194 kB Progress (4): 186 kB | 262/524 kB | 273 kB | 61/194 kB Progress (4): 186 kB | 262/524 kB | 273 kB | 65/194 kB Progress (4): 186 kB | 266/524 kB | 273 kB | 65/194 kB Progress (4): 186 kB | 270/524 kB | 273 kB | 65/194 kB Progress (4): 186 kB | 274/524 kB | 273 kB | 65/194 kB Progress (4): 186 kB | 274/524 kB | 273 kB | 69/194 kB Progress (4): 186 kB | 278/524 kB | 273 kB | 69/194 kB Progress (4): 186 kB | 278/524 kB | 273 kB | 73/194 kB Progress (4): 186 kB | 278/524 kB | 273 kB | 77/194 kB Progress (4): 186 kB | 278/524 kB | 273 kB | 81/194 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 641 kB/s) Progress (3): 282/524 kB | 273 kB | 81/194 kB Progress (3): 282/524 kB | 273 kB | 85/194 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Progress (3): 282/524 kB | 273 kB | 90/194 kB Progress (3): 286/524 kB | 273 kB | 90/194 kB Progress (3): 286/524 kB | 273 kB | 94/194 kB Progress (3): 290/524 kB | 273 kB | 94/194 kB Progress (3): 290/524 kB | 273 kB | 98/194 kB Progress (3): 294/524 kB | 273 kB | 98/194 kB Progress (3): 294/524 kB | 273 kB | 102/194 kB Progress (3): 294/524 kB | 273 kB | 106/194 kB Progress (4): 294/524 kB | 273 kB | 106/194 kB | 4.1/156 kB Progress (4): 298/524 kB | 273 kB | 106/194 kB | 4.1/156 kB Progress (4): 298/524 kB | 273 kB | 110/194 kB | 4.1/156 kB Progress (4): 303/524 kB | 273 kB | 110/194 kB | 4.1/156 kB Progress (4): 303/524 kB | 273 kB | 110/194 kB | 7.7/156 kB Progress (4): 307/524 kB | 273 kB | 110/194 kB | 7.7/156 kB Progress (4): 307/524 kB | 273 kB | 114/194 kB | 7.7/156 kB Progress (4): 311/524 kB | 273 kB | 114/194 kB | 7.7/156 kB Progress (4): 311/524 kB | 273 kB | 114/194 kB | 12/156 kB Progress (4): 311/524 kB | 273 kB | 114/194 kB | 16/156 kB Progress (4): 311/524 kB | 273 kB | 118/194 kB | 16/156 kB Progress (4): 311/524 kB | 273 kB | 122/194 kB | 16/156 kB Progress (4): 311/524 kB | 273 kB | 122/194 kB | 20/156 kB Progress (4): 311/524 kB | 273 kB | 126/194 kB | 20/156 kB Progress (4): 315/524 kB | 273 kB | 126/194 kB | 20/156 kB Progress (4): 315/524 kB | 273 kB | 131/194 kB | 20/156 kB Progress (4): 315/524 kB | 273 kB | 131/194 kB | 24/156 kB Progress (4): 319/524 kB | 273 kB | 131/194 kB | 24/156 kB Progress (4): 319/524 kB | 273 kB | 131/194 kB | 28/156 kB Progress (4): 323/524 kB | 273 kB | 131/194 kB | 28/156 kB Progress (4): 323/524 kB | 273 kB | 131/194 kB | 32/156 kB Progress (4): 327/524 kB | 273 kB | 131/194 kB | 32/156 kB Progress (4): 327/524 kB | 273 kB | 135/194 kB | 32/156 kB Progress (4): 327/524 kB | 273 kB | 139/194 kB | 32/156 kB Progress (4): 327/524 kB | 273 kB | 139/194 kB | 36/156 kB Progress (4): 327/524 kB | 273 kB | 143/194 kB | 36/156 kB Progress (4): 327/524 kB | 273 kB | 143/194 kB | 40/156 kB Progress (4): 327/524 kB | 273 kB | 147/194 kB | 40/156 kB Progress (4): 331/524 kB | 273 kB | 147/194 kB | 40/156 kB Progress (4): 331/524 kB | 273 kB | 147/194 kB | 45/156 kB Progress (4): 335/524 kB | 273 kB | 147/194 kB | 45/156 kB Progress (4): 335/524 kB | 273 kB | 147/194 kB | 49/156 kB Progress (4): 339/524 kB | 273 kB | 147/194 kB | 49/156 kB Progress (4): 339/524 kB | 273 kB | 151/194 kB | 49/156 kB Progress (4): 344/524 kB | 273 kB | 151/194 kB | 49/156 kB Progress (4): 344/524 kB | 273 kB | 155/194 kB | 49/156 kB Progress (4): 344/524 kB | 273 kB | 155/194 kB | 53/156 kB Progress (4): 344/524 kB | 273 kB | 159/194 kB | 53/156 kB Progress (4): 344/524 kB | 273 kB | 159/194 kB | 57/156 kB Progress (4): 344/524 kB | 273 kB | 159/194 kB | 61/156 kB Progress (4): 344/524 kB | 273 kB | 159/194 kB | 65/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 912 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (3): 348/524 kB | 159/194 kB | 65/156 kB Progress (3): 348/524 kB | 163/194 kB | 65/156 kB Progress (3): 352/524 kB | 163/194 kB | 65/156 kB Progress (3): 352/524 kB | 163/194 kB | 69/156 kB Progress (3): 356/524 kB | 163/194 kB | 69/156 kB Progress (3): 356/524 kB | 163/194 kB | 73/156 kB Progress (3): 360/524 kB | 163/194 kB | 73/156 kB Progress (3): 360/524 kB | 163/194 kB | 77/156 kB Progress (3): 360/524 kB | 167/194 kB | 77/156 kB Progress (3): 360/524 kB | 167/194 kB | 81/156 kB Progress (4): 360/524 kB | 167/194 kB | 81/156 kB | 4.1/38 kB Progress (4): 360/524 kB | 171/194 kB | 81/156 kB | 4.1/38 kB Progress (4): 360/524 kB | 171/194 kB | 81/156 kB | 7.7/38 kB Progress (4): 364/524 kB | 171/194 kB | 81/156 kB | 7.7/38 kB Progress (4): 364/524 kB | 171/194 kB | 81/156 kB | 12/38 kB Progress (4): 364/524 kB | 171/194 kB | 85/156 kB | 12/38 kB Progress (4): 364/524 kB | 176/194 kB | 85/156 kB | 12/38 kB Progress (4): 364/524 kB | 176/194 kB | 90/156 kB | 12/38 kB Progress (4): 364/524 kB | 176/194 kB | 90/156 kB | 16/38 kB Progress (4): 368/524 kB | 176/194 kB | 90/156 kB | 16/38 kB Progress (4): 368/524 kB | 176/194 kB | 94/156 kB | 16/38 kB Progress (4): 368/524 kB | 180/194 kB | 94/156 kB | 16/38 kB Progress (4): 368/524 kB | 180/194 kB | 98/156 kB | 16/38 kB Progress (4): 372/524 kB | 180/194 kB | 98/156 kB | 16/38 kB Progress (4): 372/524 kB | 180/194 kB | 98/156 kB | 20/38 kB Progress (4): 372/524 kB | 184/194 kB | 98/156 kB | 20/38 kB Progress (4): 376/524 kB | 184/194 kB | 98/156 kB | 20/38 kB Progress (4): 376/524 kB | 184/194 kB | 102/156 kB | 20/38 kB Progress (4): 376/524 kB | 188/194 kB | 102/156 kB | 20/38 kB Progress (4): 376/524 kB | 188/194 kB | 102/156 kB | 24/38 kB Progress (4): 376/524 kB | 192/194 kB | 102/156 kB | 24/38 kB Progress (4): 376/524 kB | 192/194 kB | 106/156 kB | 24/38 kB Progress (4): 376/524 kB | 194 kB | 106/156 kB | 24/38 kB Progress (4): 376/524 kB | 194 kB | 106/156 kB | 28/38 kB Progress (4): 380/524 kB | 194 kB | 106/156 kB | 28/38 kB Progress (4): 380/524 kB | 194 kB | 110/156 kB | 28/38 kB Progress (4): 384/524 kB | 194 kB | 110/156 kB | 28/38 kB Progress (4): 384/524 kB | 194 kB | 110/156 kB | 32/38 kB Progress (4): 389/524 kB | 194 kB | 110/156 kB | 32/38 kB Progress (4): 389/524 kB | 194 kB | 114/156 kB | 32/38 kB Progress (4): 393/524 kB | 194 kB | 114/156 kB | 32/38 kB Progress (4): 393/524 kB | 194 kB | 114/156 kB | 36/38 kB Progress (4): 393/524 kB | 194 kB | 114/156 kB | 38 kB Progress (4): 393/524 kB | 194 kB | 118/156 kB | 38 kB Progress (4): 393/524 kB | 194 kB | 122/156 kB | 38 kB Progress (4): 393/524 kB | 194 kB | 126/156 kB | 38 kB Progress (4): 397/524 kB | 194 kB | 126/156 kB | 38 kB Progress (4): 397/524 kB | 194 kB | 131/156 kB | 38 kB Progress (4): 401/524 kB | 194 kB | 131/156 kB | 38 kB Progress (4): 405/524 kB | 194 kB | 131/156 kB | 38 kB Progress (4): 409/524 kB | 194 kB | 131/156 kB | 38 kB Progress (4): 409/524 kB | 194 kB | 135/156 kB | 38 kB Progress (4): 409/524 kB | 194 kB | 139/156 kB | 38 kB Progress (4): 409/524 kB | 194 kB | 143/156 kB | 38 kB Progress (4): 409/524 kB | 194 kB | 147/156 kB | 38 kB Progress (4): 413/524 kB | 194 kB | 147/156 kB | 38 kB Progress (4): 413/524 kB | 194 kB | 151/156 kB | 38 kB Progress (4): 417/524 kB | 194 kB | 151/156 kB | 38 kB Progress (4): 417/524 kB | 194 kB | 155/156 kB | 38 kB Progress (4): 421/524 kB | 194 kB | 155/156 kB | 38 kB Progress (4): 421/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 425/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 430/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 434/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 438/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 442/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 446/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 450/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 454/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 458/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 462/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 466/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 471/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 475/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 479/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 483/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 487/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 491/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 495/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 499/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 503/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 507/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 511/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 516/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 520/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 524/524 kB | 194 kB | 156 kB | 38 kB Progress (4): 524 kB | 194 kB | 156 kB | 38 kB Progress (5): 524 kB | 194 kB | 156 kB | 38 kB | 4.1/35 kB Progress (5): 524 kB | 194 kB | 156 kB | 38 kB | 7.7/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 405 kB/s) Progress (4): 524 kB | 194 kB | 38 kB | 12/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 1.4 MB/s) Progress (3): 194 kB | 38 kB | 16/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (3): 194 kB | 38 kB | 20/35 kB Progress (3): 194 kB | 38 kB | 24/35 kB Progress (3): 194 kB | 38 kB | 28/35 kB Progress (4): 194 kB | 38 kB | 28/35 kB | 4.1/68 kB Progress (4): 194 kB | 38 kB | 32/35 kB | 4.1/68 kB Progress (4): 194 kB | 38 kB | 32/35 kB | 7.7/68 kB Progress (4): 194 kB | 38 kB | 32/35 kB | 12/68 kB 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.jar (194 kB at 499 kB/s) Progress (3): 38 kB | 35 kB | 12/68 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (3): 38 kB | 35 kB | 16/68 kB Progress (3): 38 kB | 35 kB | 20/68 kB Progress (3): 38 kB | 35 kB | 24/68 kB 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 96 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 90 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Progress (1): 28/68 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Progress (1): 32/68 kB Progress (1): 36/68 kB Progress (1): 40/68 kB Progress (1): 45/68 kB Progress (1): 49/68 kB Progress (2): 49/68 kB | 4.1/35 kB Progress (2): 53/68 kB | 4.1/35 kB Progress (2): 53/68 kB | 7.7/35 kB Progress (2): 57/68 kB | 7.7/35 kB Progress (2): 57/68 kB | 12/35 kB Progress (2): 61/68 kB | 12/35 kB Progress (2): 61/68 kB | 16/35 kB Progress (2): 65/68 kB | 16/35 kB Progress (3): 65/68 kB | 16/35 kB | 4.1/38 kB Progress (3): 65/68 kB | 16/35 kB | 7.7/38 kB Progress (3): 68 kB | 16/35 kB | 7.7/38 kB Progress (3): 68 kB | 16/35 kB | 12/38 kB Progress (3): 68 kB | 16/35 kB | 16/38 kB Progress (3): 68 kB | 20/35 kB | 16/38 kB Progress (3): 68 kB | 24/35 kB | 16/38 kB Progress (3): 68 kB | 28/35 kB | 16/38 kB Progress (3): 68 kB | 28/35 kB | 20/38 kB Progress (3): 68 kB | 32/35 kB | 20/38 kB Progress (3): 68 kB | 32/35 kB | 24/38 kB Progress (3): 68 kB | 35 kB | 24/38 kB Progress (3): 68 kB | 35 kB | 28/38 kB Progress (3): 68 kB | 35 kB | 32/38 kB Progress (3): 68 kB | 35 kB | 36/38 kB Progress (3): 68 kB | 35 kB | 38 kB Progress (4): 68 kB | 35 kB | 38 kB | 4.1/30 kB Progress (4): 68 kB | 35 kB | 38 kB | 7.7/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 94 kB/s) Progress (3): 68 kB | 35 kB | 12/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Progress (3): 68 kB | 35 kB | 16/30 kB Progress (3): 68 kB | 35 kB | 20/30 kB Progress (3): 68 kB | 35 kB | 24/30 kB Progress (3): 68 kB | 35 kB | 28/30 kB Progress (3): 68 kB | 35 kB | 30 kB Progress (4): 68 kB | 35 kB | 30 kB | 4.1/108 kB Progress (4): 68 kB | 35 kB | 30 kB | 7.7/108 kB Progress (4): 68 kB | 35 kB | 30 kB | 12/108 kB Progress (4): 68 kB | 35 kB | 30 kB | 16/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 164 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 72 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Progress (3): 35 kB | 16/108 kB | 4.1/332 kB Progress (3): 35 kB | 16/108 kB | 7.7/332 kB Progress (3): 35 kB | 20/108 kB | 7.7/332 kB Progress (3): 35 kB | 20/108 kB | 12/332 kB Progress (3): 35 kB | 24/108 kB | 12/332 kB Progress (3): 35 kB | 24/108 kB | 16/332 kB Progress (3): 35 kB | 28/108 kB | 16/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 75 kB/s) Progress (2): 32/108 kB | 16/332 kB Progress (2): 32/108 kB | 20/332 kB Progress (3): 32/108 kB | 20/332 kB | 4.1/315 kB Progress (3): 32/108 kB | 24/332 kB | 4.1/315 kB Progress (3): 32/108 kB | 24/332 kB | 7.7/315 kB Progress (3): 32/108 kB | 28/332 kB | 7.7/315 kB Progress (3): 32/108 kB | 28/332 kB | 12/315 kB Progress (3): 36/108 kB | 28/332 kB | 12/315 kB Progress (3): 36/108 kB | 28/332 kB | 16/315 kB Progress (3): 36/108 kB | 32/332 kB | 16/315 kB Progress (3): 40/108 kB | 32/332 kB | 16/315 kB Progress (3): 45/108 kB | 32/332 kB | 16/315 kB Progress (3): 49/108 kB | 32/332 kB | 16/315 kB Progress (3): 49/108 kB | 32/332 kB | 20/315 kB Progress (3): 49/108 kB | 36/332 kB | 20/315 kB Progress (3): 49/108 kB | 36/332 kB | 24/315 kB Progress (3): 49/108 kB | 40/332 kB | 24/315 kB Progress (3): 49/108 kB | 40/332 kB | 28/315 kB Progress (3): 53/108 kB | 40/332 kB | 28/315 kB Progress (3): 53/108 kB | 40/332 kB | 32/315 kB Progress (3): 53/108 kB | 45/332 kB | 32/315 kB Progress (3): 57/108 kB | 45/332 kB | 32/315 kB Progress (3): 57/108 kB | 49/332 kB | 32/315 kB Progress (3): 61/108 kB | 49/332 kB | 32/315 kB Progress (3): 65/108 kB | 49/332 kB | 32/315 kB Progress (3): 65/108 kB | 49/332 kB | 36/315 kB Progress (3): 65/108 kB | 53/332 kB | 36/315 kB Progress (3): 65/108 kB | 53/332 kB | 40/315 kB Progress (3): 65/108 kB | 57/332 kB | 40/315 kB Progress (3): 69/108 kB | 57/332 kB | 40/315 kB Progress (3): 69/108 kB | 61/332 kB | 40/315 kB Progress (3): 69/108 kB | 61/332 kB | 45/315 kB Progress (3): 69/108 kB | 65/332 kB | 45/315 kB Progress (3): 73/108 kB | 65/332 kB | 45/315 kB Progress (3): 73/108 kB | 65/332 kB | 49/315 kB Progress (3): 77/108 kB | 65/332 kB | 49/315 kB Progress (3): 81/108 kB | 65/332 kB | 49/315 kB Progress (3): 81/108 kB | 69/332 kB | 49/315 kB Progress (3): 81/108 kB | 73/332 kB | 49/315 kB Progress (3): 81/108 kB | 77/332 kB | 49/315 kB Progress (3): 81/108 kB | 81/332 kB | 49/315 kB Progress (3): 85/108 kB | 81/332 kB | 49/315 kB Progress (3): 85/108 kB | 81/332 kB | 53/315 kB Progress (3): 90/108 kB | 81/332 kB | 53/315 kB Progress (3): 90/108 kB | 81/332 kB | 57/315 kB Progress (3): 90/108 kB | 85/332 kB | 57/315 kB Progress (3): 94/108 kB | 85/332 kB | 57/315 kB Progress (3): 94/108 kB | 90/332 kB | 57/315 kB Progress (3): 94/108 kB | 90/332 kB | 61/315 kB Progress (3): 94/108 kB | 94/332 kB | 61/315 kB Progress (3): 98/108 kB | 94/332 kB | 61/315 kB Progress (3): 98/108 kB | 98/332 kB | 61/315 kB Progress (3): 98/108 kB | 98/332 kB | 65/315 kB Progress (3): 102/108 kB | 98/332 kB | 65/315 kB Progress (3): 106/108 kB | 98/332 kB | 65/315 kB Progress (3): 106/108 kB | 102/332 kB | 65/315 kB Progress (3): 108 kB | 102/332 kB | 65/315 kB Progress (3): 108 kB | 106/332 kB | 65/315 kB Progress (3): 108 kB | 110/332 kB | 65/315 kB Progress (3): 108 kB | 110/332 kB | 69/315 kB Progress (3): 108 kB | 114/332 kB | 69/315 kB Progress (3): 108 kB | 114/332 kB | 73/315 kB Progress (3): 108 kB | 114/332 kB | 77/315 kB Progress (3): 108 kB | 114/332 kB | 81/315 kB Progress (3): 108 kB | 118/332 kB | 81/315 kB Progress (3): 108 kB | 122/332 kB | 81/315 kB Progress (3): 108 kB | 126/332 kB | 81/315 kB Progress (3): 108 kB | 131/332 kB | 81/315 kB Progress (3): 108 kB | 131/332 kB | 85/315 kB Progress (3): 108 kB | 131/332 kB | 90/315 kB Progress (3): 108 kB | 131/332 kB | 94/315 kB Progress (3): 108 kB | 135/332 kB | 94/315 kB Progress (3): 108 kB | 135/332 kB | 98/315 kB Progress (3): 108 kB | 139/332 kB | 98/315 kB Progress (3): 108 kB | 143/332 kB | 98/315 kB Progress (3): 108 kB | 147/332 kB | 98/315 kB Progress (3): 108 kB | 147/332 kB | 102/315 kB Progress (3): 108 kB | 151/332 kB | 102/315 kB Progress (3): 108 kB | 151/332 kB | 106/315 kB Progress (3): 108 kB | 155/332 kB | 106/315 kB Progress (3): 108 kB | 155/332 kB | 110/315 kB Progress (3): 108 kB | 159/332 kB | 110/315 kB Progress (3): 108 kB | 159/332 kB | 114/315 kB Progress (3): 108 kB | 163/332 kB | 114/315 kB Progress (3): 108 kB | 167/332 kB | 114/315 kB Progress (3): 108 kB | 171/332 kB | 114/315 kB Progress (3): 108 kB | 171/332 kB | 118/315 kB Progress (3): 108 kB | 176/332 kB | 118/315 kB Progress (3): 108 kB | 176/332 kB | 122/315 kB Progress (3): 108 kB | 180/332 kB | 122/315 kB Progress (3): 108 kB | 180/332 kB | 126/315 kB Progress (3): 108 kB | 180/332 kB | 131/315 kB Progress (3): 108 kB | 184/332 kB | 131/315 kB Progress (3): 108 kB | 188/332 kB | 131/315 kB Progress (3): 108 kB | 192/332 kB | 131/315 kB Progress (3): 108 kB | 196/332 kB | 131/315 kB Progress (3): 108 kB | 196/332 kB | 135/315 kB Progress (3): 108 kB | 196/332 kB | 139/315 kB Progress (3): 108 kB | 196/332 kB | 143/315 kB Progress (3): 108 kB | 200/332 kB | 143/315 kB Progress (3): 108 kB | 200/332 kB | 147/315 kB Progress (3): 108 kB | 204/332 kB | 147/315 kB Progress (3): 108 kB | 208/332 kB | 147/315 kB Progress (3): 108 kB | 212/332 kB | 147/315 kB Progress (3): 108 kB | 212/332 kB | 151/315 kB Progress (3): 108 kB | 217/332 kB | 151/315 kB Progress (3): 108 kB | 217/332 kB | 155/315 kB Progress (3): 108 kB | 221/332 kB | 155/315 kB Progress (3): 108 kB | 221/332 kB | 159/315 kB Progress (3): 108 kB | 225/332 kB | 159/315 kB Progress (3): 108 kB | 225/332 kB | 163/315 kB Progress (3): 108 kB | 229/332 kB | 163/315 kB Progress (3): 108 kB | 233/332 kB | 163/315 kB Progress (3): 108 kB | 237/332 kB | 163/315 kB Progress (3): 108 kB | 237/332 kB | 167/315 kB Progress (3): 108 kB | 241/332 kB | 167/315 kB Progress (3): 108 kB | 241/332 kB | 171/315 kB Progress (3): 108 kB | 245/332 kB | 171/315 kB Progress (3): 108 kB | 245/332 kB | 176/315 kB Progress (3): 108 kB | 245/332 kB | 180/315 kB Progress (3): 108 kB | 249/332 kB | 180/315 kB Progress (3): 108 kB | 253/332 kB | 180/315 kB Progress (3): 108 kB | 258/332 kB | 180/315 kB Progress (3): 108 kB | 262/332 kB | 180/315 kB Progress (3): 108 kB | 262/332 kB | 184/315 kB Progress (3): 108 kB | 262/332 kB | 188/315 kB Progress (3): 108 kB | 266/332 kB | 188/315 kB Progress (3): 108 kB | 266/332 kB | 192/315 kB Progress (3): 108 kB | 270/332 kB | 192/315 kB Progress (3): 108 kB | 270/332 kB | 196/315 kB Progress (3): 108 kB | 274/332 kB | 196/315 kB Progress (3): 108 kB | 278/332 kB | 196/315 kB Progress (3): 108 kB | 282/332 kB | 196/315 kB Progress (3): 108 kB | 282/332 kB | 200/315 kB Progress (3): 108 kB | 286/332 kB | 200/315 kB Progress (3): 108 kB | 286/332 kB | 204/315 kB Progress (3): 108 kB | 290/332 kB | 204/315 kB Progress (3): 108 kB | 290/332 kB | 208/315 kB Progress (3): 108 kB | 294/332 kB | 208/315 kB Progress (3): 108 kB | 294/332 kB | 212/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 221 kB/s) Progress (2): 298/332 kB | 212/315 kB Progress (2): 303/332 kB | 212/315 kB Progress (2): 303/332 kB | 217/315 kB Progress (2): 307/332 kB | 217/315 kB Progress (2): 307/332 kB | 221/315 kB Progress (2): 311/332 kB | 221/315 kB Progress (2): 311/332 kB | 225/315 kB Progress (2): 311/332 kB | 229/315 kB Progress (2): 315/332 kB | 229/315 kB Progress (2): 319/332 kB | 229/315 kB Progress (2): 323/332 kB | 229/315 kB Progress (2): 327/332 kB | 229/315 kB Progress (2): 327/332 kB | 233/315 kB Progress (2): 331/332 kB | 233/315 kB Progress (2): 331/332 kB | 237/315 kB Progress (2): 332 kB | 237/315 kB Progress (2): 332 kB | 241/315 kB Progress (2): 332 kB | 245/315 kB Progress (2): 332 kB | 249/315 kB Progress (2): 332 kB | 253/315 kB Progress (2): 332 kB | 258/315 kB Progress (2): 332 kB | 262/315 kB Progress (2): 332 kB | 266/315 kB Progress (2): 332 kB | 270/315 kB Progress (2): 332 kB | 274/315 kB Progress (2): 332 kB | 278/315 kB Progress (2): 332 kB | 282/315 kB Progress (2): 332 kB | 286/315 kB Progress (2): 332 kB | 290/315 kB Progress (2): 332 kB | 294/315 kB Progress (2): 332 kB | 298/315 kB Progress (2): 332 kB | 303/315 kB Progress (2): 332 kB | 307/315 kB Progress (2): 332 kB | 311/315 kB Progress (2): 332 kB | 315/315 kB Progress (2): 332 kB | 315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 629 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 633 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.pom (2.0 kB at 681 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.jar Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.jar (21 kB at 5.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom 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 Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB 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 3.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 42 kB 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 911 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 758 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar 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 Progress (1): 4.1/316 kB Progress (1): 7.7/316 kB Progress (1): 12/316 kB Progress (1): 16/316 kB Progress (1): 20/316 kB Progress (1): 24/316 kB Progress (1): 28/316 kB Progress (1): 32/316 kB Progress (1): 36/316 kB Progress (1): 40/316 kB Progress (1): 45/316 kB Progress (1): 49/316 kB Progress (1): 53/316 kB Progress (1): 57/316 kB Progress (1): 61/316 kB Progress (1): 65/316 kB Progress (1): 69/316 kB Progress (1): 73/316 kB Progress (1): 77/316 kB Progress (1): 81/316 kB Progress (1): 85/316 kB Progress (1): 90/316 kB Progress (1): 94/316 kB Progress (1): 98/316 kB Progress (1): 102/316 kB Progress (1): 106/316 kB Progress (1): 110/316 kB Progress (1): 114/316 kB Progress (1): 118/316 kB Progress (1): 122/316 kB Progress (1): 126/316 kB Progress (1): 131/316 kB Progress (1): 135/316 kB Progress (1): 139/316 kB Progress (1): 143/316 kB Progress (1): 147/316 kB Progress (1): 151/316 kB Progress (1): 155/316 kB Progress (1): 159/316 kB Progress (1): 163/316 kB Progress (1): 167/316 kB Progress (1): 171/316 kB Progress (1): 176/316 kB Progress (1): 180/316 kB Progress (1): 184/316 kB Progress (1): 188/316 kB Progress (1): 192/316 kB Progress (1): 196/316 kB Progress (1): 200/316 kB Progress (1): 204/316 kB Progress (1): 208/316 kB Progress (1): 212/316 kB Progress (1): 217/316 kB Progress (1): 221/316 kB Progress (1): 225/316 kB Progress (1): 229/316 kB Progress (1): 233/316 kB Progress (1): 237/316 kB Progress (1): 241/316 kB Progress (1): 245/316 kB Progress (1): 249/316 kB Progress (1): 253/316 kB Progress (1): 258/316 kB Progress (1): 262/316 kB Progress (1): 266/316 kB Progress (1): 270/316 kB Progress (1): 274/316 kB Progress (1): 278/316 kB Progress (1): 282/316 kB Progress (1): 286/316 kB Progress (1): 290/316 kB Progress (1): 294/316 kB Progress (1): 298/316 kB Progress (1): 303/316 kB Progress (1): 307/316 kB Progress (1): 311/316 kB Progress (1): 315/316 kB Progress (1): 316 kB 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 6.6 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.pom (1.4 kB at 53 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.jar (14 kB at 575 kB/s) [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20190528213420/repository/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20190528213420/repository [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20190528213420/repository/ [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/ [INFO] Adding repository http://download.eclipse.org/releases/2019-12 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-12/ (482B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-12/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-12/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/201912181000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-12/201912181000/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/pom.xml [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (9.5MB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (107.05kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20181102183712/repository/ [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (57.07kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (30.08kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (60.2kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (21.32kB) [INFO] Fetching 201912181000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-12/ [INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (458.65kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (55.73kB) [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (2.83MB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (14.52kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (258.72kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (75.47kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (44.03kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (34.83kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (154.23kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (30.65kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (2.32MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (687.76kB) [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (923.82kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (3.42MB) Feb 18, 2020 6:15:31 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Feb 18, 2020 6:15:31 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.ant.core_3.5.600.v20191122-2102.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (71.92kB) [INFO] Fetching org.eclipse.core.variables_3.4.700.v20191114-1848.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (18.05kB) [INFO] Fetching org.eclipse.core.runtime_3.17.0.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.74kB) [INFO] Fetching org.eclipse.compare_3.7.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (304.82kB) [INFO] Fetching org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (364.34kB) [INFO] Fetching org.eclipse.core.resources_3.13.600.v20191122-2104.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (873.23kB) [INFO] Fetching org.eclipse.jface.text_3.16.100.v20191203-1634.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (319.42kB) [INFO] Fetching org.eclipse.ui.ide_3.16.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (962.29kB) [INFO] Fetching org.eclipse.ui.views_3.10.100.v20191114-0830.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (234.26kB) [INFO] Fetching org.eclipse.core.expressions_3.6.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.ui.editors_3.13.0.v20191203-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (204.63kB) [INFO] Fetching org.eclipse.ui.forms_3.8.200.v20191114-0830.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (123.32kB) [INFO] Fetching org.eclipse.compare.core_3.6.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.06kB) [INFO] Fetching org.eclipse.core.commands_3.9.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (42.96kB) [INFO] Fetching org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (52.5kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (41.62kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (54.22kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (76.89kB) [INFO] Fetching org.eclipse.core.databinding_1.7.700.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (55.83kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (82.52kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (26.22kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.500.v20191014-1300.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (20.74kB) [INFO] Fetching org.eclipse.debug.core_3.14.100.v20191115-1406.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (125.76kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (41.95kB) [INFO] Fetching org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (100.78kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (27.8kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.jobs_3.10.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (46.12kB) [INFO] Fetching org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.77kB) [INFO] Fetching org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (44.58kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (93.41kB) [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (42.16kB) [INFO] Fetching org.eclipse.debug.ui_3.14.300.v20191116-2105.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.ui.console_3.9.0.v20191126-0912.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (88.43kB) [INFO] Fetching org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (125.97kB) [INFO] Fetching org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1,004.33kB) [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (485.42kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (84.22kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (107.92kB) [INFO] Fetching org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (360.91kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (133.62kB) [INFO] Fetching org.eclipse.team.core_3.8.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (127.12kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (182.08kB) [INFO] Fetching org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (216.5kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (13.78kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (25.92kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (22.69kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (28.26kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (16.67kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (21.81kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (98kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (61.45kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (22.97kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (111.15kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (13.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (94.87kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (85.9kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (64.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (79.15kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.95kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (17.02kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (9.82kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (9.46kB) [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (16.7kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (29.94kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (23.78kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (103.2kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.swt_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (16.04kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1,008.75kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (77.54kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (51.54kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (49.92kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (23.94kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (21.82kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (8kB) [INFO] Fetching org.eclipse.e4.rcp_4.14.0.v20191204-0601.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (20.81kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (51.07kB) [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (114.83kB) [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.13kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.300.v20191015-2006.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (16.29kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.300.v20191011-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (76.5kB) [INFO] Fetching org.eclipse.jetty.http_9.4.24.v20191120.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (219.72kB) [INFO] Fetching org.eclipse.jetty.server_9.4.24.v20191120.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (691.08kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.24.v20191120.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (139.05kB) [INFO] Fetching org.eclipse.jetty.util_9.4.24.v20191120.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (571.31kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (18.49kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.300.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (14.71kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (8.71kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (108.01kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (32.06kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (55.47kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (74.72kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (50.95kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (71.3kB) [INFO] Fetching org.eclipse.help.base_4.2.800.v20191210-0610.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (175.92kB) [INFO] Fetching org.eclipse.help.ui_4.1.700.v20191123-0656.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (204.92kB) [INFO] Fetching org.eclipse.help.webapp_3.9.700.v20191123-0656.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (284.94kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.24.v20191120.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (31.78kB) [INFO] Fetching org.eclipse.jetty.io_9.4.24.v20191120.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (170.14kB) [INFO] Fetching org.eclipse.jetty.security_9.4.24.v20191120.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (126.39kB) [INFO] Fetching org.eclipse.help_2.3.0.v20191210-0610.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.52kB) [INFO] Fetching org.eclipse.jsch.core_1.3.700.v20190925-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (20.78kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.700.v20191105-0922.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (34.58kB) [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching org.eclipse.team.ui_3.8.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (494.27kB) [INFO] Fetching org.eclipse.platform_4.14.0.v20191210-0610.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (406.11kB) [INFO] Fetching org.eclipse.ui.intro_3.5.800.v20191123-0656.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (141.89kB) [INFO] Fetching org.eclipse.platform.doc.user_4.14.0.v20191204-0828.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (8.54MB) Feb 18, 2020 6:15:55 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Feb 18, 2020 6:15:55 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.text.quicksearch_1.0.100.v20191122-2108.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (36.87kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.700.v20191025-0657.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.74MB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (147.38kB) [INFO] Fetching org.eclipse.ui.browser_3.6.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (97.35kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.600.v20191114-0832.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (50.28kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.600.v20191106-1253.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (27.71kB) Feb 18, 2020 6:15:57 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Feb 18, 2020 6:15:57 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.100.v20191209-1336.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (71.13kB) [INFO] Fetching org.eclipse.ui.net_1.3.600.v20190925-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (20.41kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.500.v20191025-1523.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (66.04kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (55.35kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.ui.themes_1.2.800.v20191127-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (29.22kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.400.v20191119-0804.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (14.28kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.500.v20190925-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (9.8kB) [INFO] Fetching org.eclipse.urischeme_1.0.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (21.45kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (84.58kB) [INFO] Fetching org.eclipse.platform_4.14.0.v20191210-0610.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (20.44kB) [INFO] Fetching org.eclipse.platform_root_4.14.0.v20191210-0610 from http://download.eclipse.org/releases/2019-12/201912181000/binary/ (196B) [INFO] Fetching org.eclipse.update.configurator_3.4.400.v20191122-2102.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (43.19kB) [INFO] Fetching org.eclipse.rcp_4.14.0.v20191210-0610.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (9.42kB) [INFO] Fetching org.eclipse.rcp_4.14.0.v20191210-0610.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (19.1kB) [INFO] Fetching org.eclipse.rcp_root_4.14.0.v20191210-0610 from http://download.eclipse.org/releases/2019-12/201912181000/binary/ (25.54kB) [INFO] Fetching org.eclipse.compare.win32_1.2.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (24.56kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.1MB) Feb 18, 2020 6:16:00 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Feb 18, 2020 6:16:00 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (36.57kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.44kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (56.91kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (80.12kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (37.04kB) [INFO] Fetching org.eclipse.ui.win32_3.4.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (13.39kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (15.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.400.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (16.41kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (39.44kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (819.53kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (24.56kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (7.62kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (634.79kB) [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (23.9kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (283.72kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (29.18kB) [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (170.65kB) [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (27.19kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core.index.lucene:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core.index.lucene:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/pom.xml [INFO] Fetching org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (50.63kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core.index.lucene:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.annotations:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.annotations:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.annotations:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.manipulation:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.manipulation:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.manipulation:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.doc.isv:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.doc.isv:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.doc.isv:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tools.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tools.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tools.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.formatter:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.formatter:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.formatter:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.launching:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.launching:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.launching:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.logconsole:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.logconsole:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.logconsole:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.logconsole.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.logconsole.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.logconsole.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.testing:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.testing:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.testing:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.externalchecker:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.externalchecker:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.externalchecker:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.ui.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.ui.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.ui.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.formatter.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.formatter.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.formatter.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.rse:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.rse:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/pom.xml [INFO] Fetching org.eclipse.rse.core_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (408.47kB) [INFO] Fetching org.eclipse.rse.subsystems.files.core_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (135.79kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.core_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (68.59kB) [INFO] Fetching org.eclipse.rse.efs_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.47kB) [INFO] Fetching org.eclipse.rse.services_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (454.93kB) [INFO] Fetching org.eclipse.rse.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.rse.files.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (493.82kB) [INFO] Fetching org.eclipse.rse.doc.user_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (212.02kB) [INFO] Fetching org.eclipse.rse.efs.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (21.85kB) [INFO] Fetching org.eclipse.rse.importexport_4.5.101.201904091623.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (232.55kB) [INFO] Fetching org.eclipse.rse.processes.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (74.47kB) [INFO] Fetching org.eclipse.rse.shells.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (142.16kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.core_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (30.55kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.shell.linux_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.54kB) [INFO] Fetching org.eclipse.rse.core_4.5.100.201911240504.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (18.49kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.rse:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/pom.xml [INFO] Fetching org.eclipse.rse.connectorservice.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (40.35kB) [INFO] Fetching org.eclipse.rse.services.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (61.91kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.ssh.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.ssh.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.ssh.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.mylyn:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.mylyn:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/pom.xml [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (676.21kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (249kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (284.2kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (103.82kB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (604.2kB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (748.53kB) [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (139.37kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (405.11kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (42.52kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (114.7kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (81.5kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (87.57kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (201.34kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (31.25kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (46.28kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (26.46kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.mylyn.ide.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (22.85kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (58.09kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (38.91kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (48.14kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (32kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (287.13kB) [INFO] Fetching org.eclipse.jdt.core_3.20.0.v20191203-2131.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (6.71MB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (69.6kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (104.32kB) [INFO] Fetching org.eclipse.mylyn.commons_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (17.91kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (27.16kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (17.85kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (58.44kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (106.17kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (10.45kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (20.03kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (37.81kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (17.94kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (31.67kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (60.38kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (17.93kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (65.86kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (310.46kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (17.95kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (59.91kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (61.18kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (17.89kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (17.88kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (27.22kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (45.25kB) [INFO] Fetching org.eclipse.mylyn_feature_3.24.2.v20180905-0003.jar from http://download.eclipse.org/releases/2019-12/201912181000/features/ (18.55kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.mylyn:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.tcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.tcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (30.49kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.tcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.doc.user:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.doc.user:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.doc.user:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.indexer:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.indexer:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.indexer:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.launching:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.launching:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.launching:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tclchecker:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tclchecker:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tclchecker:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tcllib:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tcllib:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tcllib:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing.tcltest:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing.tcltest:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing.tcltest:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.itcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.itcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.itcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.xotcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.xotcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.xotcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.sdk:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.testing.xounit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.testing.xounit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.testing.xounit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk:update.site:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.releng/build/update.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk:update.site:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.releng/build/update.site/pom.xml [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64} [ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: update.site raw:6.1.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):6.1.0-SNAPSHOT [ERROR] Missing requirement: update.site raw:6.1.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):6.1.0-SNAPSHOT requires 'org.eclipse.equinox.p2.iu; org.apache.lucene.core [8.4.1.v20200122-1459,8.4.1.v20200122-1459]' but it could not be found [ERROR] [ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. [ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.dltk:update.site:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk.releng-gerrit/org.eclipse.dltk.releng/build/update.site/pom.xml: See log for details -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException Build step 'Invoke top-level Maven targets' marked build as failure Terminating xvnc. Not sending mail to unregistered user zulus@w3des.net An attempt to send an e-mail to empty list of recipients, ignored. Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Archiving artifacts Finished: FAILURE