Started by user Nikhil Nanivadekar Running as Nikhil Nanivadekar Agent default-agent-jgsfx is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-jgsfx" 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.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-jgsfx" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-jgsfx" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.collections.svc.cluster.local/collections/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" 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-collections" 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 default-agent-jgsfx in workspace /home/jenkins/agent/workspace/publish-p2-repo [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-yhZMEMjA6NIt/agent.74 SSH_AGENT_PID=76 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_9158419687946041903.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_9158419687946041903.key) [ssh-agent] Using credentials genie.collections (ssh://genie.collections@projects-storage.eclipse.org) using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse/eclipse-collections.git > git init /home/jenkins/agent/workspace/publish-p2-repo # timeout=10 Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git > git --version # timeout=10 using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10 Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/* > git rev-parse tags/10.1.0^{commit} # timeout=10 > git rev-parse refs/remotes/origin/tags/10.1.0^{commit} # timeout=10 Checking out Revision 41b6c7164b8144e852db196fe8959992ce907912 (tags/10.1.0) > git config core.sparsecheckout # timeout=10 > git checkout -f 41b6c7164b8144e852db196fe8959992ce907912 Commit message: "Release version 10.1.0." First time build. Skipping changelog. [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=10.1.0 -DsigningServiceType=eclipse -Dsurefire.useFile=false -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository -pl !jmh-scala-tests,!jmh-tests,!junit-trait-runner,!scala-unit-tests,!serialization-tests,!test-coverage,!unit-tests-java8,!unit-tests clean install Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-957.10.1.el7.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.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.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 64 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 539 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 173 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/6.6 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 237 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 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 706 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/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/maven-parent/15/maven-parent-15.pom (24 kB at 774 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/6/apache-6.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 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 457 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 139 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 153 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 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 741 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/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/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 542 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 72 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 79 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 35 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/5.4 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 206 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 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 576 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/5.0 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 201 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 106 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/6.8 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 252 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/8.4 kB Progress (1): 7.7/8.4 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 311 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/4.2 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 161 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/8.4 kB Progress (1): 7.7/8.4 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 246 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/8.4 kB Progress (1): 7.7/8.4 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 398 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 47 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 74 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 88 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/5.4 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 215 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 125 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 104 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 52 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/7.8 kB Progress (1): 7.7/7.8 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 299 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/11 kB Progress (1): 7.7/11 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 430 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 167 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 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 508 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/5.5 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 210 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/11 kB Progress (1): 7.7/11 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 614 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 90 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 95 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 98 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/7.7 kB Progress (1): 7.7/7.7 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 429 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 76 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 109 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 67 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 222 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 205 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 694 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 4.1/6.8 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/17/spice-parent-17.pom (6.8 kB at 260 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 306 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 36/47 kB Progress (1): 40/47 kB Progress (1): 44/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.7 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/9/apache-9.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 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 606 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.5/commons-io-2.5.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 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 ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/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): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/62 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 2.4 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/16/apache-16.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 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 570 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 567 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/68 kB Progress (1): 7.7/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 24/68 kB Progress (1): 28/68 kB Progress (1): 32/68 kB Progress (1): 33/68 kB Progress (1): 37/68 kB Progress (1): 41/68 kB Progress (1): 45/68 kB Progress (1): 49/68 kB Progress (1): 53/68 kB Progress (1): 57/68 kB Progress (1): 61/68 kB Progress (1): 65/68 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.2 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/18/apache-18.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 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 603 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 116 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 688 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 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 606 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.5/xz-1.5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.5/xz-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 76 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.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.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 38 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.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.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 76 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.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.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 38 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.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.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 25 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.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.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 66 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.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.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 2.6 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 251 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.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.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 82 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.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.3.0/org.eclipse.tycho.embedder.shared-1.3.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.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 16 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 148 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.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.3.0/org.eclipse.tycho.core.shared-1.3.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.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 21 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 201 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 50 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/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/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 427 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 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 1.3 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/5/apache-5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/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 158 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.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.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 107 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.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.3.0/tycho-p2-1.3.0.pom (1.1 kB at 45 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.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.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.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.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 34 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.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.3.0/org.eclipse.tycho.p2.tools.shared-1.3.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.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 27 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.5/xz-1.5.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.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-core/3.0/maven-core-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.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/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/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.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 cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.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.5/xz-1.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.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.3.0/tycho-p2-facade-1.3.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.3.0/org.eclipse.tycho.p2.resolver.shared-1.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.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.5/xz-1.5.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.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 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-core/3.0/maven-core-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar Progress (1): 4.1/165 kB Progress (1): 7.7/165 kB Progress (1): 12/165 kB Progress (1): 16/165 kB Progress (1): 20/165 kB Progress (1): 24/165 kB Progress (1): 28/165 kB Progress (1): 32/165 kB Progress (1): 33/165 kB Progress (1): 37/165 kB Progress (1): 41/165 kB Progress (1): 45/165 kB Progress (2): 45/165 kB | 4.1/47 kB Progress (2): 49/165 kB | 4.1/47 kB Progress (2): 49/165 kB | 7.7/47 kB Progress (3): 49/165 kB | 7.7/47 kB | 4.1/527 kB Progress (3): 53/165 kB | 7.7/47 kB | 4.1/527 kB Progress (3): 53/165 kB | 12/47 kB | 4.1/527 kB Progress (3): 53/165 kB | 12/47 kB | 7.7/527 kB Progress (3): 53/165 kB | 16/47 kB | 7.7/527 kB Progress (3): 53/165 kB | 16/47 kB | 12/527 kB Progress (3): 53/165 kB | 16/47 kB | 16/527 kB Progress (3): 53/165 kB | 16/47 kB | 20/527 kB Progress (3): 53/165 kB | 16/47 kB | 24/527 kB Progress (3): 57/165 kB | 16/47 kB | 24/527 kB Progress (3): 57/165 kB | 20/47 kB | 24/527 kB Progress (4): 57/165 kB | 20/47 kB | 24/527 kB | 4.1/202 kB Progress (4): 57/165 kB | 20/47 kB | 28/527 kB | 4.1/202 kB Progress (4): 57/165 kB | 24/47 kB | 28/527 kB | 4.1/202 kB Progress (4): 61/165 kB | 24/47 kB | 28/527 kB | 4.1/202 kB Progress (4): 61/165 kB | 28/47 kB | 28/527 kB | 4.1/202 kB Progress (4): 61/165 kB | 28/47 kB | 32/527 kB | 4.1/202 kB Progress (4): 61/165 kB | 28/47 kB | 32/527 kB | 7.7/202 kB Progress (4): 61/165 kB | 28/47 kB | 36/527 kB | 7.7/202 kB Progress (4): 61/165 kB | 32/47 kB | 36/527 kB | 7.7/202 kB Progress (4): 61/165 kB | 36/47 kB | 36/527 kB | 7.7/202 kB Progress (4): 61/165 kB | 40/47 kB | 36/527 kB | 7.7/202 kB Progress (5): 61/165 kB | 40/47 kB | 36/527 kB | 7.7/202 kB | 4.1/5.6 kB Progress (5): 65/165 kB | 40/47 kB | 36/527 kB | 7.7/202 kB | 4.1/5.6 kB Progress (5): 65/165 kB | 40/47 kB | 36/527 kB | 7.7/202 kB | 5.6 kB Progress (5): 65/165 kB | 44/47 kB | 36/527 kB | 7.7/202 kB | 5.6 kB Progress (5): 65/165 kB | 44/47 kB | 40/527 kB | 7.7/202 kB | 5.6 kB Progress (5): 65/165 kB | 44/47 kB | 40/527 kB | 12/202 kB | 5.6 kB Progress (5): 65/165 kB | 44/47 kB | 44/527 kB | 12/202 kB | 5.6 kB Progress (5): 65/165 kB | 47 kB | 44/527 kB | 12/202 kB | 5.6 kB Progress (5): 69/165 kB | 47 kB | 44/527 kB | 12/202 kB | 5.6 kB Progress (5): 69/165 kB | 47 kB | 48/527 kB | 12/202 kB | 5.6 kB Progress (5): 69/165 kB | 47 kB | 48/527 kB | 16/202 kB | 5.6 kB Progress (5): 69/165 kB | 47 kB | 52/527 kB | 16/202 kB | 5.6 kB Progress (5): 73/165 kB | 47 kB | 52/527 kB | 16/202 kB | 5.6 kB Progress (5): 73/165 kB | 47 kB | 56/527 kB | 16/202 kB | 5.6 kB Progress (5): 73/165 kB | 47 kB | 56/527 kB | 20/202 kB | 5.6 kB Progress (5): 73/165 kB | 47 kB | 60/527 kB | 20/202 kB | 5.6 kB Progress (5): 77/165 kB | 47 kB | 60/527 kB | 20/202 kB | 5.6 kB Progress (5): 77/165 kB | 47 kB | 64/527 kB | 20/202 kB | 5.6 kB Progress (5): 77/165 kB | 47 kB | 64/527 kB | 24/202 kB | 5.6 kB Progress (5): 77/165 kB | 47 kB | 68/527 kB | 24/202 kB | 5.6 kB Progress (5): 81/165 kB | 47 kB | 68/527 kB | 24/202 kB | 5.6 kB Progress (5): 81/165 kB | 47 kB | 72/527 kB | 24/202 kB | 5.6 kB Progress (5): 81/165 kB | 47 kB | 72/527 kB | 28/202 kB | 5.6 kB Progress (5): 81/165 kB | 47 kB | 76/527 kB | 28/202 kB | 5.6 kB Progress (5): 85/165 kB | 47 kB | 76/527 kB | 28/202 kB | 5.6 kB Progress (5): 85/165 kB | 47 kB | 80/527 kB | 28/202 kB | 5.6 kB Progress (5): 85/165 kB | 47 kB | 80/527 kB | 32/202 kB | 5.6 kB Progress (5): 85/165 kB | 47 kB | 84/527 kB | 32/202 kB | 5.6 kB Progress (5): 89/165 kB | 47 kB | 84/527 kB | 32/202 kB | 5.6 kB Progress (5): 89/165 kB | 47 kB | 84/527 kB | 36/202 kB | 5.6 kB Progress (5): 89/165 kB | 47 kB | 88/527 kB | 36/202 kB | 5.6 kB Progress (5): 89/165 kB | 47 kB | 88/527 kB | 40/202 kB | 5.6 kB Progress (5): 93/165 kB | 47 kB | 88/527 kB | 40/202 kB | 5.6 kB Progress (5): 93/165 kB | 47 kB | 92/527 kB | 40/202 kB | 5.6 kB Progress (5): 93/165 kB | 47 kB | 92/527 kB | 44/202 kB | 5.6 kB Progress (5): 97/165 kB | 47 kB | 92/527 kB | 44/202 kB | 5.6 kB Progress (5): 97/165 kB | 47 kB | 92/527 kB | 48/202 kB | 5.6 kB Progress (5): 97/165 kB | 47 kB | 96/527 kB | 48/202 kB | 5.6 kB Progress (5): 101/165 kB | 47 kB | 96/527 kB | 48/202 kB | 5.6 kB Progress (5): 101/165 kB | 47 kB | 100/527 kB | 48/202 kB | 5.6 kB Progress (5): 101/165 kB | 47 kB | 100/527 kB | 52/202 kB | 5.6 kB Progress (5): 101/165 kB | 47 kB | 104/527 kB | 52/202 kB | 5.6 kB Progress (5): 105/165 kB | 47 kB | 104/527 kB | 52/202 kB | 5.6 kB Progress (5): 105/165 kB | 47 kB | 108/527 kB | 52/202 kB | 5.6 kB Progress (5): 105/165 kB | 47 kB | 108/527 kB | 56/202 kB | 5.6 kB Progress (5): 105/165 kB | 47 kB | 112/527 kB | 56/202 kB | 5.6 kB Progress (5): 105/165 kB | 47 kB | 112/527 kB | 60/202 kB | 5.6 kB Progress (5): 109/165 kB | 47 kB | 112/527 kB | 60/202 kB | 5.6 kB Progress (5): 113/165 kB | 47 kB | 112/527 kB | 60/202 kB | 5.6 kB Progress (5): 113/165 kB | 47 kB | 112/527 kB | 64/202 kB | 5.6 kB Progress (5): 113/165 kB | 47 kB | 116/527 kB | 64/202 kB | 5.6 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.0 MB/s) Progress (4): 117/165 kB | 116/527 kB | 64/202 kB | 5.6 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 119 kB/s) Progress (3): 117/165 kB | 120/527 kB | 64/202 kB Progress (3): 117/165 kB | 120/527 kB | 68/202 kB Progress (3): 117/165 kB | 124/527 kB | 68/202 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): 121/165 kB | 124/527 kB | 68/202 kB Progress (3): 125/165 kB | 124/527 kB | 68/202 kB Progress (3): 129/165 kB | 124/527 kB | 68/202 kB Progress (3): 133/165 kB | 124/527 kB | 68/202 kB Progress (3): 137/165 kB | 124/527 kB | 68/202 kB Progress (3): 141/165 kB | 124/527 kB | 68/202 kB Progress (3): 145/165 kB | 124/527 kB | 68/202 kB Progress (3): 149/165 kB | 124/527 kB | 68/202 kB Progress (3): 153/165 kB | 124/527 kB | 68/202 kB Progress (3): 157/165 kB | 124/527 kB | 68/202 kB Progress (3): 161/165 kB | 124/527 kB | 68/202 kB Progress (3): 165 kB | 124/527 kB | 68/202 kB Progress (3): 165 kB | 128/527 kB | 68/202 kB Progress (3): 165 kB | 128/527 kB | 72/202 kB Progress (3): 165 kB | 132/527 kB | 72/202 kB Progress (3): 165 kB | 132/527 kB | 76/202 kB Progress (3): 165 kB | 136/527 kB | 76/202 kB Progress (3): 165 kB | 136/527 kB | 80/202 kB Progress (3): 165 kB | 140/527 kB | 80/202 kB Progress (3): 165 kB | 140/527 kB | 84/202 kB Progress (3): 165 kB | 144/527 kB | 84/202 kB Progress (3): 165 kB | 144/527 kB | 88/202 kB Progress (3): 165 kB | 148/527 kB | 88/202 kB Progress (3): 165 kB | 152/527 kB | 88/202 kB Progress (3): 165 kB | 152/527 kB | 92/202 kB Progress (3): 165 kB | 156/527 kB | 92/202 kB Progress (3): 165 kB | 156/527 kB | 96/202 kB Progress (3): 165 kB | 160/527 kB | 96/202 kB Progress (3): 165 kB | 160/527 kB | 100/202 kB Progress (3): 165 kB | 160/527 kB | 104/202 kB Progress (3): 165 kB | 164/527 kB | 104/202 kB Progress (3): 165 kB | 164/527 kB | 108/202 kB Progress (3): 165 kB | 168/527 kB | 108/202 kB Progress (3): 165 kB | 168/527 kB | 112/202 kB Progress (3): 165 kB | 172/527 kB | 112/202 kB Progress (3): 165 kB | 172/527 kB | 116/202 kB Progress (3): 165 kB | 176/527 kB | 116/202 kB Progress (3): 165 kB | 176/527 kB | 120/202 kB Progress (3): 165 kB | 180/527 kB | 120/202 kB Progress (3): 165 kB | 180/527 kB | 124/202 kB Progress (3): 165 kB | 180/527 kB | 128/202 kB Progress (4): 165 kB | 180/527 kB | 128/202 kB | 4.1/38 kB Progress (4): 165 kB | 180/527 kB | 132/202 kB | 4.1/38 kB Progress (4): 165 kB | 184/527 kB | 132/202 kB | 4.1/38 kB Progress (4): 165 kB | 184/527 kB | 136/202 kB | 4.1/38 kB Progress (4): 165 kB | 188/527 kB | 136/202 kB | 4.1/38 kB Progress (4): 165 kB | 188/527 kB | 136/202 kB | 7.7/38 kB Progress (4): 165 kB | 192/527 kB | 136/202 kB | 7.7/38 kB Progress (4): 165 kB | 192/527 kB | 140/202 kB | 7.7/38 kB Progress (4): 165 kB | 192/527 kB | 140/202 kB | 12/38 kB Progress (4): 165 kB | 192/527 kB | 144/202 kB | 12/38 kB Progress (4): 165 kB | 196/527 kB | 144/202 kB | 12/38 kB Progress (4): 165 kB | 196/527 kB | 148/202 kB | 12/38 kB Progress (4): 165 kB | 196/527 kB | 148/202 kB | 16/38 kB Progress (4): 165 kB | 196/527 kB | 152/202 kB | 16/38 kB Progress (4): 165 kB | 200/527 kB | 152/202 kB | 16/38 kB Progress (4): 165 kB | 200/527 kB | 156/202 kB | 16/38 kB Progress (4): 165 kB | 200/527 kB | 156/202 kB | 20/38 kB Progress (4): 165 kB | 200/527 kB | 160/202 kB | 20/38 kB Progress (4): 165 kB | 204/527 kB | 160/202 kB | 20/38 kB Progress (4): 165 kB | 204/527 kB | 164/202 kB | 20/38 kB Progress (4): 165 kB | 204/527 kB | 164/202 kB | 24/38 kB Progress (4): 165 kB | 204/527 kB | 168/202 kB | 24/38 kB Progress (4): 165 kB | 208/527 kB | 168/202 kB | 24/38 kB Progress (4): 165 kB | 208/527 kB | 168/202 kB | 28/38 kB Progress (4): 165 kB | 212/527 kB | 168/202 kB | 28/38 kB Progress (4): 165 kB | 216/527 kB | 168/202 kB | 28/38 kB Progress (4): 165 kB | 220/527 kB | 168/202 kB | 28/38 kB Progress (4): 165 kB | 224/527 kB | 168/202 kB | 28/38 kB Progress (4): 165 kB | 228/527 kB | 168/202 kB | 28/38 kB Progress (4): 165 kB | 232/527 kB | 168/202 kB | 28/38 kB Progress (4): 165 kB | 236/527 kB | 168/202 kB | 28/38 kB Progress (4): 165 kB | 240/527 kB | 168/202 kB | 28/38 kB Progress (4): 165 kB | 240/527 kB | 172/202 kB | 28/38 kB Progress (4): 165 kB | 244/527 kB | 172/202 kB | 28/38 kB Progress (4): 165 kB | 244/527 kB | 172/202 kB | 32/38 kB Progress (4): 165 kB | 248/527 kB | 172/202 kB | 32/38 kB Progress (4): 165 kB | 248/527 kB | 176/202 kB | 32/38 kB Progress (4): 165 kB | 248/527 kB | 176/202 kB | 36/38 kB Progress (4): 165 kB | 252/527 kB | 176/202 kB | 36/38 kB Progress (4): 165 kB | 252/527 kB | 180/202 kB | 36/38 kB Progress (4): 165 kB | 252/527 kB | 180/202 kB | 38 kB Progress (4): 165 kB | 252/527 kB | 184/202 kB | 38 kB Progress (4): 165 kB | 256/527 kB | 184/202 kB | 38 kB Progress (4): 165 kB | 256/527 kB | 188/202 kB | 38 kB Progress (4): 165 kB | 260/527 kB | 188/202 kB | 38 kB Progress (4): 165 kB | 260/527 kB | 192/202 kB | 38 kB Progress (4): 165 kB | 264/527 kB | 192/202 kB | 38 kB Progress (4): 165 kB | 264/527 kB | 196/202 kB | 38 kB Progress (4): 165 kB | 268/527 kB | 196/202 kB | 38 kB Progress (4): 165 kB | 268/527 kB | 200/202 kB | 38 kB Progress (4): 165 kB | 272/527 kB | 200/202 kB | 38 kB Progress (4): 165 kB | 272/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 276/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 280/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 284/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 288/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 292/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 296/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 300/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 304/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 308/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 312/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 316/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 320/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 324/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 328/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 332/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 336/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 340/527 kB | 202 kB | 38 kB Progress (4): 165 kB | 344/527 kB | 202 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 600 kB/s) 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): 165 kB | 348/527 kB | 202 kB Progress (3): 165 kB | 352/527 kB | 202 kB Progress (3): 165 kB | 356/527 kB | 202 kB Progress (3): 165 kB | 360/527 kB | 202 kB Progress (3): 165 kB | 364/527 kB | 202 kB Progress (3): 165 kB | 368/527 kB | 202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 3.1 MB/s) Progress (2): 165 kB | 372/527 kB Progress (2): 165 kB | 376/527 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 (2): 165 kB | 380/527 kB Progress (2): 165 kB | 384/527 kB Progress (2): 165 kB | 388/527 kB Progress (2): 165 kB | 392/527 kB Progress (2): 165 kB | 396/527 kB Progress (2): 165 kB | 400/527 kB Progress (2): 165 kB | 404/527 kB Progress (2): 165 kB | 408/527 kB Progress (2): 165 kB | 412/527 kB Progress (2): 165 kB | 416/527 kB Progress (2): 165 kB | 420/527 kB Progress (2): 165 kB | 424/527 kB Progress (2): 165 kB | 428/527 kB Progress (2): 165 kB | 432/527 kB Progress (2): 165 kB | 436/527 kB Progress (2): 165 kB | 440/527 kB Progress (2): 165 kB | 444/527 kB Progress (2): 165 kB | 448/527 kB Progress (2): 165 kB | 452/527 kB Progress (2): 165 kB | 456/527 kB Progress (2): 165 kB | 460/527 kB Progress (2): 165 kB | 464/527 kB Progress (2): 165 kB | 468/527 kB Progress (2): 165 kB | 472/527 kB Progress (2): 165 kB | 476/527 kB Progress (2): 165 kB | 480/527 kB Progress (2): 165 kB | 484/527 kB Progress (2): 165 kB | 488/527 kB Progress (2): 165 kB | 492/527 kB Progress (2): 165 kB | 496/527 kB Progress (2): 165 kB | 500/527 kB Progress (2): 165 kB | 504/527 kB Progress (2): 165 kB | 508/527 kB Progress (2): 165 kB | 512/527 kB Progress (2): 165 kB | 516/527 kB Progress (2): 165 kB | 520/527 kB Progress (2): 165 kB | 524/527 kB Progress (2): 165 kB | 527 kB Progress (3): 165 kB | 527 kB | 4.1/30 kB Progress (3): 165 kB | 527 kB | 7.7/30 kB Progress (3): 165 kB | 527 kB | 12/30 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 2.2 MB/s) Progress (2): 527 kB | 16/30 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 (3): 527 kB | 16/30 kB | 4.1/148 kB Progress (3): 527 kB | 20/30 kB | 4.1/148 kB Progress (3): 527 kB | 20/30 kB | 7.7/148 kB Progress (3): 527 kB | 24/30 kB | 7.7/148 kB Progress (3): 527 kB | 24/30 kB | 12/148 kB Progress (3): 527 kB | 28/30 kB | 12/148 kB Progress (3): 527 kB | 28/30 kB | 16/148 kB Progress (3): 527 kB | 30 kB | 16/148 kB Progress (3): 527 kB | 30 kB | 20/148 kB Progress (3): 527 kB | 30 kB | 24/148 kB Progress (3): 527 kB | 30 kB | 28/148 kB Progress (3): 527 kB | 30 kB | 32/148 kB Progress (3): 527 kB | 30 kB | 33/148 kB Progress (4): 527 kB | 30 kB | 33/148 kB | 4.1/52 kB Progress (4): 527 kB | 30 kB | 37/148 kB | 4.1/52 kB Progress (4): 527 kB | 30 kB | 37/148 kB | 7.7/52 kB Progress (4): 527 kB | 30 kB | 37/148 kB | 12/52 kB Progress (4): 527 kB | 30 kB | 37/148 kB | 16/52 kB Progress (4): 527 kB | 30 kB | 37/148 kB | 20/52 kB Progress (4): 527 kB | 30 kB | 37/148 kB | 24/52 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 231 kB/s) Progress (3): 527 kB | 41/148 kB | 24/52 kB 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 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 4.0 MB/s) Progress (2): 41/148 kB | 28/52 kB Progress (3): 41/148 kB | 28/52 kB | 4.1/51 kB Progress (3): 41/148 kB | 32/52 kB | 4.1/51 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 (3): 45/148 kB | 32/52 kB | 4.1/51 kB Progress (3): 45/148 kB | 36/52 kB | 4.1/51 kB Progress (3): 45/148 kB | 36/52 kB | 7.7/51 kB Progress (3): 45/148 kB | 40/52 kB | 7.7/51 kB Progress (3): 45/148 kB | 40/52 kB | 12/51 kB Progress (3): 45/148 kB | 44/52 kB | 12/51 kB Progress (3): 49/148 kB | 44/52 kB | 12/51 kB Progress (3): 49/148 kB | 48/52 kB | 12/51 kB Progress (3): 53/148 kB | 48/52 kB | 12/51 kB Progress (3): 57/148 kB | 48/52 kB | 12/51 kB Progress (3): 61/148 kB | 48/52 kB | 12/51 kB Progress (3): 65/148 kB | 48/52 kB | 12/51 kB Progress (3): 66/148 kB | 48/52 kB | 12/51 kB Progress (3): 66/148 kB | 48/52 kB | 16/51 kB Progress (3): 70/148 kB | 48/52 kB | 16/51 kB Progress (3): 70/148 kB | 48/52 kB | 20/51 kB Progress (3): 70/148 kB | 52/52 kB | 20/51 kB Progress (3): 70/148 kB | 52 kB | 20/51 kB Progress (3): 70/148 kB | 52 kB | 24/51 kB Progress (3): 74/148 kB | 52 kB | 24/51 kB Progress (3): 74/148 kB | 52 kB | 28/51 kB Progress (3): 74/148 kB | 52 kB | 32/51 kB Progress (3): 78/148 kB | 52 kB | 32/51 kB Progress (3): 78/148 kB | 52 kB | 36/51 kB Progress (3): 82/148 kB | 52 kB | 36/51 kB Progress (3): 82/148 kB | 52 kB | 40/51 kB Progress (3): 86/148 kB | 52 kB | 40/51 kB Progress (3): 86/148 kB | 52 kB | 44/51 kB Progress (3): 90/148 kB | 52 kB | 44/51 kB Progress (3): 90/148 kB | 52 kB | 48/51 kB Progress (3): 94/148 kB | 52 kB | 48/51 kB Progress (3): 94/148 kB | 52 kB | 51 kB Progress (3): 98/148 kB | 52 kB | 51 kB Progress (3): 98/148 kB | 52 kB | 51 kB Progress (3): 102/148 kB | 52 kB | 51 kB Progress (3): 106/148 kB | 52 kB | 51 kB Progress (3): 110/148 kB | 52 kB | 51 kB Progress (3): 114/148 kB | 52 kB | 51 kB Progress (3): 118/148 kB | 52 kB | 51 kB Progress (3): 122/148 kB | 52 kB | 51 kB Progress (3): 126/148 kB | 52 kB | 51 kB Progress (3): 130/148 kB | 52 kB | 51 kB Progress (3): 134/148 kB | 52 kB | 51 kB Progress (3): 138/148 kB | 52 kB | 51 kB Progress (3): 142/148 kB | 52 kB | 51 kB Progress (3): 146/148 kB | 52 kB | 51 kB Progress (3): 148 kB | 52 kB | 51 kB Progress (4): 148 kB | 52 kB | 51 kB | 4.1/14 kB Progress (4): 148 kB | 52 kB | 51 kB | 7.7/14 kB Progress (4): 148 kB | 52 kB | 51 kB | 12/14 kB Progress (4): 148 kB | 52 kB | 51 kB | 14 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 4.1/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 7.7/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 12/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 16/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 20/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 24/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 28/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 32/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 36/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 40/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 44/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 48/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 52/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 56/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 60/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 64/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 68/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 72/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 76/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 80/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 84/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 88/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 92/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 96/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 100/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 104/106 kB Progress (5): 148 kB | 52 kB | 51 kB | 14 kB | 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 341 kB/s) 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/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 90 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-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 937 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 Progress (3): 52 kB | 106 kB | 4.1/74 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.jar (52 kB at 326 kB/s) 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 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 660 kB/s) Progress (2): 4.1/74 kB | 4.1/108 kB Progress (2): 7.7/74 kB | 4.1/108 kB Progress (2): 7.7/74 kB | 7.7/108 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 (2): 7.7/74 kB | 12/108 kB Progress (2): 12/74 kB | 12/108 kB Progress (2): 12/74 kB | 16/108 kB Progress (2): 16/74 kB | 16/108 kB Progress (2): 16/74 kB | 20/108 kB Progress (2): 20/74 kB | 20/108 kB Progress (2): 20/74 kB | 24/108 kB Progress (2): 24/74 kB | 24/108 kB Progress (2): 24/74 kB | 28/108 kB Progress (2): 28/74 kB | 28/108 kB Progress (2): 32/74 kB | 28/108 kB Progress (2): 33/74 kB | 28/108 kB Progress (2): 33/74 kB | 32/108 kB Progress (2): 37/74 kB | 32/108 kB Progress (2): 41/74 kB | 32/108 kB Progress (2): 45/74 kB | 32/108 kB Progress (2): 49/74 kB | 32/108 kB Progress (2): 49/74 kB | 36/108 kB Progress (2): 53/74 kB | 36/108 kB Progress (2): 57/74 kB | 36/108 kB Progress (2): 61/74 kB | 36/108 kB Progress (2): 65/74 kB | 36/108 kB Progress (2): 65/74 kB | 40/108 kB Progress (2): 69/74 kB | 40/108 kB Progress (2): 73/74 kB | 40/108 kB Progress (2): 73/74 kB | 44/108 kB Progress (2): 74 kB | 44/108 kB Progress (2): 74 kB | 48/108 kB Progress (2): 74 kB | 52/108 kB Progress (2): 74 kB | 56/108 kB Progress (2): 74 kB | 60/108 kB Progress (2): 74 kB | 64/108 kB Progress (2): 74 kB | 68/108 kB Progress (2): 74 kB | 72/108 kB Progress (2): 74 kB | 76/108 kB Progress (2): 74 kB | 80/108 kB Progress (3): 74 kB | 80/108 kB | 4.1/153 kB Progress (3): 74 kB | 84/108 kB | 4.1/153 kB Progress (3): 74 kB | 84/108 kB | 7.7/153 kB Progress (3): 74 kB | 88/108 kB | 7.7/153 kB Progress (3): 74 kB | 88/108 kB | 12/153 kB Progress (3): 74 kB | 92/108 kB | 12/153 kB Progress (3): 74 kB | 92/108 kB | 16/153 kB Progress (3): 74 kB | 96/108 kB | 16/153 kB Progress (3): 74 kB | 96/108 kB | 20/153 kB Progress (3): 74 kB | 100/108 kB | 20/153 kB Progress (3): 74 kB | 100/108 kB | 24/153 kB Progress (3): 74 kB | 104/108 kB | 24/153 kB Progress (3): 74 kB | 104/108 kB | 28/153 kB Progress (3): 74 kB | 108/108 kB | 28/153 kB Progress (3): 74 kB | 108/108 kB | 32/153 kB Progress (3): 74 kB | 108 kB | 32/153 kB Progress (3): 74 kB | 108 kB | 36/153 kB Progress (4): 74 kB | 108 kB | 36/153 kB | 4.1/472 kB Progress (4): 74 kB | 108 kB | 40/153 kB | 4.1/472 kB Progress (4): 74 kB | 108 kB | 40/153 kB | 7.7/472 kB Progress (4): 74 kB | 108 kB | 44/153 kB | 7.7/472 kB Progress (4): 74 kB | 108 kB | 44/153 kB | 12/472 kB Progress (4): 74 kB | 108 kB | 48/153 kB | 12/472 kB Progress (4): 74 kB | 108 kB | 48/153 kB | 16/472 kB Progress (4): 74 kB | 108 kB | 52/153 kB | 16/472 kB Progress (4): 74 kB | 108 kB | 52/153 kB | 20/472 kB Progress (4): 74 kB | 108 kB | 56/153 kB | 20/472 kB Progress (4): 74 kB | 108 kB | 56/153 kB | 24/472 kB Progress (4): 74 kB | 108 kB | 60/153 kB | 24/472 kB Progress (4): 74 kB | 108 kB | 60/153 kB | 28/472 kB Progress (4): 74 kB | 108 kB | 64/153 kB | 28/472 kB Progress (4): 74 kB | 108 kB | 64/153 kB | 32/472 kB Progress (4): 74 kB | 108 kB | 68/153 kB | 32/472 kB Progress (4): 74 kB | 108 kB | 68/153 kB | 33/472 kB Progress (4): 74 kB | 108 kB | 72/153 kB | 33/472 kB Progress (4): 74 kB | 108 kB | 72/153 kB | 37/472 kB Progress (4): 74 kB | 108 kB | 76/153 kB | 37/472 kB Progress (4): 74 kB | 108 kB | 76/153 kB | 41/472 kB Progress (4): 74 kB | 108 kB | 80/153 kB | 41/472 kB Progress (4): 74 kB | 108 kB | 80/153 kB | 45/472 kB Progress (4): 74 kB | 108 kB | 84/153 kB | 45/472 kB Progress (4): 74 kB | 108 kB | 84/153 kB | 49/472 kB Progress (4): 74 kB | 108 kB | 88/153 kB | 49/472 kB Progress (4): 74 kB | 108 kB | 88/153 kB | 53/472 kB Progress (4): 74 kB | 108 kB | 92/153 kB | 53/472 kB Progress (4): 74 kB | 108 kB | 92/153 kB | 57/472 kB Progress (4): 74 kB | 108 kB | 96/153 kB | 57/472 kB Progress (4): 74 kB | 108 kB | 96/153 kB | 61/472 kB Progress (4): 74 kB | 108 kB | 100/153 kB | 61/472 kB Progress (4): 74 kB | 108 kB | 100/153 kB | 65/472 kB Progress (4): 74 kB | 108 kB | 104/153 kB | 65/472 kB Progress (4): 74 kB | 108 kB | 104/153 kB | 66/472 kB Progress (4): 74 kB | 108 kB | 108/153 kB | 66/472 kB Progress (4): 74 kB | 108 kB | 108/153 kB | 70/472 kB Progress (4): 74 kB | 108 kB | 112/153 kB | 70/472 kB Progress (4): 74 kB | 108 kB | 112/153 kB | 74/472 kB Progress (4): 74 kB | 108 kB | 116/153 kB | 74/472 kB Progress (4): 74 kB | 108 kB | 116/153 kB | 78/472 kB Progress (4): 74 kB | 108 kB | 120/153 kB | 78/472 kB Progress (4): 74 kB | 108 kB | 120/153 kB | 82/472 kB Progress (4): 74 kB | 108 kB | 124/153 kB | 82/472 kB Progress (4): 74 kB | 108 kB | 124/153 kB | 86/472 kB Progress (4): 74 kB | 108 kB | 128/153 kB | 86/472 kB Progress (4): 74 kB | 108 kB | 128/153 kB | 90/472 kB Progress (4): 74 kB | 108 kB | 132/153 kB | 90/472 kB Progress (4): 74 kB | 108 kB | 132/153 kB | 94/472 kB Progress (4): 74 kB | 108 kB | 136/153 kB | 94/472 kB Progress (4): 74 kB | 108 kB | 136/153 kB | 98/472 kB Progress (4): 74 kB | 108 kB | 140/153 kB | 98/472 kB Progress (4): 74 kB | 108 kB | 140/153 kB | 98/472 kB Progress (4): 74 kB | 108 kB | 144/153 kB | 98/472 kB Progress (4): 74 kB | 108 kB | 144/153 kB | 102/472 kB Progress (4): 74 kB | 108 kB | 148/153 kB | 102/472 kB Progress (4): 74 kB | 108 kB | 148/153 kB | 106/472 kB Progress (4): 74 kB | 108 kB | 152/153 kB | 106/472 kB Progress (4): 74 kB | 108 kB | 152/153 kB | 110/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 110/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 114/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 118/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 122/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 126/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 130/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 131/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 135/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 139/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 143/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 147/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 151/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 155/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 159/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 163/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 167/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 171/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 175/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 179/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 183/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 187/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 191/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 195/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 199/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 203/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 207/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 211/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 215/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 219/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 223/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 227/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 229/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 233/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 237/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 241/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 245/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 249/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 253/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 257/472 kB Progress (4): 74 kB | 108 kB | 153 kB | 261/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 850 kB/s) 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): 74 kB | 108 kB | 265/472 kB Progress (3): 74 kB | 108 kB | 269/472 kB Progress (3): 74 kB | 108 kB | 273/472 kB Progress (3): 74 kB | 108 kB | 277/472 kB Progress (3): 74 kB | 108 kB | 281/472 kB Progress (3): 74 kB | 108 kB | 285/472 kB Progress (3): 74 kB | 108 kB | 289/472 kB Progress (3): 74 kB | 108 kB | 293/472 kB Progress (3): 74 kB | 108 kB | 297/472 kB Progress (3): 74 kB | 108 kB | 301/472 kB Progress (3): 74 kB | 108 kB | 305/472 kB Progress (3): 74 kB | 108 kB | 309/472 kB Progress (3): 74 kB | 108 kB | 313/472 kB Progress (3): 74 kB | 108 kB | 317/472 kB Progress (3): 74 kB | 108 kB | 321/472 kB Progress (3): 74 kB | 108 kB | 325/472 kB Progress (3): 74 kB | 108 kB | 329/472 kB Progress (3): 74 kB | 108 kB | 333/472 kB Progress (3): 74 kB | 108 kB | 337/472 kB Progress (3): 74 kB | 108 kB | 341/472 kB Progress (3): 74 kB | 108 kB | 345/472 kB Progress (3): 74 kB | 108 kB | 349/472 kB Progress (3): 74 kB | 108 kB | 353/472 kB Progress (3): 74 kB | 108 kB | 357/472 kB Progress (3): 74 kB | 108 kB | 361/472 kB Progress (3): 74 kB | 108 kB | 365/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 584 kB/s) Progress (3): 74 kB | 365/472 kB | 4.1/61 kB Progress (3): 74 kB | 365/472 kB | 7.7/61 kB Progress (4): 74 kB | 365/472 kB | 7.7/61 kB | 4.1/202 kB Progress (4): 74 kB | 365/472 kB | 7.7/61 kB | 7.7/202 kB Progress (4): 74 kB | 365/472 kB | 7.7/61 kB | 12/202 kB Progress (4): 74 kB | 365/472 kB | 7.7/61 kB | 16/202 kB Progress (4): 74 kB | 365/472 kB | 7.7/61 kB | 20/202 kB Progress (4): 74 kB | 369/472 kB | 7.7/61 kB | 20/202 kB Progress (4): 74 kB | 369/472 kB | 7.7/61 kB | 24/202 kB Progress (4): 74 kB | 369/472 kB | 7.7/61 kB | 28/202 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 321 kB/s) Progress (3): 369/472 kB | 12/61 kB | 28/202 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 (3): 369/472 kB | 16/61 kB | 28/202 kB Progress (3): 369/472 kB | 20/61 kB | 28/202 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): 369/472 kB | 20/61 kB | 32/202 kB Progress (3): 369/472 kB | 20/61 kB | 33/202 kB Progress (3): 369/472 kB | 20/61 kB | 37/202 kB Progress (3): 369/472 kB | 20/61 kB | 41/202 kB Progress (3): 369/472 kB | 20/61 kB | 45/202 kB Progress (3): 369/472 kB | 20/61 kB | 49/202 kB Progress (3): 369/472 kB | 20/61 kB | 53/202 kB Progress (3): 369/472 kB | 20/61 kB | 57/202 kB Progress (3): 369/472 kB | 20/61 kB | 61/202 kB Progress (3): 369/472 kB | 20/61 kB | 65/202 kB Progress (3): 369/472 kB | 20/61 kB | 66/202 kB Progress (3): 369/472 kB | 20/61 kB | 70/202 kB Progress (3): 369/472 kB | 20/61 kB | 74/202 kB Progress (3): 369/472 kB | 20/61 kB | 78/202 kB Progress (3): 369/472 kB | 20/61 kB | 82/202 kB Progress (3): 369/472 kB | 20/61 kB | 86/202 kB Progress (3): 369/472 kB | 20/61 kB | 90/202 kB Progress (3): 369/472 kB | 20/61 kB | 94/202 kB Progress (3): 369/472 kB | 20/61 kB | 98/202 kB Progress (3): 369/472 kB | 20/61 kB | 98/202 kB Progress (3): 369/472 kB | 20/61 kB | 102/202 kB Progress (3): 369/472 kB | 20/61 kB | 106/202 kB Progress (3): 369/472 kB | 20/61 kB | 110/202 kB Progress (3): 369/472 kB | 20/61 kB | 114/202 kB Progress (3): 369/472 kB | 20/61 kB | 118/202 kB Progress (3): 369/472 kB | 20/61 kB | 122/202 kB Progress (3): 369/472 kB | 20/61 kB | 126/202 kB Progress (3): 369/472 kB | 20/61 kB | 130/202 kB Progress (3): 369/472 kB | 20/61 kB | 131/202 kB Progress (3): 369/472 kB | 20/61 kB | 135/202 kB Progress (3): 369/472 kB | 20/61 kB | 139/202 kB Progress (3): 369/472 kB | 20/61 kB | 143/202 kB Progress (3): 369/472 kB | 20/61 kB | 147/202 kB Progress (3): 369/472 kB | 20/61 kB | 151/202 kB Progress (3): 369/472 kB | 20/61 kB | 155/202 kB Progress (3): 373/472 kB | 20/61 kB | 155/202 kB Progress (3): 373/472 kB | 20/61 kB | 159/202 kB Progress (3): 373/472 kB | 24/61 kB | 159/202 kB Progress (3): 373/472 kB | 24/61 kB | 163/202 kB Progress (3): 377/472 kB | 24/61 kB | 163/202 kB Progress (3): 377/472 kB | 24/61 kB | 164/202 kB Progress (3): 377/472 kB | 28/61 kB | 164/202 kB Progress (3): 381/472 kB | 28/61 kB | 164/202 kB Progress (3): 381/472 kB | 32/61 kB | 164/202 kB Progress (3): 381/472 kB | 32/61 kB | 168/202 kB Progress (3): 385/472 kB | 32/61 kB | 168/202 kB Progress (3): 385/472 kB | 32/61 kB | 172/202 kB Progress (3): 385/472 kB | 36/61 kB | 172/202 kB Progress (3): 385/472 kB | 36/61 kB | 176/202 kB Progress (3): 389/472 kB | 36/61 kB | 176/202 kB Progress (3): 389/472 kB | 36/61 kB | 180/202 kB Progress (3): 389/472 kB | 40/61 kB | 180/202 kB Progress (3): 393/472 kB | 40/61 kB | 180/202 kB Progress (3): 393/472 kB | 44/61 kB | 180/202 kB Progress (3): 393/472 kB | 44/61 kB | 184/202 kB Progress (3): 393/472 kB | 48/61 kB | 184/202 kB Progress (3): 397/472 kB | 48/61 kB | 184/202 kB Progress (3): 397/472 kB | 48/61 kB | 188/202 kB Progress (3): 397/472 kB | 52/61 kB | 188/202 kB Progress (3): 397/472 kB | 52/61 kB | 192/202 kB Progress (3): 401/472 kB | 52/61 kB | 192/202 kB Progress (3): 401/472 kB | 52/61 kB | 196/202 kB Progress (3): 401/472 kB | 56/61 kB | 196/202 kB Progress (3): 401/472 kB | 56/61 kB | 200/202 kB Progress (3): 401/472 kB | 56/61 kB | 202 kB Progress (4): 401/472 kB | 56/61 kB | 202 kB | 4.1/29 kB Progress (4): 401/472 kB | 56/61 kB | 202 kB | 7.7/29 kB Progress (4): 401/472 kB | 56/61 kB | 202 kB | 12/29 kB Progress (4): 401/472 kB | 56/61 kB | 202 kB | 16/29 kB Progress (4): 401/472 kB | 56/61 kB | 202 kB | 20/29 kB Progress (4): 401/472 kB | 56/61 kB | 202 kB | 24/29 kB Progress (4): 401/472 kB | 56/61 kB | 202 kB | 28/29 kB Progress (4): 401/472 kB | 56/61 kB | 202 kB | 29 kB Progress (4): 405/472 kB | 56/61 kB | 202 kB | 29 kB Progress (4): 405/472 kB | 60/61 kB | 202 kB | 29 kB Progress (4): 409/472 kB | 60/61 kB | 202 kB | 29 kB Progress (4): 409/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 413/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 417/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 421/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 425/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 429/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 433/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 437/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 441/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 445/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 449/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 453/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 457/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 461/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 465/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 469/472 kB | 61 kB | 202 kB | 29 kB Progress (4): 472 kB | 61 kB | 202 kB | 29 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 758 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.8 MB/s) 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 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 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 229 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar 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 105 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Progress (1): 4.1/46 kB Progress (1): 7.7/46 kB Progress (1): 12/46 kB Progress (1): 16/46 kB Progress (1): 20/46 kB Progress (1): 24/46 kB Progress (1): 28/46 kB Progress (1): 32/46 kB Progress (2): 32/46 kB | 4.1/13 kB Progress (2): 36/46 kB | 4.1/13 kB Progress (2): 36/46 kB | 7.7/13 kB Progress (2): 40/46 kB | 7.7/13 kB Progress (2): 40/46 kB | 12/13 kB Progress (2): 44/46 kB | 12/13 kB Progress (2): 44/46 kB | 13 kB Progress (2): 46 kB | 13 kB Progress (3): 46 kB | 13 kB | 4.1/49 kB Progress (3): 46 kB | 13 kB | 7.7/49 kB Progress (3): 46 kB | 13 kB | 12/49 kB Progress (3): 46 kB | 13 kB | 16/49 kB Progress (3): 46 kB | 13 kB | 20/49 kB Progress (3): 46 kB | 13 kB | 24/49 kB Progress (3): 46 kB | 13 kB | 28/49 kB Progress (3): 46 kB | 13 kB | 32/49 kB Progress (3): 46 kB | 13 kB | 36/49 kB Progress (3): 46 kB | 13 kB | 40/49 kB Progress (3): 46 kB | 13 kB | 44/49 kB Progress (3): 46 kB | 13 kB | 48/49 kB Progress (3): 46 kB | 13 kB | 49 kB Progress (4): 46 kB | 13 kB | 49 kB | 4.1/247 kB Progress (4): 46 kB | 13 kB | 49 kB | 7.7/247 kB Progress (4): 46 kB | 13 kB | 49 kB | 12/247 kB Progress (4): 46 kB | 13 kB | 49 kB | 16/247 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 48 kB/s) Progress (3): 46 kB | 49 kB | 20/247 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Progress (3): 46 kB | 49 kB | 24/247 kB Progress (3): 46 kB | 49 kB | 28/247 kB Progress (3): 46 kB | 49 kB | 32/247 kB Progress (3): 46 kB | 49 kB | 33/247 kB Progress (3): 46 kB | 49 kB | 37/247 kB Progress (3): 46 kB | 49 kB | 41/247 kB Progress (3): 46 kB | 49 kB | 45/247 kB Progress (3): 46 kB | 49 kB | 49/247 kB Progress (3): 46 kB | 49 kB | 53/247 kB Progress (3): 46 kB | 49 kB | 57/247 kB Progress (3): 46 kB | 49 kB | 61/247 kB Progress (3): 46 kB | 49 kB | 65/247 kB Progress (3): 46 kB | 49 kB | 69/247 kB Progress (3): 46 kB | 49 kB | 73/247 kB Progress (3): 46 kB | 49 kB | 77/247 kB Progress (3): 46 kB | 49 kB | 81/247 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 163 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 173 kB/s) Progress (1): 85/247 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar 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): 89/247 kB Progress (1): 93/247 kB Progress (1): 97/247 kB Progress (2): 97/247 kB | 4.1/187 kB Progress (2): 98/247 kB | 4.1/187 kB Progress (2): 98/247 kB | 7.7/187 kB Progress (2): 102/247 kB | 7.7/187 kB Progress (2): 102/247 kB | 12/187 kB Progress (2): 106/247 kB | 12/187 kB Progress (2): 106/247 kB | 16/187 kB Progress (2): 110/247 kB | 16/187 kB Progress (2): 110/247 kB | 20/187 kB Progress (2): 114/247 kB | 20/187 kB Progress (2): 114/247 kB | 24/187 kB Progress (2): 118/247 kB | 24/187 kB Progress (2): 122/247 kB | 24/187 kB Progress (2): 122/247 kB | 28/187 kB Progress (2): 126/247 kB | 28/187 kB Progress (2): 130/247 kB | 28/187 kB Progress (2): 130/247 kB | 32/187 kB Progress (2): 134/247 kB | 32/187 kB Progress (2): 138/247 kB | 32/187 kB Progress (2): 138/247 kB | 36/187 kB Progress (2): 142/247 kB | 36/187 kB Progress (2): 146/247 kB | 36/187 kB Progress (2): 150/247 kB | 36/187 kB Progress (2): 154/247 kB | 36/187 kB Progress (2): 158/247 kB | 36/187 kB Progress (2): 162/247 kB | 36/187 kB Progress (2): 166/247 kB | 36/187 kB Progress (2): 170/247 kB | 36/187 kB Progress (2): 174/247 kB | 36/187 kB Progress (2): 178/247 kB | 36/187 kB Progress (2): 182/247 kB | 36/187 kB Progress (2): 186/247 kB | 36/187 kB Progress (2): 190/247 kB | 36/187 kB Progress (2): 194/247 kB | 36/187 kB Progress (2): 194/247 kB | 40/187 kB Progress (2): 198/247 kB | 40/187 kB Progress (2): 198/247 kB | 44/187 kB Progress (2): 202/247 kB | 44/187 kB Progress (2): 202/247 kB | 48/187 kB Progress (2): 206/247 kB | 48/187 kB Progress (2): 206/247 kB | 52/187 kB Progress (2): 210/247 kB | 52/187 kB Progress (2): 210/247 kB | 56/187 kB Progress (2): 214/247 kB | 56/187 kB Progress (2): 214/247 kB | 60/187 kB Progress (2): 218/247 kB | 60/187 kB Progress (2): 218/247 kB | 64/187 kB Progress (2): 222/247 kB | 64/187 kB Progress (2): 222/247 kB | 68/187 kB Progress (2): 226/247 kB | 68/187 kB Progress (2): 226/247 kB | 72/187 kB Progress (2): 230/247 kB | 72/187 kB Progress (2): 230/247 kB | 76/187 kB Progress (2): 234/247 kB | 76/187 kB Progress (2): 234/247 kB | 80/187 kB Progress (3): 234/247 kB | 80/187 kB | 4.1/532 kB Progress (3): 234/247 kB | 84/187 kB | 4.1/532 kB Progress (3): 234/247 kB | 84/187 kB | 7.7/532 kB Progress (3): 238/247 kB | 84/187 kB | 7.7/532 kB Progress (3): 238/247 kB | 88/187 kB | 7.7/532 kB Progress (3): 242/247 kB | 88/187 kB | 7.7/532 kB Progress (3): 242/247 kB | 88/187 kB | 12/532 kB Progress (3): 246/247 kB | 88/187 kB | 12/532 kB Progress (3): 246/247 kB | 92/187 kB | 12/532 kB Progress (3): 247 kB | 92/187 kB | 12/532 kB Progress (3): 247 kB | 92/187 kB | 16/532 kB Progress (3): 247 kB | 96/187 kB | 16/532 kB Progress (3): 247 kB | 96/187 kB | 20/532 kB Progress (3): 247 kB | 100/187 kB | 20/532 kB Progress (3): 247 kB | 100/187 kB | 24/532 kB Progress (3): 247 kB | 100/187 kB | 28/532 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 4.1/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 7.7/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 12/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 16/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 20/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 24/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 28/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 32/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 33/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 37/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 41/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 45/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 49/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 53/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 57/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 61/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 65/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 69/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 73/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 77/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 81/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 85/86 kB Progress (4): 247 kB | 100/187 kB | 28/532 kB | 86 kB Progress (4): 247 kB | 104/187 kB | 28/532 kB | 86 kB Progress (5): 247 kB | 104/187 kB | 28/532 kB | 86 kB | 4.1/209 kB Progress (5): 247 kB | 104/187 kB | 32/532 kB | 86 kB | 4.1/209 kB Progress (5): 247 kB | 104/187 kB | 32/532 kB | 86 kB | 7.7/209 kB Progress (5): 247 kB | 104/187 kB | 36/532 kB | 86 kB | 7.7/209 kB Progress (5): 247 kB | 108/187 kB | 36/532 kB | 86 kB | 7.7/209 kB Progress (5): 247 kB | 108/187 kB | 40/532 kB | 86 kB | 7.7/209 kB Progress (5): 247 kB | 108/187 kB | 40/532 kB | 86 kB | 12/209 kB Progress (5): 247 kB | 108/187 kB | 44/532 kB | 86 kB | 12/209 kB Progress (5): 247 kB | 112/187 kB | 44/532 kB | 86 kB | 12/209 kB Progress (5): 247 kB | 112/187 kB | 48/532 kB | 86 kB | 12/209 kB Progress (5): 247 kB | 112/187 kB | 48/532 kB | 86 kB | 16/209 kB Progress (5): 247 kB | 112/187 kB | 52/532 kB | 86 kB | 16/209 kB Progress (5): 247 kB | 116/187 kB | 52/532 kB | 86 kB | 16/209 kB Progress (5): 247 kB | 116/187 kB | 52/532 kB | 86 kB | 20/209 kB Progress (5): 247 kB | 116/187 kB | 56/532 kB | 86 kB | 20/209 kB Progress (5): 247 kB | 116/187 kB | 56/532 kB | 86 kB | 24/209 kB Progress (5): 247 kB | 120/187 kB | 56/532 kB | 86 kB | 24/209 kB Progress (5): 247 kB | 120/187 kB | 60/532 kB | 86 kB | 24/209 kB Progress (5): 247 kB | 120/187 kB | 60/532 kB | 86 kB | 28/209 kB Progress (5): 247 kB | 120/187 kB | 64/532 kB | 86 kB | 28/209 kB Progress (5): 247 kB | 124/187 kB | 64/532 kB | 86 kB | 28/209 kB Progress (5): 247 kB | 124/187 kB | 64/532 kB | 86 kB | 32/209 kB Progress (5): 247 kB | 128/187 kB | 64/532 kB | 86 kB | 32/209 kB Progress (5): 247 kB | 128/187 kB | 68/532 kB | 86 kB | 32/209 kB Progress (5): 247 kB | 132/187 kB | 68/532 kB | 86 kB | 32/209 kB Progress (5): 247 kB | 132/187 kB | 68/532 kB | 86 kB | 36/209 kB Progress (5): 247 kB | 136/187 kB | 68/532 kB | 86 kB | 36/209 kB Progress (5): 247 kB | 136/187 kB | 72/532 kB | 86 kB | 36/209 kB Progress (5): 247 kB | 140/187 kB | 72/532 kB | 86 kB | 36/209 kB Progress (5): 247 kB | 140/187 kB | 72/532 kB | 86 kB | 40/209 kB Progress (5): 247 kB | 144/187 kB | 72/532 kB | 86 kB | 40/209 kB Progress (5): 247 kB | 144/187 kB | 76/532 kB | 86 kB | 40/209 kB Progress (5): 247 kB | 148/187 kB | 76/532 kB | 86 kB | 40/209 kB Progress (5): 247 kB | 152/187 kB | 76/532 kB | 86 kB | 40/209 kB Progress (5): 247 kB | 156/187 kB | 76/532 kB | 86 kB | 40/209 kB Progress (5): 247 kB | 160/187 kB | 76/532 kB | 86 kB | 40/209 kB Progress (5): 247 kB | 164/187 kB | 76/532 kB | 86 kB | 40/209 kB Progress (5): 247 kB | 168/187 kB | 76/532 kB | 86 kB | 40/209 kB Progress (5): 247 kB | 172/187 kB | 76/532 kB | 86 kB | 40/209 kB Progress (5): 247 kB | 176/187 kB | 76/532 kB | 86 kB | 40/209 kB Progress (5): 247 kB | 180/187 kB | 76/532 kB | 86 kB | 40/209 kB Progress (5): 247 kB | 184/187 kB | 76/532 kB | 86 kB | 40/209 kB Progress (5): 247 kB | 187 kB | 76/532 kB | 86 kB | 40/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 752 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar Progress (4): 187 kB | 76/532 kB | 86 kB | 44/209 kB Progress (4): 187 kB | 80/532 kB | 86 kB | 44/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 260 kB/s) Progress (3): 187 kB | 80/532 kB | 48/209 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 (3): 187 kB | 84/532 kB | 48/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 567 kB/s) Progress (2): 88/532 kB | 48/209 kB Progress (2): 88/532 kB | 52/209 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar Progress (2): 92/532 kB | 52/209 kB Progress (2): 92/532 kB | 56/209 kB Progress (2): 96/532 kB | 56/209 kB Progress (2): 96/532 kB | 60/209 kB Progress (2): 100/532 kB | 60/209 kB Progress (2): 100/532 kB | 64/209 kB Progress (2): 104/532 kB | 64/209 kB Progress (2): 104/532 kB | 68/209 kB Progress (2): 104/532 kB | 72/209 kB Progress (2): 108/532 kB | 72/209 kB Progress (2): 112/532 kB | 72/209 kB Progress (2): 112/532 kB | 76/209 kB Progress (2): 116/532 kB | 76/209 kB Progress (2): 116/532 kB | 80/209 kB Progress (2): 120/532 kB | 80/209 kB Progress (2): 120/532 kB | 84/209 kB Progress (2): 124/532 kB | 84/209 kB Progress (2): 124/532 kB | 88/209 kB Progress (2): 128/532 kB | 88/209 kB Progress (2): 128/532 kB | 92/209 kB Progress (2): 132/532 kB | 92/209 kB Progress (2): 132/532 kB | 96/209 kB Progress (2): 136/532 kB | 96/209 kB Progress (2): 136/532 kB | 98/209 kB Progress (2): 140/532 kB | 98/209 kB Progress (2): 140/532 kB | 102/209 kB Progress (2): 144/532 kB | 102/209 kB Progress (2): 144/532 kB | 106/209 kB Progress (2): 148/532 kB | 106/209 kB Progress (2): 148/532 kB | 110/209 kB Progress (2): 152/532 kB | 110/209 kB Progress (2): 152/532 kB | 114/209 kB Progress (2): 156/532 kB | 114/209 kB Progress (2): 156/532 kB | 118/209 kB Progress (2): 160/532 kB | 118/209 kB Progress (2): 160/532 kB | 122/209 kB Progress (2): 164/532 kB | 122/209 kB Progress (2): 164/532 kB | 126/209 kB Progress (2): 168/532 kB | 126/209 kB Progress (2): 168/532 kB | 130/209 kB Progress (2): 172/532 kB | 130/209 kB Progress (2): 172/532 kB | 131/209 kB Progress (2): 176/532 kB | 131/209 kB Progress (2): 176/532 kB | 135/209 kB Progress (2): 180/532 kB | 135/209 kB Progress (2): 180/532 kB | 139/209 kB Progress (2): 184/532 kB | 139/209 kB Progress (2): 184/532 kB | 143/209 kB Progress (2): 188/532 kB | 143/209 kB Progress (2): 188/532 kB | 147/209 kB Progress (2): 192/532 kB | 147/209 kB Progress (2): 192/532 kB | 151/209 kB Progress (2): 196/532 kB | 151/209 kB Progress (2): 196/532 kB | 155/209 kB Progress (2): 197/532 kB | 155/209 kB Progress (2): 197/532 kB | 159/209 kB Progress (2): 197/532 kB | 163/209 kB Progress (2): 201/532 kB | 163/209 kB Progress (2): 205/532 kB | 163/209 kB Progress (2): 205/532 kB | 167/209 kB Progress (2): 205/532 kB | 171/209 kB Progress (2): 209/532 kB | 171/209 kB Progress (2): 209/532 kB | 175/209 kB Progress (2): 213/532 kB | 175/209 kB Progress (2): 213/532 kB | 179/209 kB Progress (2): 217/532 kB | 179/209 kB Progress (2): 221/532 kB | 179/209 kB Progress (2): 221/532 kB | 183/209 kB Progress (2): 225/532 kB | 183/209 kB Progress (2): 225/532 kB | 187/209 kB Progress (2): 229/532 kB | 187/209 kB Progress (2): 229/532 kB | 187/209 kB Progress (2): 229/532 kB | 191/209 kB Progress (2): 233/532 kB | 191/209 kB Progress (2): 233/532 kB | 195/209 kB Progress (2): 237/532 kB | 195/209 kB Progress (2): 237/532 kB | 199/209 kB Progress (2): 241/532 kB | 199/209 kB Progress (2): 241/532 kB | 203/209 kB Progress (2): 245/532 kB | 203/209 kB Progress (2): 245/532 kB | 207/209 kB Progress (2): 249/532 kB | 207/209 kB Progress (2): 253/532 kB | 207/209 kB Progress (2): 257/532 kB | 207/209 kB Progress (2): 261/532 kB | 207/209 kB Progress (2): 262/532 kB | 207/209 kB Progress (2): 266/532 kB | 207/209 kB Progress (2): 270/532 kB | 207/209 kB Progress (3): 270/532 kB | 207/209 kB | 4.1/100 kB Progress (3): 270/532 kB | 209 kB | 4.1/100 kB Progress (3): 270/532 kB | 209 kB | 7.7/100 kB Progress (3): 274/532 kB | 209 kB | 7.7/100 kB Progress (3): 274/532 kB | 209 kB | 12/100 kB Progress (3): 278/532 kB | 209 kB | 12/100 kB Progress (3): 278/532 kB | 209 kB | 16/100 kB Progress (3): 282/532 kB | 209 kB | 16/100 kB Progress (3): 286/532 kB | 209 kB | 16/100 kB Progress (3): 286/532 kB | 209 kB | 20/100 kB Progress (3): 290/532 kB | 209 kB | 20/100 kB Progress (3): 290/532 kB | 209 kB | 24/100 kB Progress (3): 294/532 kB | 209 kB | 24/100 kB Progress (3): 294/532 kB | 209 kB | 28/100 kB Progress (3): 298/532 kB | 209 kB | 28/100 kB Progress (3): 298/532 kB | 209 kB | 32/100 kB Progress (3): 302/532 kB | 209 kB | 32/100 kB Progress (3): 302/532 kB | 209 kB | 33/100 kB Progress (3): 306/532 kB | 209 kB | 33/100 kB Progress (3): 306/532 kB | 209 kB | 37/100 kB Progress (3): 310/532 kB | 209 kB | 37/100 kB Progress (3): 310/532 kB | 209 kB | 41/100 kB Progress (3): 314/532 kB | 209 kB | 41/100 kB Progress (3): 314/532 kB | 209 kB | 45/100 kB Progress (3): 318/532 kB | 209 kB | 45/100 kB Progress (3): 318/532 kB | 209 kB | 49/100 kB Progress (3): 322/532 kB | 209 kB | 49/100 kB Progress (3): 322/532 kB | 209 kB | 53/100 kB Progress (3): 326/532 kB | 209 kB | 53/100 kB Progress (3): 326/532 kB | 209 kB | 57/100 kB Progress (3): 330/532 kB | 209 kB | 57/100 kB Progress (3): 330/532 kB | 209 kB | 61/100 kB Progress (3): 334/532 kB | 209 kB | 61/100 kB Progress (3): 334/532 kB | 209 kB | 65/100 kB Progress (3): 338/532 kB | 209 kB | 65/100 kB Progress (3): 338/532 kB | 209 kB | 66/100 kB Progress (3): 342/532 kB | 209 kB | 66/100 kB Progress (3): 342/532 kB | 209 kB | 70/100 kB Progress (3): 346/532 kB | 209 kB | 70/100 kB Progress (3): 346/532 kB | 209 kB | 74/100 kB Progress (3): 350/532 kB | 209 kB | 74/100 kB Progress (3): 350/532 kB | 209 kB | 78/100 kB Progress (3): 354/532 kB | 209 kB | 78/100 kB Progress (3): 354/532 kB | 209 kB | 82/100 kB Progress (3): 358/532 kB | 209 kB | 82/100 kB Progress (3): 358/532 kB | 209 kB | 86/100 kB Progress (3): 362/532 kB | 209 kB | 86/100 kB Progress (3): 362/532 kB | 209 kB | 90/100 kB Progress (3): 366/532 kB | 209 kB | 90/100 kB Progress (3): 366/532 kB | 209 kB | 94/100 kB Progress (3): 370/532 kB | 209 kB | 94/100 kB Progress (3): 370/532 kB | 209 kB | 98/100 kB Progress (3): 374/532 kB | 209 kB | 98/100 kB Progress (3): 374/532 kB | 209 kB | 100 kB Progress (3): 378/532 kB | 209 kB | 100 kB Progress (3): 382/532 kB | 209 kB | 100 kB Progress (3): 386/532 kB | 209 kB | 100 kB Progress (3): 390/532 kB | 209 kB | 100 kB Progress (3): 394/532 kB | 209 kB | 100 kB Progress (3): 398/532 kB | 209 kB | 100 kB Progress (3): 402/532 kB | 209 kB | 100 kB Progress (3): 406/532 kB | 209 kB | 100 kB Progress (3): 410/532 kB | 209 kB | 100 kB Progress (3): 414/532 kB | 209 kB | 100 kB Progress (3): 418/532 kB | 209 kB | 100 kB Progress (3): 422/532 kB | 209 kB | 100 kB Progress (3): 426/532 kB | 209 kB | 100 kB Progress (3): 430/532 kB | 209 kB | 100 kB Progress (3): 434/532 kB | 209 kB | 100 kB Progress (3): 438/532 kB | 209 kB | 100 kB Progress (4): 438/532 kB | 209 kB | 100 kB | 4.1/58 kB Progress (4): 442/532 kB | 209 kB | 100 kB | 4.1/58 kB Progress (4): 442/532 kB | 209 kB | 100 kB | 7.7/58 kB Progress (4): 446/532 kB | 209 kB | 100 kB | 7.7/58 kB Progress (4): 446/532 kB | 209 kB | 100 kB | 12/58 kB Progress (4): 450/532 kB | 209 kB | 100 kB | 12/58 kB Progress (4): 450/532 kB | 209 kB | 100 kB | 16/58 kB Progress (4): 454/532 kB | 209 kB | 100 kB | 16/58 kB Progress (4): 454/532 kB | 209 kB | 100 kB | 20/58 kB Progress (4): 458/532 kB | 209 kB | 100 kB | 20/58 kB Progress (4): 458/532 kB | 209 kB | 100 kB | 24/58 kB Progress (4): 462/532 kB | 209 kB | 100 kB | 24/58 kB Progress (4): 462/532 kB | 209 kB | 100 kB | 28/58 kB Progress (4): 466/532 kB | 209 kB | 100 kB | 28/58 kB Progress (4): 466/532 kB | 209 kB | 100 kB | 32/58 kB Progress (4): 470/532 kB | 209 kB | 100 kB | 32/58 kB Progress (4): 470/532 kB | 209 kB | 100 kB | 36/58 kB Progress (4): 474/532 kB | 209 kB | 100 kB | 36/58 kB Progress (4): 474/532 kB | 209 kB | 100 kB | 40/58 kB Progress (4): 478/532 kB | 209 kB | 100 kB | 40/58 kB Progress (4): 478/532 kB | 209 kB | 100 kB | 44/58 kB Progress (4): 482/532 kB | 209 kB | 100 kB | 44/58 kB Progress (4): 482/532 kB | 209 kB | 100 kB | 48/58 kB Progress (4): 486/532 kB | 209 kB | 100 kB | 48/58 kB Progress (4): 486/532 kB | 209 kB | 100 kB | 52/58 kB Progress (4): 490/532 kB | 209 kB | 100 kB | 52/58 kB Progress (4): 490/532 kB | 209 kB | 100 kB | 56/58 kB Progress (4): 494/532 kB | 209 kB | 100 kB | 56/58 kB Progress (4): 494/532 kB | 209 kB | 100 kB | 58 kB Progress (4): 498/532 kB | 209 kB | 100 kB | 58 kB Progress (4): 502/532 kB | 209 kB | 100 kB | 58 kB Progress (5): 502/532 kB | 209 kB | 100 kB | 58 kB | 4.1/56 kB Progress (5): 506/532 kB | 209 kB | 100 kB | 58 kB | 4.1/56 kB Progress (5): 506/532 kB | 209 kB | 100 kB | 58 kB | 7.7/56 kB Progress (5): 510/532 kB | 209 kB | 100 kB | 58 kB | 7.7/56 kB Progress (5): 510/532 kB | 209 kB | 100 kB | 58 kB | 12/56 kB Progress (5): 514/532 kB | 209 kB | 100 kB | 58 kB | 12/56 kB Progress (5): 514/532 kB | 209 kB | 100 kB | 58 kB | 16/56 kB Progress (5): 518/532 kB | 209 kB | 100 kB | 58 kB | 16/56 kB Progress (5): 518/532 kB | 209 kB | 100 kB | 58 kB | 20/56 kB Progress (5): 522/532 kB | 209 kB | 100 kB | 58 kB | 20/56 kB Progress (5): 522/532 kB | 209 kB | 100 kB | 58 kB | 24/56 kB Progress (5): 526/532 kB | 209 kB | 100 kB | 58 kB | 24/56 kB Progress (5): 526/532 kB | 209 kB | 100 kB | 58 kB | 28/56 kB Progress (5): 530/532 kB | 209 kB | 100 kB | 58 kB | 28/56 kB Progress (5): 530/532 kB | 209 kB | 100 kB | 58 kB | 32/56 kB Progress (5): 532 kB | 209 kB | 100 kB | 58 kB | 32/56 kB Progress (5): 532 kB | 209 kB | 100 kB | 58 kB | 36/56 kB Progress (5): 532 kB | 209 kB | 100 kB | 58 kB | 40/56 kB Progress (5): 532 kB | 209 kB | 100 kB | 58 kB | 44/56 kB Progress (5): 532 kB | 209 kB | 100 kB | 58 kB | 48/56 kB Progress (5): 532 kB | 209 kB | 100 kB | 58 kB | 52/56 kB Progress (5): 532 kB | 209 kB | 100 kB | 58 kB | 56/56 kB Progress (5): 532 kB | 209 kB | 100 kB | 58 kB | 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 281 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar 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 588 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar Progress (4): 532 kB | 58 kB | 56 kB | 4.1/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 7.7/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 12/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 16/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 20/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 24/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 28/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 32/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 33/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 37/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 41/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 45/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 49/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 53/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 57/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 61/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 65/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 66/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 70/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 74/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 78/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 82/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 86/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 90/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 94/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 98/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 98/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 102/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 106/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 110/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 114/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 118/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 122/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 126/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 130/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 131/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 135/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 139/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 143/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 147/245 kB Progress (4): 532 kB | 58 kB | 56 kB | 151/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 152 kB/s) Progress (3): 532 kB | 58 kB | 155/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar Progress (3): 532 kB | 58 kB | 159/245 kB Progress (3): 532 kB | 58 kB | 163/245 kB Progress (3): 532 kB | 58 kB | 164/245 kB Progress (3): 532 kB | 58 kB | 168/245 kB Progress (3): 532 kB | 58 kB | 172/245 kB Progress (3): 532 kB | 58 kB | 176/245 kB Progress (3): 532 kB | 58 kB | 180/245 kB Progress (3): 532 kB | 58 kB | 184/245 kB Progress (3): 532 kB | 58 kB | 188/245 kB Progress (3): 532 kB | 58 kB | 192/245 kB Progress (3): 532 kB | 58 kB | 196/245 kB Progress (3): 532 kB | 58 kB | 197/245 kB Progress (3): 532 kB | 58 kB | 201/245 kB Progress (3): 532 kB | 58 kB | 205/245 kB Progress (3): 532 kB | 58 kB | 209/245 kB Progress (3): 532 kB | 58 kB | 213/245 kB Progress (3): 532 kB | 58 kB | 217/245 kB Progress (3): 532 kB | 58 kB | 221/245 kB Progress (3): 532 kB | 58 kB | 225/245 kB Progress (3): 532 kB | 58 kB | 229/245 kB Progress (3): 532 kB | 58 kB | 233/245 kB Progress (3): 532 kB | 58 kB | 237/245 kB Progress (3): 532 kB | 58 kB | 241/245 kB Progress (3): 532 kB | 58 kB | 245/245 kB Progress (3): 532 kB | 58 kB | 245 kB Progress (4): 532 kB | 58 kB | 245 kB | 0/1.4 MB Progress (4): 532 kB | 58 kB | 245 kB | 0/1.4 MB Progress (4): 532 kB | 58 kB | 245 kB | 0/1.4 MB Progress (4): 532 kB | 58 kB | 245 kB | 0/1.4 MB Progress (4): 532 kB | 58 kB | 245 kB | 0/1.4 MB Progress (4): 532 kB | 58 kB | 245 kB | 0/1.4 MB Progress (4): 532 kB | 58 kB | 245 kB | 0/1.4 MB Progress (4): 532 kB | 58 kB | 245 kB | 0/1.4 MB Progress (4): 532 kB | 58 kB | 245 kB | 0/1.4 MB Progress (4): 532 kB | 58 kB | 245 kB | 0/1.4 MB Progress (4): 532 kB | 58 kB | 245 kB | 0/1.4 MB Progress (4): 532 kB | 58 kB | 245 kB | 0/1.4 MB Progress (4): 532 kB | 58 kB | 245 kB | 0/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 651 kB/s) Progress (3): 532 kB | 58 kB | 0.1/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar Progress (3): 532 kB | 58 kB | 0.1/1.4 MB Progress (3): 532 kB | 58 kB | 0.1/1.4 MB Progress (3): 532 kB | 58 kB | 0.1/1.4 MB Progress (3): 532 kB | 58 kB | 0.1/1.4 MB Progress (3): 532 kB | 58 kB | 0.1/1.4 MB Progress (3): 532 kB | 58 kB | 0.1/1.4 MB Progress (3): 532 kB | 58 kB | 0.1/1.4 MB Progress (3): 532 kB | 58 kB | 0.1/1.4 MB Progress (4): 532 kB | 58 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 532 kB | 58 kB | 0.1/1.4 MB | 3.2 kB | 4.1/13 kB 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 135 kB/s) Progress (4): 532 kB | 0.1/1.4 MB | 3.2 kB | 7.7/13 kB Progress (4): 532 kB | 0.1/1.4 MB | 3.2 kB | 7.7/13 kB Progress (4): 532 kB | 0.1/1.4 MB | 3.2 kB | 12/13 kB Progress (4): 532 kB | 0.1/1.4 MB | 3.2 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.1/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.2/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.3/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.4/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.5/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 13 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 30 kB/s) Progress (2): 0.6/1.4 MB | 3.2 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar Progress (2): 0.6/1.4 MB | 3.2 kB Progress (2): 0.6/1.4 MB | 3.2 kB Progress (2): 0.6/1.4 MB | 3.2 kB Progress (2): 0.6/1.4 MB | 3.2 kB Progress (2): 0.6/1.4 MB | 3.2 kB Progress (2): 0.6/1.4 MB | 3.2 kB Progress (2): 0.6/1.4 MB | 3.2 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 4.1/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 4.1/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 7.7/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 7.7/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 12/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 12/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 16/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 16/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 20/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 20/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 24/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 24/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 28/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 28/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 32/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 32/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 33/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 33/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 37/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 37/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 41/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 41/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 45/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 45/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 49/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 49/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 53/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 53/112 kB Progress (3): 0.6/1.4 MB | 3.2 kB | 57/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 57/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 57/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 61/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 61/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 65/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 65/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 66/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 66/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 70/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 70/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 74/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 74/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 74/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 78/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 78/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 82/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 82/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 86/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 86/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 90/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 90/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 94/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 94/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 98/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 98/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 102/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 106/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 106/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 110/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 110/112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 112 kB Progress (3): 0.7/1.4 MB | 3.2 kB | 112 kB Progress (4): 0.7/1.4 MB | 3.2 kB | 112 kB | 4.1/37 kB Progress (4): 0.7/1.4 MB | 3.2 kB | 112 kB | 4.1/37 kB Progress (4): 0.7/1.4 MB | 3.2 kB | 112 kB | 7.7/37 kB Progress (4): 0.7/1.4 MB | 3.2 kB | 112 kB | 7.7/37 kB Progress (4): 0.7/1.4 MB | 3.2 kB | 112 kB | 12/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 12/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 16/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 16/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 20/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 20/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 24/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 24/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 28/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 28/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 32/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 32/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 36/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 36/37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.8/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.9/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.9/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.9/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.9/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.9/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.9/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.9/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.9/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.9/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.9/1.4 MB | 3.2 kB | 112 kB | 37 kB Progress (4): 0.9/1.4 MB | 3.2 kB | 112 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 241 kB/s) Progress (3): 0.9/1.4 MB | 3.2 kB | 37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar Progress (3): 0.9/1.4 MB | 3.2 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 80 kB/s) Progress (2): 0.9/1.4 MB | 3.2 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 6.9 kB/s) Progress (1): 0.9/1.4 MB 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 (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (2): 1.1/1.4 MB | 4.1/7.2 kB Progress (2): 1.1/1.4 MB | 4.1/7.2 kB Progress (2): 1.1/1.4 MB | 7.2 kB Progress (2): 1.1/1.4 MB | 7.2 kB Progress (2): 1.1/1.4 MB | 7.2 kB Progress (2): 1.1/1.4 MB | 7.2 kB Progress (2): 1.1/1.4 MB | 7.2 kB Progress (2): 1.1/1.4 MB | 7.2 kB Progress (2): 1.1/1.4 MB | 7.2 kB Progress (2): 1.1/1.4 MB | 7.2 kB Progress (2): 1.1/1.4 MB | 7.2 kB Progress (2): 1.1/1.4 MB | 7.2 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 4.1/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 4.1/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 7.7/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 7.7/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 12/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 12/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 16/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 16/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 20/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 20/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 24/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 24/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 28/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 32/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 32/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 33/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 33/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 37/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 41/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 41/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 45/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 45/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 49/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 49/285 kB Progress (3): 1.1/1.4 MB | 7.2 kB | 53/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 53/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 57/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 57/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 57/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 57/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 57/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 57/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 57/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 57/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 57/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 61/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 61/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 65/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 65/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 66/285 kB Progress (3): 1.2/1.4 MB | 7.2 kB | 66/285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 14 kB/s) Progress (2): 1.2/1.4 MB | 66/285 kB Progress (2): 1.2/1.4 MB | 70/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 (2): 1.2/1.4 MB | 74/285 kB Progress (2): 1.2/1.4 MB | 78/285 kB Progress (2): 1.2/1.4 MB | 82/285 kB Progress (2): 1.2/1.4 MB | 86/285 kB Progress (2): 1.2/1.4 MB | 90/285 kB Progress (2): 1.2/1.4 MB | 94/285 kB Progress (2): 1.2/1.4 MB | 94/285 kB Progress (2): 1.2/1.4 MB | 98/285 kB Progress (2): 1.2/1.4 MB | 98/285 kB Progress (2): 1.2/1.4 MB | 98/285 kB Progress (2): 1.2/1.4 MB | 98/285 kB Progress (2): 1.2/1.4 MB | 102/285 kB Progress (2): 1.2/1.4 MB | 102/285 kB Progress (2): 1.2/1.4 MB | 106/285 kB Progress (2): 1.2/1.4 MB | 106/285 kB Progress (2): 1.2/1.4 MB | 106/285 kB Progress (2): 1.2/1.4 MB | 110/285 kB Progress (2): 1.2/1.4 MB | 110/285 kB Progress (2): 1.2/1.4 MB | 114/285 kB Progress (2): 1.2/1.4 MB | 114/285 kB Progress (2): 1.2/1.4 MB | 118/285 kB Progress (2): 1.2/1.4 MB | 118/285 kB Progress (2): 1.2/1.4 MB | 118/285 kB Progress (2): 1.2/1.4 MB | 122/285 kB Progress (2): 1.2/1.4 MB | 122/285 kB Progress (2): 1.2/1.4 MB | 122/285 kB Progress (2): 1.2/1.4 MB | 126/285 kB Progress (2): 1.3/1.4 MB | 126/285 kB Progress (2): 1.3/1.4 MB | 126/285 kB Progress (2): 1.3/1.4 MB | 130/285 kB Progress (2): 1.3/1.4 MB | 130/285 kB Progress (2): 1.3/1.4 MB | 131/285 kB Progress (2): 1.3/1.4 MB | 131/285 kB Progress (2): 1.3/1.4 MB | 135/285 kB Progress (2): 1.3/1.4 MB | 135/285 kB Progress (2): 1.3/1.4 MB | 139/285 kB Progress (2): 1.3/1.4 MB | 139/285 kB Progress (2): 1.3/1.4 MB | 143/285 kB Progress (2): 1.3/1.4 MB | 143/285 kB Progress (2): 1.3/1.4 MB | 147/285 kB Progress (2): 1.3/1.4 MB | 147/285 kB Progress (2): 1.3/1.4 MB | 151/285 kB Progress (2): 1.3/1.4 MB | 151/285 kB Progress (2): 1.3/1.4 MB | 155/285 kB Progress (2): 1.3/1.4 MB | 155/285 kB Progress (2): 1.3/1.4 MB | 159/285 kB Progress (2): 1.3/1.4 MB | 159/285 kB Progress (2): 1.3/1.4 MB | 163/285 kB Progress (2): 1.3/1.4 MB | 163/285 kB Progress (2): 1.3/1.4 MB | 164/285 kB Progress (2): 1.3/1.4 MB | 164/285 kB Progress (2): 1.3/1.4 MB | 164/285 kB Progress (2): 1.3/1.4 MB | 168/285 kB Progress (2): 1.3/1.4 MB | 168/285 kB Progress (2): 1.3/1.4 MB | 172/285 kB Progress (2): 1.3/1.4 MB | 172/285 kB Progress (2): 1.3/1.4 MB | 176/285 kB Progress (2): 1.3/1.4 MB | 176/285 kB Progress (2): 1.3/1.4 MB | 176/285 kB Progress (2): 1.3/1.4 MB | 180/285 kB Progress (2): 1.3/1.4 MB | 180/285 kB Progress (2): 1.3/1.4 MB | 180/285 kB Progress (2): 1.3/1.4 MB | 184/285 kB Progress (2): 1.3/1.4 MB | 184/285 kB Progress (2): 1.3/1.4 MB | 184/285 kB Progress (2): 1.3/1.4 MB | 188/285 kB Progress (2): 1.3/1.4 MB | 188/285 kB Progress (2): 1.3/1.4 MB | 188/285 kB Progress (2): 1.3/1.4 MB | 192/285 kB Progress (2): 1.3/1.4 MB | 192/285 kB Progress (2): 1.4/1.4 MB | 192/285 kB Progress (2): 1.4/1.4 MB | 196/285 kB Progress (2): 1.4/1.4 MB | 196/285 kB Progress (2): 1.4/1.4 MB | 196/285 kB Progress (2): 1.4/1.4 MB | 197/285 kB Progress (2): 1.4/1.4 MB | 197/285 kB Progress (2): 1.4/1.4 MB | 197/285 kB Progress (2): 1.4/1.4 MB | 201/285 kB Progress (2): 1.4/1.4 MB | 201/285 kB Progress (2): 1.4/1.4 MB | 205/285 kB Progress (2): 1.4/1.4 MB | 205/285 kB Progress (2): 1.4/1.4 MB | 209/285 kB Progress (2): 1.4/1.4 MB | 209/285 kB Progress (2): 1.4/1.4 MB | 213/285 kB Progress (2): 1.4/1.4 MB | 213/285 kB Progress (2): 1.4/1.4 MB | 217/285 kB Progress (2): 1.4/1.4 MB | 217/285 kB Progress (2): 1.4/1.4 MB | 221/285 kB Progress (2): 1.4/1.4 MB | 221/285 kB Progress (2): 1.4/1.4 MB | 225/285 kB Progress (2): 1.4/1.4 MB | 225/285 kB Progress (2): 1.4/1.4 MB | 229/285 kB Progress (2): 1.4/1.4 MB | 229/285 kB Progress (2): 1.4/1.4 MB | 229/285 kB Progress (2): 1.4/1.4 MB | 229/285 kB Progress (2): 1.4/1.4 MB | 233/285 kB Progress (3): 1.4/1.4 MB | 233/285 kB | 4.1/37 kB Progress (3): 1.4/1.4 MB | 237/285 kB | 4.1/37 kB Progress (3): 1.4/1.4 MB | 237/285 kB | 7.7/37 kB Progress (3): 1.4/1.4 MB | 241/285 kB | 7.7/37 kB Progress (3): 1.4/1.4 MB | 241/285 kB | 7.7/37 kB Progress (4): 1.4/1.4 MB | 241/285 kB | 7.7/37 kB | 4.1/53 kB Progress (4): 1.4/1.4 MB | 241/285 kB | 12/37 kB | 4.1/53 kB Progress (4): 1.4/1.4 MB | 241/285 kB | 16/37 kB | 4.1/53 kB Progress (4): 1.4/1.4 MB | 245/285 kB | 16/37 kB | 4.1/53 kB Progress (4): 1.4/1.4 MB | 245/285 kB | 20/37 kB | 4.1/53 kB Progress (5): 1.4/1.4 MB | 245/285 kB | 20/37 kB | 4.1/53 kB | 4.1/9.4 kB Progress (5): 1.4/1.4 MB | 245/285 kB | 20/37 kB | 4.1/53 kB | 7.7/9.4 kB Progress (5): 1.4/1.4 MB | 245/285 kB | 20/37 kB | 4.1/53 kB | 9.4 kB Progress (5): 1.4/1.4 MB | 245/285 kB | 20/37 kB | 7.7/53 kB | 9.4 kB Progress (5): 1.4/1.4 MB | 245/285 kB | 20/37 kB | 7.7/53 kB | 9.4 kB Progress (5): 1.4/1.4 MB | 245/285 kB | 24/37 kB | 7.7/53 kB | 9.4 kB Progress (5): 1.4/1.4 MB | 249/285 kB | 24/37 kB | 7.7/53 kB | 9.4 kB Progress (5): 1.4/1.4 MB | 249/285 kB | 28/37 kB | 7.7/53 kB | 9.4 kB Progress (5): 1.4/1.4 MB | 249/285 kB | 28/37 kB | 7.7/53 kB | 9.4 kB Progress (5): 1.4/1.4 MB | 249/285 kB | 28/37 kB | 12/53 kB | 9.4 kB Progress (5): 1.4/1.4 MB | 249/285 kB | 28/37 kB | 12/53 kB | 9.4 kB Progress (5): 1.4/1.4 MB | 249/285 kB | 32/37 kB | 12/53 kB | 9.4 kB Progress (5): 1.4/1.4 MB | 253/285 kB | 32/37 kB | 12/53 kB | 9.4 kB Progress (5): 1.4/1.4 MB | 253/285 kB | 36/37 kB | 12/53 kB | 9.4 kB Progress (5): 1.4/1.4 MB | 253/285 kB | 36/37 kB | 12/53 kB | 9.4 kB Progress (5): 1.4/1.4 MB | 253/285 kB | 36/37 kB | 16/53 kB | 9.4 kB Progress (5): 1.4 MB | 253/285 kB | 36/37 kB | 16/53 kB | 9.4 kB Progress (5): 1.4 MB | 253/285 kB | 37 kB | 16/53 kB | 9.4 kB Progress (5): 1.4 MB | 257/285 kB | 37 kB | 16/53 kB | 9.4 kB Progress (5): 1.4 MB | 261/285 kB | 37 kB | 16/53 kB | 9.4 kB Progress (5): 1.4 MB | 265/285 kB | 37 kB | 16/53 kB | 9.4 kB Progress (5): 1.4 MB | 269/285 kB | 37 kB | 16/53 kB | 9.4 kB Progress (5): 1.4 MB | 273/285 kB | 37 kB | 16/53 kB | 9.4 kB Progress (5): 1.4 MB | 277/285 kB | 37 kB | 16/53 kB | 9.4 kB Progress (5): 1.4 MB | 281/285 kB | 37 kB | 16/53 kB | 9.4 kB Progress (5): 1.4 MB | 285 kB | 37 kB | 16/53 kB | 9.4 kB Progress (5): 1.4 MB | 285 kB | 37 kB | 20/53 kB | 9.4 kB Progress (5): 1.4 MB | 285 kB | 37 kB | 24/53 kB | 9.4 kB Progress (5): 1.4 MB | 285 kB | 37 kB | 28/53 kB | 9.4 kB Progress (5): 1.4 MB | 285 kB | 37 kB | 32/53 kB | 9.4 kB Progress (5): 1.4 MB | 285 kB | 37 kB | 36/53 kB | 9.4 kB Progress (5): 1.4 MB | 285 kB | 37 kB | 40/53 kB | 9.4 kB Progress (5): 1.4 MB | 285 kB | 37 kB | 44/53 kB | 9.4 kB Progress (5): 1.4 MB | 285 kB | 37 kB | 48/53 kB | 9.4 kB Progress (5): 1.4 MB | 285 kB | 37 kB | 52/53 kB | 9.4 kB Progress (5): 1.4 MB | 285 kB | 37 kB | 53 kB | 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 17 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 67 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 2.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar 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 96 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar 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 513 kB/s) Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Progress (2): 4.3 kB | 4.1/38 kB Progress (2): 4.3 kB | 7.7/38 kB Progress (2): 4.3 kB | 12/38 kB Progress (2): 4.3 kB | 16/38 kB Progress (2): 4.3 kB | 20/38 kB Progress (3): 4.3 kB | 20/38 kB | 4.1/29 kB Progress (3): 4.3 kB | 24/38 kB | 4.1/29 kB Progress (3): 4.3 kB | 24/38 kB | 7.7/29 kB Progress (3): 4.3 kB | 28/38 kB | 7.7/29 kB Progress (3): 4.3 kB | 28/38 kB | 12/29 kB Progress (3): 4.3 kB | 32/38 kB | 12/29 kB Progress (3): 4.3 kB | 32/38 kB | 16/29 kB Progress (3): 4.3 kB | 36/38 kB | 16/29 kB Progress (3): 4.3 kB | 36/38 kB | 20/29 kB Progress (3): 4.3 kB | 38 kB | 20/29 kB Progress (3): 4.3 kB | 38 kB | 24/29 kB Progress (3): 4.3 kB | 38 kB | 28/29 kB Progress (3): 4.3 kB | 38 kB | 29 kB Progress (4): 4.3 kB | 38 kB | 29 kB | 4.1/21 kB Progress (4): 4.3 kB | 38 kB | 29 kB | 7.7/21 kB Progress (4): 4.3 kB | 38 kB | 29 kB | 12/21 kB Progress (4): 4.3 kB | 38 kB | 29 kB | 16/21 kB Progress (4): 4.3 kB | 38 kB | 29 kB | 20/21 kB Progress (4): 4.3 kB | 38 kB | 29 kB | 21 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.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 50 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 37 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 66 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 7.5 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.pom Progress (1): 3.9 kB Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.pom (3.9 kB at 231 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugins-parent/1.0.0/ebr-maven-plugins-parent-1.0.0.pom Progress (1): 4.1/9.5 kB Progress (1): 7.7/9.5 kB Progress (1): 9.5 kB Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugins-parent/1.0.0/ebr-maven-plugins-parent-1.0.0.pom (9.5 kB at 591 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom (10 kB at 671 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/6/felix-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 754 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/21/apache-21.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 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 503 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 71 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom (1.4 kB at 45 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 147 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom Progress (1): 4.1/9.7 kB Progress (1): 7.7/9.7 kB Progress (1): 9.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 220 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom Progress (1): 193 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 7.7 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/easymock/easymock/2.4/easymock-2.4.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/2.4/easymock-2.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/easymock/easymock/2.4/easymock-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 190 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 121 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom Progress (1): 463 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 18 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom (8.4 kB at 272 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.6.0/maven-3.6.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.6.0/maven-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.6.0/maven-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.pom 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/maven/3.6.0/maven-3.6.0.pom (24 kB at 798 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/44 kB Progress (1): 7.7/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 24/44 kB Progress (1): 28/44 kB Progress (1): 32/44 kB Progress (1): 36/44 kB Progress (1): 40/44 kB Progress (1): 44/44 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 1.5 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.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.6.0/maven-model-3.6.0.pom (3.9 kB at 109 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 186 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom (1.8 kB at 52 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.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-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom (2.5 kB at 100 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom (1.4 kB at 53 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 11 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/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/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 833 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.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.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 114 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 214 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 345 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 76 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.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.6.0/maven-repository-metadata-3.6.0.pom (1.9 kB at 46 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom (2.1 kB at 75 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom 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/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 664 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/78 kB Progress (1): 7.7/78 kB Progress (1): 12/78 kB Progress (1): 16/78 kB Progress (1): 20/78 kB Progress (1): 24/78 kB Progress (1): 28/78 kB Progress (1): 32/78 kB Progress (1): 36/78 kB Progress (1): 40/78 kB Progress (1): 44/78 kB Progress (1): 48/78 kB Progress (1): 52/78 kB Progress (1): 56/78 kB Progress (1): 60/78 kB Progress (1): 64/78 kB Progress (1): 68/78 kB Progress (1): 72/78 kB Progress (1): 76/78 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 1.8 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/19/apache-19.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 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 704 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom (2.9 kB at 89 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom 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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 85 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom 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/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 654 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/6.6 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 235 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 45 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 48 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 344 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom 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/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 690 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 37 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 24 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 64 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom 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/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 600 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 19 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom 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-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 146 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 187 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 757 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 117 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom (3.0 kB at 108 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom 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/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom (4.2 kB at 105 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom (2.5 kB at 121 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom (17 kB at 598 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom (2.6 kB at 129 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom (2.7 kB at 105 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom (3.9 kB at 152 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 183 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom 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/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 520 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/5.6 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 156 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/4.6 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 208 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/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 1.4 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.6/commons-io-2.6.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/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/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 548 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice/4.2.1/guice-4.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 438 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 504 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/google/5/google-5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 95 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Progress (1): 363 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 13 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom Progress (1): 4.1/8.3 kB Progress (1): 7.7/8.3 kB Progress (1): 8.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom (8.3 kB at 296 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom (10 kB at 371 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 73 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 351 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 84 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom 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/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 159 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 219 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 65 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 41 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 176 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 102 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 52 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom Progress (1): 4.1/8.6 kB Progress (1): 7.7/8.6 kB Progress (1): 8.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 331 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom Progress (1): 4.1/34 kB Progress (1): 7.7/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.6 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom 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/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 160 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Progress (1): 4.1/5.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/20/maven-shared-components-20.pom (5.1 kB at 213 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.4 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/14/apache-14.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/14/apache-14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 699 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 66 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 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 862 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 263 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/12 kB Progress (1): 7.7/12 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 505 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 108 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 179 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 34 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 118 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 99 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 663 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 173 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 133 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 133 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 457 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom Progress (1): 4.1/56 kB Progress (1): 7.7/56 kB Progress (1): 12/56 kB Progress (1): 16/56 kB Progress (1): 20/56 kB Progress (1): 24/56 kB Progress (1): 28/56 kB Progress (1): 32/56 kB Progress (1): 36/56 kB Progress (1): 40/56 kB Progress (1): 44/56 kB Progress (1): 48/56 kB Progress (1): 52/56 kB Progress (1): 56/56 kB Progress (1): 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.2 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/13/apache-13.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/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/apache/apache/13/apache-13.pom (14 kB at 518 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 81 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 123 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 206 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 227 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/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/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.6 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.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.0/maven-project-2.2.0.pom (2.8 kB at 107 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 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.0/maven-2.2.0.pom (22 kB at 660 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.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/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 104 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 147 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 34 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/5.8 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 234 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-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 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 158 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 17 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/5.7 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 249 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/junit/junit/4.12/junit-4.12.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.12/junit-4.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom 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/junit/junit/4.12/junit-4.12.pom (24 kB at 877 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Progress (1): 766 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 36 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 56 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 190 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 174 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.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-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 90 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.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.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 124 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.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/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 49 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.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.0/maven-artifact-2.2.0.pom (1.6 kB at 40 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 31 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.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-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 74 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 75 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom 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/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 845 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 121 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 114 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1/8.1 kB Progress (1): 7.7/8.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 278 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 51 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 268 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.2 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/4/apache-4.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 180 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 177 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 342 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 92 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Progress (1): 4.1/8.1 kB Progress (1): 7.7/8.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 310 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 40 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 47 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 113 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 85 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Progress (1): 4.1/8.2 kB Progress (1): 7.7/8.2 kB Progress (1): 8.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 284 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 33 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 91 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 95 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 52 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 85 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 63 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 28 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 278 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 56 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 248 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 235 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 234 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Progress (1): 4.1/9.9 kB Progress (1): 7.7/9.9 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 496 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/oro/oro/2.0.8/oro-2.0.8.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom Progress (1): 140 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 5.2 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 137 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 441 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 56 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 114 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 108 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 70 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 57 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jdom/jdom/1.1/jdom-1.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jdom/jdom/1.1/jdom-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 95 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom (2.5 kB at 78 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom Progress (1): 4.1/9.4 kB Progress (1): 7.7/9.4 kB Progress (1): 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom (9.4 kB at 429 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.0.5/maven-3.0.5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.5/maven-3.0.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0.5/maven-3.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 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.5/maven-3.0.5.pom (22 kB at 700 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 190 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 100 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 192 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 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/16/spice-parent-16.pom (8.4 kB at 398 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom (2.8 kB at 107 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom 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/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom (14 kB at 540 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom (1.0 kB at 36 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom Progress (1): 4.1/4.8 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.1.0/plexus-archiver-4.1.0.pom (4.8 kB at 131 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 220 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom Progress (1): 4.1/4.5 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.1.1/plexus-io-3.1.1.pom (4.5 kB at 147 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom 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 cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 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 651 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.8/xz-1.8.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 91 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom (6.6 kB at 275 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom (16 kB at 525 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 1.1 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom Progress (1): 4.1/5.2 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 207 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 329 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 620 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom 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/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 607 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.pom Progress (1): 1.5 kB Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.pom (1.5 kB at 102 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.6/commons-text-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.pom (17 kB at 623 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom (4.1 kB at 186 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/easymock/easymock/2.4/easymock-2.4.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar Progress (1): 4.1/88 kB Progress (1): 7.7/88 kB Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar Progress (1): 12/88 kB Progress (1): 16/88 kB Progress (1): 20/88 kB Progress (1): 24/88 kB Progress (1): 28/88 kB Progress (1): 32/88 kB Progress (1): 36/88 kB Progress (1): 40/88 kB Progress (1): 44/88 kB Progress (1): 48/88 kB Progress (1): 52/88 kB Progress (1): 56/88 kB Progress (1): 60/88 kB Progress (1): 64/88 kB Progress (1): 68/88 kB Progress (1): 72/88 kB Progress (1): 76/88 kB Progress (1): 80/88 kB Progress (1): 84/88 kB Progress (1): 88 kB Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.jar (88 kB at 1.1 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/oro/oro/2.0.8/oro-2.0.8.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jdom/jdom/1.1/jdom-1.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.8/xz-1.8.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.6/commons-io-2.6.jar Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.jar (5.4 kB at 18 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/2.4/easymock-2.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.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/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.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.0/maven-plugin-registry-2.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.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/tukaani/xz/1.8/xz-1.8.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.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-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/easymock/easymock/2.4/easymock-2.4.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jdom/jdom/1.1/jdom-1.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.6/commons-text-1.6.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar Progress (1): 4.1/81 kB Progress (1): 7.7/81 kB Progress (1): 12/81 kB Progress (1): 16/81 kB Progress (1): 20/81 kB Progress (2): 20/81 kB | 4.1/168 kB Progress (2): 24/81 kB | 4.1/168 kB Progress (2): 24/81 kB | 7.7/168 kB Progress (2): 28/81 kB | 7.7/168 kB Progress (2): 28/81 kB | 12/168 kB Progress (2): 32/81 kB | 12/168 kB Progress (2): 32/81 kB | 16/168 kB Progress (2): 36/81 kB | 16/168 kB Progress (2): 40/81 kB | 16/168 kB Progress (2): 40/81 kB | 20/168 kB Progress (2): 44/81 kB | 20/168 kB Progress (2): 44/81 kB | 24/168 kB Progress (2): 48/81 kB | 24/168 kB Progress (2): 48/81 kB | 28/168 kB Progress (2): 48/81 kB | 32/168 kB Progress (2): 52/81 kB | 32/168 kB Progress (2): 56/81 kB | 32/168 kB Progress (2): 56/81 kB | 36/168 kB Progress (2): 60/81 kB | 36/168 kB Progress (2): 60/81 kB | 40/168 kB Progress (2): 64/81 kB | 40/168 kB Progress (2): 64/81 kB | 44/168 kB Progress (2): 68/81 kB | 44/168 kB Progress (2): 68/81 kB | 48/168 kB Progress (2): 72/81 kB | 48/168 kB Progress (3): 72/81 kB | 48/168 kB | 0/2.9 MB Progress (3): 76/81 kB | 48/168 kB | 0/2.9 MB Progress (3): 76/81 kB | 52/168 kB | 0/2.9 MB Progress (3): 80/81 kB | 52/168 kB | 0/2.9 MB Progress (3): 80/81 kB | 52/168 kB | 0/2.9 MB Progress (3): 81 kB | 52/168 kB | 0/2.9 MB Progress (3): 81 kB | 52/168 kB | 0/2.9 MB Progress (3): 81 kB | 56/168 kB | 0/2.9 MB Progress (3): 81 kB | 60/168 kB | 0/2.9 MB Progress (3): 81 kB | 60/168 kB | 0/2.9 MB Progress (4): 81 kB | 60/168 kB | 0/2.9 MB | 4.1/350 kB Progress (4): 81 kB | 64/168 kB | 0/2.9 MB | 4.1/350 kB Progress (4): 81 kB | 64/168 kB | 0/2.9 MB | 7.7/350 kB Progress (4): 81 kB | 64/168 kB | 0/2.9 MB | 7.7/350 kB Progress (4): 81 kB | 68/168 kB | 0/2.9 MB | 7.7/350 kB Progress (4): 81 kB | 68/168 kB | 0/2.9 MB | 7.7/350 kB Progress (4): 81 kB | 68/168 kB | 0/2.9 MB | 7.7/350 kB Progress (4): 81 kB | 68/168 kB | 0/2.9 MB | 7.7/350 kB Progress (4): 81 kB | 68/168 kB | 0/2.9 MB | 12/350 kB Progress (4): 81 kB | 68/168 kB | 0/2.9 MB | 12/350 kB Progress (4): 81 kB | 68/168 kB | 0/2.9 MB | 12/350 kB Progress (4): 81 kB | 68/168 kB | 0/2.9 MB | 12/350 kB Progress (4): 81 kB | 68/168 kB | 0/2.9 MB | 12/350 kB Progress (4): 81 kB | 68/168 kB | 0.1/2.9 MB | 12/350 kB Progress (4): 81 kB | 72/168 kB | 0.1/2.9 MB | 12/350 kB Progress (4): 81 kB | 72/168 kB | 0.1/2.9 MB | 12/350 kB Progress (4): 81 kB | 76/168 kB | 0.1/2.9 MB | 12/350 kB Progress (4): 81 kB | 76/168 kB | 0.1/2.9 MB | 16/350 kB Progress (4): 81 kB | 80/168 kB | 0.1/2.9 MB | 16/350 kB Progress (4): 81 kB | 80/168 kB | 0.1/2.9 MB | 20/350 kB Progress (4): 81 kB | 80/168 kB | 0.1/2.9 MB | 20/350 kB Progress (4): 81 kB | 80/168 kB | 0.1/2.9 MB | 24/350 kB Progress (4): 81 kB | 84/168 kB | 0.1/2.9 MB | 24/350 kB Progress (4): 81 kB | 84/168 kB | 0.1/2.9 MB | 28/350 kB Progress (4): 81 kB | 88/168 kB | 0.1/2.9 MB | 28/350 kB Progress (4): 81 kB | 88/168 kB | 0.1/2.9 MB | 28/350 kB Progress (4): 81 kB | 92/168 kB | 0.1/2.9 MB | 28/350 kB Progress (4): 81 kB | 92/168 kB | 0.1/2.9 MB | 28/350 kB Progress (4): 81 kB | 92/168 kB | 0.1/2.9 MB | 32/350 kB Progress (4): 81 kB | 92/168 kB | 0.1/2.9 MB | 32/350 kB Progress (4): 81 kB | 96/168 kB | 0.1/2.9 MB | 32/350 kB Progress (4): 81 kB | 96/168 kB | 0.1/2.9 MB | 32/350 kB Progress (4): 81 kB | 96/168 kB | 0.1/2.9 MB | 36/350 kB Progress (4): 81 kB | 96/168 kB | 0.1/2.9 MB | 36/350 kB Progress (4): 81 kB | 100/168 kB | 0.1/2.9 MB | 36/350 kB Progress (4): 81 kB | 100/168 kB | 0.1/2.9 MB | 40/350 kB Progress (4): 81 kB | 104/168 kB | 0.1/2.9 MB | 40/350 kB Progress (4): 81 kB | 104/168 kB | 0.1/2.9 MB | 40/350 kB Progress (4): 81 kB | 108/168 kB | 0.1/2.9 MB | 40/350 kB Progress (4): 81 kB | 108/168 kB | 0.1/2.9 MB | 44/350 kB Progress (4): 81 kB | 112/168 kB | 0.1/2.9 MB | 44/350 kB Progress (4): 81 kB | 112/168 kB | 0.1/2.9 MB | 44/350 kB Progress (4): 81 kB | 116/168 kB | 0.1/2.9 MB | 44/350 kB Progress (4): 81 kB | 116/168 kB | 0.1/2.9 MB | 44/350 kB Progress (4): 81 kB | 116/168 kB | 0.1/2.9 MB | 48/350 kB Progress (4): 81 kB | 116/168 kB | 0.1/2.9 MB | 48/350 kB Progress (4): 81 kB | 120/168 kB | 0.1/2.9 MB | 48/350 kB Progress (4): 81 kB | 120/168 kB | 0.1/2.9 MB | 48/350 kB Progress (4): 81 kB | 124/168 kB | 0.1/2.9 MB | 48/350 kB Progress (4): 81 kB | 124/168 kB | 0.1/2.9 MB | 52/350 kB Progress (4): 81 kB | 128/168 kB | 0.1/2.9 MB | 52/350 kB Progress (4): 81 kB | 128/168 kB | 0.1/2.9 MB | 52/350 kB Progress (4): 81 kB | 132/168 kB | 0.1/2.9 MB | 52/350 kB Progress (4): 81 kB | 132/168 kB | 0.1/2.9 MB | 52/350 kB Progress (4): 81 kB | 132/168 kB | 0.1/2.9 MB | 56/350 kB Progress (4): 81 kB | 132/168 kB | 0.1/2.9 MB | 56/350 kB Progress (4): 81 kB | 136/168 kB | 0.1/2.9 MB | 56/350 kB Progress (4): 81 kB | 136/168 kB | 0.1/2.9 MB | 60/350 kB Progress (4): 81 kB | 140/168 kB | 0.1/2.9 MB | 60/350 kB Progress (4): 81 kB | 140/168 kB | 0.1/2.9 MB | 60/350 kB Progress (4): 81 kB | 144/168 kB | 0.1/2.9 MB | 60/350 kB Progress (4): 81 kB | 144/168 kB | 0.1/2.9 MB | 64/350 kB Progress (4): 81 kB | 148/168 kB | 0.1/2.9 MB | 64/350 kB Progress (4): 81 kB | 148/168 kB | 0.1/2.9 MB | 64/350 kB Progress (4): 81 kB | 152/168 kB | 0.1/2.9 MB | 64/350 kB Progress (4): 81 kB | 152/168 kB | 0.1/2.9 MB | 64/350 kB Progress (4): 81 kB | 152/168 kB | 0.1/2.9 MB | 68/350 kB Progress (4): 81 kB | 152/168 kB | 0.1/2.9 MB | 68/350 kB Progress (4): 81 kB | 156/168 kB | 0.1/2.9 MB | 68/350 kB Progress (4): 81 kB | 156/168 kB | 0.1/2.9 MB | 68/350 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 1.8 MB/s) Progress (3): 156/168 kB | 0.1/2.9 MB | 72/350 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar Progress (3): 156/168 kB | 0.1/2.9 MB | 72/350 kB Progress (3): 160/168 kB | 0.1/2.9 MB | 72/350 kB Progress (3): 160/168 kB | 0.1/2.9 MB | 72/350 kB Progress (3): 164/168 kB | 0.1/2.9 MB | 72/350 kB Progress (3): 168/168 kB | 0.1/2.9 MB | 72/350 kB Progress (3): 168 kB | 0.1/2.9 MB | 72/350 kB Progress (3): 168 kB | 0.1/2.9 MB | 76/350 kB Progress (3): 168 kB | 0.1/2.9 MB | 76/350 kB Progress (3): 168 kB | 0.1/2.9 MB | 80/350 kB Progress (3): 168 kB | 0.1/2.9 MB | 80/350 kB Progress (3): 168 kB | 0.1/2.9 MB | 84/350 kB Progress (3): 168 kB | 0.2/2.9 MB | 84/350 kB Progress (3): 168 kB | 0.2/2.9 MB | 88/350 kB Progress (3): 168 kB | 0.2/2.9 MB | 88/350 kB Progress (3): 168 kB | 0.2/2.9 MB | 92/350 kB Progress (3): 168 kB | 0.2/2.9 MB | 92/350 kB Progress (3): 168 kB | 0.2/2.9 MB | 96/350 kB Progress (3): 168 kB | 0.2/2.9 MB | 96/350 kB Progress (3): 168 kB | 0.2/2.9 MB | 100/350 kB Progress (3): 168 kB | 0.2/2.9 MB | 100/350 kB Progress (3): 168 kB | 0.2/2.9 MB | 104/350 kB Progress (3): 168 kB | 0.2/2.9 MB | 104/350 kB Progress (3): 168 kB | 0.2/2.9 MB | 108/350 kB Progress (4): 168 kB | 0.2/2.9 MB | 108/350 kB | 4.1/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 108/350 kB | 4.1/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 108/350 kB | 7.7/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 108/350 kB | 7.7/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 108/350 kB | 12/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 112/350 kB | 12/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 112/350 kB | 16/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 112/350 kB | 16/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 116/350 kB | 16/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 116/350 kB | 16/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 120/350 kB | 16/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 120/350 kB | 20/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 124/350 kB | 20/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 124/350 kB | 20/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 128/350 kB | 20/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 128/350 kB | 20/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 128/350 kB | 24/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 128/350 kB | 24/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 132/350 kB | 24/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 132/350 kB | 24/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 132/350 kB | 28/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 132/350 kB | 28/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 136/350 kB | 28/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 136/350 kB | 28/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 140/350 kB | 28/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 140/350 kB | 32/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 144/350 kB | 32/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 144/350 kB | 32/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 148/350 kB | 32/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 148/350 kB | 32/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 148/350 kB | 33/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 148/350 kB | 33/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 152/350 kB | 33/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 152/350 kB | 33/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 156/350 kB | 33/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 156/350 kB | 37/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 160/350 kB | 37/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 160/350 kB | 37/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 164/350 kB | 37/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 164/350 kB | 37/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 164/350 kB | 37/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 164/350 kB | 37/232 kB Progress (4): 168 kB | 0.2/2.9 MB | 164/350 kB | 37/232 kB Progress (4): 168 kB | 0.3/2.9 MB | 164/350 kB | 37/232 kB Progress (4): 168 kB | 0.3/2.9 MB | 164/350 kB | 37/232 kB Progress (4): 168 kB | 0.3/2.9 MB | 164/350 kB | 37/232 kB Progress (4): 168 kB | 0.3/2.9 MB | 164/350 kB | 37/232 kB Progress (4): 168 kB | 0.3/2.9 MB | 164/350 kB | 41/232 kB Progress (4): 168 kB | 0.3/2.9 MB | 164/350 kB | 41/232 kB Progress (4): 168 kB | 0.3/2.9 MB | 164/350 kB | 45/232 kB Progress (4): 168 kB | 0.3/2.9 MB | 168/350 kB | 45/232 kB Progress (4): 168 kB | 0.3/2.9 MB | 168/350 kB | 49/232 kB Progress (4): 168 kB | 0.3/2.9 MB | 168/350 kB | 49/232 kB Progress (4): 168 kB | 0.3/2.9 MB | 168/350 kB | 53/232 kB Progress (4): 168 kB | 0.3/2.9 MB | 172/350 kB | 53/232 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 3.2 MB/s) Progress (3): 0.3/2.9 MB | 176/350 kB | 53/232 kB Progress (3): 0.3/2.9 MB | 176/350 kB | 57/232 kB Progress (3): 0.3/2.9 MB | 176/350 kB | 57/232 kB Progress (3): 0.3/2.9 MB | 180/350 kB | 57/232 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar Progress (3): 0.3/2.9 MB | 184/350 kB | 57/232 kB Progress (3): 0.3/2.9 MB | 184/350 kB | 57/232 kB Progress (3): 0.3/2.9 MB | 188/350 kB | 57/232 kB Progress (3): 0.3/2.9 MB | 188/350 kB | 61/232 kB Progress (3): 0.3/2.9 MB | 188/350 kB | 65/232 kB Progress (3): 0.3/2.9 MB | 192/350 kB | 65/232 kB Progress (3): 0.3/2.9 MB | 192/350 kB | 69/232 kB Progress (3): 0.3/2.9 MB | 192/350 kB | 69/232 kB Progress (3): 0.3/2.9 MB | 192/350 kB | 73/232 kB Progress (3): 0.3/2.9 MB | 196/350 kB | 73/232 kB Progress (3): 0.3/2.9 MB | 196/350 kB | 77/232 kB Progress (3): 0.3/2.9 MB | 200/350 kB | 77/232 kB Progress (3): 0.3/2.9 MB | 200/350 kB | 77/232 kB Progress (3): 0.3/2.9 MB | 204/350 kB | 77/232 kB Progress (3): 0.3/2.9 MB | 204/350 kB | 81/232 kB Progress (3): 0.3/2.9 MB | 208/350 kB | 81/232 kB Progress (3): 0.3/2.9 MB | 208/350 kB | 81/232 kB Progress (3): 0.3/2.9 MB | 212/350 kB | 81/232 kB Progress (3): 0.3/2.9 MB | 212/350 kB | 85/232 kB Progress (3): 0.3/2.9 MB | 216/350 kB | 85/232 kB Progress (4): 0.3/2.9 MB | 216/350 kB | 85/232 kB | 4.1/68 kB Progress (4): 0.3/2.9 MB | 216/350 kB | 85/232 kB | 4.1/68 kB Progress (4): 0.3/2.9 MB | 216/350 kB | 85/232 kB | 7.7/68 kB Progress (4): 0.3/2.9 MB | 216/350 kB | 85/232 kB | 7.7/68 kB Progress (4): 0.3/2.9 MB | 220/350 kB | 85/232 kB | 7.7/68 kB Progress (4): 0.3/2.9 MB | 220/350 kB | 89/232 kB | 7.7/68 kB Progress (4): 0.3/2.9 MB | 224/350 kB | 89/232 kB | 7.7/68 kB Progress (4): 0.3/2.9 MB | 224/350 kB | 93/232 kB | 7.7/68 kB Progress (4): 0.3/2.9 MB | 224/350 kB | 97/232 kB | 7.7/68 kB Progress (4): 0.3/2.9 MB | 224/350 kB | 101/232 kB | 7.7/68 kB Progress (4): 0.3/2.9 MB | 224/350 kB | 105/232 kB | 7.7/68 kB Progress (4): 0.3/2.9 MB | 224/350 kB | 109/232 kB | 7.7/68 kB Progress (4): 0.3/2.9 MB | 224/350 kB | 113/232 kB | 7.7/68 kB Progress (4): 0.3/2.9 MB | 224/350 kB | 117/232 kB | 7.7/68 kB Progress (4): 0.3/2.9 MB | 224/350 kB | 117/232 kB | 7.7/68 kB Progress (4): 0.3/2.9 MB | 224/350 kB | 117/232 kB | 12/68 kB Progress (4): 0.3/2.9 MB | 224/350 kB | 117/232 kB | 12/68 kB Progress (4): 0.3/2.9 MB | 224/350 kB | 121/232 kB | 12/68 kB Progress (4): 0.3/2.9 MB | 228/350 kB | 121/232 kB | 12/68 kB Progress (4): 0.3/2.9 MB | 228/350 kB | 125/232 kB | 12/68 kB Progress (4): 0.3/2.9 MB | 228/350 kB | 125/232 kB | 12/68 kB Progress (4): 0.3/2.9 MB | 228/350 kB | 125/232 kB | 16/68 kB Progress (4): 0.3/2.9 MB | 228/350 kB | 125/232 kB | 16/68 kB Progress (4): 0.3/2.9 MB | 228/350 kB | 125/232 kB | 20/68 kB Progress (4): 0.3/2.9 MB | 228/350 kB | 129/232 kB | 20/68 kB Progress (4): 0.3/2.9 MB | 232/350 kB | 129/232 kB | 20/68 kB Progress (4): 0.3/2.9 MB | 232/350 kB | 133/232 kB | 20/68 kB Progress (4): 0.3/2.9 MB | 232/350 kB | 133/232 kB | 24/68 kB Progress (4): 0.3/2.9 MB | 232/350 kB | 133/232 kB | 24/68 kB Progress (4): 0.3/2.9 MB | 232/350 kB | 133/232 kB | 28/68 kB Progress (4): 0.3/2.9 MB | 232/350 kB | 137/232 kB | 28/68 kB Progress (4): 0.3/2.9 MB | 236/350 kB | 137/232 kB | 28/68 kB Progress (4): 0.3/2.9 MB | 236/350 kB | 141/232 kB | 28/68 kB Progress (4): 0.3/2.9 MB | 236/350 kB | 141/232 kB | 32/68 kB Progress (4): 0.3/2.9 MB | 236/350 kB | 141/232 kB | 32/68 kB Progress (4): 0.3/2.9 MB | 236/350 kB | 141/232 kB | 33/68 kB Progress (4): 0.3/2.9 MB | 236/350 kB | 145/232 kB | 33/68 kB Progress (4): 0.3/2.9 MB | 240/350 kB | 145/232 kB | 33/68 kB Progress (4): 0.3/2.9 MB | 240/350 kB | 145/232 kB | 37/68 kB Progress (4): 0.3/2.9 MB | 244/350 kB | 145/232 kB | 37/68 kB Progress (4): 0.3/2.9 MB | 244/350 kB | 145/232 kB | 37/68 kB Progress (4): 0.3/2.9 MB | 248/350 kB | 145/232 kB | 37/68 kB Progress (4): 0.3/2.9 MB | 248/350 kB | 145/232 kB | 41/68 kB Progress (4): 0.3/2.9 MB | 252/350 kB | 145/232 kB | 41/68 kB Progress (4): 0.3/2.9 MB | 252/350 kB | 145/232 kB | 45/68 kB Progress (4): 0.3/2.9 MB | 252/350 kB | 149/232 kB | 45/68 kB Progress (4): 0.3/2.9 MB | 252/350 kB | 149/232 kB | 49/68 kB Progress (4): 0.3/2.9 MB | 256/350 kB | 149/232 kB | 49/68 kB Progress (4): 0.3/2.9 MB | 256/350 kB | 149/232 kB | 49/68 kB Progress (4): 0.3/2.9 MB | 260/350 kB | 149/232 kB | 49/68 kB Progress (4): 0.3/2.9 MB | 260/350 kB | 149/232 kB | 53/68 kB Progress (4): 0.3/2.9 MB | 260/350 kB | 153/232 kB | 53/68 kB Progress (4): 0.3/2.9 MB | 260/350 kB | 153/232 kB | 57/68 kB Progress (4): 0.3/2.9 MB | 260/350 kB | 157/232 kB | 57/68 kB Progress (4): 0.3/2.9 MB | 264/350 kB | 157/232 kB | 57/68 kB Progress (4): 0.3/2.9 MB | 264/350 kB | 157/232 kB | 57/68 kB Progress (4): 0.3/2.9 MB | 268/350 kB | 157/232 kB | 57/68 kB Progress (4): 0.3/2.9 MB | 268/350 kB | 161/232 kB | 57/68 kB Progress (4): 0.3/2.9 MB | 268/350 kB | 161/232 kB | 61/68 kB Progress (4): 0.3/2.9 MB | 272/350 kB | 161/232 kB | 61/68 kB Progress (4): 0.3/2.9 MB | 272/350 kB | 161/232 kB | 61/68 kB Progress (4): 0.3/2.9 MB | 276/350 kB | 161/232 kB | 61/68 kB Progress (4): 0.3/2.9 MB | 276/350 kB | 161/232 kB | 65/68 kB Progress (4): 0.3/2.9 MB | 276/350 kB | 165/232 kB | 65/68 kB Progress (4): 0.3/2.9 MB | 276/350 kB | 165/232 kB | 68 kB Progress (4): 0.3/2.9 MB | 280/350 kB | 165/232 kB | 68 kB Progress (4): 0.3/2.9 MB | 280/350 kB | 165/232 kB | 68 kB Progress (4): 0.3/2.9 MB | 284/350 kB | 165/232 kB | 68 kB Progress (4): 0.3/2.9 MB | 284/350 kB | 165/232 kB | 68 kB Progress (4): 0.3/2.9 MB | 284/350 kB | 169/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 284/350 kB | 169/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 284/350 kB | 173/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 288/350 kB | 173/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 288/350 kB | 177/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 288/350 kB | 177/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 288/350 kB | 181/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 288/350 kB | 181/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 292/350 kB | 181/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 292/350 kB | 181/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 292/350 kB | 185/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 292/350 kB | 185/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 296/350 kB | 185/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 296/350 kB | 185/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 300/350 kB | 185/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 300/350 kB | 189/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 304/350 kB | 189/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 304/350 kB | 189/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 308/350 kB | 189/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 308/350 kB | 193/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 312/350 kB | 193/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 312/350 kB | 193/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 316/350 kB | 193/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 316/350 kB | 197/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 320/350 kB | 197/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 320/350 kB | 201/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 320/350 kB | 201/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 320/350 kB | 205/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 324/350 kB | 205/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 324/350 kB | 205/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 328/350 kB | 205/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 328/350 kB | 209/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 332/350 kB | 209/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 336/350 kB | 209/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 336/350 kB | 209/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 340/350 kB | 209/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 340/350 kB | 213/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 344/350 kB | 213/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 344/350 kB | 213/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 348/350 kB | 213/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 348/350 kB | 217/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 217/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 217/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 221/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 221/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 225/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 225/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 229/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 229/232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 232 kB | 68 kB Progress (4): 0.4/2.9 MB | 350 kB | 232 kB | 68 kB Progress (4): 0.5/2.9 MB | 350 kB | 232 kB | 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 994 kB/s) Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Progress (3): 0.5/2.9 MB | 350 kB | 232 kB Progress (4): 0.5/2.9 MB | 350 kB | 232 kB | 4.1/614 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 2.7 MB/s) Progress (4): 0.5/2.9 MB | 232 kB | 4.1/614 kB | 4.1/45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar Progress (4): 0.5/2.9 MB | 232 kB | 7.7/614 kB | 4.1/45 kB Progress (4): 0.5/2.9 MB | 232 kB | 7.7/614 kB | 4.1/45 kB Progress (4): 0.5/2.9 MB | 232 kB | 12/614 kB | 4.1/45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar (232 kB at 1.7 MB/s) Progress (3): 0.5/2.9 MB | 12/614 kB | 7.7/45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar Progress (3): 0.5/2.9 MB | 16/614 kB | 7.7/45 kB Progress (3): 0.5/2.9 MB | 16/614 kB | 7.7/45 kB Progress (3): 0.5/2.9 MB | 20/614 kB | 7.7/45 kB Progress (3): 0.5/2.9 MB | 20/614 kB | 12/45 kB Progress (3): 0.5/2.9 MB | 24/614 kB | 12/45 kB Progress (3): 0.5/2.9 MB | 24/614 kB | 12/45 kB Progress (3): 0.5/2.9 MB | 28/614 kB | 12/45 kB Progress (3): 0.5/2.9 MB | 28/614 kB | 16/45 kB Progress (3): 0.5/2.9 MB | 28/614 kB | 16/45 kB Progress (3): 0.5/2.9 MB | 32/614 kB | 16/45 kB Progress (3): 0.5/2.9 MB | 32/614 kB | 16/45 kB Progress (3): 0.5/2.9 MB | 32/614 kB | 20/45 kB Progress (3): 0.5/2.9 MB | 33/614 kB | 20/45 kB Progress (3): 0.5/2.9 MB | 33/614 kB | 24/45 kB Progress (3): 0.5/2.9 MB | 33/614 kB | 24/45 kB Progress (3): 0.5/2.9 MB | 33/614 kB | 28/45 kB Progress (3): 0.5/2.9 MB | 37/614 kB | 28/45 kB Progress (3): 0.5/2.9 MB | 37/614 kB | 32/45 kB Progress (3): 0.5/2.9 MB | 37/614 kB | 32/45 kB Progress (3): 0.5/2.9 MB | 37/614 kB | 36/45 kB Progress (3): 0.5/2.9 MB | 41/614 kB | 36/45 kB Progress (3): 0.5/2.9 MB | 41/614 kB | 36/45 kB Progress (3): 0.5/2.9 MB | 41/614 kB | 40/45 kB Progress (3): 0.5/2.9 MB | 41/614 kB | 40/45 kB Progress (3): 0.5/2.9 MB | 45/614 kB | 40/45 kB Progress (3): 0.5/2.9 MB | 45/614 kB | 44/45 kB Progress (3): 0.5/2.9 MB | 49/614 kB | 44/45 kB Progress (3): 0.5/2.9 MB | 49/614 kB | 44/45 kB Progress (3): 0.5/2.9 MB | 53/614 kB | 44/45 kB Progress (3): 0.5/2.9 MB | 53/614 kB | 45 kB Progress (3): 0.5/2.9 MB | 57/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 57/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 61/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 65/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 65/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 66/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 66/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 70/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 74/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 74/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 78/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 78/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 82/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 82/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 86/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 86/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 90/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 90/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 94/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 94/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 98/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 98/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 98/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 102/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 102/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 106/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 106/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 110/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 110/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 114/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 114/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 118/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 118/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 122/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 122/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 126/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 126/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 130/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 130/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 131/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 131/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 135/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 139/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 139/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 143/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 143/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 147/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 147/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 151/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 151/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 155/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 155/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 159/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 159/614 kB | 45 kB Progress (3): 0.6/2.9 MB | 163/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 163/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 164/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 164/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 168/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 172/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 172/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 176/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 176/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 180/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 180/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 184/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 184/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 188/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 188/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 192/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 192/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 196/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 197/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 197/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 201/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 201/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 205/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 205/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 209/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 209/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 213/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 213/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 217/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 217/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 221/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 221/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 225/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 225/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 229/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 229/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 229/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 233/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 233/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 237/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 237/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 241/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 241/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 245/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 245/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 249/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 249/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 253/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 253/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 257/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 257/614 kB | 45 kB Progress (3): 0.7/2.9 MB | 261/614 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar (45 kB at 307 kB/s) Progress (2): 0.7/2.9 MB | 262/614 kB Progress (2): 0.7/2.9 MB | 262/614 kB Progress (2): 0.7/2.9 MB | 266/614 kB 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 Progress (2): 0.7/2.9 MB | 270/614 kB Progress (2): 0.8/2.9 MB | 270/614 kB Progress (2): 0.8/2.9 MB | 274/614 kB Progress (2): 0.8/2.9 MB | 278/614 kB Progress (2): 0.8/2.9 MB | 278/614 kB Progress (2): 0.8/2.9 MB | 282/614 kB Progress (2): 0.8/2.9 MB | 282/614 kB Progress (2): 0.8/2.9 MB | 286/614 kB Progress (3): 0.8/2.9 MB | 286/614 kB | 4.1/27 kB Progress (3): 0.8/2.9 MB | 290/614 kB | 4.1/27 kB Progress (3): 0.8/2.9 MB | 290/614 kB | 7.7/27 kB Progress (3): 0.8/2.9 MB | 290/614 kB | 7.7/27 kB Progress (3): 0.8/2.9 MB | 294/614 kB | 7.7/27 kB Progress (3): 0.8/2.9 MB | 294/614 kB | 7.7/27 kB Progress (3): 0.8/2.9 MB | 294/614 kB | 12/27 kB Progress (3): 0.8/2.9 MB | 294/614 kB | 12/27 kB Progress (3): 0.8/2.9 MB | 295/614 kB | 12/27 kB Progress (3): 0.8/2.9 MB | 295/614 kB | 12/27 kB Progress (3): 0.8/2.9 MB | 295/614 kB | 16/27 kB Progress (3): 0.8/2.9 MB | 295/614 kB | 16/27 kB Progress (3): 0.8/2.9 MB | 299/614 kB | 16/27 kB Progress (3): 0.8/2.9 MB | 299/614 kB | 20/27 kB Progress (3): 0.8/2.9 MB | 299/614 kB | 20/27 kB Progress (3): 0.8/2.9 MB | 299/614 kB | 24/27 kB Progress (3): 0.8/2.9 MB | 303/614 kB | 24/27 kB Progress (3): 0.8/2.9 MB | 303/614 kB | 24/27 kB Progress (3): 0.8/2.9 MB | 303/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 303/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 307/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 307/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 311/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 311/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 315/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 315/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 319/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 319/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 323/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 323/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 327/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 327/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 328/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 328/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 332/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 332/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 336/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 336/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 340/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 340/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 344/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 344/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 348/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 348/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 352/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 352/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 356/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 356/614 kB | 27 kB Progress (3): 0.8/2.9 MB | 360/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 360/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 360/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 360/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 365/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 365/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 368/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 368/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 373/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 373/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 376/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 376/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 381/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 381/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 384/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 384/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 389/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 389/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 392/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 392/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 393/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 393/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 397/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 397/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 401/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 401/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 405/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 405/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 409/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 409/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 413/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 413/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 417/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 417/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 421/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 421/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 425/614 kB | 27 kB Progress (3): 0.9/2.9 MB | 425/614 kB | 27 kB Progress (4): 0.9/2.9 MB | 425/614 kB | 27 kB | 4.1/55 kB Progress (4): 0.9/2.9 MB | 425/614 kB | 27 kB | 4.1/55 kB Progress (5): 0.9/2.9 MB | 425/614 kB | 27 kB | 4.1/55 kB | 4.1/167 kB Progress (5): 0.9/2.9 MB | 425/614 kB | 27 kB | 4.1/55 kB | 7.7/167 kB Progress (5): 0.9/2.9 MB | 425/614 kB | 27 kB | 4.1/55 kB | 12/167 kB Progress (5): 0.9/2.9 MB | 425/614 kB | 27 kB | 4.1/55 kB | 16/167 kB Progress (5): 0.9/2.9 MB | 425/614 kB | 27 kB | 4.1/55 kB | 20/167 kB Progress (5): 0.9/2.9 MB | 425/614 kB | 27 kB | 4.1/55 kB | 24/167 kB Progress (5): 0.9/2.9 MB | 426/614 kB | 27 kB | 4.1/55 kB | 24/167 kB Progress (5): 0.9/2.9 MB | 426/614 kB | 27 kB | 4.1/55 kB | 24/167 kB Progress (5): 0.9/2.9 MB | 426/614 kB | 27 kB | 7.7/55 kB | 24/167 kB Progress (5): 0.9/2.9 MB | 426/614 kB | 27 kB | 7.7/55 kB | 28/167 kB Progress (5): 0.9/2.9 MB | 426/614 kB | 27 kB | 7.7/55 kB | 28/167 kB Progress (5): 0.9/2.9 MB | 430/614 kB | 27 kB | 7.7/55 kB | 28/167 kB Progress (5): 0.9/2.9 MB | 430/614 kB | 27 kB | 7.7/55 kB | 28/167 kB Progress (5): 0.9/2.9 MB | 430/614 kB | 27 kB | 7.7/55 kB | 32/167 kB Progress (5): 0.9/2.9 MB | 430/614 kB | 27 kB | 12/55 kB | 32/167 kB Progress (5): 0.9/2.9 MB | 430/614 kB | 27 kB | 12/55 kB | 33/167 kB Progress (5): 0.9/2.9 MB | 430/614 kB | 27 kB | 12/55 kB | 33/167 kB Progress (5): 0.9/2.9 MB | 430/614 kB | 27 kB | 12/55 kB | 37/167 kB Progress (5): 0.9/2.9 MB | 430/614 kB | 27 kB | 12/55 kB | 37/167 kB Progress (5): 0.9/2.9 MB | 434/614 kB | 27 kB | 12/55 kB | 37/167 kB Progress (5): 1.0/2.9 MB | 434/614 kB | 27 kB | 12/55 kB | 37/167 kB Progress (5): 1.0/2.9 MB | 434/614 kB | 27 kB | 12/55 kB | 41/167 kB Progress (5): 1.0/2.9 MB | 434/614 kB | 27 kB | 16/55 kB | 41/167 kB Progress (5): 1.0/2.9 MB | 434/614 kB | 27 kB | 16/55 kB | 45/167 kB Progress (5): 1.0/2.9 MB | 434/614 kB | 27 kB | 16/55 kB | 45/167 kB Progress (5): 1.0/2.9 MB | 438/614 kB | 27 kB | 16/55 kB | 45/167 kB Progress (5): 1.0/2.9 MB | 438/614 kB | 27 kB | 16/55 kB | 45/167 kB Progress (5): 1.0/2.9 MB | 438/614 kB | 27 kB | 16/55 kB | 49/167 kB Progress (5): 1.0/2.9 MB | 438/614 kB | 27 kB | 20/55 kB | 49/167 kB Progress (5): 1.0/2.9 MB | 438/614 kB | 27 kB | 20/55 kB | 53/167 kB Progress (5): 1.0/2.9 MB | 438/614 kB | 27 kB | 20/55 kB | 53/167 kB Progress (5): 1.0/2.9 MB | 442/614 kB | 27 kB | 20/55 kB | 53/167 kB Progress (5): 1.0/2.9 MB | 442/614 kB | 27 kB | 20/55 kB | 53/167 kB Progress (5): 1.0/2.9 MB | 442/614 kB | 27 kB | 20/55 kB | 57/167 kB Progress (5): 1.0/2.9 MB | 442/614 kB | 27 kB | 24/55 kB | 57/167 kB Progress (5): 1.0/2.9 MB | 442/614 kB | 27 kB | 24/55 kB | 61/167 kB Progress (5): 1.0/2.9 MB | 442/614 kB | 27 kB | 28/55 kB | 61/167 kB Progress (5): 1.0/2.9 MB | 442/614 kB | 27 kB | 28/55 kB | 61/167 kB Progress (5): 1.0/2.9 MB | 446/614 kB | 27 kB | 28/55 kB | 61/167 kB Progress (5): 1.0/2.9 MB | 446/614 kB | 27 kB | 28/55 kB | 61/167 kB Progress (5): 1.0/2.9 MB | 446/614 kB | 27 kB | 32/55 kB | 61/167 kB Progress (5): 1.0/2.9 MB | 446/614 kB | 27 kB | 32/55 kB | 65/167 kB Progress (5): 1.0/2.9 MB | 446/614 kB | 27 kB | 36/55 kB | 65/167 kB Progress (5): 1.0/2.9 MB | 446/614 kB | 27 kB | 36/55 kB | 65/167 kB Progress (5): 1.0/2.9 MB | 450/614 kB | 27 kB | 36/55 kB | 65/167 kB Progress (5): 1.0/2.9 MB | 450/614 kB | 27 kB | 36/55 kB | 65/167 kB Progress (5): 1.0/2.9 MB | 450/614 kB | 27 kB | 40/55 kB | 65/167 kB Progress (5): 1.0/2.9 MB | 450/614 kB | 27 kB | 40/55 kB | 66/167 kB Progress (5): 1.0/2.9 MB | 450/614 kB | 27 kB | 44/55 kB | 66/167 kB Progress (5): 1.0/2.9 MB | 450/614 kB | 27 kB | 44/55 kB | 66/167 kB Progress (5): 1.0/2.9 MB | 454/614 kB | 27 kB | 44/55 kB | 66/167 kB Progress (5): 1.0/2.9 MB | 454/614 kB | 27 kB | 44/55 kB | 66/167 kB Progress (5): 1.0/2.9 MB | 454/614 kB | 27 kB | 48/55 kB | 66/167 kB Progress (5): 1.0/2.9 MB | 454/614 kB | 27 kB | 48/55 kB | 70/167 kB Progress (5): 1.0/2.9 MB | 454/614 kB | 27 kB | 52/55 kB | 70/167 kB Progress (5): 1.0/2.9 MB | 454/614 kB | 27 kB | 52/55 kB | 70/167 kB Progress (5): 1.0/2.9 MB | 458/614 kB | 27 kB | 52/55 kB | 70/167 kB Progress (5): 1.0/2.9 MB | 458/614 kB | 27 kB | 52/55 kB | 70/167 kB Progress (5): 1.0/2.9 MB | 458/614 kB | 27 kB | 55 kB | 70/167 kB Progress (5): 1.0/2.9 MB | 458/614 kB | 27 kB | 55 kB | 74/167 kB Progress (5): 1.0/2.9 MB | 458/614 kB | 27 kB | 55 kB | 74/167 kB Progress (5): 1.0/2.9 MB | 459/614 kB | 27 kB | 55 kB | 74/167 kB Progress (5): 1.0/2.9 MB | 459/614 kB | 27 kB | 55 kB | 74/167 kB Progress (5): 1.0/2.9 MB | 459/614 kB | 27 kB | 55 kB | 78/167 kB Progress (5): 1.0/2.9 MB | 459/614 kB | 27 kB | 55 kB | 78/167 kB Progress (5): 1.0/2.9 MB | 463/614 kB | 27 kB | 55 kB | 78/167 kB Progress (5): 1.0/2.9 MB | 463/614 kB | 27 kB | 55 kB | 78/167 kB Progress (5): 1.0/2.9 MB | 463/614 kB | 27 kB | 55 kB | 82/167 kB Progress (5): 1.0/2.9 MB | 463/614 kB | 27 kB | 55 kB | 82/167 kB Progress (5): 1.0/2.9 MB | 463/614 kB | 27 kB | 55 kB | 86/167 kB Progress (5): 1.0/2.9 MB | 467/614 kB | 27 kB | 55 kB | 86/167 kB Progress (5): 1.0/2.9 MB | 467/614 kB | 27 kB | 55 kB | 90/167 kB Progress (5): 1.0/2.9 MB | 467/614 kB | 27 kB | 55 kB | 90/167 kB Progress (5): 1.0/2.9 MB | 467/614 kB | 27 kB | 55 kB | 94/167 kB Progress (5): 1.0/2.9 MB | 467/614 kB | 27 kB | 55 kB | 94/167 kB Progress (5): 1.0/2.9 MB | 471/614 kB | 27 kB | 55 kB | 94/167 kB Progress (5): 1.0/2.9 MB | 471/614 kB | 27 kB | 55 kB | 94/167 kB Progress (5): 1.0/2.9 MB | 471/614 kB | 27 kB | 55 kB | 98/167 kB Progress (5): 1.0/2.9 MB | 471/614 kB | 27 kB | 55 kB | 98/167 kB Progress (5): 1.0/2.9 MB | 475/614 kB | 27 kB | 55 kB | 98/167 kB Progress (5): 1.0/2.9 MB | 475/614 kB | 27 kB | 55 kB | 98/167 kB Progress (5): 1.0/2.9 MB | 475/614 kB | 27 kB | 55 kB | 98/167 kB Progress (5): 1.0/2.9 MB | 475/614 kB | 27 kB | 55 kB | 98/167 kB Progress (5): 1.0/2.9 MB | 479/614 kB | 27 kB | 55 kB | 98/167 kB Progress (5): 1.0/2.9 MB | 479/614 kB | 27 kB | 55 kB | 98/167 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar (27 kB at 169 kB/s) Progress (4): 1.0/2.9 MB | 479/614 kB | 55 kB | 102/167 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar Progress (4): 1.1/2.9 MB | 479/614 kB | 55 kB | 102/167 kB Progress (4): 1.1/2.9 MB | 483/614 kB | 55 kB | 102/167 kB Progress (4): 1.1/2.9 MB | 483/614 kB | 55 kB | 102/167 kB Progress (4): 1.1/2.9 MB | 487/614 kB | 55 kB | 102/167 kB Progress (4): 1.1/2.9 MB | 487/614 kB | 55 kB | 106/167 kB Progress (4): 1.1/2.9 MB | 491/614 kB | 55 kB | 106/167 kB Progress (4): 1.1/2.9 MB | 491/614 kB | 55 kB | 110/167 kB Progress (4): 1.1/2.9 MB | 491/614 kB | 55 kB | 110/167 kB Progress (4): 1.1/2.9 MB | 491/614 kB | 55 kB | 114/167 kB Progress (4): 1.1/2.9 MB | 492/614 kB | 55 kB | 114/167 kB Progress (4): 1.1/2.9 MB | 492/614 kB | 55 kB | 118/167 kB Progress (4): 1.1/2.9 MB | 492/614 kB | 55 kB | 118/167 kB Progress (4): 1.1/2.9 MB | 492/614 kB | 55 kB | 122/167 kB Progress (4): 1.1/2.9 MB | 496/614 kB | 55 kB | 122/167 kB Progress (4): 1.1/2.9 MB | 496/614 kB | 55 kB | 122/167 kB Progress (4): 1.1/2.9 MB | 500/614 kB | 55 kB | 122/167 kB Progress (4): 1.1/2.9 MB | 500/614 kB | 55 kB | 126/167 kB Progress (4): 1.1/2.9 MB | 504/614 kB | 55 kB | 126/167 kB Progress (4): 1.1/2.9 MB | 504/614 kB | 55 kB | 126/167 kB Progress (4): 1.1/2.9 MB | 508/614 kB | 55 kB | 126/167 kB Progress (4): 1.1/2.9 MB | 508/614 kB | 55 kB | 126/167 kB Progress (4): 1.1/2.9 MB | 508/614 kB | 55 kB | 130/167 kB Progress (4): 1.1/2.9 MB | 508/614 kB | 55 kB | 130/167 kB Progress (4): 1.1/2.9 MB | 512/614 kB | 55 kB | 130/167 kB Progress (4): 1.1/2.9 MB | 512/614 kB | 55 kB | 130/167 kB Progress (4): 1.1/2.9 MB | 512/614 kB | 55 kB | 131/167 kB Progress (4): 1.1/2.9 MB | 512/614 kB | 55 kB | 131/167 kB Progress (4): 1.1/2.9 MB | 516/614 kB | 55 kB | 131/167 kB Progress (4): 1.1/2.9 MB | 516/614 kB | 55 kB | 131/167 kB Progress (4): 1.1/2.9 MB | 516/614 kB | 55 kB | 135/167 kB Progress (4): 1.1/2.9 MB | 516/614 kB | 55 kB | 139/167 kB Progress (4): 1.1/2.9 MB | 516/614 kB | 55 kB | 143/167 kB Progress (4): 1.1/2.9 MB | 516/614 kB | 55 kB | 147/167 kB Progress (4): 1.1/2.9 MB | 516/614 kB | 55 kB | 147/167 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar (55 kB at 238 kB/s) Progress (3): 1.1/2.9 MB | 520/614 kB | 147/167 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar Progress (4): 1.1/2.9 MB | 520/614 kB | 147/167 kB | 4.1/53 kB Progress (4): 1.1/2.9 MB | 520/614 kB | 147/167 kB | 4.1/53 kB Progress (4): 1.1/2.9 MB | 520/614 kB | 147/167 kB | 4.1/53 kB Progress (4): 1.1/2.9 MB | 520/614 kB | 151/167 kB | 4.1/53 kB Progress (4): 1.1/2.9 MB | 520/614 kB | 151/167 kB | 4.1/53 kB Progress (4): 1.1/2.9 MB | 520/614 kB | 151/167 kB | 7.7/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 151/167 kB | 7.7/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 151/167 kB | 12/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 151/167 kB | 12/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 155/167 kB | 12/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 155/167 kB | 12/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 159/167 kB | 12/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 159/167 kB | 16/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 159/167 kB | 16/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 159/167 kB | 20/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 163/167 kB | 20/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 163/167 kB | 20/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 167 kB | 20/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 167 kB | 20/53 kB Progress (4): 1.1/2.9 MB | 524/614 kB | 167 kB | 24/53 kB Progress (4): 1.1/2.9 MB | 528/614 kB | 167 kB | 24/53 kB Progress (4): 1.1/2.9 MB | 528/614 kB | 167 kB | 28/53 kB Progress (4): 1.1/2.9 MB | 532/614 kB | 167 kB | 28/53 kB Progress (4): 1.1/2.9 MB | 532/614 kB | 167 kB | 28/53 kB Progress (4): 1.1/2.9 MB | 536/614 kB | 167 kB | 28/53 kB Progress (4): 1.1/2.9 MB | 536/614 kB | 167 kB | 32/53 kB Progress (4): 1.1/2.9 MB | 540/614 kB | 167 kB | 32/53 kB Progress (4): 1.1/2.9 MB | 540/614 kB | 167 kB | 32/53 kB Progress (4): 1.1/2.9 MB | 544/614 kB | 167 kB | 32/53 kB Progress (4): 1.1/2.9 MB | 544/614 kB | 167 kB | 36/53 kB Progress (4): 1.1/2.9 MB | 548/614 kB | 167 kB | 36/53 kB Progress (4): 1.1/2.9 MB | 548/614 kB | 167 kB | 36/53 kB Progress (4): 1.1/2.9 MB | 552/614 kB | 167 kB | 36/53 kB Progress (4): 1.1/2.9 MB | 552/614 kB | 167 kB | 40/53 kB Progress (4): 1.1/2.9 MB | 556/614 kB | 167 kB | 40/53 kB Progress (4): 1.1/2.9 MB | 556/614 kB | 167 kB | 40/53 kB Progress (4): 1.1/2.9 MB | 560/614 kB | 167 kB | 40/53 kB Progress (4): 1.1/2.9 MB | 560/614 kB | 167 kB | 44/53 kB Progress (4): 1.1/2.9 MB | 564/614 kB | 167 kB | 44/53 kB Progress (4): 1.1/2.9 MB | 564/614 kB | 167 kB | 44/53 kB Progress (4): 1.1/2.9 MB | 568/614 kB | 167 kB | 44/53 kB Progress (4): 1.1/2.9 MB | 568/614 kB | 167 kB | 44/53 kB Progress (4): 1.1/2.9 MB | 568/614 kB | 167 kB | 48/53 kB Progress (4): 1.2/2.9 MB | 568/614 kB | 167 kB | 48/53 kB Progress (4): 1.2/2.9 MB | 572/614 kB | 167 kB | 48/53 kB Progress (4): 1.2/2.9 MB | 572/614 kB | 167 kB | 52/53 kB Progress (4): 1.2/2.9 MB | 576/614 kB | 167 kB | 52/53 kB Progress (4): 1.2/2.9 MB | 576/614 kB | 167 kB | 52/53 kB Progress (4): 1.2/2.9 MB | 580/614 kB | 167 kB | 52/53 kB Progress (4): 1.2/2.9 MB | 580/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 584/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 584/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 588/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 588/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 592/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 592/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 596/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 596/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 600/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 600/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 604/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 604/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 608/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 608/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 612/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 612/614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.2/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.3/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.4/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.4/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.4/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.4/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.4/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.4/2.9 MB | 614 kB | 167 kB | 53 kB Progress (4): 1.4/2.9 MB | 614 kB | 167 kB | 53 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 680 kB/s) Progress (3): 1.4/2.9 MB | 614 kB | 53 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar Progress (3): 1.4/2.9 MB | 614 kB | 53 kB Progress (3): 1.4/2.9 MB | 614 kB | 53 kB Progress (3): 1.4/2.9 MB | 614 kB | 53 kB Progress (3): 1.4/2.9 MB | 614 kB | 53 kB Progress (3): 1.4/2.9 MB | 614 kB | 53 kB Progress (3): 1.4/2.9 MB | 614 kB | 53 kB Progress (3): 1.4/2.9 MB | 614 kB | 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 213 kB/s) Progress (2): 1.4/2.9 MB | 614 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Progress (2): 1.4/2.9 MB | 614 kB Progress (2): 1.4/2.9 MB | 614 kB Progress (2): 1.4/2.9 MB | 614 kB Progress (2): 1.4/2.9 MB | 614 kB Progress (2): 1.4/2.9 MB | 614 kB Progress (2): 1.4/2.9 MB | 614 kB Progress (2): 1.4/2.9 MB | 614 kB Progress (2): 1.4/2.9 MB | 614 kB Progress (2): 1.4/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Progress (2): 1.5/2.9 MB | 614 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 2.4 MB/s) Progress (1): 1.5/2.9 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (2): 1.6/2.9 MB | 4.1/23 kB Progress (2): 1.6/2.9 MB | 4.1/23 kB Progress (2): 1.6/2.9 MB | 7.7/23 kB Progress (2): 1.6/2.9 MB | 7.7/23 kB Progress (2): 1.6/2.9 MB | 12/23 kB Progress (2): 1.6/2.9 MB | 16/23 kB Progress (2): 1.6/2.9 MB | 20/23 kB Progress (2): 1.6/2.9 MB | 20/23 kB Progress (2): 1.6/2.9 MB | 23 kB Progress (2): 1.6/2.9 MB | 23 kB Progress (2): 1.6/2.9 MB | 23 kB Progress (2): 1.6/2.9 MB | 23 kB Progress (2): 1.6/2.9 MB | 23 kB Progress (2): 1.6/2.9 MB | 23 kB Progress (2): 1.6/2.9 MB | 23 kB Progress (2): 1.6/2.9 MB | 23 kB Progress (2): 1.6/2.9 MB | 23 kB Progress (2): 1.7/2.9 MB | 23 kB Progress (2): 1.7/2.9 MB | 23 kB Progress (2): 1.7/2.9 MB | 23 kB Progress (2): 1.7/2.9 MB | 23 kB Progress (2): 1.7/2.9 MB | 23 kB Progress (2): 1.7/2.9 MB | 23 kB Progress (3): 1.7/2.9 MB | 23 kB | 4.1/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 4.1/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 7.7/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 7.7/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 12/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 12/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 16/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 16/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 20/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 20/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 24/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 24/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 28/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 28/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 32/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 32/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 36/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 36/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 40/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 40/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 44/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 44/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 48/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 48/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 52/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 52/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 56/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 56/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 60/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 60/62 kB Progress (3): 1.7/2.9 MB | 23 kB | 62 kB Progress (3): 1.7/2.9 MB | 23 kB | 62 kB Progress (3): 1.7/2.9 MB | 23 kB | 62 kB Progress (3): 1.7/2.9 MB | 23 kB | 62 kB Progress (3): 1.7/2.9 MB | 23 kB | 62 kB Progress (3): 1.8/2.9 MB | 23 kB | 62 kB Progress (3): 1.8/2.9 MB | 23 kB | 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 87 kB/s) Progress (2): 1.8/2.9 MB | 62 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.8/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 1.9/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Progress (2): 2.0/2.9 MB | 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 235 kB/s) Progress (1): 2.0/2.9 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar Progress (1): 2.0/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (2): 2.3/2.9 MB | 4.1/65 kB Progress (3): 2.3/2.9 MB | 4.1/65 kB | 4.1/60 kB Progress (3): 2.3/2.9 MB | 4.1/65 kB | 4.1/60 kB Progress (3): 2.3/2.9 MB | 4.1/65 kB | 7.7/60 kB Progress (3): 2.3/2.9 MB | 7.7/65 kB | 7.7/60 kB Progress (3): 2.3/2.9 MB | 7.7/65 kB | 12/60 kB Progress (3): 2.3/2.9 MB | 7.7/65 kB | 12/60 kB Progress (3): 2.3/2.9 MB | 7.7/65 kB | 16/60 kB Progress (3): 2.3/2.9 MB | 12/65 kB | 16/60 kB Progress (3): 2.3/2.9 MB | 12/65 kB | 16/60 kB Progress (3): 2.3/2.9 MB | 16/65 kB | 16/60 kB Progress (3): 2.3/2.9 MB | 16/65 kB | 20/60 kB Progress (3): 2.3/2.9 MB | 20/65 kB | 20/60 kB Progress (3): 2.3/2.9 MB | 24/65 kB | 20/60 kB Progress (3): 2.3/2.9 MB | 24/65 kB | 20/60 kB Progress (3): 2.3/2.9 MB | 28/65 kB | 20/60 kB Progress (3): 2.3/2.9 MB | 28/65 kB | 24/60 kB Progress (3): 2.3/2.9 MB | 32/65 kB | 24/60 kB Progress (3): 2.3/2.9 MB | 32/65 kB | 24/60 kB Progress (3): 2.3/2.9 MB | 32/65 kB | 28/60 kB Progress (3): 2.3/2.9 MB | 32/65 kB | 28/60 kB Progress (3): 2.3/2.9 MB | 36/65 kB | 28/60 kB Progress (3): 2.3/2.9 MB | 36/65 kB | 32/60 kB Progress (3): 2.3/2.9 MB | 40/65 kB | 32/60 kB Progress (3): 2.3/2.9 MB | 40/65 kB | 32/60 kB Progress (3): 2.3/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 40/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 44/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 44/65 kB | 36/60 kB Progress (3): 2.4/2.9 MB | 44/65 kB | 40/60 kB Progress (3): 2.4/2.9 MB | 44/65 kB | 40/60 kB Progress (3): 2.4/2.9 MB | 48/65 kB | 40/60 kB Progress (3): 2.4/2.9 MB | 48/65 kB | 44/60 kB Progress (3): 2.4/2.9 MB | 52/65 kB | 44/60 kB Progress (3): 2.4/2.9 MB | 52/65 kB | 48/60 kB Progress (3): 2.4/2.9 MB | 52/65 kB | 48/60 kB Progress (3): 2.4/2.9 MB | 56/65 kB | 48/60 kB Progress (3): 2.4/2.9 MB | 56/65 kB | 48/60 kB Progress (3): 2.4/2.9 MB | 56/65 kB | 52/60 kB Progress (3): 2.4/2.9 MB | 56/65 kB | 52/60 kB Progress (3): 2.4/2.9 MB | 60/65 kB | 52/60 kB Progress (3): 2.4/2.9 MB | 60/65 kB | 52/60 kB Progress (3): 2.4/2.9 MB | 60/65 kB | 56/60 kB Progress (3): 2.4/2.9 MB | 60/65 kB | 56/60 kB Progress (3): 2.4/2.9 MB | 64/65 kB | 56/60 kB Progress (3): 2.4/2.9 MB | 64/65 kB | 56/60 kB Progress (3): 2.4/2.9 MB | 64/65 kB | 60/60 kB Progress (3): 2.4/2.9 MB | 64/65 kB | 60/60 kB Progress (3): 2.4/2.9 MB | 65 kB | 60/60 kB Progress (3): 2.4/2.9 MB | 65 kB | 60/60 kB Progress (3): 2.4/2.9 MB | 65 kB | 60 kB Progress (3): 2.4/2.9 MB | 65 kB | 60 kB Progress (3): 2.4/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.5/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Progress (3): 2.6/2.9 MB | 65 kB | 60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 191 kB/s) Progress (2): 2.6/2.9 MB | 60 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 (2): 2.6/2.9 MB | 60 kB Progress (2): 2.6/2.9 MB | 60 kB Progress (2): 2.6/2.9 MB | 60 kB Progress (2): 2.6/2.9 MB | 60 kB Progress (2): 2.6/2.9 MB | 60 kB Progress (2): 2.6/2.9 MB | 60 kB Progress (2): 2.6/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.7/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (2): 2.8/2.9 MB | 60 kB Progress (3): 2.8/2.9 MB | 60 kB | 4.1/35 kB Progress (3): 2.9/2.9 MB | 60 kB | 4.1/35 kB Progress (3): 2.9/2.9 MB | 60 kB | 7.7/35 kB Progress (3): 2.9/2.9 MB | 60 kB | 7.7/35 kB Progress (3): 2.9/2.9 MB | 60 kB | 12/35 kB Progress (3): 2.9/2.9 MB | 60 kB | 12/35 kB Progress (3): 2.9/2.9 MB | 60 kB | 16/35 kB Progress (3): 2.9/2.9 MB | 60 kB | 16/35 kB Progress (3): 2.9/2.9 MB | 60 kB | 20/35 kB Progress (3): 2.9/2.9 MB | 60 kB | 20/35 kB Progress (3): 2.9/2.9 MB | 60 kB | 24/35 kB Progress (3): 2.9/2.9 MB | 60 kB | 24/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 171 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar Progress (2): 2.9/2.9 MB | 24/35 kB Progress (2): 2.9/2.9 MB | 28/35 kB Progress (2): 2.9/2.9 MB | 28/35 kB Progress (3): 2.9/2.9 MB | 28/35 kB | 4.1/156 kB Progress (3): 2.9/2.9 MB | 32/35 kB | 4.1/156 kB Progress (3): 2.9/2.9 MB | 32/35 kB | 7.7/156 kB Progress (3): 2.9/2.9 MB | 32/35 kB | 7.7/156 kB Progress (3): 2.9/2.9 MB | 32/35 kB | 12/156 kB Progress (3): 2.9/2.9 MB | 35 kB | 12/156 kB Progress (3): 2.9/2.9 MB | 35 kB | 16/156 kB Progress (3): 2.9/2.9 MB | 35 kB | 16/156 kB Progress (3): 2.9/2.9 MB | 35 kB | 20/156 kB Progress (4): 2.9/2.9 MB | 35 kB | 20/156 kB | 4.1/332 kB Progress (4): 2.9/2.9 MB | 35 kB | 24/156 kB | 4.1/332 kB Progress (4): 2.9/2.9 MB | 35 kB | 24/156 kB | 4.1/332 kB Progress (4): 2.9/2.9 MB | 35 kB | 28/156 kB | 4.1/332 kB Progress (4): 2.9/2.9 MB | 35 kB | 28/156 kB | 7.7/332 kB Progress (4): 2.9/2.9 MB | 35 kB | 32/156 kB | 7.7/332 kB Progress (4): 2.9/2.9 MB | 35 kB | 32/156 kB | 7.7/332 kB Progress (4): 2.9/2.9 MB | 35 kB | 33/156 kB | 7.7/332 kB Progress (4): 2.9/2.9 MB | 35 kB | 33/156 kB | 12/332 kB Progress (4): 2.9/2.9 MB | 35 kB | 37/156 kB | 12/332 kB Progress (4): 2.9 MB | 35 kB | 37/156 kB | 12/332 kB Progress (4): 2.9 MB | 35 kB | 41/156 kB | 12/332 kB Progress (4): 2.9 MB | 35 kB | 41/156 kB | 16/332 kB Progress (4): 2.9 MB | 35 kB | 45/156 kB | 16/332 kB Progress (4): 2.9 MB | 35 kB | 45/156 kB | 20/332 kB Progress (4): 2.9 MB | 35 kB | 49/156 kB | 20/332 kB Progress (4): 2.9 MB | 35 kB | 49/156 kB | 24/332 kB Progress (4): 2.9 MB | 35 kB | 53/156 kB | 24/332 kB Progress (4): 2.9 MB | 35 kB | 57/156 kB | 24/332 kB Progress (4): 2.9 MB | 35 kB | 57/156 kB | 28/332 kB Progress (4): 2.9 MB | 35 kB | 61/156 kB | 28/332 kB Progress (4): 2.9 MB | 35 kB | 61/156 kB | 32/332 kB Progress (4): 2.9 MB | 35 kB | 65/156 kB | 32/332 kB Progress (4): 2.9 MB | 35 kB | 65/156 kB | 33/332 kB Progress (4): 2.9 MB | 35 kB | 66/156 kB | 33/332 kB Progress (4): 2.9 MB | 35 kB | 66/156 kB | 37/332 kB Progress (4): 2.9 MB | 35 kB | 66/156 kB | 41/332 kB Progress (4): 2.9 MB | 35 kB | 66/156 kB | 45/332 kB Progress (4): 2.9 MB | 35 kB | 66/156 kB | 49/332 kB Progress (4): 2.9 MB | 35 kB | 66/156 kB | 53/332 kB Progress (4): 2.9 MB | 35 kB | 70/156 kB | 53/332 kB Progress (4): 2.9 MB | 35 kB | 70/156 kB | 57/332 kB Progress (4): 2.9 MB | 35 kB | 74/156 kB | 57/332 kB Progress (4): 2.9 MB | 35 kB | 74/156 kB | 61/332 kB Progress (4): 2.9 MB | 35 kB | 78/156 kB | 61/332 kB Progress (4): 2.9 MB | 35 kB | 78/156 kB | 65/332 kB Progress (4): 2.9 MB | 35 kB | 82/156 kB | 65/332 kB Progress (4): 2.9 MB | 35 kB | 82/156 kB | 66/332 kB Progress (4): 2.9 MB | 35 kB | 86/156 kB | 66/332 kB Progress (4): 2.9 MB | 35 kB | 90/156 kB | 66/332 kB Progress (4): 2.9 MB | 35 kB | 90/156 kB | 70/332 kB Progress (4): 2.9 MB | 35 kB | 94/156 kB | 70/332 kB Progress (4): 2.9 MB | 35 kB | 94/156 kB | 74/332 kB Progress (4): 2.9 MB | 35 kB | 98/156 kB | 74/332 kB Progress (4): 2.9 MB | 35 kB | 98/156 kB | 74/332 kB Progress (4): 2.9 MB | 35 kB | 98/156 kB | 78/332 kB Progress (4): 2.9 MB | 35 kB | 98/156 kB | 82/332 kB Progress (4): 2.9 MB | 35 kB | 98/156 kB | 86/332 kB Progress (4): 2.9 MB | 35 kB | 98/156 kB | 90/332 kB Progress (4): 2.9 MB | 35 kB | 98/156 kB | 94/332 kB Progress (4): 2.9 MB | 35 kB | 98/156 kB | 98/332 kB Progress (4): 2.9 MB | 35 kB | 98/156 kB | 98/332 kB Progress (4): 2.9 MB | 35 kB | 98/156 kB | 102/332 kB Progress (4): 2.9 MB | 35 kB | 98/156 kB | 106/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 98 kB/s) Progress (3): 2.9 MB | 102/156 kB | 106/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar (2.9 MB at 8.0 MB/s) Progress (2): 106/156 kB | 106/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Progress (2): 106/156 kB | 110/332 kB Progress (2): 110/156 kB | 110/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Progress (2): 114/156 kB | 110/332 kB Progress (2): 118/156 kB | 110/332 kB Progress (2): 118/156 kB | 114/332 kB Progress (2): 122/156 kB | 114/332 kB Progress (3): 122/156 kB | 114/332 kB | 4.1/30 kB Progress (3): 122/156 kB | 118/332 kB | 4.1/30 kB Progress (3): 122/156 kB | 118/332 kB | 7.7/30 kB Progress (3): 126/156 kB | 118/332 kB | 7.7/30 kB Progress (3): 126/156 kB | 118/332 kB | 12/30 kB Progress (3): 126/156 kB | 122/332 kB | 12/30 kB Progress (3): 126/156 kB | 122/332 kB | 16/30 kB Progress (3): 130/156 kB | 122/332 kB | 16/30 kB Progress (3): 130/156 kB | 122/332 kB | 20/30 kB Progress (3): 130/156 kB | 126/332 kB | 20/30 kB Progress (3): 130/156 kB | 126/332 kB | 24/30 kB Progress (3): 134/156 kB | 126/332 kB | 24/30 kB Progress (3): 134/156 kB | 126/332 kB | 28/30 kB Progress (3): 134/156 kB | 130/332 kB | 28/30 kB Progress (3): 134/156 kB | 130/332 kB | 30 kB Progress (3): 138/156 kB | 130/332 kB | 30 kB Progress (3): 138/156 kB | 131/332 kB | 30 kB Progress (3): 142/156 kB | 131/332 kB | 30 kB Progress (3): 142/156 kB | 135/332 kB | 30 kB Progress (3): 146/156 kB | 135/332 kB | 30 kB Progress (3): 146/156 kB | 139/332 kB | 30 kB Progress (3): 150/156 kB | 139/332 kB | 30 kB Progress (3): 150/156 kB | 143/332 kB | 30 kB Progress (3): 154/156 kB | 143/332 kB | 30 kB Progress (3): 156 kB | 143/332 kB | 30 kB Progress (4): 156 kB | 143/332 kB | 30 kB | 4.1/134 kB Progress (4): 156 kB | 143/332 kB | 30 kB | 7.7/134 kB Progress (4): 156 kB | 143/332 kB | 30 kB | 12/134 kB Progress (4): 156 kB | 143/332 kB | 30 kB | 16/134 kB Progress (4): 156 kB | 143/332 kB | 30 kB | 20/134 kB Progress (4): 156 kB | 143/332 kB | 30 kB | 24/134 kB Progress (4): 156 kB | 143/332 kB | 30 kB | 28/134 kB Progress (4): 156 kB | 143/332 kB | 30 kB | 32/134 kB Progress (4): 156 kB | 143/332 kB | 30 kB | 36/134 kB Progress (4): 156 kB | 143/332 kB | 30 kB | 40/134 kB Progress (4): 156 kB | 143/332 kB | 30 kB | 44/134 kB Progress (4): 156 kB | 143/332 kB | 30 kB | 48/134 kB Progress (4): 156 kB | 143/332 kB | 30 kB | 52/134 kB Progress (4): 156 kB | 147/332 kB | 30 kB | 52/134 kB Progress (4): 156 kB | 147/332 kB | 30 kB | 56/134 kB Progress (4): 156 kB | 151/332 kB | 30 kB | 56/134 kB Progress (4): 156 kB | 151/332 kB | 30 kB | 60/134 kB Progress (4): 156 kB | 155/332 kB | 30 kB | 60/134 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 362 kB/s) Progress (3): 155/332 kB | 30 kB | 64/134 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 69 kB/s) Progress (3): 155/332 kB | 64/134 kB | 4.1/231 kB Progress (3): 155/332 kB | 68/134 kB | 4.1/231 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Progress (3): 159/332 kB | 68/134 kB | 4.1/231 kB Progress (3): 163/332 kB | 68/134 kB | 4.1/231 kB Progress (3): 164/332 kB | 68/134 kB | 4.1/231 kB Progress (3): 164/332 kB | 72/134 kB | 4.1/231 kB Progress (3): 164/332 kB | 76/134 kB | 4.1/231 kB Progress (3): 164/332 kB | 80/134 kB | 4.1/231 kB Progress (3): 164/332 kB | 84/134 kB | 4.1/231 kB Progress (3): 164/332 kB | 88/134 kB | 4.1/231 kB Progress (3): 164/332 kB | 92/134 kB | 4.1/231 kB Progress (3): 164/332 kB | 96/134 kB | 4.1/231 kB Progress (3): 164/332 kB | 96/134 kB | 7.7/231 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Progress (3): 164/332 kB | 96/134 kB | 12/231 kB Progress (3): 164/332 kB | 96/134 kB | 16/231 kB Progress (3): 164/332 kB | 100/134 kB | 16/231 kB Progress (3): 168/332 kB | 100/134 kB | 16/231 kB Progress (3): 168/332 kB | 104/134 kB | 16/231 kB Progress (3): 168/332 kB | 104/134 kB | 20/231 kB Progress (3): 168/332 kB | 104/134 kB | 24/231 kB Progress (3): 168/332 kB | 104/134 kB | 28/231 kB Progress (3): 168/332 kB | 104/134 kB | 32/231 kB Progress (3): 168/332 kB | 104/134 kB | 33/231 kB Progress (3): 168/332 kB | 104/134 kB | 37/231 kB Progress (3): 168/332 kB | 104/134 kB | 41/231 kB Progress (3): 168/332 kB | 104/134 kB | 45/231 kB Progress (3): 168/332 kB | 104/134 kB | 49/231 kB Progress (3): 168/332 kB | 108/134 kB | 49/231 kB Progress (3): 168/332 kB | 112/134 kB | 49/231 kB Progress (3): 168/332 kB | 116/134 kB | 49/231 kB Progress (3): 168/332 kB | 120/134 kB | 49/231 kB Progress (3): 168/332 kB | 124/134 kB | 49/231 kB Progress (3): 168/332 kB | 128/134 kB | 49/231 kB Progress (3): 168/332 kB | 132/134 kB | 49/231 kB Progress (3): 168/332 kB | 134 kB | 49/231 kB Progress (3): 172/332 kB | 134 kB | 49/231 kB Progress (3): 172/332 kB | 134 kB | 53/231 kB Progress (3): 176/332 kB | 134 kB | 53/231 kB Progress (3): 176/332 kB | 134 kB | 57/231 kB Progress (3): 180/332 kB | 134 kB | 57/231 kB Progress (3): 180/332 kB | 134 kB | 61/231 kB Progress (3): 184/332 kB | 134 kB | 61/231 kB Progress (3): 184/332 kB | 134 kB | 65/231 kB Progress (3): 184/332 kB | 134 kB | 66/231 kB Progress (3): 184/332 kB | 134 kB | 70/231 kB Progress (3): 184/332 kB | 134 kB | 74/231 kB Progress (3): 184/332 kB | 134 kB | 78/231 kB Progress (3): 184/332 kB | 134 kB | 82/231 kB Progress (3): 188/332 kB | 134 kB | 82/231 kB Progress (3): 188/332 kB | 134 kB | 86/231 kB Progress (3): 192/332 kB | 134 kB | 86/231 kB Progress (3): 192/332 kB | 134 kB | 90/231 kB Progress (3): 196/332 kB | 134 kB | 90/231 kB Progress (3): 196/332 kB | 134 kB | 94/231 kB Progress (3): 197/332 kB | 134 kB | 94/231 kB Progress (3): 197/332 kB | 134 kB | 98/231 kB Progress (3): 201/332 kB | 134 kB | 98/231 kB Progress (3): 201/332 kB | 134 kB | 98/231 kB Progress (3): 205/332 kB | 134 kB | 98/231 kB Progress (3): 205/332 kB | 134 kB | 102/231 kB Progress (3): 209/332 kB | 134 kB | 102/231 kB Progress (3): 209/332 kB | 134 kB | 106/231 kB Progress (3): 213/332 kB | 134 kB | 106/231 kB Progress (3): 213/332 kB | 134 kB | 110/231 kB Progress (3): 217/332 kB | 134 kB | 110/231 kB Progress (3): 217/332 kB | 134 kB | 114/231 kB Progress (3): 221/332 kB | 134 kB | 114/231 kB Progress (3): 221/332 kB | 134 kB | 118/231 kB Progress (3): 225/332 kB | 134 kB | 118/231 kB Progress (3): 225/332 kB | 134 kB | 122/231 kB Progress (3): 229/332 kB | 134 kB | 122/231 kB Progress (3): 229/332 kB | 134 kB | 126/231 kB Progress (3): 229/332 kB | 134 kB | 126/231 kB Progress (3): 229/332 kB | 134 kB | 130/231 kB Progress (3): 233/332 kB | 134 kB | 130/231 kB Progress (3): 233/332 kB | 134 kB | 131/231 kB Progress (3): 233/332 kB | 134 kB | 135/231 kB Progress (3): 233/332 kB | 134 kB | 139/231 kB Progress (3): 233/332 kB | 134 kB | 143/231 kB Progress (3): 233/332 kB | 134 kB | 147/231 kB Progress (3): 237/332 kB | 134 kB | 147/231 kB Progress (3): 237/332 kB | 134 kB | 151/231 kB Progress (3): 241/332 kB | 134 kB | 151/231 kB Progress (3): 241/332 kB | 134 kB | 155/231 kB Progress (3): 245/332 kB | 134 kB | 155/231 kB Progress (3): 245/332 kB | 134 kB | 159/231 kB Progress (3): 249/332 kB | 134 kB | 159/231 kB Progress (3): 249/332 kB | 134 kB | 163/231 kB Progress (3): 253/332 kB | 134 kB | 163/231 kB Progress (3): 253/332 kB | 134 kB | 164/231 kB Progress (3): 257/332 kB | 134 kB | 164/231 kB Progress (3): 257/332 kB | 134 kB | 168/231 kB Progress (3): 261/332 kB | 134 kB | 168/231 kB Progress (3): 261/332 kB | 134 kB | 172/231 kB Progress (3): 262/332 kB | 134 kB | 172/231 kB Progress (3): 262/332 kB | 134 kB | 176/231 kB Progress (3): 266/332 kB | 134 kB | 176/231 kB Progress (3): 266/332 kB | 134 kB | 180/231 kB Progress (3): 266/332 kB | 134 kB | 184/231 kB Progress (3): 266/332 kB | 134 kB | 188/231 kB Progress (3): 266/332 kB | 134 kB | 192/231 kB Progress (3): 266/332 kB | 134 kB | 196/231 kB Progress (3): 266/332 kB | 134 kB | 197/231 kB Progress (3): 266/332 kB | 134 kB | 201/231 kB Progress (3): 266/332 kB | 134 kB | 205/231 kB Progress (3): 266/332 kB | 134 kB | 209/231 kB Progress (3): 266/332 kB | 134 kB | 213/231 kB Progress (3): 266/332 kB | 134 kB | 217/231 kB Progress (3): 266/332 kB | 134 kB | 221/231 kB Progress (3): 266/332 kB | 134 kB | 225/231 kB Progress (3): 266/332 kB | 134 kB | 229/231 kB Progress (3): 266/332 kB | 134 kB | 231 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 300 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Progress (2): 270/332 kB | 231 kB Progress (2): 274/332 kB | 231 kB Progress (2): 278/332 kB | 231 kB Progress (2): 282/332 kB | 231 kB Progress (2): 286/332 kB | 231 kB Progress (2): 290/332 kB | 231 kB Progress (2): 294/332 kB | 231 kB Progress (2): 295/332 kB | 231 kB Progress (2): 299/332 kB | 231 kB Progress (2): 303/332 kB | 231 kB Progress (2): 307/332 kB | 231 kB Progress (2): 311/332 kB | 231 kB Progress (2): 315/332 kB | 231 kB Progress (2): 319/332 kB | 231 kB Progress (2): 323/332 kB | 231 kB Progress (2): 327/332 kB | 231 kB Progress (2): 331/332 kB | 231 kB Progress (2): 332 kB | 231 kB Progress (3): 332 kB | 231 kB | 4.1/8.5 kB Progress (3): 332 kB | 231 kB | 7.7/8.5 kB Progress (3): 332 kB | 231 kB | 8.5 kB Progress (4): 332 kB | 231 kB | 8.5 kB | 4.1/10 kB Progress (4): 332 kB | 231 kB | 8.5 kB | 7.7/10 kB Progress (4): 332 kB | 231 kB | 8.5 kB | 10 kB 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 729 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 507 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 19 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 21 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Progress (1): 4.1/55 kB Progress (1): 7.7/55 kB Progress (1): 12/55 kB Progress (1): 16/55 kB Progress (1): 20/55 kB Progress (1): 24/55 kB Progress (1): 28/55 kB Progress (1): 32/55 kB Progress (1): 36/55 kB Progress (1): 40/55 kB Progress (1): 44/55 kB Progress (1): 48/55 kB Progress (1): 52/55 kB Progress (2): 52/55 kB | 4.1/237 kB Progress (2): 52/55 kB | 7.7/237 kB Progress (2): 55 kB | 7.7/237 kB Progress (2): 55 kB | 12/237 kB Progress (2): 55 kB | 16/237 kB Progress (2): 55 kB | 20/237 kB Progress (2): 55 kB | 24/237 kB Progress (2): 55 kB | 28/237 kB Progress (2): 55 kB | 32/237 kB Progress (2): 55 kB | 33/237 kB Progress (2): 55 kB | 37/237 kB Progress (2): 55 kB | 41/237 kB Progress (2): 55 kB | 45/237 kB Progress (2): 55 kB | 49/237 kB Progress (2): 55 kB | 53/237 kB Progress (2): 55 kB | 57/237 kB Progress (2): 55 kB | 61/237 kB Progress (2): 55 kB | 65/237 kB Progress (2): 55 kB | 66/237 kB Progress (2): 55 kB | 70/237 kB Progress (2): 55 kB | 74/237 kB Progress (2): 55 kB | 78/237 kB Progress (2): 55 kB | 82/237 kB Progress (2): 55 kB | 86/237 kB Progress (2): 55 kB | 90/237 kB Progress (2): 55 kB | 94/237 kB Progress (2): 55 kB | 98/237 kB Progress (2): 55 kB | 98/237 kB Progress (2): 55 kB | 102/237 kB Progress (2): 55 kB | 106/237 kB Progress (2): 55 kB | 110/237 kB Progress (2): 55 kB | 114/237 kB Progress (2): 55 kB | 118/237 kB Progress (2): 55 kB | 122/237 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 111 kB/s) Progress (1): 126/237 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar Progress (1): 130/237 kB Progress (1): 131/237 kB Progress (1): 135/237 kB Progress (1): 139/237 kB Progress (1): 143/237 kB Progress (1): 147/237 kB Progress (1): 151/237 kB Progress (1): 155/237 kB Progress (2): 155/237 kB | 4.1/392 kB Progress (2): 159/237 kB | 4.1/392 kB Progress (2): 159/237 kB | 7.7/392 kB Progress (2): 159/237 kB | 12/392 kB Progress (3): 159/237 kB | 12/392 kB | 4.1/47 kB Progress (3): 159/237 kB | 16/392 kB | 4.1/47 kB Progress (4): 159/237 kB | 16/392 kB | 4.1/47 kB | 4.1/7.7 kB Progress (4): 163/237 kB | 16/392 kB | 4.1/47 kB | 4.1/7.7 kB Progress (5): 163/237 kB | 16/392 kB | 4.1/47 kB | 4.1/7.7 kB | 4.1/11 kB Progress (5): 164/237 kB | 16/392 kB | 4.1/47 kB | 4.1/7.7 kB | 4.1/11 kB Progress (5): 164/237 kB | 16/392 kB | 4.1/47 kB | 7.7 kB | 4.1/11 kB Progress (5): 164/237 kB | 20/392 kB | 4.1/47 kB | 7.7 kB | 4.1/11 kB Progress (5): 164/237 kB | 20/392 kB | 7.7/47 kB | 7.7 kB | 4.1/11 kB Progress (5): 164/237 kB | 24/392 kB | 7.7/47 kB | 7.7 kB | 4.1/11 kB Progress (5): 168/237 kB | 24/392 kB | 7.7/47 kB | 7.7 kB | 4.1/11 kB Progress (5): 168/237 kB | 24/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 172/237 kB | 24/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 172/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 176/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 180/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 184/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 188/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 192/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 196/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 197/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 201/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 205/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 209/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 213/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 217/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 221/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 225/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 229/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 233/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 237/237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 237 kB | 28/392 kB | 7.7/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 237 kB | 28/392 kB | 12/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 237 kB | 32/392 kB | 12/47 kB | 7.7 kB | 7.7/11 kB Progress (5): 237 kB | 32/392 kB | 12/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 33/392 kB | 12/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 33/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 37/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 41/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 45/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 49/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 53/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 57/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 61/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 65/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 66/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 70/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 74/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 78/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 82/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 86/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 90/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 94/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 98/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 98/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 102/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 106/392 kB | 16/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 106/392 kB | 20/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 110/392 kB | 20/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 110/392 kB | 24/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 114/392 kB | 24/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 114/392 kB | 28/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 118/392 kB | 28/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 118/392 kB | 32/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 122/392 kB | 32/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 122/392 kB | 36/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 126/392 kB | 36/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 126/392 kB | 40/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 130/392 kB | 40/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 130/392 kB | 44/47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 130/392 kB | 47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 131/392 kB | 47 kB | 7.7 kB | 11 kB Progress (5): 237 kB | 135/392 kB | 47 kB | 7.7 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 14 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Progress (4): 237 kB | 139/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 143/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 147/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 151/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 155/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 159/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 163/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 164/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 168/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 172/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 176/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 180/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 184/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 188/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 192/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 196/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 197/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 201/392 kB | 47 kB | 11 kB Progress (4): 237 kB | 205/392 kB | 47 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 19 kB/s) Progress (3): 237 kB | 209/392 kB | 47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar Progress (3): 237 kB | 213/392 kB | 47 kB Progress (3): 237 kB | 217/392 kB | 47 kB Progress (3): 237 kB | 221/392 kB | 47 kB Progress (3): 237 kB | 225/392 kB | 47 kB Progress (3): 237 kB | 229/392 kB | 47 kB Progress (3): 237 kB | 229/392 kB | 47 kB Progress (3): 237 kB | 233/392 kB | 47 kB Progress (3): 237 kB | 237/392 kB | 47 kB Progress (3): 237 kB | 241/392 kB | 47 kB Progress (3): 237 kB | 245/392 kB | 47 kB Progress (3): 237 kB | 249/392 kB | 47 kB Progress (3): 237 kB | 253/392 kB | 47 kB Progress (3): 237 kB | 257/392 kB | 47 kB Progress (3): 237 kB | 261/392 kB | 47 kB Progress (3): 237 kB | 262/392 kB | 47 kB Progress (3): 237 kB | 266/392 kB | 47 kB Progress (3): 237 kB | 270/392 kB | 47 kB Progress (3): 237 kB | 274/392 kB | 47 kB Progress (3): 237 kB | 278/392 kB | 47 kB Progress (3): 237 kB | 282/392 kB | 47 kB Progress (3): 237 kB | 286/392 kB | 47 kB Progress (3): 237 kB | 290/392 kB | 47 kB Progress (3): 237 kB | 294/392 kB | 47 kB Progress (3): 237 kB | 295/392 kB | 47 kB Progress (3): 237 kB | 299/392 kB | 47 kB Progress (3): 237 kB | 303/392 kB | 47 kB Progress (3): 237 kB | 307/392 kB | 47 kB Progress (3): 237 kB | 311/392 kB | 47 kB Progress (3): 237 kB | 315/392 kB | 47 kB Progress (3): 237 kB | 319/392 kB | 47 kB Progress (3): 237 kB | 323/392 kB | 47 kB Progress (3): 237 kB | 327/392 kB | 47 kB Progress (3): 237 kB | 328/392 kB | 47 kB Progress (3): 237 kB | 332/392 kB | 47 kB Progress (3): 237 kB | 336/392 kB | 47 kB Progress (3): 237 kB | 340/392 kB | 47 kB Progress (3): 237 kB | 344/392 kB | 47 kB Progress (3): 237 kB | 348/392 kB | 47 kB Progress (3): 237 kB | 352/392 kB | 47 kB Progress (3): 237 kB | 356/392 kB | 47 kB Progress (3): 237 kB | 360/392 kB | 47 kB Progress (3): 237 kB | 364/392 kB | 47 kB Progress (3): 237 kB | 368/392 kB | 47 kB Progress (3): 237 kB | 372/392 kB | 47 kB Progress (3): 237 kB | 376/392 kB | 47 kB Progress (3): 237 kB | 380/392 kB | 47 kB Progress (3): 237 kB | 384/392 kB | 47 kB Progress (3): 237 kB | 388/392 kB | 47 kB Progress (3): 237 kB | 392/392 kB | 47 kB Progress (3): 237 kB | 392 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 84 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Progress (3): 237 kB | 392 kB | 4.1/208 kB Progress (3): 237 kB | 392 kB | 7.7/208 kB Progress (3): 237 kB | 392 kB | 12/208 kB Progress (3): 237 kB | 392 kB | 16/208 kB Progress (3): 237 kB | 392 kB | 20/208 kB Progress (3): 237 kB | 392 kB | 24/208 kB Progress (3): 237 kB | 392 kB | 28/208 kB Progress (3): 237 kB | 392 kB | 32/208 kB Progress (3): 237 kB | 392 kB | 33/208 kB Progress (3): 237 kB | 392 kB | 37/208 kB Progress (3): 237 kB | 392 kB | 41/208 kB Progress (3): 237 kB | 392 kB | 45/208 kB Progress (3): 237 kB | 392 kB | 49/208 kB Progress (3): 237 kB | 392 kB | 53/208 kB Progress (3): 237 kB | 392 kB | 57/208 kB Progress (3): 237 kB | 392 kB | 61/208 kB Progress (3): 237 kB | 392 kB | 65/208 kB Progress (3): 237 kB | 392 kB | 66/208 kB Progress (3): 237 kB | 392 kB | 70/208 kB Progress (3): 237 kB | 392 kB | 74/208 kB Progress (3): 237 kB | 392 kB | 78/208 kB Progress (3): 237 kB | 392 kB | 82/208 kB Progress (3): 237 kB | 392 kB | 86/208 kB Progress (4): 237 kB | 392 kB | 86/208 kB | 4.1/65 kB Progress (4): 237 kB | 392 kB | 86/208 kB | 7.7/65 kB Progress (4): 237 kB | 392 kB | 86/208 kB | 12/65 kB Progress (4): 237 kB | 392 kB | 86/208 kB | 16/65 kB Progress (4): 237 kB | 392 kB | 86/208 kB | 20/65 kB Progress (4): 237 kB | 392 kB | 86/208 kB | 24/65 kB Progress (4): 237 kB | 392 kB | 90/208 kB | 24/65 kB Progress (4): 237 kB | 392 kB | 90/208 kB | 28/65 kB Progress (4): 237 kB | 392 kB | 90/208 kB | 32/65 kB Progress (4): 237 kB | 392 kB | 94/208 kB | 32/65 kB Progress (4): 237 kB | 392 kB | 94/208 kB | 36/65 kB Progress (4): 237 kB | 392 kB | 94/208 kB | 40/65 kB Progress (4): 237 kB | 392 kB | 98/208 kB | 40/65 kB Progress (4): 237 kB | 392 kB | 98/208 kB | 44/65 kB Progress (4): 237 kB | 392 kB | 98/208 kB | 48/65 kB Progress (4): 237 kB | 392 kB | 98/208 kB | 48/65 kB Progress (4): 237 kB | 392 kB | 98/208 kB | 52/65 kB Progress (4): 237 kB | 392 kB | 102/208 kB | 52/65 kB Progress (4): 237 kB | 392 kB | 102/208 kB | 56/65 kB Progress (4): 237 kB | 392 kB | 102/208 kB | 60/65 kB Progress (4): 237 kB | 392 kB | 102/208 kB | 64/65 kB Progress (4): 237 kB | 392 kB | 102/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 106/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 110/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 114/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 118/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 122/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 126/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 130/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 131/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 135/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 139/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 143/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 147/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 151/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 155/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 159/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 163/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 164/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 168/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 172/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 176/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 180/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 184/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 188/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 192/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 196/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 200/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 204/208 kB | 65 kB Progress (4): 237 kB | 392 kB | 208 kB | 65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 417 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 361 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 681 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Progress (2): 65 kB | 4.1/49 kB Progress (2): 65 kB | 7.7/49 kB Progress (2): 65 kB | 12/49 kB Progress (2): 65 kB | 16/49 kB Progress (2): 65 kB | 20/49 kB Progress (3): 65 kB | 20/49 kB | 4.1/571 kB Progress (3): 65 kB | 20/49 kB | 7.7/571 kB Progress (3): 65 kB | 24/49 kB | 7.7/571 kB Progress (3): 65 kB | 28/49 kB | 7.7/571 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 103 kB/s) Progress (2): 28/49 kB | 12/571 kB Progress (3): 28/49 kB | 12/571 kB | 4.1/47 kB Progress (4): 28/49 kB | 12/571 kB | 4.1/47 kB | 4.1/19 kB Progress (4): 28/49 kB | 12/571 kB | 7.7/47 kB | 4.1/19 kB Progress (4): 28/49 kB | 16/571 kB | 7.7/47 kB | 4.1/19 kB Progress (4): 28/49 kB | 16/571 kB | 12/47 kB | 4.1/19 kB Progress (4): 28/49 kB | 20/571 kB | 12/47 kB | 4.1/19 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Progress (4): 32/49 kB | 20/571 kB | 12/47 kB | 4.1/19 kB Progress (4): 32/49 kB | 24/571 kB | 12/47 kB | 4.1/19 kB Progress (4): 36/49 kB | 24/571 kB | 12/47 kB | 4.1/19 kB Progress (4): 36/49 kB | 24/571 kB | 16/47 kB | 4.1/19 kB Progress (4): 36/49 kB | 24/571 kB | 16/47 kB | 7.7/19 kB Progress (4): 36/49 kB | 24/571 kB | 20/47 kB | 7.7/19 kB Progress (4): 40/49 kB | 24/571 kB | 20/47 kB | 7.7/19 kB Progress (4): 40/49 kB | 28/571 kB | 20/47 kB | 7.7/19 kB Progress (4): 44/49 kB | 28/571 kB | 20/47 kB | 7.7/19 kB Progress (4): 44/49 kB | 28/571 kB | 24/47 kB | 7.7/19 kB Progress (4): 44/49 kB | 28/571 kB | 24/47 kB | 12/19 kB Progress (4): 44/49 kB | 28/571 kB | 28/47 kB | 12/19 kB Progress (4): 48/49 kB | 28/571 kB | 28/47 kB | 12/19 kB Progress (4): 48/49 kB | 32/571 kB | 28/47 kB | 12/19 kB Progress (4): 49 kB | 32/571 kB | 28/47 kB | 12/19 kB Progress (4): 49 kB | 32/571 kB | 32/47 kB | 12/19 kB Progress (4): 49 kB | 32/571 kB | 32/47 kB | 16/19 kB Progress (4): 49 kB | 32/571 kB | 36/47 kB | 16/19 kB Progress (4): 49 kB | 33/571 kB | 36/47 kB | 16/19 kB Progress (4): 49 kB | 33/571 kB | 40/47 kB | 16/19 kB Progress (4): 49 kB | 37/571 kB | 40/47 kB | 16/19 kB Progress (4): 49 kB | 37/571 kB | 40/47 kB | 19 kB Progress (4): 49 kB | 41/571 kB | 40/47 kB | 19 kB Progress (4): 49 kB | 41/571 kB | 44/47 kB | 19 kB Progress (4): 49 kB | 45/571 kB | 44/47 kB | 19 kB Progress (4): 49 kB | 45/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 49/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 53/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 57/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 61/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 65/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 66/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 70/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 74/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 78/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 82/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 86/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 90/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 94/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 98/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 98/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 102/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 106/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 110/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 114/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 118/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 122/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 126/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 130/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 131/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 135/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 139/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 143/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 147/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 151/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 155/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 159/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 163/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 164/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 168/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 172/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 176/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 180/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 184/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 188/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 192/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 196/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 197/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 201/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 205/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 209/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 213/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 217/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 221/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 225/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 229/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 229/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 233/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 237/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 241/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 245/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 249/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 253/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 257/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 261/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 262/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 266/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 270/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 274/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 278/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 282/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 286/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 290/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 294/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 295/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 299/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 303/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 307/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 311/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 315/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 319/571 kB | 47 kB | 19 kB Progress (4): 49 kB | 323/571 kB | 47 kB | 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 76 kB/s) Progress (3): 327/571 kB | 47 kB | 19 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Progress (3): 328/571 kB | 47 kB | 19 kB Progress (3): 332/571 kB | 47 kB | 19 kB Progress (3): 336/571 kB | 47 kB | 19 kB Progress (3): 340/571 kB | 47 kB | 19 kB Progress (3): 344/571 kB | 47 kB | 19 kB Progress (3): 348/571 kB | 47 kB | 19 kB Progress (3): 352/571 kB | 47 kB | 19 kB Progress (3): 356/571 kB | 47 kB | 19 kB Progress (3): 360/571 kB | 47 kB | 19 kB Progress (3): 364/571 kB | 47 kB | 19 kB Progress (3): 368/571 kB | 47 kB | 19 kB Progress (3): 372/571 kB | 47 kB | 19 kB Progress (3): 376/571 kB | 47 kB | 19 kB Progress (3): 380/571 kB | 47 kB | 19 kB Progress (3): 384/571 kB | 47 kB | 19 kB Progress (3): 388/571 kB | 47 kB | 19 kB Progress (3): 392/571 kB | 47 kB | 19 kB Progress (3): 396/571 kB | 47 kB | 19 kB Progress (3): 400/571 kB | 47 kB | 19 kB Progress (3): 404/571 kB | 47 kB | 19 kB Progress (3): 408/571 kB | 47 kB | 19 kB Progress (3): 412/571 kB | 47 kB | 19 kB Progress (3): 416/571 kB | 47 kB | 19 kB Progress (3): 420/571 kB | 47 kB | 19 kB Progress (3): 424/571 kB | 47 kB | 19 kB Progress (3): 428/571 kB | 47 kB | 19 kB Progress (3): 432/571 kB | 47 kB | 19 kB Progress (3): 436/571 kB | 47 kB | 19 kB Progress (3): 440/571 kB | 47 kB | 19 kB Progress (3): 444/571 kB | 47 kB | 19 kB Progress (3): 448/571 kB | 47 kB | 19 kB Progress (3): 452/571 kB | 47 kB | 19 kB Progress (3): 456/571 kB | 47 kB | 19 kB Progress (3): 460/571 kB | 47 kB | 19 kB Progress (3): 464/571 kB | 47 kB | 19 kB Progress (3): 468/571 kB | 47 kB | 19 kB Progress (3): 472/571 kB | 47 kB | 19 kB Progress (4): 472/571 kB | 47 kB | 19 kB | 4.1/28 kB Progress (4): 476/571 kB | 47 kB | 19 kB | 4.1/28 kB Progress (4): 476/571 kB | 47 kB | 19 kB | 7.7/28 kB Progress (4): 480/571 kB | 47 kB | 19 kB | 7.7/28 kB Progress (4): 480/571 kB | 47 kB | 19 kB | 12/28 kB Progress (4): 484/571 kB | 47 kB | 19 kB | 12/28 kB Progress (4): 484/571 kB | 47 kB | 19 kB | 16/28 kB Progress (4): 488/571 kB | 47 kB | 19 kB | 16/28 kB Progress (4): 488/571 kB | 47 kB | 19 kB | 20/28 kB Progress (4): 492/571 kB | 47 kB | 19 kB | 20/28 kB Progress (4): 492/571 kB | 47 kB | 19 kB | 24/28 kB Progress (4): 496/571 kB | 47 kB | 19 kB | 24/28 kB Progress (4): 496/571 kB | 47 kB | 19 kB | 28/28 kB Progress (4): 496/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 500/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 504/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 508/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 512/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 516/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 520/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 524/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 528/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 532/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 536/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 540/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 544/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 548/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 552/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 556/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 560/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 564/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 568/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 571 kB | 47 kB | 19 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 42 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 28 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 71 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 859 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar Progress (1): 4.1/153 kB Progress (1): 7.7/153 kB Progress (1): 12/153 kB Progress (1): 16/153 kB Progress (1): 20/153 kB Progress (1): 24/153 kB Progress (1): 28/153 kB Progress (1): 32/153 kB Progress (1): 33/153 kB Progress (1): 37/153 kB Progress (1): 41/153 kB Progress (1): 45/153 kB Progress (1): 49/153 kB Progress (1): 53/153 kB Progress (1): 57/153 kB Progress (1): 61/153 kB Progress (1): 65/153 kB Progress (1): 66/153 kB Progress (1): 70/153 kB Progress (1): 74/153 kB Progress (2): 74/153 kB | 4.1/164 kB Progress (2): 78/153 kB | 4.1/164 kB Progress (2): 78/153 kB | 7.7/164 kB Progress (2): 82/153 kB | 7.7/164 kB Progress (2): 82/153 kB | 12/164 kB Progress (2): 86/153 kB | 12/164 kB Progress (2): 86/153 kB | 16/164 kB Progress (2): 90/153 kB | 16/164 kB Progress (2): 90/153 kB | 20/164 kB Progress (2): 94/153 kB | 20/164 kB Progress (2): 98/153 kB | 20/164 kB Progress (2): 98/153 kB | 24/164 kB Progress (2): 98/153 kB | 24/164 kB Progress (2): 98/153 kB | 28/164 kB Progress (2): 102/153 kB | 28/164 kB Progress (2): 106/153 kB | 28/164 kB Progress (2): 106/153 kB | 32/164 kB Progress (2): 110/153 kB | 32/164 kB Progress (2): 110/153 kB | 33/164 kB Progress (2): 114/153 kB | 33/164 kB Progress (2): 114/153 kB | 37/164 kB Progress (2): 118/153 kB | 37/164 kB Progress (2): 118/153 kB | 41/164 kB Progress (2): 122/153 kB | 41/164 kB Progress (2): 122/153 kB | 45/164 kB Progress (3): 122/153 kB | 45/164 kB | 4.1/13 kB Progress (3): 126/153 kB | 45/164 kB | 4.1/13 kB Progress (3): 126/153 kB | 45/164 kB | 7.7/13 kB Progress (3): 126/153 kB | 49/164 kB | 7.7/13 kB Progress (3): 126/153 kB | 49/164 kB | 12/13 kB Progress (3): 126/153 kB | 53/164 kB | 12/13 kB Progress (3): 126/153 kB | 57/164 kB | 12/13 kB Progress (3): 126/153 kB | 61/164 kB | 12/13 kB Progress (3): 126/153 kB | 65/164 kB | 12/13 kB Progress (3): 126/153 kB | 66/164 kB | 12/13 kB Progress (3): 126/153 kB | 70/164 kB | 12/13 kB Progress (3): 126/153 kB | 74/164 kB | 12/13 kB Progress (3): 126/153 kB | 78/164 kB | 12/13 kB Progress (3): 126/153 kB | 82/164 kB | 12/13 kB Progress (3): 126/153 kB | 86/164 kB | 12/13 kB Progress (3): 126/153 kB | 90/164 kB | 12/13 kB Progress (3): 126/153 kB | 94/164 kB | 12/13 kB Progress (3): 126/153 kB | 98/164 kB | 12/13 kB Progress (3): 126/153 kB | 98/164 kB | 12/13 kB Progress (3): 126/153 kB | 102/164 kB | 12/13 kB Progress (3): 126/153 kB | 106/164 kB | 12/13 kB Progress (3): 126/153 kB | 110/164 kB | 12/13 kB Progress (3): 126/153 kB | 114/164 kB | 12/13 kB Progress (3): 126/153 kB | 118/164 kB | 12/13 kB Progress (4): 126/153 kB | 118/164 kB | 12/13 kB | 4.1/22 kB Progress (4): 126/153 kB | 118/164 kB | 12/13 kB | 7.7/22 kB Progress (4): 126/153 kB | 118/164 kB | 12/13 kB | 12/22 kB Progress (4): 126/153 kB | 118/164 kB | 12/13 kB | 16/22 kB Progress (4): 126/153 kB | 118/164 kB | 12/13 kB | 20/22 kB Progress (4): 126/153 kB | 118/164 kB | 12/13 kB | 22 kB Progress (5): 126/153 kB | 118/164 kB | 12/13 kB | 22 kB | 4.1/41 kB Progress (5): 126/153 kB | 118/164 kB | 12/13 kB | 22 kB | 7.7/41 kB Progress (5): 126/153 kB | 118/164 kB | 12/13 kB | 22 kB | 12/41 kB Progress (5): 130/153 kB | 118/164 kB | 12/13 kB | 22 kB | 12/41 kB Progress (5): 130/153 kB | 118/164 kB | 12/13 kB | 22 kB | 16/41 kB Progress (5): 130/153 kB | 122/164 kB | 12/13 kB | 22 kB | 16/41 kB Progress (5): 130/153 kB | 122/164 kB | 13 kB | 22 kB | 16/41 kB Progress (5): 130/153 kB | 126/164 kB | 13 kB | 22 kB | 16/41 kB Progress (5): 130/153 kB | 126/164 kB | 13 kB | 22 kB | 20/41 kB Progress (5): 134/153 kB | 126/164 kB | 13 kB | 22 kB | 20/41 kB Progress (5): 134/153 kB | 126/164 kB | 13 kB | 22 kB | 24/41 kB Progress (5): 134/153 kB | 130/164 kB | 13 kB | 22 kB | 24/41 kB Progress (5): 134/153 kB | 130/164 kB | 13 kB | 22 kB | 28/41 kB Progress (5): 134/153 kB | 130/164 kB | 13 kB | 22 kB | 32/41 kB Progress (5): 134/153 kB | 130/164 kB | 13 kB | 22 kB | 36/41 kB Progress (5): 134/153 kB | 130/164 kB | 13 kB | 22 kB | 40/41 kB Progress (5): 138/153 kB | 130/164 kB | 13 kB | 22 kB | 40/41 kB Progress (5): 142/153 kB | 130/164 kB | 13 kB | 22 kB | 40/41 kB Progress (5): 146/153 kB | 130/164 kB | 13 kB | 22 kB | 40/41 kB Progress (5): 150/153 kB | 130/164 kB | 13 kB | 22 kB | 40/41 kB Progress (5): 153 kB | 130/164 kB | 13 kB | 22 kB | 40/41 kB Progress (5): 153 kB | 130/164 kB | 13 kB | 22 kB | 41 kB Progress (5): 153 kB | 134/164 kB | 13 kB | 22 kB | 41 kB Progress (5): 153 kB | 138/164 kB | 13 kB | 22 kB | 41 kB Progress (5): 153 kB | 142/164 kB | 13 kB | 22 kB | 41 kB Progress (5): 153 kB | 146/164 kB | 13 kB | 22 kB | 41 kB Progress (5): 153 kB | 150/164 kB | 13 kB | 22 kB | 41 kB Progress (5): 153 kB | 154/164 kB | 13 kB | 22 kB | 41 kB Progress (5): 153 kB | 158/164 kB | 13 kB | 22 kB | 41 kB Progress (5): 153 kB | 162/164 kB | 13 kB | 22 kB | 41 kB Progress (5): 153 kB | 164 kB | 13 kB | 22 kB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 29 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar (13 kB at 17 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar (41 kB at 54 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 215 kB/s) 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 (2): 153 kB | 4.1/192 kB Progress (2): 153 kB | 7.7/192 kB Progress (2): 153 kB | 12/192 kB Progress (2): 153 kB | 16/192 kB Progress (2): 153 kB | 20/192 kB Progress (2): 153 kB | 24/192 kB Progress (2): 153 kB | 28/192 kB Progress (2): 153 kB | 32/192 kB Progress (2): 153 kB | 33/192 kB Progress (2): 153 kB | 37/192 kB Progress (2): 153 kB | 41/192 kB Progress (2): 153 kB | 45/192 kB Progress (2): 153 kB | 49/192 kB Progress (2): 153 kB | 53/192 kB Progress (2): 153 kB | 57/192 kB Progress (2): 153 kB | 61/192 kB Progress (2): 153 kB | 65/192 kB Progress (2): 153 kB | 66/192 kB Progress (3): 153 kB | 66/192 kB | 4.1/11 kB Progress (3): 153 kB | 70/192 kB | 4.1/11 kB Progress (3): 153 kB | 70/192 kB | 7.7/11 kB Progress (3): 153 kB | 74/192 kB | 7.7/11 kB Progress (3): 153 kB | 74/192 kB | 11 kB Progress (3): 153 kB | 78/192 kB | 11 kB Progress (3): 153 kB | 82/192 kB | 11 kB Progress (3): 153 kB | 86/192 kB | 11 kB Progress (3): 153 kB | 90/192 kB | 11 kB Progress (3): 153 kB | 94/192 kB | 11 kB Progress (3): 153 kB | 98/192 kB | 11 kB Progress (3): 153 kB | 98/192 kB | 11 kB Progress (3): 153 kB | 102/192 kB | 11 kB Progress (3): 153 kB | 106/192 kB | 11 kB Progress (3): 153 kB | 110/192 kB | 11 kB Progress (3): 153 kB | 114/192 kB | 11 kB Progress (3): 153 kB | 118/192 kB | 11 kB Progress (3): 153 kB | 122/192 kB | 11 kB Progress (3): 153 kB | 126/192 kB | 11 kB Progress (3): 153 kB | 130/192 kB | 11 kB Progress (3): 153 kB | 131/192 kB | 11 kB Progress (3): 153 kB | 135/192 kB | 11 kB Progress (3): 153 kB | 139/192 kB | 11 kB Progress (3): 153 kB | 143/192 kB | 11 kB Progress (3): 153 kB | 147/192 kB | 11 kB Progress (3): 153 kB | 151/192 kB | 11 kB Progress (3): 153 kB | 155/192 kB | 11 kB Progress (3): 153 kB | 159/192 kB | 11 kB Progress (3): 153 kB | 163/192 kB | 11 kB Progress (3): 153 kB | 167/192 kB | 11 kB Progress (3): 153 kB | 171/192 kB | 11 kB Progress (3): 153 kB | 175/192 kB | 11 kB Progress (3): 153 kB | 179/192 kB | 11 kB Progress (3): 153 kB | 183/192 kB | 11 kB Progress (3): 153 kB | 187/192 kB | 11 kB Progress (3): 153 kB | 191/192 kB | 11 kB Progress (3): 153 kB | 192 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar (11 kB at 14 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 199 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar (192 kB at 248 kB/s) Progress (1): 4.1/75 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar Progress (1): 7.7/75 kB Progress (1): 12/75 kB Progress (1): 16/75 kB Progress (1): 20/75 kB Progress (1): 24/75 kB Progress (1): 28/75 kB Progress (1): 32/75 kB Progress (1): 33/75 kB Progress (2): 33/75 kB | 4.1/592 kB Progress (2): 37/75 kB | 4.1/592 kB Progress (2): 37/75 kB | 7.7/592 kB Progress (2): 41/75 kB | 7.7/592 kB Progress (2): 41/75 kB | 12/592 kB Progress (2): 45/75 kB | 12/592 kB Progress (2): 49/75 kB | 12/592 kB Progress (2): 49/75 kB | 16/592 kB Progress (2): 53/75 kB | 16/592 kB Progress (2): 57/75 kB | 16/592 kB Progress (2): 57/75 kB | 20/592 kB Progress (2): 61/75 kB | 20/592 kB Progress (2): 61/75 kB | 24/592 kB Progress (2): 65/75 kB | 24/592 kB Progress (2): 65/75 kB | 28/592 kB Progress (2): 69/75 kB | 28/592 kB Progress (2): 69/75 kB | 32/592 kB Progress (2): 73/75 kB | 32/592 kB Progress (2): 73/75 kB | 33/592 kB Progress (2): 75 kB | 33/592 kB Progress (2): 75 kB | 37/592 kB Progress (2): 75 kB | 41/592 kB Progress (2): 75 kB | 45/592 kB Progress (2): 75 kB | 49/592 kB Progress (2): 75 kB | 53/592 kB Progress (2): 75 kB | 57/592 kB Progress (2): 75 kB | 61/592 kB Progress (2): 75 kB | 65/592 kB Progress (2): 75 kB | 66/592 kB Progress (2): 75 kB | 70/592 kB Progress (2): 75 kB | 74/592 kB Progress (2): 75 kB | 78/592 kB Progress (2): 75 kB | 82/592 kB Progress (2): 75 kB | 86/592 kB Progress (2): 75 kB | 90/592 kB Progress (2): 75 kB | 94/592 kB Progress (2): 75 kB | 98/592 kB Progress (2): 75 kB | 98/592 kB Progress (2): 75 kB | 102/592 kB Progress (2): 75 kB | 106/592 kB Progress (2): 75 kB | 110/592 kB Progress (2): 75 kB | 114/592 kB Progress (2): 75 kB | 118/592 kB Progress (2): 75 kB | 122/592 kB Progress (2): 75 kB | 126/592 kB Progress (2): 75 kB | 130/592 kB Progress (2): 75 kB | 131/592 kB Progress (2): 75 kB | 135/592 kB Progress (2): 75 kB | 139/592 kB Progress (2): 75 kB | 143/592 kB Progress (2): 75 kB | 147/592 kB Progress (2): 75 kB | 151/592 kB Progress (2): 75 kB | 155/592 kB Progress (2): 75 kB | 159/592 kB Progress (3): 75 kB | 159/592 kB | 4.1/109 kB Progress (3): 75 kB | 163/592 kB | 4.1/109 kB Progress (3): 75 kB | 163/592 kB | 7.7/109 kB Progress (3): 75 kB | 164/592 kB | 7.7/109 kB Progress (3): 75 kB | 164/592 kB | 12/109 kB Progress (3): 75 kB | 168/592 kB | 12/109 kB Progress (3): 75 kB | 168/592 kB | 16/109 kB Progress (3): 75 kB | 168/592 kB | 20/109 kB Progress (3): 75 kB | 172/592 kB | 20/109 kB Progress (3): 75 kB | 172/592 kB | 24/109 kB Progress (3): 75 kB | 176/592 kB | 24/109 kB Progress (3): 75 kB | 176/592 kB | 28/109 kB Progress (3): 75 kB | 180/592 kB | 28/109 kB Progress (3): 75 kB | 180/592 kB | 32/109 kB Progress (3): 75 kB | 184/592 kB | 32/109 kB Progress (3): 75 kB | 184/592 kB | 36/109 kB Progress (3): 75 kB | 188/592 kB | 36/109 kB Progress (3): 75 kB | 188/592 kB | 40/109 kB Progress (3): 75 kB | 192/592 kB | 40/109 kB Progress (3): 75 kB | 192/592 kB | 44/109 kB Progress (3): 75 kB | 192/592 kB | 48/109 kB Progress (3): 75 kB | 192/592 kB | 52/109 kB Progress (3): 75 kB | 192/592 kB | 56/109 kB Progress (3): 75 kB | 192/592 kB | 60/109 kB Progress (3): 75 kB | 192/592 kB | 64/109 kB Progress (3): 75 kB | 192/592 kB | 68/109 kB Progress (3): 75 kB | 192/592 kB | 72/109 kB Progress (3): 75 kB | 192/592 kB | 76/109 kB Progress (3): 75 kB | 192/592 kB | 80/109 kB Progress (3): 75 kB | 192/592 kB | 84/109 kB Progress (3): 75 kB | 192/592 kB | 88/109 kB Progress (3): 75 kB | 192/592 kB | 92/109 kB Progress (3): 75 kB | 192/592 kB | 96/109 kB Progress (3): 75 kB | 192/592 kB | 100/109 kB Progress (3): 75 kB | 192/592 kB | 104/109 kB Progress (3): 75 kB | 192/592 kB | 108/109 kB Progress (3): 75 kB | 192/592 kB | 109 kB Progress (4): 75 kB | 192/592 kB | 109 kB | 0/2.7 MB Progress (5): 75 kB | 192/592 kB | 109 kB | 0/2.7 MB | 4.1/4.6 kB Progress (5): 75 kB | 192/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 196/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 196/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 197/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 197/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 201/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 201/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 205/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 205/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 209/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 209/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 213/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 213/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 213/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 217/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 221/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 225/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 229/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 229/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 233/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 237/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 237/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 241/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 241/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 241/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 241/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 241/592 kB | 109 kB | 0/2.7 MB | 4.6 kB Progress (5): 75 kB | 241/592 kB | 109 kB | 0.1/2.7 MB | 4.6 kB Progress (5): 75 kB | 241/592 kB | 109 kB | 0.1/2.7 MB | 4.6 kB Progress (5): 75 kB | 241/592 kB | 109 kB | 0.1/2.7 MB | 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 5.5 kB/s) 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 130 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar (75 kB at 91 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar Progress (2): 241/592 kB | 0.1/2.7 MB Progress (2): 245/592 kB | 0.1/2.7 MB Progress (2): 245/592 kB | 0.1/2.7 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar Progress (2): 245/592 kB | 0.1/2.7 MB Progress (2): 249/592 kB | 0.1/2.7 MB Progress (2): 249/592 kB | 0.1/2.7 MB Progress (2): 253/592 kB | 0.1/2.7 MB Progress (2): 253/592 kB | 0.1/2.7 MB Progress (2): 257/592 kB | 0.1/2.7 MB Progress (2): 257/592 kB | 0.1/2.7 MB Progress (2): 261/592 kB | 0.1/2.7 MB Progress (2): 261/592 kB | 0.1/2.7 MB Progress (2): 262/592 kB | 0.1/2.7 MB Progress (2): 262/592 kB | 0.1/2.7 MB Progress (2): 266/592 kB | 0.1/2.7 MB Progress (2): 266/592 kB | 0.1/2.7 MB Progress (2): 270/592 kB | 0.1/2.7 MB Progress (2): 270/592 kB | 0.1/2.7 MB Progress (2): 274/592 kB | 0.1/2.7 MB Progress (2): 274/592 kB | 0.1/2.7 MB Progress (2): 278/592 kB | 0.1/2.7 MB Progress (2): 278/592 kB | 0.1/2.7 MB Progress (2): 278/592 kB | 0.1/2.7 MB Progress (2): 282/592 kB | 0.1/2.7 MB Progress (2): 282/592 kB | 0.1/2.7 MB Progress (2): 286/592 kB | 0.1/2.7 MB Progress (2): 286/592 kB | 0.1/2.7 MB Progress (2): 290/592 kB | 0.1/2.7 MB Progress (2): 290/592 kB | 0.1/2.7 MB Progress (2): 294/592 kB | 0.1/2.7 MB Progress (2): 294/592 kB | 0.1/2.7 MB Progress (2): 295/592 kB | 0.1/2.7 MB Progress (2): 295/592 kB | 0.1/2.7 MB Progress (2): 299/592 kB | 0.1/2.7 MB Progress (2): 299/592 kB | 0.1/2.7 MB Progress (2): 303/592 kB | 0.1/2.7 MB Progress (2): 303/592 kB | 0.1/2.7 MB Progress (2): 307/592 kB | 0.1/2.7 MB Progress (2): 307/592 kB | 0.1/2.7 MB Progress (2): 311/592 kB | 0.1/2.7 MB Progress (2): 311/592 kB | 0.1/2.7 MB Progress (2): 315/592 kB | 0.1/2.7 MB Progress (2): 315/592 kB | 0.1/2.7 MB Progress (2): 319/592 kB | 0.1/2.7 MB Progress (2): 319/592 kB | 0.1/2.7 MB Progress (2): 323/592 kB | 0.1/2.7 MB Progress (2): 323/592 kB | 0.2/2.7 MB Progress (2): 327/592 kB | 0.2/2.7 MB Progress (2): 327/592 kB | 0.2/2.7 MB Progress (2): 328/592 kB | 0.2/2.7 MB Progress (2): 328/592 kB | 0.2/2.7 MB Progress (2): 332/592 kB | 0.2/2.7 MB Progress (2): 336/592 kB | 0.2/2.7 MB Progress (2): 336/592 kB | 0.2/2.7 MB Progress (2): 336/592 kB | 0.2/2.7 MB Progress (2): 340/592 kB | 0.2/2.7 MB Progress (2): 340/592 kB | 0.2/2.7 MB Progress (2): 344/592 kB | 0.2/2.7 MB Progress (2): 344/592 kB | 0.2/2.7 MB Progress (2): 348/592 kB | 0.2/2.7 MB Progress (2): 348/592 kB | 0.2/2.7 MB Progress (2): 352/592 kB | 0.2/2.7 MB Progress (2): 352/592 kB | 0.2/2.7 MB Progress (2): 356/592 kB | 0.2/2.7 MB Progress (2): 356/592 kB | 0.2/2.7 MB Progress (2): 356/592 kB | 0.2/2.7 MB Progress (2): 360/592 kB | 0.2/2.7 MB Progress (2): 360/592 kB | 0.2/2.7 MB Progress (2): 360/592 kB | 0.2/2.7 MB Progress (2): 360/592 kB | 0.2/2.7 MB Progress (2): 365/592 kB | 0.2/2.7 MB Progress (2): 365/592 kB | 0.2/2.7 MB Progress (2): 368/592 kB | 0.2/2.7 MB Progress (2): 368/592 kB | 0.2/2.7 MB Progress (2): 373/592 kB | 0.2/2.7 MB Progress (2): 373/592 kB | 0.2/2.7 MB Progress (2): 376/592 kB | 0.2/2.7 MB Progress (2): 376/592 kB | 0.2/2.7 MB Progress (2): 381/592 kB | 0.2/2.7 MB Progress (2): 381/592 kB | 0.2/2.7 MB Progress (2): 384/592 kB | 0.2/2.7 MB Progress (2): 384/592 kB | 0.2/2.7 MB Progress (2): 389/592 kB | 0.2/2.7 MB Progress (2): 389/592 kB | 0.2/2.7 MB Progress (2): 392/592 kB | 0.2/2.7 MB Progress (2): 392/592 kB | 0.2/2.7 MB Progress (2): 393/592 kB | 0.2/2.7 MB Progress (2): 393/592 kB | 0.2/2.7 MB Progress (2): 397/592 kB | 0.2/2.7 MB Progress (2): 397/592 kB | 0.2/2.7 MB Progress (2): 401/592 kB | 0.2/2.7 MB Progress (2): 401/592 kB | 0.2/2.7 MB Progress (2): 405/592 kB | 0.2/2.7 MB Progress (2): 405/592 kB | 0.2/2.7 MB Progress (2): 409/592 kB | 0.2/2.7 MB Progress (2): 409/592 kB | 0.2/2.7 MB Progress (2): 409/592 kB | 0.2/2.7 MB Progress (2): 413/592 kB | 0.2/2.7 MB Progress (2): 413/592 kB | 0.2/2.7 MB Progress (2): 413/592 kB | 0.3/2.7 MB Progress (2): 417/592 kB | 0.3/2.7 MB Progress (2): 417/592 kB | 0.3/2.7 MB Progress (2): 421/592 kB | 0.3/2.7 MB Progress (2): 421/592 kB | 0.3/2.7 MB Progress (2): 421/592 kB | 0.3/2.7 MB Progress (2): 425/592 kB | 0.3/2.7 MB Progress (2): 425/592 kB | 0.3/2.7 MB Progress (2): 426/592 kB | 0.3/2.7 MB Progress (2): 426/592 kB | 0.3/2.7 MB Progress (2): 430/592 kB | 0.3/2.7 MB Progress (2): 430/592 kB | 0.3/2.7 MB Progress (2): 434/592 kB | 0.3/2.7 MB Progress (2): 434/592 kB | 0.3/2.7 MB Progress (2): 438/592 kB | 0.3/2.7 MB Progress (2): 438/592 kB | 0.3/2.7 MB Progress (2): 442/592 kB | 0.3/2.7 MB Progress (2): 442/592 kB | 0.3/2.7 MB Progress (2): 446/592 kB | 0.3/2.7 MB Progress (2): 446/592 kB | 0.3/2.7 MB Progress (2): 450/592 kB | 0.3/2.7 MB Progress (2): 450/592 kB | 0.3/2.7 MB Progress (2): 454/592 kB | 0.3/2.7 MB Progress (2): 454/592 kB | 0.3/2.7 MB Progress (2): 458/592 kB | 0.3/2.7 MB Progress (2): 458/592 kB | 0.3/2.7 MB Progress (2): 459/592 kB | 0.3/2.7 MB Progress (2): 459/592 kB | 0.3/2.7 MB Progress (2): 463/592 kB | 0.3/2.7 MB Progress (2): 463/592 kB | 0.3/2.7 MB Progress (2): 467/592 kB | 0.3/2.7 MB Progress (2): 467/592 kB | 0.3/2.7 MB Progress (2): 471/592 kB | 0.3/2.7 MB Progress (2): 475/592 kB | 0.3/2.7 MB Progress (2): 475/592 kB | 0.3/2.7 MB Progress (2): 479/592 kB | 0.3/2.7 MB Progress (2): 479/592 kB | 0.3/2.7 MB Progress (2): 483/592 kB | 0.3/2.7 MB Progress (2): 483/592 kB | 0.3/2.7 MB Progress (2): 483/592 kB | 0.3/2.7 MB Progress (2): 487/592 kB | 0.3/2.7 MB Progress (2): 487/592 kB | 0.3/2.7 MB Progress (2): 491/592 kB | 0.3/2.7 MB Progress (2): 492/592 kB | 0.3/2.7 MB Progress (2): 492/592 kB | 0.3/2.7 MB Progress (2): 496/592 kB | 0.3/2.7 MB Progress (2): 496/592 kB | 0.3/2.7 MB Progress (2): 500/592 kB | 0.3/2.7 MB Progress (2): 500/592 kB | 0.3/2.7 MB Progress (2): 504/592 kB | 0.3/2.7 MB Progress (2): 504/592 kB | 0.3/2.7 MB Progress (2): 508/592 kB | 0.3/2.7 MB Progress (2): 508/592 kB | 0.3/2.7 MB Progress (2): 508/592 kB | 0.4/2.7 MB Progress (2): 508/592 kB | 0.4/2.7 MB Progress (2): 508/592 kB | 0.4/2.7 MB Progress (2): 508/592 kB | 0.4/2.7 MB Progress (2): 508/592 kB | 0.4/2.7 MB Progress (2): 508/592 kB | 0.4/2.7 MB Progress (2): 508/592 kB | 0.4/2.7 MB Progress (2): 508/592 kB | 0.4/2.7 MB Progress (2): 508/592 kB | 0.4/2.7 MB Progress (2): 508/592 kB | 0.4/2.7 MB Progress (2): 508/592 kB | 0.4/2.7 MB Progress (2): 508/592 kB | 0.4/2.7 MB Progress (2): 512/592 kB | 0.4/2.7 MB Progress (2): 512/592 kB | 0.4/2.7 MB Progress (2): 516/592 kB | 0.4/2.7 MB Progress (2): 516/592 kB | 0.4/2.7 MB Progress (2): 520/592 kB | 0.4/2.7 MB Progress (2): 520/592 kB | 0.4/2.7 MB Progress (2): 524/592 kB | 0.4/2.7 MB Progress (2): 524/592 kB | 0.4/2.7 MB Progress (2): 524/592 kB | 0.4/2.7 MB Progress (2): 528/592 kB | 0.4/2.7 MB Progress (2): 528/592 kB | 0.4/2.7 MB Progress (2): 532/592 kB | 0.4/2.7 MB Progress (2): 532/592 kB | 0.4/2.7 MB Progress (2): 536/592 kB | 0.4/2.7 MB Progress (2): 536/592 kB | 0.4/2.7 MB Progress (2): 540/592 kB | 0.4/2.7 MB Progress (2): 540/592 kB | 0.4/2.7 MB Progress (2): 544/592 kB | 0.4/2.7 MB Progress (2): 548/592 kB | 0.4/2.7 MB Progress (2): 548/592 kB | 0.4/2.7 MB Progress (2): 552/592 kB | 0.4/2.7 MB Progress (2): 552/592 kB | 0.4/2.7 MB Progress (2): 556/592 kB | 0.4/2.7 MB Progress (2): 557/592 kB | 0.4/2.7 MB Progress (2): 557/592 kB | 0.4/2.7 MB Progress (2): 561/592 kB | 0.4/2.7 MB Progress (2): 565/592 kB | 0.4/2.7 MB Progress (2): 569/592 kB | 0.4/2.7 MB Progress (2): 573/592 kB | 0.4/2.7 MB Progress (2): 577/592 kB | 0.4/2.7 MB Progress (2): 581/592 kB | 0.4/2.7 MB Progress (2): 585/592 kB | 0.4/2.7 MB Progress (2): 589/592 kB | 0.4/2.7 MB Progress (2): 592 kB | 0.4/2.7 MB Progress (2): 592 kB | 0.4/2.7 MB Progress (2): 592 kB | 0.4/2.7 MB Progress (2): 592 kB | 0.4/2.7 MB Progress (2): 592 kB | 0.4/2.7 MB Progress (2): 592 kB | 0.4/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.5/2.7 MB Progress (2): 592 kB | 0.6/2.7 MB Progress (2): 592 kB | 0.6/2.7 MB Progress (2): 592 kB | 0.6/2.7 MB Progress (2): 592 kB | 0.6/2.7 MB Progress (2): 592 kB | 0.6/2.7 MB Progress (3): 592 kB | 0.6/2.7 MB | 4.1/20 kB Progress (3): 592 kB | 0.6/2.7 MB | 4.1/20 kB Progress (3): 592 kB | 0.6/2.7 MB | 7.7/20 kB Progress (3): 592 kB | 0.6/2.7 MB | 7.7/20 kB Progress (4): 592 kB | 0.6/2.7 MB | 7.7/20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 7.7/20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 12/20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 12/20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 16/20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 16/20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 20/20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 20/20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB Progress (4): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB Progress (5): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB | 4.1/193 kB Progress (5): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB | 4.1/193 kB Progress (5): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB | 7.7/193 kB Progress (5): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB | 7.7/193 kB Progress (5): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB | 12/193 kB Progress (5): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB | 12/193 kB Progress (5): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB | 16/193 kB Progress (5): 592 kB | 0.6/2.7 MB | 20 kB | 2.2 kB | 20/193 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 691 kB/s) Progress (4): 0.6/2.7 MB | 20 kB | 2.2 kB | 20/193 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar Progress (4): 0.6/2.7 MB | 20 kB | 2.2 kB | 24/193 kB Progress (4): 0.6/2.7 MB | 20 kB | 2.2 kB | 24/193 kB Progress (4): 0.6/2.7 MB | 20 kB | 2.2 kB | 28/193 kB Progress (4): 0.6/2.7 MB | 20 kB | 2.2 kB | 28/193 kB Progress (4): 0.6/2.7 MB | 20 kB | 2.2 kB | 32/193 kB Progress (4): 0.6/2.7 MB | 20 kB | 2.2 kB | 32/193 kB Progress (4): 0.6/2.7 MB | 20 kB | 2.2 kB | 36/193 kB Progress (4): 0.6/2.7 MB | 20 kB | 2.2 kB | 40/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 40/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 44/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 44/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 48/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 48/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 52/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 52/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 56/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 56/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 60/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 60/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 64/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 64/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 68/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 68/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 72/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 72/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 76/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 76/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 80/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 80/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 84/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 84/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 88/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 88/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 92/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 92/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 96/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 96/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 100/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 100/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 104/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 104/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 108/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 108/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 112/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 112/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 116/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 116/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 120/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 120/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 124/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 124/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 128/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 128/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 131/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 131/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 135/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 135/193 kB Progress (4): 0.7/2.7 MB | 20 kB | 2.2 kB | 139/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 139/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 143/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 143/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 147/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 147/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 151/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 151/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 151/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 151/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 151/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 151/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 151/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 151/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 151/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 151/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 151/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 151/193 kB Progress (4): 0.8/2.7 MB | 20 kB | 2.2 kB | 151/193 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 23 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar Progress (3): 0.8/2.7 MB | 2.2 kB | 155/193 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 2.4 kB/s) Progress (2): 0.8/2.7 MB | 155/193 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar Progress (2): 0.8/2.7 MB | 159/193 kB Progress (2): 0.8/2.7 MB | 159/193 kB Progress (2): 0.8/2.7 MB | 159/193 kB Progress (2): 0.8/2.7 MB | 163/193 kB Progress (2): 0.8/2.7 MB | 163/193 kB Progress (2): 0.8/2.7 MB | 167/193 kB Progress (2): 0.8/2.7 MB | 167/193 kB Progress (2): 0.8/2.7 MB | 171/193 kB Progress (2): 0.8/2.7 MB | 171/193 kB Progress (2): 0.8/2.7 MB | 175/193 kB Progress (2): 0.8/2.7 MB | 175/193 kB Progress (2): 0.8/2.7 MB | 179/193 kB Progress (2): 0.8/2.7 MB | 179/193 kB Progress (2): 0.8/2.7 MB | 183/193 kB Progress (2): 0.8/2.7 MB | 183/193 kB Progress (2): 0.8/2.7 MB | 187/193 kB Progress (2): 0.8/2.7 MB | 187/193 kB Progress (2): 0.8/2.7 MB | 191/193 kB Progress (2): 0.9/2.7 MB | 191/193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 0.9/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.0/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (2): 1.1/2.7 MB | 193 kB Progress (3): 1.1/2.7 MB | 193 kB | 4.1/8.8 kB Progress (4): 1.1/2.7 MB | 193 kB | 4.1/8.8 kB | 3.4 kB Progress (4): 1.1/2.7 MB | 193 kB | 7.7/8.8 kB | 3.4 kB Progress (4): 1.1/2.7 MB | 193 kB | 7.7/8.8 kB | 3.4 kB Progress (4): 1.1/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.2/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.3/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.4/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.4/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.4/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.4/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.4/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.4/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.4/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.4/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.4/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Progress (4): 1.4/2.7 MB | 193 kB | 8.8 kB | 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 9.2 kB/s) Progress (3): 1.4/2.7 MB | 193 kB | 3.4 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 3.6 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar Progress (2): 1.4/2.7 MB | 193 kB Progress (3): 1.4/2.7 MB | 193 kB | 4.1/14 kB Progress (3): 1.4/2.7 MB | 193 kB | 4.1/14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 203 kB/s) Progress (2): 1.4/2.7 MB | 4.1/14 kB Progress (2): 1.4/2.7 MB | 7.7/14 kB Progress (2): 1.4/2.7 MB | 7.7/14 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Progress (2): 1.4/2.7 MB | 7.7/14 kB Progress (2): 1.4/2.7 MB | 12/14 kB Progress (2): 1.4/2.7 MB | 12/14 kB Progress (2): 1.4/2.7 MB | 14 kB Progress (2): 1.4/2.7 MB | 14 kB Progress (2): 1.4/2.7 MB | 14 kB Progress (2): 1.4/2.7 MB | 14 kB Progress (2): 1.4/2.7 MB | 14 kB Progress (2): 1.4/2.7 MB | 14 kB Progress (2): 1.4/2.7 MB | 14 kB Progress (2): 1.4/2.7 MB | 14 kB Progress (2): 1.4/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.5/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.6/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.7/2.7 MB | 14 kB Progress (2): 1.8/2.7 MB | 14 kB Progress (2): 1.8/2.7 MB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar (14 kB at 14 kB/s) Progress (1): 1.8/2.7 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (2): 1.9/2.7 MB | 4.1/768 kB Progress (2): 2.0/2.7 MB | 4.1/768 kB Progress (2): 2.0/2.7 MB | 7.7/768 kB Progress (2): 2.0/2.7 MB | 12/768 kB Progress (2): 2.0/2.7 MB | 16/768 kB Progress (3): 2.0/2.7 MB | 16/768 kB | 4.1/327 kB Progress (4): 2.0/2.7 MB | 16/768 kB | 4.1/327 kB | 4.1/62 kB Progress (5): 2.0/2.7 MB | 16/768 kB | 4.1/327 kB | 4.1/62 kB | 4.1/335 kB Progress (5): 2.0/2.7 MB | 16/768 kB | 4.1/327 kB | 4.1/62 kB | 4.1/335 kB Progress (5): 2.0/2.7 MB | 16/768 kB | 4.1/327 kB | 4.1/62 kB | 7.7/335 kB Progress (5): 2.0/2.7 MB | 16/768 kB | 4.1/327 kB | 7.7/62 kB | 7.7/335 kB Progress (5): 2.0/2.7 MB | 16/768 kB | 7.7/327 kB | 7.7/62 kB | 7.7/335 kB Progress (5): 2.0/2.7 MB | 20/768 kB | 7.7/327 kB | 7.7/62 kB | 7.7/335 kB Progress (5): 2.0/2.7 MB | 20/768 kB | 12/327 kB | 7.7/62 kB | 7.7/335 kB Progress (5): 2.0/2.7 MB | 20/768 kB | 16/327 kB | 7.7/62 kB | 7.7/335 kB Progress (5): 2.0/2.7 MB | 20/768 kB | 16/327 kB | 12/62 kB | 7.7/335 kB Progress (5): 2.0/2.7 MB | 20/768 kB | 16/327 kB | 16/62 kB | 7.7/335 kB Progress (5): 2.0/2.7 MB | 20/768 kB | 16/327 kB | 16/62 kB | 12/335 kB Progress (5): 2.0/2.7 MB | 20/768 kB | 16/327 kB | 16/62 kB | 12/335 kB Progress (5): 2.0/2.7 MB | 20/768 kB | 16/327 kB | 16/62 kB | 16/335 kB Progress (5): 2.0/2.7 MB | 20/768 kB | 16/327 kB | 20/62 kB | 16/335 kB Progress (5): 2.0/2.7 MB | 20/768 kB | 20/327 kB | 20/62 kB | 16/335 kB Progress (5): 2.0/2.7 MB | 24/768 kB | 20/327 kB | 20/62 kB | 16/335 kB Progress (5): 2.0/2.7 MB | 24/768 kB | 24/327 kB | 20/62 kB | 16/335 kB Progress (5): 2.0/2.7 MB | 24/768 kB | 24/327 kB | 24/62 kB | 16/335 kB Progress (5): 2.0/2.7 MB | 24/768 kB | 24/327 kB | 24/62 kB | 20/335 kB Progress (5): 2.0/2.7 MB | 24/768 kB | 24/327 kB | 24/62 kB | 20/335 kB Progress (5): 2.0/2.7 MB | 24/768 kB | 24/327 kB | 24/62 kB | 24/335 kB Progress (5): 2.0/2.7 MB | 24/768 kB | 24/327 kB | 24/62 kB | 24/335 kB Progress (5): 2.0/2.7 MB | 24/768 kB | 24/327 kB | 24/62 kB | 28/335 kB Progress (5): 2.0/2.7 MB | 24/768 kB | 24/327 kB | 28/62 kB | 28/335 kB Progress (5): 2.0/2.7 MB | 24/768 kB | 28/327 kB | 28/62 kB | 28/335 kB Progress (5): 2.0/2.7 MB | 28/768 kB | 28/327 kB | 28/62 kB | 28/335 kB Progress (5): 2.0/2.7 MB | 28/768 kB | 32/327 kB | 28/62 kB | 28/335 kB Progress (5): 2.0/2.7 MB | 28/768 kB | 32/327 kB | 32/62 kB | 28/335 kB Progress (5): 2.0/2.7 MB | 28/768 kB | 32/327 kB | 32/62 kB | 32/335 kB Progress (5): 2.0/2.7 MB | 28/768 kB | 32/327 kB | 32/62 kB | 32/335 kB Progress (5): 2.0/2.7 MB | 28/768 kB | 32/327 kB | 32/62 kB | 33/335 kB Progress (5): 2.0/2.7 MB | 28/768 kB | 32/327 kB | 36/62 kB | 33/335 kB Progress (5): 2.0/2.7 MB | 28/768 kB | 33/327 kB | 36/62 kB | 33/335 kB Progress (5): 2.0/2.7 MB | 32/768 kB | 33/327 kB | 36/62 kB | 33/335 kB Progress (5): 2.0/2.7 MB | 32/768 kB | 37/327 kB | 36/62 kB | 33/335 kB Progress (5): 2.0/2.7 MB | 32/768 kB | 37/327 kB | 40/62 kB | 33/335 kB Progress (5): 2.0/2.7 MB | 32/768 kB | 37/327 kB | 40/62 kB | 37/335 kB Progress (5): 2.0/2.7 MB | 32/768 kB | 37/327 kB | 40/62 kB | 37/335 kB Progress (5): 2.0/2.7 MB | 32/768 kB | 37/327 kB | 40/62 kB | 41/335 kB Progress (5): 2.0/2.7 MB | 32/768 kB | 37/327 kB | 44/62 kB | 41/335 kB Progress (5): 2.0/2.7 MB | 32/768 kB | 41/327 kB | 44/62 kB | 41/335 kB Progress (5): 2.0/2.7 MB | 33/768 kB | 41/327 kB | 44/62 kB | 41/335 kB Progress (5): 2.0/2.7 MB | 33/768 kB | 45/327 kB | 44/62 kB | 41/335 kB Progress (5): 2.0/2.7 MB | 33/768 kB | 45/327 kB | 48/62 kB | 41/335 kB Progress (5): 2.0/2.7 MB | 33/768 kB | 45/327 kB | 48/62 kB | 45/335 kB Progress (5): 2.0/2.7 MB | 33/768 kB | 45/327 kB | 48/62 kB | 45/335 kB Progress (5): 2.0/2.7 MB | 33/768 kB | 45/327 kB | 48/62 kB | 49/335 kB Progress (5): 2.0/2.7 MB | 33/768 kB | 45/327 kB | 52/62 kB | 49/335 kB Progress (5): 2.0/2.7 MB | 33/768 kB | 49/327 kB | 52/62 kB | 49/335 kB Progress (5): 2.0/2.7 MB | 37/768 kB | 49/327 kB | 52/62 kB | 49/335 kB Progress (5): 2.0/2.7 MB | 37/768 kB | 53/327 kB | 52/62 kB | 49/335 kB Progress (5): 2.0/2.7 MB | 37/768 kB | 53/327 kB | 56/62 kB | 49/335 kB Progress (5): 2.0/2.7 MB | 37/768 kB | 53/327 kB | 56/62 kB | 53/335 kB Progress (5): 2.0/2.7 MB | 37/768 kB | 53/327 kB | 56/62 kB | 53/335 kB Progress (5): 2.0/2.7 MB | 37/768 kB | 53/327 kB | 56/62 kB | 57/335 kB Progress (5): 2.0/2.7 MB | 37/768 kB | 53/327 kB | 60/62 kB | 57/335 kB Progress (5): 2.0/2.7 MB | 37/768 kB | 57/327 kB | 60/62 kB | 57/335 kB Progress (5): 2.0/2.7 MB | 41/768 kB | 57/327 kB | 60/62 kB | 57/335 kB Progress (5): 2.0/2.7 MB | 41/768 kB | 57/327 kB | 62 kB | 57/335 kB Progress (5): 2.0/2.7 MB | 41/768 kB | 57/327 kB | 62 kB | 61/335 kB Progress (5): 2.0/2.7 MB | 41/768 kB | 57/327 kB | 62 kB | 65/335 kB Progress (5): 2.0/2.7 MB | 41/768 kB | 57/327 kB | 62 kB | 66/335 kB Progress (5): 2.0/2.7 MB | 41/768 kB | 57/327 kB | 62 kB | 66/335 kB Progress (5): 2.0/2.7 MB | 41/768 kB | 57/327 kB | 62 kB | 70/335 kB Progress (5): 2.0/2.7 MB | 45/768 kB | 57/327 kB | 62 kB | 70/335 kB Progress (5): 2.0/2.7 MB | 45/768 kB | 61/327 kB | 62 kB | 70/335 kB Progress (5): 2.0/2.7 MB | 49/768 kB | 61/327 kB | 62 kB | 70/335 kB Progress (5): 2.0/2.7 MB | 49/768 kB | 61/327 kB | 62 kB | 74/335 kB Progress (5): 2.0/2.7 MB | 49/768 kB | 61/327 kB | 62 kB | 74/335 kB Progress (5): 2.0/2.7 MB | 49/768 kB | 61/327 kB | 62 kB | 78/335 kB Progress (5): 2.0/2.7 MB | 53/768 kB | 61/327 kB | 62 kB | 78/335 kB Progress (5): 2.0/2.7 MB | 53/768 kB | 65/327 kB | 62 kB | 78/335 kB Progress (5): 2.0/2.7 MB | 57/768 kB | 65/327 kB | 62 kB | 78/335 kB Progress (5): 2.0/2.7 MB | 57/768 kB | 65/327 kB | 62 kB | 82/335 kB Progress (5): 2.0/2.7 MB | 61/768 kB | 65/327 kB | 62 kB | 82/335 kB Progress (5): 2.0/2.7 MB | 61/768 kB | 65/327 kB | 62 kB | 82/335 kB Progress (5): 2.0/2.7 MB | 65/768 kB | 65/327 kB | 62 kB | 82/335 kB Progress (5): 2.0/2.7 MB | 65/768 kB | 65/327 kB | 62 kB | 86/335 kB Progress (5): 2.0/2.7 MB | 65/768 kB | 66/327 kB | 62 kB | 86/335 kB Progress (5): 2.0/2.7 MB | 65/768 kB | 66/327 kB | 62 kB | 90/335 kB Progress (5): 2.0/2.7 MB | 66/768 kB | 66/327 kB | 62 kB | 90/335 kB Progress (5): 2.0/2.7 MB | 66/768 kB | 66/327 kB | 62 kB | 90/335 kB Progress (5): 2.0/2.7 MB | 70/768 kB | 66/327 kB | 62 kB | 90/335 kB Progress (5): 2.0/2.7 MB | 70/768 kB | 66/327 kB | 62 kB | 94/335 kB Progress (5): 2.0/2.7 MB | 70/768 kB | 70/327 kB | 62 kB | 94/335 kB Progress (5): 2.0/2.7 MB | 70/768 kB | 70/327 kB | 62 kB | 98/335 kB Progress (5): 2.0/2.7 MB | 74/768 kB | 70/327 kB | 62 kB | 98/335 kB Progress (5): 2.0/2.7 MB | 74/768 kB | 70/327 kB | 62 kB | 98/335 kB Progress (5): 2.0/2.7 MB | 78/768 kB | 70/327 kB | 62 kB | 98/335 kB Progress (5): 2.0/2.7 MB | 78/768 kB | 70/327 kB | 62 kB | 98/335 kB Progress (5): 2.0/2.7 MB | 78/768 kB | 74/327 kB | 62 kB | 98/335 kB Progress (5): 2.0/2.7 MB | 78/768 kB | 74/327 kB | 62 kB | 102/335 kB Progress (5): 2.0/2.7 MB | 82/768 kB | 74/327 kB | 62 kB | 102/335 kB Progress (5): 2.0/2.7 MB | 82/768 kB | 74/327 kB | 62 kB | 102/335 kB Progress (5): 2.0/2.7 MB | 86/768 kB | 74/327 kB | 62 kB | 102/335 kB Progress (5): 2.0/2.7 MB | 86/768 kB | 74/327 kB | 62 kB | 106/335 kB Progress (5): 2.0/2.7 MB | 86/768 kB | 78/327 kB | 62 kB | 106/335 kB Progress (5): 2.0/2.7 MB | 86/768 kB | 78/327 kB | 62 kB | 110/335 kB Progress (5): 2.0/2.7 MB | 90/768 kB | 78/327 kB | 62 kB | 110/335 kB Progress (5): 2.0/2.7 MB | 90/768 kB | 78/327 kB | 62 kB | 110/335 kB Progress (5): 2.0/2.7 MB | 94/768 kB | 78/327 kB | 62 kB | 110/335 kB Progress (5): 2.0/2.7 MB | 94/768 kB | 78/327 kB | 62 kB | 114/335 kB Progress (5): 2.0/2.7 MB | 94/768 kB | 82/327 kB | 62 kB | 114/335 kB Progress (5): 2.0/2.7 MB | 94/768 kB | 82/327 kB | 62 kB | 118/335 kB Progress (5): 2.0/2.7 MB | 98/768 kB | 82/327 kB | 62 kB | 118/335 kB Progress (5): 2.0/2.7 MB | 98/768 kB | 82/327 kB | 62 kB | 118/335 kB Progress (5): 2.0/2.7 MB | 98/768 kB | 82/327 kB | 62 kB | 118/335 kB Progress (5): 2.0/2.7 MB | 98/768 kB | 82/327 kB | 62 kB | 122/335 kB Progress (5): 2.0/2.7 MB | 98/768 kB | 86/327 kB | 62 kB | 122/335 kB Progress (5): 2.0/2.7 MB | 98/768 kB | 86/327 kB | 62 kB | 126/335 kB Progress (5): 2.0/2.7 MB | 102/768 kB | 86/327 kB | 62 kB | 126/335 kB Progress (5): 2.0/2.7 MB | 102/768 kB | 86/327 kB | 62 kB | 126/335 kB Progress (5): 2.0/2.7 MB | 106/768 kB | 86/327 kB | 62 kB | 126/335 kB Progress (5): 2.0/2.7 MB | 106/768 kB | 86/327 kB | 62 kB | 130/335 kB Progress (5): 2.0/2.7 MB | 106/768 kB | 90/327 kB | 62 kB | 130/335 kB Progress (5): 2.0/2.7 MB | 106/768 kB | 90/327 kB | 62 kB | 131/335 kB Progress (5): 2.0/2.7 MB | 110/768 kB | 90/327 kB | 62 kB | 131/335 kB Progress (5): 2.0/2.7 MB | 110/768 kB | 90/327 kB | 62 kB | 131/335 kB Progress (5): 2.0/2.7 MB | 114/768 kB | 90/327 kB | 62 kB | 131/335 kB Progress (5): 2.0/2.7 MB | 114/768 kB | 90/327 kB | 62 kB | 135/335 kB Progress (5): 2.0/2.7 MB | 114/768 kB | 94/327 kB | 62 kB | 135/335 kB Progress (5): 2.0/2.7 MB | 114/768 kB | 94/327 kB | 62 kB | 139/335 kB Progress (5): 2.0/2.7 MB | 118/768 kB | 94/327 kB | 62 kB | 139/335 kB Progress (5): 2.0/2.7 MB | 118/768 kB | 94/327 kB | 62 kB | 139/335 kB Progress (5): 2.0/2.7 MB | 122/768 kB | 94/327 kB | 62 kB | 139/335 kB Progress (5): 2.0/2.7 MB | 122/768 kB | 94/327 kB | 62 kB | 143/335 kB Progress (5): 2.0/2.7 MB | 122/768 kB | 98/327 kB | 62 kB | 143/335 kB Progress (5): 2.0/2.7 MB | 122/768 kB | 98/327 kB | 62 kB | 147/335 kB Progress (5): 2.0/2.7 MB | 126/768 kB | 98/327 kB | 62 kB | 147/335 kB Progress (5): 2.0/2.7 MB | 126/768 kB | 98/327 kB | 62 kB | 147/335 kB Progress (5): 2.0/2.7 MB | 130/768 kB | 98/327 kB | 62 kB | 147/335 kB Progress (5): 2.0/2.7 MB | 130/768 kB | 98/327 kB | 62 kB | 151/335 kB Progress (5): 2.0/2.7 MB | 130/768 kB | 98/327 kB | 62 kB | 151/335 kB Progress (5): 2.0/2.7 MB | 130/768 kB | 98/327 kB | 62 kB | 155/335 kB Progress (5): 2.0/2.7 MB | 131/768 kB | 98/327 kB | 62 kB | 155/335 kB Progress (5): 2.0/2.7 MB | 131/768 kB | 98/327 kB | 62 kB | 155/335 kB Progress (5): 2.0/2.7 MB | 135/768 kB | 98/327 kB | 62 kB | 155/335 kB Progress (5): 2.0/2.7 MB | 135/768 kB | 98/327 kB | 62 kB | 159/335 kB Progress (5): 2.0/2.7 MB | 135/768 kB | 102/327 kB | 62 kB | 159/335 kB Progress (5): 2.0/2.7 MB | 135/768 kB | 102/327 kB | 62 kB | 163/335 kB Progress (5): 2.0/2.7 MB | 139/768 kB | 102/327 kB | 62 kB | 163/335 kB Progress (5): 2.0/2.7 MB | 139/768 kB | 102/327 kB | 62 kB | 163/335 kB Progress (5): 2.0/2.7 MB | 143/768 kB | 102/327 kB | 62 kB | 163/335 kB Progress (5): 2.0/2.7 MB | 143/768 kB | 102/327 kB | 62 kB | 164/335 kB Progress (5): 2.0/2.7 MB | 143/768 kB | 106/327 kB | 62 kB | 164/335 kB Progress (5): 2.0/2.7 MB | 143/768 kB | 106/327 kB | 62 kB | 168/335 kB Progress (5): 2.0/2.7 MB | 147/768 kB | 106/327 kB | 62 kB | 168/335 kB Progress (5): 2.0/2.7 MB | 147/768 kB | 106/327 kB | 62 kB | 168/335 kB Progress (5): 2.0/2.7 MB | 151/768 kB | 106/327 kB | 62 kB | 168/335 kB Progress (5): 2.0/2.7 MB | 151/768 kB | 106/327 kB | 62 kB | 172/335 kB Progress (5): 2.0/2.7 MB | 151/768 kB | 110/327 kB | 62 kB | 172/335 kB Progress (5): 2.0/2.7 MB | 151/768 kB | 110/327 kB | 62 kB | 176/335 kB Progress (5): 2.0/2.7 MB | 155/768 kB | 110/327 kB | 62 kB | 176/335 kB Progress (5): 2.0/2.7 MB | 155/768 kB | 110/327 kB | 62 kB | 176/335 kB Progress (5): 2.0/2.7 MB | 159/768 kB | 110/327 kB | 62 kB | 176/335 kB Progress (5): 2.0/2.7 MB | 159/768 kB | 110/327 kB | 62 kB | 180/335 kB Progress (5): 2.0/2.7 MB | 159/768 kB | 114/327 kB | 62 kB | 180/335 kB Progress (5): 2.0/2.7 MB | 159/768 kB | 114/327 kB | 62 kB | 184/335 kB Progress (5): 2.0/2.7 MB | 163/768 kB | 114/327 kB | 62 kB | 184/335 kB Progress (5): 2.1/2.7 MB | 163/768 kB | 114/327 kB | 62 kB | 184/335 kB Progress (5): 2.1/2.7 MB | 164/768 kB | 114/327 kB | 62 kB | 184/335 kB Progress (5): 2.1/2.7 MB | 164/768 kB | 114/327 kB | 62 kB | 188/335 kB Progress (5): 2.1/2.7 MB | 164/768 kB | 118/327 kB | 62 kB | 188/335 kB Progress (5): 2.1/2.7 MB | 164/768 kB | 118/327 kB | 62 kB | 192/335 kB Progress (5): 2.1/2.7 MB | 168/768 kB | 118/327 kB | 62 kB | 192/335 kB Progress (5): 2.1/2.7 MB | 168/768 kB | 118/327 kB | 62 kB | 192/335 kB Progress (5): 2.1/2.7 MB | 172/768 kB | 118/327 kB | 62 kB | 192/335 kB Progress (5): 2.1/2.7 MB | 172/768 kB | 118/327 kB | 62 kB | 196/335 kB Progress (5): 2.1/2.7 MB | 172/768 kB | 122/327 kB | 62 kB | 196/335 kB Progress (5): 2.1/2.7 MB | 172/768 kB | 122/327 kB | 62 kB | 197/335 kB Progress (5): 2.1/2.7 MB | 176/768 kB | 122/327 kB | 62 kB | 197/335 kB Progress (5): 2.1/2.7 MB | 176/768 kB | 122/327 kB | 62 kB | 197/335 kB Progress (5): 2.1/2.7 MB | 180/768 kB | 122/327 kB | 62 kB | 197/335 kB Progress (5): 2.1/2.7 MB | 180/768 kB | 122/327 kB | 62 kB | 201/335 kB Progress (5): 2.1/2.7 MB | 180/768 kB | 126/327 kB | 62 kB | 201/335 kB Progress (5): 2.1/2.7 MB | 180/768 kB | 126/327 kB | 62 kB | 205/335 kB Progress (5): 2.1/2.7 MB | 184/768 kB | 126/327 kB | 62 kB | 205/335 kB Progress (5): 2.1/2.7 MB | 184/768 kB | 126/327 kB | 62 kB | 205/335 kB Progress (5): 2.1/2.7 MB | 188/768 kB | 126/327 kB | 62 kB | 205/335 kB Progress (5): 2.1/2.7 MB | 188/768 kB | 126/327 kB | 62 kB | 209/335 kB Progress (5): 2.1/2.7 MB | 188/768 kB | 130/327 kB | 62 kB | 209/335 kB Progress (5): 2.1/2.7 MB | 188/768 kB | 130/327 kB | 62 kB | 213/335 kB Progress (5): 2.1/2.7 MB | 192/768 kB | 130/327 kB | 62 kB | 213/335 kB Progress (5): 2.1/2.7 MB | 192/768 kB | 130/327 kB | 62 kB | 213/335 kB Progress (5): 2.1/2.7 MB | 196/768 kB | 130/327 kB | 62 kB | 213/335 kB Progress (5): 2.1/2.7 MB | 196/768 kB | 130/327 kB | 62 kB | 217/335 kB Progress (5): 2.1/2.7 MB | 196/768 kB | 131/327 kB | 62 kB | 217/335 kB Progress (5): 2.1/2.7 MB | 196/768 kB | 131/327 kB | 62 kB | 221/335 kB Progress (5): 2.1/2.7 MB | 197/768 kB | 131/327 kB | 62 kB | 221/335 kB Progress (5): 2.1/2.7 MB | 197/768 kB | 131/327 kB | 62 kB | 221/335 kB Progress (5): 2.1/2.7 MB | 201/768 kB | 131/327 kB | 62 kB | 221/335 kB Progress (5): 2.1/2.7 MB | 201/768 kB | 131/327 kB | 62 kB | 221/335 kB Progress (5): 2.1/2.7 MB | 201/768 kB | 131/327 kB | 62 kB | 225/335 kB Progress (5): 2.1/2.7 MB | 201/768 kB | 135/327 kB | 62 kB | 225/335 kB Progress (5): 2.1/2.7 MB | 201/768 kB | 135/327 kB | 62 kB | 229/335 kB Progress (5): 2.1/2.7 MB | 201/768 kB | 135/327 kB | 62 kB | 229/335 kB Progress (5): 2.1/2.7 MB | 205/768 kB | 135/327 kB | 62 kB | 229/335 kB Progress (5): 2.1/2.7 MB | 205/768 kB | 135/327 kB | 62 kB | 229/335 kB Progress (5): 2.1/2.7 MB | 205/768 kB | 135/327 kB | 62 kB | 229/335 kB Progress (5): 2.1/2.7 MB | 205/768 kB | 139/327 kB | 62 kB | 229/335 kB Progress (5): 2.1/2.7 MB | 205/768 kB | 139/327 kB | 62 kB | 233/335 kB Progress (5): 2.1/2.7 MB | 205/768 kB | 139/327 kB | 62 kB | 233/335 kB Progress (5): 2.1/2.7 MB | 209/768 kB | 139/327 kB | 62 kB | 233/335 kB Progress (5): 2.1/2.7 MB | 209/768 kB | 139/327 kB | 62 kB | 233/335 kB Progress (5): 2.1/2.7 MB | 209/768 kB | 139/327 kB | 62 kB | 237/335 kB Progress (5): 2.1/2.7 MB | 209/768 kB | 143/327 kB | 62 kB | 237/335 kB Progress (5): 2.1/2.7 MB | 209/768 kB | 143/327 kB | 62 kB | 241/335 kB Progress (5): 2.1/2.7 MB | 209/768 kB | 143/327 kB | 62 kB | 241/335 kB Progress (5): 2.1/2.7 MB | 213/768 kB | 143/327 kB | 62 kB | 241/335 kB Progress (5): 2.1/2.7 MB | 213/768 kB | 143/327 kB | 62 kB | 241/335 kB Progress (5): 2.1/2.7 MB | 217/768 kB | 143/327 kB | 62 kB | 241/335 kB Progress (5): 2.1/2.7 MB | 217/768 kB | 143/327 kB | 62 kB | 245/335 kB Progress (5): 2.1/2.7 MB | 217/768 kB | 147/327 kB | 62 kB | 245/335 kB Progress (5): 2.1/2.7 MB | 217/768 kB | 147/327 kB | 62 kB | 249/335 kB Progress (5): 2.1/2.7 MB | 221/768 kB | 147/327 kB | 62 kB | 249/335 kB Progress (5): 2.1/2.7 MB | 221/768 kB | 147/327 kB | 62 kB | 249/335 kB Progress (5): 2.1/2.7 MB | 225/768 kB | 147/327 kB | 62 kB | 249/335 kB Progress (5): 2.1/2.7 MB | 225/768 kB | 147/327 kB | 62 kB | 253/335 kB Progress (5): 2.1/2.7 MB | 225/768 kB | 151/327 kB | 62 kB | 253/335 kB Progress (5): 2.1/2.7 MB | 225/768 kB | 151/327 kB | 62 kB | 257/335 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 58 kB/s) Progress (4): 2.1/2.7 MB | 229/768 kB | 151/327 kB | 257/335 kB Progress (4): 2.1/2.7 MB | 229/768 kB | 151/327 kB | 257/335 kB Progress (4): 2.1/2.7 MB | 229/768 kB | 151/327 kB | 257/335 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar Progress (4): 2.1/2.7 MB | 229/768 kB | 151/327 kB | 261/335 kB Progress (4): 2.1/2.7 MB | 229/768 kB | 155/327 kB | 261/335 kB Progress (4): 2.1/2.7 MB | 229/768 kB | 155/327 kB | 262/335 kB Progress (4): 2.1/2.7 MB | 233/768 kB | 155/327 kB | 262/335 kB Progress (4): 2.1/2.7 MB | 233/768 kB | 155/327 kB | 266/335 kB Progress (4): 2.1/2.7 MB | 233/768 kB | 155/327 kB | 266/335 kB Progress (4): 2.1/2.7 MB | 233/768 kB | 155/327 kB | 270/335 kB Progress (4): 2.1/2.7 MB | 237/768 kB | 155/327 kB | 270/335 kB Progress (4): 2.1/2.7 MB | 237/768 kB | 159/327 kB | 270/335 kB Progress (4): 2.1/2.7 MB | 241/768 kB | 159/327 kB | 270/335 kB Progress (4): 2.1/2.7 MB | 241/768 kB | 159/327 kB | 274/335 kB Progress (4): 2.1/2.7 MB | 241/768 kB | 159/327 kB | 274/335 kB Progress (4): 2.1/2.7 MB | 241/768 kB | 159/327 kB | 278/335 kB Progress (4): 2.1/2.7 MB | 245/768 kB | 159/327 kB | 278/335 kB Progress (4): 2.1/2.7 MB | 245/768 kB | 159/327 kB | 282/335 kB Progress (4): 2.1/2.7 MB | 245/768 kB | 163/327 kB | 282/335 kB Progress (4): 2.1/2.7 MB | 245/768 kB | 163/327 kB | 286/335 kB Progress (4): 2.1/2.7 MB | 249/768 kB | 163/327 kB | 286/335 kB Progress (4): 2.1/2.7 MB | 249/768 kB | 163/327 kB | 286/335 kB Progress (4): 2.1/2.7 MB | 253/768 kB | 163/327 kB | 286/335 kB Progress (4): 2.1/2.7 MB | 253/768 kB | 163/327 kB | 290/335 kB Progress (4): 2.1/2.7 MB | 253/768 kB | 164/327 kB | 290/335 kB Progress (4): 2.1/2.7 MB | 253/768 kB | 164/327 kB | 294/335 kB Progress (4): 2.1/2.7 MB | 257/768 kB | 164/327 kB | 294/335 kB Progress (4): 2.1/2.7 MB | 257/768 kB | 164/327 kB | 294/335 kB Progress (4): 2.1/2.7 MB | 261/768 kB | 164/327 kB | 294/335 kB Progress (4): 2.1/2.7 MB | 261/768 kB | 164/327 kB | 295/335 kB Progress (4): 2.1/2.7 MB | 261/768 kB | 168/327 kB | 295/335 kB Progress (4): 2.1/2.7 MB | 261/768 kB | 168/327 kB | 299/335 kB Progress (4): 2.1/2.7 MB | 262/768 kB | 168/327 kB | 299/335 kB Progress (4): 2.1/2.7 MB | 262/768 kB | 168/327 kB | 299/335 kB Progress (4): 2.1/2.7 MB | 266/768 kB | 168/327 kB | 299/335 kB Progress (4): 2.1/2.7 MB | 266/768 kB | 168/327 kB | 303/335 kB Progress (4): 2.1/2.7 MB | 266/768 kB | 172/327 kB | 303/335 kB Progress (4): 2.1/2.7 MB | 266/768 kB | 172/327 kB | 307/335 kB Progress (4): 2.1/2.7 MB | 270/768 kB | 172/327 kB | 307/335 kB Progress (4): 2.1/2.7 MB | 270/768 kB | 172/327 kB | 307/335 kB Progress (4): 2.1/2.7 MB | 274/768 kB | 172/327 kB | 307/335 kB Progress (4): 2.1/2.7 MB | 274/768 kB | 172/327 kB | 307/335 kB Progress (4): 2.1/2.7 MB | 274/768 kB | 172/327 kB | 311/335 kB Progress (4): 2.1/2.7 MB | 274/768 kB | 172/327 kB | 315/335 kB Progress (4): 2.1/2.7 MB | 274/768 kB | 172/327 kB | 319/335 kB Progress (4): 2.1/2.7 MB | 274/768 kB | 172/327 kB | 323/335 kB Progress (4): 2.1/2.7 MB | 274/768 kB | 172/327 kB | 327/335 kB Progress (4): 2.1/2.7 MB | 274/768 kB | 172/327 kB | 331/335 kB Progress (4): 2.1/2.7 MB | 274/768 kB | 172/327 kB | 335/335 kB Progress (4): 2.1/2.7 MB | 274/768 kB | 172/327 kB | 335 kB Progress (4): 2.1/2.7 MB | 274/768 kB | 176/327 kB | 335 kB Progress (4): 2.1/2.7 MB | 274/768 kB | 176/327 kB | 335 kB Progress (4): 2.1/2.7 MB | 278/768 kB | 176/327 kB | 335 kB Progress (4): 2.1/2.7 MB | 278/768 kB | 176/327 kB | 335 kB Progress (4): 2.1/2.7 MB | 282/768 kB | 176/327 kB | 335 kB Progress (4): 2.1/2.7 MB | 286/768 kB | 176/327 kB | 335 kB Progress (4): 2.1/2.7 MB | 290/768 kB | 176/327 kB | 335 kB Progress (4): 2.1/2.7 MB | 294/768 kB | 176/327 kB | 335 kB Progress (4): 2.1/2.7 MB | 295/768 kB | 176/327 kB | 335 kB Progress (4): 2.1/2.7 MB | 299/768 kB | 176/327 kB | 335 kB Progress (4): 2.1/2.7 MB | 303/768 kB | 176/327 kB | 335 kB Progress (5): 2.1/2.7 MB | 303/768 kB | 176/327 kB | 335 kB | 4.1/502 kB Progress (5): 2.1/2.7 MB | 303/768 kB | 180/327 kB | 335 kB | 4.1/502 kB Progress (5): 2.1/2.7 MB | 303/768 kB | 180/327 kB | 335 kB | 7.7/502 kB Progress (5): 2.1/2.7 MB | 307/768 kB | 180/327 kB | 335 kB | 7.7/502 kB Progress (5): 2.1/2.7 MB | 307/768 kB | 180/327 kB | 335 kB | 7.7/502 kB Progress (5): 2.1/2.7 MB | 311/768 kB | 180/327 kB | 335 kB | 7.7/502 kB Progress (5): 2.1/2.7 MB | 311/768 kB | 180/327 kB | 335 kB | 12/502 kB Progress (5): 2.1/2.7 MB | 311/768 kB | 184/327 kB | 335 kB | 12/502 kB Progress (5): 2.1/2.7 MB | 311/768 kB | 184/327 kB | 335 kB | 16/502 kB Progress (5): 2.1/2.7 MB | 315/768 kB | 184/327 kB | 335 kB | 16/502 kB Progress (5): 2.2/2.7 MB | 315/768 kB | 184/327 kB | 335 kB | 16/502 kB Progress (5): 2.2/2.7 MB | 319/768 kB | 184/327 kB | 335 kB | 16/502 kB Progress (5): 2.2/2.7 MB | 319/768 kB | 184/327 kB | 335 kB | 20/502 kB Progress (5): 2.2/2.7 MB | 319/768 kB | 188/327 kB | 335 kB | 20/502 kB Progress (5): 2.2/2.7 MB | 319/768 kB | 188/327 kB | 335 kB | 24/502 kB Progress (5): 2.2/2.7 MB | 323/768 kB | 188/327 kB | 335 kB | 24/502 kB Progress (5): 2.2/2.7 MB | 323/768 kB | 188/327 kB | 335 kB | 24/502 kB Progress (5): 2.2/2.7 MB | 327/768 kB | 188/327 kB | 335 kB | 24/502 kB Progress (5): 2.2/2.7 MB | 327/768 kB | 188/327 kB | 335 kB | 28/502 kB Progress (5): 2.2/2.7 MB | 331/768 kB | 188/327 kB | 335 kB | 28/502 kB Progress (5): 2.2/2.7 MB | 331/768 kB | 192/327 kB | 335 kB | 28/502 kB Progress (5): 2.2/2.7 MB | 335/768 kB | 192/327 kB | 335 kB | 28/502 kB Progress (5): 2.2/2.7 MB | 335/768 kB | 192/327 kB | 335 kB | 32/502 kB Progress (5): 2.2/2.7 MB | 335/768 kB | 192/327 kB | 335 kB | 32/502 kB Progress (5): 2.2/2.7 MB | 335/768 kB | 192/327 kB | 335 kB | 33/502 kB Progress (5): 2.2/2.7 MB | 339/768 kB | 192/327 kB | 335 kB | 33/502 kB Progress (5): 2.2/2.7 MB | 339/768 kB | 196/327 kB | 335 kB | 33/502 kB Progress (5): 2.2/2.7 MB | 343/768 kB | 196/327 kB | 335 kB | 33/502 kB Progress (5): 2.2/2.7 MB | 343/768 kB | 196/327 kB | 335 kB | 37/502 kB Progress (5): 2.2/2.7 MB | 343/768 kB | 196/327 kB | 335 kB | 37/502 kB Progress (5): 2.2/2.7 MB | 343/768 kB | 196/327 kB | 335 kB | 41/502 kB Progress (5): 2.2/2.7 MB | 347/768 kB | 196/327 kB | 335 kB | 41/502 kB Progress (5): 2.2/2.7 MB | 347/768 kB | 197/327 kB | 335 kB | 41/502 kB Progress (5): 2.2/2.7 MB | 351/768 kB | 197/327 kB | 335 kB | 41/502 kB Progress (5): 2.2/2.7 MB | 351/768 kB | 197/327 kB | 335 kB | 45/502 kB Progress (5): 2.2/2.7 MB | 351/768 kB | 197/327 kB | 335 kB | 45/502 kB Progress (5): 2.2/2.7 MB | 351/768 kB | 197/327 kB | 335 kB | 49/502 kB Progress (5): 2.2/2.7 MB | 355/768 kB | 197/327 kB | 335 kB | 49/502 kB Progress (5): 2.2/2.7 MB | 355/768 kB | 201/327 kB | 335 kB | 49/502 kB Progress (5): 2.2/2.7 MB | 359/768 kB | 201/327 kB | 335 kB | 49/502 kB Progress (5): 2.2/2.7 MB | 359/768 kB | 201/327 kB | 335 kB | 53/502 kB Progress (5): 2.2/2.7 MB | 359/768 kB | 201/327 kB | 335 kB | 53/502 kB Progress (5): 2.2/2.7 MB | 359/768 kB | 201/327 kB | 335 kB | 57/502 kB Progress (5): 2.2/2.7 MB | 360/768 kB | 201/327 kB | 335 kB | 57/502 kB Progress (5): 2.2/2.7 MB | 360/768 kB | 205/327 kB | 335 kB | 57/502 kB Progress (5): 2.2/2.7 MB | 365/768 kB | 205/327 kB | 335 kB | 57/502 kB Progress (5): 2.2/2.7 MB | 365/768 kB | 205/327 kB | 335 kB | 61/502 kB Progress (5): 2.2/2.7 MB | 365/768 kB | 205/327 kB | 335 kB | 65/502 kB Progress (5): 2.2/2.7 MB | 365/768 kB | 205/327 kB | 335 kB | 66/502 kB Progress (5): 2.2/2.7 MB | 365/768 kB | 205/327 kB | 335 kB | 70/502 kB Progress (5): 2.2/2.7 MB | 365/768 kB | 205/327 kB | 335 kB | 74/502 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 294 kB/s) Progress (4): 2.2/2.7 MB | 365/768 kB | 205/327 kB | 74/502 kB Progress (4): 2.2/2.7 MB | 365/768 kB | 205/327 kB | 74/502 kB Progress (4): 2.2/2.7 MB | 365/768 kB | 205/327 kB | 74/502 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.jar Progress (4): 2.2/2.7 MB | 365/768 kB | 205/327 kB | 78/502 kB Progress (4): 2.2/2.7 MB | 368/768 kB | 205/327 kB | 78/502 kB Progress (4): 2.2/2.7 MB | 368/768 kB | 209/327 kB | 78/502 kB Progress (4): 2.2/2.7 MB | 368/768 kB | 209/327 kB | 82/502 kB Progress (4): 2.2/2.7 MB | 368/768 kB | 209/327 kB | 82/502 kB Progress (4): 2.2/2.7 MB | 368/768 kB | 209/327 kB | 86/502 kB Progress (4): 2.2/2.7 MB | 368/768 kB | 209/327 kB | 86/502 kB Progress (4): 2.2/2.7 MB | 368/768 kB | 209/327 kB | 86/502 kB Progress (4): 2.2/2.7 MB | 368/768 kB | 209/327 kB | 86/502 kB Progress (4): 2.2/2.7 MB | 368/768 kB | 209/327 kB | 86/502 kB Progress (4): 2.2/2.7 MB | 368/768 kB | 209/327 kB | 86/502 kB Progress (4): 2.2/2.7 MB | 368/768 kB | 209/327 kB | 86/502 kB Progress (4): 2.2/2.7 MB | 368/768 kB | 209/327 kB | 86/502 kB Progress (4): 2.2/2.7 MB | 368/768 kB | 213/327 kB | 86/502 kB Progress (4): 2.2/2.7 MB | 373/768 kB | 213/327 kB | 86/502 kB Progress (4): 2.2/2.7 MB | 373/768 kB | 217/327 kB | 86/502 kB Progress (4): 2.2/2.7 MB | 373/768 kB | 217/327 kB | 86/502 kB Progress (4): 2.2/2.7 MB | 373/768 kB | 217/327 kB | 90/502 kB Progress (4): 2.2/2.7 MB | 373/768 kB | 217/327 kB | 90/502 kB Progress (4): 2.2/2.7 MB | 373/768 kB | 221/327 kB | 90/502 kB Progress (4): 2.2/2.7 MB | 376/768 kB | 221/327 kB | 90/502 kB Progress (4): 2.2/2.7 MB | 376/768 kB | 225/327 kB | 90/502 kB Progress (4): 2.2/2.7 MB | 376/768 kB | 225/327 kB | 90/502 kB Progress (4): 2.2/2.7 MB | 376/768 kB | 225/327 kB | 94/502 kB Progress (4): 2.2/2.7 MB | 376/768 kB | 225/327 kB | 94/502 kB Progress (4): 2.2/2.7 MB | 376/768 kB | 229/327 kB | 94/502 kB Progress (4): 2.2/2.7 MB | 381/768 kB | 229/327 kB | 94/502 kB Progress (4): 2.2/2.7 MB | 381/768 kB | 229/327 kB | 94/502 kB Progress (4): 2.2/2.7 MB | 381/768 kB | 229/327 kB | 94/502 kB Progress (4): 2.2/2.7 MB | 381/768 kB | 233/327 kB | 94/502 kB Progress (4): 2.2/2.7 MB | 381/768 kB | 233/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 381/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 381/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 384/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 384/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 389/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 392/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 397/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 400/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 405/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 408/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 413/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 416/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 421/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 424/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 429/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 432/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 437/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 440/768 kB | 237/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 440/768 kB | 241/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 440/768 kB | 241/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 440/768 kB | 245/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 445/768 kB | 245/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 448/768 kB | 245/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 448/768 kB | 245/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 448/768 kB | 249/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 448/768 kB | 253/327 kB | 98/502 kB Progress (4): 2.2/2.7 MB | 448/768 kB | 253/327 kB | 102/502 kB Progress (4): 2.2/2.7 MB | 448/768 kB | 257/327 kB | 102/502 kB Progress (4): 2.2/2.7 MB | 453/768 kB | 257/327 kB | 102/502 kB Progress (4): 2.3/2.7 MB | 453/768 kB | 257/327 kB | 102/502 kB Progress (4): 2.3/2.7 MB | 456/768 kB | 257/327 kB | 102/502 kB Progress (4): 2.3/2.7 MB | 456/768 kB | 261/327 kB | 102/502 kB Progress (4): 2.3/2.7 MB | 456/768 kB | 261/327 kB | 106/502 kB Progress (4): 2.3/2.7 MB | 456/768 kB | 262/327 kB | 106/502 kB Progress (4): 2.3/2.7 MB | 456/768 kB | 262/327 kB | 110/502 kB Progress (4): 2.3/2.7 MB | 461/768 kB | 262/327 kB | 110/502 kB Progress (4): 2.3/2.7 MB | 461/768 kB | 262/327 kB | 110/502 kB Progress (4): 2.3/2.7 MB | 464/768 kB | 262/327 kB | 110/502 kB Progress (5): 2.3/2.7 MB | 464/768 kB | 262/327 kB | 110/502 kB | 4.1/197 kB Progress (5): 2.3/2.7 MB | 464/768 kB | 262/327 kB | 114/502 kB | 4.1/197 kB Progress (5): 2.3/2.7 MB | 464/768 kB | 266/327 kB | 114/502 kB | 4.1/197 kB Progress (5): 2.3/2.7 MB | 464/768 kB | 266/327 kB | 118/502 kB | 4.1/197 kB Progress (5): 2.3/2.7 MB | 464/768 kB | 266/327 kB | 118/502 kB | 7.7/197 kB Progress (5): 2.3/2.7 MB | 469/768 kB | 266/327 kB | 118/502 kB | 7.7/197 kB Progress (5): 2.3/2.7 MB | 469/768 kB | 266/327 kB | 118/502 kB | 12/197 kB Progress (5): 2.3/2.7 MB | 469/768 kB | 266/327 kB | 118/502 kB | 12/197 kB Progress (5): 2.3/2.7 MB | 469/768 kB | 266/327 kB | 118/502 kB | 16/197 kB Progress (5): 2.3/2.7 MB | 472/768 kB | 266/327 kB | 118/502 kB | 16/197 kB Progress (5): 2.3/2.7 MB | 472/768 kB | 266/327 kB | 122/502 kB | 16/197 kB Progress (5): 2.3/2.7 MB | 472/768 kB | 270/327 kB | 122/502 kB | 16/197 kB Progress (5): 2.3/2.7 MB | 472/768 kB | 270/327 kB | 126/502 kB | 16/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 16/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.3/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.4/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.4/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.4/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.4/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.4/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.4/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.4/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.4/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.4/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.4/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 20/197 kB Progress (5): 2.4/2.7 MB | 477/768 kB | 270/327 kB | 126/502 kB | 24/197 kB Progress (5): 2.4/2.7 MB | 480/768 kB | 270/327 kB | 126/502 kB | 24/197 kB Progress (5): 2.4/2.7 MB | 480/768 kB | 270/327 kB | 130/502 kB | 24/197 kB Progress (5): 2.4/2.7 MB | 480/768 kB | 274/327 kB | 130/502 kB | 24/197 kB Progress (5): 2.4/2.7 MB | 480/768 kB | 274/327 kB | 131/502 kB | 24/197 kB Progress (5): 2.4/2.7 MB | 485/768 kB | 274/327 kB | 131/502 kB | 24/197 kB Progress (5): 2.4/2.7 MB | 485/768 kB | 274/327 kB | 131/502 kB | 28/197 kB Progress (5): 2.4/2.7 MB | 485/768 kB | 274/327 kB | 131/502 kB | 32/197 kB Progress (5): 2.4/2.7 MB | 485/768 kB | 274/327 kB | 131/502 kB | 32/197 kB Progress (5): 2.4/2.7 MB | 485/768 kB | 274/327 kB | 131/502 kB | 33/197 kB Progress (5): 2.4/2.7 MB | 485/768 kB | 274/327 kB | 131/502 kB | 37/197 kB Progress (5): 2.4/2.7 MB | 488/768 kB | 274/327 kB | 131/502 kB | 37/197 kB Progress (5): 2.4/2.7 MB | 488/768 kB | 274/327 kB | 135/502 kB | 37/197 kB Progress (5): 2.4/2.7 MB | 488/768 kB | 274/327 kB | 139/502 kB | 37/197 kB Progress (5): 2.4/2.7 MB | 488/768 kB | 278/327 kB | 139/502 kB | 37/197 kB Progress (5): 2.4/2.7 MB | 488/768 kB | 278/327 kB | 143/502 kB | 37/197 kB Progress (5): 2.4/2.7 MB | 493/768 kB | 278/327 kB | 143/502 kB | 37/197 kB Progress (5): 2.4/2.7 MB | 493/768 kB | 278/327 kB | 143/502 kB | 41/197 kB Progress (5): 2.4/2.7 MB | 493/768 kB | 278/327 kB | 143/502 kB | 41/197 kB Progress (5): 2.4/2.7 MB | 493/768 kB | 278/327 kB | 143/502 kB | 45/197 kB Progress (5): 2.4/2.7 MB | 496/768 kB | 278/327 kB | 143/502 kB | 45/197 kB Progress (5): 2.4/2.7 MB | 496/768 kB | 278/327 kB | 147/502 kB | 45/197 kB Progress (5): 2.4/2.7 MB | 496/768 kB | 282/327 kB | 147/502 kB | 45/197 kB Progress (5): 2.4/2.7 MB | 496/768 kB | 282/327 kB | 151/502 kB | 45/197 kB Progress (5): 2.4/2.7 MB | 501/768 kB | 282/327 kB | 151/502 kB | 45/197 kB Progress (5): 2.4/2.7 MB | 501/768 kB | 282/327 kB | 151/502 kB | 49/197 kB Progress (5): 2.4/2.7 MB | 501/768 kB | 282/327 kB | 151/502 kB | 49/197 kB Progress (5): 2.4/2.7 MB | 501/768 kB | 282/327 kB | 151/502 kB | 53/197 kB Progress (5): 2.4/2.7 MB | 504/768 kB | 282/327 kB | 151/502 kB | 53/197 kB Progress (5): 2.4/2.7 MB | 504/768 kB | 282/327 kB | 155/502 kB | 53/197 kB Progress (5): 2.4/2.7 MB | 504/768 kB | 286/327 kB | 155/502 kB | 53/197 kB Progress (5): 2.4/2.7 MB | 504/768 kB | 286/327 kB | 159/502 kB | 53/197 kB Progress (5): 2.4/2.7 MB | 509/768 kB | 286/327 kB | 159/502 kB | 53/197 kB Progress (5): 2.4/2.7 MB | 509/768 kB | 286/327 kB | 159/502 kB | 57/197 kB Progress (5): 2.4/2.7 MB | 509/768 kB | 286/327 kB | 159/502 kB | 57/197 kB Progress (5): 2.4/2.7 MB | 509/768 kB | 286/327 kB | 159/502 kB | 61/197 kB Progress (5): 2.4/2.7 MB | 512/768 kB | 286/327 kB | 159/502 kB | 61/197 kB Progress (5): 2.4/2.7 MB | 512/768 kB | 286/327 kB | 163/502 kB | 61/197 kB Progress (5): 2.4/2.7 MB | 512/768 kB | 290/327 kB | 163/502 kB | 61/197 kB Progress (5): 2.4/2.7 MB | 512/768 kB | 290/327 kB | 164/502 kB | 61/197 kB Progress (5): 2.4/2.7 MB | 517/768 kB | 290/327 kB | 164/502 kB | 61/197 kB Progress (5): 2.4/2.7 MB | 517/768 kB | 290/327 kB | 164/502 kB | 65/197 kB Progress (5): 2.4/2.7 MB | 517/768 kB | 290/327 kB | 164/502 kB | 65/197 kB Progress (5): 2.4/2.7 MB | 517/768 kB | 290/327 kB | 164/502 kB | 66/197 kB Progress (5): 2.4/2.7 MB | 520/768 kB | 290/327 kB | 164/502 kB | 66/197 kB Progress (5): 2.4/2.7 MB | 520/768 kB | 290/327 kB | 168/502 kB | 66/197 kB Progress (5): 2.4/2.7 MB | 520/768 kB | 294/327 kB | 168/502 kB | 66/197 kB Progress (5): 2.4/2.7 MB | 520/768 kB | 294/327 kB | 172/502 kB | 66/197 kB Progress (5): 2.4/2.7 MB | 525/768 kB | 294/327 kB | 172/502 kB | 66/197 kB Progress (5): 2.4/2.7 MB | 525/768 kB | 294/327 kB | 172/502 kB | 70/197 kB Progress (5): 2.4/2.7 MB | 525/768 kB | 294/327 kB | 172/502 kB | 70/197 kB Progress (5): 2.4/2.7 MB | 525/768 kB | 294/327 kB | 172/502 kB | 74/197 kB Progress (5): 2.4/2.7 MB | 528/768 kB | 294/327 kB | 172/502 kB | 74/197 kB Progress (5): 2.4/2.7 MB | 528/768 kB | 294/327 kB | 176/502 kB | 74/197 kB Progress (5): 2.4/2.7 MB | 528/768 kB | 298/327 kB | 176/502 kB | 74/197 kB Progress (5): 2.4/2.7 MB | 528/768 kB | 298/327 kB | 180/502 kB | 74/197 kB Progress (5): 2.4/2.7 MB | 533/768 kB | 298/327 kB | 180/502 kB | 74/197 kB Progress (5): 2.4/2.7 MB | 536/768 kB | 298/327 kB | 180/502 kB | 74/197 kB Progress (5): 2.4/2.7 MB | 536/768 kB | 298/327 kB | 180/502 kB | 78/197 kB Progress (5): 2.4/2.7 MB | 536/768 kB | 298/327 kB | 180/502 kB | 78/197 kB Progress (5): 2.4/2.7 MB | 536/768 kB | 298/327 kB | 180/502 kB | 82/197 kB Progress (5): 2.4/2.7 MB | 541/768 kB | 298/327 kB | 180/502 kB | 82/197 kB Progress (5): 2.4/2.7 MB | 541/768 kB | 298/327 kB | 184/502 kB | 82/197 kB Progress (5): 2.4/2.7 MB | 541/768 kB | 302/327 kB | 184/502 kB | 82/197 kB Progress (5): 2.4/2.7 MB | 541/768 kB | 302/327 kB | 188/502 kB | 82/197 kB Progress (5): 2.4/2.7 MB | 544/768 kB | 302/327 kB | 188/502 kB | 82/197 kB Progress (5): 2.4/2.7 MB | 544/768 kB | 302/327 kB | 188/502 kB | 86/197 kB Progress (5): 2.4/2.7 MB | 544/768 kB | 302/327 kB | 188/502 kB | 86/197 kB Progress (5): 2.4/2.7 MB | 544/768 kB | 302/327 kB | 188/502 kB | 90/197 kB Progress (5): 2.4/2.7 MB | 549/768 kB | 302/327 kB | 188/502 kB | 90/197 kB Progress (5): 2.4/2.7 MB | 549/768 kB | 302/327 kB | 192/502 kB | 90/197 kB Progress (5): 2.4/2.7 MB | 549/768 kB | 306/327 kB | 192/502 kB | 90/197 kB Progress (5): 2.4/2.7 MB | 549/768 kB | 306/327 kB | 196/502 kB | 90/197 kB Progress (5): 2.4/2.7 MB | 552/768 kB | 306/327 kB | 196/502 kB | 90/197 kB Progress (5): 2.4/2.7 MB | 552/768 kB | 306/327 kB | 196/502 kB | 94/197 kB Progress (5): 2.4/2.7 MB | 552/768 kB | 306/327 kB | 196/502 kB | 98/197 kB Progress (5): 2.4/2.7 MB | 552/768 kB | 306/327 kB | 196/502 kB | 98/197 kB Progress (5): 2.4/2.7 MB | 552/768 kB | 306/327 kB | 196/502 kB | 98/197 kB Progress (5): 2.4/2.7 MB | 557/768 kB | 306/327 kB | 196/502 kB | 98/197 kB Progress (5): 2.4/2.7 MB | 557/768 kB | 306/327 kB | 197/502 kB | 98/197 kB Progress (5): 2.4/2.7 MB | 557/768 kB | 310/327 kB | 197/502 kB | 98/197 kB Progress (5): 2.4/2.7 MB | 557/768 kB | 310/327 kB | 201/502 kB | 98/197 kB Progress (5): 2.4/2.7 MB | 560/768 kB | 310/327 kB | 201/502 kB | 98/197 kB Progress (5): 2.4/2.7 MB | 560/768 kB | 310/327 kB | 201/502 kB | 102/197 kB Progress (5): 2.4/2.7 MB | 560/768 kB | 310/327 kB | 201/502 kB | 102/197 kB Progress (5): 2.4/2.7 MB | 560/768 kB | 310/327 kB | 201/502 kB | 106/197 kB Progress (5): 2.4/2.7 MB | 565/768 kB | 310/327 kB | 201/502 kB | 106/197 kB Progress (5): 2.4/2.7 MB | 568/768 kB | 310/327 kB | 201/502 kB | 106/197 kB Progress (5): 2.4/2.7 MB | 573/768 kB | 310/327 kB | 201/502 kB | 106/197 kB Progress (5): 2.4/2.7 MB | 576/768 kB | 310/327 kB | 201/502 kB | 106/197 kB Progress (5): 2.4/2.7 MB | 581/768 kB | 310/327 kB | 201/502 kB | 106/197 kB Progress (5): 2.4/2.7 MB | 584/768 kB | 310/327 kB | 201/502 kB | 106/197 kB Progress (5): 2.4/2.7 MB | 589/768 kB | 310/327 kB | 201/502 kB | 106/197 kB Progress (5): 2.4/2.7 MB | 589/768 kB | 310/327 kB | 205/502 kB | 106/197 kB Progress (5): 2.4/2.7 MB | 589/768 kB | 314/327 kB | 205/502 kB | 106/197 kB Progress (5): 2.4/2.7 MB | 589/768 kB | 314/327 kB | 209/502 kB | 106/197 kB Progress (5): 2.4/2.7 MB | 589/768 kB | 314/327 kB | 209/502 kB | 110/197 kB Progress (5): 2.4/2.7 MB | 589/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.4/2.7 MB | 592/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.4/2.7 MB | 592/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.4/2.7 MB | 592/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.4/2.7 MB | 592/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.4/2.7 MB | 592/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.4/2.7 MB | 592/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.5/2.7 MB | 592/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.5/2.7 MB | 592/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.5/2.7 MB | 592/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.5/2.7 MB | 592/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.5/2.7 MB | 592/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.5/2.7 MB | 592/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.5/2.7 MB | 592/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.5/2.7 MB | 597/768 kB | 314/327 kB | 209/502 kB | 114/197 kB Progress (5): 2.5/2.7 MB | 597/768 kB | 314/327 kB | 209/502 kB | 118/197 kB Progress (5): 2.5/2.7 MB | 597/768 kB | 314/327 kB | 213/502 kB | 118/197 kB Progress (5): 2.5/2.7 MB | 597/768 kB | 318/327 kB | 213/502 kB | 118/197 kB Progress (5): 2.5/2.7 MB | 597/768 kB | 318/327 kB | 217/502 kB | 118/197 kB Progress (5): 2.5/2.7 MB | 597/768 kB | 318/327 kB | 217/502 kB | 122/197 kB Progress (5): 2.5/2.7 MB | 600/768 kB | 318/327 kB | 217/502 kB | 122/197 kB Progress (5): 2.5/2.7 MB | 600/768 kB | 318/327 kB | 217/502 kB | 122/197 kB Progress (5): 2.5/2.7 MB | 605/768 kB | 318/327 kB | 217/502 kB | 122/197 kB Progress (5): 2.5/2.7 MB | 605/768 kB | 318/327 kB | 217/502 kB | 126/197 kB Progress (5): 2.5/2.7 MB | 605/768 kB | 318/327 kB | 221/502 kB | 126/197 kB Progress (5): 2.5/2.7 MB | 605/768 kB | 322/327 kB | 221/502 kB | 126/197 kB Progress (5): 2.5/2.7 MB | 605/768 kB | 322/327 kB | 225/502 kB | 126/197 kB Progress (5): 2.5/2.7 MB | 605/768 kB | 322/327 kB | 225/502 kB | 130/197 kB Progress (5): 2.5/2.7 MB | 608/768 kB | 322/327 kB | 225/502 kB | 130/197 kB Progress (5): 2.5/2.7 MB | 608/768 kB | 322/327 kB | 225/502 kB | 130/197 kB Progress (5): 2.5/2.7 MB | 613/768 kB | 322/327 kB | 225/502 kB | 130/197 kB Progress (5): 2.5/2.7 MB | 613/768 kB | 322/327 kB | 225/502 kB | 134/197 kB Progress (5): 2.5/2.7 MB | 613/768 kB | 322/327 kB | 229/502 kB | 134/197 kB Progress (5): 2.5/2.7 MB | 613/768 kB | 326/327 kB | 229/502 kB | 134/197 kB Progress (5): 2.5/2.7 MB | 613/768 kB | 326/327 kB | 229/502 kB | 134/197 kB Progress (5): 2.5/2.7 MB | 613/768 kB | 326/327 kB | 229/502 kB | 138/197 kB Progress (5): 2.5/2.7 MB | 616/768 kB | 326/327 kB | 229/502 kB | 138/197 kB Progress (5): 2.5/2.7 MB | 616/768 kB | 326/327 kB | 229/502 kB | 138/197 kB Progress (5): 2.5/2.7 MB | 621/768 kB | 326/327 kB | 229/502 kB | 138/197 kB Progress (5): 2.5/2.7 MB | 621/768 kB | 326/327 kB | 229/502 kB | 142/197 kB Progress (5): 2.5/2.7 MB | 621/768 kB | 326/327 kB | 233/502 kB | 142/197 kB Progress (5): 2.5/2.7 MB | 621/768 kB | 327 kB | 233/502 kB | 142/197 kB Progress (5): 2.5/2.7 MB | 621/768 kB | 327 kB | 237/502 kB | 142/197 kB Progress (5): 2.5/2.7 MB | 621/768 kB | 327 kB | 237/502 kB | 146/197 kB Progress (5): 2.5/2.7 MB | 621/768 kB | 327 kB | 237/502 kB | 150/197 kB Progress (5): 2.5/2.7 MB | 621/768 kB | 327 kB | 237/502 kB | 154/197 kB Progress (5): 2.5/2.7 MB | 621/768 kB | 327 kB | 237/502 kB | 158/197 kB Progress (5): 2.5/2.7 MB | 621/768 kB | 327 kB | 237/502 kB | 162/197 kB Progress (5): 2.5/2.7 MB | 624/768 kB | 327 kB | 237/502 kB | 162/197 kB Progress (5): 2.5/2.7 MB | 624/768 kB | 327 kB | 237/502 kB | 162/197 kB Progress (5): 2.5/2.7 MB | 629/768 kB | 327 kB | 237/502 kB | 162/197 kB Progress (5): 2.5/2.7 MB | 629/768 kB | 327 kB | 237/502 kB | 166/197 kB Progress (5): 2.5/2.7 MB | 629/768 kB | 327 kB | 241/502 kB | 166/197 kB Progress (5): 2.5/2.7 MB | 629/768 kB | 327 kB | 241/502 kB | 170/197 kB Progress (5): 2.5/2.7 MB | 632/768 kB | 327 kB | 241/502 kB | 170/197 kB Progress (5): 2.5/2.7 MB | 632/768 kB | 327 kB | 241/502 kB | 170/197 kB Progress (5): 2.5/2.7 MB | 637/768 kB | 327 kB | 241/502 kB | 170/197 kB Progress (5): 2.5/2.7 MB | 637/768 kB | 327 kB | 241/502 kB | 174/197 kB Progress (5): 2.5/2.7 MB | 637/768 kB | 327 kB | 245/502 kB | 174/197 kB Progress (5): 2.5/2.7 MB | 637/768 kB | 327 kB | 245/502 kB | 178/197 kB Progress (5): 2.5/2.7 MB | 640/768 kB | 327 kB | 245/502 kB | 178/197 kB Progress (5): 2.5/2.7 MB | 640/768 kB | 327 kB | 245/502 kB | 178/197 kB Progress (5): 2.5/2.7 MB | 645/768 kB | 327 kB | 245/502 kB | 178/197 kB Progress (5): 2.5/2.7 MB | 645/768 kB | 327 kB | 245/502 kB | 182/197 kB Progress (5): 2.5/2.7 MB | 645/768 kB | 327 kB | 249/502 kB | 182/197 kB Progress (5): 2.5/2.7 MB | 645/768 kB | 327 kB | 249/502 kB | 186/197 kB Progress (5): 2.5/2.7 MB | 648/768 kB | 327 kB | 249/502 kB | 186/197 kB Progress (5): 2.5/2.7 MB | 648/768 kB | 327 kB | 249/502 kB | 186/197 kB Progress (5): 2.5/2.7 MB | 653/768 kB | 327 kB | 249/502 kB | 186/197 kB Progress (5): 2.5/2.7 MB | 653/768 kB | 327 kB | 249/502 kB | 190/197 kB Progress (5): 2.5/2.7 MB | 653/768 kB | 327 kB | 253/502 kB | 190/197 kB Progress (5): 2.5/2.7 MB | 653/768 kB | 327 kB | 253/502 kB | 194/197 kB Progress (5): 2.5/2.7 MB | 656/768 kB | 327 kB | 253/502 kB | 194/197 kB Progress (5): 2.5/2.7 MB | 656/768 kB | 327 kB | 253/502 kB | 194/197 kB Progress (5): 2.5/2.7 MB | 661/768 kB | 327 kB | 253/502 kB | 194/197 kB Progress (5): 2.5/2.7 MB | 661/768 kB | 327 kB | 253/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 661/768 kB | 327 kB | 257/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 664/768 kB | 327 kB | 257/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 664/768 kB | 327 kB | 257/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 669/768 kB | 327 kB | 257/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 669/768 kB | 327 kB | 261/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 672/768 kB | 327 kB | 261/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 672/768 kB | 327 kB | 261/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 677/768 kB | 327 kB | 261/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 677/768 kB | 327 kB | 262/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 680/768 kB | 327 kB | 262/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 680/768 kB | 327 kB | 262/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 685/768 kB | 327 kB | 262/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 685/768 kB | 327 kB | 266/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 685/768 kB | 327 kB | 270/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 685/768 kB | 327 kB | 274/502 kB | 197 kB Progress (5): 2.5/2.7 MB | 685/768 kB | 327 kB | 278/502 kB | 197 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 263 kB/s) 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 Progress (4): 2.5/2.7 MB | 688/768 kB | 278/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 688/768 kB | 278/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 688/768 kB | 282/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 688/768 kB | 282/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 693/768 kB | 282/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 693/768 kB | 282/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 693/768 kB | 286/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 693/768 kB | 286/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 693/768 kB | 290/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 693/768 kB | 294/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 696/768 kB | 294/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 696/768 kB | 295/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 696/768 kB | 295/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 696/768 kB | 299/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 696/768 kB | 299/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 701/768 kB | 299/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 701/768 kB | 299/502 kB | 197 kB Progress (4): 2.5/2.7 MB | 701/768 kB | 303/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 701/768 kB | 303/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 704/768 kB | 303/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 704/768 kB | 303/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 704/768 kB | 307/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 704/768 kB | 307/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 709/768 kB | 307/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 709/768 kB | 307/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 709/768 kB | 311/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 709/768 kB | 311/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 709/768 kB | 315/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 709/768 kB | 319/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 709/768 kB | 323/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 709/768 kB | 327/502 kB | 197 kB Progress (4): 2.6/2.7 MB | 709/768 kB | 328/502 kB | 197 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.jar (197 kB at 158 kB/s) Progress (3): 2.6/2.7 MB | 712/768 kB | 328/502 kB Progress (3): 2.6/2.7 MB | 712/768 kB | 332/502 kB Progress (3): 2.6/2.7 MB | 717/768 kB | 332/502 kB Progress (3): 2.6/2.7 MB | 717/768 kB | 332/502 kB Progress (3): 2.6/2.7 MB | 720/768 kB | 332/502 kB Progress (3): 2.6/2.7 MB | 720/768 kB | 332/502 kB Progress (3): 2.6/2.7 MB | 725/768 kB | 332/502 kB Progress (3): 2.6/2.7 MB | 725/768 kB | 336/502 kB Progress (3): 2.6/2.7 MB | 728/768 kB | 336/502 kB Progress (3): 2.6/2.7 MB | 728/768 kB | 340/502 kB Progress (3): 2.6/2.7 MB | 733/768 kB | 340/502 kB Progress (3): 2.6/2.7 MB | 733/768 kB | 340/502 kB Progress (3): 2.6/2.7 MB | 736/768 kB | 340/502 kB Progress (3): 2.6/2.7 MB | 736/768 kB | 340/502 kB Progress (3): 2.6/2.7 MB | 741/768 kB | 340/502 kB Progress (3): 2.6/2.7 MB | 741/768 kB | 344/502 kB Progress (3): 2.6/2.7 MB | 744/768 kB | 344/502 kB Progress (3): 2.6/2.7 MB | 744/768 kB | 344/502 kB Progress (3): 2.6/2.7 MB | 744/768 kB | 348/502 kB Progress (3): 2.6/2.7 MB | 749/768 kB | 348/502 kB Progress (3): 2.6/2.7 MB | 749/768 kB | 352/502 kB Progress (3): 2.6/2.7 MB | 749/768 kB | 352/502 kB Progress (3): 2.6/2.7 MB | 749/768 kB | 356/502 kB Progress (3): 2.6/2.7 MB | 752/768 kB | 356/502 kB Progress (3): 2.6/2.7 MB | 752/768 kB | 360/502 kB Progress (3): 2.6/2.7 MB | 752/768 kB | 360/502 kB Progress (3): 2.6/2.7 MB | 752/768 kB | 364/502 kB Progress (3): 2.6/2.7 MB | 757/768 kB | 364/502 kB Progress (3): 2.6/2.7 MB | 757/768 kB | 368/502 kB Progress (3): 2.6/2.7 MB | 757/768 kB | 368/502 kB Progress (3): 2.6/2.7 MB | 757/768 kB | 372/502 kB Progress (3): 2.6/2.7 MB | 760/768 kB | 372/502 kB Progress (3): 2.6/2.7 MB | 760/768 kB | 376/502 kB Progress (3): 2.6/2.7 MB | 765/768 kB | 376/502 kB Progress (3): 2.6/2.7 MB | 765/768 kB | 376/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 376/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 380/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 380/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 384/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 384/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 388/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 388/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 392/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 392/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 396/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 396/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 400/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 404/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 408/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 412/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 412/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.6/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7/2.7 MB | 768 kB | 416/502 kB Progress (3): 2.7 MB | 768 kB | 416/502 kB Progress (4): 2.7 MB | 768 kB | 416/502 kB | 4.1/215 kB Progress (4): 2.7 MB | 768 kB | 420/502 kB | 4.1/215 kB Progress (4): 2.7 MB | 768 kB | 420/502 kB | 7.7/215 kB Progress (4): 2.7 MB | 768 kB | 424/502 kB | 7.7/215 kB Progress (4): 2.7 MB | 768 kB | 424/502 kB | 12/215 kB Progress (4): 2.7 MB | 768 kB | 428/502 kB | 12/215 kB Progress (4): 2.7 MB | 768 kB | 428/502 kB | 16/215 kB Progress (4): 2.7 MB | 768 kB | 432/502 kB | 16/215 kB Progress (4): 2.7 MB | 768 kB | 432/502 kB | 20/215 kB Progress (4): 2.7 MB | 768 kB | 436/502 kB | 20/215 kB Progress (4): 2.7 MB | 768 kB | 436/502 kB | 24/215 kB Progress (4): 2.7 MB | 768 kB | 440/502 kB | 24/215 kB Progress (4): 2.7 MB | 768 kB | 440/502 kB | 28/215 kB Progress (4): 2.7 MB | 768 kB | 444/502 kB | 28/215 kB Progress (4): 2.7 MB | 768 kB | 444/502 kB | 32/215 kB Progress (4): 2.7 MB | 768 kB | 448/502 kB | 32/215 kB Progress (4): 2.7 MB | 768 kB | 448/502 kB | 33/215 kB Progress (4): 2.7 MB | 768 kB | 452/502 kB | 33/215 kB Progress (4): 2.7 MB | 768 kB | 456/502 kB | 33/215 kB Progress (4): 2.7 MB | 768 kB | 456/502 kB | 37/215 kB Progress (4): 2.7 MB | 768 kB | 460/502 kB | 37/215 kB Progress (4): 2.7 MB | 768 kB | 460/502 kB | 41/215 kB Progress (4): 2.7 MB | 768 kB | 464/502 kB | 41/215 kB Progress (4): 2.7 MB | 768 kB | 464/502 kB | 45/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 45/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 49/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 53/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 57/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 61/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 65/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 66/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 70/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 74/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 78/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 82/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 86/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 90/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 94/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 98/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 102/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 106/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 110/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 114/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 118/215 kB Progress (4): 2.7 MB | 768 kB | 468/502 kB | 122/215 kB Progress (4): 2.7 MB | 768 kB | 472/502 kB | 122/215 kB Progress (4): 2.7 MB | 768 kB | 472/502 kB | 126/215 kB Progress (4): 2.7 MB | 768 kB | 476/502 kB | 126/215 kB Progress (4): 2.7 MB | 768 kB | 476/502 kB | 130/215 kB Progress (4): 2.7 MB | 768 kB | 480/502 kB | 130/215 kB Progress (4): 2.7 MB | 768 kB | 480/502 kB | 134/215 kB Progress (4): 2.7 MB | 768 kB | 484/502 kB | 134/215 kB Progress (4): 2.7 MB | 768 kB | 484/502 kB | 138/215 kB Progress (4): 2.7 MB | 768 kB | 488/502 kB | 138/215 kB Progress (4): 2.7 MB | 768 kB | 488/502 kB | 142/215 kB Progress (4): 2.7 MB | 768 kB | 492/502 kB | 142/215 kB Progress (4): 2.7 MB | 768 kB | 492/502 kB | 146/215 kB Progress (4): 2.7 MB | 768 kB | 496/502 kB | 146/215 kB Progress (4): 2.7 MB | 768 kB | 496/502 kB | 150/215 kB Progress (4): 2.7 MB | 768 kB | 500/502 kB | 150/215 kB Progress (4): 2.7 MB | 768 kB | 500/502 kB | 154/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 154/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 158/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 162/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 166/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 170/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 174/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 178/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 182/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 186/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 190/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 194/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 198/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 202/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 206/215 kB Progress (4): 2.7 MB | 768 kB | 502 kB | 210/215 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar (2.7 MB at 2.1 MB/s) Progress (3): 768 kB | 502 kB | 214/215 kB Progress (3): 768 kB | 502 kB | 215 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 377 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar (768 kB at 577 kB/s) 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 161 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Collections Parent Project [pom] [INFO] Eclipse Collections Code Generator [jar] [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] [INFO] Eclipse Collections API [jar] [INFO] Eclipse Collections Main Library [jar] [INFO] Eclipse Collections Test Utilities [jar] [INFO] Eclipse Collections Fork Join Utilities [jar] [INFO] Eclipse Collections JCStress Test Suite [jar] [INFO] Eclipse Collections p2 Repository Build [pom] [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] [INFO] [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- [INFO] Building Eclipse Collections Parent Project 10.1.0 [1/10] [INFO] --------------------------------[ pom ]--------------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M1/maven-enforcer-plugin-3.0.0-M1.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M1/maven-enforcer-plugin-3.0.0-M1.pom (7.2 kB at 480 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M1/enforcer-3.0.0-M1.pom Progress (1): 4.1/8.3 kB Progress (1): 7.7/8.3 kB Progress (1): 8.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M1/enforcer-3.0.0-M1.pom (8.3 kB at 520 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M1/maven-enforcer-plugin-3.0.0-M1.jar Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M1/maven-enforcer-plugin-3.0.0-M1.jar (26 kB at 1.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom (15 kB at 817 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 743 kB/s) 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/43 kB Progress (1): 7.7/43 kB Progress (1): 12/43 kB Progress (1): 16/43 kB Progress (1): 20/43 kB Progress (1): 24/43 kB Progress (1): 28/43 kB Progress (1): 32/43 kB Progress (1): 36/43 kB Progress (1): 40/43 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 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar Progress (1): 4.1/167 kB Progress (1): 7.7/167 kB Progress (1): 12/167 kB Progress (1): 16/167 kB Progress (1): 20/167 kB Progress (1): 24/167 kB Progress (1): 28/167 kB Progress (1): 32/167 kB Progress (1): 33/167 kB Progress (1): 37/167 kB Progress (1): 41/167 kB Progress (1): 45/167 kB Progress (1): 49/167 kB Progress (1): 53/167 kB Progress (1): 57/167 kB Progress (1): 61/167 kB Progress (1): 65/167 kB Progress (1): 66/167 kB Progress (1): 70/167 kB Progress (1): 74/167 kB Progress (1): 78/167 kB Progress (1): 82/167 kB Progress (1): 86/167 kB Progress (1): 90/167 kB Progress (1): 94/167 kB Progress (1): 98/167 kB Progress (1): 98/167 kB Progress (1): 102/167 kB Progress (1): 106/167 kB Progress (1): 110/167 kB Progress (1): 114/167 kB Progress (1): 118/167 kB Progress (1): 122/167 kB Progress (1): 126/167 kB Progress (1): 130/167 kB Progress (1): 131/167 kB Progress (1): 135/167 kB Progress (1): 139/167 kB Progress (1): 143/167 kB Progress (1): 147/167 kB Progress (1): 151/167 kB Progress (1): 155/167 kB Progress (1): 159/167 kB Progress (1): 163/167 kB Progress (1): 167 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar (167 kB at 4.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom Progress (1): 4.1/5.2 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 369 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar Progress (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 743 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (6.4 kB at 458 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 796 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.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/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 kB at 1.4 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 278 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 278 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar Progress (1): 4.1/222 kB Progress (1): 7.7/222 kB Progress (1): 12/222 kB Progress (1): 16/222 kB Progress (1): 20/222 kB Progress (1): 24/222 kB Progress (1): 28/222 kB Progress (1): 32/222 kB Progress (1): 36/222 kB Progress (1): 40/222 kB Progress (1): 44/222 kB Progress (1): 48/222 kB Progress (1): 52/222 kB Progress (1): 56/222 kB Progress (1): 60/222 kB Progress (1): 64/222 kB Progress (1): 68/222 kB Progress (1): 72/222 kB Progress (1): 76/222 kB Progress (1): 80/222 kB Progress (1): 84/222 kB Progress (1): 88/222 kB Progress (1): 92/222 kB Progress (1): 96/222 kB Progress (1): 100/222 kB Progress (1): 104/222 kB Progress (1): 108/222 kB Progress (1): 112/222 kB Progress (1): 116/222 kB Progress (1): 120/222 kB Progress (1): 124/222 kB Progress (1): 128/222 kB Progress (1): 132/222 kB Progress (1): 136/222 kB Progress (1): 140/222 kB Progress (1): 144/222 kB Progress (1): 148/222 kB Progress (1): 152/222 kB Progress (1): 156/222 kB Progress (1): 160/222 kB Progress (1): 164/222 kB Progress (1): 168/222 kB Progress (1): 172/222 kB Progress (1): 176/222 kB Progress (1): 180/222 kB Progress (1): 184/222 kB Progress (1): 188/222 kB Progress (1): 192/222 kB Progress (1): 196/222 kB Progress (1): 200/222 kB Progress (1): 204/222 kB Progress (1): 208/222 kB Progress (1): 212/222 kB Progress (1): 216/222 kB Progress (1): 220/222 kB Progress (1): 222 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 9.7 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Progress (1): 748 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 44 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 222 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 694 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M1/enforcer-api-3.0.0-M1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M1/enforcer-api-3.0.0-M1.pom (2.9 kB at 116 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Progress (1): 1.2 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/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 82 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 94 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M1/enforcer-rules-3.0.0-M1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M1/enforcer-rules-3.0.0-M1.pom (3.9 kB at 197 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 345 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 262 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom 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/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom Progress (1): 4.1/65 kB Progress (1): 7.7/65 kB Progress (1): 12/65 kB Progress (1): 16/65 kB Progress (1): 20/65 kB Progress (1): 24/65 kB Progress (1): 28/65 kB Progress (1): 32/65 kB Progress (1): 36/65 kB Progress (1): 40/65 kB Progress (1): 44/65 kB Progress (1): 48/65 kB Progress (1): 52/65 kB Progress (1): 56/65 kB Progress (1): 60/65 kB Progress (1): 64/65 kB Progress (1): 65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 4.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 620 kB/s) 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/42 kB Progress (1): 7.7/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 36/42 kB Progress (1): 40/42 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 2.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 70 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 71 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 559 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M1/enforcer-api-3.0.0-M1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/12 kB Progress (2): 13 kB | 7.7/12 kB Progress (2): 13 kB | 12 kB Progress (3): 13 kB | 12 kB | 4.1/195 kB Progress (3): 13 kB | 12 kB | 7.7/195 kB Progress (3): 13 kB | 12 kB | 12/195 kB Progress (4): 13 kB | 12 kB | 12/195 kB | 4.1/245 kB Progress (4): 13 kB | 12 kB | 16/195 kB | 4.1/245 kB Progress (4): 13 kB | 12 kB | 16/195 kB | 7.7/245 kB Progress (4): 13 kB | 12 kB | 20/195 kB | 7.7/245 kB Progress (4): 13 kB | 12 kB | 24/195 kB | 7.7/245 kB Progress (4): 13 kB | 12 kB | 24/195 kB | 12/245 kB Progress (4): 13 kB | 12 kB | 28/195 kB | 12/245 kB Progress (4): 13 kB | 12 kB | 28/195 kB | 16/245 kB Progress (4): 13 kB | 12 kB | 32/195 kB | 16/245 kB Progress (4): 13 kB | 12 kB | 32/195 kB | 20/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 20/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 24/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 28/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 32/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 33/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 37/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 41/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 45/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 49/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 53/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 57/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 61/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 65/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 66/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 70/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 74/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 78/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 82/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 86/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 90/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 94/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 98/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 98/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 102/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 106/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 110/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 114/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 118/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 122/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 126/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 130/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 131/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 135/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 139/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 143/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 147/245 kB Progress (4): 13 kB | 12 kB | 33/195 kB | 151/245 kB Progress (4): 13 kB | 12 kB | 37/195 kB | 151/245 kB Progress (4): 13 kB | 12 kB | 37/195 kB | 155/245 kB Progress (4): 13 kB | 12 kB | 41/195 kB | 155/245 kB Progress (4): 13 kB | 12 kB | 41/195 kB | 159/245 kB Progress (4): 13 kB | 12 kB | 45/195 kB | 159/245 kB Progress (4): 13 kB | 12 kB | 45/195 kB | 163/245 kB Progress (4): 13 kB | 12 kB | 49/195 kB | 163/245 kB Progress (4): 13 kB | 12 kB | 49/195 kB | 164/245 kB Progress (4): 13 kB | 12 kB | 53/195 kB | 164/245 kB Progress (4): 13 kB | 12 kB | 53/195 kB | 168/245 kB Progress (4): 13 kB | 12 kB | 57/195 kB | 168/245 kB Progress (4): 13 kB | 12 kB | 57/195 kB | 172/245 kB Progress (4): 13 kB | 12 kB | 61/195 kB | 172/245 kB Progress (4): 13 kB | 12 kB | 61/195 kB | 176/245 kB Progress (4): 13 kB | 12 kB | 65/195 kB | 176/245 kB Progress (4): 13 kB | 12 kB | 65/195 kB | 180/245 kB Progress (4): 13 kB | 12 kB | 69/195 kB | 180/245 kB Progress (4): 13 kB | 12 kB | 69/195 kB | 184/245 kB Progress (4): 13 kB | 12 kB | 73/195 kB | 184/245 kB Progress (4): 13 kB | 12 kB | 73/195 kB | 188/245 kB Progress (4): 13 kB | 12 kB | 77/195 kB | 188/245 kB Progress (5): 13 kB | 12 kB | 77/195 kB | 188/245 kB | 4.1/4.3 kB Progress (5): 13 kB | 12 kB | 81/195 kB | 188/245 kB | 4.1/4.3 kB Progress (5): 13 kB | 12 kB | 81/195 kB | 192/245 kB | 4.1/4.3 kB Progress (5): 13 kB | 12 kB | 85/195 kB | 192/245 kB | 4.1/4.3 kB Progress (5): 13 kB | 12 kB | 85/195 kB | 192/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 89/195 kB | 192/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 93/195 kB | 192/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 97/195 kB | 192/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 97/195 kB | 196/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 101/195 kB | 196/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 101/195 kB | 197/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 105/195 kB | 197/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 105/195 kB | 201/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 109/195 kB | 201/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 109/195 kB | 205/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 113/195 kB | 205/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 113/195 kB | 209/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 117/195 kB | 209/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 117/195 kB | 213/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 121/195 kB | 213/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 121/195 kB | 217/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 125/195 kB | 217/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 125/195 kB | 221/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 129/195 kB | 221/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 129/195 kB | 225/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 133/195 kB | 225/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 133/195 kB | 229/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 137/195 kB | 229/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 137/195 kB | 233/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 141/195 kB | 233/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 141/195 kB | 237/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 145/195 kB | 237/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 145/195 kB | 241/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 149/195 kB | 241/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 149/195 kB | 245/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 153/195 kB | 245/245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 153/195 kB | 245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 157/195 kB | 245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 161/195 kB | 245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 165/195 kB | 245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 169/195 kB | 245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 173/195 kB | 245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 177/195 kB | 245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 181/195 kB | 245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 185/195 kB | 245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 189/195 kB | 245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 193/195 kB | 245 kB | 4.3 kB Progress (5): 13 kB | 12 kB | 195 kB | 245 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 138 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 6.4 MB/s) 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 5.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M1/enforcer-rules-3.0.0-M1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 337 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar Progress (2): 12 kB | 4.1/38 kB Progress (2): 12 kB | 7.7/38 kB Progress (2): 12 kB | 12/38 kB Progress (2): 12 kB | 16/38 kB Progress (2): 12 kB | 20/38 kB Progress (2): 12 kB | 24/38 kB Progress (3): 12 kB | 24/38 kB | 4.1/45 kB Progress (3): 12 kB | 28/38 kB | 4.1/45 kB Progress (3): 12 kB | 28/38 kB | 7.7/45 kB Progress (3): 12 kB | 32/38 kB | 7.7/45 kB Progress (3): 12 kB | 32/38 kB | 12/45 kB Progress (3): 12 kB | 36/38 kB | 12/45 kB Progress (3): 12 kB | 36/38 kB | 16/45 kB Progress (3): 12 kB | 38 kB | 16/45 kB Progress (3): 12 kB | 38 kB | 20/45 kB Progress (3): 12 kB | 38 kB | 24/45 kB Progress (3): 12 kB | 38 kB | 28/45 kB Progress (3): 12 kB | 38 kB | 32/45 kB Progress (3): 12 kB | 38 kB | 36/45 kB Progress (3): 12 kB | 38 kB | 40/45 kB Progress (3): 12 kB | 38 kB | 44/45 kB Progress (3): 12 kB | 38 kB | 45 kB Progress (4): 12 kB | 38 kB | 45 kB | 4.1/105 kB Progress (4): 12 kB | 38 kB | 45 kB | 7.7/105 kB Progress (4): 12 kB | 38 kB | 45 kB | 12/105 kB Progress (4): 12 kB | 38 kB | 45 kB | 16/105 kB Progress (4): 12 kB | 38 kB | 45 kB | 20/105 kB Progress (4): 12 kB | 38 kB | 45 kB | 24/105 kB Progress (4): 12 kB | 38 kB | 45 kB | 28/105 kB Progress (4): 12 kB | 38 kB | 45 kB | 32/105 kB Progress (4): 12 kB | 38 kB | 45 kB | 33/105 kB Progress (4): 12 kB | 38 kB | 45 kB | 37/105 kB Progress (4): 12 kB | 38 kB | 45 kB | 41/105 kB Progress (5): 12 kB | 38 kB | 45 kB | 41/105 kB | 4.1/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 45/105 kB | 4.1/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 45/105 kB | 7.7/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 49/105 kB | 7.7/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 49/105 kB | 12/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 53/105 kB | 12/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 53/105 kB | 16/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 57/105 kB | 16/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 57/105 kB | 20/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 61/105 kB | 20/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 61/105 kB | 24/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 65/105 kB | 24/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 65/105 kB | 28/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 66/105 kB | 28/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 66/105 kB | 32/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 70/105 kB | 32/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 70/105 kB | 36/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 74/105 kB | 36/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 74/105 kB | 40/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 78/105 kB | 40/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 78/105 kB | 44/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 82/105 kB | 44/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 82/105 kB | 48/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 86/105 kB | 48/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 86/105 kB | 52/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 90/105 kB | 52/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 94/105 kB | 52/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 94/105 kB | 56/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 94/105 kB | 60/61 kB Progress (5): 12 kB | 38 kB | 45 kB | 94/105 kB | 61 kB Progress (5): 12 kB | 38 kB | 45 kB | 98/105 kB | 61 kB Progress (5): 12 kB | 38 kB | 45 kB | 102/105 kB | 61 kB Progress (5): 12 kB | 38 kB | 45 kB | 105 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M1/enforcer-api-3.0.0-M1.jar (12 kB at 210 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 960 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 704 kB/s) Progress (3): 38 kB | 105 kB | 4.1/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar Progress (3): 38 kB | 105 kB | 7.7/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Progress (3): 38 kB | 105 kB | 12/164 kB Progress (3): 38 kB | 105 kB | 16/164 kB Progress (3): 38 kB | 105 kB | 20/164 kB Progress (3): 38 kB | 105 kB | 24/164 kB Progress (3): 38 kB | 105 kB | 28/164 kB Progress (3): 38 kB | 105 kB | 32/164 kB Progress (3): 38 kB | 105 kB | 33/164 kB Progress (3): 38 kB | 105 kB | 37/164 kB Progress (3): 38 kB | 105 kB | 41/164 kB Progress (3): 38 kB | 105 kB | 45/164 kB Progress (3): 38 kB | 105 kB | 49/164 kB Progress (3): 38 kB | 105 kB | 53/164 kB Progress (3): 38 kB | 105 kB | 57/164 kB Progress (3): 38 kB | 105 kB | 61/164 kB Progress (3): 38 kB | 105 kB | 65/164 kB Progress (3): 38 kB | 105 kB | 66/164 kB Progress (3): 38 kB | 105 kB | 70/164 kB Progress (3): 38 kB | 105 kB | 74/164 kB Progress (3): 38 kB | 105 kB | 78/164 kB Progress (3): 38 kB | 105 kB | 82/164 kB Progress (3): 38 kB | 105 kB | 86/164 kB Progress (3): 38 kB | 105 kB | 90/164 kB Progress (3): 38 kB | 105 kB | 94/164 kB Progress (3): 38 kB | 105 kB | 98/164 kB Progress (3): 38 kB | 105 kB | 98/164 kB Progress (3): 38 kB | 105 kB | 102/164 kB Progress (3): 38 kB | 105 kB | 106/164 kB Progress (3): 38 kB | 105 kB | 110/164 kB Progress (3): 38 kB | 105 kB | 114/164 kB Progress (3): 38 kB | 105 kB | 118/164 kB Progress (3): 38 kB | 105 kB | 122/164 kB Progress (3): 38 kB | 105 kB | 126/164 kB Progress (3): 38 kB | 105 kB | 130/164 kB Progress (3): 38 kB | 105 kB | 134/164 kB Progress (3): 38 kB | 105 kB | 138/164 kB Progress (3): 38 kB | 105 kB | 142/164 kB Progress (3): 38 kB | 105 kB | 146/164 kB Progress (3): 38 kB | 105 kB | 150/164 kB Progress (3): 38 kB | 105 kB | 154/164 kB Progress (3): 38 kB | 105 kB | 158/164 kB Progress (3): 38 kB | 105 kB | 162/164 kB Progress (3): 38 kB | 105 kB | 164 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 521 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M1/enforcer-rules-3.0.0-M1.jar (105 kB at 1.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar Progress (2): 164 kB | 4.1/480 kB Progress (2): 164 kB | 7.7/480 kB Progress (2): 164 kB | 12/480 kB Progress (2): 164 kB | 16/480 kB Progress (2): 164 kB | 20/480 kB Progress (2): 164 kB | 24/480 kB Progress (2): 164 kB | 28/480 kB Progress (2): 164 kB | 32/480 kB Progress (2): 164 kB | 33/480 kB Progress (2): 164 kB | 37/480 kB Progress (2): 164 kB | 41/480 kB Progress (2): 164 kB | 45/480 kB Progress (2): 164 kB | 49/480 kB Progress (3): 164 kB | 49/480 kB | 4.1/233 kB Progress (3): 164 kB | 53/480 kB | 4.1/233 kB Progress (3): 164 kB | 53/480 kB | 7.7/233 kB Progress (3): 164 kB | 57/480 kB | 7.7/233 kB Progress (3): 164 kB | 57/480 kB | 12/233 kB Progress (3): 164 kB | 61/480 kB | 12/233 kB Progress (3): 164 kB | 61/480 kB | 16/233 kB Progress (3): 164 kB | 65/480 kB | 16/233 kB Progress (3): 164 kB | 65/480 kB | 20/233 kB Progress (3): 164 kB | 66/480 kB | 20/233 kB Progress (3): 164 kB | 70/480 kB | 20/233 kB Progress (3): 164 kB | 74/480 kB | 20/233 kB Progress (3): 164 kB | 78/480 kB | 20/233 kB Progress (3): 164 kB | 82/480 kB | 20/233 kB Progress (3): 164 kB | 86/480 kB | 20/233 kB Progress (3): 164 kB | 90/480 kB | 20/233 kB Progress (3): 164 kB | 90/480 kB | 24/233 kB Progress (4): 164 kB | 90/480 kB | 24/233 kB | 4.1/282 kB Progress (4): 164 kB | 94/480 kB | 24/233 kB | 4.1/282 kB Progress (4): 164 kB | 94/480 kB | 24/233 kB | 7.7/282 kB Progress (4): 164 kB | 94/480 kB | 28/233 kB | 7.7/282 kB Progress (4): 164 kB | 94/480 kB | 28/233 kB | 12/282 kB Progress (4): 164 kB | 98/480 kB | 28/233 kB | 12/282 kB Progress (5): 164 kB | 98/480 kB | 28/233 kB | 12/282 kB | 4.1/64 kB Progress (5): 164 kB | 102/480 kB | 28/233 kB | 12/282 kB | 4.1/64 kB Progress (5): 164 kB | 102/480 kB | 28/233 kB | 16/282 kB | 4.1/64 kB Progress (5): 164 kB | 102/480 kB | 32/233 kB | 16/282 kB | 4.1/64 kB Progress (5): 164 kB | 106/480 kB | 32/233 kB | 16/282 kB | 4.1/64 kB Progress (5): 164 kB | 106/480 kB | 32/233 kB | 16/282 kB | 7.7/64 kB Progress (5): 164 kB | 110/480 kB | 32/233 kB | 16/282 kB | 7.7/64 kB Progress (5): 164 kB | 110/480 kB | 32/233 kB | 20/282 kB | 7.7/64 kB Progress (5): 164 kB | 110/480 kB | 33/233 kB | 20/282 kB | 7.7/64 kB Progress (5): 164 kB | 110/480 kB | 33/233 kB | 24/282 kB | 7.7/64 kB Progress (5): 164 kB | 114/480 kB | 33/233 kB | 24/282 kB | 7.7/64 kB Progress (5): 164 kB | 114/480 kB | 33/233 kB | 24/282 kB | 12/64 kB Progress (5): 164 kB | 118/480 kB | 33/233 kB | 24/282 kB | 12/64 kB Progress (5): 164 kB | 122/480 kB | 33/233 kB | 24/282 kB | 12/64 kB Progress (5): 164 kB | 122/480 kB | 33/233 kB | 28/282 kB | 12/64 kB Progress (5): 164 kB | 122/480 kB | 37/233 kB | 28/282 kB | 12/64 kB Progress (5): 164 kB | 122/480 kB | 37/233 kB | 32/282 kB | 12/64 kB Progress (5): 164 kB | 126/480 kB | 37/233 kB | 32/282 kB | 12/64 kB Progress (5): 164 kB | 126/480 kB | 37/233 kB | 32/282 kB | 16/64 kB Progress (5): 164 kB | 126/480 kB | 37/233 kB | 32/282 kB | 20/64 kB Progress (5): 164 kB | 126/480 kB | 37/233 kB | 32/282 kB | 24/64 kB Progress (5): 164 kB | 126/480 kB | 37/233 kB | 32/282 kB | 28/64 kB Progress (5): 164 kB | 126/480 kB | 37/233 kB | 32/282 kB | 32/64 kB Progress (5): 164 kB | 126/480 kB | 37/233 kB | 32/282 kB | 36/64 kB Progress (5): 164 kB | 126/480 kB | 37/233 kB | 32/282 kB | 40/64 kB Progress (5): 164 kB | 126/480 kB | 37/233 kB | 36/282 kB | 40/64 kB Progress (5): 164 kB | 130/480 kB | 37/233 kB | 36/282 kB | 40/64 kB Progress (5): 164 kB | 130/480 kB | 41/233 kB | 36/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 36/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 40/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 44/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 48/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 52/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 56/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 60/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 64/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 68/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 72/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 76/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 80/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 84/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 88/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 92/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 96/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 100/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 104/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 108/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 112/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 116/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 120/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 124/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 128/282 kB | 40/64 kB Progress (5): 164 kB | 134/480 kB | 41/233 kB | 132/282 kB | 40/64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 1.3 MB/s) Progress (4): 134/480 kB | 41/233 kB | 132/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 136/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 140/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 144/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 148/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 152/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 156/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 160/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 164/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 168/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 172/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 176/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 180/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 184/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 188/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 192/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 196/282 kB | 44/64 kB Progress (4): 134/480 kB | 41/233 kB | 200/282 kB | 44/64 kB Progress (4): 138/480 kB | 41/233 kB | 200/282 kB | 44/64 kB Progress (4): 138/480 kB | 45/233 kB | 200/282 kB | 44/64 kB Progress (4): 142/480 kB | 45/233 kB | 200/282 kB | 44/64 kB Progress (4): 142/480 kB | 45/233 kB | 204/282 kB | 44/64 kB Progress (4): 142/480 kB | 45/233 kB | 204/282 kB | 48/64 kB Progress (4): 142/480 kB | 45/233 kB | 208/282 kB | 48/64 kB Progress (4): 146/480 kB | 45/233 kB | 208/282 kB | 48/64 kB Progress (4): 146/480 kB | 49/233 kB | 208/282 kB | 48/64 kB Progress (4): 146/480 kB | 49/233 kB | 212/282 kB | 48/64 kB Progress (4): 146/480 kB | 53/233 kB | 212/282 kB | 48/64 kB Progress (4): 146/480 kB | 53/233 kB | 212/282 kB | 52/64 kB Progress (4): 146/480 kB | 57/233 kB | 212/282 kB | 52/64 kB Progress (4): 146/480 kB | 57/233 kB | 216/282 kB | 52/64 kB Progress (4): 150/480 kB | 57/233 kB | 216/282 kB | 52/64 kB Progress (4): 150/480 kB | 57/233 kB | 220/282 kB | 52/64 kB Progress (4): 150/480 kB | 61/233 kB | 220/282 kB | 52/64 kB Progress (4): 150/480 kB | 61/233 kB | 220/282 kB | 56/64 kB Progress (4): 150/480 kB | 65/233 kB | 220/282 kB | 56/64 kB Progress (4): 150/480 kB | 65/233 kB | 224/282 kB | 56/64 kB Progress (4): 150/480 kB | 69/233 kB | 224/282 kB | 56/64 kB Progress (4): 154/480 kB | 69/233 kB | 224/282 kB | 56/64 kB Progress (4): 154/480 kB | 73/233 kB | 224/282 kB | 56/64 kB Progress (4): 158/480 kB | 73/233 kB | 224/282 kB | 56/64 kB Progress (4): 158/480 kB | 77/233 kB | 224/282 kB | 56/64 kB Progress (4): 158/480 kB | 77/233 kB | 228/282 kB | 56/64 kB Progress (4): 158/480 kB | 77/233 kB | 232/282 kB | 56/64 kB Progress (4): 158/480 kB | 77/233 kB | 236/282 kB | 56/64 kB Progress (4): 158/480 kB | 77/233 kB | 240/282 kB | 56/64 kB Progress (4): 158/480 kB | 77/233 kB | 244/282 kB | 56/64 kB Progress (4): 158/480 kB | 77/233 kB | 248/282 kB | 56/64 kB Progress (4): 158/480 kB | 77/233 kB | 252/282 kB | 56/64 kB Progress (4): 158/480 kB | 77/233 kB | 256/282 kB | 56/64 kB Progress (4): 158/480 kB | 77/233 kB | 260/282 kB | 56/64 kB Progress (4): 158/480 kB | 77/233 kB | 264/282 kB | 56/64 kB Progress (4): 158/480 kB | 77/233 kB | 268/282 kB | 56/64 kB Progress (4): 158/480 kB | 77/233 kB | 268/282 kB | 60/64 kB Progress (4): 158/480 kB | 77/233 kB | 272/282 kB | 60/64 kB Progress (4): 158/480 kB | 81/233 kB | 272/282 kB | 60/64 kB Progress (4): 162/480 kB | 81/233 kB | 272/282 kB | 60/64 kB Progress (4): 162/480 kB | 81/233 kB | 276/282 kB | 60/64 kB Progress (4): 162/480 kB | 81/233 kB | 276/282 kB | 64 kB Progress (4): 162/480 kB | 81/233 kB | 280/282 kB | 64 kB Progress (4): 166/480 kB | 81/233 kB | 280/282 kB | 64 kB Progress (4): 166/480 kB | 85/233 kB | 280/282 kB | 64 kB Progress (4): 170/480 kB | 85/233 kB | 280/282 kB | 64 kB Progress (4): 170/480 kB | 85/233 kB | 282 kB | 64 kB Progress (4): 174/480 kB | 85/233 kB | 282 kB | 64 kB Progress (4): 174/480 kB | 89/233 kB | 282 kB | 64 kB Progress (4): 178/480 kB | 89/233 kB | 282 kB | 64 kB Progress (4): 178/480 kB | 93/233 kB | 282 kB | 64 kB Progress (4): 182/480 kB | 93/233 kB | 282 kB | 64 kB Progress (4): 182/480 kB | 97/233 kB | 282 kB | 64 kB Progress (4): 186/480 kB | 97/233 kB | 282 kB | 64 kB Progress (4): 186/480 kB | 101/233 kB | 282 kB | 64 kB Progress (4): 190/480 kB | 101/233 kB | 282 kB | 64 kB Progress (4): 190/480 kB | 105/233 kB | 282 kB | 64 kB Progress (4): 194/480 kB | 105/233 kB | 282 kB | 64 kB Progress (4): 194/480 kB | 109/233 kB | 282 kB | 64 kB Progress (4): 198/480 kB | 109/233 kB | 282 kB | 64 kB Progress (4): 198/480 kB | 113/233 kB | 282 kB | 64 kB Progress (4): 202/480 kB | 113/233 kB | 282 kB | 64 kB Progress (4): 202/480 kB | 117/233 kB | 282 kB | 64 kB Progress (4): 206/480 kB | 117/233 kB | 282 kB | 64 kB Progress (4): 206/480 kB | 121/233 kB | 282 kB | 64 kB Progress (4): 210/480 kB | 121/233 kB | 282 kB | 64 kB Progress (4): 210/480 kB | 125/233 kB | 282 kB | 64 kB Progress (4): 214/480 kB | 125/233 kB | 282 kB | 64 kB Progress (4): 214/480 kB | 129/233 kB | 282 kB | 64 kB Progress (4): 218/480 kB | 129/233 kB | 282 kB | 64 kB Progress (4): 218/480 kB | 133/233 kB | 282 kB | 64 kB Progress (4): 222/480 kB | 133/233 kB | 282 kB | 64 kB Progress (4): 222/480 kB | 137/233 kB | 282 kB | 64 kB Progress (4): 226/480 kB | 137/233 kB | 282 kB | 64 kB Progress (4): 226/480 kB | 141/233 kB | 282 kB | 64 kB Progress (4): 230/480 kB | 141/233 kB | 282 kB | 64 kB Progress (4): 230/480 kB | 145/233 kB | 282 kB | 64 kB Progress (4): 234/480 kB | 145/233 kB | 282 kB | 64 kB Progress (4): 234/480 kB | 149/233 kB | 282 kB | 64 kB Progress (4): 238/480 kB | 149/233 kB | 282 kB | 64 kB Progress (4): 238/480 kB | 153/233 kB | 282 kB | 64 kB Progress (4): 242/480 kB | 153/233 kB | 282 kB | 64 kB Progress (4): 242/480 kB | 157/233 kB | 282 kB | 64 kB Progress (4): 246/480 kB | 157/233 kB | 282 kB | 64 kB Progress (4): 246/480 kB | 161/233 kB | 282 kB | 64 kB Progress (4): 250/480 kB | 161/233 kB | 282 kB | 64 kB Progress (4): 250/480 kB | 165/233 kB | 282 kB | 64 kB Progress (4): 254/480 kB | 165/233 kB | 282 kB | 64 kB Progress (4): 254/480 kB | 169/233 kB | 282 kB | 64 kB Progress (4): 258/480 kB | 169/233 kB | 282 kB | 64 kB Progress (4): 258/480 kB | 173/233 kB | 282 kB | 64 kB Progress (4): 262/480 kB | 173/233 kB | 282 kB | 64 kB Progress (4): 262/480 kB | 177/233 kB | 282 kB | 64 kB Progress (4): 266/480 kB | 177/233 kB | 282 kB | 64 kB Progress (4): 266/480 kB | 181/233 kB | 282 kB | 64 kB Progress (4): 270/480 kB | 181/233 kB | 282 kB | 64 kB Progress (4): 270/480 kB | 185/233 kB | 282 kB | 64 kB Progress (4): 274/480 kB | 185/233 kB | 282 kB | 64 kB Progress (4): 274/480 kB | 189/233 kB | 282 kB | 64 kB Progress (4): 278/480 kB | 189/233 kB | 282 kB | 64 kB Progress (4): 278/480 kB | 193/233 kB | 282 kB | 64 kB Progress (4): 282/480 kB | 193/233 kB | 282 kB | 64 kB Progress (4): 282/480 kB | 197/233 kB | 282 kB | 64 kB Progress (4): 286/480 kB | 197/233 kB | 282 kB | 64 kB Progress (4): 286/480 kB | 201/233 kB | 282 kB | 64 kB Progress (4): 290/480 kB | 201/233 kB | 282 kB | 64 kB Progress (4): 290/480 kB | 205/233 kB | 282 kB | 64 kB Progress (4): 294/480 kB | 205/233 kB | 282 kB | 64 kB Progress (4): 294/480 kB | 209/233 kB | 282 kB | 64 kB Progress (4): 298/480 kB | 209/233 kB | 282 kB | 64 kB Progress (4): 298/480 kB | 213/233 kB | 282 kB | 64 kB Progress (4): 302/480 kB | 213/233 kB | 282 kB | 64 kB Progress (4): 302/480 kB | 217/233 kB | 282 kB | 64 kB Progress (4): 306/480 kB | 217/233 kB | 282 kB | 64 kB Progress (4): 306/480 kB | 221/233 kB | 282 kB | 64 kB Progress (4): 310/480 kB | 221/233 kB | 282 kB | 64 kB Progress (4): 310/480 kB | 225/233 kB | 282 kB | 64 kB Progress (4): 314/480 kB | 225/233 kB | 282 kB | 64 kB Progress (4): 314/480 kB | 229/233 kB | 282 kB | 64 kB Progress (4): 318/480 kB | 229/233 kB | 282 kB | 64 kB Progress (4): 318/480 kB | 233/233 kB | 282 kB | 64 kB Progress (4): 322/480 kB | 233/233 kB | 282 kB | 64 kB Progress (4): 322/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 326/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 330/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 334/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 338/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 342/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 346/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 350/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 354/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 358/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 362/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 366/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 370/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 374/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 378/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 382/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 386/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 390/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 394/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 398/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 402/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 406/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 410/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 414/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 418/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 422/480 kB | 233 kB | 282 kB | 64 kB Progress (4): 426/480 kB | 233 kB | 282 kB | 64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 2.0 MB/s) Progress (3): 430/480 kB | 233 kB | 64 kB Progress (3): 434/480 kB | 233 kB | 64 kB Progress (3): 438/480 kB | 233 kB | 64 kB Progress (3): 442/480 kB | 233 kB | 64 kB Progress (3): 446/480 kB | 233 kB | 64 kB Progress (3): 450/480 kB | 233 kB | 64 kB Progress (3): 454/480 kB | 233 kB | 64 kB Progress (3): 458/480 kB | 233 kB | 64 kB Progress (3): 462/480 kB | 233 kB | 64 kB Progress (3): 466/480 kB | 233 kB | 64 kB Progress (3): 470/480 kB | 233 kB | 64 kB Progress (3): 474/480 kB | 233 kB | 64 kB Progress (3): 478/480 kB | 233 kB | 64 kB Progress (3): 480 kB | 233 kB | 64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 3.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 1.5 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 407 kB/s) [INFO] [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-parent --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 119 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 467 kB/s) 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/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/maven-parent/16/maven-parent-16.pom (23 kB at 2.1 MB/s) 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/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/apache/apache/7/apache-7.pom (14 kB at 722 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 111 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 112 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 244 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 102 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom 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/maven-parent/19/maven-parent-19.pom (25 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 87 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 71 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 264 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 28 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 73 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 286 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom 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/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 874 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 577 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 640 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 196 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom Progress (1): 4.1/9.4 kB Progress (1): 7.7/9.4 kB Progress (1): 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 584 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 937 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 735 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 729 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 321 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 520 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 803 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 161 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 117 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 109 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 402 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 695 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 392 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Progress (1): 357 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 21 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Progress (1): 866 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 62 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Progress (1): 974 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 65 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 105 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Progress (1): 163 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 5.8 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Progress (1): 171 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 8.1 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 257 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 150 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 251 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 118 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 781 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 67 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 407 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 214 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 178 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 181 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 262 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 300 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 910 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom Progress (1): 4.1/7.0 kB Progress (1): 7.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 467 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 247 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom Progress (1): 145 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 6.3 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom Progress (1): 147 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 11 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom Progress (1): 167 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 9.3 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom Progress (1): 156 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 13 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 316 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom Progress (1): 142 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 5.7 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom Progress (1): 653 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 24 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom 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/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 154 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom Progress (1): 4.1/9.8 kB Progress (1): 7.7/9.8 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 307 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom 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/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 204 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 262 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom Progress (1): 145 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 13 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 85 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 145 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 590 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom Progress (1): 4.1/4.8 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/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 253 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom 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/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom Progress (1): 4.1/4.5 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.0.1/plexus-io-3.0.1.pom (4.5 kB at 303 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 558 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom Progress (1): 4.1/70 kB Progress (1): 7.7/70 kB Progress (1): 12/70 kB Progress (1): 16/70 kB Progress (1): 20/70 kB Progress (1): 24/70 kB Progress (1): 28/70 kB Progress (1): 32/70 kB Progress (1): 33/70 kB Progress (1): 37/70 kB Progress (1): 41/70 kB Progress (1): 45/70 kB Progress (1): 49/70 kB Progress (1): 53/70 kB Progress (1): 57/70 kB Progress (1): 61/70 kB Progress (1): 65/70 kB Progress (1): 69/70 kB Progress (1): 70 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 3.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 247 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom Progress (1): 4.1/5.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/22/maven-shared-components-22.pom (5.1 kB at 301 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/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/27/maven-parent-27.pom (41 kB at 2.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 669 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom 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/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 260 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 131 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 82 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom 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/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom Progress (1): 4.1/40 kB Progress (1): 7.7/40 kB Progress (1): 12/40 kB Progress (1): 16/40 kB Progress (1): 20/40 kB Progress (1): 24/40 kB Progress (1): 28/40 kB Progress (1): 32/40 kB Progress (1): 36/40 kB Progress (1): 40/40 kB Progress (1): 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 3.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 225 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Progress (1): 4.1/5.6 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.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 279 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Progress (1): 4.1/5.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/21/maven-shared-components-21.pom (5.1 kB at 255 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.7 MB/s) 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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 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 896 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 424 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 319 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom Progress (1): 4.1/4.5 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.0.0/plexus-io-3.0.0.pom (4.5 kB at 379 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom Progress (1): 4.1/6.7 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom (6.7 kB at 374 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom Progress (1): 4.1/5.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/31/maven-shared-components-31.pom (5.1 kB at 465 kB/s) 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 128 kB/s) 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/11 kB Progress (1): 7.7/11 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 864 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 82 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 170 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 356 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Progress (1): 767 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 40 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom Progress (1): 727 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 45 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 375 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom 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/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom (7.6 kB at 634 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 244 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom 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/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 984 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 258 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 795 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom Progress (1): 4.1/31 kB Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 2.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom 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/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 653 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 208 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 296 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar Progress (1): 4.1/293 kB Progress (1): 7.7/293 kB Progress (1): 12/293 kB Progress (1): 16/293 kB Progress (1): 20/293 kB Progress (1): 24/293 kB Progress (1): 28/293 kB Progress (1): 32/293 kB Progress (1): 33/293 kB Progress (1): 37/293 kB Progress (1): 41/293 kB Progress (1): 45/293 kB Progress (1): 49/293 kB Progress (1): 53/293 kB Progress (1): 57/293 kB Progress (1): 61/293 kB Progress (1): 65/293 kB Progress (1): 69/293 kB Progress (1): 73/293 kB Progress (1): 77/293 kB Progress (1): 81/293 kB Progress (1): 85/293 kB Progress (1): 89/293 kB Progress (1): 93/293 kB Progress (1): 97/293 kB Progress (1): 98/293 kB Progress (1): 102/293 kB Progress (1): 106/293 kB Progress (1): 110/293 kB Progress (1): 114/293 kB Progress (1): 118/293 kB Progress (1): 122/293 kB Progress (1): 126/293 kB Progress (1): 130/293 kB Progress (1): 134/293 kB Progress (1): 138/293 kB Progress (1): 142/293 kB Progress (1): 146/293 kB Progress (1): 150/293 kB Progress (1): 154/293 kB Progress (1): 158/293 kB Progress (1): 162/293 kB Progress (1): 166/293 kB Progress (1): 170/293 kB Progress (1): 174/293 kB Progress (1): 178/293 kB Progress (1): 182/293 kB Progress (1): 186/293 kB Progress (1): 190/293 kB Progress (1): 194/293 kB Progress (1): 198/293 kB Progress (1): 202/293 kB Progress (1): 206/293 kB Progress (1): 210/293 kB Progress (1): 214/293 kB Progress (1): 218/293 kB Progress (1): 222/293 kB Progress (1): 226/293 kB Progress (1): 230/293 kB Progress (1): 234/293 kB Progress (1): 238/293 kB Progress (1): 242/293 kB Progress (1): 246/293 kB Progress (1): 250/293 kB Progress (1): 254/293 kB Progress (1): 258/293 kB Progress (1): 262/293 kB Progress (1): 266/293 kB Progress (1): 270/293 kB Progress (1): 274/293 kB Progress (1): 278/293 kB Progress (1): 282/293 kB Progress (1): 286/293 kB Progress (1): 290/293 kB Progress (1): 293 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 3.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar Progress (1): 4.1/173 kB Progress (1): 7.7/173 kB Progress (1): 12/173 kB Progress (1): 16/173 kB Progress (1): 20/173 kB Progress (1): 24/173 kB Progress (1): 28/173 kB Progress (1): 32/173 kB Progress (1): 33/173 kB Progress (1): 37/173 kB Progress (1): 41/173 kB Progress (1): 45/173 kB Progress (1): 49/173 kB Progress (1): 53/173 kB Progress (1): 57/173 kB Progress (1): 61/173 kB Progress (1): 65/173 kB Progress (1): 66/173 kB Progress (1): 70/173 kB Progress (1): 74/173 kB Progress (1): 78/173 kB Progress (1): 82/173 kB Progress (1): 86/173 kB Progress (1): 90/173 kB Progress (1): 94/173 kB Progress (1): 98/173 kB Progress (1): 98/173 kB Progress (1): 102/173 kB Progress (1): 106/173 kB Progress (1): 110/173 kB Progress (1): 114/173 kB Progress (1): 118/173 kB Progress (1): 122/173 kB Progress (1): 126/173 kB Progress (1): 130/173 kB Progress (1): 131/173 kB Progress (1): 135/173 kB Progress (1): 139/173 kB Progress (1): 143/173 kB Progress (1): 147/173 kB Progress (1): 151/173 kB Progress (1): 155/173 kB Progress (1): 159/173 kB Progress (1): 163/173 kB Progress (1): 167/173 kB Progress (1): 171/173 kB Progress (1): 173 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar Progress (1): 4.1/139 kB Progress (1): 7.7/139 kB Progress (1): 12/139 kB Progress (1): 16/139 kB Progress (1): 20/139 kB Progress (1): 24/139 kB Progress (1): 28/139 kB Progress (1): 32/139 kB Progress (1): 36/139 kB Progress (1): 40/139 kB Progress (1): 44/139 kB Progress (1): 48/139 kB Progress (1): 52/139 kB Progress (1): 56/139 kB Progress (1): 60/139 kB Progress (1): 64/139 kB Progress (1): 68/139 kB Progress (1): 72/139 kB Progress (1): 76/139 kB Progress (1): 80/139 kB Progress (1): 84/139 kB Progress (1): 88/139 kB Progress (1): 92/139 kB Progress (1): 96/139 kB Progress (1): 100/139 kB Progress (1): 104/139 kB Progress (1): 108/139 kB Progress (1): 112/139 kB Progress (1): 116/139 kB Progress (1): 120/139 kB Progress (1): 124/139 kB Progress (1): 128/139 kB Progress (1): 132/139 kB Progress (1): 136/139 kB Progress (1): 139 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Progress (1): 4.1/189 kB Progress (1): 7.7/189 kB Progress (1): 12/189 kB Progress (1): 16/189 kB Progress (1): 20/189 kB Progress (1): 24/189 kB Progress (1): 28/189 kB Progress (1): 32/189 kB Progress (1): 33/189 kB Progress (1): 37/189 kB Progress (1): 41/189 kB Progress (1): 45/189 kB Progress (1): 49/189 kB Progress (1): 53/189 kB Progress (1): 57/189 kB Progress (1): 61/189 kB Progress (1): 65/189 kB Progress (1): 66/189 kB Progress (1): 70/189 kB Progress (1): 74/189 kB Progress (1): 78/189 kB Progress (1): 82/189 kB Progress (1): 86/189 kB Progress (1): 90/189 kB Progress (1): 94/189 kB Progress (1): 98/189 kB Progress (1): 102/189 kB Progress (1): 106/189 kB Progress (1): 110/189 kB Progress (1): 114/189 kB Progress (1): 118/189 kB Progress (1): 122/189 kB Progress (1): 126/189 kB Progress (1): 130/189 kB Progress (1): 131/189 kB Progress (1): 135/189 kB Progress (1): 139/189 kB Progress (1): 143/189 kB Progress (1): 147/189 kB Progress (1): 151/189 kB Progress (1): 155/189 kB Progress (1): 159/189 kB Progress (1): 163/189 kB Progress (1): 167/189 kB Progress (1): 171/189 kB Progress (1): 175/189 kB Progress (1): 179/189 kB Progress (1): 183/189 kB Progress (1): 187/189 kB Progress (1): 189 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 993 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Progress (1): 4.1/168 kB Progress (1): 7.7/168 kB Progress (1): 12/168 kB Progress (1): 16/168 kB Progress (1): 20/168 kB Progress (1): 24/168 kB Progress (1): 28/168 kB Progress (1): 32/168 kB Progress (1): 33/168 kB Progress (1): 37/168 kB Progress (1): 41/168 kB Progress (1): 45/168 kB Progress (1): 49/168 kB Progress (1): 53/168 kB Progress (1): 57/168 kB Progress (1): 61/168 kB Progress (1): 65/168 kB Progress (1): 66/168 kB Progress (1): 70/168 kB Progress (1): 74/168 kB Progress (1): 78/168 kB Progress (1): 82/168 kB Progress (1): 86/168 kB Progress (1): 90/168 kB Progress (1): 94/168 kB Progress (1): 98/168 kB Progress (1): 98/168 kB Progress (1): 102/168 kB Progress (1): 106/168 kB Progress (1): 110/168 kB Progress (1): 114/168 kB Progress (1): 118/168 kB Progress (1): 122/168 kB Progress (1): 126/168 kB Progress (1): 130/168 kB Progress (1): 134/168 kB Progress (1): 138/168 kB Progress (1): 142/168 kB Progress (1): 146/168 kB Progress (1): 150/168 kB Progress (1): 154/168 kB Progress (1): 158/168 kB Progress (1): 162/168 kB Progress (1): 166/168 kB Progress (1): 168 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 688 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (1): 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 141 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 39 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 36 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar Progress (1): 4.1/53 kB Progress (1): 7.7/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 40/53 kB Progress (1): 44/53 kB Progress (1): 48/53 kB Progress (1): 52/53 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 158 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar Progress (1): 4.1/61 kB Progress (1): 7.7/61 kB Progress (1): 12/61 kB Progress (1): 16/61 kB Progress (1): 20/61 kB Progress (1): 24/61 kB Progress (1): 28/61 kB Progress (1): 32/61 kB Progress (1): 36/61 kB Progress (1): 40/61 kB Progress (1): 44/61 kB Progress (1): 48/61 kB Progress (1): 52/61 kB Progress (1): 56/61 kB Progress (1): 60/61 kB Progress (1): 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 172 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 40 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (1): 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 85 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Progress (1): 4.1/121 kB Progress (1): 7.7/121 kB Progress (1): 12/121 kB Progress (1): 16/121 kB Progress (1): 20/121 kB Progress (1): 24/121 kB Progress (1): 28/121 kB Progress (1): 32/121 kB Progress (1): 33/121 kB Progress (1): 37/121 kB Progress (1): 41/121 kB Progress (1): 45/121 kB Progress (1): 49/121 kB Progress (1): 53/121 kB Progress (1): 57/121 kB Progress (1): 61/121 kB Progress (1): 65/121 kB Progress (1): 66/121 kB Progress (1): 70/121 kB Progress (1): 74/121 kB Progress (1): 78/121 kB Progress (1): 82/121 kB Progress (1): 86/121 kB Progress (1): 90/121 kB Progress (1): 94/121 kB Progress (1): 98/121 kB Progress (1): 102/121 kB Progress (1): 106/121 kB Progress (1): 110/121 kB Progress (1): 114/121 kB Progress (1): 118/121 kB Progress (1): 121 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 260 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar Progress (1): 4.1/347 kB Progress (1): 7.7/347 kB Progress (1): 12/347 kB Progress (1): 16/347 kB Progress (1): 20/347 kB Progress (1): 24/347 kB Progress (1): 28/347 kB Progress (1): 32/347 kB Progress (1): 33/347 kB Progress (1): 37/347 kB Progress (1): 41/347 kB Progress (1): 45/347 kB Progress (1): 49/347 kB Progress (1): 53/347 kB Progress (1): 57/347 kB Progress (1): 61/347 kB Progress (1): 65/347 kB Progress (1): 66/347 kB Progress (1): 70/347 kB Progress (1): 74/347 kB Progress (1): 78/347 kB Progress (1): 82/347 kB Progress (1): 86/347 kB Progress (1): 90/347 kB Progress (1): 94/347 kB Progress (1): 98/347 kB Progress (1): 98/347 kB Progress (1): 102/347 kB Progress (1): 106/347 kB Progress (1): 110/347 kB Progress (1): 114/347 kB Progress (1): 118/347 kB Progress (1): 122/347 kB Progress (1): 126/347 kB Progress (1): 130/347 kB Progress (1): 131/347 kB Progress (1): 135/347 kB Progress (1): 139/347 kB Progress (1): 143/347 kB Progress (1): 147/347 kB Progress (1): 151/347 kB Progress (1): 155/347 kB Progress (1): 159/347 kB Progress (1): 163/347 kB Progress (1): 167/347 kB Progress (1): 171/347 kB Progress (1): 175/347 kB Progress (1): 179/347 kB Progress (1): 183/347 kB Progress (1): 187/347 kB Progress (1): 191/347 kB Progress (1): 195/347 kB Progress (1): 199/347 kB Progress (1): 203/347 kB Progress (1): 207/347 kB Progress (1): 211/347 kB Progress (1): 215/347 kB Progress (1): 219/347 kB Progress (1): 223/347 kB Progress (1): 227/347 kB Progress (1): 231/347 kB Progress (1): 235/347 kB Progress (1): 239/347 kB Progress (1): 243/347 kB Progress (1): 247/347 kB Progress (1): 251/347 kB Progress (1): 255/347 kB Progress (1): 259/347 kB Progress (1): 263/347 kB Progress (1): 267/347 kB Progress (1): 271/347 kB Progress (1): 275/347 kB Progress (1): 279/347 kB Progress (1): 283/347 kB Progress (1): 287/347 kB Progress (1): 291/347 kB Progress (1): 295/347 kB Progress (1): 299/347 kB Progress (1): 303/347 kB Progress (1): 307/347 kB Progress (1): 311/347 kB Progress (1): 315/347 kB Progress (1): 319/347 kB Progress (1): 323/347 kB Progress (1): 327/347 kB Progress (1): 331/347 kB Progress (1): 335/347 kB Progress (1): 339/347 kB Progress (1): 343/347 kB Progress (1): 347 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 715 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar Progress (1): 4.1/90 kB Progress (1): 7.7/90 kB Progress (1): 12/90 kB Progress (1): 16/90 kB Progress (1): 20/90 kB Progress (1): 24/90 kB Progress (1): 28/90 kB Progress (1): 32/90 kB Progress (1): 36/90 kB Progress (1): 40/90 kB Progress (1): 44/90 kB Progress (1): 48/90 kB Progress (1): 52/90 kB Progress (1): 56/90 kB Progress (1): 60/90 kB Progress (1): 64/90 kB Progress (1): 68/90 kB Progress (1): 72/90 kB Progress (1): 76/90 kB Progress (1): 80/90 kB Progress (1): 84/90 kB Progress (1): 88/90 kB Progress (1): 90 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 180 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar Progress (1): 4.1/457 kB Progress (1): 7.7/457 kB Progress (1): 12/457 kB Progress (1): 16/457 kB Progress (1): 20/457 kB Progress (1): 24/457 kB Progress (1): 28/457 kB Progress (1): 32/457 kB Progress (1): 33/457 kB Progress (1): 37/457 kB Progress (1): 41/457 kB Progress (1): 45/457 kB Progress (1): 49/457 kB Progress (1): 53/457 kB Progress (1): 57/457 kB Progress (1): 61/457 kB Progress (1): 65/457 kB Progress (1): 66/457 kB Progress (1): 70/457 kB Progress (1): 74/457 kB Progress (1): 78/457 kB Progress (1): 82/457 kB Progress (1): 86/457 kB Progress (1): 90/457 kB Progress (1): 94/457 kB Progress (1): 98/457 kB Progress (1): 98/457 kB Progress (1): 102/457 kB Progress (1): 106/457 kB Progress (1): 110/457 kB Progress (1): 114/457 kB Progress (1): 118/457 kB Progress (1): 122/457 kB Progress (1): 126/457 kB Progress (1): 130/457 kB Progress (1): 131/457 kB Progress (1): 135/457 kB Progress (1): 139/457 kB Progress (1): 143/457 kB Progress (1): 147/457 kB Progress (1): 151/457 kB Progress (1): 155/457 kB Progress (1): 159/457 kB Progress (1): 163/457 kB Progress (1): 164/457 kB Progress (1): 168/457 kB Progress (1): 172/457 kB Progress (1): 176/457 kB Progress (1): 180/457 kB Progress (1): 184/457 kB Progress (1): 188/457 kB Progress (1): 192/457 kB Progress (1): 196/457 kB Progress (1): 197/457 kB Progress (1): 201/457 kB Progress (1): 205/457 kB Progress (1): 209/457 kB Progress (1): 213/457 kB Progress (1): 217/457 kB Progress (1): 221/457 kB Progress (1): 225/457 kB Progress (1): 229/457 kB Progress (1): 233/457 kB Progress (1): 237/457 kB Progress (1): 241/457 kB Progress (1): 245/457 kB Progress (1): 249/457 kB Progress (1): 253/457 kB Progress (1): 257/457 kB Progress (1): 261/457 kB Progress (1): 265/457 kB Progress (1): 269/457 kB Progress (1): 273/457 kB Progress (1): 277/457 kB Progress (1): 281/457 kB Progress (1): 285/457 kB Progress (1): 289/457 kB Progress (1): 293/457 kB Progress (1): 297/457 kB Progress (1): 301/457 kB Progress (1): 305/457 kB Progress (1): 309/457 kB Progress (1): 313/457 kB Progress (1): 317/457 kB Progress (1): 321/457 kB Progress (1): 325/457 kB Progress (1): 329/457 kB Progress (1): 333/457 kB Progress (1): 337/457 kB Progress (1): 341/457 kB Progress (1): 345/457 kB Progress (1): 349/457 kB Progress (1): 353/457 kB Progress (1): 357/457 kB Progress (1): 361/457 kB Progress (1): 365/457 kB Progress (1): 369/457 kB Progress (1): 373/457 kB Progress (1): 377/457 kB Progress (1): 381/457 kB Progress (1): 385/457 kB Progress (1): 389/457 kB Progress (1): 393/457 kB Progress (1): 397/457 kB Progress (1): 401/457 kB Progress (1): 405/457 kB Progress (1): 409/457 kB Progress (1): 413/457 kB Progress (1): 417/457 kB Progress (1): 421/457 kB Progress (1): 425/457 kB Progress (1): 429/457 kB Progress (1): 433/457 kB Progress (1): 437/457 kB Progress (1): 441/457 kB Progress (1): 445/457 kB Progress (1): 449/457 kB Progress (1): 453/457 kB Progress (1): 457/457 kB Progress (1): 457 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 857 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 48 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar Progress (1): 4.1/329 kB Progress (1): 7.7/329 kB Progress (1): 12/329 kB Progress (1): 16/329 kB Progress (1): 20/329 kB Progress (1): 24/329 kB Progress (1): 28/329 kB Progress (1): 32/329 kB Progress (1): 36/329 kB Progress (1): 40/329 kB Progress (1): 44/329 kB Progress (1): 48/329 kB Progress (1): 52/329 kB Progress (1): 56/329 kB Progress (1): 60/329 kB Progress (1): 64/329 kB Progress (1): 68/329 kB Progress (1): 72/329 kB Progress (1): 76/329 kB Progress (1): 80/329 kB Progress (1): 84/329 kB Progress (1): 88/329 kB Progress (1): 92/329 kB Progress (1): 96/329 kB Progress (1): 100/329 kB Progress (1): 104/329 kB Progress (1): 108/329 kB Progress (1): 112/329 kB Progress (1): 116/329 kB Progress (1): 120/329 kB Progress (1): 124/329 kB Progress (1): 128/329 kB Progress (1): 132/329 kB Progress (1): 136/329 kB Progress (1): 140/329 kB Progress (1): 144/329 kB Progress (1): 148/329 kB Progress (1): 152/329 kB Progress (1): 156/329 kB Progress (1): 160/329 kB Progress (1): 164/329 kB Progress (1): 168/329 kB Progress (1): 172/329 kB Progress (1): 176/329 kB Progress (1): 180/329 kB Progress (1): 184/329 kB Progress (1): 188/329 kB Progress (1): 192/329 kB Progress (1): 196/329 kB Progress (1): 200/329 kB Progress (1): 204/329 kB Progress (1): 208/329 kB Progress (1): 212/329 kB Progress (1): 216/329 kB Progress (1): 220/329 kB Progress (1): 224/329 kB Progress (1): 228/329 kB Progress (1): 232/329 kB Progress (1): 236/329 kB Progress (1): 240/329 kB Progress (1): 244/329 kB Progress (1): 248/329 kB Progress (1): 252/329 kB Progress (1): 256/329 kB Progress (1): 260/329 kB Progress (1): 264/329 kB Progress (1): 268/329 kB Progress (1): 272/329 kB Progress (1): 276/329 kB Progress (1): 280/329 kB Progress (1): 284/329 kB Progress (1): 288/329 kB Progress (1): 292/329 kB Progress (1): 296/329 kB Progress (1): 300/329 kB Progress (1): 304/329 kB Progress (1): 308/329 kB Progress (1): 312/329 kB Progress (1): 316/329 kB Progress (1): 320/329 kB Progress (1): 324/329 kB Progress (1): 328/329 kB Progress (1): 329 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 581 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar Progress (1): 4.1/358 kB Progress (1): 7.7/358 kB Progress (1): 12/358 kB Progress (1): 16/358 kB Progress (1): 20/358 kB Progress (1): 24/358 kB Progress (1): 28/358 kB Progress (1): 32/358 kB Progress (1): 33/358 kB Progress (1): 37/358 kB Progress (1): 41/358 kB Progress (1): 45/358 kB Progress (1): 49/358 kB Progress (1): 53/358 kB Progress (1): 57/358 kB Progress (1): 61/358 kB Progress (1): 65/358 kB Progress (1): 66/358 kB Progress (1): 70/358 kB Progress (1): 74/358 kB Progress (1): 78/358 kB Progress (1): 82/358 kB Progress (1): 86/358 kB Progress (1): 90/358 kB Progress (1): 94/358 kB Progress (1): 98/358 kB Progress (1): 98/358 kB Progress (1): 102/358 kB Progress (1): 106/358 kB Progress (1): 110/358 kB Progress (1): 114/358 kB Progress (1): 118/358 kB Progress (1): 122/358 kB Progress (1): 126/358 kB Progress (1): 130/358 kB Progress (1): 131/358 kB Progress (1): 135/358 kB Progress (1): 139/358 kB Progress (1): 143/358 kB Progress (1): 147/358 kB Progress (1): 151/358 kB Progress (1): 155/358 kB Progress (1): 159/358 kB Progress (1): 163/358 kB Progress (1): 164/358 kB Progress (1): 168/358 kB Progress (1): 172/358 kB Progress (1): 176/358 kB Progress (1): 180/358 kB Progress (1): 184/358 kB Progress (1): 188/358 kB Progress (1): 192/358 kB Progress (1): 196/358 kB Progress (1): 197/358 kB Progress (1): 201/358 kB Progress (1): 205/358 kB Progress (1): 209/358 kB Progress (1): 213/358 kB Progress (1): 217/358 kB Progress (1): 221/358 kB Progress (1): 225/358 kB Progress (1): 229/358 kB Progress (1): 229/358 kB Progress (1): 233/358 kB Progress (1): 237/358 kB Progress (1): 241/358 kB Progress (1): 245/358 kB Progress (1): 249/358 kB Progress (1): 253/358 kB Progress (1): 257/358 kB Progress (1): 261/358 kB Progress (1): 262/358 kB Progress (1): 266/358 kB Progress (1): 270/358 kB Progress (1): 274/358 kB Progress (1): 278/358 kB Progress (1): 282/358 kB Progress (1): 286/358 kB Progress (1): 290/358 kB Progress (1): 294/358 kB Progress (1): 295/358 kB Progress (1): 299/358 kB Progress (1): 303/358 kB Progress (1): 307/358 kB Progress (1): 311/358 kB Progress (1): 315/358 kB Progress (1): 319/358 kB Progress (1): 323/358 kB Progress (1): 327/358 kB Progress (1): 331/358 kB Progress (1): 335/358 kB Progress (1): 339/358 kB Progress (1): 343/358 kB Progress (1): 347/358 kB Progress (1): 351/358 kB Progress (1): 355/358 kB Progress (1): 358 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 609 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar Progress (1): 4.1/252 kB Progress (1): 7.7/252 kB Progress (1): 12/252 kB Progress (1): 16/252 kB Progress (1): 20/252 kB Progress (1): 24/252 kB Progress (1): 28/252 kB Progress (1): 32/252 kB Progress (1): 33/252 kB Progress (1): 37/252 kB Progress (1): 41/252 kB Progress (1): 45/252 kB Progress (1): 49/252 kB Progress (1): 53/252 kB Progress (1): 57/252 kB Progress (1): 61/252 kB Progress (1): 65/252 kB Progress (1): 66/252 kB Progress (1): 70/252 kB Progress (1): 74/252 kB Progress (1): 78/252 kB Progress (1): 82/252 kB Progress (1): 86/252 kB Progress (1): 90/252 kB Progress (1): 94/252 kB Progress (1): 98/252 kB Progress (1): 98/252 kB Progress (1): 102/252 kB Progress (1): 106/252 kB Progress (1): 110/252 kB Progress (1): 114/252 kB Progress (1): 118/252 kB Progress (1): 122/252 kB Progress (1): 126/252 kB Progress (1): 130/252 kB Progress (1): 131/252 kB Progress (1): 135/252 kB Progress (1): 139/252 kB Progress (1): 143/252 kB Progress (1): 147/252 kB Progress (1): 151/252 kB Progress (1): 155/252 kB Progress (1): 159/252 kB Progress (1): 163/252 kB Progress (1): 164/252 kB Progress (1): 168/252 kB Progress (1): 172/252 kB Progress (1): 176/252 kB Progress (1): 180/252 kB Progress (1): 184/252 kB Progress (1): 188/252 kB Progress (1): 192/252 kB Progress (1): 196/252 kB Progress (1): 197/252 kB Progress (1): 201/252 kB Progress (1): 205/252 kB Progress (1): 209/252 kB Progress (1): 213/252 kB Progress (1): 217/252 kB Progress (1): 221/252 kB Progress (1): 225/252 kB Progress (1): 229/252 kB Progress (1): 233/252 kB Progress (1): 237/252 kB Progress (1): 241/252 kB Progress (1): 245/252 kB Progress (1): 249/252 kB Progress (1): 252 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 395 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar Progress (1): 4.1/120 kB Progress (1): 7.7/120 kB Progress (1): 12/120 kB Progress (1): 16/120 kB Progress (1): 20/120 kB Progress (1): 24/120 kB Progress (1): 28/120 kB Progress (1): 32/120 kB Progress (1): 36/120 kB Progress (1): 40/120 kB Progress (1): 44/120 kB Progress (1): 48/120 kB Progress (1): 52/120 kB Progress (1): 56/120 kB Progress (1): 60/120 kB Progress (1): 64/120 kB Progress (1): 68/120 kB Progress (1): 72/120 kB Progress (1): 76/120 kB Progress (1): 80/120 kB Progress (1): 84/120 kB Progress (1): 88/120 kB Progress (1): 92/120 kB Progress (1): 96/120 kB Progress (1): 100/120 kB Progress (1): 104/120 kB Progress (1): 108/120 kB Progress (1): 112/120 kB Progress (1): 116/120 kB Progress (1): 120 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 183 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar Progress (1): 4.1/191 kB Progress (1): 7.7/191 kB Progress (1): 12/191 kB Progress (1): 16/191 kB Progress (1): 20/191 kB Progress (1): 24/191 kB Progress (1): 28/191 kB Progress (1): 32/191 kB Progress (1): 33/191 kB Progress (1): 37/191 kB Progress (1): 41/191 kB Progress (1): 45/191 kB Progress (1): 49/191 kB Progress (1): 53/191 kB Progress (1): 57/191 kB Progress (1): 61/191 kB Progress (1): 65/191 kB Progress (1): 69/191 kB Progress (1): 73/191 kB Progress (1): 77/191 kB Progress (1): 81/191 kB Progress (1): 85/191 kB Progress (1): 89/191 kB Progress (1): 93/191 kB Progress (1): 97/191 kB Progress (1): 98/191 kB Progress (1): 102/191 kB Progress (1): 106/191 kB Progress (1): 110/191 kB Progress (1): 114/191 kB Progress (1): 118/191 kB Progress (1): 122/191 kB Progress (1): 126/191 kB Progress (1): 130/191 kB Progress (1): 134/191 kB Progress (1): 138/191 kB Progress (1): 142/191 kB Progress (1): 146/191 kB Progress (1): 150/191 kB Progress (1): 154/191 kB Progress (1): 158/191 kB Progress (1): 162/191 kB Progress (1): 166/191 kB Progress (1): 170/191 kB Progress (1): 174/191 kB Progress (1): 178/191 kB Progress (1): 182/191 kB Progress (1): 186/191 kB Progress (1): 190/191 kB Progress (1): 191 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 275 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar Progress (1): 4.1/560 kB Progress (1): 7.7/560 kB Progress (1): 12/560 kB Progress (1): 16/560 kB Progress (1): 20/560 kB Progress (1): 24/560 kB Progress (1): 28/560 kB Progress (1): 32/560 kB Progress (1): 33/560 kB Progress (1): 37/560 kB Progress (1): 41/560 kB Progress (1): 45/560 kB Progress (1): 49/560 kB Progress (1): 53/560 kB Progress (1): 57/560 kB Progress (1): 61/560 kB Progress (1): 65/560 kB Progress (1): 69/560 kB Progress (1): 73/560 kB Progress (1): 77/560 kB Progress (1): 81/560 kB Progress (1): 85/560 kB Progress (1): 89/560 kB Progress (1): 93/560 kB Progress (1): 97/560 kB Progress (1): 98/560 kB Progress (1): 102/560 kB Progress (1): 106/560 kB Progress (1): 110/560 kB Progress (1): 114/560 kB Progress (1): 118/560 kB Progress (1): 122/560 kB Progress (1): 126/560 kB Progress (1): 130/560 kB Progress (1): 134/560 kB Progress (1): 138/560 kB Progress (1): 142/560 kB Progress (1): 146/560 kB Progress (1): 150/560 kB Progress (1): 154/560 kB Progress (1): 158/560 kB Progress (1): 162/560 kB Progress (1): 166/560 kB Progress (1): 170/560 kB Progress (1): 174/560 kB Progress (1): 178/560 kB Progress (1): 182/560 kB Progress (1): 186/560 kB Progress (1): 190/560 kB Progress (1): 194/560 kB Progress (1): 198/560 kB Progress (1): 202/560 kB Progress (1): 206/560 kB Progress (1): 210/560 kB Progress (1): 214/560 kB Progress (1): 218/560 kB Progress (1): 222/560 kB Progress (1): 226/560 kB Progress (1): 230/560 kB Progress (1): 234/560 kB Progress (1): 238/560 kB Progress (1): 242/560 kB Progress (1): 246/560 kB Progress (1): 250/560 kB Progress (1): 254/560 kB Progress (1): 258/560 kB Progress (1): 262/560 kB Progress (1): 266/560 kB Progress (1): 270/560 kB Progress (1): 274/560 kB Progress (1): 278/560 kB Progress (1): 282/560 kB Progress (1): 286/560 kB Progress (1): 290/560 kB Progress (1): 294/560 kB Progress (1): 298/560 kB Progress (1): 302/560 kB Progress (1): 306/560 kB Progress (1): 310/560 kB Progress (1): 314/560 kB Progress (1): 318/560 kB Progress (1): 322/560 kB Progress (1): 326/560 kB Progress (1): 330/560 kB Progress (1): 334/560 kB Progress (1): 338/560 kB Progress (1): 342/560 kB Progress (1): 346/560 kB Progress (1): 350/560 kB Progress (1): 354/560 kB Progress (1): 358/560 kB Progress (1): 362/560 kB Progress (1): 366/560 kB Progress (1): 370/560 kB Progress (1): 374/560 kB Progress (1): 378/560 kB Progress (1): 382/560 kB Progress (1): 386/560 kB Progress (1): 390/560 kB Progress (1): 394/560 kB Progress (1): 398/560 kB Progress (1): 402/560 kB Progress (1): 406/560 kB Progress (1): 410/560 kB Progress (1): 414/560 kB Progress (1): 418/560 kB Progress (1): 422/560 kB Progress (1): 426/560 kB Progress (1): 430/560 kB Progress (1): 434/560 kB Progress (1): 438/560 kB Progress (1): 442/560 kB Progress (1): 446/560 kB Progress (1): 450/560 kB Progress (1): 454/560 kB Progress (1): 458/560 kB Progress (1): 462/560 kB Progress (1): 466/560 kB Progress (1): 470/560 kB Progress (1): 474/560 kB Progress (1): 478/560 kB Progress (1): 482/560 kB Progress (1): 486/560 kB Progress (1): 490/560 kB Progress (1): 494/560 kB Progress (1): 498/560 kB Progress (1): 502/560 kB Progress (1): 506/560 kB Progress (1): 510/560 kB Progress (1): 514/560 kB Progress (1): 518/560 kB Progress (1): 522/560 kB Progress (1): 526/560 kB Progress (1): 530/560 kB Progress (1): 534/560 kB Progress (1): 538/560 kB Progress (1): 542/560 kB Progress (1): 546/560 kB Progress (1): 550/560 kB Progress (1): 554/560 kB Progress (1): 558/560 kB Progress (1): 560 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 768 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Progress (1): 4.1/262 kB Progress (1): 7.7/262 kB Progress (1): 12/262 kB Progress (1): 16/262 kB Progress (1): 20/262 kB Progress (1): 24/262 kB Progress (1): 28/262 kB Progress (1): 32/262 kB Progress (1): 33/262 kB Progress (1): 37/262 kB Progress (1): 41/262 kB Progress (1): 45/262 kB Progress (1): 49/262 kB Progress (1): 53/262 kB Progress (1): 57/262 kB Progress (1): 61/262 kB Progress (1): 65/262 kB Progress (1): 66/262 kB Progress (1): 70/262 kB Progress (1): 74/262 kB Progress (1): 78/262 kB Progress (1): 82/262 kB Progress (1): 86/262 kB Progress (1): 90/262 kB Progress (1): 94/262 kB Progress (1): 98/262 kB Progress (1): 98/262 kB Progress (1): 102/262 kB Progress (1): 106/262 kB Progress (1): 110/262 kB Progress (1): 114/262 kB Progress (1): 118/262 kB Progress (1): 122/262 kB Progress (1): 126/262 kB Progress (1): 130/262 kB Progress (1): 131/262 kB Progress (1): 135/262 kB Progress (1): 139/262 kB Progress (1): 143/262 kB Progress (1): 147/262 kB Progress (1): 151/262 kB Progress (1): 155/262 kB Progress (1): 159/262 kB Progress (1): 163/262 kB Progress (1): 164/262 kB Progress (1): 168/262 kB Progress (1): 172/262 kB Progress (1): 176/262 kB Progress (1): 180/262 kB Progress (1): 184/262 kB Progress (1): 188/262 kB Progress (1): 192/262 kB Progress (1): 196/262 kB Progress (1): 197/262 kB Progress (1): 201/262 kB Progress (1): 205/262 kB Progress (1): 209/262 kB Progress (1): 213/262 kB Progress (1): 217/262 kB Progress (1): 221/262 kB Progress (1): 225/262 kB Progress (1): 229/262 kB Progress (1): 233/262 kB Progress (1): 237/262 kB Progress (1): 241/262 kB Progress (1): 245/262 kB Progress (1): 249/262 kB Progress (1): 253/262 kB Progress (1): 257/262 kB Progress (1): 261/262 kB Progress (1): 262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 350 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 46 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 52 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar Progress (1): 4.1/54 kB Progress (1): 7.7/54 kB Progress (1): 12/54 kB Progress (1): 16/54 kB Progress (1): 20/54 kB Progress (1): 24/54 kB Progress (1): 28/54 kB Progress (1): 32/54 kB Progress (1): 36/54 kB Progress (1): 40/54 kB Progress (1): 44/54 kB Progress (1): 48/54 kB Progress (1): 52/54 kB Progress (1): 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 65 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar Progress (1): 4.1/74 kB Progress (1): 7.7/74 kB Progress (1): 12/74 kB Progress (1): 16/74 kB Progress (1): 20/74 kB Progress (1): 24/74 kB Progress (1): 28/74 kB Progress (1): 32/74 kB Progress (1): 33/74 kB Progress (1): 37/74 kB Progress (1): 41/74 kB Progress (1): 45/74 kB Progress (1): 49/74 kB Progress (1): 53/74 kB Progress (1): 57/74 kB Progress (1): 61/74 kB Progress (1): 65/74 kB Progress (1): 69/74 kB Progress (1): 73/74 kB Progress (1): 74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 87 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar (35 kB at 41 kB/s) 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 (1): 4.1/108 kB Progress (1): 7.7/108 kB Progress (1): 12/108 kB Progress (1): 16/108 kB Progress (1): 20/108 kB Progress (1): 24/108 kB Progress (1): 28/108 kB Progress (1): 32/108 kB Progress (1): 33/108 kB Progress (1): 37/108 kB Progress (1): 41/108 kB Progress (1): 45/108 kB Progress (1): 49/108 kB Progress (1): 53/108 kB Progress (1): 57/108 kB Progress (1): 61/108 kB Progress (1): 65/108 kB Progress (1): 66/108 kB Progress (1): 70/108 kB Progress (1): 74/108 kB Progress (1): 78/108 kB Progress (1): 82/108 kB Progress (1): 86/108 kB Progress (1): 90/108 kB Progress (1): 94/108 kB Progress (1): 98/108 kB Progress (1): 102/108 kB Progress (1): 106/108 kB Progress (1): 108 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 121 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Progress (2): 37 kB | 4.1/194 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 7.3 kB/s) Progress (1): 7.7/194 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar Progress (1): 12/194 kB Progress (1): 16/194 kB Progress (1): 20/194 kB Progress (1): 24/194 kB Progress (2): 24/194 kB | 0/1.2 MB Progress (2): 24/194 kB | 0/1.2 MB Progress (2): 24/194 kB | 0/1.2 MB Progress (2): 24/194 kB | 0/1.2 MB Progress (2): 28/194 kB | 0/1.2 MB Progress (3): 28/194 kB | 0/1.2 MB | 4.1/18 kB Progress (3): 32/194 kB | 0/1.2 MB | 4.1/18 kB Progress (3): 32/194 kB | 0/1.2 MB | 7.7/18 kB Progress (3): 32/194 kB | 0/1.2 MB | 12/18 kB Progress (3): 32/194 kB | 0/1.2 MB | 12/18 kB Progress (3): 32/194 kB | 0/1.2 MB | 16/18 kB Progress (3): 32/194 kB | 0/1.2 MB | 16/18 kB Progress (3): 36/194 kB | 0/1.2 MB | 16/18 kB Progress (3): 40/194 kB | 0/1.2 MB | 16/18 kB Progress (3): 44/194 kB | 0/1.2 MB | 16/18 kB Progress (3): 48/194 kB | 0/1.2 MB | 16/18 kB Progress (3): 48/194 kB | 0/1.2 MB | 18 kB Progress (3): 48/194 kB | 0/1.2 MB | 18 kB Progress (3): 48/194 kB | 0/1.2 MB | 18 kB Progress (3): 52/194 kB | 0/1.2 MB | 18 kB Progress (3): 52/194 kB | 0/1.2 MB | 18 kB Progress (3): 56/194 kB | 0/1.2 MB | 18 kB Progress (3): 56/194 kB | 0/1.2 MB | 18 kB Progress (3): 60/194 kB | 0/1.2 MB | 18 kB Progress (3): 60/194 kB | 0/1.2 MB | 18 kB Progress (3): 64/194 kB | 0/1.2 MB | 18 kB Progress (3): 64/194 kB | 0/1.2 MB | 18 kB Progress (3): 68/194 kB | 0/1.2 MB | 18 kB Progress (3): 72/194 kB | 0/1.2 MB | 18 kB Progress (3): 72/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 76/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 76/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 80/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 80/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 84/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 84/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 88/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 88/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 92/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 92/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 96/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 96/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 100/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 100/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 104/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 104/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 108/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 108/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 112/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 112/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 116/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 116/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 120/194 kB | 0.1/1.2 MB | 18 kB Progress (3): 120/194 kB | 0.1/1.2 MB | 18 kB Progress (4): 120/194 kB | 0.1/1.2 MB | 18 kB | 4.1/154 kB Progress (4): 124/194 kB | 0.1/1.2 MB | 18 kB | 4.1/154 kB Progress (4): 124/194 kB | 0.1/1.2 MB | 18 kB | 7.7/154 kB Progress (4): 124/194 kB | 0.1/1.2 MB | 18 kB | 7.7/154 kB Progress (4): 124/194 kB | 0.1/1.2 MB | 18 kB | 12/154 kB Progress (4): 128/194 kB | 0.1/1.2 MB | 18 kB | 12/154 kB Progress (4): 128/194 kB | 0.1/1.2 MB | 18 kB | 12/154 kB Progress (4): 128/194 kB | 0.1/1.2 MB | 18 kB | 16/154 kB Progress (4): 128/194 kB | 0.1/1.2 MB | 18 kB | 16/154 kB Progress (4): 132/194 kB | 0.1/1.2 MB | 18 kB | 16/154 kB Progress (4): 132/194 kB | 0.1/1.2 MB | 18 kB | 20/154 kB Progress (4): 132/194 kB | 0.1/1.2 MB | 18 kB | 20/154 kB Progress (4): 136/194 kB | 0.1/1.2 MB | 18 kB | 20/154 kB Progress (4): 136/194 kB | 0.1/1.2 MB | 18 kB | 20/154 kB Progress (4): 136/194 kB | 0.1/1.2 MB | 18 kB | 24/154 kB Progress (4): 140/194 kB | 0.1/1.2 MB | 18 kB | 24/154 kB Progress (4): 140/194 kB | 0.1/1.2 MB | 18 kB | 28/154 kB Progress (4): 140/194 kB | 0.1/1.2 MB | 18 kB | 28/154 kB Progress (4): 140/194 kB | 0.1/1.2 MB | 18 kB | 32/154 kB Progress (4): 144/194 kB | 0.1/1.2 MB | 18 kB | 32/154 kB Progress (4): 144/194 kB | 0.1/1.2 MB | 18 kB | 36/154 kB Progress (4): 144/194 kB | 0.1/1.2 MB | 18 kB | 36/154 kB Progress (4): 144/194 kB | 0.1/1.2 MB | 18 kB | 40/154 kB Progress (4): 144/194 kB | 0.1/1.2 MB | 18 kB | 40/154 kB Progress (4): 148/194 kB | 0.1/1.2 MB | 18 kB | 40/154 kB Progress (4): 148/194 kB | 0.1/1.2 MB | 18 kB | 40/154 kB Progress (4): 148/194 kB | 0.1/1.2 MB | 18 kB | 44/154 kB Progress (4): 152/194 kB | 0.1/1.2 MB | 18 kB | 44/154 kB Progress (4): 152/194 kB | 0.1/1.2 MB | 18 kB | 44/154 kB Progress (4): 152/194 kB | 0.1/1.2 MB | 18 kB | 48/154 kB Progress (4): 152/194 kB | 0.1/1.2 MB | 18 kB | 48/154 kB Progress (4): 152/194 kB | 0.1/1.2 MB | 18 kB | 52/154 kB Progress (4): 156/194 kB | 0.1/1.2 MB | 18 kB | 52/154 kB Progress (4): 156/194 kB | 0.1/1.2 MB | 18 kB | 56/154 kB Progress (4): 156/194 kB | 0.1/1.2 MB | 18 kB | 56/154 kB Progress (5): 156/194 kB | 0.1/1.2 MB | 18 kB | 56/154 kB | 4.1/123 kB Progress (5): 156/194 kB | 0.2/1.2 MB | 18 kB | 56/154 kB | 4.1/123 kB Progress (5): 160/194 kB | 0.2/1.2 MB | 18 kB | 56/154 kB | 4.1/123 kB Progress (5): 160/194 kB | 0.2/1.2 MB | 18 kB | 56/154 kB | 4.1/123 kB Progress (5): 160/194 kB | 0.2/1.2 MB | 18 kB | 56/154 kB | 7.7/123 kB Progress (5): 160/194 kB | 0.2/1.2 MB | 18 kB | 60/154 kB | 7.7/123 kB Progress (5): 160/194 kB | 0.2/1.2 MB | 18 kB | 60/154 kB | 12/123 kB Progress (5): 160/194 kB | 0.2/1.2 MB | 18 kB | 60/154 kB | 12/123 kB Progress (5): 164/194 kB | 0.2/1.2 MB | 18 kB | 60/154 kB | 12/123 kB Progress (5): 164/194 kB | 0.2/1.2 MB | 18 kB | 60/154 kB | 12/123 kB Progress (5): 164/194 kB | 0.2/1.2 MB | 18 kB | 60/154 kB | 16/123 kB Progress (5): 164/194 kB | 0.2/1.2 MB | 18 kB | 64/154 kB | 16/123 kB Progress (5): 164/194 kB | 0.2/1.2 MB | 18 kB | 64/154 kB | 20/123 kB Progress (5): 164/194 kB | 0.2/1.2 MB | 18 kB | 68/154 kB | 20/123 kB Progress (5): 164/194 kB | 0.2/1.2 MB | 18 kB | 68/154 kB | 20/123 kB Progress (5): 168/194 kB | 0.2/1.2 MB | 18 kB | 68/154 kB | 20/123 kB Progress (5): 168/194 kB | 0.2/1.2 MB | 18 kB | 68/154 kB | 20/123 kB Progress (5): 168/194 kB | 0.2/1.2 MB | 18 kB | 72/154 kB | 20/123 kB Progress (5): 168/194 kB | 0.2/1.2 MB | 18 kB | 72/154 kB | 24/123 kB Progress (5): 168/194 kB | 0.2/1.2 MB | 18 kB | 76/154 kB | 24/123 kB Progress (5): 168/194 kB | 0.2/1.2 MB | 18 kB | 76/154 kB | 24/123 kB Progress (5): 172/194 kB | 0.2/1.2 MB | 18 kB | 76/154 kB | 24/123 kB Progress (5): 172/194 kB | 0.2/1.2 MB | 18 kB | 76/154 kB | 24/123 kB Progress (5): 172/194 kB | 0.2/1.2 MB | 18 kB | 80/154 kB | 24/123 kB Progress (5): 172/194 kB | 0.2/1.2 MB | 18 kB | 80/154 kB | 28/123 kB Progress (5): 172/194 kB | 0.2/1.2 MB | 18 kB | 84/154 kB | 28/123 kB Progress (5): 172/194 kB | 0.2/1.2 MB | 18 kB | 84/154 kB | 28/123 kB Progress (5): 176/194 kB | 0.2/1.2 MB | 18 kB | 84/154 kB | 28/123 kB Progress (5): 176/194 kB | 0.2/1.2 MB | 18 kB | 84/154 kB | 28/123 kB Progress (5): 176/194 kB | 0.2/1.2 MB | 18 kB | 88/154 kB | 28/123 kB Progress (5): 176/194 kB | 0.2/1.2 MB | 18 kB | 88/154 kB | 32/123 kB Progress (5): 176/194 kB | 0.2/1.2 MB | 18 kB | 92/154 kB | 32/123 kB Progress (5): 176/194 kB | 0.2/1.2 MB | 18 kB | 92/154 kB | 32/123 kB Progress (5): 180/194 kB | 0.2/1.2 MB | 18 kB | 92/154 kB | 32/123 kB Progress (5): 180/194 kB | 0.2/1.2 MB | 18 kB | 92/154 kB | 32/123 kB Progress (5): 180/194 kB | 0.2/1.2 MB | 18 kB | 96/154 kB | 32/123 kB Progress (5): 180/194 kB | 0.2/1.2 MB | 18 kB | 96/154 kB | 36/123 kB Progress (5): 180/194 kB | 0.2/1.2 MB | 18 kB | 100/154 kB | 36/123 kB Progress (5): 180/194 kB | 0.2/1.2 MB | 18 kB | 100/154 kB | 36/123 kB Progress (5): 184/194 kB | 0.2/1.2 MB | 18 kB | 100/154 kB | 36/123 kB Progress (5): 184/194 kB | 0.2/1.2 MB | 18 kB | 100/154 kB | 36/123 kB Progress (5): 184/194 kB | 0.2/1.2 MB | 18 kB | 104/154 kB | 36/123 kB Progress (5): 184/194 kB | 0.2/1.2 MB | 18 kB | 104/154 kB | 40/123 kB Progress (5): 184/194 kB | 0.2/1.2 MB | 18 kB | 108/154 kB | 40/123 kB Progress (5): 184/194 kB | 0.2/1.2 MB | 18 kB | 108/154 kB | 40/123 kB Progress (5): 188/194 kB | 0.2/1.2 MB | 18 kB | 108/154 kB | 40/123 kB Progress (5): 188/194 kB | 0.2/1.2 MB | 18 kB | 108/154 kB | 40/123 kB Progress (5): 188/194 kB | 0.2/1.2 MB | 18 kB | 112/154 kB | 40/123 kB Progress (5): 188/194 kB | 0.2/1.2 MB | 18 kB | 112/154 kB | 44/123 kB Progress (5): 188/194 kB | 0.2/1.2 MB | 18 kB | 116/154 kB | 44/123 kB Progress (5): 188/194 kB | 0.2/1.2 MB | 18 kB | 116/154 kB | 44/123 kB Progress (5): 192/194 kB | 0.2/1.2 MB | 18 kB | 116/154 kB | 44/123 kB Progress (5): 192/194 kB | 0.2/1.2 MB | 18 kB | 116/154 kB | 44/123 kB Progress (5): 192/194 kB | 0.2/1.2 MB | 18 kB | 120/154 kB | 44/123 kB Progress (5): 192/194 kB | 0.2/1.2 MB | 18 kB | 120/154 kB | 48/123 kB Progress (5): 192/194 kB | 0.2/1.2 MB | 18 kB | 124/154 kB | 48/123 kB Progress (5): 192/194 kB | 0.2/1.2 MB | 18 kB | 124/154 kB | 48/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 124/154 kB | 48/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 124/154 kB | 48/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 128/154 kB | 48/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 128/154 kB | 52/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 132/154 kB | 52/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 132/154 kB | 52/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 136/154 kB | 52/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 136/154 kB | 56/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 140/154 kB | 56/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 140/154 kB | 60/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 140/154 kB | 60/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 140/154 kB | 64/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 144/154 kB | 64/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 144/154 kB | 68/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 144/154 kB | 68/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 144/154 kB | 72/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 148/154 kB | 72/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 148/154 kB | 76/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 148/154 kB | 76/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 148/154 kB | 80/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 152/154 kB | 80/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 152/154 kB | 84/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 152/154 kB | 84/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 152/154 kB | 88/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 154 kB | 88/123 kB Progress (5): 194 kB | 0.2/1.2 MB | 18 kB | 154 kB | 92/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 92/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 96/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 96/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 100/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 100/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 104/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 104/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 108/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 108/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 112/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 112/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 116/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 116/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 120/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 120/123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.3/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.4/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.4/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.4/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.4/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.4/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.4/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.4/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.4/1.2 MB | 18 kB | 154 kB | 123 kB Progress (5): 194 kB | 0.4/1.2 MB | 18 kB | 154 kB | 123 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 30 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 38 kB/s) Progress (3): 0.4/1.2 MB | 18 kB | 123 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 24 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.4/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.5/1.2 MB | 18 kB Progress (2): 0.6/1.2 MB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 3.5 kB/s) Progress (1): 0.6/1.2 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (2): 0.7/1.2 MB | 4.1/284 kB Progress (2): 0.7/1.2 MB | 4.1/284 kB Progress (2): 0.7/1.2 MB | 7.7/284 kB Progress (2): 0.7/1.2 MB | 7.7/284 kB Progress (2): 0.7/1.2 MB | 12/284 kB Progress (2): 0.7/1.2 MB | 12/284 kB Progress (2): 0.7/1.2 MB | 16/284 kB Progress (2): 0.7/1.2 MB | 16/284 kB Progress (2): 0.7/1.2 MB | 20/284 kB Progress (2): 0.7/1.2 MB | 20/284 kB Progress (2): 0.7/1.2 MB | 24/284 kB Progress (2): 0.7/1.2 MB | 24/284 kB Progress (2): 0.7/1.2 MB | 24/284 kB Progress (2): 0.7/1.2 MB | 24/284 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 4.1/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 4.1/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 7.7/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 7.7/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 12/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 12/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.7/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 24/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 28/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 32/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 32/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 32/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 32/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 32/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 32/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 32/284 kB | 16/26 kB Progress (3): 0.8/1.2 MB | 32/284 kB | 16/26 kB Progress (4): 0.8/1.2 MB | 32/284 kB | 16/26 kB | 4.1/165 kB Progress (4): 0.8/1.2 MB | 32/284 kB | 16/26 kB | 7.7/165 kB Progress (5): 0.8/1.2 MB | 32/284 kB | 16/26 kB | 7.7/165 kB | 4.1/588 kB Progress (5): 0.8/1.2 MB | 32/284 kB | 16/26 kB | 7.7/165 kB | 7.7/588 kB Progress (5): 0.8/1.2 MB | 32/284 kB | 16/26 kB | 7.7/165 kB | 12/588 kB Progress (5): 0.8/1.2 MB | 32/284 kB | 16/26 kB | 7.7/165 kB | 16/588 kB Progress (5): 0.8/1.2 MB | 32/284 kB | 16/26 kB | 7.7/165 kB | 20/588 kB Progress (5): 0.8/1.2 MB | 32/284 kB | 16/26 kB | 7.7/165 kB | 24/588 kB Progress (5): 0.8/1.2 MB | 32/284 kB | 16/26 kB | 7.7/165 kB | 28/588 kB Progress (5): 0.8/1.2 MB | 32/284 kB | 16/26 kB | 7.7/165 kB | 32/588 kB Progress (5): 0.8/1.2 MB | 32/284 kB | 16/26 kB | 7.7/165 kB | 33/588 kB Progress (5): 0.8/1.2 MB | 36/284 kB | 16/26 kB | 7.7/165 kB | 33/588 kB Progress (5): 0.8/1.2 MB | 40/284 kB | 16/26 kB | 7.7/165 kB | 33/588 kB Progress (5): 0.8/1.2 MB | 44/284 kB | 16/26 kB | 7.7/165 kB | 33/588 kB Progress (5): 0.8/1.2 MB | 48/284 kB | 16/26 kB | 7.7/165 kB | 33/588 kB Progress (5): 0.8/1.2 MB | 48/284 kB | 16/26 kB | 7.7/165 kB | 37/588 kB Progress (5): 0.8/1.2 MB | 48/284 kB | 16/26 kB | 7.7/165 kB | 41/588 kB Progress (5): 0.8/1.2 MB | 48/284 kB | 16/26 kB | 7.7/165 kB | 45/588 kB Progress (5): 0.8/1.2 MB | 48/284 kB | 16/26 kB | 7.7/165 kB | 49/588 kB Progress (5): 0.8/1.2 MB | 48/284 kB | 16/26 kB | 7.7/165 kB | 53/588 kB Progress (5): 0.8/1.2 MB | 48/284 kB | 16/26 kB | 7.7/165 kB | 57/588 kB Progress (5): 0.8/1.2 MB | 48/284 kB | 16/26 kB | 7.7/165 kB | 61/588 kB Progress (5): 0.8/1.2 MB | 52/284 kB | 16/26 kB | 7.7/165 kB | 61/588 kB Progress (5): 0.8/1.2 MB | 52/284 kB | 16/26 kB | 7.7/165 kB | 65/588 kB Progress (5): 0.8/1.2 MB | 56/284 kB | 16/26 kB | 7.7/165 kB | 65/588 kB Progress (5): 0.8/1.2 MB | 56/284 kB | 16/26 kB | 7.7/165 kB | 66/588 kB Progress (5): 0.8/1.2 MB | 56/284 kB | 16/26 kB | 7.7/165 kB | 70/588 kB Progress (5): 0.8/1.2 MB | 56/284 kB | 16/26 kB | 7.7/165 kB | 74/588 kB Progress (5): 0.8/1.2 MB | 56/284 kB | 16/26 kB | 7.7/165 kB | 78/588 kB Progress (5): 0.8/1.2 MB | 56/284 kB | 16/26 kB | 7.7/165 kB | 82/588 kB Progress (5): 0.8/1.2 MB | 60/284 kB | 16/26 kB | 7.7/165 kB | 82/588 kB Progress (5): 0.8/1.2 MB | 60/284 kB | 16/26 kB | 7.7/165 kB | 86/588 kB Progress (5): 0.8/1.2 MB | 64/284 kB | 16/26 kB | 7.7/165 kB | 86/588 kB Progress (5): 0.8/1.2 MB | 64/284 kB | 16/26 kB | 7.7/165 kB | 90/588 kB Progress (5): 0.8/1.2 MB | 64/284 kB | 16/26 kB | 7.7/165 kB | 94/588 kB Progress (5): 0.8/1.2 MB | 64/284 kB | 16/26 kB | 7.7/165 kB | 98/588 kB Progress (5): 0.8/1.2 MB | 64/284 kB | 16/26 kB | 7.7/165 kB | 98/588 kB Progress (5): 0.8/1.2 MB | 68/284 kB | 16/26 kB | 7.7/165 kB | 98/588 kB Progress (5): 0.8/1.2 MB | 68/284 kB | 16/26 kB | 7.7/165 kB | 102/588 kB Progress (5): 0.8/1.2 MB | 72/284 kB | 16/26 kB | 7.7/165 kB | 102/588 kB Progress (5): 0.8/1.2 MB | 72/284 kB | 16/26 kB | 7.7/165 kB | 106/588 kB Progress (5): 0.8/1.2 MB | 76/284 kB | 16/26 kB | 7.7/165 kB | 106/588 kB Progress (5): 0.8/1.2 MB | 76/284 kB | 16/26 kB | 7.7/165 kB | 110/588 kB Progress (5): 0.8/1.2 MB | 80/284 kB | 16/26 kB | 7.7/165 kB | 110/588 kB Progress (5): 0.8/1.2 MB | 80/284 kB | 16/26 kB | 7.7/165 kB | 114/588 kB Progress (5): 0.8/1.2 MB | 84/284 kB | 16/26 kB | 7.7/165 kB | 114/588 kB Progress (5): 0.8/1.2 MB | 84/284 kB | 16/26 kB | 7.7/165 kB | 118/588 kB Progress (5): 0.8/1.2 MB | 88/284 kB | 16/26 kB | 7.7/165 kB | 118/588 kB Progress (5): 0.8/1.2 MB | 92/284 kB | 16/26 kB | 7.7/165 kB | 118/588 kB Progress (5): 0.8/1.2 MB | 96/284 kB | 16/26 kB | 7.7/165 kB | 118/588 kB Progress (5): 0.8/1.2 MB | 100/284 kB | 16/26 kB | 7.7/165 kB | 118/588 kB Progress (5): 0.8/1.2 MB | 104/284 kB | 16/26 kB | 7.7/165 kB | 118/588 kB Progress (5): 0.8/1.2 MB | 104/284 kB | 16/26 kB | 7.7/165 kB | 122/588 kB Progress (5): 0.8/1.2 MB | 108/284 kB | 16/26 kB | 7.7/165 kB | 122/588 kB Progress (5): 0.8/1.2 MB | 108/284 kB | 16/26 kB | 7.7/165 kB | 126/588 kB Progress (5): 0.8/1.2 MB | 112/284 kB | 16/26 kB | 7.7/165 kB | 126/588 kB Progress (5): 0.8/1.2 MB | 112/284 kB | 16/26 kB | 7.7/165 kB | 130/588 kB Progress (5): 0.8/1.2 MB | 116/284 kB | 16/26 kB | 7.7/165 kB | 130/588 kB Progress (5): 0.8/1.2 MB | 116/284 kB | 16/26 kB | 7.7/165 kB | 131/588 kB Progress (5): 0.8/1.2 MB | 120/284 kB | 16/26 kB | 7.7/165 kB | 131/588 kB Progress (5): 0.8/1.2 MB | 120/284 kB | 16/26 kB | 7.7/165 kB | 135/588 kB Progress (5): 0.8/1.2 MB | 124/284 kB | 16/26 kB | 7.7/165 kB | 135/588 kB Progress (5): 0.8/1.2 MB | 124/284 kB | 16/26 kB | 7.7/165 kB | 139/588 kB Progress (5): 0.8/1.2 MB | 128/284 kB | 16/26 kB | 7.7/165 kB | 139/588 kB Progress (5): 0.8/1.2 MB | 128/284 kB | 16/26 kB | 7.7/165 kB | 143/588 kB Progress (5): 0.8/1.2 MB | 132/284 kB | 16/26 kB | 7.7/165 kB | 143/588 kB Progress (5): 0.8/1.2 MB | 132/284 kB | 16/26 kB | 7.7/165 kB | 147/588 kB Progress (5): 0.8/1.2 MB | 136/284 kB | 16/26 kB | 7.7/165 kB | 147/588 kB Progress (5): 0.8/1.2 MB | 136/284 kB | 16/26 kB | 7.7/165 kB | 151/588 kB Progress (5): 0.8/1.2 MB | 140/284 kB | 16/26 kB | 7.7/165 kB | 151/588 kB Progress (5): 0.8/1.2 MB | 140/284 kB | 16/26 kB | 7.7/165 kB | 155/588 kB Progress (5): 0.8/1.2 MB | 144/284 kB | 16/26 kB | 7.7/165 kB | 155/588 kB Progress (5): 0.8/1.2 MB | 144/284 kB | 16/26 kB | 7.7/165 kB | 159/588 kB Progress (5): 0.8/1.2 MB | 148/284 kB | 16/26 kB | 7.7/165 kB | 159/588 kB Progress (5): 0.8/1.2 MB | 148/284 kB | 16/26 kB | 7.7/165 kB | 163/588 kB Progress (5): 0.8/1.2 MB | 152/284 kB | 16/26 kB | 7.7/165 kB | 163/588 kB Progress (5): 0.8/1.2 MB | 152/284 kB | 16/26 kB | 7.7/165 kB | 164/588 kB Progress (5): 0.8/1.2 MB | 156/284 kB | 16/26 kB | 7.7/165 kB | 164/588 kB Progress (5): 0.8/1.2 MB | 156/284 kB | 16/26 kB | 7.7/165 kB | 168/588 kB Progress (5): 0.8/1.2 MB | 160/284 kB | 16/26 kB | 7.7/165 kB | 168/588 kB Progress (5): 0.8/1.2 MB | 160/284 kB | 16/26 kB | 7.7/165 kB | 172/588 kB Progress (5): 0.8/1.2 MB | 164/284 kB | 16/26 kB | 7.7/165 kB | 172/588 kB Progress (5): 0.8/1.2 MB | 164/284 kB | 16/26 kB | 7.7/165 kB | 176/588 kB Progress (5): 0.8/1.2 MB | 168/284 kB | 16/26 kB | 7.7/165 kB | 176/588 kB Progress (5): 0.8/1.2 MB | 168/284 kB | 16/26 kB | 7.7/165 kB | 180/588 kB Progress (5): 0.8/1.2 MB | 172/284 kB | 16/26 kB | 7.7/165 kB | 180/588 kB Progress (5): 0.8/1.2 MB | 172/284 kB | 16/26 kB | 7.7/165 kB | 184/588 kB Progress (5): 0.8/1.2 MB | 176/284 kB | 16/26 kB | 7.7/165 kB | 184/588 kB Progress (5): 0.8/1.2 MB | 176/284 kB | 16/26 kB | 7.7/165 kB | 188/588 kB Progress (5): 0.8/1.2 MB | 180/284 kB | 16/26 kB | 7.7/165 kB | 188/588 kB Progress (5): 0.8/1.2 MB | 180/284 kB | 16/26 kB | 7.7/165 kB | 192/588 kB Progress (5): 0.8/1.2 MB | 184/284 kB | 16/26 kB | 7.7/165 kB | 192/588 kB Progress (5): 0.8/1.2 MB | 184/284 kB | 16/26 kB | 7.7/165 kB | 196/588 kB Progress (5): 0.8/1.2 MB | 188/284 kB | 16/26 kB | 7.7/165 kB | 196/588 kB Progress (5): 0.8/1.2 MB | 188/284 kB | 16/26 kB | 7.7/165 kB | 197/588 kB Progress (5): 0.8/1.2 MB | 192/284 kB | 16/26 kB | 7.7/165 kB | 197/588 kB Progress (5): 0.8/1.2 MB | 192/284 kB | 16/26 kB | 7.7/165 kB | 201/588 kB Progress (5): 0.8/1.2 MB | 196/284 kB | 16/26 kB | 7.7/165 kB | 201/588 kB Progress (5): 0.8/1.2 MB | 196/284 kB | 16/26 kB | 7.7/165 kB | 205/588 kB Progress (5): 0.8/1.2 MB | 200/284 kB | 16/26 kB | 7.7/165 kB | 205/588 kB Progress (5): 0.8/1.2 MB | 200/284 kB | 16/26 kB | 7.7/165 kB | 209/588 kB Progress (5): 0.8/1.2 MB | 204/284 kB | 16/26 kB | 7.7/165 kB | 209/588 kB Progress (5): 0.8/1.2 MB | 204/284 kB | 16/26 kB | 7.7/165 kB | 213/588 kB Progress (5): 0.8/1.2 MB | 208/284 kB | 16/26 kB | 7.7/165 kB | 213/588 kB Progress (5): 0.8/1.2 MB | 208/284 kB | 16/26 kB | 7.7/165 kB | 217/588 kB Progress (5): 0.8/1.2 MB | 212/284 kB | 16/26 kB | 7.7/165 kB | 217/588 kB Progress (5): 0.8/1.2 MB | 212/284 kB | 16/26 kB | 7.7/165 kB | 221/588 kB Progress (5): 0.8/1.2 MB | 216/284 kB | 16/26 kB | 7.7/165 kB | 221/588 kB Progress (5): 0.8/1.2 MB | 216/284 kB | 16/26 kB | 7.7/165 kB | 225/588 kB Progress (5): 0.8/1.2 MB | 220/284 kB | 16/26 kB | 7.7/165 kB | 225/588 kB Progress (5): 0.8/1.2 MB | 220/284 kB | 16/26 kB | 7.7/165 kB | 229/588 kB Progress (5): 0.8/1.2 MB | 224/284 kB | 16/26 kB | 7.7/165 kB | 229/588 kB Progress (5): 0.8/1.2 MB | 224/284 kB | 16/26 kB | 7.7/165 kB | 229/588 kB Progress (5): 0.8/1.2 MB | 228/284 kB | 16/26 kB | 7.7/165 kB | 229/588 kB Progress (5): 0.8/1.2 MB | 228/284 kB | 16/26 kB | 7.7/165 kB | 233/588 kB Progress (5): 0.8/1.2 MB | 232/284 kB | 16/26 kB | 7.7/165 kB | 233/588 kB Progress (5): 0.8/1.2 MB | 232/284 kB | 16/26 kB | 7.7/165 kB | 237/588 kB Progress (5): 0.8/1.2 MB | 236/284 kB | 16/26 kB | 7.7/165 kB | 237/588 kB Progress (5): 0.8/1.2 MB | 236/284 kB | 16/26 kB | 7.7/165 kB | 241/588 kB Progress (5): 0.8/1.2 MB | 240/284 kB | 16/26 kB | 7.7/165 kB | 241/588 kB Progress (5): 0.8/1.2 MB | 240/284 kB | 16/26 kB | 7.7/165 kB | 245/588 kB Progress (5): 0.8/1.2 MB | 244/284 kB | 16/26 kB | 7.7/165 kB | 245/588 kB Progress (5): 0.8/1.2 MB | 244/284 kB | 16/26 kB | 7.7/165 kB | 249/588 kB Progress (5): 0.8/1.2 MB | 248/284 kB | 16/26 kB | 7.7/165 kB | 249/588 kB Progress (5): 0.8/1.2 MB | 248/284 kB | 16/26 kB | 7.7/165 kB | 253/588 kB Progress (5): 0.8/1.2 MB | 252/284 kB | 16/26 kB | 7.7/165 kB | 253/588 kB Progress (5): 0.8/1.2 MB | 252/284 kB | 16/26 kB | 7.7/165 kB | 257/588 kB Progress (5): 0.8/1.2 MB | 256/284 kB | 16/26 kB | 7.7/165 kB | 257/588 kB Progress (5): 0.8/1.2 MB | 256/284 kB | 16/26 kB | 7.7/165 kB | 261/588 kB Progress (5): 0.8/1.2 MB | 260/284 kB | 16/26 kB | 7.7/165 kB | 261/588 kB Progress (5): 0.8/1.2 MB | 260/284 kB | 16/26 kB | 7.7/165 kB | 262/588 kB Progress (5): 0.8/1.2 MB | 264/284 kB | 16/26 kB | 7.7/165 kB | 262/588 kB Progress (5): 0.8/1.2 MB | 264/284 kB | 16/26 kB | 7.7/165 kB | 266/588 kB Progress (5): 0.8/1.2 MB | 268/284 kB | 16/26 kB | 7.7/165 kB | 266/588 kB Progress (5): 0.8/1.2 MB | 268/284 kB | 16/26 kB | 7.7/165 kB | 270/588 kB Progress (5): 0.8/1.2 MB | 272/284 kB | 16/26 kB | 7.7/165 kB | 270/588 kB Progress (5): 0.8/1.2 MB | 272/284 kB | 16/26 kB | 7.7/165 kB | 274/588 kB Progress (5): 0.8/1.2 MB | 276/284 kB | 16/26 kB | 7.7/165 kB | 274/588 kB Progress (5): 0.8/1.2 MB | 276/284 kB | 16/26 kB | 7.7/165 kB | 278/588 kB Progress (5): 0.8/1.2 MB | 280/284 kB | 16/26 kB | 7.7/165 kB | 278/588 kB Progress (5): 0.8/1.2 MB | 280/284 kB | 16/26 kB | 7.7/165 kB | 282/588 kB Progress (5): 0.8/1.2 MB | 284/284 kB | 16/26 kB | 7.7/165 kB | 282/588 kB Progress (5): 0.8/1.2 MB | 284/284 kB | 16/26 kB | 7.7/165 kB | 286/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 286/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 290/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 294/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 295/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 299/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 303/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 307/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 311/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 315/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 319/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 323/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 327/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 328/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 332/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 336/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 340/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 344/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 348/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 352/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 356/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 360/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 360/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 365/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 368/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 373/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 376/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 381/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 384/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 389/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 392/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 393/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 397/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 401/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 405/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 409/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 413/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 417/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 421/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 425/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 429/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 433/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 437/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 441/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 445/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 449/588 kB Progress (5): 0.8/1.2 MB | 284 kB | 16/26 kB | 7.7/165 kB | 453/588 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 55 kB/s) Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 457/588 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 461/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 465/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 469/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 473/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 477/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 481/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 485/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 489/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 493/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 497/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 501/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 505/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 509/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 513/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 517/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 521/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 525/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 529/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 533/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 537/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 541/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 545/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 549/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 553/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 557/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 561/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 565/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 569/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 573/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 577/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 581/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 585/588 kB Progress (4): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 588 kB Progress (5): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 588 kB | 4.1/38 kB Progress (5): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 588 kB | 7.7/38 kB Progress (5): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 588 kB | 12/38 kB Progress (5): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 588 kB | 16/38 kB Progress (5): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 588 kB | 20/38 kB Progress (5): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 588 kB | 24/38 kB Progress (5): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 588 kB | 28/38 kB Progress (5): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 588 kB | 32/38 kB Progress (5): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 588 kB | 36/38 kB Progress (5): 0.8/1.2 MB | 16/26 kB | 7.7/165 kB | 588 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 7.3 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 114 kB/s) Progress (3): 0.8/1.2 MB | 20/26 kB | 7.7/165 kB Progress (3): 0.8/1.2 MB | 24/26 kB | 7.7/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 7.7/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 12/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 16/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 20/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 20/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 24/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 24/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 28/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 28/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 32/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 32/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 33/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 33/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 37/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 37/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 41/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 41/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 41/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 45/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 45/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 49/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 49/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 53/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 53/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 57/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 57/165 kB Progress (3): 0.8/1.2 MB | 26 kB | 61/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 61/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 65/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 65/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 69/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 69/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 73/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 73/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 77/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 77/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 81/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 81/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 85/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 85/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 89/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 89/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 93/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 93/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 97/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 97/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 101/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 101/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 105/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 105/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 109/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 109/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 113/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 113/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 117/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 117/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 121/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 121/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 125/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 125/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 129/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 129/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 133/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 133/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 137/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 137/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 141/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 141/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 145/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 145/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 149/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 149/165 kB Progress (3): 0.9/1.2 MB | 26 kB | 153/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 4.9 kB/s) Progress (2): 0.9/1.2 MB | 153/165 kB Progress (2): 0.9/1.2 MB | 157/165 kB Progress (2): 0.9/1.2 MB | 161/165 kB Progress (2): 0.9/1.2 MB | 161/165 kB Progress (2): 0.9/1.2 MB | 165/165 kB Progress (2): 1.0/1.2 MB | 165/165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.0/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.1/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2/1.2 MB | 165 kB Progress (2): 1.2 MB | 165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 232 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 31 kB/s) [INFO] Skipping pom project [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent --- 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 163 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-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-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 128 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.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 90 kB/s) 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 194 kB/s) 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 81 kB/s) 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 121 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4.0 kB at 184 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar 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 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 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Progress (1): 4.1/156 kB Progress (2): 4.1/156 kB | 4.1/35 kB Progress (3): 4.1/156 kB | 4.1/35 kB | 4.1/12 kB Progress (3): 4.1/156 kB | 7.7/35 kB | 4.1/12 kB Progress (3): 4.1/156 kB | 7.7/35 kB | 7.7/12 kB Progress (3): 4.1/156 kB | 12/35 kB | 7.7/12 kB Progress (3): 4.1/156 kB | 16/35 kB | 7.7/12 kB Progress (3): 7.7/156 kB | 16/35 kB | 7.7/12 kB Progress (3): 7.7/156 kB | 20/35 kB | 7.7/12 kB Progress (4): 7.7/156 kB | 20/35 kB | 7.7/12 kB | 4.1/49 kB Progress (4): 7.7/156 kB | 20/35 kB | 12/12 kB | 4.1/49 kB Progress (4): 7.7/156 kB | 20/35 kB | 12/12 kB | 7.7/49 kB Progress (5): 7.7/156 kB | 20/35 kB | 12/12 kB | 7.7/49 kB | 4.1/30 kB Progress (5): 7.7/156 kB | 24/35 kB | 12/12 kB | 7.7/49 kB | 4.1/30 kB Progress (5): 12/156 kB | 24/35 kB | 12/12 kB | 7.7/49 kB | 4.1/30 kB Progress (5): 12/156 kB | 28/35 kB | 12/12 kB | 7.7/49 kB | 4.1/30 kB Progress (5): 12/156 kB | 28/35 kB | 12/12 kB | 7.7/49 kB | 7.7/30 kB Progress (5): 12/156 kB | 28/35 kB | 12/12 kB | 12/49 kB | 7.7/30 kB Progress (5): 12/156 kB | 28/35 kB | 12 kB | 12/49 kB | 7.7/30 kB Progress (5): 12/156 kB | 28/35 kB | 12 kB | 16/49 kB | 7.7/30 kB Progress (5): 12/156 kB | 28/35 kB | 12 kB | 16/49 kB | 12/30 kB Progress (5): 12/156 kB | 32/35 kB | 12 kB | 16/49 kB | 12/30 kB Progress (5): 16/156 kB | 32/35 kB | 12 kB | 16/49 kB | 12/30 kB Progress (5): 16/156 kB | 35 kB | 12 kB | 16/49 kB | 12/30 kB Progress (5): 16/156 kB | 35 kB | 12 kB | 16/49 kB | 16/30 kB Progress (5): 16/156 kB | 35 kB | 12 kB | 20/49 kB | 16/30 kB Progress (5): 16/156 kB | 35 kB | 12 kB | 20/49 kB | 20/30 kB Progress (5): 20/156 kB | 35 kB | 12 kB | 20/49 kB | 20/30 kB Progress (5): 20/156 kB | 35 kB | 12 kB | 20/49 kB | 24/30 kB Progress (5): 20/156 kB | 35 kB | 12 kB | 24/49 kB | 24/30 kB Progress (5): 20/156 kB | 35 kB | 12 kB | 24/49 kB | 28/30 kB Progress (5): 24/156 kB | 35 kB | 12 kB | 24/49 kB | 28/30 kB Progress (5): 24/156 kB | 35 kB | 12 kB | 28/49 kB | 28/30 kB Progress (5): 24/156 kB | 35 kB | 12 kB | 28/49 kB | 30 kB Progress (5): 24/156 kB | 35 kB | 12 kB | 32/49 kB | 30 kB Progress (5): 28/156 kB | 35 kB | 12 kB | 32/49 kB | 30 kB Progress (5): 28/156 kB | 35 kB | 12 kB | 36/49 kB | 30 kB Progress (5): 32/156 kB | 35 kB | 12 kB | 36/49 kB | 30 kB Progress (5): 32/156 kB | 35 kB | 12 kB | 40/49 kB | 30 kB Progress (5): 33/156 kB | 35 kB | 12 kB | 40/49 kB | 30 kB Progress (5): 33/156 kB | 35 kB | 12 kB | 44/49 kB | 30 kB Progress (5): 37/156 kB | 35 kB | 12 kB | 44/49 kB | 30 kB Progress (5): 37/156 kB | 35 kB | 12 kB | 48/49 kB | 30 kB Progress (5): 41/156 kB | 35 kB | 12 kB | 48/49 kB | 30 kB Progress (5): 41/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 45/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 49/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 53/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 57/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 61/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 65/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 66/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 70/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 74/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 78/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 82/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 86/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 90/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 94/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 98/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 98/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 102/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 106/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 110/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 114/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 118/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 122/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 126/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 130/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 134/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 138/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 142/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 146/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 150/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 154/156 kB | 35 kB | 12 kB | 49 kB | 30 kB Progress (5): 156 kB | 35 kB | 12 kB | 49 kB | 30 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.jar (30 kB at 1.1 MB/s) 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.jar 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 884 kB/s) 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): 156 kB | 12 kB | 49 kB | 4.1/51 kB Progress (4): 156 kB | 12 kB | 49 kB | 7.7/51 kB Progress (4): 156 kB | 12 kB | 49 kB | 12/51 kB Progress (4): 156 kB | 12 kB | 49 kB | 16/51 kB Progress (4): 156 kB | 12 kB | 49 kB | 20/51 kB Progress (4): 156 kB | 12 kB | 49 kB | 24/51 kB Progress (4): 156 kB | 12 kB | 49 kB | 28/51 kB Progress (4): 156 kB | 12 kB | 49 kB | 32/51 kB Progress (4): 156 kB | 12 kB | 49 kB | 36/51 kB Progress (4): 156 kB | 12 kB | 49 kB | 40/51 kB Progress (4): 156 kB | 12 kB | 49 kB | 44/51 kB Progress (4): 156 kB | 12 kB | 49 kB | 48/51 kB Progress (4): 156 kB | 12 kB | 49 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.0 MB/s) 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 3.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar 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 Progress (3): 12 kB | 51 kB | 4.1/194 kB Progress (3): 12 kB | 51 kB | 7.7/194 kB Progress (3): 12 kB | 51 kB | 12/194 kB Progress (3): 12 kB | 51 kB | 16/194 kB Progress (3): 12 kB | 51 kB | 20/194 kB Progress (3): 12 kB | 51 kB | 24/194 kB Progress (3): 12 kB | 51 kB | 28/194 kB Progress (3): 12 kB | 51 kB | 32/194 kB Progress (3): 12 kB | 51 kB | 33/194 kB Progress (3): 12 kB | 51 kB | 37/194 kB Progress (3): 12 kB | 51 kB | 41/194 kB Progress (3): 12 kB | 51 kB | 45/194 kB Progress (3): 12 kB | 51 kB | 49/194 kB Progress (3): 12 kB | 51 kB | 53/194 kB Progress (3): 12 kB | 51 kB | 57/194 kB Progress (3): 12 kB | 51 kB | 61/194 kB Progress (3): 12 kB | 51 kB | 65/194 kB Progress (3): 12 kB | 51 kB | 69/194 kB Progress (3): 12 kB | 51 kB | 73/194 kB Progress (3): 12 kB | 51 kB | 77/194 kB Progress (3): 12 kB | 51 kB | 81/194 kB Progress (3): 12 kB | 51 kB | 85/194 kB Progress (3): 12 kB | 51 kB | 89/194 kB Progress (3): 12 kB | 51 kB | 93/194 kB Progress (3): 12 kB | 51 kB | 97/194 kB Progress (3): 12 kB | 51 kB | 101/194 kB Progress (3): 12 kB | 51 kB | 105/194 kB Progress (3): 12 kB | 51 kB | 109/194 kB Progress (3): 12 kB | 51 kB | 113/194 kB Progress (3): 12 kB | 51 kB | 117/194 kB Progress (3): 12 kB | 51 kB | 121/194 kB Progress (3): 12 kB | 51 kB | 125/194 kB Progress (3): 12 kB | 51 kB | 129/194 kB Progress (3): 12 kB | 51 kB | 133/194 kB Progress (3): 12 kB | 51 kB | 137/194 kB Progress (3): 12 kB | 51 kB | 141/194 kB Progress (3): 12 kB | 51 kB | 145/194 kB Progress (3): 12 kB | 51 kB | 149/194 kB Progress (3): 12 kB | 51 kB | 153/194 kB Progress (3): 12 kB | 51 kB | 157/194 kB Progress (3): 12 kB | 51 kB | 161/194 kB Progress (3): 12 kB | 51 kB | 165/194 kB Progress (3): 12 kB | 51 kB | 169/194 kB Progress (3): 12 kB | 51 kB | 173/194 kB Progress (3): 12 kB | 51 kB | 177/194 kB Progress (3): 12 kB | 51 kB | 181/194 kB Progress (3): 12 kB | 51 kB | 185/194 kB Progress (3): 12 kB | 51 kB | 189/194 kB Progress (3): 12 kB | 51 kB | 193/194 kB Progress (3): 12 kB | 51 kB | 194 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 217 kB/s) 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.jar Progress (3): 51 kB | 194 kB | 4.1/68 kB Progress (3): 51 kB | 194 kB | 7.7/68 kB Progress (3): 51 kB | 194 kB | 12/68 kB Progress (3): 51 kB | 194 kB | 16/68 kB Progress (3): 51 kB | 194 kB | 20/68 kB Progress (3): 51 kB | 194 kB | 24/68 kB Progress (3): 51 kB | 194 kB | 28/68 kB Progress (3): 51 kB | 194 kB | 32/68 kB Progress (3): 51 kB | 194 kB | 33/68 kB Progress (4): 51 kB | 194 kB | 33/68 kB | 4.1/88 kB Progress (4): 51 kB | 194 kB | 33/68 kB | 7.7/88 kB Progress (4): 51 kB | 194 kB | 33/68 kB | 12/88 kB Progress (4): 51 kB | 194 kB | 33/68 kB | 16/88 kB Progress (4): 51 kB | 194 kB | 33/68 kB | 20/88 kB Progress (4): 51 kB | 194 kB | 37/68 kB | 20/88 kB Progress (4): 51 kB | 194 kB | 37/68 kB | 24/88 kB Progress (4): 51 kB | 194 kB | 41/68 kB | 24/88 kB Progress (4): 51 kB | 194 kB | 41/68 kB | 28/88 kB Progress (4): 51 kB | 194 kB | 45/68 kB | 28/88 kB Progress (4): 51 kB | 194 kB | 45/68 kB | 32/88 kB Progress (4): 51 kB | 194 kB | 49/68 kB | 32/88 kB Progress (4): 51 kB | 194 kB | 49/68 kB | 33/88 kB Progress (4): 51 kB | 194 kB | 53/68 kB | 33/88 kB Progress (4): 51 kB | 194 kB | 57/68 kB | 33/88 kB Progress (4): 51 kB | 194 kB | 61/68 kB | 33/88 kB Progress (4): 51 kB | 194 kB | 65/68 kB | 33/88 kB Progress (4): 51 kB | 194 kB | 68 kB | 33/88 kB Progress (4): 51 kB | 194 kB | 68 kB | 37/88 kB Progress (4): 51 kB | 194 kB | 68 kB | 41/88 kB Progress (4): 51 kB | 194 kB | 68 kB | 45/88 kB Progress (4): 51 kB | 194 kB | 68 kB | 49/88 kB 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.jar (51 kB at 784 kB/s) Progress (3): 194 kB | 68 kB | 53/88 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 2.9 MB/s) 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.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar Progress (2): 68 kB | 57/88 kB Progress (2): 68 kB | 61/88 kB Progress (2): 68 kB | 65/88 kB Progress (2): 68 kB | 69/88 kB Progress (2): 68 kB | 73/88 kB Progress (3): 68 kB | 73/88 kB | 4.1/26 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 1.0 MB/s) Progress (2): 73/88 kB | 7.7/26 kB Progress (2): 77/88 kB | 7.7/26 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Progress (2): 81/88 kB | 7.7/26 kB Progress (2): 85/88 kB | 7.7/26 kB Progress (2): 88 kB | 7.7/26 kB Progress (2): 88 kB | 12/26 kB Progress (2): 88 kB | 16/26 kB Progress (2): 88 kB | 20/26 kB Progress (2): 88 kB | 24/26 kB Progress (2): 88 kB | 26 kB Progress (3): 88 kB | 26 kB | 4.1/32 kB Progress (3): 88 kB | 26 kB | 7.7/32 kB Progress (4): 88 kB | 26 kB | 7.7/32 kB | 4.1/80 kB Progress (4): 88 kB | 26 kB | 12/32 kB | 4.1/80 kB Progress (4): 88 kB | 26 kB | 12/32 kB | 7.7/80 kB Progress (4): 88 kB | 26 kB | 16/32 kB | 7.7/80 kB Progress (4): 88 kB | 26 kB | 16/32 kB | 12/80 kB Progress (4): 88 kB | 26 kB | 20/32 kB | 12/80 kB Progress (4): 88 kB | 26 kB | 20/32 kB | 16/80 kB Progress (4): 88 kB | 26 kB | 24/32 kB | 16/80 kB Progress (4): 88 kB | 26 kB | 24/32 kB | 20/80 kB Progress (4): 88 kB | 26 kB | 28/32 kB | 20/80 kB Progress (4): 88 kB | 26 kB | 28/32 kB | 24/80 kB Progress (4): 88 kB | 26 kB | 32/32 kB | 24/80 kB Progress (4): 88 kB | 26 kB | 32/32 kB | 28/80 kB Progress (4): 88 kB | 26 kB | 32 kB | 28/80 kB Progress (4): 88 kB | 26 kB | 32 kB | 32/80 kB Progress (5): 88 kB | 26 kB | 32 kB | 32/80 kB | 4.1/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 32/80 kB | 7.7/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 32/80 kB | 12/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 32/80 kB | 16/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 32/80 kB | 20/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 32/80 kB | 24/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 32/80 kB | 28/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 33/80 kB | 28/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 33/80 kB | 32/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 37/80 kB | 32/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 37/80 kB | 36/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 41/80 kB | 36/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 41/80 kB | 40/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 45/80 kB | 40/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 45/80 kB | 44/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 49/80 kB | 44/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 49/80 kB | 48/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 53/80 kB | 48/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 53/80 kB | 52/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 57/80 kB | 52/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 57/80 kB | 56/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 61/80 kB | 56/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 61/80 kB | 60/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 65/80 kB | 60/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 65/80 kB | 64/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 69/80 kB | 64/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 69/80 kB | 68/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 73/80 kB | 68/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 73/80 kB | 72/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 77/80 kB | 72/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 77/80 kB | 76/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 76/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 80/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 84/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 88/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 92/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 96/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 100/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 104/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 108/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 112/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 116/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 120/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 124/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 128/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 132/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 136/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 140/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 144/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 148/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 152/155 kB Progress (5): 88 kB | 26 kB | 32 kB | 80 kB | 155 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.jar (80 kB at 956 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 366 kB/s) 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.jar (26 kB at 292 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 973 kB/s) Progress (2): 155 kB | 4.1/239 kB Progress (2): 155 kB | 7.7/239 kB Progress (2): 155 kB | 12/239 kB Progress (2): 155 kB | 16/239 kB Progress (2): 155 kB | 20/239 kB Progress (2): 155 kB | 24/239 kB Progress (2): 155 kB | 28/239 kB Progress (2): 155 kB | 32/239 kB Progress (2): 155 kB | 33/239 kB Progress (2): 155 kB | 37/239 kB Progress (2): 155 kB | 41/239 kB Progress (2): 155 kB | 45/239 kB Progress (2): 155 kB | 49/239 kB Progress (2): 155 kB | 53/239 kB Progress (2): 155 kB | 57/239 kB Progress (2): 155 kB | 61/239 kB Progress (2): 155 kB | 65/239 kB Progress (2): 155 kB | 66/239 kB Progress (2): 155 kB | 70/239 kB Progress (2): 155 kB | 74/239 kB Progress (2): 155 kB | 78/239 kB Progress (2): 155 kB | 82/239 kB Progress (2): 155 kB | 86/239 kB Progress (2): 155 kB | 90/239 kB Progress (2): 155 kB | 94/239 kB Progress (2): 155 kB | 98/239 kB Progress (2): 155 kB | 98/239 kB Progress (2): 155 kB | 102/239 kB Progress (2): 155 kB | 106/239 kB Progress (2): 155 kB | 110/239 kB Progress (2): 155 kB | 114/239 kB Progress (2): 155 kB | 118/239 kB Progress (2): 155 kB | 122/239 kB Progress (2): 155 kB | 126/239 kB Progress (2): 155 kB | 130/239 kB Progress (2): 155 kB | 131/239 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (155 kB at 1.6 MB/s) Progress (1): 135/239 kB Progress (1): 139/239 kB Progress (1): 143/239 kB Progress (1): 147/239 kB Progress (1): 151/239 kB Progress (1): 155/239 kB Progress (1): 159/239 kB Progress (1): 163/239 kB Progress (1): 164/239 kB Progress (1): 168/239 kB Progress (1): 172/239 kB Progress (1): 176/239 kB Progress (1): 180/239 kB Progress (1): 184/239 kB Progress (1): 188/239 kB Progress (1): 192/239 kB Progress (1): 196/239 kB Progress (1): 197/239 kB Progress (1): 201/239 kB Progress (1): 205/239 kB Progress (1): 209/239 kB Progress (1): 213/239 kB Progress (1): 217/239 kB Progress (1): 221/239 kB Progress (1): 225/239 kB Progress (1): 229/239 kB Progress (1): 233/239 kB Progress (1): 237/239 kB Progress (1): 239 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 1.9 MB/s) [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-parent/10.1.0/eclipse-collections-parent-10.1.0.pom [INFO] [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- [INFO] Building Eclipse Collections Code Generator 10.1.0 [2/10] [INFO] --------------------------------[ jar ]--------------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 478 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 2.0 MB/s) 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/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/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 567 kB/s) 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/11 kB Progress (1): 7.7/11 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 629 kB/s) 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): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/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 3.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom Progress (1): 4.1/5.0 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-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 384 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 363 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 3.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom (7.3 kB at 430 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.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/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar (28 kB at 847 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.pom (5.5 kB at 291 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.jar Progress (1): 4.1/31 kB Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.jar (31 kB at 768 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.pom 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/antlr/ST4/4.0.8/ST4-4.0.8.pom (14 kB at 327 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 204 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom 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/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 273 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar Progress (1): 4.1/168 kB Progress (1): 7.7/168 kB Progress (1): 12/168 kB Progress (1): 16/168 kB Progress (1): 20/168 kB Progress (1): 24/168 kB Progress (1): 28/168 kB Progress (1): 32/168 kB Progress (1): 33/168 kB Progress (1): 37/168 kB Progress (1): 41/168 kB Progress (1): 45/168 kB Progress (1): 49/168 kB Progress (2): 49/168 kB | 4.1/240 kB Progress (2): 53/168 kB | 4.1/240 kB Progress (2): 53/168 kB | 7.7/240 kB Progress (2): 57/168 kB | 7.7/240 kB Progress (2): 57/168 kB | 12/240 kB Progress (2): 61/168 kB | 12/240 kB Progress (2): 61/168 kB | 16/240 kB Progress (2): 65/168 kB | 16/240 kB Progress (2): 65/168 kB | 20/240 kB Progress (2): 66/168 kB | 20/240 kB Progress (2): 66/168 kB | 24/240 kB Progress (2): 70/168 kB | 24/240 kB Progress (2): 74/168 kB | 24/240 kB Progress (2): 74/168 kB | 28/240 kB Progress (2): 74/168 kB | 32/240 kB Progress (2): 74/168 kB | 33/240 kB Progress (2): 78/168 kB | 33/240 kB Progress (2): 82/168 kB | 33/240 kB Progress (2): 86/168 kB | 33/240 kB Progress (2): 90/168 kB | 33/240 kB Progress (2): 90/168 kB | 37/240 kB Progress (2): 90/168 kB | 41/240 kB Progress (2): 94/168 kB | 41/240 kB Progress (2): 94/168 kB | 45/240 kB Progress (2): 98/168 kB | 45/240 kB Progress (2): 98/168 kB | 49/240 kB Progress (2): 98/168 kB | 49/240 kB Progress (2): 98/168 kB | 53/240 kB Progress (2): 98/168 kB | 57/240 kB Progress (2): 102/168 kB | 57/240 kB Progress (2): 106/168 kB | 57/240 kB Progress (2): 110/168 kB | 57/240 kB Progress (2): 114/168 kB | 57/240 kB Progress (2): 114/168 kB | 61/240 kB Progress (2): 118/168 kB | 61/240 kB Progress (2): 118/168 kB | 65/240 kB Progress (2): 122/168 kB | 65/240 kB Progress (2): 122/168 kB | 66/240 kB Progress (2): 126/168 kB | 66/240 kB Progress (2): 126/168 kB | 70/240 kB Progress (2): 130/168 kB | 70/240 kB Progress (2): 130/168 kB | 74/240 kB Progress (2): 131/168 kB | 74/240 kB Progress (2): 131/168 kB | 78/240 kB Progress (2): 131/168 kB | 82/240 kB Progress (2): 135/168 kB | 82/240 kB Progress (2): 139/168 kB | 82/240 kB Progress (2): 143/168 kB | 82/240 kB Progress (2): 147/168 kB | 82/240 kB Progress (2): 147/168 kB | 86/240 kB Progress (2): 147/168 kB | 90/240 kB Progress (2): 147/168 kB | 94/240 kB Progress (2): 147/168 kB | 98/240 kB Progress (2): 147/168 kB | 98/240 kB Progress (2): 151/168 kB | 98/240 kB Progress (2): 151/168 kB | 102/240 kB Progress (2): 155/168 kB | 102/240 kB Progress (2): 155/168 kB | 106/240 kB Progress (2): 159/168 kB | 106/240 kB Progress (2): 163/168 kB | 106/240 kB Progress (2): 167/168 kB | 106/240 kB Progress (2): 168 kB | 106/240 kB Progress (2): 168 kB | 110/240 kB Progress (2): 168 kB | 114/240 kB Progress (2): 168 kB | 118/240 kB Progress (2): 168 kB | 122/240 kB Progress (2): 168 kB | 126/240 kB Progress (2): 168 kB | 130/240 kB Progress (2): 168 kB | 131/240 kB Progress (2): 168 kB | 135/240 kB Progress (2): 168 kB | 139/240 kB Progress (2): 168 kB | 143/240 kB Progress (2): 168 kB | 147/240 kB Progress (2): 168 kB | 151/240 kB Progress (2): 168 kB | 155/240 kB Progress (2): 168 kB | 159/240 kB Progress (2): 168 kB | 163/240 kB Progress (2): 168 kB | 164/240 kB Progress (2): 168 kB | 168/240 kB Progress (2): 168 kB | 172/240 kB Progress (2): 168 kB | 176/240 kB Progress (2): 168 kB | 180/240 kB Progress (2): 168 kB | 184/240 kB Progress (2): 168 kB | 188/240 kB Progress (2): 168 kB | 192/240 kB Progress (2): 168 kB | 196/240 kB Progress (2): 168 kB | 197/240 kB Progress (2): 168 kB | 201/240 kB Progress (2): 168 kB | 205/240 kB Progress (2): 168 kB | 209/240 kB Progress (2): 168 kB | 213/240 kB Progress (2): 168 kB | 217/240 kB Progress (2): 168 kB | 221/240 kB Progress (2): 168 kB | 225/240 kB Progress (2): 168 kB | 229/240 kB Progress (2): 168 kB | 233/240 kB Progress (2): 168 kB | 237/240 kB Progress (2): 168 kB | 240 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 3.1 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar (240 kB at 3.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 271 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 118 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom 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.24/plexus-interpolation-1.24.pom (2.6 kB at 262 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Progress (1): 4.1/79 kB Progress (1): 7.7/79 kB Progress (1): 12/79 kB Progress (1): 16/79 kB Progress (2): 16/79 kB | 4.1/155 kB Progress (2): 16/79 kB | 7.7/155 kB Progress (2): 20/79 kB | 7.7/155 kB Progress (2): 24/79 kB | 7.7/155 kB Progress (3): 24/79 kB | 7.7/155 kB | 4.1/51 kB Progress (3): 24/79 kB | 7.7/155 kB | 7.7/51 kB Progress (3): 24/79 kB | 7.7/155 kB | 12/51 kB Progress (3): 24/79 kB | 12/155 kB | 12/51 kB Progress (3): 24/79 kB | 16/155 kB | 12/51 kB Progress (3): 24/79 kB | 16/155 kB | 16/51 kB Progress (3): 28/79 kB | 16/155 kB | 16/51 kB Progress (3): 28/79 kB | 20/155 kB | 16/51 kB Progress (3): 28/79 kB | 20/155 kB | 20/51 kB Progress (3): 32/79 kB | 20/155 kB | 20/51 kB Progress (3): 32/79 kB | 20/155 kB | 24/51 kB Progress (3): 32/79 kB | 24/155 kB | 24/51 kB Progress (3): 32/79 kB | 24/155 kB | 28/51 kB Progress (3): 33/79 kB | 24/155 kB | 28/51 kB Progress (3): 33/79 kB | 28/155 kB | 28/51 kB Progress (3): 33/79 kB | 28/155 kB | 32/51 kB Progress (3): 33/79 kB | 32/155 kB | 32/51 kB Progress (3): 37/79 kB | 32/155 kB | 32/51 kB Progress (3): 37/79 kB | 33/155 kB | 32/51 kB Progress (3): 37/79 kB | 33/155 kB | 36/51 kB Progress (3): 41/79 kB | 33/155 kB | 36/51 kB Progress (3): 41/79 kB | 37/155 kB | 36/51 kB Progress (3): 41/79 kB | 37/155 kB | 40/51 kB Progress (3): 41/79 kB | 41/155 kB | 40/51 kB Progress (3): 45/79 kB | 41/155 kB | 40/51 kB Progress (3): 45/79 kB | 45/155 kB | 40/51 kB Progress (3): 45/79 kB | 45/155 kB | 44/51 kB Progress (3): 45/79 kB | 49/155 kB | 44/51 kB Progress (3): 49/79 kB | 49/155 kB | 44/51 kB Progress (3): 49/79 kB | 53/155 kB | 44/51 kB Progress (3): 53/79 kB | 53/155 kB | 44/51 kB Progress (3): 53/79 kB | 53/155 kB | 48/51 kB Progress (3): 57/79 kB | 53/155 kB | 48/51 kB Progress (3): 57/79 kB | 57/155 kB | 48/51 kB Progress (3): 61/79 kB | 57/155 kB | 48/51 kB Progress (3): 61/79 kB | 57/155 kB | 51 kB Progress (3): 65/79 kB | 57/155 kB | 51 kB Progress (3): 65/79 kB | 61/155 kB | 51 kB Progress (3): 69/79 kB | 61/155 kB | 51 kB Progress (3): 69/79 kB | 65/155 kB | 51 kB Progress (3): 73/79 kB | 65/155 kB | 51 kB Progress (3): 73/79 kB | 66/155 kB | 51 kB Progress (3): 77/79 kB | 66/155 kB | 51 kB Progress (3): 79 kB | 66/155 kB | 51 kB Progress (3): 79 kB | 70/155 kB | 51 kB Progress (3): 79 kB | 74/155 kB | 51 kB Progress (3): 79 kB | 78/155 kB | 51 kB Progress (3): 79 kB | 82/155 kB | 51 kB Progress (3): 79 kB | 86/155 kB | 51 kB Progress (3): 79 kB | 90/155 kB | 51 kB Progress (3): 79 kB | 94/155 kB | 51 kB Progress (3): 79 kB | 98/155 kB | 51 kB Progress (3): 79 kB | 98/155 kB | 51 kB Progress (3): 79 kB | 102/155 kB | 51 kB Progress (3): 79 kB | 106/155 kB | 51 kB Progress (3): 79 kB | 110/155 kB | 51 kB Progress (3): 79 kB | 114/155 kB | 51 kB Progress (3): 79 kB | 118/155 kB | 51 kB Progress (3): 79 kB | 122/155 kB | 51 kB Progress (3): 79 kB | 126/155 kB | 51 kB Progress (3): 79 kB | 130/155 kB | 51 kB Progress (3): 79 kB | 134/155 kB | 51 kB Progress (3): 79 kB | 138/155 kB | 51 kB Progress (3): 79 kB | 142/155 kB | 51 kB Progress (3): 79 kB | 146/155 kB | 51 kB Progress (3): 79 kB | 150/155 kB | 51 kB Progress (3): 79 kB | 154/155 kB | 51 kB Progress (3): 79 kB | 155 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 1.7 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 3.4 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 941 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 353 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 250 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 727 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 82 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 127 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 720 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 176 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 197 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 142 kB/s) 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 188 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 105 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 289 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 197 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom Progress (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 300 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 318 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.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/6.2/asm-6.2.pom (2.9 kB at 155 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 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-M9/qdox-2.0-M9.pom (16 kB at 792 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom Progress (1): 867 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 48 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 262 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 242 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom Progress (1): 692 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 53 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom Progress (1): 771 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 34 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 58 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar Progress (1): 4.1/111 kB Progress (1): 7.7/111 kB Progress (1): 12/111 kB Progress (1): 16/111 kB Progress (1): 20/111 kB Progress (1): 24/111 kB Progress (1): 28/111 kB Progress (1): 32/111 kB Progress (1): 33/111 kB Progress (2): 33/111 kB | 4.1/27 kB Progress (2): 33/111 kB | 7.7/27 kB Progress (3): 33/111 kB | 7.7/27 kB | 4.1/14 kB Progress (3): 33/111 kB | 12/27 kB | 4.1/14 kB Progress (3): 33/111 kB | 12/27 kB | 7.7/14 kB Progress (3): 33/111 kB | 16/27 kB | 7.7/14 kB Progress (3): 33/111 kB | 16/27 kB | 12/14 kB Progress (3): 33/111 kB | 20/27 kB | 12/14 kB Progress (3): 33/111 kB | 20/27 kB | 14 kB Progress (3): 33/111 kB | 24/27 kB | 14 kB Progress (3): 33/111 kB | 27 kB | 14 kB Progress (3): 37/111 kB | 27 kB | 14 kB Progress (3): 41/111 kB | 27 kB | 14 kB Progress (3): 45/111 kB | 27 kB | 14 kB Progress (3): 49/111 kB | 27 kB | 14 kB Progress (3): 53/111 kB | 27 kB | 14 kB Progress (3): 57/111 kB | 27 kB | 14 kB Progress (3): 61/111 kB | 27 kB | 14 kB Progress (3): 65/111 kB | 27 kB | 14 kB Progress (3): 66/111 kB | 27 kB | 14 kB Progress (4): 66/111 kB | 27 kB | 14 kB | 4.1/39 kB Progress (4): 66/111 kB | 27 kB | 14 kB | 7.7/39 kB Progress (4): 66/111 kB | 27 kB | 14 kB | 12/39 kB Progress (4): 66/111 kB | 27 kB | 14 kB | 16/39 kB Progress (4): 66/111 kB | 27 kB | 14 kB | 20/39 kB Progress (4): 66/111 kB | 27 kB | 14 kB | 24/39 kB Progress (4): 66/111 kB | 27 kB | 14 kB | 28/39 kB Progress (4): 66/111 kB | 27 kB | 14 kB | 32/39 kB Progress (4): 66/111 kB | 27 kB | 14 kB | 36/39 kB Progress (4): 66/111 kB | 27 kB | 14 kB | 39 kB Progress (4): 70/111 kB | 27 kB | 14 kB | 39 kB Progress (4): 74/111 kB | 27 kB | 14 kB | 39 kB Progress (4): 78/111 kB | 27 kB | 14 kB | 39 kB Progress (4): 82/111 kB | 27 kB | 14 kB | 39 kB Progress (4): 86/111 kB | 27 kB | 14 kB | 39 kB Progress (4): 90/111 kB | 27 kB | 14 kB | 39 kB Progress (4): 94/111 kB | 27 kB | 14 kB | 39 kB Progress (4): 98/111 kB | 27 kB | 14 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 398 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar Progress (2): 102/111 kB | 27 kB Progress (2): 106/111 kB | 27 kB Progress (2): 110/111 kB | 27 kB Progress (2): 111 kB | 27 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar Progress (3): 111 kB | 27 kB | 4.1/317 kB Progress (3): 111 kB | 27 kB | 7.7/317 kB Progress (3): 111 kB | 27 kB | 12/317 kB Progress (3): 111 kB | 27 kB | 16/317 kB Progress (3): 111 kB | 27 kB | 20/317 kB Progress (3): 111 kB | 27 kB | 24/317 kB Progress (3): 111 kB | 27 kB | 28/317 kB Progress (3): 111 kB | 27 kB | 32/317 kB Progress (3): 111 kB | 27 kB | 33/317 kB Progress (3): 111 kB | 27 kB | 37/317 kB Progress (3): 111 kB | 27 kB | 41/317 kB Progress (3): 111 kB | 27 kB | 45/317 kB Progress (3): 111 kB | 27 kB | 49/317 kB Progress (3): 111 kB | 27 kB | 53/317 kB Progress (3): 111 kB | 27 kB | 57/317 kB Progress (3): 111 kB | 27 kB | 61/317 kB Progress (3): 111 kB | 27 kB | 65/317 kB Progress (3): 111 kB | 27 kB | 66/317 kB Progress (3): 111 kB | 27 kB | 70/317 kB Progress (3): 111 kB | 27 kB | 74/317 kB Progress (3): 111 kB | 27 kB | 78/317 kB Progress (3): 111 kB | 27 kB | 82/317 kB Progress (3): 111 kB | 27 kB | 86/317 kB Progress (3): 111 kB | 27 kB | 90/317 kB Progress (3): 111 kB | 27 kB | 94/317 kB Progress (3): 111 kB | 27 kB | 98/317 kB Progress (3): 111 kB | 27 kB | 98/317 kB Progress (3): 111 kB | 27 kB | 102/317 kB Progress (3): 111 kB | 27 kB | 106/317 kB Progress (3): 111 kB | 27 kB | 110/317 kB Progress (3): 111 kB | 27 kB | 114/317 kB Progress (3): 111 kB | 27 kB | 118/317 kB Progress (3): 111 kB | 27 kB | 122/317 kB Progress (3): 111 kB | 27 kB | 126/317 kB Progress (3): 111 kB | 27 kB | 130/317 kB Progress (3): 111 kB | 27 kB | 134/317 kB Progress (3): 111 kB | 27 kB | 138/317 kB Progress (3): 111 kB | 27 kB | 142/317 kB Progress (3): 111 kB | 27 kB | 146/317 kB Progress (3): 111 kB | 27 kB | 150/317 kB Progress (3): 111 kB | 27 kB | 154/317 kB Progress (3): 111 kB | 27 kB | 158/317 kB Progress (3): 111 kB | 27 kB | 162/317 kB Progress (3): 111 kB | 27 kB | 164/317 kB Progress (3): 111 kB | 27 kB | 168/317 kB Progress (3): 111 kB | 27 kB | 172/317 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 2.5 MB/s) Progress (2): 27 kB | 176/317 kB Progress (2): 27 kB | 180/317 kB Progress (2): 27 kB | 184/317 kB Progress (2): 27 kB | 188/317 kB Progress (2): 27 kB | 192/317 kB Progress (2): 27 kB | 196/317 kB Progress (2): 27 kB | 197/317 kB Progress (2): 27 kB | 201/317 kB Progress (2): 27 kB | 205/317 kB Progress (2): 27 kB | 209/317 kB Progress (2): 27 kB | 213/317 kB Progress (2): 27 kB | 217/317 kB Progress (2): 27 kB | 221/317 kB Progress (2): 27 kB | 225/317 kB Progress (2): 27 kB | 229/317 kB Progress (2): 27 kB | 229/317 kB Progress (2): 27 kB | 233/317 kB Progress (2): 27 kB | 237/317 kB Progress (3): 27 kB | 237/317 kB | 4.1/4.7 kB Progress (3): 27 kB | 241/317 kB | 4.1/4.7 kB Progress (3): 27 kB | 241/317 kB | 4.7 kB Progress (3): 27 kB | 245/317 kB | 4.7 kB Progress (4): 27 kB | 245/317 kB | 4.7 kB | 4.1/21 kB Progress (4): 27 kB | 249/317 kB | 4.7 kB | 4.1/21 kB Progress (4): 27 kB | 249/317 kB | 4.7 kB | 7.7/21 kB Progress (4): 27 kB | 253/317 kB | 4.7 kB | 7.7/21 kB Progress (4): 27 kB | 253/317 kB | 4.7 kB | 12/21 kB Progress (4): 27 kB | 257/317 kB | 4.7 kB | 12/21 kB Progress (4): 27 kB | 257/317 kB | 4.7 kB | 16/21 kB Progress (4): 27 kB | 261/317 kB | 4.7 kB | 16/21 kB Progress (4): 27 kB | 261/317 kB | 4.7 kB | 20/21 kB Progress (4): 27 kB | 261/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 262/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 266/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 270/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 274/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 278/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 282/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 286/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 290/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 294/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 298/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 302/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 306/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 310/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 314/317 kB | 4.7 kB | 21 kB Progress (4): 27 kB | 317 kB | 4.7 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 417 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 91 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 5.9 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 366 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 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.2/maven-surefire-common-2.22.2.pom (11 kB at 409 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.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.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 102 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 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.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 960 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.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.2/surefire-api-2.22.2.pom (3.5 kB at 197 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.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.2/surefire-logger-api-2.22.2.pom (2.0 kB at 98 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 532 kB/s) 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 257 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 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-M8/qdox-2.0-M8.pom (16 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar Progress (1): 4.1/186 kB Progress (1): 7.7/186 kB Progress (1): 12/186 kB Progress (1): 16/186 kB Progress (2): 16/186 kB | 4.1/13 kB Progress (2): 16/186 kB | 7.7/13 kB Progress (2): 16/186 kB | 12/13 kB Progress (2): 16/186 kB | 13 kB Progress (2): 20/186 kB | 13 kB Progress (2): 24/186 kB | 13 kB Progress (2): 28/186 kB | 13 kB Progress (2): 32/186 kB | 13 kB Progress (2): 33/186 kB | 13 kB Progress (2): 37/186 kB | 13 kB Progress (2): 41/186 kB | 13 kB Progress (2): 45/186 kB | 13 kB Progress (2): 49/186 kB | 13 kB Progress (2): 53/186 kB | 13 kB Progress (2): 57/186 kB | 13 kB Progress (2): 61/186 kB | 13 kB Progress (2): 65/186 kB | 13 kB Progress (3): 65/186 kB | 13 kB | 4.1/14 kB Progress (3): 66/186 kB | 13 kB | 4.1/14 kB Progress (3): 66/186 kB | 13 kB | 7.7/14 kB Progress (3): 70/186 kB | 13 kB | 7.7/14 kB Progress (3): 70/186 kB | 13 kB | 12/14 kB Progress (3): 74/186 kB | 13 kB | 12/14 kB Progress (3): 74/186 kB | 13 kB | 14 kB Progress (3): 78/186 kB | 13 kB | 14 kB Progress (3): 82/186 kB | 13 kB | 14 kB Progress (3): 86/186 kB | 13 kB | 14 kB Progress (3): 90/186 kB | 13 kB | 14 kB Progress (3): 94/186 kB | 13 kB | 14 kB Progress (3): 98/186 kB | 13 kB | 14 kB Progress (3): 98/186 kB | 13 kB | 14 kB Progress (3): 102/186 kB | 13 kB | 14 kB Progress (3): 106/186 kB | 13 kB | 14 kB Progress (3): 110/186 kB | 13 kB | 14 kB Progress (3): 114/186 kB | 13 kB | 14 kB Progress (3): 118/186 kB | 13 kB | 14 kB Progress (3): 122/186 kB | 13 kB | 14 kB Progress (3): 126/186 kB | 13 kB | 14 kB Progress (3): 130/186 kB | 13 kB | 14 kB Progress (3): 131/186 kB | 13 kB | 14 kB Progress (3): 135/186 kB | 13 kB | 14 kB Progress (3): 139/186 kB | 13 kB | 14 kB Progress (3): 143/186 kB | 13 kB | 14 kB Progress (3): 147/186 kB | 13 kB | 14 kB Progress (3): 151/186 kB | 13 kB | 14 kB Progress (3): 155/186 kB | 13 kB | 14 kB Progress (3): 159/186 kB | 13 kB | 14 kB Progress (3): 163/186 kB | 13 kB | 14 kB Progress (3): 167/186 kB | 13 kB | 14 kB Progress (3): 171/186 kB | 13 kB | 14 kB Progress (3): 175/186 kB | 13 kB | 14 kB Progress (3): 179/186 kB | 13 kB | 14 kB Progress (3): 183/186 kB | 13 kB | 14 kB Progress (3): 186 kB | 13 kB | 14 kB Progress (4): 186 kB | 13 kB | 14 kB | 4.1/274 kB Progress (4): 186 kB | 13 kB | 14 kB | 7.7/274 kB Progress (4): 186 kB | 13 kB | 14 kB | 12/274 kB Progress (4): 186 kB | 13 kB | 14 kB | 16/274 kB Progress (4): 186 kB | 13 kB | 14 kB | 20/274 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 534 kB/s) Progress (3): 186 kB | 14 kB | 24/274 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar Progress (3): 186 kB | 14 kB | 28/274 kB Progress (3): 186 kB | 14 kB | 32/274 kB Progress (3): 186 kB | 14 kB | 33/274 kB Progress (3): 186 kB | 14 kB | 37/274 kB Progress (3): 186 kB | 14 kB | 41/274 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 549 kB/s) Progress (2): 186 kB | 45/274 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 (2): 186 kB | 49/274 kB Progress (2): 186 kB | 53/274 kB Progress (2): 186 kB | 57/274 kB Progress (2): 186 kB | 61/274 kB Progress (2): 186 kB | 65/274 kB Progress (2): 186 kB | 66/274 kB Progress (2): 186 kB | 70/274 kB Progress (2): 186 kB | 74/274 kB Progress (2): 186 kB | 78/274 kB Progress (3): 186 kB | 78/274 kB | 4.1/528 kB Progress (3): 186 kB | 82/274 kB | 4.1/528 kB Progress (3): 186 kB | 82/274 kB | 7.7/528 kB Progress (3): 186 kB | 86/274 kB | 7.7/528 kB Progress (3): 186 kB | 90/274 kB | 7.7/528 kB Progress (3): 186 kB | 90/274 kB | 12/528 kB Progress (3): 186 kB | 94/274 kB | 12/528 kB Progress (3): 186 kB | 94/274 kB | 16/528 kB Progress (3): 186 kB | 98/274 kB | 16/528 kB Progress (3): 186 kB | 98/274 kB | 16/528 kB Progress (3): 186 kB | 98/274 kB | 20/528 kB Progress (3): 186 kB | 102/274 kB | 20/528 kB Progress (3): 186 kB | 102/274 kB | 24/528 kB Progress (3): 186 kB | 106/274 kB | 24/528 kB Progress (3): 186 kB | 106/274 kB | 28/528 kB Progress (3): 186 kB | 110/274 kB | 28/528 kB Progress (3): 186 kB | 110/274 kB | 32/528 kB Progress (3): 186 kB | 114/274 kB | 32/528 kB Progress (3): 186 kB | 114/274 kB | 33/528 kB Progress (3): 186 kB | 118/274 kB | 33/528 kB Progress (3): 186 kB | 118/274 kB | 37/528 kB Progress (3): 186 kB | 122/274 kB | 37/528 kB Progress (3): 186 kB | 122/274 kB | 41/528 kB Progress (3): 186 kB | 126/274 kB | 41/528 kB Progress (3): 186 kB | 126/274 kB | 45/528 kB Progress (3): 186 kB | 130/274 kB | 45/528 kB Progress (3): 186 kB | 130/274 kB | 49/528 kB Progress (3): 186 kB | 131/274 kB | 49/528 kB Progress (3): 186 kB | 131/274 kB | 53/528 kB Progress (3): 186 kB | 135/274 kB | 53/528 kB Progress (3): 186 kB | 135/274 kB | 57/528 kB Progress (3): 186 kB | 139/274 kB | 57/528 kB Progress (3): 186 kB | 139/274 kB | 61/528 kB Progress (3): 186 kB | 143/274 kB | 61/528 kB Progress (3): 186 kB | 143/274 kB | 65/528 kB Progress (3): 186 kB | 147/274 kB | 65/528 kB Progress (3): 186 kB | 147/274 kB | 66/528 kB Progress (3): 186 kB | 151/274 kB | 66/528 kB Progress (3): 186 kB | 155/274 kB | 66/528 kB Progress (3): 186 kB | 159/274 kB | 66/528 kB Progress (3): 186 kB | 163/274 kB | 66/528 kB Progress (3): 186 kB | 164/274 kB | 66/528 kB Progress (3): 186 kB | 168/274 kB | 66/528 kB Progress (3): 186 kB | 172/274 kB | 66/528 kB Progress (3): 186 kB | 176/274 kB | 66/528 kB Progress (3): 186 kB | 180/274 kB | 66/528 kB Progress (3): 186 kB | 184/274 kB | 66/528 kB Progress (3): 186 kB | 188/274 kB | 66/528 kB Progress (3): 186 kB | 192/274 kB | 66/528 kB Progress (3): 186 kB | 196/274 kB | 66/528 kB Progress (3): 186 kB | 197/274 kB | 66/528 kB Progress (3): 186 kB | 201/274 kB | 66/528 kB Progress (3): 186 kB | 205/274 kB | 66/528 kB Progress (3): 186 kB | 209/274 kB | 66/528 kB Progress (3): 186 kB | 213/274 kB | 66/528 kB Progress (3): 186 kB | 217/274 kB | 66/528 kB Progress (3): 186 kB | 221/274 kB | 66/528 kB Progress (3): 186 kB | 225/274 kB | 66/528 kB Progress (3): 186 kB | 229/274 kB | 66/528 kB Progress (3): 186 kB | 229/274 kB | 66/528 kB Progress (3): 186 kB | 233/274 kB | 66/528 kB Progress (3): 186 kB | 237/274 kB | 66/528 kB Progress (3): 186 kB | 241/274 kB | 66/528 kB Progress (3): 186 kB | 245/274 kB | 66/528 kB Progress (3): 186 kB | 249/274 kB | 66/528 kB Progress (3): 186 kB | 253/274 kB | 66/528 kB Progress (3): 186 kB | 257/274 kB | 66/528 kB Progress (3): 186 kB | 261/274 kB | 66/528 kB Progress (3): 186 kB | 265/274 kB | 66/528 kB Progress (3): 186 kB | 269/274 kB | 66/528 kB Progress (3): 186 kB | 273/274 kB | 66/528 kB Progress (3): 186 kB | 274 kB | 66/528 kB Progress (3): 186 kB | 274 kB | 70/528 kB Progress (3): 186 kB | 274 kB | 74/528 kB Progress (3): 186 kB | 274 kB | 78/528 kB Progress (3): 186 kB | 274 kB | 82/528 kB Progress (3): 186 kB | 274 kB | 86/528 kB Progress (3): 186 kB | 274 kB | 90/528 kB Progress (3): 186 kB | 274 kB | 94/528 kB Progress (3): 186 kB | 274 kB | 98/528 kB Progress (3): 186 kB | 274 kB | 98/528 kB Progress (3): 186 kB | 274 kB | 102/528 kB Progress (3): 186 kB | 274 kB | 106/528 kB Progress (3): 186 kB | 274 kB | 110/528 kB Progress (3): 186 kB | 274 kB | 114/528 kB Progress (3): 186 kB | 274 kB | 118/528 kB Progress (3): 186 kB | 274 kB | 122/528 kB Progress (3): 186 kB | 274 kB | 126/528 kB Progress (3): 186 kB | 274 kB | 130/528 kB Progress (3): 186 kB | 274 kB | 131/528 kB Progress (3): 186 kB | 274 kB | 135/528 kB Progress (3): 186 kB | 274 kB | 139/528 kB Progress (3): 186 kB | 274 kB | 143/528 kB Progress (3): 186 kB | 274 kB | 147/528 kB Progress (3): 186 kB | 274 kB | 151/528 kB Progress (3): 186 kB | 274 kB | 155/528 kB Progress (3): 186 kB | 274 kB | 159/528 kB Progress (3): 186 kB | 274 kB | 163/528 kB Progress (3): 186 kB | 274 kB | 164/528 kB Progress (3): 186 kB | 274 kB | 168/528 kB Progress (3): 186 kB | 274 kB | 172/528 kB Progress (3): 186 kB | 274 kB | 176/528 kB Progress (3): 186 kB | 274 kB | 180/528 kB Progress (3): 186 kB | 274 kB | 184/528 kB Progress (3): 186 kB | 274 kB | 188/528 kB Progress (3): 186 kB | 274 kB | 192/528 kB Progress (3): 186 kB | 274 kB | 196/528 kB Progress (3): 186 kB | 274 kB | 197/528 kB Progress (3): 186 kB | 274 kB | 201/528 kB Progress (4): 186 kB | 274 kB | 201/528 kB | 4.1/228 kB Progress (4): 186 kB | 274 kB | 205/528 kB | 4.1/228 kB Progress (4): 186 kB | 274 kB | 205/528 kB | 7.7/228 kB Progress (4): 186 kB | 274 kB | 209/528 kB | 7.7/228 kB Progress (4): 186 kB | 274 kB | 209/528 kB | 12/228 kB Progress (4): 186 kB | 274 kB | 213/528 kB | 12/228 kB Progress (4): 186 kB | 274 kB | 213/528 kB | 16/228 kB Progress (4): 186 kB | 274 kB | 217/528 kB | 16/228 kB Progress (4): 186 kB | 274 kB | 217/528 kB | 20/228 kB Progress (4): 186 kB | 274 kB | 221/528 kB | 20/228 kB Progress (4): 186 kB | 274 kB | 221/528 kB | 24/228 kB Progress (4): 186 kB | 274 kB | 225/528 kB | 24/228 kB Progress (4): 186 kB | 274 kB | 225/528 kB | 28/228 kB Progress (4): 186 kB | 274 kB | 229/528 kB | 28/228 kB Progress (4): 186 kB | 274 kB | 229/528 kB | 32/228 kB Progress (4): 186 kB | 274 kB | 229/528 kB | 32/228 kB Progress (4): 186 kB | 274 kB | 229/528 kB | 36/228 kB Progress (4): 186 kB | 274 kB | 233/528 kB | 36/228 kB Progress (4): 186 kB | 274 kB | 233/528 kB | 40/228 kB Progress (4): 186 kB | 274 kB | 237/528 kB | 40/228 kB Progress (4): 186 kB | 274 kB | 237/528 kB | 44/228 kB Progress (4): 186 kB | 274 kB | 241/528 kB | 44/228 kB Progress (4): 186 kB | 274 kB | 241/528 kB | 48/228 kB Progress (4): 186 kB | 274 kB | 245/528 kB | 48/228 kB Progress (4): 186 kB | 274 kB | 245/528 kB | 52/228 kB Progress (4): 186 kB | 274 kB | 249/528 kB | 52/228 kB Progress (4): 186 kB | 274 kB | 249/528 kB | 56/228 kB Progress (4): 186 kB | 274 kB | 253/528 kB | 56/228 kB Progress (4): 186 kB | 274 kB | 253/528 kB | 60/228 kB Progress (4): 186 kB | 274 kB | 257/528 kB | 60/228 kB Progress (4): 186 kB | 274 kB | 257/528 kB | 64/228 kB Progress (4): 186 kB | 274 kB | 261/528 kB | 64/228 kB Progress (4): 186 kB | 274 kB | 261/528 kB | 68/228 kB Progress (4): 186 kB | 274 kB | 265/528 kB | 68/228 kB Progress (4): 186 kB | 274 kB | 265/528 kB | 72/228 kB Progress (4): 186 kB | 274 kB | 269/528 kB | 72/228 kB Progress (4): 186 kB | 274 kB | 269/528 kB | 76/228 kB Progress (4): 186 kB | 274 kB | 273/528 kB | 76/228 kB Progress (4): 186 kB | 274 kB | 273/528 kB | 80/228 kB Progress (4): 186 kB | 274 kB | 277/528 kB | 80/228 kB Progress (4): 186 kB | 274 kB | 277/528 kB | 84/228 kB Progress (4): 186 kB | 274 kB | 281/528 kB | 84/228 kB Progress (4): 186 kB | 274 kB | 281/528 kB | 88/228 kB Progress (4): 186 kB | 274 kB | 285/528 kB | 88/228 kB Progress (4): 186 kB | 274 kB | 285/528 kB | 92/228 kB Progress (4): 186 kB | 274 kB | 289/528 kB | 92/228 kB Progress (4): 186 kB | 274 kB | 289/528 kB | 96/228 kB Progress (4): 186 kB | 274 kB | 293/528 kB | 96/228 kB Progress (4): 186 kB | 274 kB | 293/528 kB | 100/228 kB Progress (4): 186 kB | 274 kB | 297/528 kB | 100/228 kB Progress (4): 186 kB | 274 kB | 297/528 kB | 104/228 kB Progress (4): 186 kB | 274 kB | 301/528 kB | 104/228 kB Progress (4): 186 kB | 274 kB | 301/528 kB | 108/228 kB Progress (4): 186 kB | 274 kB | 305/528 kB | 108/228 kB Progress (4): 186 kB | 274 kB | 305/528 kB | 112/228 kB Progress (4): 186 kB | 274 kB | 309/528 kB | 112/228 kB Progress (4): 186 kB | 274 kB | 309/528 kB | 116/228 kB Progress (4): 186 kB | 274 kB | 313/528 kB | 116/228 kB Progress (4): 186 kB | 274 kB | 313/528 kB | 120/228 kB Progress (4): 186 kB | 274 kB | 317/528 kB | 120/228 kB Progress (5): 186 kB | 274 kB | 317/528 kB | 120/228 kB | 4.1/39 kB Progress (5): 186 kB | 274 kB | 317/528 kB | 124/228 kB | 4.1/39 kB Progress (5): 186 kB | 274 kB | 317/528 kB | 124/228 kB | 7.7/39 kB Progress (5): 186 kB | 274 kB | 321/528 kB | 124/228 kB | 7.7/39 kB Progress (5): 186 kB | 274 kB | 321/528 kB | 128/228 kB | 7.7/39 kB Progress (5): 186 kB | 274 kB | 325/528 kB | 128/228 kB | 7.7/39 kB Progress (5): 186 kB | 274 kB | 325/528 kB | 128/228 kB | 12/39 kB Progress (5): 186 kB | 274 kB | 329/528 kB | 128/228 kB | 12/39 kB Progress (5): 186 kB | 274 kB | 329/528 kB | 132/228 kB | 12/39 kB Progress (5): 186 kB | 274 kB | 333/528 kB | 132/228 kB | 12/39 kB Progress (5): 186 kB | 274 kB | 333/528 kB | 132/228 kB | 16/39 kB Progress (5): 186 kB | 274 kB | 337/528 kB | 132/228 kB | 16/39 kB Progress (5): 186 kB | 274 kB | 337/528 kB | 132/228 kB | 20/39 kB Progress (5): 186 kB | 274 kB | 337/528 kB | 132/228 kB | 24/39 kB Progress (5): 186 kB | 274 kB | 337/528 kB | 132/228 kB | 28/39 kB Progress (5): 186 kB | 274 kB | 337/528 kB | 132/228 kB | 32/39 kB Progress (5): 186 kB | 274 kB | 337/528 kB | 132/228 kB | 36/39 kB Progress (5): 186 kB | 274 kB | 337/528 kB | 136/228 kB | 36/39 kB Progress (5): 186 kB | 274 kB | 337/528 kB | 136/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 341/528 kB | 136/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 341/528 kB | 140/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 345/528 kB | 140/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 345/528 kB | 144/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 349/528 kB | 144/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 349/528 kB | 148/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 353/528 kB | 148/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 353/528 kB | 152/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 357/528 kB | 152/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 357/528 kB | 156/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 360/528 kB | 156/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 360/528 kB | 160/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 365/528 kB | 160/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 365/528 kB | 164/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 368/528 kB | 164/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 368/528 kB | 168/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 373/528 kB | 168/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 373/528 kB | 172/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 376/528 kB | 172/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 376/528 kB | 176/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 381/528 kB | 176/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 381/528 kB | 180/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 384/528 kB | 180/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 384/528 kB | 184/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 389/528 kB | 184/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 389/528 kB | 188/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 392/528 kB | 188/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 392/528 kB | 192/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 397/528 kB | 192/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 397/528 kB | 196/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 400/528 kB | 196/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 400/528 kB | 200/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 405/528 kB | 200/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 405/528 kB | 204/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 408/528 kB | 204/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 408/528 kB | 208/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 413/528 kB | 208/228 kB | 39 kB Progress (5): 186 kB | 274 kB | 413/528 kB | 212/228 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 5.5 MB/s) Progress (4): 186 kB | 416/528 kB | 212/228 kB | 39 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar Progress (4): 186 kB | 416/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 421/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 424/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 429/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 432/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 437/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 440/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 445/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 448/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 453/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 456/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 461/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 464/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 469/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 472/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 477/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 480/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 485/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 488/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 493/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 496/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 501/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 504/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 509/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 512/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 517/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 520/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 525/528 kB | 216/228 kB | 39 kB Progress (4): 186 kB | 528 kB | 216/228 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 714 kB/s) Progress (3): 186 kB | 528 kB | 220/228 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Progress (3): 186 kB | 528 kB | 224/228 kB Progress (3): 186 kB | 528 kB | 228/228 kB Progress (3): 186 kB | 528 kB | 228 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 3.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 3.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Progress (2): 528 kB | 4.1/315 kB Progress (2): 528 kB | 7.7/315 kB Progress (2): 528 kB | 12/315 kB Progress (2): 528 kB | 16/315 kB Progress (2): 528 kB | 20/315 kB Progress (2): 528 kB | 24/315 kB Progress (2): 528 kB | 28/315 kB Progress (2): 528 kB | 32/315 kB Progress (2): 528 kB | 36/315 kB Progress (2): 528 kB | 40/315 kB Progress (2): 528 kB | 44/315 kB Progress (2): 528 kB | 48/315 kB Progress (2): 528 kB | 52/315 kB Progress (2): 528 kB | 56/315 kB Progress (2): 528 kB | 60/315 kB Progress (2): 528 kB | 64/315 kB Progress (2): 528 kB | 68/315 kB Progress (2): 528 kB | 72/315 kB Progress (2): 528 kB | 76/315 kB Progress (2): 528 kB | 80/315 kB Progress (2): 528 kB | 84/315 kB Progress (2): 528 kB | 88/315 kB Progress (2): 528 kB | 92/315 kB Progress (2): 528 kB | 96/315 kB Progress (2): 528 kB | 100/315 kB Progress (2): 528 kB | 104/315 kB Progress (2): 528 kB | 108/315 kB Progress (2): 528 kB | 112/315 kB Progress (2): 528 kB | 116/315 kB Progress (2): 528 kB | 120/315 kB Progress (2): 528 kB | 124/315 kB Progress (2): 528 kB | 128/315 kB Progress (2): 528 kB | 132/315 kB Progress (2): 528 kB | 136/315 kB Progress (2): 528 kB | 140/315 kB Progress (2): 528 kB | 144/315 kB Progress (2): 528 kB | 148/315 kB Progress (2): 528 kB | 152/315 kB Progress (2): 528 kB | 156/315 kB Progress (2): 528 kB | 160/315 kB Progress (2): 528 kB | 164/315 kB Progress (2): 528 kB | 168/315 kB Progress (3): 528 kB | 168/315 kB | 4.1/178 kB Progress (3): 528 kB | 168/315 kB | 7.7/178 kB Progress (3): 528 kB | 168/315 kB | 12/178 kB Progress (3): 528 kB | 168/315 kB | 16/178 kB Progress (3): 528 kB | 168/315 kB | 20/178 kB Progress (3): 528 kB | 168/315 kB | 24/178 kB Progress (3): 528 kB | 172/315 kB | 24/178 kB Progress (3): 528 kB | 176/315 kB | 24/178 kB Progress (3): 528 kB | 176/315 kB | 28/178 kB Progress (3): 528 kB | 180/315 kB | 28/178 kB Progress (3): 528 kB | 180/315 kB | 32/178 kB Progress (3): 528 kB | 184/315 kB | 32/178 kB Progress (3): 528 kB | 184/315 kB | 36/178 kB Progress (3): 528 kB | 188/315 kB | 36/178 kB Progress (3): 528 kB | 188/315 kB | 40/178 kB Progress (3): 528 kB | 192/315 kB | 40/178 kB Progress (3): 528 kB | 192/315 kB | 44/178 kB Progress (3): 528 kB | 196/315 kB | 44/178 kB Progress (3): 528 kB | 196/315 kB | 48/178 kB Progress (4): 528 kB | 196/315 kB | 48/178 kB | 4.1/22 kB Progress (4): 528 kB | 200/315 kB | 48/178 kB | 4.1/22 kB Progress (4): 528 kB | 200/315 kB | 48/178 kB | 7.7/22 kB Progress (4): 528 kB | 200/315 kB | 52/178 kB | 7.7/22 kB Progress (4): 528 kB | 200/315 kB | 52/178 kB | 12/22 kB Progress (4): 528 kB | 204/315 kB | 52/178 kB | 12/22 kB Progress (4): 528 kB | 204/315 kB | 52/178 kB | 16/22 kB Progress (5): 528 kB | 204/315 kB | 52/178 kB | 16/22 kB | 4.1/8.8 kB Progress (5): 528 kB | 204/315 kB | 56/178 kB | 16/22 kB | 4.1/8.8 kB Progress (5): 528 kB | 204/315 kB | 56/178 kB | 16/22 kB | 7.7/8.8 kB Progress (5): 528 kB | 204/315 kB | 56/178 kB | 20/22 kB | 7.7/8.8 kB Progress (5): 528 kB | 208/315 kB | 56/178 kB | 20/22 kB | 7.7/8.8 kB Progress (5): 528 kB | 208/315 kB | 56/178 kB | 22 kB | 7.7/8.8 kB Progress (5): 528 kB | 212/315 kB | 56/178 kB | 22 kB | 7.7/8.8 kB Progress (5): 528 kB | 212/315 kB | 56/178 kB | 22 kB | 8.8 kB Progress (5): 528 kB | 212/315 kB | 60/178 kB | 22 kB | 8.8 kB Progress (5): 528 kB | 216/315 kB | 60/178 kB | 22 kB | 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 6.9 MB/s) Progress (4): 216/315 kB | 64/178 kB | 22 kB | 8.8 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 106 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Progress (3): 220/315 kB | 64/178 kB | 22 kB Progress (3): 224/315 kB | 64/178 kB | 22 kB Progress (3): 224/315 kB | 68/178 kB | 22 kB Progress (3): 224/315 kB | 72/178 kB | 22 kB Progress (4): 224/315 kB | 72/178 kB | 22 kB | 4.1/22 kB Progress (4): 224/315 kB | 72/178 kB | 22 kB | 7.7/22 kB Progress (4): 228/315 kB | 72/178 kB | 22 kB | 7.7/22 kB Progress (5): 228/315 kB | 72/178 kB | 22 kB | 7.7/22 kB | 4.1/17 kB Progress (5): 232/315 kB | 72/178 kB | 22 kB | 7.7/22 kB | 4.1/17 kB Progress (5): 232/315 kB | 72/178 kB | 22 kB | 12/22 kB | 4.1/17 kB Progress (5): 232/315 kB | 76/178 kB | 22 kB | 12/22 kB | 4.1/17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 178 kB/s) Progress (4): 232/315 kB | 80/178 kB | 12/22 kB | 4.1/17 kB Progress (4): 232/315 kB | 80/178 kB | 16/22 kB | 4.1/17 kB Progress (4): 236/315 kB | 80/178 kB | 16/22 kB | 4.1/17 kB Progress (4): 236/315 kB | 80/178 kB | 16/22 kB | 7.7/17 kB Progress (4): 240/315 kB | 80/178 kB | 16/22 kB | 7.7/17 kB Progress (4): 240/315 kB | 80/178 kB | 20/22 kB | 7.7/17 kB Progress (4): 240/315 kB | 84/178 kB | 20/22 kB | 7.7/17 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Progress (4): 240/315 kB | 88/178 kB | 20/22 kB | 7.7/17 kB Progress (4): 240/315 kB | 88/178 kB | 22 kB | 7.7/17 kB Progress (4): 244/315 kB | 88/178 kB | 22 kB | 7.7/17 kB Progress (4): 248/315 kB | 88/178 kB | 22 kB | 7.7/17 kB Progress (4): 248/315 kB | 88/178 kB | 22 kB | 12/17 kB Progress (4): 248/315 kB | 92/178 kB | 22 kB | 12/17 kB Progress (4): 248/315 kB | 92/178 kB | 22 kB | 16/17 kB Progress (4): 252/315 kB | 92/178 kB | 22 kB | 16/17 kB Progress (4): 252/315 kB | 92/178 kB | 22 kB | 17 kB Progress (4): 252/315 kB | 96/178 kB | 22 kB | 17 kB Progress (4): 256/315 kB | 96/178 kB | 22 kB | 17 kB Progress (4): 256/315 kB | 100/178 kB | 22 kB | 17 kB Progress (4): 260/315 kB | 100/178 kB | 22 kB | 17 kB Progress (4): 260/315 kB | 104/178 kB | 22 kB | 17 kB Progress (4): 264/315 kB | 104/178 kB | 22 kB | 17 kB Progress (4): 264/315 kB | 108/178 kB | 22 kB | 17 kB Progress (4): 268/315 kB | 108/178 kB | 22 kB | 17 kB Progress (4): 268/315 kB | 112/178 kB | 22 kB | 17 kB Progress (4): 272/315 kB | 112/178 kB | 22 kB | 17 kB Progress (4): 272/315 kB | 116/178 kB | 22 kB | 17 kB Progress (4): 276/315 kB | 116/178 kB | 22 kB | 17 kB Progress (4): 276/315 kB | 120/178 kB | 22 kB | 17 kB Progress (4): 280/315 kB | 120/178 kB | 22 kB | 17 kB Progress (4): 280/315 kB | 124/178 kB | 22 kB | 17 kB Progress (4): 284/315 kB | 124/178 kB | 22 kB | 17 kB Progress (4): 284/315 kB | 128/178 kB | 22 kB | 17 kB Progress (4): 288/315 kB | 128/178 kB | 22 kB | 17 kB Progress (4): 288/315 kB | 132/178 kB | 22 kB | 17 kB Progress (4): 292/315 kB | 132/178 kB | 22 kB | 17 kB Progress (4): 292/315 kB | 136/178 kB | 22 kB | 17 kB Progress (4): 296/315 kB | 136/178 kB | 22 kB | 17 kB Progress (4): 296/315 kB | 140/178 kB | 22 kB | 17 kB Progress (4): 300/315 kB | 140/178 kB | 22 kB | 17 kB Progress (4): 300/315 kB | 144/178 kB | 22 kB | 17 kB Progress (4): 304/315 kB | 144/178 kB | 22 kB | 17 kB Progress (4): 304/315 kB | 148/178 kB | 22 kB | 17 kB Progress (4): 308/315 kB | 148/178 kB | 22 kB | 17 kB Progress (4): 308/315 kB | 152/178 kB | 22 kB | 17 kB Progress (4): 312/315 kB | 152/178 kB | 22 kB | 17 kB Progress (4): 312/315 kB | 156/178 kB | 22 kB | 17 kB Progress (4): 312/315 kB | 160/178 kB | 22 kB | 17 kB Progress (4): 312/315 kB | 164/178 kB | 22 kB | 17 kB Progress (4): 312/315 kB | 168/178 kB | 22 kB | 17 kB Progress (4): 312/315 kB | 172/178 kB | 22 kB | 17 kB Progress (4): 312/315 kB | 176/178 kB | 22 kB | 17 kB Progress (4): 312/315 kB | 178 kB | 22 kB | 17 kB Progress (4): 315 kB | 178 kB | 22 kB | 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 2.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.2 MB/s) 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 150 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar Progress (2): 17 kB | 4.1/13 kB Progress (2): 17 kB | 7.7/13 kB Progress (2): 17 kB | 12/13 kB Progress (2): 17 kB | 13 kB Progress (3): 17 kB | 13 kB | 4.1/10 kB Progress (3): 17 kB | 13 kB | 7.7/10 kB Progress (3): 17 kB | 13 kB | 10 kB Progress (4): 17 kB | 13 kB | 10 kB | 4.1/38 kB Progress (4): 17 kB | 13 kB | 10 kB | 7.7/38 kB Progress (4): 17 kB | 13 kB | 10 kB | 12/38 kB Progress (4): 17 kB | 13 kB | 10 kB | 16/38 kB Progress (4): 17 kB | 13 kB | 10 kB | 20/38 kB Progress (4): 17 kB | 13 kB | 10 kB | 24/38 kB Progress (4): 17 kB | 13 kB | 10 kB | 28/38 kB Progress (4): 17 kB | 13 kB | 10 kB | 32/38 kB Progress (4): 17 kB | 13 kB | 10 kB | 36/38 kB Progress (4): 17 kB | 13 kB | 10 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 82 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 105 kB/s) Progress (3): 10 kB | 38 kB | 4.1/316 kB Progress (3): 10 kB | 38 kB | 7.7/316 kB Progress (3): 10 kB | 38 kB | 12/316 kB Progress (3): 10 kB | 38 kB | 16/316 kB Progress (3): 10 kB | 38 kB | 20/316 kB Progress (3): 10 kB | 38 kB | 24/316 kB Progress (3): 10 kB | 38 kB | 28/316 kB Progress (3): 10 kB | 38 kB | 32/316 kB Progress (3): 10 kB | 38 kB | 33/316 kB Progress (3): 10 kB | 38 kB | 37/316 kB Progress (3): 10 kB | 38 kB | 41/316 kB Progress (3): 10 kB | 38 kB | 45/316 kB Progress (3): 10 kB | 38 kB | 49/316 kB Progress (3): 10 kB | 38 kB | 53/316 kB Progress (3): 10 kB | 38 kB | 57/316 kB Progress (3): 10 kB | 38 kB | 61/316 kB Progress (3): 10 kB | 38 kB | 65/316 kB Progress (3): 10 kB | 38 kB | 66/316 kB Progress (3): 10 kB | 38 kB | 70/316 kB Progress (3): 10 kB | 38 kB | 74/316 kB Progress (3): 10 kB | 38 kB | 78/316 kB Progress (3): 10 kB | 38 kB | 82/316 kB Progress (3): 10 kB | 38 kB | 86/316 kB Progress (3): 10 kB | 38 kB | 90/316 kB Progress (3): 10 kB | 38 kB | 94/316 kB Progress (3): 10 kB | 38 kB | 98/316 kB Progress (3): 10 kB | 38 kB | 98/316 kB Progress (3): 10 kB | 38 kB | 102/316 kB Progress (3): 10 kB | 38 kB | 106/316 kB Progress (3): 10 kB | 38 kB | 110/316 kB Progress (3): 10 kB | 38 kB | 114/316 kB Progress (3): 10 kB | 38 kB | 118/316 kB Progress (3): 10 kB | 38 kB | 122/316 kB Progress (3): 10 kB | 38 kB | 126/316 kB Progress (3): 10 kB | 38 kB | 130/316 kB Progress (3): 10 kB | 38 kB | 131/316 kB Progress (3): 10 kB | 38 kB | 135/316 kB Progress (3): 10 kB | 38 kB | 139/316 kB Progress (3): 10 kB | 38 kB | 143/316 kB Progress (3): 10 kB | 38 kB | 147/316 kB Progress (3): 10 kB | 38 kB | 151/316 kB Progress (3): 10 kB | 38 kB | 155/316 kB Progress (3): 10 kB | 38 kB | 159/316 kB Progress (3): 10 kB | 38 kB | 163/316 kB Progress (3): 10 kB | 38 kB | 164/316 kB Progress (3): 10 kB | 38 kB | 168/316 kB Progress (3): 10 kB | 38 kB | 172/316 kB Progress (3): 10 kB | 38 kB | 176/316 kB Progress (3): 10 kB | 38 kB | 180/316 kB Progress (3): 10 kB | 38 kB | 184/316 kB Progress (3): 10 kB | 38 kB | 188/316 kB Progress (3): 10 kB | 38 kB | 192/316 kB Progress (3): 10 kB | 38 kB | 196/316 kB Progress (3): 10 kB | 38 kB | 197/316 kB Progress (3): 10 kB | 38 kB | 201/316 kB Progress (3): 10 kB | 38 kB | 205/316 kB Progress (3): 10 kB | 38 kB | 209/316 kB Progress (3): 10 kB | 38 kB | 213/316 kB Progress (3): 10 kB | 38 kB | 217/316 kB Progress (3): 10 kB | 38 kB | 221/316 kB Progress (3): 10 kB | 38 kB | 225/316 kB Progress (3): 10 kB | 38 kB | 229/316 kB Progress (3): 10 kB | 38 kB | 229/316 kB Progress (3): 10 kB | 38 kB | 233/316 kB Progress (3): 10 kB | 38 kB | 237/316 kB Progress (3): 10 kB | 38 kB | 241/316 kB Progress (3): 10 kB | 38 kB | 245/316 kB Progress (3): 10 kB | 38 kB | 249/316 kB Progress (3): 10 kB | 38 kB | 253/316 kB Progress (3): 10 kB | 38 kB | 257/316 kB Progress (3): 10 kB | 38 kB | 261/316 kB Progress (3): 10 kB | 38 kB | 262/316 kB Progress (3): 10 kB | 38 kB | 266/316 kB Progress (3): 10 kB | 38 kB | 270/316 kB Progress (3): 10 kB | 38 kB | 274/316 kB Progress (3): 10 kB | 38 kB | 278/316 kB Progress (3): 10 kB | 38 kB | 282/316 kB Progress (3): 10 kB | 38 kB | 286/316 kB Progress (3): 10 kB | 38 kB | 290/316 kB Progress (3): 10 kB | 38 kB | 294/316 kB Progress (3): 10 kB | 38 kB | 298/316 kB Progress (3): 10 kB | 38 kB | 302/316 kB Progress (3): 10 kB | 38 kB | 306/316 kB Progress (3): 10 kB | 38 kB | 310/316 kB Progress (3): 10 kB | 38 kB | 314/316 kB Progress (3): 10 kB | 38 kB | 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 1.8 MB/s) 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 214 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 57 kB/s) [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-code-generator --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom (4.6 kB at 270 kB/s) 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/5.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 364 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom (4.8 kB at 321 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar Progress (1): 4.1/263 kB Progress (1): 7.7/263 kB Progress (1): 12/263 kB Progress (1): 16/263 kB Progress (1): 20/263 kB Progress (1): 24/263 kB Progress (1): 28/263 kB Progress (1): 32/263 kB Progress (1): 33/263 kB Progress (2): 33/263 kB | 4.1/24 kB Progress (2): 33/263 kB | 7.7/24 kB Progress (2): 33/263 kB | 12/24 kB Progress (2): 33/263 kB | 16/24 kB Progress (2): 33/263 kB | 20/24 kB Progress (2): 33/263 kB | 24/24 kB Progress (2): 33/263 kB | 24 kB Progress (2): 37/263 kB | 24 kB Progress (2): 41/263 kB | 24 kB Progress (2): 45/263 kB | 24 kB Progress (2): 49/263 kB | 24 kB Progress (2): 53/263 kB | 24 kB Progress (2): 57/263 kB | 24 kB Progress (2): 61/263 kB | 24 kB Progress (2): 65/263 kB | 24 kB Progress (2): 69/263 kB | 24 kB Progress (2): 73/263 kB | 24 kB Progress (2): 77/263 kB | 24 kB Progress (2): 81/263 kB | 24 kB Progress (2): 85/263 kB | 24 kB Progress (2): 89/263 kB | 24 kB Progress (2): 93/263 kB | 24 kB Progress (2): 97/263 kB | 24 kB Progress (2): 101/263 kB | 24 kB Progress (2): 105/263 kB | 24 kB Progress (2): 109/263 kB | 24 kB Progress (2): 113/263 kB | 24 kB Progress (2): 117/263 kB | 24 kB Progress (2): 121/263 kB | 24 kB Progress (2): 125/263 kB | 24 kB Progress (2): 129/263 kB | 24 kB Progress (2): 133/263 kB | 24 kB Progress (2): 137/263 kB | 24 kB Progress (2): 141/263 kB | 24 kB Progress (2): 145/263 kB | 24 kB Progress (2): 149/263 kB | 24 kB Progress (2): 153/263 kB | 24 kB Progress (2): 157/263 kB | 24 kB Progress (2): 161/263 kB | 24 kB Progress (2): 165/263 kB | 24 kB Progress (2): 169/263 kB | 24 kB Progress (2): 173/263 kB | 24 kB Progress (2): 177/263 kB | 24 kB Progress (2): 181/263 kB | 24 kB Progress (2): 185/263 kB | 24 kB Progress (2): 189/263 kB | 24 kB Progress (2): 193/263 kB | 24 kB Progress (2): 197/263 kB | 24 kB Progress (2): 201/263 kB | 24 kB Progress (2): 205/263 kB | 24 kB Progress (2): 209/263 kB | 24 kB Progress (2): 213/263 kB | 24 kB Progress (2): 217/263 kB | 24 kB Progress (2): 221/263 kB | 24 kB Progress (2): 225/263 kB | 24 kB Progress (2): 229/263 kB | 24 kB Progress (2): 233/263 kB | 24 kB Progress (2): 237/263 kB | 24 kB Progress (2): 241/263 kB | 24 kB Progress (2): 245/263 kB | 24 kB Progress (2): 249/263 kB | 24 kB Progress (2): 253/263 kB | 24 kB Progress (2): 257/263 kB | 24 kB Progress (2): 261/263 kB | 24 kB Progress (2): 263 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar (263 kB at 9.4 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar (24 kB at 580 kB/s) [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-code-generator --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-code-generator --- [INFO] No dependency problems found [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator --- [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.1.0/eclipse-collections-code-generator-10.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.1.0/eclipse-collections-code-generator-10.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.1.0/eclipse-collections-code-generator-10.1.0-sources.jar [INFO] [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.1.0 [3/10] [INFO] ----------------------------[ maven-plugin ]---------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom (13 kB at 805 kB/s) 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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 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 337 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar Progress (1): 4.1/53 kB Progress (1): 7.7/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 40/53 kB Progress (1): 44/53 kB Progress (1): 48/53 kB Progress (1): 52/53 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar (53 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom Progress (1): 601 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 32 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom Progress (1): 4.1/8.8 kB Progress (1): 7.7/8.8 kB Progress (1): 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 516 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 149 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (1.4 kB at 106 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (2.4 kB at 219 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 484 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 75 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 61 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom Progress (1): 723 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 33 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom (4.6 kB at 229 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar Progress (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (2): 7.7/30 kB | 4.1/10 kB Progress (2): 12/30 kB | 4.1/10 kB Progress (2): 12/30 kB | 7.7/10 kB Progress (2): 16/30 kB | 7.7/10 kB Progress (3): 16/30 kB | 7.7/10 kB | 4.1/51 kB Progress (3): 16/30 kB | 10 kB | 4.1/51 kB Progress (3): 16/30 kB | 10 kB | 7.7/51 kB Progress (3): 20/30 kB | 10 kB | 7.7/51 kB Progress (3): 24/30 kB | 10 kB | 7.7/51 kB Progress (3): 28/30 kB | 10 kB | 7.7/51 kB Progress (3): 30 kB | 10 kB | 7.7/51 kB Progress (3): 30 kB | 10 kB | 12/51 kB Progress (3): 30 kB | 10 kB | 16/51 kB Progress (3): 30 kB | 10 kB | 20/51 kB Progress (3): 30 kB | 10 kB | 24/51 kB Progress (3): 30 kB | 10 kB | 28/51 kB Progress (3): 30 kB | 10 kB | 32/51 kB Progress (3): 30 kB | 10 kB | 36/51 kB Progress (3): 30 kB | 10 kB | 40/51 kB Progress (4): 30 kB | 10 kB | 40/51 kB | 4.1/105 kB Progress (4): 30 kB | 10 kB | 44/51 kB | 4.1/105 kB Progress (4): 30 kB | 10 kB | 44/51 kB | 7.7/105 kB Progress (4): 30 kB | 10 kB | 48/51 kB | 7.7/105 kB Progress (4): 30 kB | 10 kB | 48/51 kB | 12/105 kB Progress (4): 30 kB | 10 kB | 48/51 kB | 16/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 16/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 20/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 24/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 28/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 32/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 33/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 37/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 41/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 45/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 49/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 53/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 57/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 61/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 65/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 69/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 73/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 77/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 81/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 85/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 89/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 93/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 97/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 101/105 kB Progress (4): 30 kB | 10 kB | 51 kB | 105 kB Progress (5): 30 kB | 10 kB | 51 kB | 105 kB | 4.1/78 kB Progress (5): 30 kB | 10 kB | 51 kB | 105 kB | 7.7/78 kB Progress (5): 30 kB | 10 kB | 51 kB | 105 kB | 12/78 kB Progress (5): 30 kB | 10 kB | 51 kB | 105 kB | 16/78 kB Progress (5): 30 kB | 10 kB | 51 kB | 105 kB | 20/78 kB Progress (5): 30 kB | 10 kB | 51 kB | 105 kB | 24/78 kB Progress (5): 30 kB | 10 kB | 51 kB | 105 kB | 28/78 kB Progress (5): 30 kB | 10 kB | 51 kB | 105 kB | 32/78 kB Progress (5): 30 kB | 10 kB | 51 kB | 105 kB | 36/78 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 kB at 1.1 MB/s) Progress (4): 10 kB | 51 kB | 105 kB | 40/78 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar Progress (4): 10 kB | 51 kB | 105 kB | 44/78 kB Progress (4): 10 kB | 51 kB | 105 kB | 48/78 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (51 kB at 1.7 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (105 kB at 3.6 MB/s) Progress (2): 10 kB | 52/78 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.jar Progress (2): 10 kB | 56/78 kB Progress (2): 10 kB | 60/78 kB Progress (2): 10 kB | 64/78 kB Progress (2): 10 kB | 68/78 kB Progress (2): 10 kB | 72/78 kB Progress (2): 10 kB | 76/78 kB Progress (2): 10 kB | 78 kB Progress (3): 10 kB | 78 kB | 4.1/21 kB Progress (3): 10 kB | 78 kB | 7.7/21 kB Progress (3): 10 kB | 78 kB | 12/21 kB Progress (3): 10 kB | 78 kB | 16/21 kB Progress (3): 10 kB | 78 kB | 20/21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 267 kB/s) Progress (2): 78 kB | 21 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar Progress (3): 78 kB | 21 kB | 4.1/52 kB Progress (3): 78 kB | 21 kB | 7.7/52 kB Progress (3): 78 kB | 21 kB | 12/52 kB Progress (3): 78 kB | 21 kB | 16/52 kB Progress (3): 78 kB | 21 kB | 20/52 kB Progress (3): 78 kB | 21 kB | 24/52 kB Progress (3): 78 kB | 21 kB | 28/52 kB Progress (3): 78 kB | 21 kB | 32/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar (78 kB at 2.0 MB/s) Progress (2): 21 kB | 36/52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar Progress (2): 21 kB | 40/52 kB Progress (2): 21 kB | 44/52 kB Progress (2): 21 kB | 48/52 kB Progress (2): 21 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (21 kB at 469 kB/s) Progress (2): 52 kB | 4.1/164 kB Progress (2): 52 kB | 7.7/164 kB Progress (2): 52 kB | 12/164 kB Progress (2): 52 kB | 16/164 kB Progress (2): 52 kB | 20/164 kB Progress (2): 52 kB | 24/164 kB Progress (2): 52 kB | 28/164 kB Progress (2): 52 kB | 32/164 kB Progress (2): 52 kB | 33/164 kB Progress (3): 52 kB | 33/164 kB | 4.1/79 kB Progress (3): 52 kB | 33/164 kB | 7.7/79 kB Progress (3): 52 kB | 33/164 kB | 12/79 kB Progress (3): 52 kB | 33/164 kB | 16/79 kB Progress (3): 52 kB | 33/164 kB | 20/79 kB Progress (3): 52 kB | 33/164 kB | 24/79 kB Progress (3): 52 kB | 33/164 kB | 28/79 kB Progress (3): 52 kB | 33/164 kB | 32/79 kB Progress (3): 52 kB | 33/164 kB | 33/79 kB Progress (3): 52 kB | 33/164 kB | 37/79 kB Progress (3): 52 kB | 33/164 kB | 41/79 kB Progress (3): 52 kB | 33/164 kB | 45/79 kB Progress (3): 52 kB | 33/164 kB | 49/79 kB Progress (3): 52 kB | 33/164 kB | 53/79 kB Progress (3): 52 kB | 33/164 kB | 57/79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.jar (52 kB at 1.1 MB/s) Progress (2): 33/164 kB | 61/79 kB Progress (2): 33/164 kB | 65/79 kB Progress (2): 33/164 kB | 69/79 kB Progress (2): 37/164 kB | 69/79 kB Progress (2): 37/164 kB | 73/79 kB Progress (2): 41/164 kB | 73/79 kB Progress (2): 41/164 kB | 77/79 kB Progress (2): 41/164 kB | 79 kB Progress (2): 45/164 kB | 79 kB Progress (2): 49/164 kB | 79 kB Progress (2): 53/164 kB | 79 kB Progress (2): 57/164 kB | 79 kB Progress (2): 61/164 kB | 79 kB Progress (2): 65/164 kB | 79 kB Progress (2): 69/164 kB | 79 kB Progress (2): 73/164 kB | 79 kB Progress (2): 77/164 kB | 79 kB Progress (2): 81/164 kB | 79 kB Progress (2): 85/164 kB | 79 kB Progress (2): 89/164 kB | 79 kB Progress (2): 93/164 kB | 79 kB Progress (2): 97/164 kB | 79 kB Progress (2): 101/164 kB | 79 kB Progress (2): 105/164 kB | 79 kB Progress (2): 109/164 kB | 79 kB Progress (2): 113/164 kB | 79 kB Progress (2): 117/164 kB | 79 kB Progress (2): 121/164 kB | 79 kB Progress (2): 125/164 kB | 79 kB Progress (2): 129/164 kB | 79 kB Progress (2): 133/164 kB | 79 kB Progress (2): 137/164 kB | 79 kB Progress (2): 141/164 kB | 79 kB Progress (2): 145/164 kB | 79 kB Progress (2): 149/164 kB | 79 kB Progress (2): 153/164 kB | 79 kB Progress (2): 157/164 kB | 79 kB Progress (2): 161/164 kB | 79 kB Progress (2): 164 kB | 79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 1.5 MB/s) Progress (2): 164 kB | 4.1/195 kB Progress (2): 164 kB | 7.7/195 kB Progress (2): 164 kB | 12/195 kB Progress (2): 164 kB | 16/195 kB Progress (2): 164 kB | 20/195 kB Progress (2): 164 kB | 24/195 kB Progress (2): 164 kB | 28/195 kB Progress (2): 164 kB | 32/195 kB Progress (2): 164 kB | 33/195 kB Progress (2): 164 kB | 37/195 kB Progress (2): 164 kB | 41/195 kB Progress (2): 164 kB | 45/195 kB Progress (2): 164 kB | 49/195 kB Progress (2): 164 kB | 53/195 kB Progress (2): 164 kB | 57/195 kB Progress (2): 164 kB | 61/195 kB Progress (2): 164 kB | 65/195 kB Progress (2): 164 kB | 66/195 kB Progress (2): 164 kB | 70/195 kB Progress (2): 164 kB | 74/195 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar (164 kB at 2.9 MB/s) Progress (1): 78/195 kB Progress (1): 82/195 kB Progress (1): 86/195 kB Progress (1): 90/195 kB Progress (1): 94/195 kB Progress (1): 98/195 kB Progress (1): 98/195 kB Progress (1): 102/195 kB Progress (1): 106/195 kB Progress (1): 110/195 kB Progress (1): 114/195 kB Progress (1): 118/195 kB Progress (1): 122/195 kB Progress (1): 126/195 kB Progress (1): 130/195 kB Progress (1): 131/195 kB Progress (1): 135/195 kB Progress (1): 139/195 kB Progress (1): 143/195 kB Progress (1): 147/195 kB Progress (1): 151/195 kB Progress (1): 155/195 kB Progress (1): 159/195 kB Progress (1): 163/195 kB Progress (1): 167/195 kB Progress (1): 171/195 kB Progress (1): 175/195 kB Progress (1): 179/195 kB Progress (1): 183/195 kB Progress (1): 187/195 kB Progress (1): 191/195 kB Progress (1): 195/195 kB Progress (1): 195 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 2.2 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom (2.8 kB at 90 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.pom (3.9 kB at 262 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 56 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 178 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 552 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.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.0/asm-7.0.pom (2.9 kB at 210 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom (3.7 kB at 366 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom 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.0/asm-tree-7.0.pom (3.1 kB at 174 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom 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.0/asm-analysis-7.0.pom (3.2 kB at 150 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom Progress (1): 4.1/9.2 kB Progress (1): 7.7/9.2 kB Progress (1): 9.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (9.2 kB at 485 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.pom (2.9 kB at 209 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 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-M5/qdox-2.0-M5.pom (16 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.pom (4.0 kB at 224 kB/s) 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 81 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (7.3 kB at 431 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (18 kB at 839 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.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.19.1/surefire-api-2.19.1.pom (3.5 kB at 234 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (3.2 kB at 199 kB/s) 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/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 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 836 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Progress (2): 4.2 kB | 4.1/49 kB Progress (2): 4.2 kB | 7.7/49 kB Progress (2): 4.2 kB | 12/49 kB Progress (2): 4.2 kB | 16/49 kB Progress (2): 4.2 kB | 20/49 kB Progress (2): 4.2 kB | 24/49 kB Progress (2): 4.2 kB | 28/49 kB Progress (2): 4.2 kB | 32/49 kB Progress (2): 4.2 kB | 36/49 kB Progress (2): 4.2 kB | 40/49 kB Progress (2): 4.2 kB | 44/49 kB Progress (2): 4.2 kB | 48/49 kB Progress (2): 4.2 kB | 49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 234 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar (49 kB at 2.6 MB/s) Progress (1): 4.1/24 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Progress (2): 4.1/24 kB | 4.1/114 kB Progress (2): 7.7/24 kB | 4.1/114 kB Progress (2): 7.7/24 kB | 7.7/114 kB Progress (2): 12/24 kB | 7.7/114 kB Progress (2): 16/24 kB | 7.7/114 kB Progress (2): 16/24 kB | 12/114 kB Progress (2): 20/24 kB | 12/114 kB Progress (2): 20/24 kB | 16/114 kB Progress (2): 24 kB | 16/114 kB Progress (2): 24 kB | 20/114 kB Progress (2): 24 kB | 24/114 kB Progress (2): 24 kB | 28/114 kB Progress (2): 24 kB | 32/114 kB Progress (2): 24 kB | 33/114 kB Progress (2): 24 kB | 37/114 kB Progress (2): 24 kB | 41/114 kB Progress (2): 24 kB | 45/114 kB Progress (2): 24 kB | 49/114 kB Progress (2): 24 kB | 53/114 kB Progress (2): 24 kB | 57/114 kB Progress (2): 24 kB | 61/114 kB Progress (2): 24 kB | 65/114 kB Progress (2): 24 kB | 66/114 kB Progress (2): 24 kB | 70/114 kB Progress (2): 24 kB | 74/114 kB Progress (2): 24 kB | 78/114 kB Progress (2): 24 kB | 82/114 kB Progress (2): 24 kB | 86/114 kB Progress (2): 24 kB | 90/114 kB Progress (2): 24 kB | 94/114 kB Progress (2): 24 kB | 98/114 kB Progress (2): 24 kB | 102/114 kB Progress (2): 24 kB | 106/114 kB Progress (2): 24 kB | 110/114 kB Progress (2): 24 kB | 114/114 kB Progress (2): 24 kB | 114 kB Progress (3): 24 kB | 114 kB | 4.1/80 kB Progress (3): 24 kB | 114 kB | 7.7/80 kB Progress (3): 24 kB | 114 kB | 12/80 kB Progress (3): 24 kB | 114 kB | 16/80 kB Progress (3): 24 kB | 114 kB | 20/80 kB Progress (3): 24 kB | 114 kB | 24/80 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar (24 kB at 843 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 4.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar Progress (1): 28/80 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar Progress (1): 32/80 kB Progress (1): 33/80 kB Progress (1): 37/80 kB Progress (1): 41/80 kB Progress (1): 45/80 kB Progress (1): 49/80 kB Progress (1): 53/80 kB Progress (1): 57/80 kB Progress (1): 61/80 kB Progress (1): 65/80 kB Progress (1): 66/80 kB Progress (1): 70/80 kB Progress (1): 74/80 kB Progress (1): 78/80 kB Progress (1): 80 kB Progress (2): 80 kB | 4.1/50 kB Progress (2): 80 kB | 7.7/50 kB Progress (2): 80 kB | 12/50 kB Progress (2): 80 kB | 16/50 kB Progress (2): 80 kB | 20/50 kB Progress (2): 80 kB | 24/50 kB Progress (2): 80 kB | 28/50 kB Progress (2): 80 kB | 32/50 kB Progress (2): 80 kB | 36/50 kB Progress (2): 80 kB | 40/50 kB Progress (2): 80 kB | 44/50 kB Progress (2): 80 kB | 48/50 kB Progress (2): 80 kB | 50 kB Progress (3): 80 kB | 50 kB | 4.1/33 kB Progress (3): 80 kB | 50 kB | 7.7/33 kB Progress (3): 80 kB | 50 kB | 12/33 kB Progress (3): 80 kB | 50 kB | 16/33 kB Progress (3): 80 kB | 50 kB | 20/33 kB Progress (3): 80 kB | 50 kB | 24/33 kB Progress (3): 80 kB | 50 kB | 28/33 kB Progress (3): 80 kB | 50 kB | 32/33 kB Progress (3): 80 kB | 50 kB | 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar (80 kB at 2.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar Progress (3): 50 kB | 33 kB | 4.1/250 kB Progress (3): 50 kB | 33 kB | 7.7/250 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 1.2 MB/s) Progress (2): 33 kB | 12/250 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 775 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar Progress (1): 16/250 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar Progress (1): 20/250 kB Progress (1): 24/250 kB Progress (1): 28/250 kB Progress (1): 32/250 kB Progress (1): 33/250 kB Progress (1): 37/250 kB Progress (1): 41/250 kB Progress (1): 45/250 kB Progress (1): 49/250 kB Progress (1): 53/250 kB Progress (2): 53/250 kB | 4.1/18 kB Progress (2): 53/250 kB | 7.7/18 kB Progress (2): 53/250 kB | 12/18 kB Progress (2): 53/250 kB | 16/18 kB Progress (2): 53/250 kB | 18 kB Progress (2): 57/250 kB | 18 kB Progress (2): 61/250 kB | 18 kB Progress (2): 65/250 kB | 18 kB Progress (2): 66/250 kB | 18 kB Progress (2): 70/250 kB | 18 kB Progress (2): 74/250 kB | 18 kB Progress (2): 78/250 kB | 18 kB Progress (2): 82/250 kB | 18 kB Progress (2): 86/250 kB | 18 kB Progress (2): 90/250 kB | 18 kB Progress (2): 94/250 kB | 18 kB Progress (2): 98/250 kB | 18 kB Progress (2): 98/250 kB | 18 kB Progress (2): 102/250 kB | 18 kB Progress (2): 106/250 kB | 18 kB Progress (2): 110/250 kB | 18 kB Progress (2): 114/250 kB | 18 kB Progress (2): 118/250 kB | 18 kB Progress (2): 122/250 kB | 18 kB Progress (2): 126/250 kB | 18 kB Progress (2): 130/250 kB | 18 kB Progress (2): 131/250 kB | 18 kB Progress (3): 131/250 kB | 18 kB | 4.1/313 kB Progress (3): 131/250 kB | 18 kB | 7.7/313 kB Progress (3): 131/250 kB | 18 kB | 12/313 kB Progress (3): 135/250 kB | 18 kB | 12/313 kB Progress (3): 139/250 kB | 18 kB | 12/313 kB Progress (3): 139/250 kB | 18 kB | 16/313 kB Progress (3): 143/250 kB | 18 kB | 16/313 kB Progress (3): 147/250 kB | 18 kB | 16/313 kB Progress (3): 147/250 kB | 18 kB | 20/313 kB Progress (3): 151/250 kB | 18 kB | 20/313 kB Progress (3): 155/250 kB | 18 kB | 20/313 kB Progress (3): 155/250 kB | 18 kB | 24/313 kB Progress (3): 159/250 kB | 18 kB | 24/313 kB Progress (3): 163/250 kB | 18 kB | 24/313 kB Progress (3): 164/250 kB | 18 kB | 24/313 kB Progress (3): 164/250 kB | 18 kB | 28/313 kB Progress (3): 164/250 kB | 18 kB | 32/313 kB Progress (3): 164/250 kB | 18 kB | 33/313 kB Progress (3): 168/250 kB | 18 kB | 33/313 kB Progress (3): 172/250 kB | 18 kB | 33/313 kB Progress (3): 176/250 kB | 18 kB | 33/313 kB Progress (3): 180/250 kB | 18 kB | 33/313 kB Progress (3): 184/250 kB | 18 kB | 33/313 kB Progress (3): 188/250 kB | 18 kB | 33/313 kB Progress (3): 192/250 kB | 18 kB | 33/313 kB Progress (3): 196/250 kB | 18 kB | 33/313 kB Progress (3): 197/250 kB | 18 kB | 33/313 kB Progress (3): 201/250 kB | 18 kB | 33/313 kB Progress (3): 205/250 kB | 18 kB | 33/313 kB Progress (3): 209/250 kB | 18 kB | 33/313 kB Progress (3): 213/250 kB | 18 kB | 33/313 kB Progress (3): 217/250 kB | 18 kB | 33/313 kB Progress (3): 221/250 kB | 18 kB | 33/313 kB Progress (3): 225/250 kB | 18 kB | 33/313 kB Progress (3): 229/250 kB | 18 kB | 33/313 kB Progress (3): 233/250 kB | 18 kB | 33/313 kB Progress (3): 237/250 kB | 18 kB | 33/313 kB Progress (3): 241/250 kB | 18 kB | 33/313 kB Progress (3): 245/250 kB | 18 kB | 33/313 kB Progress (3): 249/250 kB | 18 kB | 33/313 kB Progress (3): 250 kB | 18 kB | 33/313 kB Progress (3): 250 kB | 18 kB | 37/313 kB Progress (3): 250 kB | 18 kB | 41/313 kB Progress (3): 250 kB | 18 kB | 45/313 kB Progress (3): 250 kB | 18 kB | 49/313 kB Progress (3): 250 kB | 18 kB | 53/313 kB Progress (3): 250 kB | 18 kB | 57/313 kB Progress (3): 250 kB | 18 kB | 61/313 kB Progress (3): 250 kB | 18 kB | 65/313 kB Progress (3): 250 kB | 18 kB | 66/313 kB Progress (3): 250 kB | 18 kB | 70/313 kB Progress (3): 250 kB | 18 kB | 74/313 kB Progress (3): 250 kB | 18 kB | 78/313 kB Progress (3): 250 kB | 18 kB | 82/313 kB Progress (3): 250 kB | 18 kB | 86/313 kB Progress (3): 250 kB | 18 kB | 90/313 kB Progress (3): 250 kB | 18 kB | 94/313 kB Progress (3): 250 kB | 18 kB | 98/313 kB Progress (3): 250 kB | 18 kB | 98/313 kB Progress (3): 250 kB | 18 kB | 102/313 kB Progress (3): 250 kB | 18 kB | 106/313 kB Progress (3): 250 kB | 18 kB | 110/313 kB Progress (3): 250 kB | 18 kB | 114/313 kB Progress (3): 250 kB | 18 kB | 118/313 kB Progress (3): 250 kB | 18 kB | 122/313 kB Progress (3): 250 kB | 18 kB | 126/313 kB Progress (3): 250 kB | 18 kB | 130/313 kB Progress (3): 250 kB | 18 kB | 131/313 kB Progress (3): 250 kB | 18 kB | 135/313 kB Progress (3): 250 kB | 18 kB | 139/313 kB Progress (3): 250 kB | 18 kB | 143/313 kB Progress (3): 250 kB | 18 kB | 147/313 kB Progress (3): 250 kB | 18 kB | 151/313 kB Progress (3): 250 kB | 18 kB | 155/313 kB Progress (3): 250 kB | 18 kB | 159/313 kB Progress (3): 250 kB | 18 kB | 163/313 kB Progress (3): 250 kB | 18 kB | 164/313 kB Progress (4): 250 kB | 18 kB | 164/313 kB | 4.1/43 kB Progress (4): 250 kB | 18 kB | 164/313 kB | 7.7/43 kB Progress (4): 250 kB | 18 kB | 164/313 kB | 12/43 kB Progress (4): 250 kB | 18 kB | 164/313 kB | 16/43 kB Progress (4): 250 kB | 18 kB | 164/313 kB | 20/43 kB Progress (4): 250 kB | 18 kB | 164/313 kB | 24/43 kB Progress (4): 250 kB | 18 kB | 168/313 kB | 24/43 kB Progress (4): 250 kB | 18 kB | 172/313 kB | 24/43 kB Progress (4): 250 kB | 18 kB | 172/313 kB | 28/43 kB Progress (4): 250 kB | 18 kB | 176/313 kB | 28/43 kB Progress (4): 250 kB | 18 kB | 176/313 kB | 32/43 kB Progress (4): 250 kB | 18 kB | 176/313 kB | 36/43 kB Progress (4): 250 kB | 18 kB | 176/313 kB | 40/43 kB Progress (4): 250 kB | 18 kB | 176/313 kB | 43 kB Progress (4): 250 kB | 18 kB | 180/313 kB | 43 kB Progress (4): 250 kB | 18 kB | 184/313 kB | 43 kB Progress (4): 250 kB | 18 kB | 188/313 kB | 43 kB Progress (4): 250 kB | 18 kB | 192/313 kB | 43 kB Progress (5): 250 kB | 18 kB | 192/313 kB | 43 kB | 4.1/74 kB Progress (5): 250 kB | 18 kB | 192/313 kB | 43 kB | 7.7/74 kB Progress (5): 250 kB | 18 kB | 196/313 kB | 43 kB | 7.7/74 kB Progress (5): 250 kB | 18 kB | 196/313 kB | 43 kB | 12/74 kB Progress (5): 250 kB | 18 kB | 197/313 kB | 43 kB | 12/74 kB Progress (5): 250 kB | 18 kB | 197/313 kB | 43 kB | 16/74 kB Progress (5): 250 kB | 18 kB | 197/313 kB | 43 kB | 20/74 kB Progress (5): 250 kB | 18 kB | 197/313 kB | 43 kB | 24/74 kB Progress (5): 250 kB | 18 kB | 197/313 kB | 43 kB | 28/74 kB Progress (5): 250 kB | 18 kB | 197/313 kB | 43 kB | 32/74 kB Progress (5): 250 kB | 18 kB | 197/313 kB | 43 kB | 36/74 kB Progress (5): 250 kB | 18 kB | 201/313 kB | 43 kB | 36/74 kB Progress (5): 250 kB | 18 kB | 201/313 kB | 43 kB | 40/74 kB Progress (5): 250 kB | 18 kB | 205/313 kB | 43 kB | 40/74 kB Progress (5): 250 kB | 18 kB | 205/313 kB | 43 kB | 44/74 kB Progress (5): 250 kB | 18 kB | 205/313 kB | 43 kB | 48/74 kB Progress (5): 250 kB | 18 kB | 209/313 kB | 43 kB | 48/74 kB Progress (5): 250 kB | 18 kB | 209/313 kB | 43 kB | 52/74 kB Progress (5): 250 kB | 18 kB | 213/313 kB | 43 kB | 52/74 kB Progress (5): 250 kB | 18 kB | 213/313 kB | 43 kB | 56/74 kB Progress (5): 250 kB | 18 kB | 217/313 kB | 43 kB | 56/74 kB Progress (5): 250 kB | 18 kB | 217/313 kB | 43 kB | 60/74 kB Progress (5): 250 kB | 18 kB | 221/313 kB | 43 kB | 60/74 kB Progress (5): 250 kB | 18 kB | 221/313 kB | 43 kB | 64/74 kB Progress (5): 250 kB | 18 kB | 225/313 kB | 43 kB | 64/74 kB Progress (5): 250 kB | 18 kB | 225/313 kB | 43 kB | 68/74 kB Progress (5): 250 kB | 18 kB | 229/313 kB | 43 kB | 68/74 kB Progress (5): 250 kB | 18 kB | 229/313 kB | 43 kB | 72/74 kB Progress (5): 250 kB | 18 kB | 229/313 kB | 43 kB | 72/74 kB Progress (5): 250 kB | 18 kB | 229/313 kB | 43 kB | 74 kB Progress (5): 250 kB | 18 kB | 233/313 kB | 43 kB | 74 kB Progress (5): 250 kB | 18 kB | 237/313 kB | 43 kB | 74 kB Progress (5): 250 kB | 18 kB | 241/313 kB | 43 kB | 74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 3.5 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar (43 kB at 601 kB/s) Progress (3): 18 kB | 245/313 kB | 74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar 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.jar Progress (3): 18 kB | 249/313 kB | 74 kB Progress (3): 18 kB | 253/313 kB | 74 kB Progress (3): 18 kB | 257/313 kB | 74 kB Progress (3): 18 kB | 261/313 kB | 74 kB Progress (3): 18 kB | 265/313 kB | 74 kB Progress (3): 18 kB | 269/313 kB | 74 kB Progress (3): 18 kB | 273/313 kB | 74 kB Progress (3): 18 kB | 277/313 kB | 74 kB Progress (3): 18 kB | 281/313 kB | 74 kB Progress (3): 18 kB | 285/313 kB | 74 kB Progress (3): 18 kB | 289/313 kB | 74 kB Progress (3): 18 kB | 293/313 kB | 74 kB Progress (3): 18 kB | 297/313 kB | 74 kB Progress (3): 18 kB | 301/313 kB | 74 kB Progress (3): 18 kB | 305/313 kB | 74 kB Progress (3): 18 kB | 309/313 kB | 74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar (18 kB at 245 kB/s) Progress (2): 313 kB | 74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 974 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar (313 kB at 3.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar Progress (1): 4.1/165 kB Progress (1): 7.7/165 kB Progress (1): 12/165 kB Progress (1): 16/165 kB Progress (2): 16/165 kB | 4.1/14 kB Progress (2): 20/165 kB | 4.1/14 kB Progress (3): 20/165 kB | 4.1/14 kB | 4.1/47 kB Progress (3): 20/165 kB | 7.7/14 kB | 4.1/47 kB Progress (3): 20/165 kB | 7.7/14 kB | 7.7/47 kB Progress (3): 20/165 kB | 12/14 kB | 7.7/47 kB Progress (3): 20/165 kB | 14 kB | 7.7/47 kB Progress (3): 24/165 kB | 14 kB | 7.7/47 kB Progress (3): 24/165 kB | 14 kB | 12/47 kB Progress (3): 24/165 kB | 14 kB | 16/47 kB Progress (4): 24/165 kB | 14 kB | 16/47 kB | 4.1/144 kB Progress (4): 24/165 kB | 14 kB | 20/47 kB | 4.1/144 kB Progress (4): 24/165 kB | 14 kB | 24/47 kB | 4.1/144 kB Progress (4): 28/165 kB | 14 kB | 24/47 kB | 4.1/144 kB Progress (4): 28/165 kB | 14 kB | 28/47 kB | 4.1/144 kB Progress (4): 28/165 kB | 14 kB | 28/47 kB | 7.7/144 kB Progress (4): 28/165 kB | 14 kB | 32/47 kB | 7.7/144 kB Progress (4): 32/165 kB | 14 kB | 32/47 kB | 7.7/144 kB Progress (4): 32/165 kB | 14 kB | 36/47 kB | 7.7/144 kB Progress (4): 32/165 kB | 14 kB | 36/47 kB | 12/144 kB Progress (4): 32/165 kB | 14 kB | 40/47 kB | 12/144 kB Progress (4): 33/165 kB | 14 kB | 40/47 kB | 12/144 kB Progress (4): 33/165 kB | 14 kB | 44/47 kB | 12/144 kB Progress (4): 33/165 kB | 14 kB | 44/47 kB | 16/144 kB Progress (4): 33/165 kB | 14 kB | 47 kB | 16/144 kB Progress (4): 37/165 kB | 14 kB | 47 kB | 16/144 kB Progress (4): 37/165 kB | 14 kB | 47 kB | 20/144 kB Progress (4): 41/165 kB | 14 kB | 47 kB | 20/144 kB Progress (4): 41/165 kB | 14 kB | 47 kB | 24/144 kB Progress (4): 45/165 kB | 14 kB | 47 kB | 24/144 kB Progress (4): 45/165 kB | 14 kB | 47 kB | 28/144 kB Progress (4): 49/165 kB | 14 kB | 47 kB | 28/144 kB Progress (4): 49/165 kB | 14 kB | 47 kB | 32/144 kB Progress (4): 53/165 kB | 14 kB | 47 kB | 32/144 kB Progress (4): 53/165 kB | 14 kB | 47 kB | 36/144 kB Progress (4): 57/165 kB | 14 kB | 47 kB | 36/144 kB Progress (4): 57/165 kB | 14 kB | 47 kB | 40/144 kB Progress (4): 61/165 kB | 14 kB | 47 kB | 40/144 kB Progress (4): 61/165 kB | 14 kB | 47 kB | 44/144 kB Progress (4): 65/165 kB | 14 kB | 47 kB | 44/144 kB Progress (4): 65/165 kB | 14 kB | 47 kB | 48/144 kB Progress (4): 66/165 kB | 14 kB | 47 kB | 48/144 kB Progress (4): 66/165 kB | 14 kB | 47 kB | 52/144 kB Progress (4): 70/165 kB | 14 kB | 47 kB | 52/144 kB Progress (4): 70/165 kB | 14 kB | 47 kB | 56/144 kB Progress (4): 74/165 kB | 14 kB | 47 kB | 56/144 kB Progress (4): 74/165 kB | 14 kB | 47 kB | 60/144 kB Progress (4): 78/165 kB | 14 kB | 47 kB | 60/144 kB Progress (4): 78/165 kB | 14 kB | 47 kB | 64/144 kB Progress (4): 82/165 kB | 14 kB | 47 kB | 64/144 kB Progress (4): 82/165 kB | 14 kB | 47 kB | 68/144 kB Progress (4): 86/165 kB | 14 kB | 47 kB | 68/144 kB Progress (4): 86/165 kB | 14 kB | 47 kB | 72/144 kB Progress (4): 90/165 kB | 14 kB | 47 kB | 72/144 kB Progress (4): 90/165 kB | 14 kB | 47 kB | 76/144 kB Progress (4): 94/165 kB | 14 kB | 47 kB | 76/144 kB Progress (4): 94/165 kB | 14 kB | 47 kB | 80/144 kB Progress (4): 98/165 kB | 14 kB | 47 kB | 80/144 kB Progress (4): 98/165 kB | 14 kB | 47 kB | 84/144 kB Progress (4): 98/165 kB | 14 kB | 47 kB | 84/144 kB Progress (4): 98/165 kB | 14 kB | 47 kB | 88/144 kB Progress (4): 102/165 kB | 14 kB | 47 kB | 88/144 kB Progress (4): 102/165 kB | 14 kB | 47 kB | 92/144 kB Progress (4): 106/165 kB | 14 kB | 47 kB | 92/144 kB Progress (4): 106/165 kB | 14 kB | 47 kB | 96/144 kB Progress (4): 110/165 kB | 14 kB | 47 kB | 96/144 kB Progress (4): 110/165 kB | 14 kB | 47 kB | 100/144 kB Progress (4): 114/165 kB | 14 kB | 47 kB | 100/144 kB Progress (4): 114/165 kB | 14 kB | 47 kB | 104/144 kB Progress (4): 118/165 kB | 14 kB | 47 kB | 104/144 kB Progress (4): 118/165 kB | 14 kB | 47 kB | 108/144 kB Progress (4): 122/165 kB | 14 kB | 47 kB | 108/144 kB Progress (4): 122/165 kB | 14 kB | 47 kB | 112/144 kB Progress (4): 126/165 kB | 14 kB | 47 kB | 112/144 kB Progress (4): 126/165 kB | 14 kB | 47 kB | 116/144 kB Progress (4): 126/165 kB | 14 kB | 47 kB | 120/144 kB Progress (4): 126/165 kB | 14 kB | 47 kB | 124/144 kB Progress (4): 126/165 kB | 14 kB | 47 kB | 128/144 kB Progress (4): 130/165 kB | 14 kB | 47 kB | 128/144 kB Progress (4): 130/165 kB | 14 kB | 47 kB | 132/144 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.jar (14 kB at 130 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 421 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Progress (2): 130/165 kB | 136/144 kB Progress (2): 131/165 kB | 136/144 kB Progress (2): 131/165 kB | 140/144 kB Progress (2): 135/165 kB | 140/144 kB Progress (2): 135/165 kB | 144 kB Progress (2): 139/165 kB | 144 kB Progress (2): 143/165 kB | 144 kB Progress (2): 147/165 kB | 144 kB Progress (2): 151/165 kB | 144 kB Progress (2): 155/165 kB | 144 kB Progress (2): 159/165 kB | 144 kB Progress (2): 163/165 kB | 144 kB Progress (2): 165 kB | 144 kB Progress (3): 165 kB | 144 kB | 4.1/53 kB Progress (3): 165 kB | 144 kB | 7.7/53 kB Progress (3): 165 kB | 144 kB | 12/53 kB Progress (3): 165 kB | 144 kB | 16/53 kB Progress (3): 165 kB | 144 kB | 20/53 kB Progress (3): 165 kB | 144 kB | 24/53 kB Progress (3): 165 kB | 144 kB | 28/53 kB Progress (3): 165 kB | 144 kB | 32/53 kB Progress (3): 165 kB | 144 kB | 36/53 kB Progress (3): 165 kB | 144 kB | 40/53 kB Progress (3): 165 kB | 144 kB | 44/53 kB Progress (3): 165 kB | 144 kB | 48/53 kB Progress (3): 165 kB | 144 kB | 52/53 kB Progress (3): 165 kB | 144 kB | 53 kB Progress (4): 165 kB | 144 kB | 53 kB | 4.1/78 kB Progress (4): 165 kB | 144 kB | 53 kB | 7.7/78 kB Progress (4): 165 kB | 144 kB | 53 kB | 12/78 kB Progress (4): 165 kB | 144 kB | 53 kB | 16/78 kB Progress (4): 165 kB | 144 kB | 53 kB | 20/78 kB Progress (4): 165 kB | 144 kB | 53 kB | 24/78 kB Progress (4): 165 kB | 144 kB | 53 kB | 28/78 kB Progress (4): 165 kB | 144 kB | 53 kB | 32/78 kB Progress (4): 165 kB | 144 kB | 53 kB | 36/78 kB Progress (4): 165 kB | 144 kB | 53 kB | 40/78 kB Progress (4): 165 kB | 144 kB | 53 kB | 44/78 kB Progress (4): 165 kB | 144 kB | 53 kB | 48/78 kB Progress (4): 165 kB | 144 kB | 53 kB | 52/78 kB Progress (4): 165 kB | 144 kB | 53 kB | 56/78 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (165 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar Progress (3): 144 kB | 53 kB | 60/78 kB Progress (3): 144 kB | 53 kB | 64/78 kB Progress (3): 144 kB | 53 kB | 68/78 kB Progress (3): 144 kB | 53 kB | 72/78 kB Progress (3): 144 kB | 53 kB | 76/78 kB Progress (3): 144 kB | 53 kB | 78 kB Progress (4): 144 kB | 53 kB | 78 kB | 4.1/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 7.7/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 12/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 16/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 20/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 24/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 28/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 32/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 33/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 37/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 41/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 45/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 49/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 53/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 57/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 61/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 65/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 66/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 70/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 74/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 78/575 kB Progress (4): 144 kB | 53 kB | 78 kB | 82/575 kB Progress (5): 144 kB | 53 kB | 78 kB | 82/575 kB | 4.1/165 kB Progress (5): 144 kB | 53 kB | 78 kB | 86/575 kB | 4.1/165 kB Progress (5): 144 kB | 53 kB | 78 kB | 90/575 kB | 4.1/165 kB Progress (5): 144 kB | 53 kB | 78 kB | 90/575 kB | 7.7/165 kB Progress (5): 144 kB | 53 kB | 78 kB | 94/575 kB | 7.7/165 kB Progress (5): 144 kB | 53 kB | 78 kB | 94/575 kB | 12/165 kB Progress (5): 144 kB | 53 kB | 78 kB | 98/575 kB | 12/165 kB Progress (5): 144 kB | 53 kB | 78 kB | 98/575 kB | 16/165 kB Progress (5): 144 kB | 53 kB | 78 kB | 98/575 kB | 16/165 kB Progress (5): 144 kB | 53 kB | 78 kB | 98/575 kB | 20/165 kB Progress (5): 144 kB | 53 kB | 78 kB | 102/575 kB | 20/165 kB Progress (5): 144 kB | 53 kB | 78 kB | 106/575 kB | 20/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 389 kB/s) Progress (4): 144 kB | 78 kB | 110/575 kB | 20/165 kB Progress (4): 144 kB | 78 kB | 110/575 kB | 24/165 kB Progress (4): 144 kB | 78 kB | 114/575 kB | 24/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar Progress (4): 144 kB | 78 kB | 118/575 kB | 24/165 kB Progress (4): 144 kB | 78 kB | 118/575 kB | 28/165 kB Progress (4): 144 kB | 78 kB | 122/575 kB | 28/165 kB Progress (4): 144 kB | 78 kB | 122/575 kB | 32/165 kB Progress (4): 144 kB | 78 kB | 126/575 kB | 32/165 kB Progress (4): 144 kB | 78 kB | 130/575 kB | 32/165 kB Progress (4): 144 kB | 78 kB | 130/575 kB | 33/165 kB Progress (4): 144 kB | 78 kB | 131/575 kB | 33/165 kB Progress (4): 144 kB | 78 kB | 131/575 kB | 37/165 kB Progress (4): 144 kB | 78 kB | 135/575 kB | 37/165 kB Progress (4): 144 kB | 78 kB | 135/575 kB | 41/165 kB Progress (4): 144 kB | 78 kB | 139/575 kB | 41/165 kB Progress (4): 144 kB | 78 kB | 139/575 kB | 45/165 kB Progress (4): 144 kB | 78 kB | 143/575 kB | 45/165 kB Progress (4): 144 kB | 78 kB | 143/575 kB | 49/165 kB Progress (4): 144 kB | 78 kB | 147/575 kB | 49/165 kB Progress (4): 144 kB | 78 kB | 147/575 kB | 53/165 kB Progress (4): 144 kB | 78 kB | 151/575 kB | 53/165 kB Progress (4): 144 kB | 78 kB | 151/575 kB | 57/165 kB Progress (4): 144 kB | 78 kB | 155/575 kB | 57/165 kB Progress (4): 144 kB | 78 kB | 155/575 kB | 61/165 kB Progress (4): 144 kB | 78 kB | 159/575 kB | 61/165 kB Progress (4): 144 kB | 78 kB | 159/575 kB | 65/165 kB Progress (4): 144 kB | 78 kB | 163/575 kB | 65/165 kB Progress (4): 144 kB | 78 kB | 163/575 kB | 66/165 kB Progress (4): 144 kB | 78 kB | 164/575 kB | 66/165 kB Progress (4): 144 kB | 78 kB | 164/575 kB | 70/165 kB Progress (4): 144 kB | 78 kB | 168/575 kB | 70/165 kB Progress (4): 144 kB | 78 kB | 168/575 kB | 74/165 kB Progress (4): 144 kB | 78 kB | 172/575 kB | 74/165 kB Progress (4): 144 kB | 78 kB | 172/575 kB | 78/165 kB Progress (4): 144 kB | 78 kB | 176/575 kB | 78/165 kB Progress (4): 144 kB | 78 kB | 176/575 kB | 82/165 kB Progress (4): 144 kB | 78 kB | 180/575 kB | 82/165 kB Progress (4): 144 kB | 78 kB | 180/575 kB | 86/165 kB Progress (4): 144 kB | 78 kB | 184/575 kB | 86/165 kB Progress (4): 144 kB | 78 kB | 184/575 kB | 90/165 kB Progress (4): 144 kB | 78 kB | 188/575 kB | 90/165 kB Progress (4): 144 kB | 78 kB | 188/575 kB | 94/165 kB Progress (4): 144 kB | 78 kB | 188/575 kB | 98/165 kB Progress (4): 144 kB | 78 kB | 192/575 kB | 98/165 kB Progress (4): 144 kB | 78 kB | 192/575 kB | 98/165 kB Progress (4): 144 kB | 78 kB | 196/575 kB | 98/165 kB Progress (4): 144 kB | 78 kB | 196/575 kB | 102/165 kB Progress (4): 144 kB | 78 kB | 197/575 kB | 102/165 kB Progress (4): 144 kB | 78 kB | 197/575 kB | 106/165 kB Progress (4): 144 kB | 78 kB | 201/575 kB | 106/165 kB Progress (4): 144 kB | 78 kB | 201/575 kB | 110/165 kB Progress (4): 144 kB | 78 kB | 205/575 kB | 110/165 kB Progress (4): 144 kB | 78 kB | 205/575 kB | 114/165 kB Progress (4): 144 kB | 78 kB | 209/575 kB | 114/165 kB Progress (4): 144 kB | 78 kB | 209/575 kB | 118/165 kB Progress (4): 144 kB | 78 kB | 213/575 kB | 118/165 kB Progress (4): 144 kB | 78 kB | 213/575 kB | 122/165 kB Progress (4): 144 kB | 78 kB | 217/575 kB | 122/165 kB Progress (4): 144 kB | 78 kB | 217/575 kB | 126/165 kB Progress (4): 144 kB | 78 kB | 221/575 kB | 126/165 kB Progress (4): 144 kB | 78 kB | 221/575 kB | 130/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar (78 kB at 549 kB/s) Progress (3): 144 kB | 221/575 kB | 131/165 kB Progress (3): 144 kB | 225/575 kB | 131/165 kB Progress (3): 144 kB | 225/575 kB | 135/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar Progress (3): 144 kB | 225/575 kB | 139/165 kB Progress (3): 144 kB | 229/575 kB | 139/165 kB Progress (3): 144 kB | 229/575 kB | 143/165 kB Progress (3): 144 kB | 229/575 kB | 143/165 kB Progress (3): 144 kB | 229/575 kB | 147/165 kB Progress (3): 144 kB | 233/575 kB | 147/165 kB Progress (3): 144 kB | 233/575 kB | 151/165 kB Progress (3): 144 kB | 237/575 kB | 151/165 kB Progress (3): 144 kB | 237/575 kB | 155/165 kB Progress (3): 144 kB | 241/575 kB | 155/165 kB Progress (3): 144 kB | 241/575 kB | 159/165 kB Progress (3): 144 kB | 245/575 kB | 159/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 997 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar Progress (2): 245/575 kB | 163/165 kB Progress (2): 249/575 kB | 163/165 kB Progress (2): 249/575 kB | 165 kB Progress (2): 253/575 kB | 165 kB Progress (2): 257/575 kB | 165 kB Progress (2): 261/575 kB | 165 kB Progress (2): 262/575 kB | 165 kB Progress (2): 266/575 kB | 165 kB Progress (2): 270/575 kB | 165 kB Progress (2): 274/575 kB | 165 kB Progress (2): 278/575 kB | 165 kB Progress (2): 282/575 kB | 165 kB Progress (2): 286/575 kB | 165 kB Progress (2): 290/575 kB | 165 kB Progress (2): 294/575 kB | 165 kB Progress (2): 295/575 kB | 165 kB Progress (2): 299/575 kB | 165 kB Progress (2): 303/575 kB | 165 kB Progress (2): 307/575 kB | 165 kB Progress (2): 311/575 kB | 165 kB Progress (2): 315/575 kB | 165 kB Progress (2): 319/575 kB | 165 kB Progress (2): 323/575 kB | 165 kB Progress (2): 327/575 kB | 165 kB Progress (2): 328/575 kB | 165 kB Progress (2): 332/575 kB | 165 kB Progress (2): 336/575 kB | 165 kB Progress (2): 340/575 kB | 165 kB Progress (2): 344/575 kB | 165 kB Progress (2): 348/575 kB | 165 kB Progress (2): 352/575 kB | 165 kB Progress (2): 356/575 kB | 165 kB Progress (2): 360/575 kB | 165 kB Progress (2): 360/575 kB | 165 kB Progress (2): 365/575 kB | 165 kB Progress (2): 368/575 kB | 165 kB Progress (2): 373/575 kB | 165 kB Progress (2): 376/575 kB | 165 kB Progress (2): 381/575 kB | 165 kB Progress (2): 384/575 kB | 165 kB Progress (2): 389/575 kB | 165 kB Progress (3): 389/575 kB | 165 kB | 4.1/243 kB Progress (3): 392/575 kB | 165 kB | 4.1/243 kB Progress (3): 392/575 kB | 165 kB | 7.7/243 kB Progress (3): 393/575 kB | 165 kB | 7.7/243 kB Progress (3): 393/575 kB | 165 kB | 12/243 kB Progress (3): 397/575 kB | 165 kB | 12/243 kB Progress (3): 397/575 kB | 165 kB | 16/243 kB Progress (3): 401/575 kB | 165 kB | 16/243 kB Progress (3): 401/575 kB | 165 kB | 20/243 kB Progress (3): 405/575 kB | 165 kB | 20/243 kB Progress (3): 405/575 kB | 165 kB | 24/243 kB Progress (3): 409/575 kB | 165 kB | 24/243 kB Progress (3): 409/575 kB | 165 kB | 28/243 kB Progress (3): 413/575 kB | 165 kB | 28/243 kB Progress (3): 413/575 kB | 165 kB | 32/243 kB Progress (3): 417/575 kB | 165 kB | 32/243 kB Progress (3): 417/575 kB | 165 kB | 36/243 kB Progress (3): 421/575 kB | 165 kB | 36/243 kB Progress (3): 421/575 kB | 165 kB | 40/243 kB Progress (3): 425/575 kB | 165 kB | 40/243 kB Progress (3): 426/575 kB | 165 kB | 40/243 kB Progress (3): 426/575 kB | 165 kB | 44/243 kB Progress (3): 430/575 kB | 165 kB | 44/243 kB Progress (3): 434/575 kB | 165 kB | 44/243 kB Progress (3): 438/575 kB | 165 kB | 44/243 kB Progress (3): 442/575 kB | 165 kB | 44/243 kB Progress (3): 446/575 kB | 165 kB | 44/243 kB Progress (3): 450/575 kB | 165 kB | 44/243 kB Progress (3): 450/575 kB | 165 kB | 48/243 kB Progress (3): 454/575 kB | 165 kB | 48/243 kB Progress (3): 458/575 kB | 165 kB | 48/243 kB Progress (3): 459/575 kB | 165 kB | 48/243 kB Progress (3): 463/575 kB | 165 kB | 48/243 kB Progress (3): 467/575 kB | 165 kB | 48/243 kB Progress (3): 467/575 kB | 165 kB | 52/243 kB Progress (3): 471/575 kB | 165 kB | 52/243 kB Progress (3): 471/575 kB | 165 kB | 56/243 kB Progress (3): 475/575 kB | 165 kB | 56/243 kB Progress (3): 475/575 kB | 165 kB | 60/243 kB Progress (3): 479/575 kB | 165 kB | 60/243 kB Progress (3): 479/575 kB | 165 kB | 64/243 kB Progress (3): 483/575 kB | 165 kB | 64/243 kB Progress (4): 483/575 kB | 165 kB | 64/243 kB | 4.1/7.9 kB Progress (4): 487/575 kB | 165 kB | 64/243 kB | 4.1/7.9 kB Progress (4): 487/575 kB | 165 kB | 68/243 kB | 4.1/7.9 kB Progress (4): 491/575 kB | 165 kB | 68/243 kB | 4.1/7.9 kB Progress (4): 491/575 kB | 165 kB | 68/243 kB | 7.7/7.9 kB Progress (4): 491/575 kB | 165 kB | 72/243 kB | 7.7/7.9 kB Progress (4): 491/575 kB | 165 kB | 72/243 kB | 7.9 kB Progress (4): 495/575 kB | 165 kB | 72/243 kB | 7.9 kB Progress (4): 495/575 kB | 165 kB | 76/243 kB | 7.9 kB Progress (4): 499/575 kB | 165 kB | 76/243 kB | 7.9 kB Progress (4): 499/575 kB | 165 kB | 80/243 kB | 7.9 kB Progress (4): 503/575 kB | 165 kB | 80/243 kB | 7.9 kB Progress (4): 503/575 kB | 165 kB | 84/243 kB | 7.9 kB Progress (4): 507/575 kB | 165 kB | 84/243 kB | 7.9 kB Progress (4): 507/575 kB | 165 kB | 88/243 kB | 7.9 kB Progress (4): 511/575 kB | 165 kB | 88/243 kB | 7.9 kB Progress (4): 511/575 kB | 165 kB | 92/243 kB | 7.9 kB Progress (4): 515/575 kB | 165 kB | 92/243 kB | 7.9 kB Progress (4): 515/575 kB | 165 kB | 96/243 kB | 7.9 kB Progress (4): 519/575 kB | 165 kB | 96/243 kB | 7.9 kB Progress (4): 519/575 kB | 165 kB | 100/243 kB | 7.9 kB Progress (4): 523/575 kB | 165 kB | 100/243 kB | 7.9 kB Progress (4): 523/575 kB | 165 kB | 104/243 kB | 7.9 kB Progress (4): 527/575 kB | 165 kB | 104/243 kB | 7.9 kB Progress (4): 527/575 kB | 165 kB | 108/243 kB | 7.9 kB Progress (4): 531/575 kB | 165 kB | 108/243 kB | 7.9 kB Progress (4): 531/575 kB | 165 kB | 112/243 kB | 7.9 kB Progress (4): 535/575 kB | 165 kB | 112/243 kB | 7.9 kB Progress (4): 535/575 kB | 165 kB | 116/243 kB | 7.9 kB Progress (4): 539/575 kB | 165 kB | 116/243 kB | 7.9 kB Progress (4): 539/575 kB | 165 kB | 120/243 kB | 7.9 kB Progress (4): 543/575 kB | 165 kB | 120/243 kB | 7.9 kB Progress (4): 543/575 kB | 165 kB | 124/243 kB | 7.9 kB Progress (4): 547/575 kB | 165 kB | 124/243 kB | 7.9 kB Progress (4): 547/575 kB | 165 kB | 128/243 kB | 7.9 kB Progress (4): 551/575 kB | 165 kB | 128/243 kB | 7.9 kB Progress (4): 551/575 kB | 165 kB | 132/243 kB | 7.9 kB Progress (4): 555/575 kB | 165 kB | 132/243 kB | 7.9 kB Progress (4): 555/575 kB | 165 kB | 136/243 kB | 7.9 kB Progress (4): 559/575 kB | 165 kB | 136/243 kB | 7.9 kB Progress (4): 563/575 kB | 165 kB | 136/243 kB | 7.9 kB Progress (4): 567/575 kB | 165 kB | 136/243 kB | 7.9 kB Progress (4): 571/575 kB | 165 kB | 136/243 kB | 7.9 kB Progress (4): 575/575 kB | 165 kB | 136/243 kB | 7.9 kB Progress (4): 575 kB | 165 kB | 136/243 kB | 7.9 kB Progress (5): 575 kB | 165 kB | 136/243 kB | 7.9 kB | 4.1/293 kB Progress (5): 575 kB | 165 kB | 136/243 kB | 7.9 kB | 7.7/293 kB Progress (5): 575 kB | 165 kB | 136/243 kB | 7.9 kB | 12/293 kB Progress (5): 575 kB | 165 kB | 136/243 kB | 7.9 kB | 16/293 kB Progress (5): 575 kB | 165 kB | 136/243 kB | 7.9 kB | 20/293 kB Progress (5): 575 kB | 165 kB | 136/243 kB | 7.9 kB | 24/293 kB Progress (5): 575 kB | 165 kB | 136/243 kB | 7.9 kB | 28/293 kB Progress (5): 575 kB | 165 kB | 136/243 kB | 7.9 kB | 32/293 kB Progress (5): 575 kB | 165 kB | 136/243 kB | 7.9 kB | 33/293 kB Progress (5): 575 kB | 165 kB | 136/243 kB | 7.9 kB | 37/293 kB Progress (5): 575 kB | 165 kB | 136/243 kB | 7.9 kB | 41/293 kB Progress (5): 575 kB | 165 kB | 140/243 kB | 7.9 kB | 41/293 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 807 kB/s) Progress (4): 575 kB | 144/243 kB | 7.9 kB | 41/293 kB Progress (4): 575 kB | 144/243 kB | 7.9 kB | 45/293 kB Progress (4): 575 kB | 148/243 kB | 7.9 kB | 45/293 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar Progress (4): 575 kB | 152/243 kB | 7.9 kB | 45/293 kB Progress (4): 575 kB | 152/243 kB | 7.9 kB | 49/293 kB Progress (4): 575 kB | 156/243 kB | 7.9 kB | 49/293 kB Progress (4): 575 kB | 156/243 kB | 7.9 kB | 53/293 kB Progress (4): 575 kB | 160/243 kB | 7.9 kB | 53/293 kB Progress (4): 575 kB | 160/243 kB | 7.9 kB | 57/293 kB Progress (4): 575 kB | 164/243 kB | 7.9 kB | 57/293 kB Progress (4): 575 kB | 164/243 kB | 7.9 kB | 61/293 kB Progress (4): 575 kB | 168/243 kB | 7.9 kB | 61/293 kB Progress (4): 575 kB | 168/243 kB | 7.9 kB | 65/293 kB Progress (4): 575 kB | 172/243 kB | 7.9 kB | 65/293 kB Progress (4): 575 kB | 172/243 kB | 7.9 kB | 69/293 kB Progress (4): 575 kB | 176/243 kB | 7.9 kB | 69/293 kB Progress (4): 575 kB | 176/243 kB | 7.9 kB | 73/293 kB Progress (4): 575 kB | 180/243 kB | 7.9 kB | 73/293 kB Progress (4): 575 kB | 180/243 kB | 7.9 kB | 77/293 kB Progress (4): 575 kB | 184/243 kB | 7.9 kB | 77/293 kB Progress (4): 575 kB | 184/243 kB | 7.9 kB | 81/293 kB Progress (4): 575 kB | 188/243 kB | 7.9 kB | 81/293 kB Progress (4): 575 kB | 188/243 kB | 7.9 kB | 85/293 kB Progress (4): 575 kB | 192/243 kB | 7.9 kB | 85/293 kB Progress (4): 575 kB | 192/243 kB | 7.9 kB | 89/293 kB Progress (4): 575 kB | 196/243 kB | 7.9 kB | 89/293 kB Progress (4): 575 kB | 196/243 kB | 7.9 kB | 93/293 kB Progress (4): 575 kB | 200/243 kB | 7.9 kB | 93/293 kB Progress (4): 575 kB | 200/243 kB | 7.9 kB | 97/293 kB Progress (4): 575 kB | 204/243 kB | 7.9 kB | 97/293 kB Progress (4): 575 kB | 204/243 kB | 7.9 kB | 101/293 kB Progress (4): 575 kB | 208/243 kB | 7.9 kB | 101/293 kB Progress (4): 575 kB | 208/243 kB | 7.9 kB | 105/293 kB Progress (4): 575 kB | 212/243 kB | 7.9 kB | 105/293 kB Progress (4): 575 kB | 212/243 kB | 7.9 kB | 109/293 kB Progress (4): 575 kB | 216/243 kB | 7.9 kB | 109/293 kB Progress (4): 575 kB | 216/243 kB | 7.9 kB | 113/293 kB Progress (4): 575 kB | 220/243 kB | 7.9 kB | 113/293 kB Progress (4): 575 kB | 220/243 kB | 7.9 kB | 117/293 kB Progress (4): 575 kB | 224/243 kB | 7.9 kB | 117/293 kB Progress (4): 575 kB | 224/243 kB | 7.9 kB | 121/293 kB Progress (4): 575 kB | 228/243 kB | 7.9 kB | 121/293 kB Progress (4): 575 kB | 228/243 kB | 7.9 kB | 125/293 kB Progress (4): 575 kB | 232/243 kB | 7.9 kB | 125/293 kB Progress (4): 575 kB | 232/243 kB | 7.9 kB | 129/293 kB Progress (4): 575 kB | 236/243 kB | 7.9 kB | 129/293 kB Progress (4): 575 kB | 236/243 kB | 7.9 kB | 133/293 kB Progress (4): 575 kB | 240/243 kB | 7.9 kB | 133/293 kB Progress (4): 575 kB | 240/243 kB | 7.9 kB | 137/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 137/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 141/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 145/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 149/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 153/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 157/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 161/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 165/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 169/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 173/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 177/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 181/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 185/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 189/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 193/293 kB Progress (4): 575 kB | 243 kB | 7.9 kB | 197/293 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 37 kB/s) Progress (3): 575 kB | 243 kB | 201/293 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar Progress (3): 575 kB | 243 kB | 205/293 kB Progress (3): 575 kB | 243 kB | 209/293 kB Progress (3): 575 kB | 243 kB | 213/293 kB Progress (3): 575 kB | 243 kB | 217/293 kB Progress (3): 575 kB | 243 kB | 221/293 kB Progress (3): 575 kB | 243 kB | 225/293 kB Progress (3): 575 kB | 243 kB | 229/293 kB Progress (3): 575 kB | 243 kB | 233/293 kB Progress (3): 575 kB | 243 kB | 237/293 kB Progress (3): 575 kB | 243 kB | 241/293 kB Progress (3): 575 kB | 243 kB | 245/293 kB Progress (3): 575 kB | 243 kB | 249/293 kB Progress (3): 575 kB | 243 kB | 253/293 kB Progress (3): 575 kB | 243 kB | 257/293 kB Progress (3): 575 kB | 243 kB | 261/293 kB Progress (3): 575 kB | 243 kB | 265/293 kB Progress (3): 575 kB | 243 kB | 269/293 kB Progress (3): 575 kB | 243 kB | 273/293 kB Progress (3): 575 kB | 243 kB | 277/293 kB Progress (3): 575 kB | 243 kB | 281/293 kB Progress (3): 575 kB | 243 kB | 285/293 kB Progress (3): 575 kB | 243 kB | 289/293 kB Progress (3): 575 kB | 243 kB | 293 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 1.1 MB/s) 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 (3): 575 kB | 293 kB | 4.1/196 kB Progress (3): 575 kB | 293 kB | 7.7/196 kB Progress (3): 575 kB | 293 kB | 12/196 kB Progress (3): 575 kB | 293 kB | 16/196 kB Progress (3): 575 kB | 293 kB | 20/196 kB Progress (3): 575 kB | 293 kB | 24/196 kB Progress (3): 575 kB | 293 kB | 28/196 kB Progress (3): 575 kB | 293 kB | 32/196 kB Progress (3): 575 kB | 293 kB | 33/196 kB Progress (4): 575 kB | 293 kB | 33/196 kB | 4.1/46 kB Progress (4): 575 kB | 293 kB | 37/196 kB | 4.1/46 kB Progress (4): 575 kB | 293 kB | 37/196 kB | 7.7/46 kB Progress (4): 575 kB | 293 kB | 41/196 kB | 7.7/46 kB Progress (4): 575 kB | 293 kB | 41/196 kB | 12/46 kB Progress (4): 575 kB | 293 kB | 45/196 kB | 12/46 kB Progress (4): 575 kB | 293 kB | 49/196 kB | 12/46 kB Progress (4): 575 kB | 293 kB | 49/196 kB | 16/46 kB Progress (4): 575 kB | 293 kB | 53/196 kB | 16/46 kB Progress (4): 575 kB | 293 kB | 53/196 kB | 20/46 kB Progress (4): 575 kB | 293 kB | 57/196 kB | 20/46 kB Progress (4): 575 kB | 293 kB | 57/196 kB | 24/46 kB Progress (4): 575 kB | 293 kB | 61/196 kB | 24/46 kB Progress (4): 575 kB | 293 kB | 61/196 kB | 28/46 kB Progress (4): 575 kB | 293 kB | 65/196 kB | 28/46 kB Progress (4): 575 kB | 293 kB | 65/196 kB | 32/46 kB Progress (4): 575 kB | 293 kB | 66/196 kB | 32/46 kB Progress (4): 575 kB | 293 kB | 66/196 kB | 36/46 kB Progress (4): 575 kB | 293 kB | 70/196 kB | 36/46 kB Progress (4): 575 kB | 293 kB | 70/196 kB | 40/46 kB Progress (4): 575 kB | 293 kB | 74/196 kB | 40/46 kB Progress (4): 575 kB | 293 kB | 74/196 kB | 44/46 kB Progress (4): 575 kB | 293 kB | 78/196 kB | 44/46 kB Progress (4): 575 kB | 293 kB | 78/196 kB | 46 kB Progress (4): 575 kB | 293 kB | 82/196 kB | 46 kB Progress (4): 575 kB | 293 kB | 86/196 kB | 46 kB Progress (4): 575 kB | 293 kB | 90/196 kB | 46 kB Progress (4): 575 kB | 293 kB | 94/196 kB | 46 kB Progress (4): 575 kB | 293 kB | 98/196 kB | 46 kB Progress (4): 575 kB | 293 kB | 98/196 kB | 46 kB Progress (4): 575 kB | 293 kB | 102/196 kB | 46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (293 kB at 1.3 MB/s) Progress (3): 575 kB | 106/196 kB | 46 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar Progress (3): 575 kB | 110/196 kB | 46 kB Progress (3): 575 kB | 114/196 kB | 46 kB Progress (3): 575 kB | 118/196 kB | 46 kB Progress (3): 575 kB | 122/196 kB | 46 kB Progress (3): 575 kB | 126/196 kB | 46 kB Progress (3): 575 kB | 130/196 kB | 46 kB Progress (3): 575 kB | 131/196 kB | 46 kB Progress (3): 575 kB | 135/196 kB | 46 kB Progress (3): 575 kB | 139/196 kB | 46 kB Progress (3): 575 kB | 143/196 kB | 46 kB Progress (3): 575 kB | 147/196 kB | 46 kB Progress (3): 575 kB | 151/196 kB | 46 kB Progress (3): 575 kB | 155/196 kB | 46 kB Progress (3): 575 kB | 159/196 kB | 46 kB Progress (3): 575 kB | 163/196 kB | 46 kB Progress (3): 575 kB | 167/196 kB | 46 kB Progress (3): 575 kB | 171/196 kB | 46 kB Progress (3): 575 kB | 175/196 kB | 46 kB Progress (3): 575 kB | 179/196 kB | 46 kB Progress (3): 575 kB | 183/196 kB | 46 kB Progress (3): 575 kB | 187/196 kB | 46 kB Progress (3): 575 kB | 191/196 kB | 46 kB Progress (3): 575 kB | 195/196 kB | 46 kB Progress (3): 575 kB | 196 kB | 46 kB Progress (4): 575 kB | 196 kB | 46 kB | 4.1/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 7.7/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 12/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 16/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 20/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 24/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 28/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 32/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 33/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 37/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 41/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 45/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 49/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 53/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 57/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 61/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 65/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 66/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 70/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 74/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 78/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 82/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 86/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 90/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 94/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 98/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 98/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 102/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 106/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 110/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 114/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 118/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 122/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 126/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 130/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 134/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 138/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 142/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 146/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 150/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 154/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 158/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 162/316 kB Progress (4): 575 kB | 196 kB | 46 kB | 166/316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 2.4 MB/s) Progress (3): 196 kB | 46 kB | 170/316 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Progress (3): 196 kB | 46 kB | 174/316 kB Progress (3): 196 kB | 46 kB | 178/316 kB Progress (4): 196 kB | 46 kB | 178/316 kB | 4.1/450 kB Progress (4): 196 kB | 46 kB | 182/316 kB | 4.1/450 kB Progress (4): 196 kB | 46 kB | 182/316 kB | 7.7/450 kB Progress (4): 196 kB | 46 kB | 186/316 kB | 7.7/450 kB Progress (4): 196 kB | 46 kB | 186/316 kB | 12/450 kB Progress (4): 196 kB | 46 kB | 190/316 kB | 12/450 kB Progress (4): 196 kB | 46 kB | 190/316 kB | 16/450 kB Progress (4): 196 kB | 46 kB | 194/316 kB | 16/450 kB Progress (4): 196 kB | 46 kB | 194/316 kB | 20/450 kB Progress (4): 196 kB | 46 kB | 198/316 kB | 20/450 kB Progress (4): 196 kB | 46 kB | 198/316 kB | 24/450 kB Progress (4): 196 kB | 46 kB | 202/316 kB | 24/450 kB Progress (4): 196 kB | 46 kB | 202/316 kB | 28/450 kB Progress (4): 196 kB | 46 kB | 206/316 kB | 28/450 kB Progress (4): 196 kB | 46 kB | 206/316 kB | 32/450 kB Progress (4): 196 kB | 46 kB | 210/316 kB | 32/450 kB Progress (4): 196 kB | 46 kB | 210/316 kB | 33/450 kB Progress (4): 196 kB | 46 kB | 214/316 kB | 33/450 kB Progress (4): 196 kB | 46 kB | 214/316 kB | 37/450 kB Progress (4): 196 kB | 46 kB | 218/316 kB | 37/450 kB Progress (4): 196 kB | 46 kB | 218/316 kB | 41/450 kB Progress (4): 196 kB | 46 kB | 222/316 kB | 41/450 kB Progress (4): 196 kB | 46 kB | 222/316 kB | 45/450 kB Progress (4): 196 kB | 46 kB | 226/316 kB | 45/450 kB Progress (4): 196 kB | 46 kB | 226/316 kB | 49/450 kB Progress (4): 196 kB | 46 kB | 229/316 kB | 49/450 kB Progress (4): 196 kB | 46 kB | 229/316 kB | 53/450 kB Progress (4): 196 kB | 46 kB | 233/316 kB | 53/450 kB Progress (4): 196 kB | 46 kB | 233/316 kB | 57/450 kB Progress (4): 196 kB | 46 kB | 237/316 kB | 57/450 kB Progress (4): 196 kB | 46 kB | 237/316 kB | 61/450 kB Progress (4): 196 kB | 46 kB | 241/316 kB | 61/450 kB Progress (4): 196 kB | 46 kB | 241/316 kB | 65/450 kB Progress (4): 196 kB | 46 kB | 245/316 kB | 65/450 kB Progress (4): 196 kB | 46 kB | 245/316 kB | 66/450 kB Progress (4): 196 kB | 46 kB | 249/316 kB | 66/450 kB Progress (4): 196 kB | 46 kB | 249/316 kB | 70/450 kB Progress (4): 196 kB | 46 kB | 253/316 kB | 70/450 kB Progress (4): 196 kB | 46 kB | 253/316 kB | 74/450 kB Progress (4): 196 kB | 46 kB | 257/316 kB | 74/450 kB Progress (4): 196 kB | 46 kB | 257/316 kB | 78/450 kB Progress (4): 196 kB | 46 kB | 261/316 kB | 78/450 kB Progress (4): 196 kB | 46 kB | 261/316 kB | 82/450 kB Progress (4): 196 kB | 46 kB | 265/316 kB | 82/450 kB Progress (4): 196 kB | 46 kB | 265/316 kB | 86/450 kB Progress (4): 196 kB | 46 kB | 269/316 kB | 86/450 kB Progress (4): 196 kB | 46 kB | 269/316 kB | 90/450 kB Progress (4): 196 kB | 46 kB | 273/316 kB | 90/450 kB Progress (4): 196 kB | 46 kB | 273/316 kB | 94/450 kB Progress (4): 196 kB | 46 kB | 277/316 kB | 94/450 kB Progress (4): 196 kB | 46 kB | 277/316 kB | 98/450 kB Progress (4): 196 kB | 46 kB | 281/316 kB | 98/450 kB Progress (4): 196 kB | 46 kB | 281/316 kB | 98/450 kB Progress (4): 196 kB | 46 kB | 285/316 kB | 98/450 kB Progress (4): 196 kB | 46 kB | 285/316 kB | 102/450 kB Progress (4): 196 kB | 46 kB | 289/316 kB | 102/450 kB Progress (4): 196 kB | 46 kB | 289/316 kB | 106/450 kB Progress (4): 196 kB | 46 kB | 293/316 kB | 106/450 kB Progress (4): 196 kB | 46 kB | 293/316 kB | 110/450 kB Progress (4): 196 kB | 46 kB | 297/316 kB | 110/450 kB Progress (4): 196 kB | 46 kB | 297/316 kB | 114/450 kB Progress (4): 196 kB | 46 kB | 301/316 kB | 114/450 kB Progress (4): 196 kB | 46 kB | 301/316 kB | 118/450 kB Progress (4): 196 kB | 46 kB | 305/316 kB | 118/450 kB Progress (4): 196 kB | 46 kB | 305/316 kB | 122/450 kB Progress (4): 196 kB | 46 kB | 309/316 kB | 122/450 kB Progress (4): 196 kB | 46 kB | 309/316 kB | 126/450 kB Progress (4): 196 kB | 46 kB | 313/316 kB | 126/450 kB Progress (4): 196 kB | 46 kB | 313/316 kB | 130/450 kB Progress (4): 196 kB | 46 kB | 316 kB | 130/450 kB Progress (4): 196 kB | 46 kB | 316 kB | 131/450 kB Progress (4): 196 kB | 46 kB | 316 kB | 135/450 kB Progress (4): 196 kB | 46 kB | 316 kB | 139/450 kB Progress (4): 196 kB | 46 kB | 316 kB | 143/450 kB Progress (4): 196 kB | 46 kB | 316 kB | 147/450 kB Progress (4): 196 kB | 46 kB | 316 kB | 151/450 kB Progress (4): 196 kB | 46 kB | 316 kB | 155/450 kB Progress (5): 196 kB | 46 kB | 316 kB | 155/450 kB | 4.1/262 kB Progress (5): 196 kB | 46 kB | 316 kB | 159/450 kB | 4.1/262 kB Progress (5): 196 kB | 46 kB | 316 kB | 159/450 kB | 7.7/262 kB Progress (5): 196 kB | 46 kB | 316 kB | 163/450 kB | 7.7/262 kB Progress (5): 196 kB | 46 kB | 316 kB | 163/450 kB | 12/262 kB Progress (5): 196 kB | 46 kB | 316 kB | 164/450 kB | 12/262 kB Progress (5): 196 kB | 46 kB | 316 kB | 164/450 kB | 16/262 kB Progress (5): 196 kB | 46 kB | 316 kB | 168/450 kB | 16/262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (46 kB at 186 kB/s) Progress (4): 196 kB | 316 kB | 168/450 kB | 20/262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (196 kB at 800 kB/s) Progress (3): 316 kB | 172/450 kB | 20/262 kB Progress (3): 316 kB | 172/450 kB | 24/262 kB Progress (3): 316 kB | 176/450 kB | 24/262 kB Progress (3): 316 kB | 176/450 kB | 28/262 kB Progress (3): 316 kB | 180/450 kB | 28/262 kB Progress (3): 316 kB | 180/450 kB | 32/262 kB Progress (3): 316 kB | 184/450 kB | 32/262 kB Progress (3): 316 kB | 184/450 kB | 33/262 kB Progress (3): 316 kB | 188/450 kB | 33/262 kB Progress (3): 316 kB | 188/450 kB | 37/262 kB Progress (3): 316 kB | 192/450 kB | 37/262 kB Progress (3): 316 kB | 192/450 kB | 41/262 kB Progress (3): 316 kB | 196/450 kB | 41/262 kB Progress (3): 316 kB | 196/450 kB | 45/262 kB Progress (3): 316 kB | 197/450 kB | 45/262 kB Progress (3): 316 kB | 197/450 kB | 49/262 kB Progress (3): 316 kB | 201/450 kB | 49/262 kB Progress (3): 316 kB | 201/450 kB | 53/262 kB Progress (3): 316 kB | 205/450 kB | 53/262 kB Progress (3): 316 kB | 205/450 kB | 57/262 kB Progress (3): 316 kB | 209/450 kB | 57/262 kB Progress (3): 316 kB | 209/450 kB | 61/262 kB Progress (3): 316 kB | 213/450 kB | 61/262 kB Progress (3): 316 kB | 213/450 kB | 65/262 kB Progress (3): 316 kB | 217/450 kB | 65/262 kB Progress (3): 316 kB | 217/450 kB | 66/262 kB Progress (3): 316 kB | 221/450 kB | 66/262 kB Progress (3): 316 kB | 221/450 kB | 70/262 kB Progress (3): 316 kB | 225/450 kB | 70/262 kB Progress (3): 316 kB | 225/450 kB | 74/262 kB Progress (3): 316 kB | 229/450 kB | 74/262 kB Progress (3): 316 kB | 229/450 kB | 78/262 kB Progress (3): 316 kB | 229/450 kB | 78/262 kB Progress (3): 316 kB | 229/450 kB | 82/262 kB Progress (3): 316 kB | 233/450 kB | 82/262 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 1.3 MB/s) Progress (2): 237/450 kB | 82/262 kB Progress (2): 237/450 kB | 86/262 kB Progress (2): 241/450 kB | 86/262 kB Progress (2): 241/450 kB | 90/262 kB Progress (2): 245/450 kB | 90/262 kB Progress (2): 245/450 kB | 94/262 kB Progress (2): 249/450 kB | 94/262 kB Progress (2): 249/450 kB | 98/262 kB Progress (2): 253/450 kB | 98/262 kB Progress (2): 253/450 kB | 98/262 kB Progress (2): 257/450 kB | 98/262 kB Progress (2): 257/450 kB | 102/262 kB Progress (2): 261/450 kB | 102/262 kB Progress (2): 261/450 kB | 106/262 kB Progress (2): 262/450 kB | 106/262 kB Progress (2): 262/450 kB | 110/262 kB Progress (2): 266/450 kB | 110/262 kB Progress (2): 266/450 kB | 114/262 kB Progress (2): 270/450 kB | 114/262 kB Progress (2): 270/450 kB | 118/262 kB Progress (2): 270/450 kB | 122/262 kB Progress (2): 274/450 kB | 122/262 kB Progress (2): 274/450 kB | 126/262 kB Progress (2): 278/450 kB | 126/262 kB Progress (2): 278/450 kB | 130/262 kB Progress (2): 282/450 kB | 130/262 kB Progress (2): 282/450 kB | 131/262 kB Progress (2): 286/450 kB | 131/262 kB Progress (2): 286/450 kB | 135/262 kB Progress (2): 286/450 kB | 139/262 kB Progress (2): 290/450 kB | 139/262 kB Progress (2): 290/450 kB | 143/262 kB Progress (2): 294/450 kB | 143/262 kB Progress (2): 294/450 kB | 147/262 kB Progress (2): 295/450 kB | 147/262 kB Progress (2): 295/450 kB | 151/262 kB Progress (2): 299/450 kB | 151/262 kB Progress (2): 299/450 kB | 155/262 kB Progress (2): 303/450 kB | 155/262 kB Progress (2): 303/450 kB | 159/262 kB Progress (2): 307/450 kB | 159/262 kB Progress (2): 307/450 kB | 163/262 kB Progress (2): 307/450 kB | 167/262 kB Progress (2): 307/450 kB | 171/262 kB Progress (2): 307/450 kB | 175/262 kB Progress (2): 307/450 kB | 179/262 kB Progress (2): 307/450 kB | 183/262 kB Progress (2): 307/450 kB | 187/262 kB Progress (2): 307/450 kB | 191/262 kB Progress (2): 307/450 kB | 195/262 kB Progress (2): 307/450 kB | 199/262 kB Progress (2): 307/450 kB | 203/262 kB Progress (2): 307/450 kB | 207/262 kB Progress (2): 307/450 kB | 211/262 kB Progress (2): 307/450 kB | 215/262 kB Progress (2): 307/450 kB | 219/262 kB Progress (2): 307/450 kB | 223/262 kB Progress (2): 307/450 kB | 227/262 kB Progress (2): 307/450 kB | 231/262 kB Progress (2): 307/450 kB | 235/262 kB Progress (2): 307/450 kB | 239/262 kB Progress (2): 307/450 kB | 243/262 kB Progress (2): 307/450 kB | 247/262 kB Progress (2): 307/450 kB | 251/262 kB Progress (2): 307/450 kB | 255/262 kB Progress (2): 307/450 kB | 259/262 kB Progress (2): 307/450 kB | 262 kB Progress (2): 311/450 kB | 262 kB Progress (2): 315/450 kB | 262 kB Progress (2): 319/450 kB | 262 kB Progress (2): 323/450 kB | 262 kB Progress (2): 327/450 kB | 262 kB Progress (2): 328/450 kB | 262 kB Progress (2): 332/450 kB | 262 kB Progress (2): 336/450 kB | 262 kB Progress (2): 340/450 kB | 262 kB Progress (2): 344/450 kB | 262 kB Progress (2): 348/450 kB | 262 kB Progress (2): 352/450 kB | 262 kB Progress (2): 356/450 kB | 262 kB Progress (2): 360/450 kB | 262 kB Progress (2): 360/450 kB | 262 kB Progress (2): 365/450 kB | 262 kB Progress (2): 368/450 kB | 262 kB Progress (2): 373/450 kB | 262 kB Progress (2): 376/450 kB | 262 kB Progress (2): 381/450 kB | 262 kB Progress (2): 384/450 kB | 262 kB Progress (2): 389/450 kB | 262 kB Progress (2): 392/450 kB | 262 kB Progress (2): 397/450 kB | 262 kB Progress (2): 400/450 kB | 262 kB Progress (2): 405/450 kB | 262 kB Progress (2): 408/450 kB | 262 kB Progress (2): 413/450 kB | 262 kB Progress (2): 416/450 kB | 262 kB Progress (2): 421/450 kB | 262 kB Progress (2): 424/450 kB | 262 kB Progress (2): 429/450 kB | 262 kB Progress (2): 432/450 kB | 262 kB Progress (2): 437/450 kB | 262 kB Progress (2): 440/450 kB | 262 kB Progress (2): 445/450 kB | 262 kB Progress (2): 448/450 kB | 262 kB Progress (2): 450 kB | 262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 834 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 1.4 MB/s) [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 1 mojo descriptor. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- [INFO] No dependency problems found [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.1.0/eclipse-collections-code-generator-maven-plugin-10.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.1.0/eclipse-collections-code-generator-maven-plugin-10.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.1.0/eclipse-collections-code-generator-maven-plugin-10.1.0-sources.jar [INFO] [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- [INFO] Building Eclipse Collections API 10.1.0 [4/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api --- [INFO] [INFO] --- eclipse-collections-code-generator-maven-plugin:10.1.0:generate (default) @ eclipse-collections-api --- [INFO] Generating sources to eclipse-collections-api [INFO] Generated 1163 files [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1383 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-api --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-api --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.1.0-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-api --- [INFO] No dependency problems found [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api --- [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.1.0/eclipse-collections-api-10.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.1.0/eclipse-collections-api-10.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.1.0/eclipse-collections-api-10.1.0-sources.jar [INFO] [INFO] ------------< org.eclipse.collections:eclipse-collections >------------- [INFO] Building Eclipse Collections Main Library 10.1.0 [5/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections --- [INFO] [INFO] --- eclipse-collections-code-generator-maven-plugin:10.1.0:generate (default) @ eclipse-collections --- [INFO] Generating sources to eclipse-collections [INFO] Generated 1429 files [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 24 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2077 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes [WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[55,15] Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[80,25] Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2298,19] Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2302,19] Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2308,83] Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2310,27] Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2312,34] Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2314,32] Unsafe is internal proprietary API and may be removed in a future release [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.1.0-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections --- [INFO] No dependency problems found [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections --- [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.1.0/eclipse-collections-10.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.1.0/eclipse-collections-10.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.1.0/eclipse-collections-10.1.0-sources.jar [INFO] [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >-------- [INFO] Building Eclipse Collections Test Utilities 10.1.0 [6/10] [INFO] --------------------------------[ jar ]--------------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.pom Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.pom (4.4 kB at 864 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.5/org.jacoco.build-0.8.5.pom Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.5/org.jacoco.build-0.8.5.pom (41 kB at 2.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.jar Progress (1): 4.1/53 kB Progress (1): 7.7/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 40/53 kB Progress (1): 44/53 kB Progress (1): 48/53 kB Progress (1): 52/53 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.jar (53 kB at 1.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 63 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom 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-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 236 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 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.5/plexus-2.0.5.pom (17 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 299 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 649 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom 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/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 121 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 646 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 338 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 178 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom 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/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Progress (1): 765 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 59 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 116 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 101 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 114 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Progress (1): 588 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 49 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 534 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 189 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 331 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Progress (1): 4.1/9.8 kB Progress (1): 7.7/9.8 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 891 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 452 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom 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.0.10/maven-project-2.0.10.pom (2.8 kB at 119 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom 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/maven/2.0.10/maven-2.0.10.pom (24 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 160 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 238 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 120 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 174 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 135 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 178 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom 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.0.10/maven-artifact-2.0.10.pom (1.6 kB at 108 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 155 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 125 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 121 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 113 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 266 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 470 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 184 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Progress (1): 738 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 57 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 284 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 518 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 319 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 340 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 212 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 114 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 106 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 366 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Progress (1): 4.1/9.1 kB Progress (1): 7.7/9.1 kB Progress (1): 9.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 395 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Progress (1): 346 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 29 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.pom (3.5 kB at 206 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.pom (2.1 kB at 160 kB/s) 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 226 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-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-commons/7.2/asm-commons-7.2.pom (3.7 kB at 229 kB/s) 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 57 kB/s) 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 351 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.pom (1.9 kB at 157 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Progress (1): 4.1/43 kB Progress (1): 7.7/43 kB Progress (1): 12/43 kB Progress (2): 12/43 kB | 4.1/39 kB Progress (2): 16/43 kB | 4.1/39 kB Progress (2): 16/43 kB | 7.7/39 kB Progress (2): 20/43 kB | 7.7/39 kB Progress (2): 20/43 kB | 12/39 kB Progress (2): 24/43 kB | 12/39 kB Progress (2): 24/43 kB | 16/39 kB Progress (2): 28/43 kB | 16/39 kB Progress (2): 28/43 kB | 20/39 kB Progress (2): 32/43 kB | 20/39 kB Progress (2): 32/43 kB | 24/39 kB Progress (2): 36/43 kB | 24/39 kB Progress (2): 40/43 kB | 24/39 kB Progress (2): 43 kB | 24/39 kB Progress (2): 43 kB | 28/39 kB Progress (2): 43 kB | 32/39 kB Progress (2): 43 kB | 36/39 kB Progress (2): 43 kB | 39 kB Progress (3): 43 kB | 39 kB | 4.1/38 kB Progress (3): 43 kB | 39 kB | 7.7/38 kB Progress (4): 43 kB | 39 kB | 7.7/38 kB | 4.1/49 kB Progress (4): 43 kB | 39 kB | 12/38 kB | 4.1/49 kB Progress (4): 43 kB | 39 kB | 12/38 kB | 7.7/49 kB Progress (4): 43 kB | 39 kB | 16/38 kB | 7.7/49 kB Progress (4): 43 kB | 39 kB | 16/38 kB | 12/49 kB Progress (4): 43 kB | 39 kB | 20/38 kB | 12/49 kB Progress (4): 43 kB | 39 kB | 20/38 kB | 16/49 kB Progress (4): 43 kB | 39 kB | 24/38 kB | 16/49 kB Progress (4): 43 kB | 39 kB | 24/38 kB | 20/49 kB Progress (4): 43 kB | 39 kB | 28/38 kB | 20/49 kB Progress (4): 43 kB | 39 kB | 28/38 kB | 24/49 kB Progress (4): 43 kB | 39 kB | 32/38 kB | 24/49 kB Progress (4): 43 kB | 39 kB | 32/38 kB | 28/49 kB Progress (4): 43 kB | 39 kB | 36/38 kB | 28/49 kB Progress (4): 43 kB | 39 kB | 36/38 kB | 32/49 kB Progress (4): 43 kB | 39 kB | 38 kB | 32/49 kB Progress (4): 43 kB | 39 kB | 38 kB | 36/49 kB Progress (4): 43 kB | 39 kB | 38 kB | 40/49 kB Progress (4): 43 kB | 39 kB | 38 kB | 44/49 kB Progress (4): 43 kB | 39 kB | 38 kB | 48/49 kB Progress (4): 43 kB | 39 kB | 38 kB | 49 kB Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 4.1/245 kB Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 7.7/245 kB Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 12/245 kB Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 16/245 kB Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 20/245 kB Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 24/245 kB Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 28/245 kB Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 32/245 kB Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 36/245 kB Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 40/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 1.2 MB/s) Progress (4): 43 kB | 39 kB | 38 kB | 44/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar Progress (4): 43 kB | 39 kB | 38 kB | 48/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 52/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 56/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 60/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 64/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 68/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 72/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 76/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 80/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 84/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 88/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 92/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 96/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 100/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 104/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 108/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 112/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 116/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 120/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 124/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 128/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 131/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 135/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 139/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 143/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 147/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 151/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 155/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 159/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 163/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 167/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 171/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 175/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 179/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 183/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 187/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 191/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 195/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 199/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 203/245 kB Progress (4): 43 kB | 39 kB | 38 kB | 207/245 kB Progress (5): 43 kB | 39 kB | 38 kB | 207/245 kB | 4.1/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 211/245 kB | 4.1/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 211/245 kB | 7.7/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 215/245 kB | 7.7/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 215/245 kB | 12/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 215/245 kB | 16/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 219/245 kB | 16/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 219/245 kB | 20/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 20/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 24/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 28/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 32/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 36/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 40/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 44/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 48/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 52/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 56/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 60/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 64/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 68/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 72/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 76/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 80/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 84/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 88/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 92/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 96/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 100/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 104/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 108/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 112/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 223/245 kB | 116/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 227/245 kB | 116/237 kB Progress (5): 43 kB | 39 kB | 38 kB | 227/245 kB | 120/237 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 759 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 723 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 822 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Progress (2): 227/245 kB | 124/237 kB Progress (2): 227/245 kB | 128/237 kB Progress (2): 227/245 kB | 132/237 kB Progress (2): 227/245 kB | 136/237 kB Progress (2): 231/245 kB | 136/237 kB Progress (2): 231/245 kB | 140/237 kB Progress (2): 231/245 kB | 144/237 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar Progress (2): 231/245 kB | 148/237 kB Progress (2): 235/245 kB | 148/237 kB Progress (2): 235/245 kB | 152/237 kB Progress (2): 239/245 kB | 152/237 kB Progress (2): 239/245 kB | 156/237 kB Progress (2): 243/245 kB | 156/237 kB Progress (2): 243/245 kB | 160/237 kB Progress (2): 245 kB | 160/237 kB Progress (2): 245 kB | 164/237 kB Progress (2): 245 kB | 168/237 kB Progress (2): 245 kB | 172/237 kB Progress (2): 245 kB | 176/237 kB Progress (2): 245 kB | 180/237 kB Progress (2): 245 kB | 184/237 kB Progress (2): 245 kB | 188/237 kB Progress (2): 245 kB | 192/237 kB Progress (2): 245 kB | 196/237 kB Progress (2): 245 kB | 200/237 kB Progress (2): 245 kB | 204/237 kB Progress (2): 245 kB | 208/237 kB Progress (2): 245 kB | 212/237 kB Progress (2): 245 kB | 216/237 kB Progress (2): 245 kB | 220/237 kB Progress (2): 245 kB | 224/237 kB Progress (2): 245 kB | 228/237 kB Progress (2): 245 kB | 232/237 kB Progress (2): 245 kB | 236/237 kB Progress (2): 245 kB | 237 kB Progress (3): 245 kB | 237 kB | 4.1/123 kB Progress (3): 245 kB | 237 kB | 7.7/123 kB Progress (3): 245 kB | 237 kB | 12/123 kB Progress (3): 245 kB | 237 kB | 16/123 kB Progress (3): 245 kB | 237 kB | 20/123 kB Progress (3): 245 kB | 237 kB | 24/123 kB Progress (3): 245 kB | 237 kB | 28/123 kB Progress (3): 245 kB | 237 kB | 32/123 kB Progress (3): 245 kB | 237 kB | 33/123 kB Progress (3): 245 kB | 237 kB | 37/123 kB Progress (3): 245 kB | 237 kB | 41/123 kB Progress (3): 245 kB | 237 kB | 45/123 kB Progress (3): 245 kB | 237 kB | 49/123 kB Progress (3): 245 kB | 237 kB | 53/123 kB Progress (3): 245 kB | 237 kB | 57/123 kB Progress (3): 245 kB | 237 kB | 61/123 kB Progress (3): 245 kB | 237 kB | 65/123 kB Progress (3): 245 kB | 237 kB | 69/123 kB Progress (3): 245 kB | 237 kB | 73/123 kB Progress (4): 245 kB | 237 kB | 73/123 kB | 4.1/17 kB Progress (5): 245 kB | 237 kB | 73/123 kB | 4.1/17 kB | 4.1/37 kB Progress (5): 245 kB | 237 kB | 73/123 kB | 4.1/17 kB | 7.7/37 kB Progress (5): 245 kB | 237 kB | 77/123 kB | 4.1/17 kB | 7.7/37 kB Progress (5): 245 kB | 237 kB | 77/123 kB | 4.1/17 kB | 12/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 3.7 MB/s) Progress (4): 245 kB | 77/123 kB | 7.7/17 kB | 12/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar Progress (4): 245 kB | 77/123 kB | 7.7/17 kB | 16/37 kB Progress (4): 245 kB | 81/123 kB | 7.7/17 kB | 16/37 kB Progress (4): 245 kB | 81/123 kB | 7.7/17 kB | 20/37 kB Progress (4): 245 kB | 81/123 kB | 12/17 kB | 20/37 kB Progress (4): 245 kB | 81/123 kB | 16/17 kB | 20/37 kB Progress (4): 245 kB | 81/123 kB | 17 kB | 20/37 kB Progress (4): 245 kB | 81/123 kB | 17 kB | 24/37 kB Progress (4): 245 kB | 85/123 kB | 17 kB | 24/37 kB Progress (4): 245 kB | 85/123 kB | 17 kB | 28/37 kB Progress (4): 245 kB | 89/123 kB | 17 kB | 28/37 kB Progress (4): 245 kB | 89/123 kB | 17 kB | 32/37 kB Progress (4): 245 kB | 93/123 kB | 17 kB | 32/37 kB Progress (4): 245 kB | 93/123 kB | 17 kB | 36/37 kB Progress (4): 245 kB | 97/123 kB | 17 kB | 36/37 kB Progress (4): 245 kB | 97/123 kB | 17 kB | 37 kB Progress (4): 245 kB | 101/123 kB | 17 kB | 37 kB Progress (4): 245 kB | 105/123 kB | 17 kB | 37 kB Progress (4): 245 kB | 109/123 kB | 17 kB | 37 kB Progress (4): 245 kB | 113/123 kB | 17 kB | 37 kB Progress (4): 245 kB | 117/123 kB | 17 kB | 37 kB Progress (4): 245 kB | 121/123 kB | 17 kB | 37 kB Progress (4): 245 kB | 123 kB | 17 kB | 37 kB Progress (5): 245 kB | 123 kB | 17 kB | 37 kB | 4.1/30 kB Progress (5): 245 kB | 123 kB | 17 kB | 37 kB | 7.7/30 kB Progress (5): 245 kB | 123 kB | 17 kB | 37 kB | 12/30 kB Progress (5): 245 kB | 123 kB | 17 kB | 37 kB | 16/30 kB Progress (5): 245 kB | 123 kB | 17 kB | 37 kB | 20/30 kB Progress (5): 245 kB | 123 kB | 17 kB | 37 kB | 24/30 kB Progress (5): 245 kB | 123 kB | 17 kB | 37 kB | 28/30 kB Progress (5): 245 kB | 123 kB | 17 kB | 37 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 3.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 4.1/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 7.7/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 12/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 16/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 20/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 24/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 28/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 32/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 36/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 40/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 44/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 48/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 52/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 56/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 60/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 64/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 68/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 72/158 kB Progress (5): 123 kB | 17 kB | 37 kB | 30 kB | 76/158 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 200 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar (37 kB at 445 kB/s) Progress (3): 123 kB | 30 kB | 80/158 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar Progress (3): 123 kB | 30 kB | 84/158 kB Progress (3): 123 kB | 30 kB | 88/158 kB Progress (3): 123 kB | 30 kB | 92/158 kB Progress (3): 123 kB | 30 kB | 96/158 kB Progress (3): 123 kB | 30 kB | 100/158 kB Progress (3): 123 kB | 30 kB | 104/158 kB Progress (3): 123 kB | 30 kB | 108/158 kB Progress (3): 123 kB | 30 kB | 112/158 kB Progress (3): 123 kB | 30 kB | 116/158 kB Progress (3): 123 kB | 30 kB | 120/158 kB Progress (3): 123 kB | 30 kB | 124/158 kB Progress (3): 123 kB | 30 kB | 128/158 kB Progress (3): 123 kB | 30 kB | 132/158 kB Progress (3): 123 kB | 30 kB | 136/158 kB Progress (3): 123 kB | 30 kB | 140/158 kB Progress (3): 123 kB | 30 kB | 144/158 kB Progress (3): 123 kB | 30 kB | 148/158 kB Progress (3): 123 kB | 30 kB | 152/158 kB Progress (3): 123 kB | 30 kB | 156/158 kB Progress (3): 123 kB | 30 kB | 158 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar (30 kB at 353 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar (123 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Progress (2): 158 kB | 4.1/11 kB Progress (2): 158 kB | 7.7/11 kB Progress (2): 158 kB | 11 kB Progress (3): 158 kB | 11 kB | 4.1/30 kB Progress (3): 158 kB | 11 kB | 7.7/30 kB Progress (3): 158 kB | 11 kB | 12/30 kB Progress (3): 158 kB | 11 kB | 16/30 kB Progress (3): 158 kB | 11 kB | 20/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 1.6 MB/s) Progress (2): 11 kB | 24/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Progress (2): 11 kB | 28/30 kB Progress (2): 11 kB | 30 kB Progress (3): 11 kB | 30 kB | 4.1/305 kB Progress (3): 11 kB | 30 kB | 7.7/305 kB Progress (4): 11 kB | 30 kB | 7.7/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 12/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 12/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 16/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 16/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 20/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 20/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 24/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 24/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 24/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 28/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 28/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 32/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 32/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 36/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 36/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 40/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 40/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 44/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 44/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 48/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 48/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 52/305 kB | 0/1.2 MB Progress (4): 11 kB | 30 kB | 52/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 56/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 56/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 60/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 60/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 64/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 64/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 68/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 68/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 72/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 72/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 76/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 76/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 80/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 80/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 84/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 84/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 88/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 88/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 92/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 92/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 96/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 96/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 98/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 98/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 98/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 102/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 102/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 106/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 106/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 110/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 110/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 114/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 114/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 118/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 118/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 122/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 122/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 126/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 126/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 30 kB | 130/305 kB | 0.1/1.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 279 kB/s) Progress (3): 11 kB | 134/305 kB | 0.1/1.2 MB Progress (3): 11 kB | 134/305 kB | 0.1/1.2 MB Progress (3): 11 kB | 138/305 kB | 0.1/1.2 MB Progress (4): 11 kB | 138/305 kB | 0.1/1.2 MB | 4.1/50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Progress (4): 11 kB | 138/305 kB | 0.1/1.2 MB | 7.7/50 kB Progress (4): 11 kB | 142/305 kB | 0.1/1.2 MB | 7.7/50 kB Progress (4): 11 kB | 142/305 kB | 0.1/1.2 MB | 7.7/50 kB Progress (4): 11 kB | 146/305 kB | 0.1/1.2 MB | 7.7/50 kB Progress (4): 11 kB | 146/305 kB | 0.1/1.2 MB | 12/50 kB Progress (4): 11 kB | 150/305 kB | 0.1/1.2 MB | 12/50 kB Progress (4): 11 kB | 150/305 kB | 0.1/1.2 MB | 12/50 kB Progress (4): 11 kB | 154/305 kB | 0.1/1.2 MB | 12/50 kB Progress (4): 11 kB | 154/305 kB | 0.1/1.2 MB | 16/50 kB Progress (4): 11 kB | 158/305 kB | 0.1/1.2 MB | 16/50 kB Progress (4): 11 kB | 158/305 kB | 0.1/1.2 MB | 16/50 kB Progress (4): 11 kB | 158/305 kB | 0.1/1.2 MB | 20/50 kB Progress (4): 11 kB | 162/305 kB | 0.1/1.2 MB | 20/50 kB Progress (4): 11 kB | 162/305 kB | 0.1/1.2 MB | 24/50 kB Progress (4): 11 kB | 162/305 kB | 0.2/1.2 MB | 24/50 kB Progress (4): 11 kB | 162/305 kB | 0.2/1.2 MB | 28/50 kB Progress (4): 11 kB | 166/305 kB | 0.2/1.2 MB | 28/50 kB Progress (4): 11 kB | 166/305 kB | 0.2/1.2 MB | 32/50 kB Progress (4): 11 kB | 166/305 kB | 0.2/1.2 MB | 32/50 kB Progress (4): 11 kB | 170/305 kB | 0.2/1.2 MB | 32/50 kB Progress (4): 11 kB | 170/305 kB | 0.2/1.2 MB | 32/50 kB Progress (4): 11 kB | 170/305 kB | 0.2/1.2 MB | 36/50 kB Progress (4): 11 kB | 170/305 kB | 0.2/1.2 MB | 36/50 kB Progress (4): 11 kB | 174/305 kB | 0.2/1.2 MB | 36/50 kB Progress (4): 11 kB | 174/305 kB | 0.2/1.2 MB | 36/50 kB Progress (4): 11 kB | 174/305 kB | 0.2/1.2 MB | 40/50 kB Progress (4): 11 kB | 174/305 kB | 0.2/1.2 MB | 40/50 kB Progress (4): 11 kB | 174/305 kB | 0.2/1.2 MB | 44/50 kB Progress (4): 11 kB | 178/305 kB | 0.2/1.2 MB | 44/50 kB Progress (4): 11 kB | 178/305 kB | 0.2/1.2 MB | 48/50 kB Progress (4): 11 kB | 178/305 kB | 0.2/1.2 MB | 48/50 kB Progress (4): 11 kB | 178/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 182/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 182/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 186/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 186/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 190/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 190/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 194/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 194/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 198/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 198/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 202/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 202/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 206/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 206/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 210/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 210/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 214/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 214/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 218/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 218/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 222/305 kB | 0.2/1.2 MB | 50 kB Progress (4): 11 kB | 222/305 kB | 0.2/1.2 MB | 50 kB Progress (5): 11 kB | 222/305 kB | 0.2/1.2 MB | 50 kB | 4.1/52 kB Progress (5): 11 kB | 222/305 kB | 0.2/1.2 MB | 50 kB | 4.1/52 kB Progress (5): 11 kB | 226/305 kB | 0.2/1.2 MB | 50 kB | 4.1/52 kB Progress (5): 11 kB | 226/305 kB | 0.2/1.2 MB | 50 kB | 4.1/52 kB Progress (5): 11 kB | 226/305 kB | 0.2/1.2 MB | 50 kB | 7.7/52 kB Progress (5): 11 kB | 226/305 kB | 0.2/1.2 MB | 50 kB | 7.7/52 kB Progress (5): 11 kB | 230/305 kB | 0.2/1.2 MB | 50 kB | 7.7/52 kB Progress (5): 11 kB | 230/305 kB | 0.2/1.2 MB | 50 kB | 7.7/52 kB Progress (5): 11 kB | 230/305 kB | 0.2/1.2 MB | 50 kB | 12/52 kB Progress (5): 11 kB | 230/305 kB | 0.2/1.2 MB | 50 kB | 12/52 kB Progress (5): 11 kB | 234/305 kB | 0.2/1.2 MB | 50 kB | 12/52 kB Progress (5): 11 kB | 234/305 kB | 0.2/1.2 MB | 50 kB | 12/52 kB Progress (5): 11 kB | 234/305 kB | 0.2/1.2 MB | 50 kB | 16/52 kB Progress (5): 11 kB | 234/305 kB | 0.2/1.2 MB | 50 kB | 16/52 kB Progress (5): 11 kB | 238/305 kB | 0.2/1.2 MB | 50 kB | 16/52 kB Progress (5): 11 kB | 238/305 kB | 0.3/1.2 MB | 50 kB | 16/52 kB Progress (5): 11 kB | 238/305 kB | 0.3/1.2 MB | 50 kB | 20/52 kB Progress (5): 11 kB | 238/305 kB | 0.3/1.2 MB | 50 kB | 24/52 kB Progress (5): 11 kB | 238/305 kB | 0.3/1.2 MB | 50 kB | 28/52 kB Progress (5): 11 kB | 238/305 kB | 0.3/1.2 MB | 50 kB | 32/52 kB Progress (5): 11 kB | 238/305 kB | 0.3/1.2 MB | 50 kB | 36/52 kB Progress (5): 11 kB | 238/305 kB | 0.3/1.2 MB | 50 kB | 40/52 kB Progress (5): 11 kB | 238/305 kB | 0.3/1.2 MB | 50 kB | 44/52 kB Progress (5): 11 kB | 238/305 kB | 0.3/1.2 MB | 50 kB | 48/52 kB Progress (5): 11 kB | 238/305 kB | 0.3/1.2 MB | 50 kB | 52/52 kB Progress (5): 11 kB | 238/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 238/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 242/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 246/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Progress (5): 11 kB | 246/305 kB | 0.3/1.2 MB | 50 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 374 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Progress (4): 11 kB | 246/305 kB | 0.3/1.2 MB | 50 kB Progress (4): 11 kB | 250/305 kB | 0.3/1.2 MB | 50 kB Progress (4): 11 kB | 250/305 kB | 0.3/1.2 MB | 50 kB Progress (4): 11 kB | 254/305 kB | 0.3/1.2 MB | 50 kB Progress (4): 11 kB | 254/305 kB | 0.3/1.2 MB | 50 kB Progress (4): 11 kB | 258/305 kB | 0.3/1.2 MB | 50 kB Progress (4): 11 kB | 258/305 kB | 0.3/1.2 MB | 50 kB Progress (4): 11 kB | 262/305 kB | 0.3/1.2 MB | 50 kB Progress (4): 11 kB | 262/305 kB | 0.3/1.2 MB | 50 kB Progress (4): 11 kB | 266/305 kB | 0.3/1.2 MB | 50 kB Progress (4): 11 kB | 266/305 kB | 0.3/1.2 MB | 50 kB Progress (4): 11 kB | 270/305 kB | 0.3/1.2 MB | 50 kB Progress (4): 11 kB | 270/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 274/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 274/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 278/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 278/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 282/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 282/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 286/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 286/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 290/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 290/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 294/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 294/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 298/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 298/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 302/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 302/305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 305 kB | 0.4/1.2 MB | 50 kB Progress (4): 11 kB | 305 kB | 0.4/1.2 MB | 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar (11 kB at 79 kB/s) Progress (3): 305 kB | 0.4/1.2 MB | 50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Progress (3): 305 kB | 0.4/1.2 MB | 50 kB Progress (3): 305 kB | 0.4/1.2 MB | 50 kB Progress (3): 305 kB | 0.4/1.2 MB | 50 kB Progress (3): 305 kB | 0.4/1.2 MB | 50 kB Progress (3): 305 kB | 0.4/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.5/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.6/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.7/1.2 MB | 50 kB Progress (3): 305 kB | 0.8/1.2 MB | 50 kB Progress (3): 305 kB | 0.8/1.2 MB | 50 kB Progress (3): 305 kB | 0.8/1.2 MB | 50 kB Progress (3): 305 kB | 0.8/1.2 MB | 50 kB Progress (3): 305 kB | 0.8/1.2 MB | 50 kB Progress (3): 305 kB | 0.8/1.2 MB | 50 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 4.1/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 4.1/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 7.7/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 7.7/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 12/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 12/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 16/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 16/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 20/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 20/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 24/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 24/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 28/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 28/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 32/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 32/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 36/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 36/37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.8/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB Progress (4): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB Progress (5): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB | 4.1/15 kB Progress (5): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB | 4.1/15 kB Progress (5): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB | 7.7/15 kB Progress (5): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB | 7.7/15 kB Progress (5): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB | 12/15 kB Progress (5): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB | 12/15 kB Progress (5): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB | 15 kB Progress (5): 305 kB | 0.9/1.2 MB | 50 kB | 37 kB | 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 319 kB/s) Progress (4): 305 kB | 0.9/1.2 MB | 37 kB | 15 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Progress (4): 305 kB | 0.9/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 0.9/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 0.9/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 0.9/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 0.9/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 0.9/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 0.9/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 0.9/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.0/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (4): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 4.1/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 4.1/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 7.7/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 7.7/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 12/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 12/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 16/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 16/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 20/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 20/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 24/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 24/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 28/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 28/91 kB Progress (5): 305 kB | 1.1/1.2 MB | 37 kB | 15 kB | 32/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 32/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 36/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 36/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 40/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 40/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 44/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 44/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 48/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 48/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 52/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 52/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 56/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 56/91 kB Progress (5): 305 kB | 1.2/1.2 MB | 37 kB | 15 kB | 60/91 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.8 MB/s) Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 60/91 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 64/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 64/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 68/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 68/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 72/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 72/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 76/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 76/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 80/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 80/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 84/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 84/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 88/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 88/91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 91 kB Progress (4): 1.2/1.2 MB | 37 kB | 15 kB | 91 kB Progress (4): 1.2 MB | 37 kB | 15 kB | 91 kB Progress (5): 1.2 MB | 37 kB | 15 kB | 91 kB | 4.1/109 kB Progress (5): 1.2 MB | 37 kB | 15 kB | 91 kB | 7.7/109 kB Progress (5): 1.2 MB | 37 kB | 15 kB | 91 kB | 12/109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 86 kB/s) Progress (4): 1.2 MB | 37 kB | 91 kB | 16/109 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 6.9 MB/s) Progress (3): 37 kB | 91 kB | 20/109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 212 kB/s) Progress (2): 91 kB | 24/109 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.jar Progress (2): 91 kB | 28/109 kB 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 (2): 91 kB | 32/109 kB Progress (2): 91 kB | 33/109 kB Progress (2): 91 kB | 37/109 kB Progress (2): 91 kB | 41/109 kB Progress (2): 91 kB | 45/109 kB Progress (2): 91 kB | 49/109 kB Progress (2): 91 kB | 53/109 kB Progress (2): 91 kB | 57/109 kB Progress (2): 91 kB | 61/109 kB Progress (2): 91 kB | 65/109 kB Progress (2): 91 kB | 66/109 kB Progress (2): 91 kB | 70/109 kB Progress (2): 91 kB | 74/109 kB Progress (2): 91 kB | 78/109 kB Progress (2): 91 kB | 82/109 kB Progress (2): 91 kB | 86/109 kB Progress (2): 91 kB | 90/109 kB Progress (2): 91 kB | 94/109 kB Progress (2): 91 kB | 98/109 kB Progress (2): 91 kB | 102/109 kB Progress (2): 91 kB | 106/109 kB Progress (2): 91 kB | 109 kB Progress (3): 91 kB | 109 kB | 4.1/115 kB Progress (3): 91 kB | 109 kB | 7.7/115 kB Progress (3): 91 kB | 109 kB | 12/115 kB Progress (3): 91 kB | 109 kB | 16/115 kB Progress (3): 91 kB | 109 kB | 20/115 kB Progress (3): 91 kB | 109 kB | 24/115 kB Progress (3): 91 kB | 109 kB | 28/115 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 591 kB/s) Progress (3): 91 kB | 28/115 kB | 4.1/195 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.jar Progress (3): 91 kB | 32/115 kB | 4.1/195 kB Progress (3): 91 kB | 32/115 kB | 7.7/195 kB Progress (4): 91 kB | 32/115 kB | 7.7/195 kB | 4.1/282 kB Progress (4): 91 kB | 32/115 kB | 12/195 kB | 4.1/282 kB Progress (4): 91 kB | 36/115 kB | 12/195 kB | 4.1/282 kB Progress (4): 91 kB | 36/115 kB | 16/195 kB | 4.1/282 kB Progress (4): 91 kB | 36/115 kB | 16/195 kB | 7.7/282 kB Progress (4): 91 kB | 36/115 kB | 20/195 kB | 7.7/282 kB Progress (4): 91 kB | 40/115 kB | 20/195 kB | 7.7/282 kB Progress (4): 91 kB | 40/115 kB | 24/195 kB | 7.7/282 kB Progress (4): 91 kB | 44/115 kB | 24/195 kB | 7.7/282 kB Progress (4): 91 kB | 44/115 kB | 28/195 kB | 7.7/282 kB Progress (4): 91 kB | 44/115 kB | 28/195 kB | 12/282 kB Progress (4): 91 kB | 44/115 kB | 32/195 kB | 12/282 kB Progress (4): 91 kB | 48/115 kB | 32/195 kB | 12/282 kB Progress (4): 91 kB | 48/115 kB | 36/195 kB | 12/282 kB Progress (4): 91 kB | 48/115 kB | 36/195 kB | 16/282 kB Progress (4): 91 kB | 48/115 kB | 40/195 kB | 16/282 kB Progress (4): 91 kB | 52/115 kB | 40/195 kB | 16/282 kB Progress (4): 91 kB | 52/115 kB | 44/195 kB | 16/282 kB Progress (4): 91 kB | 52/115 kB | 44/195 kB | 20/282 kB Progress (4): 91 kB | 52/115 kB | 48/195 kB | 20/282 kB Progress (4): 91 kB | 56/115 kB | 48/195 kB | 20/282 kB Progress (4): 91 kB | 56/115 kB | 52/195 kB | 20/282 kB Progress (4): 91 kB | 56/115 kB | 52/195 kB | 24/282 kB Progress (4): 91 kB | 56/115 kB | 56/195 kB | 24/282 kB Progress (4): 91 kB | 60/115 kB | 56/195 kB | 24/282 kB Progress (4): 91 kB | 60/115 kB | 60/195 kB | 24/282 kB Progress (4): 91 kB | 60/115 kB | 60/195 kB | 28/282 kB Progress (4): 91 kB | 60/115 kB | 64/195 kB | 28/282 kB Progress (4): 91 kB | 64/115 kB | 64/195 kB | 28/282 kB Progress (4): 91 kB | 64/115 kB | 68/195 kB | 28/282 kB Progress (4): 91 kB | 64/115 kB | 68/195 kB | 32/282 kB Progress (4): 91 kB | 64/115 kB | 72/195 kB | 32/282 kB Progress (4): 91 kB | 68/115 kB | 72/195 kB | 32/282 kB Progress (4): 91 kB | 68/115 kB | 76/195 kB | 32/282 kB Progress (4): 91 kB | 68/115 kB | 76/195 kB | 33/282 kB Progress (4): 91 kB | 68/115 kB | 80/195 kB | 33/282 kB Progress (4): 91 kB | 72/115 kB | 80/195 kB | 33/282 kB Progress (4): 91 kB | 72/115 kB | 84/195 kB | 33/282 kB Progress (4): 91 kB | 76/115 kB | 84/195 kB | 33/282 kB Progress (4): 91 kB | 76/115 kB | 88/195 kB | 33/282 kB Progress (4): 91 kB | 80/115 kB | 88/195 kB | 33/282 kB Progress (4): 91 kB | 80/115 kB | 92/195 kB | 33/282 kB Progress (4): 91 kB | 84/115 kB | 92/195 kB | 33/282 kB Progress (4): 91 kB | 84/115 kB | 96/195 kB | 33/282 kB Progress (4): 91 kB | 88/115 kB | 96/195 kB | 33/282 kB Progress (4): 91 kB | 88/115 kB | 100/195 kB | 33/282 kB Progress (4): 91 kB | 92/115 kB | 100/195 kB | 33/282 kB Progress (4): 91 kB | 92/115 kB | 104/195 kB | 33/282 kB Progress (4): 91 kB | 96/115 kB | 104/195 kB | 33/282 kB Progress (4): 91 kB | 96/115 kB | 108/195 kB | 33/282 kB Progress (4): 91 kB | 100/115 kB | 108/195 kB | 33/282 kB Progress (4): 91 kB | 100/115 kB | 112/195 kB | 33/282 kB Progress (4): 91 kB | 104/115 kB | 112/195 kB | 33/282 kB Progress (4): 91 kB | 104/115 kB | 116/195 kB | 33/282 kB Progress (4): 91 kB | 108/115 kB | 116/195 kB | 33/282 kB Progress (4): 91 kB | 108/115 kB | 120/195 kB | 33/282 kB Progress (4): 91 kB | 112/115 kB | 120/195 kB | 33/282 kB Progress (4): 91 kB | 112/115 kB | 124/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 124/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 128/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 132/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 136/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 140/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 144/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 148/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 152/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 156/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 160/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 164/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 168/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 172/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 176/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 180/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 184/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 188/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 192/195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 33/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 37/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 41/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 45/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 49/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 53/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 57/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 61/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 65/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 66/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 70/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 74/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 78/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 82/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 86/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 90/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 94/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 98/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 102/282 kB Progress (4): 91 kB | 115 kB | 195 kB | 106/282 kB Progress (5): 91 kB | 115 kB | 195 kB | 106/282 kB | 4.1/70 kB Progress (5): 91 kB | 115 kB | 195 kB | 110/282 kB | 4.1/70 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 574 kB/s) Progress (4): 91 kB | 195 kB | 114/282 kB | 4.1/70 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 453 kB/s) Progress (3): 195 kB | 114/282 kB | 7.7/70 kB 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 Progress (3): 195 kB | 118/282 kB | 7.7/70 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 (3): 195 kB | 122/282 kB | 7.7/70 kB Progress (3): 195 kB | 122/282 kB | 12/70 kB Progress (3): 195 kB | 126/282 kB | 12/70 kB Progress (3): 195 kB | 126/282 kB | 16/70 kB Progress (3): 195 kB | 130/282 kB | 16/70 kB Progress (3): 195 kB | 130/282 kB | 20/70 kB Progress (3): 195 kB | 134/282 kB | 20/70 kB Progress (3): 195 kB | 134/282 kB | 24/70 kB Progress (3): 195 kB | 138/282 kB | 24/70 kB Progress (3): 195 kB | 138/282 kB | 28/70 kB Progress (3): 195 kB | 142/282 kB | 28/70 kB Progress (3): 195 kB | 142/282 kB | 32/70 kB Progress (3): 195 kB | 146/282 kB | 32/70 kB Progress (3): 195 kB | 146/282 kB | 33/70 kB Progress (3): 195 kB | 150/282 kB | 33/70 kB Progress (3): 195 kB | 150/282 kB | 37/70 kB Progress (3): 195 kB | 154/282 kB | 37/70 kB Progress (3): 195 kB | 154/282 kB | 41/70 kB Progress (3): 195 kB | 158/282 kB | 41/70 kB Progress (3): 195 kB | 158/282 kB | 45/70 kB Progress (3): 195 kB | 162/282 kB | 45/70 kB Progress (3): 195 kB | 162/282 kB | 49/70 kB Progress (3): 195 kB | 166/282 kB | 49/70 kB Progress (3): 195 kB | 166/282 kB | 53/70 kB Progress (3): 195 kB | 170/282 kB | 53/70 kB Progress (3): 195 kB | 170/282 kB | 57/70 kB Progress (3): 195 kB | 174/282 kB | 57/70 kB Progress (3): 195 kB | 174/282 kB | 61/70 kB Progress (3): 195 kB | 178/282 kB | 61/70 kB Progress (3): 195 kB | 178/282 kB | 65/70 kB Progress (3): 195 kB | 182/282 kB | 65/70 kB Progress (3): 195 kB | 182/282 kB | 69/70 kB Progress (3): 195 kB | 186/282 kB | 69/70 kB Progress (3): 195 kB | 186/282 kB | 70 kB Progress (3): 195 kB | 190/282 kB | 70 kB Progress (3): 195 kB | 194/282 kB | 70 kB Progress (3): 195 kB | 197/282 kB | 70 kB Progress (3): 195 kB | 201/282 kB | 70 kB Progress (3): 195 kB | 205/282 kB | 70 kB Progress (3): 195 kB | 209/282 kB | 70 kB Progress (3): 195 kB | 213/282 kB | 70 kB Progress (3): 195 kB | 217/282 kB | 70 kB Progress (3): 195 kB | 221/282 kB | 70 kB Progress (3): 195 kB | 225/282 kB | 70 kB Progress (3): 195 kB | 229/282 kB | 70 kB Progress (3): 195 kB | 229/282 kB | 70 kB Progress (3): 195 kB | 233/282 kB | 70 kB Progress (3): 195 kB | 237/282 kB | 70 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.jar (195 kB at 818 kB/s) Progress (3): 237/282 kB | 70 kB | 4.1/33 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.jar Progress (4): 237/282 kB | 70 kB | 4.1/33 kB | 4.1/50 kB Progress (4): 241/282 kB | 70 kB | 4.1/33 kB | 4.1/50 kB Progress (4): 241/282 kB | 70 kB | 4.1/33 kB | 7.7/50 kB Progress (4): 241/282 kB | 70 kB | 7.7/33 kB | 7.7/50 kB Progress (4): 241/282 kB | 70 kB | 7.7/33 kB | 12/50 kB Progress (4): 241/282 kB | 70 kB | 12/33 kB | 12/50 kB Progress (4): 245/282 kB | 70 kB | 12/33 kB | 12/50 kB Progress (4): 245/282 kB | 70 kB | 16/33 kB | 12/50 kB Progress (4): 245/282 kB | 70 kB | 16/33 kB | 16/50 kB Progress (4): 249/282 kB | 70 kB | 16/33 kB | 16/50 kB Progress (4): 249/282 kB | 70 kB | 16/33 kB | 20/50 kB Progress (4): 249/282 kB | 70 kB | 20/33 kB | 20/50 kB Progress (4): 249/282 kB | 70 kB | 20/33 kB | 24/50 kB Progress (4): 253/282 kB | 70 kB | 20/33 kB | 24/50 kB Progress (4): 253/282 kB | 70 kB | 20/33 kB | 28/50 kB Progress (4): 253/282 kB | 70 kB | 24/33 kB | 28/50 kB Progress (4): 253/282 kB | 70 kB | 24/33 kB | 32/50 kB Progress (4): 257/282 kB | 70 kB | 24/33 kB | 32/50 kB Progress (4): 257/282 kB | 70 kB | 28/33 kB | 32/50 kB Progress (4): 261/282 kB | 70 kB | 28/33 kB | 32/50 kB Progress (4): 261/282 kB | 70 kB | 28/33 kB | 36/50 kB Progress (4): 265/282 kB | 70 kB | 28/33 kB | 36/50 kB Progress (4): 265/282 kB | 70 kB | 32/33 kB | 36/50 kB Progress (4): 269/282 kB | 70 kB | 32/33 kB | 36/50 kB Progress (4): 269/282 kB | 70 kB | 32/33 kB | 40/50 kB Progress (4): 273/282 kB | 70 kB | 32/33 kB | 40/50 kB Progress (4): 273/282 kB | 70 kB | 32/33 kB | 44/50 kB Progress (4): 273/282 kB | 70 kB | 33 kB | 44/50 kB Progress (4): 273/282 kB | 70 kB | 33 kB | 48/50 kB Progress (4): 277/282 kB | 70 kB | 33 kB | 48/50 kB Progress (4): 277/282 kB | 70 kB | 33 kB | 50 kB Progress (4): 281/282 kB | 70 kB | 33 kB | 50 kB Progress (4): 282 kB | 70 kB | 33 kB | 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.jar (70 kB at 282 kB/s) Progress (4): 282 kB | 33 kB | 50 kB | 4.1/129 kB Progress (4): 282 kB | 33 kB | 50 kB | 7.7/129 kB Progress (4): 282 kB | 33 kB | 50 kB | 12/129 kB Progress (4): 282 kB | 33 kB | 50 kB | 16/129 kB Progress (4): 282 kB | 33 kB | 50 kB | 20/129 kB Progress (4): 282 kB | 33 kB | 50 kB | 24/129 kB Progress (4): 282 kB | 33 kB | 50 kB | 28/129 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar (282 kB at 1.1 MB/s) Progress (3): 33 kB | 50 kB | 32/129 kB Progress (3): 33 kB | 50 kB | 33/129 kB Progress (3): 33 kB | 50 kB | 37/129 kB Progress (3): 33 kB | 50 kB | 41/129 kB Progress (3): 33 kB | 50 kB | 45/129 kB Progress (3): 33 kB | 50 kB | 49/129 kB Progress (3): 33 kB | 50 kB | 53/129 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.jar (50 kB at 197 kB/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 131 kB/s) Progress (1): 57/129 kB Progress (1): 61/129 kB Progress (1): 65/129 kB Progress (1): 66/129 kB Progress (1): 70/129 kB Progress (1): 74/129 kB Progress (1): 78/129 kB Progress (1): 82/129 kB Progress (1): 86/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/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.jar (129 kB at 467 kB/s) [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.pom (3.1 kB at 193 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom (2.5 kB at 131 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.jar Progress (1): 4.1/85 kB Progress (1): 7.7/85 kB Progress (1): 12/85 kB Progress (1): 16/85 kB Progress (1): 20/85 kB Progress (1): 24/85 kB Progress (1): 28/85 kB Progress (1): 32/85 kB Progress (1): 33/85 kB Progress (1): 37/85 kB Progress (1): 41/85 kB Progress (1): 45/85 kB Progress (1): 49/85 kB Progress (1): 53/85 kB Progress (1): 57/85 kB Progress (1): 61/85 kB Progress (1): 65/85 kB Progress (1): 69/85 kB Progress (1): 73/85 kB Progress (1): 77/85 kB Progress (1): 81/85 kB Progress (1): 85 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.jar (85 kB at 1.5 MB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s - in org.eclipse.collections.impl.test.CollectionsEqualTest [INFO] Running org.eclipse.collections.impl.test.VerifyTest [INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 s - in org.eclipse.collections.impl.test.VerifyTest [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.test.AssertNotEqualsTest [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.ExceptionThrownTest [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-testutils --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-testutils --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-testutils --- [INFO] No dependency problems found [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils --- [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.1.0/eclipse-collections-testutils-10.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.1.0/eclipse-collections-testutils-10.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.1.0/eclipse-collections-testutils-10.1.0-sources.jar [INFO] [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >-------- [INFO] Building Eclipse Collections Fork Join Utilities 10.1.0 [7/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.08 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-forkjoin --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-forkjoin --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-forkjoin --- [INFO] No dependency problems found [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin --- [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.1.0/eclipse-collections-forkjoin-10.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.1.0/eclipse-collections-forkjoin-10.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.1.0/eclipse-collections-forkjoin-10.1.0-sources.jar [INFO] [INFO] ---------------< org.eclipse.collections:jcstress-tests >--------------- [INFO] Building Eclipse Collections JCStress Test Suite 10.1.0 [8/10] [INFO] --------------------------------[ jar ]--------------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.pom (7.3 kB at 386 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.jar Progress (1): 4.1/101 kB Progress (1): 7.7/101 kB Progress (1): 12/101 kB Progress (1): 16/101 kB Progress (1): 20/101 kB Progress (1): 24/101 kB Progress (1): 28/101 kB Progress (1): 32/101 kB Progress (1): 33/101 kB Progress (1): 37/101 kB Progress (1): 41/101 kB Progress (1): 45/101 kB Progress (1): 49/101 kB Progress (1): 53/101 kB Progress (1): 57/101 kB Progress (1): 61/101 kB Progress (1): 65/101 kB Progress (1): 66/101 kB Progress (1): 70/101 kB Progress (1): 74/101 kB Progress (1): 78/101 kB Progress (1): 82/101 kB Progress (1): 86/101 kB Progress (1): 90/101 kB Progress (1): 94/101 kB Progress (1): 98/101 kB Progress (1): 101 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.jar (101 kB at 2.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-core/0.4/jcstress-core-0.4.pom Progress (1): 4.1/7.4 kB Progress (1): 7.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-core/0.4/jcstress-core-0.4.pom (7.4 kB at 433 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-parent/0.4/jcstress-parent-0.4.pom 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/openjdk/jcstress/jcstress-parent/0.4/jcstress-parent-0.4.pom (12 kB at 808 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.pom (11 kB at 664 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-core/0.4/jcstress-core-0.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (2): 0.3/1.0 MB | 4.1/62 kB Progress (2): 0.3/1.0 MB | 4.1/62 kB Progress (2): 0.3/1.0 MB | 7.7/62 kB Progress (2): 0.3/1.0 MB | 7.7/62 kB Progress (2): 0.3/1.0 MB | 7.7/62 kB Progress (2): 0.3/1.0 MB | 7.7/62 kB Progress (2): 0.3/1.0 MB | 7.7/62 kB Progress (2): 0.3/1.0 MB | 12/62 kB Progress (2): 0.3/1.0 MB | 12/62 kB Progress (2): 0.3/1.0 MB | 16/62 kB Progress (2): 0.3/1.0 MB | 16/62 kB Progress (2): 0.3/1.0 MB | 20/62 kB Progress (2): 0.3/1.0 MB | 20/62 kB Progress (2): 0.3/1.0 MB | 24/62 kB Progress (2): 0.3/1.0 MB | 24/62 kB Progress (2): 0.3/1.0 MB | 28/62 kB Progress (2): 0.3/1.0 MB | 28/62 kB Progress (2): 0.3/1.0 MB | 32/62 kB Progress (2): 0.3/1.0 MB | 32/62 kB Progress (2): 0.3/1.0 MB | 32/62 kB Progress (2): 0.3/1.0 MB | 32/62 kB Progress (2): 0.3/1.0 MB | 32/62 kB Progress (2): 0.3/1.0 MB | 36/62 kB Progress (2): 0.3/1.0 MB | 36/62 kB Progress (2): 0.3/1.0 MB | 40/62 kB Progress (2): 0.3/1.0 MB | 40/62 kB Progress (2): 0.3/1.0 MB | 44/62 kB Progress (2): 0.3/1.0 MB | 48/62 kB Progress (2): 0.3/1.0 MB | 48/62 kB Progress (2): 0.3/1.0 MB | 48/62 kB Progress (2): 0.3/1.0 MB | 48/62 kB Progress (2): 0.3/1.0 MB | 48/62 kB Progress (2): 0.3/1.0 MB | 48/62 kB Progress (2): 0.3/1.0 MB | 48/62 kB Progress (2): 0.3/1.0 MB | 48/62 kB Progress (2): 0.4/1.0 MB | 48/62 kB Progress (2): 0.4/1.0 MB | 48/62 kB Progress (2): 0.4/1.0 MB | 48/62 kB Progress (2): 0.4/1.0 MB | 48/62 kB Progress (2): 0.4/1.0 MB | 52/62 kB Progress (2): 0.4/1.0 MB | 52/62 kB Progress (2): 0.4/1.0 MB | 56/62 kB Progress (2): 0.4/1.0 MB | 56/62 kB Progress (2): 0.4/1.0 MB | 56/62 kB Progress (2): 0.4/1.0 MB | 60/62 kB Progress (2): 0.4/1.0 MB | 60/62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.4/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.5/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.6/1.0 MB | 62 kB Progress (2): 0.7/1.0 MB | 62 kB Progress (2): 0.7/1.0 MB | 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar (62 kB at 2.3 MB/s) Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-core/0.4/jcstress-core-0.4.jar (1.0 MB at 26 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jcstress-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.1.0.jar [INFO] [INFO] --- maven-shade-plugin:2.3:shade (default) @ jcstress-tests --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (1.9 kB at 121 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (5.5 kB at 366 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom Progress (1): 4.1/9.5 kB Progress (1): 7.7/9.5 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 679 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom (2.1 kB at 84 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom (2.1 kB at 149 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/0.9/jdependency-0.9.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/0.9/jdependency-0.9.pom (11 kB at 668 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.2/asm-analysis-5.0.2.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.2/asm-analysis-5.0.2.pom (2.1 kB at 110 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.2/asm-util-5.0.2.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.2/asm-util-5.0.2.pom (2.1 kB at 149 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.pom (5.5 kB at 304 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom (2.0 kB at 131 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 69 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/0.9/jdependency-0.9.jar Progress (1): 4.1/42 kB Progress (1): 7.7/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (2): 16/42 kB | 4.1/174 kB Progress (2): 20/42 kB | 4.1/174 kB Progress (3): 20/42 kB | 4.1/174 kB | 4.1/29 kB Progress (3): 20/42 kB | 7.7/174 kB | 4.1/29 kB Progress (3): 20/42 kB | 7.7/174 kB | 7.7/29 kB Progress (3): 24/42 kB | 7.7/174 kB | 7.7/29 kB Progress (3): 24/42 kB | 7.7/174 kB | 12/29 kB Progress (3): 24/42 kB | 12/174 kB | 12/29 kB Progress (3): 24/42 kB | 12/174 kB | 16/29 kB Progress (3): 28/42 kB | 12/174 kB | 16/29 kB Progress (3): 28/42 kB | 12/174 kB | 20/29 kB Progress (3): 28/42 kB | 16/174 kB | 20/29 kB Progress (3): 28/42 kB | 16/174 kB | 24/29 kB Progress (3): 28/42 kB | 20/174 kB | 24/29 kB Progress (3): 32/42 kB | 20/174 kB | 24/29 kB Progress (3): 32/42 kB | 24/174 kB | 24/29 kB Progress (3): 32/42 kB | 24/174 kB | 28/29 kB Progress (3): 36/42 kB | 24/174 kB | 28/29 kB Progress (3): 36/42 kB | 28/174 kB | 28/29 kB Progress (3): 36/42 kB | 28/174 kB | 29 kB Progress (3): 36/42 kB | 32/174 kB | 29 kB Progress (3): 40/42 kB | 32/174 kB | 29 kB Progress (3): 40/42 kB | 33/174 kB | 29 kB Progress (4): 40/42 kB | 33/174 kB | 29 kB | 4.1/53 kB Progress (4): 40/42 kB | 37/174 kB | 29 kB | 4.1/53 kB Progress (4): 42 kB | 37/174 kB | 29 kB | 4.1/53 kB Progress (4): 42 kB | 41/174 kB | 29 kB | 4.1/53 kB Progress (4): 42 kB | 41/174 kB | 29 kB | 7.7/53 kB Progress (4): 42 kB | 45/174 kB | 29 kB | 7.7/53 kB Progress (4): 42 kB | 45/174 kB | 29 kB | 12/53 kB Progress (5): 42 kB | 45/174 kB | 29 kB | 12/53 kB | 4.1/22 kB Progress (5): 42 kB | 49/174 kB | 29 kB | 12/53 kB | 4.1/22 kB Progress (5): 42 kB | 49/174 kB | 29 kB | 12/53 kB | 7.7/22 kB Progress (5): 42 kB | 49/174 kB | 29 kB | 16/53 kB | 7.7/22 kB Progress (5): 42 kB | 53/174 kB | 29 kB | 16/53 kB | 7.7/22 kB Progress (5): 42 kB | 53/174 kB | 29 kB | 20/53 kB | 7.7/22 kB Progress (5): 42 kB | 57/174 kB | 29 kB | 20/53 kB | 7.7/22 kB Progress (5): 42 kB | 57/174 kB | 29 kB | 24/53 kB | 7.7/22 kB Progress (5): 42 kB | 57/174 kB | 29 kB | 24/53 kB | 12/22 kB Progress (5): 42 kB | 57/174 kB | 29 kB | 28/53 kB | 12/22 kB Progress (5): 42 kB | 61/174 kB | 29 kB | 28/53 kB | 12/22 kB Progress (5): 42 kB | 61/174 kB | 29 kB | 32/53 kB | 12/22 kB Progress (5): 42 kB | 61/174 kB | 29 kB | 32/53 kB | 16/22 kB Progress (5): 42 kB | 61/174 kB | 29 kB | 36/53 kB | 16/22 kB Progress (5): 42 kB | 65/174 kB | 29 kB | 36/53 kB | 16/22 kB Progress (5): 42 kB | 65/174 kB | 29 kB | 40/53 kB | 16/22 kB Progress (5): 42 kB | 65/174 kB | 29 kB | 40/53 kB | 20/22 kB Progress (5): 42 kB | 65/174 kB | 29 kB | 44/53 kB | 20/22 kB Progress (5): 42 kB | 66/174 kB | 29 kB | 44/53 kB | 20/22 kB Progress (5): 42 kB | 66/174 kB | 29 kB | 48/53 kB | 20/22 kB Progress (5): 42 kB | 66/174 kB | 29 kB | 48/53 kB | 22 kB Progress (5): 42 kB | 66/174 kB | 29 kB | 52/53 kB | 22 kB Progress (5): 42 kB | 70/174 kB | 29 kB | 52/53 kB | 22 kB Progress (5): 42 kB | 70/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 74/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 78/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 82/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 86/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 90/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 94/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 98/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 98/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 102/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 106/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 110/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 114/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 118/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 122/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 126/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 130/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 131/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 135/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 139/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 143/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 147/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 151/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 155/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 159/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 163/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 167/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 171/174 kB | 29 kB | 53 kB | 22 kB Progress (5): 42 kB | 174 kB | 29 kB | 53 kB | 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar (42 kB at 1.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.2/asm-analysis-5.0.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar (29 kB at 1.0 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar (53 kB at 1.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.2/asm-util-5.0.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/0.9/jdependency-0.9.jar (22 kB at 729 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar Progress (2): 174 kB | 4.1/20 kB Progress (2): 174 kB | 7.7/20 kB Progress (2): 174 kB | 12/20 kB Progress (2): 174 kB | 16/20 kB Progress (2): 174 kB | 20/20 kB Progress (2): 174 kB | 20 kB Progress (3): 174 kB | 20 kB | 4.1/33 kB Progress (3): 174 kB | 20 kB | 7.7/33 kB Progress (3): 174 kB | 20 kB | 12/33 kB Progress (4): 174 kB | 20 kB | 12/33 kB | 4.1/43 kB Progress (4): 174 kB | 20 kB | 16/33 kB | 4.1/43 kB Progress (4): 174 kB | 20 kB | 16/33 kB | 7.7/43 kB Progress (4): 174 kB | 20 kB | 20/33 kB | 7.7/43 kB Progress (4): 174 kB | 20 kB | 20/33 kB | 12/43 kB Progress (4): 174 kB | 20 kB | 20/33 kB | 16/43 kB Progress (4): 174 kB | 20 kB | 20/33 kB | 20/43 kB Progress (4): 174 kB | 20 kB | 24/33 kB | 20/43 kB Progress (4): 174 kB | 20 kB | 24/33 kB | 24/43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.2/asm-analysis-5.0.2.jar (20 kB at 511 kB/s) Progress (3): 174 kB | 24/33 kB | 28/43 kB Progress (3): 174 kB | 28/33 kB | 28/43 kB Progress (3): 174 kB | 28/33 kB | 32/43 kB Progress (3): 174 kB | 32/33 kB | 32/43 kB Progress (3): 174 kB | 32/33 kB | 36/43 kB Progress (3): 174 kB | 33 kB | 36/43 kB Progress (3): 174 kB | 33 kB | 40/43 kB Progress (3): 174 kB | 33 kB | 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 4.0 MB/s) Progress (3): 33 kB | 43 kB | 0/1.6 MB Progress (3): 33 kB | 43 kB | 0/1.6 MB Progress (3): 33 kB | 43 kB | 0/1.6 MB Progress (3): 33 kB | 43 kB | 0/1.6 MB Progress (3): 33 kB | 43 kB | 0/1.6 MB Progress (3): 33 kB | 43 kB | 0/1.6 MB Progress (3): 33 kB | 43 kB | 0/1.6 MB Progress (3): 33 kB | 43 kB | 0/1.6 MB Progress (3): 33 kB | 43 kB | 0/1.6 MB Progress (3): 33 kB | 43 kB | 0/1.6 MB Progress (3): 33 kB | 43 kB | 0/1.6 MB Progress (3): 33 kB | 43 kB | 0/1.6 MB Progress (3): 33 kB | 43 kB | 0.1/1.6 MB Progress (3): 33 kB | 43 kB | 0.1/1.6 MB Progress (3): 33 kB | 43 kB | 0.1/1.6 MB Progress (3): 33 kB | 43 kB | 0.1/1.6 MB Progress (3): 33 kB | 43 kB | 0.1/1.6 MB Progress (3): 33 kB | 43 kB | 0.1/1.6 MB Progress (3): 33 kB | 43 kB | 0.1/1.6 MB Progress (3): 33 kB | 43 kB | 0.1/1.6 MB Progress (3): 33 kB | 43 kB | 0.1/1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 718 kB/s) Progress (2): 43 kB | 0.1/1.6 MB Progress (2): 43 kB | 0.1/1.6 MB Progress (2): 43 kB | 0.1/1.6 MB Progress (2): 43 kB | 0.1/1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.2/asm-util-5.0.2.jar (43 kB at 921 kB/s) Progress (1): 0.1/1.6 MB Progress (1): 0.1/1.6 MB Progress (1): 0.1/1.6 MB Progress (1): 0.1/1.6 MB Progress (1): 0.1/1.6 MB Progress (1): 0.1/1.6 MB Progress (1): 0.1/1.6 MB Progress (1): 0.1/1.6 MB Progress (1): 0.1/1.6 MB Progress (1): 0.1/1.6 MB Progress (1): 0.1/1.6 MB Progress (1): 0.1/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.2/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.3/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.4/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.5/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.6/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.7/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.8/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 0.9/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.0/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.1/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.2/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.3/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.4/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.5/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6/1.6 MB Progress (1): 1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.jar (1.6 MB at 20 MB/s) [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.1.0 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.1.0 in the shaded jar. [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar. [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. [INFO] Replacing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress.jar with /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.1.0-shaded.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ jcstress-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.1.0-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ jcstress-tests --- [INFO] No dependency problems found [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests --- [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.1.0/jcstress-tests-10.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.1.0/jcstress-tests-10.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.1.0/jcstress-tests-10.1.0-sources.jar [INFO] [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- [INFO] Building Eclipse Collections p2 Repository Build 10.1.0 [9/10] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository --- [INFO] [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ p2-repository --- [INFO] Skipping pom project [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository --- [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0/p2-repository-10.1.0.pom [INFO] [INFO] ----------< org.eclipse.collections:org.eclipse.collections >----------- [INFO] Building Eclipse Collections OSGi Bundle 10.1.0 [10/10] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.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.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 140 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.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): 44/129 kB Progress (1): 48/129 kB Progress (1): 52/129 kB Progress (1): 56/129 kB Progress (1): 60/129 kB Progress (1): 64/129 kB Progress (1): 68/129 kB Progress (1): 72/129 kB Progress (1): 76/129 kB Progress (1): 80/129 kB Progress (1): 84/129 kB Progress (1): 88/129 kB Progress (1): 92/129 kB Progress (1): 96/129 kB Progress (1): 100/129 kB Progress (1): 104/129 kB Progress (1): 108/129 kB Progress (1): 112/129 kB Progress (1): 116/129 kB Progress (1): 120/129 kB Progress (1): 124/129 kB Progress (1): 128/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.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 2.4 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.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.3.0/tycho-p2-plugin-1.3.0.pom (2.2 kB at 96 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.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.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 609 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections --- Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom (1.5 kB at 58 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom (15 kB at 600 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom (9.3 kB at 117 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom (32 kB at 1.1 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 129 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 201 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 162 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 262 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 204 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 108 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom 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/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 337 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom (1.8 kB at 29 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Progress (1): 4.1/4.5 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/2.5/maven-archiver-2.5.pom (4.5 kB at 126 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Progress (1): 4.1/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 36 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 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 976 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/10/apache-10.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 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 822 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 24 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 689 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Progress (1): 4.1/70 kB Progress (1): 7.7/70 kB Progress (1): 12/70 kB Progress (1): 16/70 kB Progress (1): 20/70 kB Progress (1): 24/70 kB Progress (1): 28/70 kB Progress (1): 32/70 kB Progress (1): 36/70 kB Progress (1): 40/70 kB Progress (1): 44/70 kB Progress (1): 48/70 kB Progress (1): 52/70 kB Progress (1): 56/70 kB Progress (1): 60/70 kB Progress (1): 64/70 kB Progress (1): 68/70 kB Progress (1): 70 kB Progress (2): 70 kB | 4.1/6.0 kB Progress (2): 70 kB | 6.0 kB Progress (3): 70 kB | 6.0 kB | 4.1/281 kB Progress (3): 70 kB | 6.0 kB | 7.7/281 kB Progress (3): 70 kB | 6.0 kB | 12/281 kB Progress (3): 70 kB | 6.0 kB | 16/281 kB Progress (3): 70 kB | 6.0 kB | 20/281 kB Progress (3): 70 kB | 6.0 kB | 24/281 kB Progress (3): 70 kB | 6.0 kB | 28/281 kB Progress (3): 70 kB | 6.0 kB | 32/281 kB Progress (3): 70 kB | 6.0 kB | 33/281 kB Progress (3): 70 kB | 6.0 kB | 37/281 kB Progress (3): 70 kB | 6.0 kB | 41/281 kB Progress (3): 70 kB | 6.0 kB | 45/281 kB Progress (3): 70 kB | 6.0 kB | 49/281 kB Progress (3): 70 kB | 6.0 kB | 53/281 kB Progress (3): 70 kB | 6.0 kB | 57/281 kB Progress (3): 70 kB | 6.0 kB | 61/281 kB Progress (3): 70 kB | 6.0 kB | 65/281 kB Progress (3): 70 kB | 6.0 kB | 66/281 kB Progress (3): 70 kB | 6.0 kB | 70/281 kB Progress (3): 70 kB | 6.0 kB | 74/281 kB Progress (3): 70 kB | 6.0 kB | 78/281 kB Progress (3): 70 kB | 6.0 kB | 82/281 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar (6.0 kB at 252 kB/s) Progress (2): 70 kB | 86/281 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Progress (2): 70 kB | 90/281 kB Progress (2): 70 kB | 94/281 kB Progress (2): 70 kB | 98/281 kB Progress (2): 70 kB | 98/281 kB Progress (2): 70 kB | 102/281 kB Progress (2): 70 kB | 106/281 kB Progress (2): 70 kB | 110/281 kB Progress (2): 70 kB | 114/281 kB Progress (2): 70 kB | 118/281 kB Progress (2): 70 kB | 122/281 kB Progress (2): 70 kB | 126/281 kB Progress (2): 70 kB | 130/281 kB Progress (2): 70 kB | 134/281 kB Progress (2): 70 kB | 138/281 kB Progress (2): 70 kB | 142/281 kB Progress (2): 70 kB | 146/281 kB Progress (2): 70 kB | 150/281 kB Progress (2): 70 kB | 154/281 kB Progress (2): 70 kB | 158/281 kB Progress (2): 70 kB | 162/281 kB Progress (2): 70 kB | 166/281 kB Progress (2): 70 kB | 170/281 kB Progress (2): 70 kB | 174/281 kB Progress (2): 70 kB | 178/281 kB Progress (2): 70 kB | 182/281 kB Progress (2): 70 kB | 186/281 kB Progress (2): 70 kB | 190/281 kB Progress (2): 70 kB | 194/281 kB Progress (2): 70 kB | 198/281 kB Progress (2): 70 kB | 202/281 kB Progress (2): 70 kB | 206/281 kB Progress (2): 70 kB | 210/281 kB Progress (2): 70 kB | 214/281 kB Progress (2): 70 kB | 218/281 kB Progress (2): 70 kB | 222/281 kB Progress (2): 70 kB | 226/281 kB Progress (2): 70 kB | 230/281 kB Progress (2): 70 kB | 234/281 kB Progress (2): 70 kB | 238/281 kB Progress (2): 70 kB | 242/281 kB Progress (2): 70 kB | 246/281 kB Progress (2): 70 kB | 250/281 kB Progress (2): 70 kB | 254/281 kB Progress (2): 70 kB | 258/281 kB Progress (2): 70 kB | 262/281 kB Progress (2): 70 kB | 266/281 kB Progress (2): 70 kB | 270/281 kB Progress (2): 70 kB | 274/281 kB Progress (2): 70 kB | 278/281 kB Progress (2): 70 kB | 281 kB Progress (3): 70 kB | 281 kB | 4.1/26 kB Progress (3): 70 kB | 281 kB | 7.7/26 kB Progress (3): 70 kB | 281 kB | 12/26 kB Progress (3): 70 kB | 281 kB | 16/26 kB Progress (3): 70 kB | 281 kB | 20/26 kB Progress (3): 70 kB | 281 kB | 24/26 kB Progress (3): 70 kB | 281 kB | 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 543 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar Progress (3): 70 kB | 281 kB | 4.1/166 kB Progress (3): 70 kB | 281 kB | 7.7/166 kB Progress (3): 70 kB | 281 kB | 12/166 kB Progress (3): 70 kB | 281 kB | 16/166 kB Progress (3): 70 kB | 281 kB | 20/166 kB Progress (3): 70 kB | 281 kB | 24/166 kB Progress (3): 70 kB | 281 kB | 28/166 kB Progress (3): 70 kB | 281 kB | 32/166 kB Progress (3): 70 kB | 281 kB | 33/166 kB Progress (3): 70 kB | 281 kB | 37/166 kB Progress (3): 70 kB | 281 kB | 41/166 kB Progress (3): 70 kB | 281 kB | 45/166 kB Progress (3): 70 kB | 281 kB | 49/166 kB Progress (3): 70 kB | 281 kB | 53/166 kB Progress (3): 70 kB | 281 kB | 57/166 kB Progress (3): 70 kB | 281 kB | 61/166 kB Progress (3): 70 kB | 281 kB | 65/166 kB Progress (3): 70 kB | 281 kB | 66/166 kB Progress (3): 70 kB | 281 kB | 70/166 kB Progress (3): 70 kB | 281 kB | 74/166 kB Progress (3): 70 kB | 281 kB | 78/166 kB Progress (3): 70 kB | 281 kB | 82/166 kB Progress (3): 70 kB | 281 kB | 86/166 kB Progress (3): 70 kB | 281 kB | 90/166 kB Progress (3): 70 kB | 281 kB | 94/166 kB Progress (3): 70 kB | 281 kB | 98/166 kB Progress (3): 70 kB | 281 kB | 98/166 kB Progress (3): 70 kB | 281 kB | 102/166 kB Progress (3): 70 kB | 281 kB | 106/166 kB Progress (3): 70 kB | 281 kB | 110/166 kB Progress (3): 70 kB | 281 kB | 114/166 kB Progress (3): 70 kB | 281 kB | 118/166 kB Progress (3): 70 kB | 281 kB | 122/166 kB Progress (3): 70 kB | 281 kB | 126/166 kB Progress (3): 70 kB | 281 kB | 130/166 kB Progress (3): 70 kB | 281 kB | 131/166 kB Progress (3): 70 kB | 281 kB | 135/166 kB Progress (3): 70 kB | 281 kB | 139/166 kB Progress (3): 70 kB | 281 kB | 143/166 kB Progress (3): 70 kB | 281 kB | 147/166 kB Progress (3): 70 kB | 281 kB | 151/166 kB Progress (3): 70 kB | 281 kB | 155/166 kB Progress (3): 70 kB | 281 kB | 159/166 kB Progress (3): 70 kB | 281 kB | 163/166 kB Progress (3): 70 kB | 281 kB | 166 kB Progress (4): 70 kB | 281 kB | 166 kB | 0/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB Progress (4): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 4.1/11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 4.1/11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 7.7/11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 7.7/11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 7.7/11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.1/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (5): 70 kB | 281 kB | 166 kB | 0.2/2.7 MB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 3.7 MB/s) Progress (4): 70 kB | 166 kB | 0.2/2.7 MB | 11 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Progress (4): 70 kB | 166 kB | 0.2/2.7 MB | 11 kB Progress (4): 70 kB | 166 kB | 0.2/2.7 MB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 2.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar (11 kB at 147 kB/s) Progress (2): 70 kB | 0.2/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.3/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.4/2.7 MB Progress (2): 70 kB | 0.5/2.7 MB Progress (2): 70 kB | 0.5/2.7 MB Progress (2): 70 kB | 0.5/2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 828 kB/s) Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (2): 0.6/2.7 MB | 4.1/22 kB Progress (2): 0.6/2.7 MB | 4.1/22 kB Progress (2): 0.6/2.7 MB | 7.7/22 kB Progress (2): 0.6/2.7 MB | 7.7/22 kB Progress (2): 0.6/2.7 MB | 12/22 kB Progress (2): 0.6/2.7 MB | 16/22 kB Progress (2): 0.6/2.7 MB | 16/22 kB Progress (2): 0.6/2.7 MB | 16/22 kB Progress (2): 0.6/2.7 MB | 20/22 kB Progress (2): 0.6/2.7 MB | 20/22 kB Progress (2): 0.6/2.7 MB | 22 kB Progress (2): 0.6/2.7 MB | 22 kB Progress (2): 0.6/2.7 MB | 22 kB Progress (2): 0.6/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.7/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Progress (2): 0.8/2.7 MB | 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 232 kB/s) Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar (2.7 MB at 15 MB/s) [INFO] The project's OSGi version is 10.1.0.v20191204-1814 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.collections --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections --- [INFO] No sources to compile [INFO] [INFO] --- ebr-maven-plugin:1.0.0:bundle (default-bundle) @ org.eclipse.collections --- [INFO] Gathering dependencies [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.1.0:jar [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.1.0:jar [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [INFO] Merging collected dependencies [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5239 resources [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.jar [INFO] Gathering sources [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.1.0:jar [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.1.0:jar [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0-sources.jar [INFO] Packing and signing bundle [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0" Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.pom (1.3 kB at 28 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200/1.2.0/tycho-pack200-1.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.2.0/tycho-pack200-1.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200/1.2.0/tycho-pack200-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.2.0/tycho-pack200-1.2.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.2.0/tycho-pack200-1.2.0.pom (1.5 kB at 6.6 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-extras/1.2.0/tycho-extras-1.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.2.0/tycho-extras-1.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-extras/1.2.0/tycho-extras-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.2.0/tycho-extras-1.2.0.pom 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/extras/tycho-extras/1.2.0/tycho-extras-1.2.0.pom (14 kB at 321 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.jar Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.2.0/tycho-pack200a-plugin-1.2.0.jar (7.3 kB at 101 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.pom (1.0 kB at 9.4 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.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/extras/tycho-pack200-impl/1.2.0/tycho-pack200-impl-1.2.0.jar (14 kB at 188 kB/s) [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.pom Progress (1): 2.6 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.pom (2.6 kB at 46 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.7/maven-plugin-parent-1.1.7.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.7/maven-plugin-parent-1.1.7.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.7/maven-plugin-parent-1.1.7.pom (5.6 kB at 208 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/cbi-parent/1.0.5/cbi-parent-1.0.5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.5/cbi-parent-1.0.5.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.5/cbi-parent-1.0.5.pom (12 kB at 387 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.jar Progress (1): 4.1/66 kB Progress (1): 7.7/66 kB Progress (1): 12/66 kB Progress (1): 16/66 kB Progress (1): 20/66 kB Progress (1): 24/66 kB Progress (1): 28/66 kB Progress (1): 32/66 kB Progress (1): 36/66 kB Progress (1): 40/66 kB Progress (1): 44/66 kB Progress (1): 48/66 kB Progress (1): 52/66 kB Progress (1): 56/66 kB Progress (1): 60/66 kB Progress (1): 64/66 kB Progress (1): 66 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.jar (66 kB at 1.7 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 266 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 948 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 115 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 83 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 87 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 41 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom 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.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 45 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 51 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 127 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 168 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 317 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom Progress (1): 4.1/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom (8.7 kB at 363 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom (13 kB at 575 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom (2.4 kB at 73 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom (1.8 kB at 28 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom Progress (1): 4.1/5.2 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom (5.2 kB at 184 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 89 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 317 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 304 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 113 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 244 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/asm/asm/3.3.1/asm-3.3.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom Progress (1): 266 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 10 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom 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/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 155 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 155 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 95 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 118 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 58 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 70 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 105 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 146 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.pom Progress (1): 2.4 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.pom (2.4 kB at 85 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom (6.1 kB at 186 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom (1.7 kB at 53 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/auto/auto-parent/7/auto-parent-7.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/7/auto-parent-7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/auto/auto-parent/7/auto-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/7/auto-parent-7.pom Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/7/auto-parent-7.pom (6.5 kB at 172 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom (2.6 kB at 86 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.pom Progress (1): 3.5 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.pom (3.5 kB at 107 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.pom Progress (1): 2.4 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.pom (2.4 kB at 51 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom (6.6 kB at 228 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom (16 kB at 630 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom Progress (1): 4.1/5.2 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom (5.2 kB at 217 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/asm/asm/3.3.1/asm-3.3.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar Progress (1): 4.1/64 kB Progress (1): 7.7/64 kB Progress (1): 12/64 kB Progress (1): 16/64 kB Progress (1): 20/64 kB Progress (1): 24/64 kB Progress (1): 28/64 kB Progress (1): 32/64 kB Progress (1): 36/64 kB Progress (1): 40/64 kB Progress (1): 44/64 kB Progress (1): 48/64 kB Progress (1): 52/64 kB Progress (1): 56/64 kB Progress (1): 60/64 kB Progress (1): 64/64 kB Progress (1): 64 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.jar (64 kB at 533 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar Progress (1): 4.1/31 kB Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Progress (2): 31 kB | 4.1/5.3 kB Progress (2): 31 kB | 5.3 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.jar (31 kB at 187 kB/s) Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.jar (5.3 kB at 25 kB/s) Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Progress (1): 4.1/563 kB Progress (1): 7.7/563 kB Progress (1): 12/563 kB Progress (1): 16/563 kB Progress (1): 20/563 kB Progress (1): 24/563 kB Progress (2): 24/563 kB | 4.1/30 kB Progress (2): 24/563 kB | 7.7/30 kB Progress (2): 24/563 kB | 12/30 kB Progress (2): 28/563 kB | 12/30 kB Progress (2): 28/563 kB | 16/30 kB Progress (2): 32/563 kB | 16/30 kB Progress (2): 32/563 kB | 20/30 kB Progress (2): 36/563 kB | 20/30 kB Progress (2): 36/563 kB | 24/30 kB Progress (2): 40/563 kB | 24/30 kB Progress (2): 40/563 kB | 28/30 kB Progress (2): 40/563 kB | 30 kB Progress (2): 44/563 kB | 30 kB Progress (2): 48/563 kB | 30 kB Progress (2): 52/563 kB | 30 kB Progress (2): 56/563 kB | 30 kB Progress (2): 60/563 kB | 30 kB Progress (2): 64/563 kB | 30 kB Progress (2): 68/563 kB | 30 kB Progress (2): 72/563 kB | 30 kB Progress (2): 76/563 kB | 30 kB Progress (2): 80/563 kB | 30 kB Progress (3): 80/563 kB | 30 kB | 4.1/47 kB Progress (3): 84/563 kB | 30 kB | 4.1/47 kB Progress (3): 84/563 kB | 30 kB | 7.7/47 kB Progress (3): 88/563 kB | 30 kB | 7.7/47 kB Progress (3): 88/563 kB | 30 kB | 12/47 kB Progress (3): 88/563 kB | 30 kB | 16/47 kB Progress (3): 92/563 kB | 30 kB | 16/47 kB Progress (3): 92/563 kB | 30 kB | 20/47 kB Progress (3): 96/563 kB | 30 kB | 20/47 kB Progress (3): 96/563 kB | 30 kB | 24/47 kB Progress (3): 100/563 kB | 30 kB | 24/47 kB Progress (3): 104/563 kB | 30 kB | 24/47 kB Progress (3): 108/563 kB | 30 kB | 24/47 kB Progress (3): 112/563 kB | 30 kB | 24/47 kB Progress (3): 116/563 kB | 30 kB | 24/47 kB Progress (3): 120/563 kB | 30 kB | 24/47 kB Progress (3): 124/563 kB | 30 kB | 24/47 kB Progress (3): 128/563 kB | 30 kB | 24/47 kB Progress (3): 132/563 kB | 30 kB | 24/47 kB Progress (3): 136/563 kB | 30 kB | 24/47 kB Progress (3): 140/563 kB | 30 kB | 24/47 kB Progress (3): 144/563 kB | 30 kB | 24/47 kB Progress (3): 148/563 kB | 30 kB | 24/47 kB Progress (3): 152/563 kB | 30 kB | 24/47 kB Progress (3): 156/563 kB | 30 kB | 24/47 kB Progress (3): 160/563 kB | 30 kB | 24/47 kB Progress (3): 164/563 kB | 30 kB | 24/47 kB Progress (3): 168/563 kB | 30 kB | 24/47 kB Progress (3): 172/563 kB | 30 kB | 24/47 kB Progress (3): 176/563 kB | 30 kB | 24/47 kB Progress (3): 176/563 kB | 30 kB | 28/47 kB Progress (4): 176/563 kB | 30 kB | 28/47 kB | 4.1/41 kB Progress (4): 180/563 kB | 30 kB | 28/47 kB | 4.1/41 kB Progress (4): 180/563 kB | 30 kB | 28/47 kB | 7.7/41 kB Progress (4): 180/563 kB | 30 kB | 32/47 kB | 7.7/41 kB Progress (5): 180/563 kB | 30 kB | 32/47 kB | 7.7/41 kB | 4.1/164 kB Progress (5): 180/563 kB | 30 kB | 36/47 kB | 7.7/41 kB | 4.1/164 kB Progress (5): 180/563 kB | 30 kB | 36/47 kB | 12/41 kB | 4.1/164 kB Progress (5): 184/563 kB | 30 kB | 36/47 kB | 12/41 kB | 4.1/164 kB Progress (5): 184/563 kB | 30 kB | 36/47 kB | 16/41 kB | 4.1/164 kB Progress (5): 184/563 kB | 30 kB | 40/47 kB | 16/41 kB | 4.1/164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 792 kB/s) Progress (4): 184/563 kB | 40/47 kB | 16/41 kB | 7.7/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Progress (4): 184/563 kB | 44/47 kB | 16/41 kB | 7.7/164 kB Progress (4): 184/563 kB | 44/47 kB | 20/41 kB | 7.7/164 kB Progress (4): 188/563 kB | 44/47 kB | 20/41 kB | 7.7/164 kB Progress (4): 188/563 kB | 44/47 kB | 24/41 kB | 7.7/164 kB Progress (4): 188/563 kB | 47 kB | 24/41 kB | 7.7/164 kB Progress (4): 188/563 kB | 47 kB | 24/41 kB | 12/164 kB Progress (4): 188/563 kB | 47 kB | 28/41 kB | 12/164 kB Progress (4): 192/563 kB | 47 kB | 28/41 kB | 12/164 kB Progress (4): 192/563 kB | 47 kB | 32/41 kB | 12/164 kB Progress (4): 192/563 kB | 47 kB | 32/41 kB | 16/164 kB Progress (4): 192/563 kB | 47 kB | 36/41 kB | 16/164 kB Progress (4): 196/563 kB | 47 kB | 36/41 kB | 16/164 kB Progress (4): 196/563 kB | 47 kB | 40/41 kB | 16/164 kB Progress (4): 196/563 kB | 47 kB | 40/41 kB | 20/164 kB Progress (4): 196/563 kB | 47 kB | 41 kB | 20/164 kB Progress (4): 200/563 kB | 47 kB | 41 kB | 20/164 kB Progress (4): 200/563 kB | 47 kB | 41 kB | 24/164 kB Progress (4): 204/563 kB | 47 kB | 41 kB | 24/164 kB Progress (4): 204/563 kB | 47 kB | 41 kB | 28/164 kB Progress (4): 208/563 kB | 47 kB | 41 kB | 28/164 kB Progress (4): 208/563 kB | 47 kB | 41 kB | 32/164 kB Progress (4): 212/563 kB | 47 kB | 41 kB | 32/164 kB Progress (4): 212/563 kB | 47 kB | 41 kB | 36/164 kB Progress (4): 216/563 kB | 47 kB | 41 kB | 36/164 kB Progress (4): 216/563 kB | 47 kB | 41 kB | 40/164 kB Progress (4): 220/563 kB | 47 kB | 41 kB | 40/164 kB Progress (4): 220/563 kB | 47 kB | 41 kB | 44/164 kB Progress (4): 224/563 kB | 47 kB | 41 kB | 44/164 kB Progress (4): 224/563 kB | 47 kB | 41 kB | 48/164 kB Progress (4): 228/563 kB | 47 kB | 41 kB | 48/164 kB Progress (4): 228/563 kB | 47 kB | 41 kB | 52/164 kB Progress (4): 232/563 kB | 47 kB | 41 kB | 52/164 kB Progress (4): 232/563 kB | 47 kB | 41 kB | 56/164 kB Progress (4): 236/563 kB | 47 kB | 41 kB | 56/164 kB Progress (4): 236/563 kB | 47 kB | 41 kB | 60/164 kB Progress (4): 240/563 kB | 47 kB | 41 kB | 60/164 kB Progress (4): 240/563 kB | 47 kB | 41 kB | 64/164 kB Progress (4): 244/563 kB | 47 kB | 41 kB | 64/164 kB Progress (4): 244/563 kB | 47 kB | 41 kB | 68/164 kB Progress (4): 248/563 kB | 47 kB | 41 kB | 68/164 kB Progress (4): 248/563 kB | 47 kB | 41 kB | 72/164 kB Progress (4): 252/563 kB | 47 kB | 41 kB | 72/164 kB Progress (4): 252/563 kB | 47 kB | 41 kB | 76/164 kB Progress (4): 256/563 kB | 47 kB | 41 kB | 76/164 kB Progress (4): 256/563 kB | 47 kB | 41 kB | 80/164 kB Progress (4): 260/563 kB | 47 kB | 41 kB | 80/164 kB Progress (4): 260/563 kB | 47 kB | 41 kB | 84/164 kB Progress (4): 264/563 kB | 47 kB | 41 kB | 84/164 kB Progress (4): 264/563 kB | 47 kB | 41 kB | 88/164 kB Progress (4): 268/563 kB | 47 kB | 41 kB | 88/164 kB Progress (4): 268/563 kB | 47 kB | 41 kB | 92/164 kB Progress (4): 272/563 kB | 47 kB | 41 kB | 92/164 kB Progress (4): 272/563 kB | 47 kB | 41 kB | 96/164 kB Progress (4): 276/563 kB | 47 kB | 41 kB | 96/164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 942 kB/s) Progress (3): 280/563 kB | 47 kB | 96/164 kB Progress (3): 280/563 kB | 47 kB | 100/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar Progress (3): 280/563 kB | 47 kB | 104/164 kB Progress (3): 284/563 kB | 47 kB | 104/164 kB Progress (3): 284/563 kB | 47 kB | 108/164 kB Progress (3): 288/563 kB | 47 kB | 108/164 kB Progress (3): 288/563 kB | 47 kB | 112/164 kB Progress (3): 292/563 kB | 47 kB | 112/164 kB Progress (3): 292/563 kB | 47 kB | 116/164 kB Progress (3): 296/563 kB | 47 kB | 116/164 kB Progress (3): 296/563 kB | 47 kB | 120/164 kB Progress (3): 300/563 kB | 47 kB | 120/164 kB Progress (4): 300/563 kB | 47 kB | 120/164 kB | 4.1/52 kB Progress (4): 304/563 kB | 47 kB | 120/164 kB | 4.1/52 kB Progress (4): 304/563 kB | 47 kB | 124/164 kB | 4.1/52 kB Progress (4): 308/563 kB | 47 kB | 124/164 kB | 4.1/52 kB Progress (4): 308/563 kB | 47 kB | 124/164 kB | 7.7/52 kB Progress (4): 312/563 kB | 47 kB | 124/164 kB | 7.7/52 kB Progress (4): 312/563 kB | 47 kB | 124/164 kB | 12/52 kB Progress (4): 312/563 kB | 47 kB | 124/164 kB | 16/52 kB Progress (4): 312/563 kB | 47 kB | 128/164 kB | 16/52 kB Progress (4): 312/563 kB | 47 kB | 128/164 kB | 20/52 kB Progress (4): 312/563 kB | 47 kB | 132/164 kB | 20/52 kB Progress (4): 316/563 kB | 47 kB | 132/164 kB | 20/52 kB Progress (4): 320/563 kB | 47 kB | 132/164 kB | 20/52 kB Progress (4): 320/563 kB | 47 kB | 136/164 kB | 20/52 kB Progress (4): 320/563 kB | 47 kB | 136/164 kB | 24/52 kB Progress (4): 324/563 kB | 47 kB | 136/164 kB | 24/52 kB Progress (4): 324/563 kB | 47 kB | 136/164 kB | 28/52 kB Progress (4): 324/563 kB | 47 kB | 140/164 kB | 28/52 kB Progress (4): 324/563 kB | 47 kB | 140/164 kB | 32/52 kB Progress (4): 328/563 kB | 47 kB | 140/164 kB | 32/52 kB Progress (4): 328/563 kB | 47 kB | 140/164 kB | 36/52 kB Progress (4): 332/563 kB | 47 kB | 140/164 kB | 36/52 kB Progress (4): 332/563 kB | 47 kB | 144/164 kB | 36/52 kB Progress (4): 336/563 kB | 47 kB | 144/164 kB | 36/52 kB Progress (4): 336/563 kB | 47 kB | 144/164 kB | 40/52 kB Progress (4): 340/563 kB | 47 kB | 144/164 kB | 40/52 kB Progress (4): 340/563 kB | 47 kB | 144/164 kB | 44/52 kB Progress (4): 340/563 kB | 47 kB | 148/164 kB | 44/52 kB Progress (4): 340/563 kB | 47 kB | 148/164 kB | 48/52 kB Progress (4): 344/563 kB | 47 kB | 148/164 kB | 48/52 kB Progress (4): 344/563 kB | 47 kB | 148/164 kB | 52/52 kB Progress (4): 348/563 kB | 47 kB | 148/164 kB | 52/52 kB Progress (4): 348/563 kB | 47 kB | 152/164 kB | 52/52 kB Progress (4): 352/563 kB | 47 kB | 152/164 kB | 52/52 kB Progress (4): 352/563 kB | 47 kB | 152/164 kB | 52 kB Progress (4): 352/563 kB | 47 kB | 156/164 kB | 52 kB Progress (4): 356/563 kB | 47 kB | 156/164 kB | 52 kB Progress (4): 356/563 kB | 47 kB | 160/164 kB | 52 kB Progress (4): 360/563 kB | 47 kB | 160/164 kB | 52 kB Progress (4): 360/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 364/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 368/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 372/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 376/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 380/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 384/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 388/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 392/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 396/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 400/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 404/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 408/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 412/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 416/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 420/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 424/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 428/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 432/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 436/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 440/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 444/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 448/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 452/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 456/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 460/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 464/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 468/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 472/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 476/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 480/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 484/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 488/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 492/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 496/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 500/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 504/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 508/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 512/563 kB | 47 kB | 164 kB | 52 kB Progress (4): 516/563 kB | 47 kB | 164 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 2.9 MB/s) Progress (3): 520/563 kB | 47 kB | 52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Progress (3): 524/563 kB | 47 kB | 52 kB Progress (3): 528/563 kB | 47 kB | 52 kB Progress (3): 532/563 kB | 47 kB | 52 kB Progress (3): 536/563 kB | 47 kB | 52 kB Progress (3): 540/563 kB | 47 kB | 52 kB Progress (3): 544/563 kB | 47 kB | 52 kB Progress (3): 548/563 kB | 47 kB | 52 kB Progress (3): 552/563 kB | 47 kB | 52 kB Progress (3): 556/563 kB | 47 kB | 52 kB Progress (3): 560/563 kB | 47 kB | 52 kB Progress (3): 563 kB | 47 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 9.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 629 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 563 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Progress (1): 4.1/159 kB Progress (1): 7.7/159 kB Progress (1): 12/159 kB Progress (1): 16/159 kB Progress (2): 16/159 kB | 4.1/60 kB Progress (2): 20/159 kB | 4.1/60 kB Progress (2): 20/159 kB | 7.7/60 kB Progress (2): 24/159 kB | 7.7/60 kB Progress (2): 24/159 kB | 12/60 kB Progress (2): 28/159 kB | 12/60 kB Progress (2): 28/159 kB | 16/60 kB Progress (2): 32/159 kB | 16/60 kB Progress (2): 32/159 kB | 20/60 kB Progress (2): 36/159 kB | 20/60 kB Progress (2): 36/159 kB | 24/60 kB Progress (2): 40/159 kB | 24/60 kB Progress (2): 40/159 kB | 28/60 kB Progress (2): 44/159 kB | 28/60 kB Progress (2): 44/159 kB | 32/60 kB Progress (2): 48/159 kB | 32/60 kB Progress (2): 48/159 kB | 36/60 kB Progress (2): 52/159 kB | 36/60 kB Progress (2): 52/159 kB | 40/60 kB Progress (2): 56/159 kB | 40/60 kB Progress (2): 56/159 kB | 44/60 kB Progress (2): 60/159 kB | 44/60 kB Progress (2): 60/159 kB | 48/60 kB Progress (2): 64/159 kB | 48/60 kB Progress (2): 64/159 kB | 52/60 kB Progress (2): 66/159 kB | 52/60 kB Progress (2): 66/159 kB | 56/60 kB Progress (2): 70/159 kB | 56/60 kB Progress (2): 70/159 kB | 60/60 kB Progress (2): 74/159 kB | 60/60 kB Progress (2): 74/159 kB | 60 kB Progress (2): 78/159 kB | 60 kB Progress (2): 82/159 kB | 60 kB Progress (2): 86/159 kB | 60 kB Progress (3): 86/159 kB | 60 kB | 4.1/18 kB Progress (3): 86/159 kB | 60 kB | 7.7/18 kB Progress (3): 90/159 kB | 60 kB | 7.7/18 kB Progress (3): 90/159 kB | 60 kB | 12/18 kB Progress (3): 90/159 kB | 60 kB | 16/18 kB Progress (3): 90/159 kB | 60 kB | 18 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 4.1/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 7.7/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 12/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 16/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 20/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 24/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 28/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 32/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 33/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 37/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 41/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 45/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 49/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 53/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 57/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 61/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 65/134 kB Progress (4): 90/159 kB | 60 kB | 18 kB | 66/134 kB Progress (4): 94/159 kB | 60 kB | 18 kB | 66/134 kB Progress (5): 94/159 kB | 60 kB | 18 kB | 66/134 kB | 4.1/145 kB Progress (5): 98/159 kB | 60 kB | 18 kB | 66/134 kB | 4.1/145 kB Progress (5): 98/159 kB | 60 kB | 18 kB | 66/134 kB | 7.7/145 kB Progress (5): 98/159 kB | 60 kB | 18 kB | 70/134 kB | 7.7/145 kB Progress (5): 98/159 kB | 60 kB | 18 kB | 70/134 kB | 12/145 kB Progress (5): 102/159 kB | 60 kB | 18 kB | 70/134 kB | 12/145 kB Progress (5): 102/159 kB | 60 kB | 18 kB | 70/134 kB | 16/145 kB Progress (5): 102/159 kB | 60 kB | 18 kB | 74/134 kB | 16/145 kB Progress (5): 102/159 kB | 60 kB | 18 kB | 74/134 kB | 20/145 kB Progress (5): 106/159 kB | 60 kB | 18 kB | 74/134 kB | 20/145 kB Progress (5): 106/159 kB | 60 kB | 18 kB | 74/134 kB | 24/145 kB Progress (5): 106/159 kB | 60 kB | 18 kB | 78/134 kB | 24/145 kB Progress (5): 106/159 kB | 60 kB | 18 kB | 78/134 kB | 28/145 kB Progress (5): 110/159 kB | 60 kB | 18 kB | 78/134 kB | 28/145 kB Progress (5): 110/159 kB | 60 kB | 18 kB | 78/134 kB | 32/145 kB Progress (5): 110/159 kB | 60 kB | 18 kB | 82/134 kB | 32/145 kB Progress (5): 110/159 kB | 60 kB | 18 kB | 82/134 kB | 33/145 kB Progress (5): 114/159 kB | 60 kB | 18 kB | 82/134 kB | 33/145 kB Progress (5): 114/159 kB | 60 kB | 18 kB | 86/134 kB | 33/145 kB Progress (5): 118/159 kB | 60 kB | 18 kB | 86/134 kB | 33/145 kB Progress (5): 118/159 kB | 60 kB | 18 kB | 90/134 kB | 33/145 kB Progress (5): 122/159 kB | 60 kB | 18 kB | 90/134 kB | 33/145 kB Progress (5): 122/159 kB | 60 kB | 18 kB | 94/134 kB | 33/145 kB Progress (5): 126/159 kB | 60 kB | 18 kB | 94/134 kB | 33/145 kB Progress (5): 126/159 kB | 60 kB | 18 kB | 98/134 kB | 33/145 kB Progress (5): 126/159 kB | 60 kB | 18 kB | 98/134 kB | 37/145 kB Progress (5): 130/159 kB | 60 kB | 18 kB | 98/134 kB | 37/145 kB Progress (5): 130/159 kB | 60 kB | 18 kB | 98/134 kB | 41/145 kB Progress (5): 130/159 kB | 60 kB | 18 kB | 98/134 kB | 41/145 kB Progress (5): 130/159 kB | 60 kB | 18 kB | 98/134 kB | 45/145 kB Progress (5): 134/159 kB | 60 kB | 18 kB | 98/134 kB | 45/145 kB Progress (5): 134/159 kB | 60 kB | 18 kB | 98/134 kB | 49/145 kB Progress (5): 138/159 kB | 60 kB | 18 kB | 98/134 kB | 49/145 kB Progress (5): 138/159 kB | 60 kB | 18 kB | 98/134 kB | 53/145 kB Progress (5): 142/159 kB | 60 kB | 18 kB | 98/134 kB | 53/145 kB Progress (5): 142/159 kB | 60 kB | 18 kB | 98/134 kB | 57/145 kB Progress (5): 146/159 kB | 60 kB | 18 kB | 98/134 kB | 57/145 kB Progress (5): 146/159 kB | 60 kB | 18 kB | 98/134 kB | 61/145 kB Progress (5): 150/159 kB | 60 kB | 18 kB | 98/134 kB | 61/145 kB Progress (5): 150/159 kB | 60 kB | 18 kB | 98/134 kB | 65/145 kB Progress (5): 154/159 kB | 60 kB | 18 kB | 98/134 kB | 65/145 kB Progress (5): 154/159 kB | 60 kB | 18 kB | 98/134 kB | 66/145 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 167 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 567 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Progress (3): 158/159 kB | 98/134 kB | 66/145 kB Progress (3): 158/159 kB | 102/134 kB | 66/145 kB Progress (3): 159 kB | 102/134 kB | 66/145 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Progress (3): 159 kB | 102/134 kB | 70/145 kB Progress (3): 159 kB | 102/134 kB | 74/145 kB Progress (3): 159 kB | 102/134 kB | 78/145 kB Progress (3): 159 kB | 106/134 kB | 78/145 kB Progress (3): 159 kB | 106/134 kB | 82/145 kB Progress (3): 159 kB | 110/134 kB | 82/145 kB Progress (3): 159 kB | 114/134 kB | 82/145 kB Progress (3): 159 kB | 114/134 kB | 86/145 kB Progress (3): 159 kB | 118/134 kB | 86/145 kB Progress (3): 159 kB | 122/134 kB | 86/145 kB Progress (3): 159 kB | 122/134 kB | 90/145 kB Progress (3): 159 kB | 126/134 kB | 90/145 kB Progress (3): 159 kB | 130/134 kB | 90/145 kB Progress (3): 159 kB | 130/134 kB | 94/145 kB Progress (3): 159 kB | 134 kB | 94/145 kB Progress (3): 159 kB | 134 kB | 98/145 kB Progress (3): 159 kB | 134 kB | 98/145 kB Progress (3): 159 kB | 134 kB | 102/145 kB Progress (3): 159 kB | 134 kB | 106/145 kB Progress (3): 159 kB | 134 kB | 110/145 kB Progress (3): 159 kB | 134 kB | 114/145 kB Progress (3): 159 kB | 134 kB | 118/145 kB Progress (3): 159 kB | 134 kB | 122/145 kB Progress (3): 159 kB | 134 kB | 126/145 kB Progress (3): 159 kB | 134 kB | 130/145 kB Progress (3): 159 kB | 134 kB | 134/145 kB Progress (3): 159 kB | 134 kB | 138/145 kB Progress (3): 159 kB | 134 kB | 142/145 kB Progress (3): 159 kB | 134 kB | 145 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Progress (3): 134 kB | 145 kB | 4.1/202 kB Progress (3): 134 kB | 145 kB | 7.7/202 kB Progress (3): 134 kB | 145 kB | 12/202 kB Progress (3): 134 kB | 145 kB | 16/202 kB Progress (3): 134 kB | 145 kB | 20/202 kB Progress (3): 134 kB | 145 kB | 24/202 kB Progress (3): 134 kB | 145 kB | 28/202 kB Progress (3): 134 kB | 145 kB | 32/202 kB Progress (3): 134 kB | 145 kB | 36/202 kB Progress (3): 134 kB | 145 kB | 40/202 kB Progress (3): 134 kB | 145 kB | 44/202 kB Progress (3): 134 kB | 145 kB | 48/202 kB Progress (4): 134 kB | 145 kB | 48/202 kB | 4.1/45 kB Progress (4): 134 kB | 145 kB | 52/202 kB | 4.1/45 kB Progress (4): 134 kB | 145 kB | 52/202 kB | 7.7/45 kB Progress (4): 134 kB | 145 kB | 56/202 kB | 7.7/45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 978 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (3): 145 kB | 56/202 kB | 12/45 kB Progress (3): 145 kB | 60/202 kB | 12/45 kB Progress (3): 145 kB | 60/202 kB | 16/45 kB Progress (3): 145 kB | 64/202 kB | 16/45 kB Progress (3): 145 kB | 64/202 kB | 20/45 kB Progress (3): 145 kB | 68/202 kB | 20/45 kB Progress (3): 145 kB | 68/202 kB | 24/45 kB Progress (3): 145 kB | 72/202 kB | 24/45 kB Progress (3): 145 kB | 72/202 kB | 28/45 kB Progress (3): 145 kB | 76/202 kB | 28/45 kB Progress (3): 145 kB | 76/202 kB | 32/45 kB Progress (3): 145 kB | 80/202 kB | 32/45 kB Progress (3): 145 kB | 80/202 kB | 36/45 kB Progress (3): 145 kB | 84/202 kB | 36/45 kB Progress (3): 145 kB | 84/202 kB | 40/45 kB Progress (3): 145 kB | 88/202 kB | 40/45 kB Progress (3): 145 kB | 88/202 kB | 44/45 kB Progress (3): 145 kB | 88/202 kB | 45 kB Progress (3): 145 kB | 92/202 kB | 45 kB Progress (3): 145 kB | 96/202 kB | 45 kB Progress (3): 145 kB | 100/202 kB | 45 kB Progress (3): 145 kB | 104/202 kB | 45 kB Progress (3): 145 kB | 108/202 kB | 45 kB Progress (3): 145 kB | 112/202 kB | 45 kB Progress (3): 145 kB | 116/202 kB | 45 kB Progress (3): 145 kB | 120/202 kB | 45 kB Progress (3): 145 kB | 124/202 kB | 45 kB Progress (3): 145 kB | 128/202 kB | 45 kB Progress (3): 145 kB | 132/202 kB | 45 kB Progress (3): 145 kB | 136/202 kB | 45 kB Progress (3): 145 kB | 140/202 kB | 45 kB Progress (3): 145 kB | 144/202 kB | 45 kB Progress (3): 145 kB | 148/202 kB | 45 kB Progress (3): 145 kB | 152/202 kB | 45 kB Progress (3): 145 kB | 156/202 kB | 45 kB Progress (3): 145 kB | 160/202 kB | 45 kB Progress (3): 145 kB | 164/202 kB | 45 kB Progress (3): 145 kB | 168/202 kB | 45 kB Progress (3): 145 kB | 172/202 kB | 45 kB Progress (3): 145 kB | 176/202 kB | 45 kB Progress (3): 145 kB | 180/202 kB | 45 kB Progress (3): 145 kB | 184/202 kB | 45 kB Progress (3): 145 kB | 188/202 kB | 45 kB Progress (3): 145 kB | 192/202 kB | 45 kB Progress (3): 145 kB | 196/202 kB | 45 kB Progress (3): 145 kB | 200/202 kB | 45 kB Progress (3): 145 kB | 202 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 894 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Progress (2): 45 kB | 4.1/5.8 kB Progress (3): 45 kB | 4.1/5.8 kB | 2.5 kB Progress (3): 45 kB | 5.8 kB | 2.5 kB Progress (4): 45 kB | 5.8 kB | 2.5 kB | 4.1/357 kB Progress (4): 45 kB | 5.8 kB | 2.5 kB | 7.7/357 kB Progress (4): 45 kB | 5.8 kB | 2.5 kB | 12/357 kB Progress (4): 45 kB | 5.8 kB | 2.5 kB | 16/357 kB Progress (4): 45 kB | 5.8 kB | 2.5 kB | 20/357 kB Progress (4): 45 kB | 5.8 kB | 2.5 kB | 24/357 kB Progress (4): 45 kB | 5.8 kB | 2.5 kB | 28/357 kB Progress (4): 45 kB | 5.8 kB | 2.5 kB | 32/357 kB Progress (4): 45 kB | 5.8 kB | 2.5 kB | 33/357 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 34 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Progress (3): 45 kB | 2.5 kB | 37/357 kB Progress (3): 45 kB | 2.5 kB | 41/357 kB Progress (3): 45 kB | 2.5 kB | 45/357 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 14 kB/s) Progress (2): 45 kB | 49/357 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar Progress (2): 45 kB | 53/357 kB Progress (2): 45 kB | 57/357 kB Progress (2): 45 kB | 61/357 kB Progress (2): 45 kB | 65/357 kB Progress (2): 45 kB | 69/357 kB Progress (2): 45 kB | 73/357 kB Progress (2): 45 kB | 77/357 kB Progress (2): 45 kB | 81/357 kB Progress (2): 45 kB | 85/357 kB Progress (2): 45 kB | 89/357 kB Progress (2): 45 kB | 93/357 kB Progress (2): 45 kB | 97/357 kB Progress (2): 45 kB | 101/357 kB Progress (2): 45 kB | 105/357 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 255 kB/s) Progress (1): 109/357 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar Progress (1): 113/357 kB Progress (1): 117/357 kB Progress (1): 121/357 kB Progress (1): 125/357 kB Progress (1): 129/357 kB Progress (1): 133/357 kB Progress (1): 137/357 kB Progress (1): 141/357 kB Progress (1): 145/357 kB Progress (1): 149/357 kB Progress (1): 153/357 kB Progress (1): 157/357 kB Progress (1): 161/357 kB Progress (1): 165/357 kB Progress (1): 169/357 kB Progress (1): 173/357 kB Progress (1): 177/357 kB Progress (1): 181/357 kB Progress (1): 185/357 kB Progress (1): 189/357 kB Progress (1): 193/357 kB Progress (1): 197/357 kB Progress (1): 201/357 kB Progress (1): 205/357 kB Progress (1): 209/357 kB Progress (1): 213/357 kB Progress (1): 217/357 kB Progress (1): 221/357 kB Progress (1): 225/357 kB Progress (1): 229/357 kB Progress (1): 233/357 kB Progress (1): 237/357 kB Progress (1): 241/357 kB Progress (1): 245/357 kB Progress (2): 245/357 kB | 4.1/4.5 kB Progress (2): 245/357 kB | 4.5 kB Progress (2): 249/357 kB | 4.5 kB Progress (2): 253/357 kB | 4.5 kB Progress (2): 257/357 kB | 4.5 kB Progress (2): 261/357 kB | 4.5 kB Progress (2): 265/357 kB | 4.5 kB Progress (3): 265/357 kB | 4.5 kB | 4.1/202 kB Progress (3): 269/357 kB | 4.5 kB | 4.1/202 kB Progress (3): 269/357 kB | 4.5 kB | 7.7/202 kB Progress (3): 273/357 kB | 4.5 kB | 7.7/202 kB Progress (3): 273/357 kB | 4.5 kB | 12/202 kB Progress (3): 277/357 kB | 4.5 kB | 12/202 kB Progress (3): 277/357 kB | 4.5 kB | 16/202 kB Progress (3): 281/357 kB | 4.5 kB | 16/202 kB Progress (3): 281/357 kB | 4.5 kB | 20/202 kB Progress (3): 285/357 kB | 4.5 kB | 20/202 kB Progress (3): 285/357 kB | 4.5 kB | 24/202 kB Progress (3): 289/357 kB | 4.5 kB | 24/202 kB Progress (3): 289/357 kB | 4.5 kB | 28/202 kB Progress (3): 293/357 kB | 4.5 kB | 28/202 kB Progress (3): 293/357 kB | 4.5 kB | 32/202 kB Progress (3): 297/357 kB | 4.5 kB | 32/202 kB Progress (3): 297/357 kB | 4.5 kB | 36/202 kB Progress (3): 301/357 kB | 4.5 kB | 36/202 kB Progress (3): 301/357 kB | 4.5 kB | 40/202 kB Progress (3): 305/357 kB | 4.5 kB | 40/202 kB Progress (3): 305/357 kB | 4.5 kB | 44/202 kB Progress (3): 309/357 kB | 4.5 kB | 44/202 kB Progress (4): 309/357 kB | 4.5 kB | 44/202 kB | 4.1/44 kB Progress (4): 313/357 kB | 4.5 kB | 44/202 kB | 4.1/44 kB Progress (4): 313/357 kB | 4.5 kB | 48/202 kB | 4.1/44 kB Progress (5): 313/357 kB | 4.5 kB | 48/202 kB | 4.1/44 kB | 4.1/61 kB Progress (5): 313/357 kB | 4.5 kB | 52/202 kB | 4.1/44 kB | 4.1/61 kB Progress (5): 317/357 kB | 4.5 kB | 52/202 kB | 4.1/44 kB | 4.1/61 kB Progress (5): 321/357 kB | 4.5 kB | 52/202 kB | 4.1/44 kB | 4.1/61 kB Progress (5): 321/357 kB | 4.5 kB | 52/202 kB | 7.7/44 kB | 4.1/61 kB Progress (5): 325/357 kB | 4.5 kB | 52/202 kB | 7.7/44 kB | 4.1/61 kB Progress (5): 325/357 kB | 4.5 kB | 56/202 kB | 7.7/44 kB | 4.1/61 kB Progress (5): 325/357 kB | 4.5 kB | 56/202 kB | 7.7/44 kB | 7.7/61 kB Progress (5): 325/357 kB | 4.5 kB | 60/202 kB | 7.7/44 kB | 7.7/61 kB Progress (5): 329/357 kB | 4.5 kB | 60/202 kB | 7.7/44 kB | 7.7/61 kB Progress (5): 329/357 kB | 4.5 kB | 60/202 kB | 12/44 kB | 7.7/61 kB Progress (5): 333/357 kB | 4.5 kB | 60/202 kB | 12/44 kB | 7.7/61 kB Progress (5): 333/357 kB | 4.5 kB | 64/202 kB | 12/44 kB | 7.7/61 kB Progress (5): 333/357 kB | 4.5 kB | 64/202 kB | 12/44 kB | 12/61 kB Progress (5): 333/357 kB | 4.5 kB | 68/202 kB | 12/44 kB | 12/61 kB Progress (5): 337/357 kB | 4.5 kB | 68/202 kB | 12/44 kB | 12/61 kB Progress (5): 337/357 kB | 4.5 kB | 68/202 kB | 16/44 kB | 12/61 kB Progress (5): 341/357 kB | 4.5 kB | 68/202 kB | 16/44 kB | 12/61 kB Progress (5): 341/357 kB | 4.5 kB | 72/202 kB | 16/44 kB | 12/61 kB Progress (5): 341/357 kB | 4.5 kB | 72/202 kB | 16/44 kB | 16/61 kB Progress (5): 341/357 kB | 4.5 kB | 76/202 kB | 16/44 kB | 16/61 kB Progress (5): 345/357 kB | 4.5 kB | 76/202 kB | 16/44 kB | 16/61 kB Progress (5): 345/357 kB | 4.5 kB | 76/202 kB | 20/44 kB | 16/61 kB Progress (5): 349/357 kB | 4.5 kB | 76/202 kB | 20/44 kB | 16/61 kB Progress (5): 349/357 kB | 4.5 kB | 80/202 kB | 20/44 kB | 16/61 kB Progress (5): 349/357 kB | 4.5 kB | 80/202 kB | 20/44 kB | 20/61 kB Progress (5): 349/357 kB | 4.5 kB | 84/202 kB | 20/44 kB | 20/61 kB Progress (5): 349/357 kB | 4.5 kB | 88/202 kB | 20/44 kB | 20/61 kB Progress (5): 353/357 kB | 4.5 kB | 88/202 kB | 20/44 kB | 20/61 kB Progress (5): 357/357 kB | 4.5 kB | 88/202 kB | 20/44 kB | 20/61 kB Progress (5): 357 kB | 4.5 kB | 88/202 kB | 20/44 kB | 20/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 24 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar Progress (4): 357 kB | 88/202 kB | 24/44 kB | 20/61 kB Progress (4): 357 kB | 92/202 kB | 24/44 kB | 20/61 kB Progress (4): 357 kB | 92/202 kB | 24/44 kB | 24/61 kB Progress (4): 357 kB | 96/202 kB | 24/44 kB | 24/61 kB Progress (4): 357 kB | 96/202 kB | 28/44 kB | 24/61 kB Progress (4): 357 kB | 100/202 kB | 28/44 kB | 24/61 kB Progress (4): 357 kB | 100/202 kB | 28/44 kB | 28/61 kB Progress (4): 357 kB | 104/202 kB | 28/44 kB | 28/61 kB Progress (4): 357 kB | 104/202 kB | 32/44 kB | 28/61 kB Progress (4): 357 kB | 108/202 kB | 32/44 kB | 28/61 kB Progress (4): 357 kB | 108/202 kB | 36/44 kB | 28/61 kB Progress (4): 357 kB | 108/202 kB | 40/44 kB | 28/61 kB Progress (4): 357 kB | 108/202 kB | 44 kB | 28/61 kB Progress (4): 357 kB | 108/202 kB | 44 kB | 32/61 kB Progress (4): 357 kB | 112/202 kB | 44 kB | 32/61 kB Progress (4): 357 kB | 112/202 kB | 44 kB | 36/61 kB Progress (4): 357 kB | 116/202 kB | 44 kB | 36/61 kB Progress (4): 357 kB | 116/202 kB | 44 kB | 40/61 kB Progress (4): 357 kB | 120/202 kB | 44 kB | 40/61 kB Progress (4): 357 kB | 120/202 kB | 44 kB | 44/61 kB Progress (4): 357 kB | 124/202 kB | 44 kB | 44/61 kB Progress (4): 357 kB | 124/202 kB | 44 kB | 48/61 kB Progress (4): 357 kB | 128/202 kB | 44 kB | 48/61 kB Progress (4): 357 kB | 128/202 kB | 44 kB | 52/61 kB Progress (4): 357 kB | 132/202 kB | 44 kB | 52/61 kB Progress (4): 357 kB | 132/202 kB | 44 kB | 56/61 kB Progress (4): 357 kB | 136/202 kB | 44 kB | 56/61 kB Progress (4): 357 kB | 136/202 kB | 44 kB | 60/61 kB Progress (4): 357 kB | 140/202 kB | 44 kB | 60/61 kB Progress (4): 357 kB | 140/202 kB | 44 kB | 61 kB Progress (4): 357 kB | 144/202 kB | 44 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 1.9 MB/s) Progress (3): 148/202 kB | 44 kB | 61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Progress (3): 152/202 kB | 44 kB | 61 kB Progress (3): 156/202 kB | 44 kB | 61 kB Progress (3): 160/202 kB | 44 kB | 61 kB Progress (3): 164/202 kB | 44 kB | 61 kB Progress (3): 168/202 kB | 44 kB | 61 kB Progress (3): 172/202 kB | 44 kB | 61 kB Progress (3): 176/202 kB | 44 kB | 61 kB Progress (3): 180/202 kB | 44 kB | 61 kB Progress (3): 184/202 kB | 44 kB | 61 kB Progress (3): 188/202 kB | 44 kB | 61 kB Progress (3): 192/202 kB | 44 kB | 61 kB Progress (3): 196/202 kB | 44 kB | 61 kB Progress (3): 200/202 kB | 44 kB | 61 kB Progress (3): 202 kB | 44 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 314 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar Progress (3): 202 kB | 44 kB | 4.1/47 kB Progress (3): 202 kB | 44 kB | 7.7/47 kB Progress (3): 202 kB | 44 kB | 12/47 kB Progress (3): 202 kB | 44 kB | 16/47 kB Progress (3): 202 kB | 44 kB | 20/47 kB Progress (3): 202 kB | 44 kB | 24/47 kB Progress (3): 202 kB | 44 kB | 28/47 kB Progress (3): 202 kB | 44 kB | 32/47 kB Progress (3): 202 kB | 44 kB | 36/47 kB Progress (3): 202 kB | 44 kB | 40/47 kB Progress (3): 202 kB | 44 kB | 44/47 kB Progress (3): 202 kB | 44 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 996 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar Progress (3): 44 kB | 47 kB | 4.1/50 kB Progress (3): 44 kB | 47 kB | 7.7/50 kB Progress (3): 44 kB | 47 kB | 12/50 kB Progress (3): 44 kB | 47 kB | 16/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 230 kB/s) Progress (2): 44 kB | 20/50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar Progress (2): 44 kB | 24/50 kB Progress (2): 44 kB | 28/50 kB Progress (2): 44 kB | 32/50 kB Progress (2): 44 kB | 36/50 kB Progress (2): 44 kB | 40/50 kB Progress (2): 44 kB | 44/50 kB Progress (2): 44 kB | 48/50 kB Progress (2): 44 kB | 50 kB Progress (3): 44 kB | 50 kB | 0/2.7 MB Progress (3): 44 kB | 50 kB | 0/2.7 MB Progress (3): 44 kB | 50 kB | 0/2.7 MB Progress (3): 44 kB | 50 kB | 0/2.7 MB Progress (3): 44 kB | 50 kB | 0/2.7 MB Progress (3): 44 kB | 50 kB | 0/2.7 MB Progress (3): 44 kB | 50 kB | 0/2.7 MB Progress (3): 44 kB | 50 kB | 0/2.7 MB Progress (3): 44 kB | 50 kB | 0/2.7 MB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 4.1/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 7.7/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 12/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 16/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 20/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 24/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 28/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 32/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 33/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 37/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 41/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 45/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 49/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 53/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 57/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 61/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 65/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 66/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 70/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 74/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 78/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 82/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 86/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 90/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 94/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 98/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 98/201 kB Progress (4): 44 kB | 50 kB | 0/2.7 MB | 102/201 kB Progress (5): 44 kB | 50 kB | 0/2.7 MB | 102/201 kB | 4.1/13 kB Progress (5): 44 kB | 50 kB | 0/2.7 MB | 106/201 kB | 4.1/13 kB Progress (5): 44 kB | 50 kB | 0/2.7 MB | 106/201 kB | 7.7/13 kB Progress (5): 44 kB | 50 kB | 0/2.7 MB | 110/201 kB | 7.7/13 kB Progress (5): 44 kB | 50 kB | 0/2.7 MB | 110/201 kB | 12/13 kB Progress (5): 44 kB | 50 kB | 0/2.7 MB | 114/201 kB | 12/13 kB Progress (5): 44 kB | 50 kB | 0/2.7 MB | 114/201 kB | 13 kB Progress (5): 44 kB | 50 kB | 0/2.7 MB | 118/201 kB | 13 kB Progress (5): 44 kB | 50 kB | 0/2.7 MB | 122/201 kB | 13 kB Progress (5): 44 kB | 50 kB | 0/2.7 MB | 126/201 kB | 13 kB Progress (5): 44 kB | 50 kB | 0/2.7 MB | 130/201 kB | 13 kB Progress (5): 44 kB | 50 kB | 0/2.7 MB | 131/201 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 230 kB/s) Progress (4): 44 kB | 0/2.7 MB | 135/201 kB | 13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar Progress (4): 44 kB | 0/2.7 MB | 135/201 kB | 13 kB Progress (4): 44 kB | 0/2.7 MB | 139/201 kB | 13 kB Progress (4): 44 kB | 0/2.7 MB | 139/201 kB | 13 kB Progress (4): 44 kB | 0/2.7 MB | 143/201 kB | 13 kB Progress (4): 44 kB | 0/2.7 MB | 143/201 kB | 13 kB Progress (4): 44 kB | 0/2.7 MB | 147/201 kB | 13 kB Progress (4): 44 kB | 0/2.7 MB | 147/201 kB | 13 kB Progress (4): 44 kB | 0/2.7 MB | 151/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 151/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 155/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 155/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 159/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 159/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 163/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 163/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 164/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 164/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 168/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 168/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 172/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 172/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 176/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 176/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 180/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 180/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 184/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 184/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 188/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 188/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 192/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 196/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 200/201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 201 kB | 13 kB Progress (4): 44 kB | 0.1/2.7 MB | 201 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar (13 kB at 60 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar Progress (3): 44 kB | 0.1/2.7 MB | 201 kB Progress (3): 44 kB | 0.1/2.7 MB | 201 kB Progress (3): 44 kB | 0.1/2.7 MB | 201 kB Progress (3): 44 kB | 0.1/2.7 MB | 201 kB Progress (3): 44 kB | 0.1/2.7 MB | 201 kB Progress (3): 44 kB | 0.1/2.7 MB | 201 kB Progress (3): 44 kB | 0.1/2.7 MB | 201 kB Progress (3): 44 kB | 0.1/2.7 MB | 201 kB Progress (3): 44 kB | 0.1/2.7 MB | 201 kB Progress (3): 44 kB | 0.1/2.7 MB | 201 kB Progress (3): 44 kB | 0.1/2.7 MB | 201 kB Progress (3): 44 kB | 0.1/2.7 MB | 201 kB Progress (3): 44 kB | 0.1/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.2/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (3): 44 kB | 0.3/2.7 MB | 201 kB Progress (4): 44 kB | 0.3/2.7 MB | 201 kB | 4.1/8.8 kB Progress (4): 44 kB | 0.3/2.7 MB | 201 kB | 4.1/8.8 kB Progress (4): 44 kB | 0.3/2.7 MB | 201 kB | 7.7/8.8 kB Progress (4): 44 kB | 0.3/2.7 MB | 201 kB | 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar (201 kB at 880 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar Progress (3): 44 kB | 0.3/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.3/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.3/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.3/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.3/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.3/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.3/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.3/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.4/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.4/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.4/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.4/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.4/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.4/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.4/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.4/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.4/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.4/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.4/2.7 MB | 8.8 kB Progress (3): 44 kB | 0.4/2.7 MB | 8.8 kB Progress (4): 44 kB | 0.4/2.7 MB | 8.8 kB | 4.1/5.9 kB Progress (4): 44 kB | 0.4/2.7 MB | 8.8 kB | 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 38 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar (5.9 kB at 25 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar Progress (2): 44 kB | 0.4/2.7 MB Progress (2): 44 kB | 0.4/2.7 MB Progress (2): 44 kB | 0.4/2.7 MB Progress (2): 44 kB | 0.4/2.7 MB Progress (2): 44 kB | 0.4/2.7 MB Progress (2): 44 kB | 0.4/2.7 MB Progress (2): 44 kB | 0.4/2.7 MB Progress (2): 44 kB | 0.4/2.7 MB Progress (2): 44 kB | 0.4/2.7 MB Progress (2): 44 kB | 0.4/2.7 MB Progress (2): 44 kB | 0.4/2.7 MB Progress (2): 44 kB | 0.4/2.7 MB Progress (2): 44 kB | 0.4/2.7 MB Progress (2): 44 kB | 0.5/2.7 MB Progress (2): 44 kB | 0.5/2.7 MB Progress (2): 44 kB | 0.5/2.7 MB Progress (2): 44 kB | 0.5/2.7 MB Progress (2): 44 kB | 0.5/2.7 MB Progress (3): 44 kB | 0.5/2.7 MB | 4.1/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 4.1/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 7.7/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 7.7/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 12/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 12/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 16/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 16/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 20/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 20/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 24/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 24/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 28/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 28/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 32/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 32/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 33/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 33/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 37/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 37/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 41/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 41/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 45/774 kB Progress (3): 44 kB | 0.5/2.7 MB | 49/774 kB Progress (4): 44 kB | 0.5/2.7 MB | 49/774 kB | 4.1/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 53/774 kB | 4.1/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 53/774 kB | 4.1/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 57/774 kB | 4.1/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 57/774 kB | 7.7/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 61/774 kB | 7.7/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 61/774 kB | 7.7/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 65/774 kB | 7.7/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 65/774 kB | 12/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 65/774 kB | 16/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 65/774 kB | 20/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 65/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 66/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 66/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 70/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 74/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 78/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 82/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 86/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 90/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 94/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 98/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 98/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 102/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 106/774 kB | 24/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 106/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 110/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 114/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 118/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 122/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 126/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 130/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 131/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 135/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 139/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 143/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 147/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 151/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 155/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 159/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 163/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 164/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 168/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 172/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 176/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 180/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 184/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 188/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 192/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 196/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 197/774 kB | 28/42 kB Progress (4): 44 kB | 0.5/2.7 MB | 201/774 kB | 28/42 kB Progress (5): 44 kB | 0.5/2.7 MB | 201/774 kB | 28/42 kB | 0/1.6 MB Progress (5): 44 kB | 0.5/2.7 MB | 205/774 kB | 28/42 kB | 0/1.6 MB Progress (5): 44 kB | 0.5/2.7 MB | 209/774 kB | 28/42 kB | 0/1.6 MB Progress (5): 44 kB | 0.5/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 176 kB/s) Progress (4): 0.5/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.5/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.5/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.5/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.5/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.5/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 209/774 kB | 32/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 209/774 kB | 36/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 213/774 kB | 36/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 217/774 kB | 36/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 221/774 kB | 36/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 225/774 kB | 36/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 229/774 kB | 36/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 229/774 kB | 36/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 229/774 kB | 36/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 233/774 kB | 36/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 233/774 kB | 40/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 233/774 kB | 40/42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 233/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 237/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 241/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 241/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 245/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 245/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 249/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 249/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 253/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 253/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 257/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 257/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 261/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 261/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 262/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 262/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 266/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 270/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 274/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 278/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 282/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 286/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 290/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 294/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 295/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 299/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 303/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 307/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 311/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 315/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 319/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 323/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 323/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 327/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 327/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 328/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 328/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 332/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 332/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 336/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 336/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 336/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 336/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 340/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 344/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 344/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 344/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 344/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 344/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 348/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 352/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 352/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 352/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 352/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 356/774 kB | 42 kB | 0/1.6 MB Progress (4): 0.6/2.7 MB | 356/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 360/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 360/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 360/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 360/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 365/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 365/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 368/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 368/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 368/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 368/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 368/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 368/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 373/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.6/2.7 MB | 373/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 373/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 373/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 373/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 373/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 373/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 373/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 373/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 376/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 376/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 381/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 381/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 384/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 384/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 384/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 384/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 384/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 389/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 389/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 389/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 389/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 389/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 392/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 392/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 392/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 392/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 393/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 393/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 397/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 397/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 401/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 401/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 405/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 405/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 409/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 409/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 409/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 409/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 409/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 413/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 413/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 413/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 417/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 417/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 421/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 421/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 425/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 425/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 426/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 426/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 426/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 426/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 430/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 430/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 430/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 430/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 430/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 434/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 434/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 434/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 434/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.7/2.7 MB | 438/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.8/2.7 MB | 438/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.8/2.7 MB | 438/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.8/2.7 MB | 438/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.8/2.7 MB | 438/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.8/2.7 MB | 442/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.8/2.7 MB | 442/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.8/2.7 MB | 442/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.8/2.7 MB | 442/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.8/2.7 MB | 446/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.8/2.7 MB | 446/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.8/2.7 MB | 446/774 kB | 42 kB | 0.1/1.6 MB Progress (4): 0.8/2.7 MB | 446/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 450/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 450/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 450/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 450/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 454/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 454/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 454/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 454/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 458/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 458/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 462/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 462/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 466/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 466/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 466/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 466/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 470/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 470/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 470/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 470/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 470/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 474/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 474/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 474/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 474/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 474/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 478/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 478/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 478/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 478/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 478/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 478/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 482/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 482/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 482/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 482/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 486/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 486/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 486/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 486/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 490/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 490/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 490/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 490/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 490/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 492/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 492/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 492/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 492/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 496/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 496/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 496/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 496/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 496/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 500/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 500/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 500/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 500/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 500/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 504/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 504/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.8/2.7 MB | 504/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.9/2.7 MB | 504/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.9/2.7 MB | 504/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.9/2.7 MB | 508/774 kB | 42 kB | 0.2/1.6 MB Progress (4): 0.9/2.7 MB | 508/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 512/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 512/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 512/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 512/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 516/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 516/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 516/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 516/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 520/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 520/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 520/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 520/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 520/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 524/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 524/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 524/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 524/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 528/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 528/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 528/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 528/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 532/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 532/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 536/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 536/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 540/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 540/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 544/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 544/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 548/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 548/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 552/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 552/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 552/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 552/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 556/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 556/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 560/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 560/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 564/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 564/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 568/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 568/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 572/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 572/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 576/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 576/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 580/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 580/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 584/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 584/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 588/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 592/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 596/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 600/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 604/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 608/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 612/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 616/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 616/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 620/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 620/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 624/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 624/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 628/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 628/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 632/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 632/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 636/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 636/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 640/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 640/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 644/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 644/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 0.9/2.7 MB | 648/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 648/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 652/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 652/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 656/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 656/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 660/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 660/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 664/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 664/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 668/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 668/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 672/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 672/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 676/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 676/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 680/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 680/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 684/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 684/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 688/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 688/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.0/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.1/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.1/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.1/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Progress (4): 1.1/2.7 MB | 692/774 kB | 42 kB | 0.3/1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar (42 kB at 146 kB/s) Progress (3): 1.1/2.7 MB | 696/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 700/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 700/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 700/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 700/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 704/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 704/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 708/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 708/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 712/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 712/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 716/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 716/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 720/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 720/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 724/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 724/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 728/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 728/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 732/774 kB | 0.3/1.6 MB Progress (3): 1.1/2.7 MB | 732/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 736/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 736/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 740/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 740/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 744/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 744/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 748/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 748/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 752/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 752/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 756/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 756/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 760/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 760/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 764/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 764/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 768/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 768/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 772/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 772/774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.4/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.5/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.1/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.6/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.2/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.7/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.3/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.8/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.4/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 0.9/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.5/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Progress (3): 1.6/2.7 MB | 774 kB | 1.0/1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar (774 kB at 1.5 MB/s) Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.0/1.6 MB Progress (2): 1.6/2.7 MB | 1.1/1.6 MB Progress (2): 1.6/2.7 MB | 1.1/1.6 MB Progress (2): 1.6/2.7 MB | 1.1/1.6 MB Progress (2): 1.6/2.7 MB | 1.1/1.6 MB Progress (2): 1.6/2.7 MB | 1.1/1.6 MB Progress (2): 1.6/2.7 MB | 1.1/1.6 MB Progress (2): 1.6/2.7 MB | 1.1/1.6 MB Progress (2): 1.6/2.7 MB | 1.1/1.6 MB Progress (2): 1.6/2.7 MB | 1.1/1.6 MB Progress (2): 1.6/2.7 MB | 1.1/1.6 MB Progress (2): 1.6/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.1/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.7/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.2/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.8/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.3/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 1.9/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.4/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.0/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.5/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6/1.6 MB Progress (2): 2.1/2.7 MB | 1.6 MB Progress (2): 2.1/2.7 MB | 1.6 MB Progress (2): 2.1/2.7 MB | 1.6 MB Progress (2): 2.1/2.7 MB | 1.6 MB Progress (2): 2.1/2.7 MB | 1.6 MB Progress (2): 2.1/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.2/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.3/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Progress (2): 2.4/2.7 MB | 1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar (1.6 MB at 3.0 MB/s) Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar (2.7 MB at 4.9 MB/s) [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0-sources.jar [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0" Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.pom (1.5 kB at 20 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.jar Progress (1): 4.1/6.8 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-pack200b-plugin/1.2.0/tycho-pack200b-plugin-1.2.0.jar (6.8 kB at 57 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.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.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.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.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.0.pom (1.1 kB at 31 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-bundles/1.2.0/tycho-bundles-1.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.2.0/tycho-bundles-1.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles/1.2.0/tycho-bundles-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.2.0/tycho-bundles-1.2.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.2.0/tycho-bundles-1.2.0.pom (3.3 kB at 68 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho/1.2.0/tycho-1.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.2.0/tycho-1.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/1.2.0/tycho-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.2.0/tycho-1.2.0.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.2.0/tycho-1.2.0.pom (20 kB at 285 kB/s) [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.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.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 104 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 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.2/commons-exec-1.2.pom (11 kB at 420 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom Progress (1): 4.1/53 kB Progress (1): 7.7/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 40/53 kB Progress (1): 44/53 kB Progress (1): 48/53 kB Progress (1): 52/53 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 2.0 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 14 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 58 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 262 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Progress (1): 4.1/54 kB Progress (1): 7.7/54 kB Progress (1): 12/54 kB Progress (2): 12/54 kB | 4.1/379 kB Progress (2): 16/54 kB | 4.1/379 kB Progress (2): 16/54 kB | 7.7/379 kB Progress (2): 20/54 kB | 7.7/379 kB Progress (2): 20/54 kB | 12/379 kB Progress (2): 24/54 kB | 12/379 kB Progress (2): 24/54 kB | 16/379 kB Progress (2): 28/54 kB | 16/379 kB Progress (2): 28/54 kB | 20/379 kB Progress (2): 32/54 kB | 20/379 kB Progress (2): 32/54 kB | 24/379 kB Progress (2): 36/54 kB | 24/379 kB Progress (2): 40/54 kB | 24/379 kB Progress (2): 40/54 kB | 28/379 kB Progress (2): 44/54 kB | 28/379 kB Progress (2): 44/54 kB | 32/379 kB Progress (2): 48/54 kB | 32/379 kB Progress (2): 48/54 kB | 33/379 kB Progress (2): 48/54 kB | 37/379 kB Progress (2): 48/54 kB | 41/379 kB Progress (2): 52/54 kB | 41/379 kB Progress (2): 52/54 kB | 45/379 kB Progress (2): 54 kB | 45/379 kB Progress (2): 54 kB | 49/379 kB Progress (2): 54 kB | 53/379 kB Progress (2): 54 kB | 57/379 kB Progress (2): 54 kB | 61/379 kB Progress (2): 54 kB | 65/379 kB Progress (2): 54 kB | 69/379 kB Progress (2): 54 kB | 73/379 kB Progress (2): 54 kB | 77/379 kB Progress (2): 54 kB | 81/379 kB Progress (2): 54 kB | 85/379 kB Progress (2): 54 kB | 89/379 kB Progress (2): 54 kB | 93/379 kB Progress (2): 54 kB | 97/379 kB Progress (2): 54 kB | 98/379 kB Progress (2): 54 kB | 102/379 kB Progress (2): 54 kB | 106/379 kB Progress (2): 54 kB | 110/379 kB Progress (2): 54 kB | 114/379 kB Progress (2): 54 kB | 118/379 kB Progress (2): 54 kB | 122/379 kB Progress (2): 54 kB | 126/379 kB Progress (2): 54 kB | 130/379 kB Progress (2): 54 kB | 131/379 kB Progress (2): 54 kB | 135/379 kB Progress (2): 54 kB | 139/379 kB Progress (2): 54 kB | 143/379 kB Progress (2): 54 kB | 147/379 kB Progress (2): 54 kB | 151/379 kB Progress (2): 54 kB | 155/379 kB Progress (2): 54 kB | 159/379 kB Progress (2): 54 kB | 163/379 kB Progress (2): 54 kB | 164/379 kB Progress (2): 54 kB | 168/379 kB Progress (2): 54 kB | 172/379 kB Progress (2): 54 kB | 176/379 kB Progress (2): 54 kB | 180/379 kB Progress (2): 54 kB | 184/379 kB Progress (2): 54 kB | 188/379 kB Progress (2): 54 kB | 192/379 kB Progress (2): 54 kB | 196/379 kB Progress (2): 54 kB | 197/379 kB Progress (2): 54 kB | 201/379 kB Progress (2): 54 kB | 205/379 kB Progress (2): 54 kB | 209/379 kB Progress (2): 54 kB | 213/379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 2.5 MB/s) Progress (1): 217/379 kB Progress (1): 221/379 kB Progress (1): 225/379 kB Progress (1): 229/379 kB Progress (1): 229/379 kB Progress (1): 233/379 kB Progress (1): 237/379 kB Progress (1): 241/379 kB Progress (1): 245/379 kB Progress (1): 249/379 kB Progress (1): 253/379 kB Progress (1): 257/379 kB Progress (1): 261/379 kB Progress (1): 262/379 kB Progress (1): 266/379 kB Progress (1): 270/379 kB Progress (1): 274/379 kB Progress (1): 278/379 kB Progress (1): 282/379 kB Progress (1): 286/379 kB Progress (1): 290/379 kB Progress (1): 294/379 kB Progress (1): 295/379 kB Progress (1): 299/379 kB Progress (1): 303/379 kB Progress (1): 307/379 kB Progress (1): 311/379 kB Progress (1): 315/379 kB Progress (1): 319/379 kB Progress (1): 323/379 kB Progress (1): 327/379 kB Progress (1): 328/379 kB Progress (1): 332/379 kB Progress (1): 336/379 kB Progress (1): 340/379 kB Progress (1): 344/379 kB Progress (1): 348/379 kB Progress (1): 352/379 kB Progress (1): 356/379 kB Progress (1): 360/379 kB Progress (1): 364/379 kB Progress (1): 368/379 kB Progress (1): 372/379 kB Progress (1): 376/379 kB Progress (1): 379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 13 MB/s) Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (2): 16/28 kB | 4.1/21 kB Progress (2): 20/28 kB | 4.1/21 kB Progress (2): 20/28 kB | 7.7/21 kB Progress (2): 24/28 kB | 7.7/21 kB Progress (2): 24/28 kB | 12/21 kB Progress (2): 28/28 kB | 12/21 kB Progress (2): 28/28 kB | 16/21 kB Progress (2): 28 kB | 16/21 kB Progress (2): 28 kB | 20/21 kB Progress (2): 28 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 502 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 355 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 26 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.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): 44/218 kB Progress (1): 48/218 kB Progress (1): 52/218 kB Progress (1): 56/218 kB Progress (1): 60/218 kB Progress (1): 64/218 kB Progress (1): 68/218 kB Progress (1): 72/218 kB Progress (1): 76/218 kB Progress (1): 80/218 kB Progress (1): 84/218 kB Progress (1): 88/218 kB Progress (1): 92/218 kB Progress (1): 96/218 kB Progress (1): 100/218 kB Progress (1): 104/218 kB Progress (1): 108/218 kB Progress (1): 112/218 kB Progress (1): 116/218 kB Progress (1): 120/218 kB Progress (1): 124/218 kB Progress (1): 128/218 kB Progress (1): 132/218 kB Progress (1): 136/218 kB Progress (1): 140/218 kB Progress (1): 144/218 kB Progress (1): 148/218 kB Progress (1): 152/218 kB Progress (1): 156/218 kB Progress (1): 160/218 kB Progress (1): 164/218 kB Progress (1): 168/218 kB Progress (1): 172/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): 216/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.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 9.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.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): 44/148 kB Progress (1): 48/148 kB Progress (1): 52/148 kB Progress (1): 56/148 kB Progress (1): 60/148 kB Progress (1): 64/148 kB Progress (1): 68/148 kB Progress (1): 72/148 kB Progress (1): 76/148 kB Progress (1): 80/148 kB Progress (1): 84/148 kB Progress (1): 88/148 kB Progress (1): 92/148 kB Progress (1): 96/148 kB Progress (1): 100/148 kB Progress (1): 104/148 kB Progress (1): 108/148 kB Progress (1): 112/148 kB Progress (1): 116/148 kB Progress (1): 120/148 kB Progress (1): 124/148 kB Progress (1): 128/148 kB Progress (1): 132/148 kB Progress (1): 136/148 kB Progress (1): 140/148 kB Progress (1): 144/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.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 2.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 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.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 3.0 MB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-tycho-extras-plugin/1.0.0/ebr-tycho-extras-plugin-1.0.0.pom Progress (1): 2.5 kB Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-tycho-extras-plugin/1.0.0/ebr-tycho-extras-plugin-1.0.0.pom (2.5 kB at 146 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-tycho-extras-plugin/1.0.0/ebr-tycho-extras-plugin-1.0.0.jar Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-tycho-extras-plugin/1.0.0/ebr-tycho-extras-plugin-1.0.0.jar (15 kB at 997 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.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.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 30 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 483 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom (4.5 kB at 173 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom (1.9 kB at 71 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom 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/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom (21 kB at 755 kB/s) Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar Progress (1): 4.1/426 kB Progress (1): 7.7/426 kB Progress (1): 12/426 kB Progress (1): 16/426 kB Progress (1): 20/426 kB Progress (1): 24/426 kB Progress (1): 28/426 kB Progress (1): 32/426 kB Progress (1): 36/426 kB Progress (1): 40/426 kB Progress (1): 44/426 kB Progress (1): 48/426 kB Progress (1): 52/426 kB Progress (1): 56/426 kB Progress (1): 60/426 kB Progress (1): 64/426 kB Progress (1): 68/426 kB Progress (1): 72/426 kB Progress (1): 76/426 kB Progress (1): 80/426 kB Progress (1): 84/426 kB Progress (1): 88/426 kB Progress (1): 92/426 kB Progress (1): 96/426 kB Progress (1): 100/426 kB Progress (1): 104/426 kB Progress (1): 108/426 kB Progress (1): 112/426 kB Progress (1): 116/426 kB Progress (1): 120/426 kB Progress (1): 124/426 kB Progress (1): 128/426 kB Progress (1): 132/426 kB Progress (1): 136/426 kB Progress (1): 140/426 kB Progress (1): 144/426 kB Progress (1): 148/426 kB Progress (1): 152/426 kB Progress (1): 156/426 kB Progress (1): 160/426 kB Progress (1): 164/426 kB Progress (1): 168/426 kB Progress (1): 172/426 kB Progress (1): 176/426 kB Progress (1): 180/426 kB Progress (1): 184/426 kB Progress (2): 184/426 kB | 4.1/14 kB Progress (2): 188/426 kB | 4.1/14 kB Progress (2): 188/426 kB | 7.7/14 kB Progress (2): 192/426 kB | 7.7/14 kB Progress (2): 192/426 kB | 12/14 kB Progress (2): 192/426 kB | 14 kB Progress (2): 196/426 kB | 14 kB Progress (2): 200/426 kB | 14 kB Progress (2): 204/426 kB | 14 kB Progress (2): 208/426 kB | 14 kB Progress (2): 212/426 kB | 14 kB Progress (2): 216/426 kB | 14 kB Progress (2): 220/426 kB | 14 kB Progress (2): 224/426 kB | 14 kB Progress (2): 228/426 kB | 14 kB Progress (2): 232/426 kB | 14 kB Progress (2): 236/426 kB | 14 kB Progress (2): 240/426 kB | 14 kB Progress (2): 244/426 kB | 14 kB Progress (2): 248/426 kB | 14 kB Progress (2): 252/426 kB | 14 kB Progress (2): 256/426 kB | 14 kB Progress (2): 260/426 kB | 14 kB Progress (2): 264/426 kB | 14 kB Progress (2): 268/426 kB | 14 kB Progress (2): 272/426 kB | 14 kB Progress (2): 276/426 kB | 14 kB Progress (2): 280/426 kB | 14 kB Progress (2): 284/426 kB | 14 kB Progress (2): 288/426 kB | 14 kB Progress (2): 292/426 kB | 14 kB Progress (2): 296/426 kB | 14 kB Progress (2): 300/426 kB | 14 kB Progress (2): 304/426 kB | 14 kB Progress (2): 308/426 kB | 14 kB Progress (2): 312/426 kB | 14 kB Progress (2): 316/426 kB | 14 kB Progress (2): 320/426 kB | 14 kB Progress (2): 324/426 kB | 14 kB Progress (2): 328/426 kB | 14 kB Progress (2): 332/426 kB | 14 kB Progress (2): 336/426 kB | 14 kB Progress (2): 340/426 kB | 14 kB Progress (2): 344/426 kB | 14 kB Progress (2): 348/426 kB | 14 kB Progress (2): 352/426 kB | 14 kB Progress (2): 356/426 kB | 14 kB Progress (2): 360/426 kB | 14 kB Progress (2): 364/426 kB | 14 kB Progress (2): 368/426 kB | 14 kB Progress (2): 372/426 kB | 14 kB Progress (2): 376/426 kB | 14 kB Progress (2): 380/426 kB | 14 kB Progress (2): 384/426 kB | 14 kB Progress (2): 388/426 kB | 14 kB Progress (2): 392/426 kB | 14 kB Progress (2): 396/426 kB | 14 kB Progress (2): 400/426 kB | 14 kB Progress (2): 404/426 kB | 14 kB Progress (2): 408/426 kB | 14 kB Progress (2): 412/426 kB | 14 kB Progress (2): 416/426 kB | 14 kB Progress (2): 420/426 kB | 14 kB Progress (2): 424/426 kB | 14 kB Progress (2): 426 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 248 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 6.8 MB/s) [INFO] Assembling p2 repository [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections --- [INFO] [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ org.eclipse.collections --- [INFO] No dependency problems found [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections --- [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0/org.eclipse.collections-10.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0/org.eclipse.collections-10.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0/org.eclipse.collections-10.1.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0/org.eclipse.collections-10.1.0-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0/org.eclipse.collections-10.1.0-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0/org.eclipse.collections-10.1.0-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.collections --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Collections Parent Project 10.1.0: [INFO] [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 9.933 s] [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 3.294 s] [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 2.082 s] [INFO] Eclipse Collections API ............................ SUCCESS [ 5.724 s] [INFO] Eclipse Collections Main Library ................... SUCCESS [ 29.463 s] [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 10.965 s] [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [ 3.497 s] [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 2.479 s] [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [ 0.179 s] [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 56.768 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:31 min [INFO] Finished at: 2019-12-04T18:34:25Z [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.1.0 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-957.10.1.el7.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.2.0/tycho-maven-plugin-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.2.0/tycho-maven-plugin-1.2.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.2.0/tycho-maven-plugin-1.2.0.pom (2.1 kB at 35 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.2.0/tycho-core-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.2.0/tycho-core-1.2.0.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.2.0/tycho-core-1.2.0.pom (4.5 kB at 95 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.2.0/sisu-equinox-embedder-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.2.0/sisu-equinox-embedder-1.2.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.2.0/sisu-equinox-embedder-1.2.0.pom (1.8 kB at 39 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.2.0/sisu-equinox-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.2.0/sisu-equinox-1.2.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.2.0/sisu-equinox-1.2.0.pom (1.0 kB at 21 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.2.0/sisu-equinox-api-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.2.0/sisu-equinox-api-1.2.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.2.0/sisu-equinox-api-1.2.0.pom (1.7 kB at 34 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.2.0/tycho-metadata-model-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.2.0/tycho-metadata-model-1.2.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.2.0/tycho-metadata-model-1.2.0.pom (1.3 kB at 22 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.2.0/tycho-embedder-api-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.2.0/tycho-embedder-api-1.2.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.2.0/tycho-embedder-api-1.2.0.pom (2.1 kB at 39 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.2.0/org.eclipse.tycho.embedder.shared-1.2.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.2.0/org.eclipse.tycho.embedder.shared-1.2.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.2.0/org.eclipse.tycho.embedder.shared-1.2.0.pom (1.1 kB at 5.3 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.2.0/org.eclipse.tycho.core.shared-1.2.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.2.0/org.eclipse.tycho.core.shared-1.2.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.2.0/org.eclipse.tycho.core.shared-1.2.0.pom (1.0 kB at 23 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.2.0/tycho-p2-facade-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.2.0/tycho-p2-facade-1.2.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.2.0/tycho-p2-facade-1.2.0.pom (2.1 kB at 47 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.2.0/tycho-p2-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.2.0/tycho-p2-1.2.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.2.0/tycho-p2-1.2.0.pom (1.1 kB at 20 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.2.0/org.eclipse.tycho.p2.tools.shared-1.2.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.2.0/org.eclipse.tycho.p2.tools.shared-1.2.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.2.0/org.eclipse.tycho.p2.tools.shared-1.2.0.pom (1.1 kB at 19 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.2.0/tycho-maven-plugin-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.2.0/sisu-equinox-embedder-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.2.0/tycho-metadata-model-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.2.0/tycho-core-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.2.0/sisu-equinox-api-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.2.0/tycho-embedder-api-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.2.0/org.eclipse.tycho.embedder.shared-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.2.0/org.eclipse.tycho.core.shared-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.2.0/tycho-p2-facade-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.2.0/org.eclipse.tycho.p2.tools.shared-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.2.0/tycho-maven-plugin-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.2.0/sisu-equinox-embedder-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.2.0/tycho-core-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.2.0/sisu-equinox-api-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.2.0/tycho-metadata-model-1.2.0.jar Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.2.0/sisu-equinox-api-1.2.0.jar (3.2 kB at 49 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.2.0/tycho-embedder-api-1.2.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/37 kB Progress (2): 13 kB | 7.7/37 kB Progress (2): 13 kB | 12/37 kB Progress (2): 13 kB | 16/37 kB Progress (2): 13 kB | 20/37 kB Progress (2): 13 kB | 24/37 kB Progress (2): 13 kB | 28/37 kB Progress (2): 13 kB | 32/37 kB Progress (2): 13 kB | 36/37 kB Progress (2): 13 kB | 37 kB Progress (3): 13 kB | 37 kB | 4.1/5.6 kB Progress (3): 13 kB | 37 kB | 5.6 kB Progress (4): 13 kB | 37 kB | 5.6 kB | 4.1/200 kB Progress (4): 13 kB | 37 kB | 5.6 kB | 7.7/200 kB Progress (4): 13 kB | 37 kB | 5.6 kB | 12/200 kB Progress (4): 13 kB | 37 kB | 5.6 kB | 16/200 kB Progress (4): 13 kB | 37 kB | 5.6 kB | 20/200 kB Progress (4): 13 kB | 37 kB | 5.6 kB | 24/200 kB Progress (4): 13 kB | 37 kB | 5.6 kB | 28/200 kB Progress (4): 13 kB | 37 kB | 5.6 kB | 32/200 kB Progress (4): 13 kB | 37 kB | 5.6 kB | 36/200 kB Progress (5): 13 kB | 37 kB | 5.6 kB | 36/200 kB | 4.1/7.2 kB Progress (5): 13 kB | 37 kB | 5.6 kB | 40/200 kB | 4.1/7.2 kB Progress (5): 13 kB | 37 kB | 5.6 kB | 40/200 kB | 7.2 kB Progress (5): 13 kB | 37 kB | 5.6 kB | 44/200 kB | 7.2 kB Progress (5): 13 kB | 37 kB | 5.6 kB | 48/200 kB | 7.2 kB Progress (5): 13 kB | 37 kB | 5.6 kB | 52/200 kB | 7.2 kB Progress (5): 13 kB | 37 kB | 5.6 kB | 56/200 kB | 7.2 kB Progress (5): 13 kB | 37 kB | 5.6 kB | 60/200 kB | 7.2 kB Progress (5): 13 kB | 37 kB | 5.6 kB | 64/200 kB | 7.2 kB Progress (5): 13 kB | 37 kB | 5.6 kB | 66/200 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.2.0/tycho-maven-plugin-1.2.0.jar (5.6 kB at 58 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.2.0/org.eclipse.tycho.embedder.shared-1.2.0.jar Progress (4): 13 kB | 37 kB | 70/200 kB | 7.2 kB Progress (4): 13 kB | 37 kB | 74/200 kB | 7.2 kB Progress (4): 13 kB | 37 kB | 78/200 kB | 7.2 kB Progress (4): 13 kB | 37 kB | 82/200 kB | 7.2 kB Progress (4): 13 kB | 37 kB | 86/200 kB | 7.2 kB Progress (4): 13 kB | 37 kB | 90/200 kB | 7.2 kB Progress (4): 13 kB | 37 kB | 94/200 kB | 7.2 kB Progress (4): 13 kB | 37 kB | 98/200 kB | 7.2 kB Progress (4): 13 kB | 37 kB | 102/200 kB | 7.2 kB Progress (4): 13 kB | 37 kB | 106/200 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.2.0/tycho-metadata-model-1.2.0.jar (37 kB at 364 kB/s) Progress (3): 13 kB | 110/200 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.2.0/tycho-embedder-api-1.2.0.jar (7.2 kB at 70 kB/s) Progress (2): 13 kB | 114/200 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.2.0/org.eclipse.tycho.core.shared-1.2.0.jar Progress (2): 13 kB | 118/200 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.2.0/tycho-p2-facade-1.2.0.jar Progress (2): 13 kB | 122/200 kB Progress (2): 13 kB | 126/200 kB Progress (2): 13 kB | 130/200 kB Progress (2): 13 kB | 134/200 kB Progress (2): 13 kB | 138/200 kB Progress (2): 13 kB | 142/200 kB Progress (2): 13 kB | 146/200 kB Progress (2): 13 kB | 150/200 kB Progress (2): 13 kB | 154/200 kB Progress (2): 13 kB | 158/200 kB Progress (2): 13 kB | 162/200 kB Progress (2): 13 kB | 166/200 kB Progress (2): 13 kB | 170/200 kB Progress (2): 13 kB | 174/200 kB Progress (2): 13 kB | 178/200 kB Progress (2): 13 kB | 182/200 kB Progress (2): 13 kB | 186/200 kB Progress (2): 13 kB | 190/200 kB Progress (2): 13 kB | 194/200 kB Progress (2): 13 kB | 198/200 kB Progress (2): 13 kB | 200 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.2.0/tycho-core-1.2.0.jar (200 kB at 1.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.0.jar Progress (2): 13 kB | 4.1/9.4 kB Progress (2): 13 kB | 7.7/9.4 kB Progress (2): 13 kB | 9.4 kB Progress (3): 13 kB | 9.4 kB | 4.1/34 kB Progress (3): 13 kB | 9.4 kB | 7.7/34 kB Progress (3): 13 kB | 9.4 kB | 12/34 kB Progress (3): 13 kB | 9.4 kB | 16/34 kB Progress (3): 13 kB | 9.4 kB | 20/34 kB Progress (3): 13 kB | 9.4 kB | 24/34 kB Progress (3): 13 kB | 9.4 kB | 28/34 kB Progress (3): 13 kB | 9.4 kB | 32/34 kB Progress (3): 13 kB | 9.4 kB | 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.2.0/org.eclipse.tycho.embedder.shared-1.2.0.jar (9.4 kB at 69 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.2.0/org.eclipse.tycho.p2.tools.shared-1.2.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.2.0/tycho-p2-facade-1.2.0.jar (34 kB at 244 kB/s) Progress (2): 13 kB | 4.1/26 kB Progress (2): 13 kB | 7.7/26 kB Progress (2): 13 kB | 12/26 kB Progress (2): 13 kB | 16/26 kB Progress (2): 13 kB | 20/26 kB Progress (2): 13 kB | 24/26 kB Progress (2): 13 kB | 26 kB Progress (3): 13 kB | 26 kB | 4.1/37 kB Progress (3): 13 kB | 26 kB | 7.7/37 kB Progress (3): 13 kB | 26 kB | 12/37 kB Progress (3): 13 kB | 26 kB | 16/37 kB Progress (3): 13 kB | 26 kB | 20/37 kB Progress (3): 13 kB | 26 kB | 24/37 kB Progress (3): 13 kB | 26 kB | 28/37 kB Progress (3): 13 kB | 26 kB | 32/37 kB Progress (3): 13 kB | 26 kB | 36/37 kB Progress (3): 13 kB | 26 kB | 37 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.2.0/org.eclipse.tycho.p2.resolver.shared-1.2.0.jar (26 kB at 146 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.2.0/org.eclipse.tycho.core.shared-1.2.0.jar (37 kB at 207 kB/s) Progress (2): 13 kB | 4.1/21 kB Progress (2): 13 kB | 7.7/21 kB Progress (2): 13 kB | 12/21 kB Progress (2): 13 kB | 16/21 kB Progress (2): 13 kB | 20/21 kB Progress (2): 13 kB | 21 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.2.0/org.eclipse.tycho.p2.tools.shared-1.2.0.jar (21 kB at 109 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.2.0/sisu-equinox-embedder-1.2.0.jar (13 kB at 45 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.2.0/tycho-bundles-external-1.2.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.2.0/tycho-bundles-external-1.2.0.zip Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.2.0/tycho-bundles-external-1.2.0.zip (8.0 MB at 15 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.2.0/org.eclipse.tycho.p2.resolver.impl-1.2.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.2.0/org.eclipse.tycho.p2.resolver.impl-1.2.0.jar Progress (1): 4.1/216 kB Progress (1): 7.7/216 kB Progress (1): 12/216 kB Progress (1): 16/216 kB Progress (1): 20/216 kB Progress (1): 24/216 kB Progress (1): 28/216 kB Progress (1): 32/216 kB Progress (1): 36/216 kB Progress (1): 40/216 kB Progress (1): 44/216 kB Progress (1): 48/216 kB Progress (1): 52/216 kB Progress (1): 56/216 kB Progress (1): 60/216 kB Progress (1): 64/216 kB Progress (1): 68/216 kB Progress (1): 72/216 kB Progress (1): 76/216 kB Progress (1): 80/216 kB Progress (1): 84/216 kB Progress (1): 88/216 kB Progress (1): 92/216 kB Progress (1): 96/216 kB Progress (1): 100/216 kB Progress (1): 104/216 kB Progress (1): 108/216 kB Progress (1): 112/216 kB Progress (1): 116/216 kB Progress (1): 120/216 kB Progress (1): 124/216 kB Progress (1): 128/216 kB Progress (1): 132/216 kB Progress (1): 136/216 kB Progress (1): 140/216 kB Progress (1): 144/216 kB Progress (1): 148/216 kB Progress (1): 152/216 kB Progress (1): 156/216 kB Progress (1): 160/216 kB Progress (1): 164/216 kB Progress (1): 168/216 kB Progress (1): 172/216 kB Progress (1): 176/216 kB Progress (1): 180/216 kB Progress (1): 184/216 kB Progress (1): 188/216 kB Progress (1): 192/216 kB Progress (1): 196/216 kB Progress (1): 200/216 kB Progress (1): 204/216 kB Progress (1): 208/216 kB Progress (1): 212/216 kB Progress (1): 216/216 kB Progress (1): 216 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.2.0/org.eclipse.tycho.p2.resolver.impl-1.2.0.jar (216 kB at 5.5 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.2.0/org.eclipse.tycho.p2.maven.repository-1.2.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.2.0/org.eclipse.tycho.p2.maven.repository-1.2.0.jar Progress (1): 4.1/147 kB Progress (1): 7.7/147 kB Progress (1): 12/147 kB Progress (1): 16/147 kB Progress (1): 20/147 kB Progress (1): 24/147 kB Progress (1): 28/147 kB Progress (1): 32/147 kB Progress (1): 33/147 kB Progress (1): 37/147 kB Progress (1): 41/147 kB Progress (1): 45/147 kB Progress (1): 49/147 kB Progress (1): 53/147 kB Progress (1): 57/147 kB Progress (1): 61/147 kB Progress (1): 65/147 kB Progress (1): 66/147 kB Progress (1): 70/147 kB Progress (1): 74/147 kB Progress (1): 78/147 kB Progress (1): 82/147 kB Progress (1): 86/147 kB Progress (1): 90/147 kB Progress (1): 94/147 kB Progress (1): 98/147 kB Progress (1): 98/147 kB Progress (1): 102/147 kB Progress (1): 106/147 kB Progress (1): 110/147 kB Progress (1): 114/147 kB Progress (1): 118/147 kB Progress (1): 122/147 kB Progress (1): 126/147 kB Progress (1): 130/147 kB Progress (1): 134/147 kB Progress (1): 138/147 kB Progress (1): 142/147 kB Progress (1): 146/147 kB Progress (1): 147 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.2.0/org.eclipse.tycho.p2.maven.repository-1.2.0.jar (147 kB at 970 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.2.0/org.eclipse.tycho.p2.tools.impl-1.2.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.2.0/org.eclipse.tycho.p2.tools.impl-1.2.0.jar Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 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.2.0/org.eclipse.tycho.p2.tools.impl-1.2.0.jar (48 kB at 655 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.2.0/target-platform-configuration-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.2.0/target-platform-configuration-1.2.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.2.0/target-platform-configuration-1.2.0.pom (1.7 kB at 23 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.2.0/target-platform-configuration-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.2.0/target-platform-configuration-1.2.0.jar Progress (1): 4.1/8.2 kB Progress (1): 7.7/8.2 kB Progress (1): 8.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.2.0/target-platform-configuration-1.2.0.jar (8.2 kB at 146 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.2.0/tycho-packaging-plugin-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.2.0/tycho-packaging-plugin-1.2.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.2.0/tycho-packaging-plugin-1.2.0.pom (2.7 kB at 59 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.2.0/tycho-packaging-plugin-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.2.0/tycho-packaging-plugin-1.2.0.jar Progress (1): 4.1/130 kB Progress (1): 7.7/130 kB Progress (1): 12/130 kB Progress (1): 16/130 kB Progress (1): 20/130 kB Progress (1): 24/130 kB Progress (1): 28/130 kB Progress (1): 32/130 kB Progress (1): 36/130 kB Progress (1): 40/130 kB Progress (1): 44/130 kB Progress (1): 48/130 kB Progress (1): 52/130 kB Progress (1): 56/130 kB Progress (1): 60/130 kB Progress (1): 64/130 kB Progress (1): 68/130 kB Progress (1): 72/130 kB Progress (1): 76/130 kB Progress (1): 80/130 kB Progress (1): 84/130 kB Progress (1): 88/130 kB Progress (1): 92/130 kB Progress (1): 96/130 kB Progress (1): 100/130 kB Progress (1): 104/130 kB Progress (1): 108/130 kB Progress (1): 112/130 kB Progress (1): 116/130 kB Progress (1): 120/130 kB Progress (1): 124/130 kB Progress (1): 128/130 kB Progress (1): 130 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.2.0/tycho-packaging-plugin-1.2.0.jar (130 kB at 2.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.2.0/tycho-source-feature-plugin-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.2.0/tycho-source-feature-plugin-1.2.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.2.0/tycho-source-feature-plugin-1.2.0.pom (2.1 kB at 24 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.2.0/tycho-source-feature-plugin-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.2.0/tycho-source-feature-plugin-1.2.0.jar Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.2.0/tycho-source-feature-plugin-1.2.0.jar (19 kB at 238 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom (4.0 kB at 161 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom Progress (1): 4.1/9.2 kB Progress (1): 7.7/9.2 kB Progress (1): 9.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom (9.2 kB at 247 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.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.0.6/maven-artifact-2.0.6.pom (1.6 kB at 45 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Progress (1): 890 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 32 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Progress (1): 4.1/6.7 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 192 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 77 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.10/junit-4.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 78 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Progress (1): 481 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 18 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 256 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 24 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 57 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 50 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Progress (1): 424 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 13 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 135 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 82 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom 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.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 17 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 14 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 78 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 40 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 177 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 66 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 1.2 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Progress (1): 4.1/20 kB Progress (2): 4.1/20 kB | 4.1/61 kB Progress (2): 7.7/20 kB | 4.1/61 kB Progress (2): 7.7/20 kB | 7.7/61 kB Progress (2): 12/20 kB | 7.7/61 kB Progress (2): 12/20 kB | 12/61 kB Progress (2): 16/20 kB | 12/61 kB Progress (2): 16/20 kB | 16/61 kB Progress (2): 20/20 kB | 16/61 kB Progress (2): 20 kB | 16/61 kB Progress (2): 20 kB | 20/61 kB Progress (2): 20 kB | 24/61 kB Progress (2): 20 kB | 28/61 kB Progress (2): 20 kB | 32/61 kB Progress (2): 20 kB | 36/61 kB Progress (2): 20 kB | 40/61 kB Progress (2): 20 kB | 44/61 kB Progress (2): 20 kB | 48/61 kB Progress (2): 20 kB | 52/61 kB Progress (2): 20 kB | 56/61 kB Progress (2): 20 kB | 60/61 kB Progress (2): 20 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 248 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar (20 kB at 82 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.2.0/tycho-p2-plugin-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.2.0/tycho-p2-plugin-1.2.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.2.0/tycho-p2-plugin-1.2.0.pom (2.2 kB at 7.2 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.2.0/tycho-p2-plugin-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.2.0/tycho-p2-plugin-1.2.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.2.0/tycho-p2-plugin-1.2.0.jar (28 kB at 323 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.2.0/sisu-equinox-launching-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.2.0/sisu-equinox-launching-1.2.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.2.0/sisu-equinox-launching-1.2.0.pom (2.7 kB at 73 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.2.0/tycho-artifactcomparator-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.2.0/tycho-artifactcomparator-1.2.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.2.0/tycho-artifactcomparator-1.2.0.pom (1.9 kB at 18 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.2.0/sisu-equinox-launching-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.2.0/tycho-artifactcomparator-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.2.0/sisu-equinox-launching-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.2.0/tycho-artifactcomparator-1.2.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 Progress (2): 28 kB | 4.1/21 kB Progress (2): 28 kB | 7.7/21 kB Progress (2): 28 kB | 12/21 kB Progress (2): 28 kB | 16/21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.2.0/sisu-equinox-launching-1.2.0.jar (28 kB at 356 kB/s) 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-artifactcomparator/1.2.0/tycho-artifactcomparator-1.2.0.jar (21 kB at 229 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.pom Progress (1): 2.6 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.pom (2.6 kB at 92 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.3/maven-plugin-parent-1.1.3.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.3/maven-plugin-parent-1.1.3.pom (5.5 kB at 205 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom (12 kB at 329 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.jar Progress (1): 4.1/63 kB Progress (1): 7.7/63 kB Progress (1): 12/63 kB Progress (1): 16/63 kB Progress (1): 20/63 kB Progress (1): 24/63 kB Progress (1): 28/63 kB Progress (1): 32/63 kB Progress (1): 36/63 kB Progress (1): 40/63 kB Progress (1): 44/63 kB Progress (1): 48/63 kB Progress (1): 52/63 kB Progress (1): 56/63 kB Progress (1): 60/63 kB Progress (1): 63 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.jar (63 kB at 2.6 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 280 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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 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 407 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/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/4.9 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 212 kB/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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 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 500 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 429 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.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/5.7 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 259 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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 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 480 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 405 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/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/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 563 kB/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/11 kB Progress (1): 7.7/11 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 386 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): 44/124 kB Progress (1): 48/124 kB Progress (1): 52/124 kB Progress (1): 56/124 kB Progress (1): 60/124 kB Progress (1): 64/124 kB Progress (1): 68/124 kB Progress (1): 72/124 kB Progress (1): 76/124 kB Progress (1): 80/124 kB Progress (1): 84/124 kB Progress (1): 88/124 kB Progress (1): 92/124 kB Progress (1): 96/124 kB Progress (1): 100/124 kB Progress (1): 104/124 kB Progress (1): 108/124 kB Progress (1): 112/124 kB Progress (1): 116/124 kB Progress (1): 120/124 kB Progress (1): 124/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 3.8 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.2.0/tycho-p2-repository-plugin-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.2.0/tycho-p2-repository-plugin-1.2.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.2.0/tycho-p2-repository-plugin-1.2.0.pom (1.4 kB at 23 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.2.0/tycho-p2-repository-plugin-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.2.0/tycho-p2-repository-plugin-1.2.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.2.0/tycho-p2-repository-plugin-1.2.0.jar (14 kB at 230 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.2.0/tycho-p2-publisher-plugin-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.2.0/tycho-p2-publisher-plugin-1.2.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-publisher-plugin/1.2.0/tycho-p2-publisher-plugin-1.2.0.pom (2.1 kB at 24 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.2.0/tycho-p2-publisher-plugin-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.2.0/tycho-p2-publisher-plugin-1.2.0.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.2.0/tycho-p2-publisher-plugin-1.2.0.jar (22 kB at 429 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.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/6.0 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 205 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 788 kB/s) [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [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 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.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 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 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] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Adding repository file:/home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.collections/10.1.0.v20191204-1814 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml [INFO] Adding repository file:/home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.collections/10.1.0.v20191204-1814 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Collections p2 Repository with Feature Build [pom] [INFO] org.eclipse.collections.feature [eclipse-feature] [INFO] p2-repository [eclipse-repository] [INFO] [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.1.0-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 193 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom Progress (1): 4.1/9.2 kB Progress (1): 7.7/9.2 kB Progress (1): 9.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 37 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 26 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 102 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/226 kB Progress (2): 13 kB | 7.7/226 kB Progress (2): 13 kB | 12/226 kB Progress (2): 13 kB | 16/226 kB Progress (2): 13 kB | 20/226 kB Progress (2): 13 kB | 24/226 kB Progress (2): 13 kB | 28/226 kB Progress (2): 13 kB | 32/226 kB Progress (2): 13 kB | 36/226 kB Progress (2): 13 kB | 40/226 kB Progress (2): 13 kB | 44/226 kB Progress (2): 13 kB | 48/226 kB Progress (2): 13 kB | 52/226 kB Progress (2): 13 kB | 56/226 kB Progress (2): 13 kB | 60/226 kB Progress (2): 13 kB | 64/226 kB Progress (2): 13 kB | 68/226 kB Progress (2): 13 kB | 72/226 kB Progress (2): 13 kB | 76/226 kB Progress (2): 13 kB | 80/226 kB Progress (2): 13 kB | 84/226 kB Progress (2): 13 kB | 88/226 kB Progress (2): 13 kB | 92/226 kB Progress (2): 13 kB | 96/226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 367 kB/s) Progress (1): 100/226 kB Progress (1): 104/226 kB Progress (1): 108/226 kB Progress (1): 112/226 kB Progress (1): 116/226 kB Progress (1): 120/226 kB Progress (1): 124/226 kB Progress (1): 128/226 kB Progress (1): 132/226 kB Progress (1): 136/226 kB Progress (1): 140/226 kB Progress (1): 144/226 kB Progress (1): 148/226 kB Progress (1): 152/226 kB Progress (1): 156/226 kB Progress (1): 160/226 kB Progress (1): 164/226 kB Progress (1): 168/226 kB Progress (1): 172/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 216/226 kB Progress (1): 220/226 kB Progress (1): 224/226 kB Progress (1): 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.7 MB/s) [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 155 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 71 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.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.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 72 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 60 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 620 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 37 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 191 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (2): 7.7/35 kB | 4.1/116 kB Progress (3): 7.7/35 kB | 4.1/116 kB | 4.1/29 kB Progress (3): 7.7/35 kB | 7.7/116 kB | 4.1/29 kB Progress (3): 12/35 kB | 7.7/116 kB | 4.1/29 kB Progress (3): 12/35 kB | 7.7/116 kB | 7.7/29 kB Progress (3): 12/35 kB | 12/116 kB | 7.7/29 kB Progress (3): 16/35 kB | 12/116 kB | 7.7/29 kB Progress (3): 16/35 kB | 12/116 kB | 12/29 kB Progress (3): 16/35 kB | 16/116 kB | 12/29 kB Progress (3): 16/35 kB | 16/116 kB | 16/29 kB Progress (3): 20/35 kB | 16/116 kB | 16/29 kB Progress (3): 20/35 kB | 16/116 kB | 20/29 kB Progress (3): 20/35 kB | 20/116 kB | 20/29 kB Progress (4): 20/35 kB | 20/116 kB | 20/29 kB | 4.1/49 kB Progress (4): 20/35 kB | 24/116 kB | 20/29 kB | 4.1/49 kB Progress (5): 20/35 kB | 24/116 kB | 20/29 kB | 4.1/49 kB | 4.1/86 kB Progress (5): 20/35 kB | 24/116 kB | 24/29 kB | 4.1/49 kB | 4.1/86 kB Progress (5): 24/35 kB | 24/116 kB | 24/29 kB | 4.1/49 kB | 4.1/86 kB Progress (5): 24/35 kB | 24/116 kB | 28/29 kB | 4.1/49 kB | 4.1/86 kB Progress (5): 24/35 kB | 24/116 kB | 28/29 kB | 4.1/49 kB | 7.7/86 kB Progress (5): 24/35 kB | 28/116 kB | 28/29 kB | 4.1/49 kB | 7.7/86 kB Progress (5): 24/35 kB | 28/116 kB | 28/29 kB | 7.7/49 kB | 7.7/86 kB Progress (5): 24/35 kB | 32/116 kB | 28/29 kB | 7.7/49 kB | 7.7/86 kB Progress (5): 24/35 kB | 32/116 kB | 28/29 kB | 7.7/49 kB | 12/86 kB Progress (5): 24/35 kB | 32/116 kB | 29 kB | 7.7/49 kB | 12/86 kB Progress (5): 28/35 kB | 32/116 kB | 29 kB | 7.7/49 kB | 12/86 kB Progress (5): 28/35 kB | 32/116 kB | 29 kB | 7.7/49 kB | 16/86 kB Progress (5): 28/35 kB | 36/116 kB | 29 kB | 7.7/49 kB | 16/86 kB Progress (5): 28/35 kB | 36/116 kB | 29 kB | 7.7/49 kB | 20/86 kB Progress (5): 28/35 kB | 36/116 kB | 29 kB | 12/49 kB | 20/86 kB Progress (5): 28/35 kB | 36/116 kB | 29 kB | 12/49 kB | 24/86 kB Progress (5): 28/35 kB | 40/116 kB | 29 kB | 12/49 kB | 24/86 kB Progress (5): 32/35 kB | 40/116 kB | 29 kB | 12/49 kB | 24/86 kB Progress (5): 32/35 kB | 44/116 kB | 29 kB | 12/49 kB | 24/86 kB Progress (5): 32/35 kB | 44/116 kB | 29 kB | 12/49 kB | 28/86 kB Progress (5): 32/35 kB | 44/116 kB | 29 kB | 16/49 kB | 28/86 kB Progress (5): 32/35 kB | 44/116 kB | 29 kB | 16/49 kB | 32/86 kB Progress (5): 32/35 kB | 48/116 kB | 29 kB | 16/49 kB | 32/86 kB Progress (5): 35 kB | 48/116 kB | 29 kB | 16/49 kB | 32/86 kB Progress (5): 35 kB | 52/116 kB | 29 kB | 16/49 kB | 32/86 kB Progress (5): 35 kB | 52/116 kB | 29 kB | 16/49 kB | 36/86 kB Progress (5): 35 kB | 52/116 kB | 29 kB | 20/49 kB | 36/86 kB Progress (5): 35 kB | 52/116 kB | 29 kB | 20/49 kB | 40/86 kB Progress (5): 35 kB | 56/116 kB | 29 kB | 20/49 kB | 40/86 kB Progress (5): 35 kB | 56/116 kB | 29 kB | 24/49 kB | 40/86 kB Progress (5): 35 kB | 60/116 kB | 29 kB | 24/49 kB | 40/86 kB Progress (5): 35 kB | 60/116 kB | 29 kB | 24/49 kB | 44/86 kB Progress (5): 35 kB | 64/116 kB | 29 kB | 24/49 kB | 44/86 kB Progress (5): 35 kB | 64/116 kB | 29 kB | 28/49 kB | 44/86 kB Progress (5): 35 kB | 68/116 kB | 29 kB | 28/49 kB | 44/86 kB Progress (5): 35 kB | 68/116 kB | 29 kB | 28/49 kB | 48/86 kB Progress (5): 35 kB | 72/116 kB | 29 kB | 28/49 kB | 48/86 kB Progress (5): 35 kB | 72/116 kB | 29 kB | 32/49 kB | 48/86 kB Progress (5): 35 kB | 76/116 kB | 29 kB | 32/49 kB | 48/86 kB Progress (5): 35 kB | 76/116 kB | 29 kB | 32/49 kB | 52/86 kB Progress (5): 35 kB | 80/116 kB | 29 kB | 32/49 kB | 52/86 kB Progress (5): 35 kB | 80/116 kB | 29 kB | 36/49 kB | 52/86 kB Progress (5): 35 kB | 84/116 kB | 29 kB | 36/49 kB | 52/86 kB Progress (5): 35 kB | 84/116 kB | 29 kB | 36/49 kB | 56/86 kB Progress (5): 35 kB | 88/116 kB | 29 kB | 36/49 kB | 56/86 kB Progress (5): 35 kB | 88/116 kB | 29 kB | 36/49 kB | 60/86 kB Progress (5): 35 kB | 88/116 kB | 29 kB | 40/49 kB | 60/86 kB Progress (5): 35 kB | 88/116 kB | 29 kB | 40/49 kB | 64/86 kB Progress (5): 35 kB | 88/116 kB | 29 kB | 44/49 kB | 64/86 kB Progress (5): 35 kB | 88/116 kB | 29 kB | 44/49 kB | 68/86 kB Progress (5): 35 kB | 92/116 kB | 29 kB | 44/49 kB | 68/86 kB Progress (5): 35 kB | 92/116 kB | 29 kB | 44/49 kB | 72/86 kB Progress (5): 35 kB | 92/116 kB | 29 kB | 48/49 kB | 72/86 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 933 kB/s) Progress (4): 35 kB | 92/116 kB | 49 kB | 72/86 kB Progress (4): 35 kB | 92/116 kB | 49 kB | 76/86 kB Progress (4): 35 kB | 96/116 kB | 49 kB | 76/86 kB Progress (4): 35 kB | 96/116 kB | 49 kB | 80/86 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Progress (4): 35 kB | 96/116 kB | 49 kB | 84/86 kB Progress (4): 35 kB | 100/116 kB | 49 kB | 84/86 kB Progress (4): 35 kB | 100/116 kB | 49 kB | 86 kB Progress (4): 35 kB | 104/116 kB | 49 kB | 86 kB Progress (4): 35 kB | 108/116 kB | 49 kB | 86 kB Progress (4): 35 kB | 112/116 kB | 49 kB | 86 kB Progress (4): 35 kB | 116/116 kB | 49 kB | 86 kB Progress (4): 35 kB | 116 kB | 49 kB | 86 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 1.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 2.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar Progress (2): 116 kB | 4.1/57 kB Progress (2): 116 kB | 7.7/57 kB Progress (2): 116 kB | 12/57 kB Progress (2): 116 kB | 16/57 kB Progress (2): 116 kB | 20/57 kB Progress (2): 116 kB | 24/57 kB Progress (2): 116 kB | 28/57 kB Progress (2): 116 kB | 32/57 kB Progress (2): 116 kB | 36/57 kB Progress (2): 116 kB | 40/57 kB Progress (2): 116 kB | 44/57 kB Progress (2): 116 kB | 48/57 kB Progress (2): 116 kB | 52/57 kB Progress (3): 116 kB | 52/57 kB | 4.1/230 kB Progress (3): 116 kB | 56/57 kB | 4.1/230 kB Progress (3): 116 kB | 56/57 kB | 7.7/230 kB Progress (3): 116 kB | 57 kB | 7.7/230 kB Progress (3): 116 kB | 57 kB | 12/230 kB Progress (3): 116 kB | 57 kB | 16/230 kB Progress (3): 116 kB | 57 kB | 20/230 kB Progress (3): 116 kB | 57 kB | 24/230 kB Progress (3): 116 kB | 57 kB | 28/230 kB Progress (3): 116 kB | 57 kB | 32/230 kB Progress (3): 116 kB | 57 kB | 36/230 kB Progress (3): 116 kB | 57 kB | 40/230 kB Progress (3): 116 kB | 57 kB | 44/230 kB Progress (3): 116 kB | 57 kB | 48/230 kB Progress (3): 116 kB | 57 kB | 52/230 kB Progress (3): 116 kB | 57 kB | 56/230 kB Progress (3): 116 kB | 57 kB | 60/230 kB Progress (3): 116 kB | 57 kB | 64/230 kB Progress (3): 116 kB | 57 kB | 68/230 kB Progress (3): 116 kB | 57 kB | 72/230 kB Progress (4): 116 kB | 57 kB | 72/230 kB | 4.1/87 kB Progress (4): 116 kB | 57 kB | 76/230 kB | 4.1/87 kB Progress (4): 116 kB | 57 kB | 76/230 kB | 7.7/87 kB Progress (4): 116 kB | 57 kB | 80/230 kB | 7.7/87 kB Progress (4): 116 kB | 57 kB | 80/230 kB | 12/87 kB Progress (4): 116 kB | 57 kB | 84/230 kB | 12/87 kB Progress (4): 116 kB | 57 kB | 84/230 kB | 16/87 kB Progress (4): 116 kB | 57 kB | 88/230 kB | 16/87 kB Progress (4): 116 kB | 57 kB | 88/230 kB | 20/87 kB Progress (4): 116 kB | 57 kB | 92/230 kB | 20/87 kB Progress (4): 116 kB | 57 kB | 92/230 kB | 24/87 kB Progress (4): 116 kB | 57 kB | 96/230 kB | 24/87 kB Progress (4): 116 kB | 57 kB | 96/230 kB | 28/87 kB Progress (4): 116 kB | 57 kB | 100/230 kB | 28/87 kB Progress (4): 116 kB | 57 kB | 100/230 kB | 32/87 kB Progress (4): 116 kB | 57 kB | 104/230 kB | 32/87 kB Progress (4): 116 kB | 57 kB | 104/230 kB | 36/87 kB Progress (4): 116 kB | 57 kB | 108/230 kB | 36/87 kB Progress (4): 116 kB | 57 kB | 108/230 kB | 40/87 kB Progress (4): 116 kB | 57 kB | 112/230 kB | 40/87 kB Progress (4): 116 kB | 57 kB | 112/230 kB | 44/87 kB Progress (4): 116 kB | 57 kB | 116/230 kB | 44/87 kB Progress (4): 116 kB | 57 kB | 116/230 kB | 48/87 kB Progress (4): 116 kB | 57 kB | 120/230 kB | 48/87 kB Progress (4): 116 kB | 57 kB | 120/230 kB | 52/87 kB Progress (4): 116 kB | 57 kB | 124/230 kB | 52/87 kB Progress (4): 116 kB | 57 kB | 124/230 kB | 56/87 kB Progress (4): 116 kB | 57 kB | 128/230 kB | 56/87 kB Progress (4): 116 kB | 57 kB | 128/230 kB | 60/87 kB Progress (4): 116 kB | 57 kB | 132/230 kB | 60/87 kB Progress (4): 116 kB | 57 kB | 132/230 kB | 64/87 kB Progress (4): 116 kB | 57 kB | 136/230 kB | 64/87 kB Progress (4): 116 kB | 57 kB | 136/230 kB | 68/87 kB Progress (4): 116 kB | 57 kB | 140/230 kB | 68/87 kB Progress (4): 116 kB | 57 kB | 140/230 kB | 72/87 kB Progress (4): 116 kB | 57 kB | 144/230 kB | 72/87 kB Progress (4): 116 kB | 57 kB | 144/230 kB | 76/87 kB Progress (4): 116 kB | 57 kB | 148/230 kB | 76/87 kB Progress (4): 116 kB | 57 kB | 148/230 kB | 80/87 kB Progress (4): 116 kB | 57 kB | 152/230 kB | 80/87 kB Progress (4): 116 kB | 57 kB | 152/230 kB | 84/87 kB Progress (4): 116 kB | 57 kB | 156/230 kB | 84/87 kB Progress (4): 116 kB | 57 kB | 156/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 160/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 164/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 168/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 172/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 176/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 180/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 184/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 188/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 192/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 196/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 200/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 204/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 208/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 212/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 216/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 220/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 224/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 228/230 kB | 87 kB Progress (4): 116 kB | 57 kB | 230 kB | 87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 1.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 1.9 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 911 kB/s) Progress (2): 230 kB | 4.1/24 kB Progress (2): 230 kB | 7.7/24 kB Progress (2): 230 kB | 12/24 kB Progress (2): 230 kB | 16/24 kB Progress (2): 230 kB | 20/24 kB Progress (2): 230 kB | 24/24 kB Progress (2): 230 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 360 kB/s) Progress (2): 230 kB | 4.1/12 kB Progress (2): 230 kB | 7.7/12 kB Progress (2): 230 kB | 12/12 kB Progress (2): 230 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 3.1 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 156 kB/s) [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-feature/10.1.0-SNAPSHOT/p2-feature-10.1.0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >------- [INFO] Building org.eclipse.collections.feature 10.1.0-SNAPSHOT [2/3] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature --- [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.2.0/tycho-sourceref-jgit-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.2.0/tycho-sourceref-jgit-1.2.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.2.0/tycho-sourceref-jgit-1.2.0.pom (1.5 kB at 8.5 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom Progress (1): 4.1/9.5 kB Progress (1): 7.7/9.5 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom (9.5 kB at 158 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom 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/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom (29 kB at 339 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom (6.4 kB at 426 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom (16 kB at 540 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 778 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom (5.5 kB at 205 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 348 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 350 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.2.0/tycho-buildtimestamp-jgit-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.2.0/tycho-buildtimestamp-jgit-1.2.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.2.0/tycho-buildtimestamp-jgit-1.2.0.pom (1.8 kB at 2.4 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.2.0/tycho-sourceref-jgit-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.2.0/tycho-buildtimestamp-jgit-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.2.0/tycho-sourceref-jgit-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar Progress (1): 4.1/737 kB Progress (1): 7.7/737 kB Progress (1): 12/737 kB Progress (1): 16/737 kB Progress (1): 20/737 kB Progress (1): 24/737 kB Progress (1): 28/737 kB Progress (1): 32/737 kB Progress (1): 36/737 kB Progress (1): 40/737 kB Progress (1): 44/737 kB Progress (1): 48/737 kB Progress (1): 52/737 kB Progress (1): 56/737 kB Progress (1): 60/737 kB Progress (1): 64/737 kB Progress (1): 68/737 kB Progress (1): 72/737 kB Progress (1): 76/737 kB Progress (1): 80/737 kB Progress (1): 84/737 kB Progress (1): 88/737 kB Progress (1): 92/737 kB Progress (1): 96/737 kB Progress (1): 100/737 kB Progress (1): 104/737 kB Progress (1): 108/737 kB Progress (1): 112/737 kB Progress (2): 112/737 kB | 4.1/264 kB Progress (2): 116/737 kB | 4.1/264 kB Progress (2): 116/737 kB | 7.7/264 kB Progress (2): 120/737 kB | 7.7/264 kB Progress (2): 120/737 kB | 12/264 kB Progress (2): 120/737 kB | 16/264 kB Progress (2): 124/737 kB | 16/264 kB Progress (2): 124/737 kB | 20/264 kB Progress (2): 128/737 kB | 20/264 kB Progress (2): 128/737 kB | 24/264 kB Progress (2): 132/737 kB | 24/264 kB Progress (2): 132/737 kB | 28/264 kB Progress (2): 136/737 kB | 28/264 kB Progress (2): 136/737 kB | 32/264 kB Progress (2): 140/737 kB | 32/264 kB Progress (2): 140/737 kB | 36/264 kB Progress (2): 144/737 kB | 36/264 kB Progress (2): 144/737 kB | 40/264 kB Progress (2): 148/737 kB | 40/264 kB Progress (2): 148/737 kB | 44/264 kB Progress (2): 152/737 kB | 44/264 kB Progress (2): 152/737 kB | 48/264 kB Progress (2): 156/737 kB | 48/264 kB Progress (2): 156/737 kB | 52/264 kB Progress (2): 160/737 kB | 52/264 kB Progress (2): 160/737 kB | 56/264 kB Progress (2): 164/737 kB | 56/264 kB Progress (2): 168/737 kB | 56/264 kB Progress (2): 168/737 kB | 60/264 kB Progress (2): 168/737 kB | 64/264 kB Progress (2): 172/737 kB | 64/264 kB Progress (3): 172/737 kB | 64/264 kB | 4.1/327 kB Progress (3): 176/737 kB | 64/264 kB | 4.1/327 kB Progress (3): 176/737 kB | 68/264 kB | 4.1/327 kB Progress (3): 176/737 kB | 68/264 kB | 7.7/327 kB Progress (3): 180/737 kB | 68/264 kB | 7.7/327 kB Progress (3): 180/737 kB | 72/264 kB | 7.7/327 kB Progress (3): 184/737 kB | 72/264 kB | 7.7/327 kB Progress (3): 184/737 kB | 72/264 kB | 12/327 kB Progress (3): 184/737 kB | 76/264 kB | 12/327 kB Progress (3): 184/737 kB | 76/264 kB | 16/327 kB Progress (3): 188/737 kB | 76/264 kB | 16/327 kB Progress (3): 188/737 kB | 80/264 kB | 16/327 kB Progress (3): 192/737 kB | 80/264 kB | 16/327 kB Progress (3): 192/737 kB | 80/264 kB | 20/327 kB Progress (3): 196/737 kB | 80/264 kB | 20/327 kB Progress (3): 196/737 kB | 84/264 kB | 20/327 kB Progress (3): 197/737 kB | 84/264 kB | 20/327 kB Progress (3): 197/737 kB | 84/264 kB | 24/327 kB Progress (3): 197/737 kB | 88/264 kB | 24/327 kB Progress (3): 201/737 kB | 88/264 kB | 24/327 kB Progress (3): 201/737 kB | 92/264 kB | 24/327 kB Progress (3): 201/737 kB | 92/264 kB | 28/327 kB Progress (3): 201/737 kB | 96/264 kB | 28/327 kB Progress (3): 205/737 kB | 96/264 kB | 28/327 kB Progress (3): 205/737 kB | 100/264 kB | 28/327 kB Progress (3): 205/737 kB | 100/264 kB | 32/327 kB Progress (3): 209/737 kB | 100/264 kB | 32/327 kB Progress (3): 209/737 kB | 104/264 kB | 32/327 kB Progress (3): 213/737 kB | 104/264 kB | 32/327 kB Progress (3): 213/737 kB | 104/264 kB | 36/327 kB Progress (3): 217/737 kB | 104/264 kB | 36/327 kB Progress (3): 221/737 kB | 104/264 kB | 36/327 kB Progress (3): 225/737 kB | 104/264 kB | 36/327 kB Progress (3): 229/737 kB | 104/264 kB | 36/327 kB Progress (3): 229/737 kB | 104/264 kB | 36/327 kB Progress (3): 229/737 kB | 108/264 kB | 36/327 kB Progress (3): 233/737 kB | 108/264 kB | 36/327 kB Progress (3): 233/737 kB | 108/264 kB | 40/327 kB Progress (3): 237/737 kB | 108/264 kB | 40/327 kB Progress (3): 237/737 kB | 112/264 kB | 40/327 kB Progress (3): 237/737 kB | 112/264 kB | 44/327 kB Progress (3): 241/737 kB | 112/264 kB | 44/327 kB Progress (3): 241/737 kB | 116/264 kB | 44/327 kB Progress (3): 241/737 kB | 116/264 kB | 48/327 kB Progress (3): 241/737 kB | 120/264 kB | 48/327 kB Progress (3): 245/737 kB | 120/264 kB | 48/327 kB Progress (3): 245/737 kB | 120/264 kB | 52/327 kB Progress (3): 249/737 kB | 120/264 kB | 52/327 kB Progress (3): 249/737 kB | 124/264 kB | 52/327 kB Progress (3): 253/737 kB | 124/264 kB | 52/327 kB Progress (3): 253/737 kB | 124/264 kB | 56/327 kB Progress (3): 257/737 kB | 124/264 kB | 56/327 kB Progress (3): 257/737 kB | 128/264 kB | 56/327 kB Progress (3): 261/737 kB | 128/264 kB | 56/327 kB Progress (3): 261/737 kB | 128/264 kB | 60/327 kB Progress (3): 262/737 kB | 128/264 kB | 60/327 kB Progress (3): 262/737 kB | 131/264 kB | 60/327 kB Progress (3): 262/737 kB | 131/264 kB | 64/327 kB Progress (3): 266/737 kB | 131/264 kB | 64/327 kB Progress (3): 266/737 kB | 135/264 kB | 64/327 kB Progress (3): 270/737 kB | 135/264 kB | 64/327 kB Progress (3): 270/737 kB | 135/264 kB | 68/327 kB Progress (3): 274/737 kB | 135/264 kB | 68/327 kB Progress (3): 274/737 kB | 139/264 kB | 68/327 kB Progress (3): 278/737 kB | 139/264 kB | 68/327 kB Progress (3): 278/737 kB | 139/264 kB | 72/327 kB Progress (3): 282/737 kB | 139/264 kB | 72/327 kB Progress (3): 282/737 kB | 143/264 kB | 72/327 kB Progress (3): 286/737 kB | 143/264 kB | 72/327 kB Progress (3): 286/737 kB | 143/264 kB | 76/327 kB Progress (3): 290/737 kB | 143/264 kB | 76/327 kB Progress (3): 290/737 kB | 147/264 kB | 76/327 kB Progress (3): 294/737 kB | 147/264 kB | 76/327 kB Progress (3): 294/737 kB | 147/264 kB | 80/327 kB Progress (3): 295/737 kB | 147/264 kB | 80/327 kB Progress (3): 295/737 kB | 151/264 kB | 80/327 kB Progress (3): 295/737 kB | 151/264 kB | 84/327 kB Progress (3): 295/737 kB | 155/264 kB | 84/327 kB Progress (3): 299/737 kB | 155/264 kB | 84/327 kB Progress (3): 299/737 kB | 155/264 kB | 88/327 kB Progress (3): 299/737 kB | 159/264 kB | 88/327 kB Progress (3): 303/737 kB | 159/264 kB | 88/327 kB Progress (3): 303/737 kB | 159/264 kB | 92/327 kB Progress (3): 303/737 kB | 163/264 kB | 92/327 kB Progress (3): 303/737 kB | 163/264 kB | 96/327 kB Progress (3): 307/737 kB | 163/264 kB | 96/327 kB Progress (3): 307/737 kB | 167/264 kB | 96/327 kB Progress (3): 307/737 kB | 167/264 kB | 100/327 kB Progress (3): 311/737 kB | 167/264 kB | 100/327 kB Progress (3): 311/737 kB | 167/264 kB | 104/327 kB Progress (3): 311/737 kB | 171/264 kB | 104/327 kB Progress (3): 315/737 kB | 171/264 kB | 104/327 kB Progress (3): 315/737 kB | 171/264 kB | 108/327 kB Progress (3): 319/737 kB | 171/264 kB | 108/327 kB Progress (3): 319/737 kB | 175/264 kB | 108/327 kB Progress (3): 323/737 kB | 175/264 kB | 108/327 kB Progress (3): 323/737 kB | 175/264 kB | 112/327 kB Progress (3): 327/737 kB | 175/264 kB | 112/327 kB Progress (3): 327/737 kB | 179/264 kB | 112/327 kB Progress (3): 327/737 kB | 179/264 kB | 116/327 kB Progress (3): 328/737 kB | 179/264 kB | 116/327 kB Progress (3): 328/737 kB | 179/264 kB | 120/327 kB Progress (3): 328/737 kB | 183/264 kB | 120/327 kB Progress (3): 332/737 kB | 183/264 kB | 120/327 kB Progress (3): 332/737 kB | 187/264 kB | 120/327 kB Progress (3): 332/737 kB | 187/264 kB | 124/327 kB Progress (3): 336/737 kB | 187/264 kB | 124/327 kB Progress (3): 336/737 kB | 187/264 kB | 128/327 kB Progress (3): 340/737 kB | 187/264 kB | 128/327 kB Progress (3): 340/737 kB | 187/264 kB | 131/327 kB Progress (3): 340/737 kB | 187/264 kB | 135/327 kB Progress (3): 340/737 kB | 187/264 kB | 139/327 kB Progress (3): 340/737 kB | 187/264 kB | 143/327 kB Progress (3): 340/737 kB | 187/264 kB | 147/327 kB Progress (3): 340/737 kB | 191/264 kB | 147/327 kB Progress (3): 340/737 kB | 191/264 kB | 151/327 kB Progress (3): 344/737 kB | 191/264 kB | 151/327 kB Progress (3): 344/737 kB | 191/264 kB | 155/327 kB Progress (3): 344/737 kB | 195/264 kB | 155/327 kB Progress (3): 348/737 kB | 195/264 kB | 155/327 kB Progress (3): 348/737 kB | 195/264 kB | 159/327 kB Progress (3): 348/737 kB | 199/264 kB | 159/327 kB Progress (3): 352/737 kB | 199/264 kB | 159/327 kB Progress (3): 352/737 kB | 203/264 kB | 159/327 kB Progress (3): 352/737 kB | 203/264 kB | 163/327 kB Progress (3): 352/737 kB | 207/264 kB | 163/327 kB Progress (3): 352/737 kB | 211/264 kB | 163/327 kB Progress (3): 352/737 kB | 215/264 kB | 163/327 kB Progress (3): 352/737 kB | 219/264 kB | 163/327 kB Progress (3): 352/737 kB | 223/264 kB | 163/327 kB Progress (3): 352/737 kB | 227/264 kB | 163/327 kB Progress (3): 352/737 kB | 231/264 kB | 163/327 kB Progress (3): 352/737 kB | 235/264 kB | 163/327 kB Progress (3): 352/737 kB | 239/264 kB | 163/327 kB Progress (3): 352/737 kB | 243/264 kB | 163/327 kB Progress (3): 352/737 kB | 247/264 kB | 163/327 kB Progress (3): 352/737 kB | 251/264 kB | 163/327 kB Progress (3): 352/737 kB | 255/264 kB | 163/327 kB Progress (3): 352/737 kB | 259/264 kB | 163/327 kB Progress (3): 352/737 kB | 263/264 kB | 163/327 kB Progress (3): 352/737 kB | 264 kB | 163/327 kB Progress (4): 352/737 kB | 264 kB | 163/327 kB | 4.1/6.0 kB Progress (4): 356/737 kB | 264 kB | 163/327 kB | 4.1/6.0 kB Progress (4): 356/737 kB | 264 kB | 163/327 kB | 6.0 kB Progress (4): 356/737 kB | 264 kB | 164/327 kB | 6.0 kB Progress (4): 360/737 kB | 264 kB | 164/327 kB | 6.0 kB Progress (4): 360/737 kB | 264 kB | 168/327 kB | 6.0 kB Progress (4): 364/737 kB | 264 kB | 168/327 kB | 6.0 kB Progress (4): 364/737 kB | 264 kB | 172/327 kB | 6.0 kB Progress (4): 364/737 kB | 264 kB | 176/327 kB | 6.0 kB Progress (4): 364/737 kB | 264 kB | 180/327 kB | 6.0 kB Progress (4): 368/737 kB | 264 kB | 180/327 kB | 6.0 kB Progress (4): 368/737 kB | 264 kB | 184/327 kB | 6.0 kB Progress (4): 372/737 kB | 264 kB | 184/327 kB | 6.0 kB Progress (4): 372/737 kB | 264 kB | 188/327 kB | 6.0 kB Progress (4): 376/737 kB | 264 kB | 188/327 kB | 6.0 kB Progress (4): 376/737 kB | 264 kB | 192/327 kB | 6.0 kB Progress (4): 376/737 kB | 264 kB | 196/327 kB | 6.0 kB Progress (4): 380/737 kB | 264 kB | 196/327 kB | 6.0 kB Progress (4): 380/737 kB | 264 kB | 197/327 kB | 6.0 kB Progress (4): 384/737 kB | 264 kB | 197/327 kB | 6.0 kB Progress (4): 384/737 kB | 264 kB | 201/327 kB | 6.0 kB Progress (4): 388/737 kB | 264 kB | 201/327 kB | 6.0 kB Progress (4): 388/737 kB | 264 kB | 205/327 kB | 6.0 kB Progress (4): 392/737 kB | 264 kB | 205/327 kB | 6.0 kB Progress (4): 392/737 kB | 264 kB | 209/327 kB | 6.0 kB Progress (4): 396/737 kB | 264 kB | 209/327 kB | 6.0 kB Progress (4): 396/737 kB | 264 kB | 213/327 kB | 6.0 kB Progress (4): 400/737 kB | 264 kB | 213/327 kB | 6.0 kB Progress (4): 400/737 kB | 264 kB | 217/327 kB | 6.0 kB Progress (4): 404/737 kB | 264 kB | 217/327 kB | 6.0 kB Progress (4): 404/737 kB | 264 kB | 221/327 kB | 6.0 kB Progress (4): 408/737 kB | 264 kB | 221/327 kB | 6.0 kB Progress (4): 408/737 kB | 264 kB | 225/327 kB | 6.0 kB Progress (4): 412/737 kB | 264 kB | 225/327 kB | 6.0 kB Progress (4): 412/737 kB | 264 kB | 229/327 kB | 6.0 kB Progress (4): 416/737 kB | 264 kB | 229/327 kB | 6.0 kB Progress (4): 416/737 kB | 264 kB | 229/327 kB | 6.0 kB Progress (4): 420/737 kB | 264 kB | 229/327 kB | 6.0 kB Progress (4): 420/737 kB | 264 kB | 233/327 kB | 6.0 kB Progress (4): 424/737 kB | 264 kB | 233/327 kB | 6.0 kB Progress (4): 424/737 kB | 264 kB | 237/327 kB | 6.0 kB Progress (4): 428/737 kB | 264 kB | 237/327 kB | 6.0 kB Progress (4): 428/737 kB | 264 kB | 241/327 kB | 6.0 kB Progress (4): 432/737 kB | 264 kB | 241/327 kB | 6.0 kB Progress (4): 432/737 kB | 264 kB | 245/327 kB | 6.0 kB Progress (4): 436/737 kB | 264 kB | 245/327 kB | 6.0 kB Progress (4): 436/737 kB | 264 kB | 249/327 kB | 6.0 kB Progress (4): 440/737 kB | 264 kB | 249/327 kB | 6.0 kB Progress (4): 440/737 kB | 264 kB | 253/327 kB | 6.0 kB Progress (4): 444/737 kB | 264 kB | 253/327 kB | 6.0 kB Progress (4): 448/737 kB | 264 kB | 253/327 kB | 6.0 kB Progress (4): 448/737 kB | 264 kB | 257/327 kB | 6.0 kB Progress (4): 452/737 kB | 264 kB | 257/327 kB | 6.0 kB Progress (4): 452/737 kB | 264 kB | 261/327 kB | 6.0 kB Progress (4): 456/737 kB | 264 kB | 261/327 kB | 6.0 kB Progress (4): 456/737 kB | 264 kB | 262/327 kB | 6.0 kB Progress (4): 460/737 kB | 264 kB | 262/327 kB | 6.0 kB Progress (4): 460/737 kB | 264 kB | 266/327 kB | 6.0 kB Progress (4): 464/737 kB | 264 kB | 266/327 kB | 6.0 kB Progress (4): 464/737 kB | 264 kB | 270/327 kB | 6.0 kB Progress (4): 468/737 kB | 264 kB | 270/327 kB | 6.0 kB Progress (4): 468/737 kB | 264 kB | 274/327 kB | 6.0 kB Progress (4): 472/737 kB | 264 kB | 274/327 kB | 6.0 kB Progress (4): 472/737 kB | 264 kB | 278/327 kB | 6.0 kB Progress (4): 476/737 kB | 264 kB | 278/327 kB | 6.0 kB Progress (4): 476/737 kB | 264 kB | 282/327 kB | 6.0 kB Progress (4): 480/737 kB | 264 kB | 282/327 kB | 6.0 kB Progress (4): 480/737 kB | 264 kB | 286/327 kB | 6.0 kB Progress (4): 484/737 kB | 264 kB | 286/327 kB | 6.0 kB Progress (4): 484/737 kB | 264 kB | 290/327 kB | 6.0 kB Progress (4): 488/737 kB | 264 kB | 290/327 kB | 6.0 kB Progress (4): 488/737 kB | 264 kB | 294/327 kB | 6.0 kB Progress (4): 492/737 kB | 264 kB | 294/327 kB | 6.0 kB Progress (4): 492/737 kB | 264 kB | 298/327 kB | 6.0 kB Progress (4): 496/737 kB | 264 kB | 298/327 kB | 6.0 kB Progress (4): 496/737 kB | 264 kB | 302/327 kB | 6.0 kB Progress (4): 500/737 kB | 264 kB | 302/327 kB | 6.0 kB Progress (4): 500/737 kB | 264 kB | 306/327 kB | 6.0 kB Progress (4): 504/737 kB | 264 kB | 306/327 kB | 6.0 kB Progress (4): 504/737 kB | 264 kB | 310/327 kB | 6.0 kB Progress (4): 508/737 kB | 264 kB | 310/327 kB | 6.0 kB Progress (4): 508/737 kB | 264 kB | 314/327 kB | 6.0 kB Progress (4): 512/737 kB | 264 kB | 314/327 kB | 6.0 kB Progress (4): 512/737 kB | 264 kB | 318/327 kB | 6.0 kB Progress (4): 516/737 kB | 264 kB | 318/327 kB | 6.0 kB Progress (4): 516/737 kB | 264 kB | 322/327 kB | 6.0 kB Progress (4): 520/737 kB | 264 kB | 322/327 kB | 6.0 kB Progress (4): 520/737 kB | 264 kB | 326/327 kB | 6.0 kB Progress (4): 524/737 kB | 264 kB | 326/327 kB | 6.0 kB Progress (4): 524/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 528/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 532/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 536/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 540/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 544/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 548/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 552/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 556/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 560/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 564/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 568/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 572/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 576/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 580/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 584/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 588/737 kB | 264 kB | 327 kB | 6.0 kB Progress (4): 592/737 kB | 264 kB | 327 kB | 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.2.0/tycho-sourceref-jgit-1.2.0.jar (6.0 kB at 72 kB/s) Progress (3): 596/737 kB | 264 kB | 327 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.2.0/tycho-buildtimestamp-jgit-1.2.0.jar Progress (3): 600/737 kB | 264 kB | 327 kB Progress (3): 604/737 kB | 264 kB | 327 kB Progress (3): 608/737 kB | 264 kB | 327 kB Progress (3): 612/737 kB | 264 kB | 327 kB Progress (3): 616/737 kB | 264 kB | 327 kB Progress (3): 620/737 kB | 264 kB | 327 kB Progress (3): 624/737 kB | 264 kB | 327 kB Progress (3): 628/737 kB | 264 kB | 327 kB Progress (3): 632/737 kB | 264 kB | 327 kB Progress (3): 636/737 kB | 264 kB | 327 kB Progress (3): 640/737 kB | 264 kB | 327 kB Progress (3): 644/737 kB | 264 kB | 327 kB Progress (3): 648/737 kB | 264 kB | 327 kB Progress (3): 652/737 kB | 264 kB | 327 kB Progress (3): 656/737 kB | 264 kB | 327 kB Progress (3): 660/737 kB | 264 kB | 327 kB Progress (3): 664/737 kB | 264 kB | 327 kB Progress (3): 668/737 kB | 264 kB | 327 kB Progress (3): 672/737 kB | 264 kB | 327 kB Progress (3): 676/737 kB | 264 kB | 327 kB Progress (3): 680/737 kB | 264 kB | 327 kB Progress (3): 684/737 kB | 264 kB | 327 kB Progress (3): 688/737 kB | 264 kB | 327 kB Progress (3): 692/737 kB | 264 kB | 327 kB Progress (3): 696/737 kB | 264 kB | 327 kB Progress (3): 700/737 kB | 264 kB | 327 kB Progress (3): 704/737 kB | 264 kB | 327 kB Progress (3): 708/737 kB | 264 kB | 327 kB Progress (3): 712/737 kB | 264 kB | 327 kB Progress (3): 716/737 kB | 264 kB | 327 kB Progress (3): 720/737 kB | 264 kB | 327 kB Progress (3): 724/737 kB | 264 kB | 327 kB Progress (3): 728/737 kB | 264 kB | 327 kB Progress (3): 732/737 kB | 264 kB | 327 kB Progress (3): 736/737 kB | 264 kB | 327 kB Progress (3): 737 kB | 264 kB | 327 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar (737 kB at 7.8 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 2.7 MB/s) Progress (2): 327 kB | 4.1/11 kB Progress (2): 327 kB | 7.7/11 kB Progress (2): 327 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar (327 kB at 3.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.2.0/tycho-buildtimestamp-jgit-1.2.0.jar (11 kB at 105 kB/s) Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.jar (2.7 MB at 8.5 MB/s) [INFO] The project's OSGi version is 10.1.0.v20191204-1814 [INFO] [INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.collections.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.collections.feature --- [INFO] [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.collections.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.2.0:package-feature (default-package-feature) @ org.eclipse.collections.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.2.0:source-feature (source-feature) @ org.eclipse.collections.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 428 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 1.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom Progress (1): 4.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/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 244 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.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-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 49 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 11 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 31 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.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-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 42 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 62 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 117 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 101 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 455 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/19.0/guava-19.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 184 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom Progress (1): 4.1/9.9 kB Progress (1): 7.7/9.9 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 253 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 48 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom 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/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 538 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.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-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 76 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 164 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 186 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.pom Progress (1): 2.2 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.pom (2.2 kB at 95 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom (13 kB at 405 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/38/commons-parent-38.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom 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): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/62 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom (62 kB at 1.6 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom (4.8 kB at 185 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/3/auto-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 98 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.pom Progress (1): 1.8 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.pom (1.8 kB at 76 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.pom Progress (1): 2.3 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.pom (2.3 kB at 96 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom (6.4 kB at 178 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom (16 kB at 490 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom (5.5 kB at 205 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom (13 kB at 443 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom (4.8 kB at 102 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.jar Progress (1): 4.1/67 kB Progress (1): 7.7/67 kB Progress (1): 12/67 kB Progress (1): 16/67 kB Progress (1): 20/67 kB Progress (1): 24/67 kB Progress (1): 28/67 kB Progress (1): 32/67 kB Progress (1): 36/67 kB Progress (1): 40/67 kB Progress (1): 44/67 kB Progress (1): 48/67 kB Progress (1): 52/67 kB Progress (1): 56/67 kB Progress (1): 60/67 kB Progress (1): 64/67 kB Progress (1): 67 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.jar (67 kB at 177 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/19.0/guava-19.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.jar Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.jar (4.9 kB at 11 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.jar Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.jar (26 kB at 59 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar Progress (1): 4.1/154 kB Progress (1): 7.7/154 kB Progress (1): 12/154 kB Progress (1): 16/154 kB Progress (1): 20/154 kB Progress (1): 24/154 kB Progress (1): 28/154 kB Progress (1): 32/154 kB Progress (1): 36/154 kB Progress (1): 40/154 kB Progress (1): 44/154 kB Progress (1): 48/154 kB Progress (1): 52/154 kB Progress (1): 56/154 kB Progress (1): 60/154 kB Progress (1): 64/154 kB Progress (1): 68/154 kB Progress (1): 72/154 kB Progress (1): 76/154 kB Progress (1): 80/154 kB Progress (1): 84/154 kB Progress (1): 88/154 kB Progress (2): 88/154 kB | 4.1/557 kB Progress (2): 88/154 kB | 7.7/557 kB Progress (2): 92/154 kB | 7.7/557 kB Progress (2): 92/154 kB | 12/557 kB Progress (2): 92/154 kB | 16/557 kB Progress (2): 96/154 kB | 16/557 kB Progress (2): 96/154 kB | 20/557 kB Progress (2): 100/154 kB | 20/557 kB Progress (2): 100/154 kB | 24/557 kB Progress (2): 104/154 kB | 24/557 kB Progress (2): 104/154 kB | 28/557 kB Progress (2): 108/154 kB | 28/557 kB Progress (2): 108/154 kB | 32/557 kB Progress (2): 112/154 kB | 32/557 kB Progress (2): 112/154 kB | 36/557 kB Progress (2): 116/154 kB | 36/557 kB Progress (2): 116/154 kB | 40/557 kB Progress (2): 120/154 kB | 40/557 kB Progress (2): 120/154 kB | 44/557 kB Progress (2): 124/154 kB | 44/557 kB Progress (2): 124/154 kB | 48/557 kB Progress (2): 128/154 kB | 48/557 kB Progress (2): 128/154 kB | 52/557 kB Progress (2): 132/154 kB | 52/557 kB Progress (2): 136/154 kB | 52/557 kB Progress (2): 140/154 kB | 52/557 kB Progress (2): 144/154 kB | 52/557 kB Progress (2): 148/154 kB | 52/557 kB Progress (2): 152/154 kB | 52/557 kB Progress (2): 152/154 kB | 56/557 kB Progress (2): 154 kB | 56/557 kB Progress (3): 154 kB | 56/557 kB | 4.1/25 kB Progress (3): 154 kB | 60/557 kB | 4.1/25 kB Progress (3): 154 kB | 64/557 kB | 4.1/25 kB Progress (3): 154 kB | 68/557 kB | 4.1/25 kB Progress (3): 154 kB | 72/557 kB | 4.1/25 kB Progress (3): 154 kB | 76/557 kB | 4.1/25 kB Progress (3): 154 kB | 80/557 kB | 4.1/25 kB Progress (3): 154 kB | 84/557 kB | 4.1/25 kB Progress (3): 154 kB | 88/557 kB | 4.1/25 kB Progress (3): 154 kB | 92/557 kB | 4.1/25 kB Progress (3): 154 kB | 96/557 kB | 4.1/25 kB Progress (3): 154 kB | 100/557 kB | 4.1/25 kB Progress (3): 154 kB | 104/557 kB | 4.1/25 kB Progress (3): 154 kB | 108/557 kB | 4.1/25 kB Progress (3): 154 kB | 112/557 kB | 4.1/25 kB Progress (3): 154 kB | 116/557 kB | 4.1/25 kB Progress (4): 154 kB | 116/557 kB | 4.1/25 kB | 4.1/42 kB Progress (4): 154 kB | 120/557 kB | 4.1/25 kB | 4.1/42 kB Progress (4): 154 kB | 124/557 kB | 4.1/25 kB | 4.1/42 kB Progress (4): 154 kB | 124/557 kB | 7.7/25 kB | 4.1/42 kB Progress (4): 154 kB | 128/557 kB | 7.7/25 kB | 4.1/42 kB Progress (4): 154 kB | 128/557 kB | 7.7/25 kB | 7.7/42 kB Progress (4): 154 kB | 128/557 kB | 12/25 kB | 7.7/42 kB Progress (4): 154 kB | 132/557 kB | 12/25 kB | 7.7/42 kB Progress (4): 154 kB | 132/557 kB | 16/25 kB | 7.7/42 kB Progress (4): 154 kB | 132/557 kB | 16/25 kB | 12/42 kB Progress (4): 154 kB | 136/557 kB | 16/25 kB | 12/42 kB Progress (4): 154 kB | 136/557 kB | 16/25 kB | 16/42 kB Progress (4): 154 kB | 136/557 kB | 20/25 kB | 16/42 kB Progress (4): 154 kB | 140/557 kB | 20/25 kB | 16/42 kB Progress (4): 154 kB | 140/557 kB | 24/25 kB | 16/42 kB Progress (4): 154 kB | 140/557 kB | 24/25 kB | 20/42 kB Progress (4): 154 kB | 140/557 kB | 25 kB | 20/42 kB Progress (4): 154 kB | 144/557 kB | 25 kB | 20/42 kB Progress (4): 154 kB | 144/557 kB | 25 kB | 24/42 kB Progress (4): 154 kB | 148/557 kB | 25 kB | 24/42 kB Progress (4): 154 kB | 148/557 kB | 25 kB | 28/42 kB Progress (4): 154 kB | 148/557 kB | 25 kB | 32/42 kB Progress (4): 154 kB | 152/557 kB | 25 kB | 32/42 kB Progress (4): 154 kB | 152/557 kB | 25 kB | 36/42 kB Progress (4): 154 kB | 156/557 kB | 25 kB | 36/42 kB Progress (4): 154 kB | 160/557 kB | 25 kB | 36/42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 3.8 MB/s) Progress (3): 164/557 kB | 25 kB | 36/42 kB Progress (3): 164/557 kB | 25 kB | 40/42 kB Progress (3): 168/557 kB | 25 kB | 40/42 kB Progress (3): 168/557 kB | 25 kB | 42 kB Progress (3): 172/557 kB | 25 kB | 42 kB Progress (3): 176/557 kB | 25 kB | 42 kB Progress (3): 180/557 kB | 25 kB | 42 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar Progress (3): 184/557 kB | 25 kB | 42 kB Progress (3): 188/557 kB | 25 kB | 42 kB Progress (3): 192/557 kB | 25 kB | 42 kB Progress (3): 196/557 kB | 25 kB | 42 kB Progress (3): 200/557 kB | 25 kB | 42 kB Progress (3): 204/557 kB | 25 kB | 42 kB Progress (3): 208/557 kB | 25 kB | 42 kB Progress (3): 212/557 kB | 25 kB | 42 kB Progress (3): 216/557 kB | 25 kB | 42 kB Progress (3): 220/557 kB | 25 kB | 42 kB Progress (3): 224/557 kB | 25 kB | 42 kB Progress (3): 228/557 kB | 25 kB | 42 kB Progress (3): 232/557 kB | 25 kB | 42 kB Progress (3): 236/557 kB | 25 kB | 42 kB Progress (3): 240/557 kB | 25 kB | 42 kB Progress (3): 244/557 kB | 25 kB | 42 kB Progress (3): 248/557 kB | 25 kB | 42 kB Progress (3): 252/557 kB | 25 kB | 42 kB Progress (3): 256/557 kB | 25 kB | 42 kB Progress (3): 260/557 kB | 25 kB | 42 kB Progress (3): 264/557 kB | 25 kB | 42 kB Progress (3): 268/557 kB | 25 kB | 42 kB Progress (3): 272/557 kB | 25 kB | 42 kB Progress (3): 276/557 kB | 25 kB | 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 536 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 889 kB/s) Progress (1): 280/557 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar Progress (1): 284/557 kB Progress (1): 288/557 kB Progress (1): 292/557 kB Progress (1): 296/557 kB Progress (1): 300/557 kB Progress (1): 304/557 kB Progress (1): 308/557 kB Progress (1): 312/557 kB Progress (1): 316/557 kB Progress (1): 320/557 kB Progress (1): 324/557 kB Progress (1): 328/557 kB Progress (1): 332/557 kB Progress (1): 336/557 kB Progress (1): 340/557 kB Progress (1): 344/557 kB Progress (1): 348/557 kB Progress (1): 352/557 kB Progress (1): 356/557 kB Progress (1): 360/557 kB Progress (1): 364/557 kB Progress (1): 368/557 kB Progress (1): 372/557 kB Progress (1): 376/557 kB Progress (1): 380/557 kB Progress (1): 384/557 kB Progress (1): 388/557 kB Progress (1): 392/557 kB Progress (2): 392/557 kB | 4.1/52 kB Progress (2): 396/557 kB | 4.1/52 kB Progress (2): 396/557 kB | 7.7/52 kB Progress (2): 400/557 kB | 7.7/52 kB Progress (2): 400/557 kB | 12/52 kB Progress (2): 404/557 kB | 12/52 kB Progress (2): 404/557 kB | 16/52 kB Progress (2): 404/557 kB | 20/52 kB Progress (2): 404/557 kB | 24/52 kB Progress (2): 404/557 kB | 28/52 kB Progress (2): 404/557 kB | 32/52 kB Progress (2): 404/557 kB | 36/52 kB Progress (2): 404/557 kB | 40/52 kB Progress (2): 404/557 kB | 44/52 kB Progress (2): 404/557 kB | 48/52 kB Progress (2): 404/557 kB | 52/52 kB Progress (2): 404/557 kB | 52 kB Progress (2): 408/557 kB | 52 kB Progress (2): 412/557 kB | 52 kB Progress (2): 416/557 kB | 52 kB Progress (2): 420/557 kB | 52 kB Progress (2): 424/557 kB | 52 kB Progress (2): 428/557 kB | 52 kB Progress (2): 432/557 kB | 52 kB Progress (2): 436/557 kB | 52 kB Progress (2): 440/557 kB | 52 kB Progress (2): 444/557 kB | 52 kB Progress (2): 448/557 kB | 52 kB Progress (2): 452/557 kB | 52 kB Progress (2): 456/557 kB | 52 kB Progress (2): 460/557 kB | 52 kB Progress (2): 464/557 kB | 52 kB Progress (2): 468/557 kB | 52 kB Progress (2): 472/557 kB | 52 kB Progress (2): 476/557 kB | 52 kB Progress (2): 480/557 kB | 52 kB Progress (2): 484/557 kB | 52 kB Progress (2): 488/557 kB | 52 kB Progress (2): 492/557 kB | 52 kB Progress (2): 496/557 kB | 52 kB Progress (2): 500/557 kB | 52 kB Progress (2): 504/557 kB | 52 kB Progress (2): 508/557 kB | 52 kB Progress (2): 512/557 kB | 52 kB Progress (2): 516/557 kB | 52 kB Progress (2): 520/557 kB | 52 kB Progress (2): 524/557 kB | 52 kB Progress (2): 528/557 kB | 52 kB Progress (2): 532/557 kB | 52 kB Progress (2): 536/557 kB | 52 kB Progress (2): 540/557 kB | 52 kB Progress (2): 544/557 kB | 52 kB Progress (2): 548/557 kB | 52 kB Progress (2): 552/557 kB | 52 kB Progress (2): 556/557 kB | 52 kB Progress (2): 557 kB | 52 kB Progress (3): 557 kB | 52 kB | 4.1/42 kB Progress (3): 557 kB | 52 kB | 7.7/42 kB Progress (4): 557 kB | 52 kB | 7.7/42 kB | 4.1/60 kB Progress (4): 557 kB | 52 kB | 12/42 kB | 4.1/60 kB Progress (4): 557 kB | 52 kB | 12/42 kB | 7.7/60 kB Progress (4): 557 kB | 52 kB | 16/42 kB | 7.7/60 kB Progress (4): 557 kB | 52 kB | 16/42 kB | 12/60 kB Progress (4): 557 kB | 52 kB | 20/42 kB | 12/60 kB Progress (4): 557 kB | 52 kB | 20/42 kB | 16/60 kB Progress (4): 557 kB | 52 kB | 24/42 kB | 16/60 kB Progress (4): 557 kB | 52 kB | 24/42 kB | 20/60 kB Progress (4): 557 kB | 52 kB | 28/42 kB | 20/60 kB Progress (4): 557 kB | 52 kB | 28/42 kB | 24/60 kB Progress (4): 557 kB | 52 kB | 32/42 kB | 24/60 kB Progress (4): 557 kB | 52 kB | 32/42 kB | 28/60 kB Progress (4): 557 kB | 52 kB | 36/42 kB | 28/60 kB Progress (4): 557 kB | 52 kB | 36/42 kB | 32/60 kB Progress (4): 557 kB | 52 kB | 40/42 kB | 32/60 kB Progress (4): 557 kB | 52 kB | 40/42 kB | 36/60 kB Progress (4): 557 kB | 52 kB | 42 kB | 36/60 kB Progress (4): 557 kB | 52 kB | 42 kB | 40/60 kB Progress (4): 557 kB | 52 kB | 42 kB | 44/60 kB Progress (4): 557 kB | 52 kB | 42 kB | 48/60 kB Progress (4): 557 kB | 52 kB | 42 kB | 52/60 kB Progress (4): 557 kB | 52 kB | 42 kB | 56/60 kB Progress (4): 557 kB | 52 kB | 42 kB | 60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 9.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 817 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 816 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 554 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar Progress (1): 4.1/197 kB Progress (2): 4.1/197 kB | 4.1/62 kB Progress (2): 7.7/197 kB | 4.1/62 kB Progress (2): 7.7/197 kB | 7.7/62 kB Progress (2): 12/197 kB | 7.7/62 kB Progress (2): 16/197 kB | 7.7/62 kB Progress (2): 16/197 kB | 12/62 kB Progress (2): 20/197 kB | 12/62 kB Progress (2): 20/197 kB | 16/62 kB Progress (2): 24/197 kB | 16/62 kB Progress (2): 24/197 kB | 20/62 kB Progress (2): 28/197 kB | 20/62 kB Progress (2): 28/197 kB | 24/62 kB Progress (2): 32/197 kB | 24/62 kB Progress (2): 32/197 kB | 28/62 kB Progress (2): 32/197 kB | 32/62 kB Progress (2): 36/197 kB | 32/62 kB Progress (3): 36/197 kB | 32/62 kB | 4.1/291 kB Progress (4): 36/197 kB | 32/62 kB | 4.1/291 kB | 4.1/50 kB Progress (5): 36/197 kB | 32/62 kB | 4.1/291 kB | 4.1/50 kB | 4.1/160 kB Progress (5): 36/197 kB | 32/62 kB | 4.1/291 kB | 7.7/50 kB | 4.1/160 kB Progress (5): 36/197 kB | 32/62 kB | 7.7/291 kB | 7.7/50 kB | 4.1/160 kB Progress (5): 36/197 kB | 36/62 kB | 7.7/291 kB | 7.7/50 kB | 4.1/160 kB Progress (5): 40/197 kB | 36/62 kB | 7.7/291 kB | 7.7/50 kB | 4.1/160 kB Progress (5): 40/197 kB | 36/62 kB | 12/291 kB | 7.7/50 kB | 4.1/160 kB Progress (5): 40/197 kB | 40/62 kB | 12/291 kB | 7.7/50 kB | 4.1/160 kB Progress (5): 40/197 kB | 40/62 kB | 12/291 kB | 12/50 kB | 4.1/160 kB Progress (5): 40/197 kB | 40/62 kB | 12/291 kB | 12/50 kB | 7.7/160 kB Progress (5): 40/197 kB | 40/62 kB | 12/291 kB | 16/50 kB | 7.7/160 kB Progress (5): 40/197 kB | 40/62 kB | 12/291 kB | 16/50 kB | 12/160 kB Progress (5): 40/197 kB | 44/62 kB | 12/291 kB | 16/50 kB | 12/160 kB Progress (5): 40/197 kB | 48/62 kB | 12/291 kB | 16/50 kB | 12/160 kB Progress (5): 40/197 kB | 48/62 kB | 16/291 kB | 16/50 kB | 12/160 kB Progress (5): 44/197 kB | 48/62 kB | 16/291 kB | 16/50 kB | 12/160 kB Progress (5): 44/197 kB | 52/62 kB | 16/291 kB | 16/50 kB | 12/160 kB Progress (5): 44/197 kB | 52/62 kB | 16/291 kB | 16/50 kB | 16/160 kB Progress (5): 44/197 kB | 52/62 kB | 16/291 kB | 20/50 kB | 16/160 kB Progress (5): 44/197 kB | 52/62 kB | 16/291 kB | 20/50 kB | 20/160 kB Progress (5): 44/197 kB | 56/62 kB | 16/291 kB | 20/50 kB | 20/160 kB Progress (5): 48/197 kB | 56/62 kB | 16/291 kB | 20/50 kB | 20/160 kB Progress (5): 48/197 kB | 56/62 kB | 20/291 kB | 20/50 kB | 20/160 kB Progress (5): 48/197 kB | 60/62 kB | 20/291 kB | 20/50 kB | 20/160 kB Progress (5): 48/197 kB | 60/62 kB | 20/291 kB | 20/50 kB | 24/160 kB Progress (5): 48/197 kB | 60/62 kB | 20/291 kB | 24/50 kB | 24/160 kB Progress (5): 48/197 kB | 60/62 kB | 20/291 kB | 24/50 kB | 28/160 kB Progress (5): 48/197 kB | 62 kB | 20/291 kB | 24/50 kB | 28/160 kB Progress (5): 48/197 kB | 62 kB | 24/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 24/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 28/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 32/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 33/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 37/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 41/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 45/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 49/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 53/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 57/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 61/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 65/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 66/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 70/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 74/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 78/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 82/291 kB | 24/50 kB | 28/160 kB Progress (5): 52/197 kB | 62 kB | 82/291 kB | 24/50 kB | 32/160 kB Progress (5): 52/197 kB | 62 kB | 82/291 kB | 28/50 kB | 32/160 kB Progress (5): 52/197 kB | 62 kB | 82/291 kB | 28/50 kB | 36/160 kB Progress (5): 52/197 kB | 62 kB | 86/291 kB | 28/50 kB | 36/160 kB Progress (5): 56/197 kB | 62 kB | 86/291 kB | 28/50 kB | 36/160 kB Progress (5): 56/197 kB | 62 kB | 90/291 kB | 28/50 kB | 36/160 kB Progress (5): 56/197 kB | 62 kB | 90/291 kB | 28/50 kB | 40/160 kB Progress (5): 56/197 kB | 62 kB | 90/291 kB | 32/50 kB | 40/160 kB Progress (5): 56/197 kB | 62 kB | 94/291 kB | 32/50 kB | 40/160 kB Progress (5): 60/197 kB | 62 kB | 94/291 kB | 32/50 kB | 40/160 kB Progress (5): 60/197 kB | 62 kB | 98/291 kB | 32/50 kB | 40/160 kB Progress (5): 60/197 kB | 62 kB | 98/291 kB | 36/50 kB | 40/160 kB Progress (5): 60/197 kB | 62 kB | 98/291 kB | 36/50 kB | 44/160 kB Progress (5): 60/197 kB | 62 kB | 98/291 kB | 40/50 kB | 44/160 kB Progress (5): 60/197 kB | 62 kB | 98/291 kB | 40/50 kB | 44/160 kB Progress (5): 64/197 kB | 62 kB | 98/291 kB | 40/50 kB | 44/160 kB Progress (5): 64/197 kB | 62 kB | 102/291 kB | 40/50 kB | 44/160 kB Progress (5): 64/197 kB | 62 kB | 102/291 kB | 44/50 kB | 44/160 kB Progress (5): 64/197 kB | 62 kB | 102/291 kB | 44/50 kB | 48/160 kB Progress (5): 64/197 kB | 62 kB | 102/291 kB | 48/50 kB | 48/160 kB Progress (5): 68/197 kB | 62 kB | 102/291 kB | 48/50 kB | 48/160 kB Progress (5): 68/197 kB | 62 kB | 106/291 kB | 48/50 kB | 48/160 kB Progress (5): 72/197 kB | 62 kB | 106/291 kB | 48/50 kB | 48/160 kB Progress (5): 72/197 kB | 62 kB | 106/291 kB | 50 kB | 48/160 kB Progress (5): 72/197 kB | 62 kB | 106/291 kB | 50 kB | 52/160 kB Progress (5): 76/197 kB | 62 kB | 106/291 kB | 50 kB | 52/160 kB Progress (5): 76/197 kB | 62 kB | 110/291 kB | 50 kB | 52/160 kB Progress (5): 80/197 kB | 62 kB | 110/291 kB | 50 kB | 52/160 kB Progress (5): 80/197 kB | 62 kB | 110/291 kB | 50 kB | 56/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 56/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 60/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 64/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 68/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 72/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 76/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 80/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 84/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 88/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 92/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 96/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 100/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 104/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 108/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 112/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 116/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 120/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 124/160 kB Progress (5): 84/197 kB | 62 kB | 110/291 kB | 50 kB | 128/160 kB Progress (5): 84/197 kB | 62 kB | 114/291 kB | 50 kB | 128/160 kB Progress (5): 84/197 kB | 62 kB | 114/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 118/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 122/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 126/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 130/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 131/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 135/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 139/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 143/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 147/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 151/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 155/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 159/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 163/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 164/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 168/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 172/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 176/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 180/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 184/291 kB | 50 kB | 132/160 kB Progress (5): 84/197 kB | 62 kB | 188/291 kB | 50 kB | 132/160 kB Progress (5): 88/197 kB | 62 kB | 188/291 kB | 50 kB | 132/160 kB Progress (5): 88/197 kB | 62 kB | 192/291 kB | 50 kB | 132/160 kB Progress (5): 92/197 kB | 62 kB | 192/291 kB | 50 kB | 132/160 kB Progress (5): 96/197 kB | 62 kB | 192/291 kB | 50 kB | 132/160 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 536 kB/s) Progress (4): 96/197 kB | 192/291 kB | 50 kB | 136/160 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 433 kB/s) Progress (3): 100/197 kB | 192/291 kB | 136/160 kB Progress (3): 104/197 kB | 192/291 kB | 136/160 kB Progress (3): 104/197 kB | 196/291 kB | 136/160 kB Progress (3): 108/197 kB | 196/291 kB | 136/160 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar Progress (3): 108/197 kB | 196/291 kB | 140/160 kB Progress (3): 112/197 kB | 196/291 kB | 140/160 kB Progress (3): 112/197 kB | 197/291 kB | 140/160 kB Progress (3): 116/197 kB | 197/291 kB | 140/160 kB Progress (3): 116/197 kB | 201/291 kB | 140/160 kB Progress (3): 116/197 kB | 205/291 kB | 140/160 kB Progress (3): 116/197 kB | 205/291 kB | 144/160 kB Progress (3): 120/197 kB | 205/291 kB | 144/160 kB Progress (3): 120/197 kB | 205/291 kB | 148/160 kB Progress (3): 124/197 kB | 205/291 kB | 148/160 kB Progress (3): 124/197 kB | 209/291 kB | 148/160 kB Progress (3): 124/197 kB | 213/291 kB | 148/160 kB Progress (3): 124/197 kB | 217/291 kB | 148/160 kB Progress (3): 124/197 kB | 221/291 kB | 148/160 kB Progress (3): 124/197 kB | 225/291 kB | 148/160 kB Progress (3): 124/197 kB | 229/291 kB | 148/160 kB Progress (3): 124/197 kB | 229/291 kB | 152/160 kB Progress (3): 124/197 kB | 229/291 kB | 152/160 kB Progress (3): 128/197 kB | 229/291 kB | 152/160 kB Progress (3): 128/197 kB | 229/291 kB | 156/160 kB Progress (3): 128/197 kB | 233/291 kB | 156/160 kB Progress (3): 132/197 kB | 233/291 kB | 156/160 kB Progress (3): 132/197 kB | 233/291 kB | 160 kB Progress (3): 136/197 kB | 233/291 kB | 160 kB Progress (3): 136/197 kB | 237/291 kB | 160 kB Progress (3): 140/197 kB | 237/291 kB | 160 kB Progress (3): 140/197 kB | 241/291 kB | 160 kB Progress (3): 144/197 kB | 241/291 kB | 160 kB Progress (3): 144/197 kB | 245/291 kB | 160 kB Progress (3): 148/197 kB | 245/291 kB | 160 kB Progress (3): 148/197 kB | 249/291 kB | 160 kB Progress (3): 152/197 kB | 249/291 kB | 160 kB Progress (3): 152/197 kB | 253/291 kB | 160 kB Progress (3): 156/197 kB | 253/291 kB | 160 kB Progress (3): 156/197 kB | 257/291 kB | 160 kB Progress (3): 160/197 kB | 257/291 kB | 160 kB Progress (3): 160/197 kB | 261/291 kB | 160 kB Progress (3): 164/197 kB | 261/291 kB | 160 kB Progress (3): 164/197 kB | 265/291 kB | 160 kB Progress (3): 168/197 kB | 265/291 kB | 160 kB Progress (3): 168/197 kB | 269/291 kB | 160 kB Progress (3): 172/197 kB | 269/291 kB | 160 kB Progress (3): 172/197 kB | 273/291 kB | 160 kB Progress (3): 176/197 kB | 273/291 kB | 160 kB Progress (3): 176/197 kB | 277/291 kB | 160 kB Progress (3): 180/197 kB | 277/291 kB | 160 kB Progress (3): 180/197 kB | 281/291 kB | 160 kB Progress (3): 184/197 kB | 281/291 kB | 160 kB Progress (3): 184/197 kB | 285/291 kB | 160 kB Progress (3): 188/197 kB | 285/291 kB | 160 kB Progress (3): 188/197 kB | 289/291 kB | 160 kB Progress (3): 188/197 kB | 291 kB | 160 kB Progress (3): 192/197 kB | 291 kB | 160 kB Progress (3): 196/197 kB | 291 kB | 160 kB Progress (3): 197 kB | 291 kB | 160 kB Progress (4): 197 kB | 291 kB | 160 kB | 4.1/45 kB Progress (4): 197 kB | 291 kB | 160 kB | 7.7/45 kB Progress (4): 197 kB | 291 kB | 160 kB | 12/45 kB Progress (4): 197 kB | 291 kB | 160 kB | 16/45 kB Progress (4): 197 kB | 291 kB | 160 kB | 20/45 kB Progress (4): 197 kB | 291 kB | 160 kB | 24/45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 2.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 1.5 MB/s) Progress (2): 160 kB | 28/45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar Progress (2): 160 kB | 32/45 kB Progress (2): 160 kB | 36/45 kB Progress (2): 160 kB | 40/45 kB Progress (2): 160 kB | 44/45 kB Progress (2): 160 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 1.1 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 309 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar Progress (1): 4.1/733 kB Progress (1): 7.7/733 kB Progress (1): 12/733 kB Progress (1): 16/733 kB Progress (1): 20/733 kB Progress (1): 24/733 kB Progress (1): 28/733 kB Progress (1): 32/733 kB Progress (1): 33/733 kB Progress (1): 37/733 kB Progress (1): 41/733 kB Progress (1): 45/733 kB Progress (1): 49/733 kB Progress (1): 53/733 kB Progress (1): 57/733 kB Progress (1): 61/733 kB Progress (1): 65/733 kB Progress (1): 66/733 kB Progress (1): 70/733 kB Progress (1): 74/733 kB Progress (1): 78/733 kB Progress (1): 82/733 kB Progress (1): 86/733 kB Progress (1): 90/733 kB Progress (1): 94/733 kB Progress (1): 98/733 kB Progress (1): 98/733 kB Progress (1): 102/733 kB Progress (1): 106/733 kB Progress (1): 110/733 kB Progress (1): 114/733 kB Progress (1): 118/733 kB Progress (1): 122/733 kB Progress (1): 126/733 kB Progress (1): 130/733 kB Progress (1): 134/733 kB Progress (1): 138/733 kB Progress (1): 142/733 kB Progress (1): 146/733 kB Progress (1): 150/733 kB Progress (1): 154/733 kB Progress (1): 158/733 kB Progress (1): 162/733 kB Progress (1): 166/733 kB Progress (1): 170/733 kB Progress (1): 174/733 kB Progress (2): 174/733 kB | 4.1/409 kB Progress (2): 178/733 kB | 4.1/409 kB Progress (2): 178/733 kB | 7.7/409 kB Progress (2): 182/733 kB | 7.7/409 kB Progress (2): 182/733 kB | 12/409 kB Progress (2): 186/733 kB | 12/409 kB Progress (2): 186/733 kB | 16/409 kB Progress (2): 190/733 kB | 16/409 kB Progress (2): 190/733 kB | 20/409 kB Progress (2): 194/733 kB | 20/409 kB Progress (2): 194/733 kB | 24/409 kB Progress (2): 198/733 kB | 24/409 kB Progress (2): 198/733 kB | 28/409 kB Progress (2): 202/733 kB | 28/409 kB Progress (2): 202/733 kB | 32/409 kB Progress (2): 206/733 kB | 32/409 kB Progress (2): 206/733 kB | 36/409 kB Progress (2): 210/733 kB | 36/409 kB Progress (2): 210/733 kB | 40/409 kB Progress (2): 214/733 kB | 40/409 kB Progress (2): 214/733 kB | 44/409 kB Progress (2): 218/733 kB | 44/409 kB Progress (2): 218/733 kB | 48/409 kB Progress (2): 222/733 kB | 48/409 kB Progress (2): 222/733 kB | 52/409 kB Progress (2): 222/733 kB | 56/409 kB Progress (2): 226/733 kB | 56/409 kB Progress (2): 226/733 kB | 60/409 kB Progress (2): 226/733 kB | 64/409 kB Progress (2): 226/733 kB | 66/409 kB Progress (2): 230/733 kB | 66/409 kB Progress (2): 234/733 kB | 66/409 kB Progress (2): 238/733 kB | 66/409 kB Progress (2): 242/733 kB | 66/409 kB Progress (2): 246/733 kB | 66/409 kB Progress (2): 250/733 kB | 66/409 kB Progress (2): 254/733 kB | 66/409 kB Progress (2): 258/733 kB | 66/409 kB Progress (2): 262/733 kB | 66/409 kB Progress (2): 266/733 kB | 66/409 kB Progress (2): 270/733 kB | 66/409 kB Progress (2): 274/733 kB | 66/409 kB Progress (2): 278/733 kB | 66/409 kB Progress (2): 282/733 kB | 66/409 kB Progress (2): 286/733 kB | 66/409 kB Progress (2): 290/733 kB | 66/409 kB Progress (2): 294/733 kB | 66/409 kB Progress (2): 295/733 kB | 66/409 kB Progress (2): 299/733 kB | 66/409 kB Progress (2): 303/733 kB | 66/409 kB Progress (2): 307/733 kB | 66/409 kB Progress (2): 311/733 kB | 66/409 kB Progress (2): 315/733 kB | 66/409 kB Progress (2): 319/733 kB | 66/409 kB Progress (2): 323/733 kB | 66/409 kB Progress (2): 327/733 kB | 66/409 kB Progress (3): 327/733 kB | 66/409 kB | 0/2.3 MB Progress (3): 331/733 kB | 66/409 kB | 0/2.3 MB Progress (3): 331/733 kB | 66/409 kB | 0/2.3 MB Progress (3): 335/733 kB | 66/409 kB | 0/2.3 MB Progress (3): 335/733 kB | 66/409 kB | 0/2.3 MB Progress (3): 339/733 kB | 66/409 kB | 0/2.3 MB Progress (3): 339/733 kB | 66/409 kB | 0/2.3 MB Progress (3): 343/733 kB | 66/409 kB | 0/2.3 MB Progress (3): 343/733 kB | 66/409 kB | 0/2.3 MB Progress (3): 347/733 kB | 66/409 kB | 0/2.3 MB Progress (3): 347/733 kB | 66/409 kB | 0/2.3 MB Progress (3): 347/733 kB | 70/409 kB | 0/2.3 MB Progress (3): 351/733 kB | 70/409 kB | 0/2.3 MB Progress (3): 351/733 kB | 74/409 kB | 0/2.3 MB Progress (3): 351/733 kB | 74/409 kB | 0/2.3 MB Progress (3): 355/733 kB | 74/409 kB | 0/2.3 MB Progress (3): 355/733 kB | 78/409 kB | 0/2.3 MB Progress (3): 355/733 kB | 78/409 kB | 0/2.3 MB Progress (3): 355/733 kB | 82/409 kB | 0/2.3 MB Progress (3): 359/733 kB | 82/409 kB | 0/2.3 MB Progress (3): 359/733 kB | 86/409 kB | 0/2.3 MB Progress (3): 359/733 kB | 90/409 kB | 0/2.3 MB Progress (3): 359/733 kB | 90/409 kB | 0/2.3 MB Progress (3): 359/733 kB | 94/409 kB | 0/2.3 MB Progress (3): 359/733 kB | 94/409 kB | 0/2.3 MB Progress (3): 359/733 kB | 94/409 kB | 0/2.3 MB Progress (3): 359/733 kB | 94/409 kB | 0/2.3 MB Progress (3): 359/733 kB | 94/409 kB | 0/2.3 MB Progress (3): 363/733 kB | 94/409 kB | 0/2.3 MB Progress (3): 363/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 367/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 367/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 371/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 375/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 379/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 383/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 387/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 391/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 395/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 399/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 403/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 407/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 411/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 415/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 419/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 423/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 427/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 431/733 kB | 98/409 kB | 0/2.3 MB Progress (3): 431/733 kB | 102/409 kB | 0/2.3 MB Progress (3): 431/733 kB | 106/409 kB | 0/2.3 MB Progress (3): 435/733 kB | 106/409 kB | 0/2.3 MB Progress (3): 439/733 kB | 106/409 kB | 0/2.3 MB Progress (3): 443/733 kB | 106/409 kB | 0/2.3 MB Progress (3): 447/733 kB | 106/409 kB | 0/2.3 MB Progress (3): 447/733 kB | 110/409 kB | 0/2.3 MB Progress (3): 447/733 kB | 114/409 kB | 0/2.3 MB Progress (3): 447/733 kB | 118/409 kB | 0/2.3 MB Progress (3): 447/733 kB | 118/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 122/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 122/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 126/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 126/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 130/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 130/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 131/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 131/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 135/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 135/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 139/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 139/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 143/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 147/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 151/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 155/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 155/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 155/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 159/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 163/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 164/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 168/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 172/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 176/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 180/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 184/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 188/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 192/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 196/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 197/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 197/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 197/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 201/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 205/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 209/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 213/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 217/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 221/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 225/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 229/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 229/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 233/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 237/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 241/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 245/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 249/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 253/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 257/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 261/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 262/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 266/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 270/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 274/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 278/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 282/409 kB | 0.1/2.3 MB Progress (3): 447/733 kB | 286/409 kB | 0.1/2.3 MB Progress (3): 451/733 kB | 286/409 kB | 0.1/2.3 MB Progress (3): 455/733 kB | 286/409 kB | 0.1/2.3 MB Progress (3): 455/733 kB | 286/409 kB | 0.1/2.3 MB Progress (3): 459/733 kB | 286/409 kB | 0.1/2.3 MB Progress (3): 459/733 kB | 290/409 kB | 0.1/2.3 MB Progress (3): 463/733 kB | 290/409 kB | 0.1/2.3 MB Progress (3): 463/733 kB | 290/409 kB | 0.1/2.3 MB Progress (3): 467/733 kB | 290/409 kB | 0.1/2.3 MB Progress (3): 467/733 kB | 294/409 kB | 0.1/2.3 MB Progress (3): 471/733 kB | 294/409 kB | 0.1/2.3 MB Progress (3): 471/733 kB | 294/409 kB | 0.1/2.3 MB Progress (3): 471/733 kB | 295/409 kB | 0.1/2.3 MB Progress (3): 475/733 kB | 295/409 kB | 0.1/2.3 MB Progress (3): 475/733 kB | 295/409 kB | 0.1/2.3 MB Progress (3): 475/733 kB | 299/409 kB | 0.1/2.3 MB Progress (3): 479/733 kB | 299/409 kB | 0.1/2.3 MB Progress (3): 479/733 kB | 303/409 kB | 0.1/2.3 MB Progress (3): 479/733 kB | 303/409 kB | 0.1/2.3 MB Progress (3): 483/733 kB | 303/409 kB | 0.1/2.3 MB Progress (3): 483/733 kB | 307/409 kB | 0.1/2.3 MB Progress (3): 487/733 kB | 307/409 kB | 0.1/2.3 MB Progress (3): 487/733 kB | 307/409 kB | 0.1/2.3 MB Progress (3): 491/733 kB | 307/409 kB | 0.1/2.3 MB Progress (3): 491/733 kB | 311/409 kB | 0.1/2.3 MB Progress (3): 495/733 kB | 311/409 kB | 0.1/2.3 MB Progress (3): 495/733 kB | 311/409 kB | 0.1/2.3 MB Progress (3): 495/733 kB | 315/409 kB | 0.1/2.3 MB Progress (3): 499/733 kB | 315/409 kB | 0.1/2.3 MB Progress (3): 499/733 kB | 315/409 kB | 0.1/2.3 MB Progress (3): 499/733 kB | 319/409 kB | 0.1/2.3 MB Progress (3): 499/733 kB | 319/409 kB | 0.1/2.3 MB Progress (3): 503/733 kB | 319/409 kB | 0.1/2.3 MB Progress (3): 503/733 kB | 323/409 kB | 0.1/2.3 MB Progress (3): 507/733 kB | 323/409 kB | 0.1/2.3 MB Progress (3): 507/733 kB | 323/409 kB | 0.1/2.3 MB Progress (3): 511/733 kB | 323/409 kB | 0.1/2.3 MB Progress (3): 511/733 kB | 327/409 kB | 0.1/2.3 MB Progress (3): 511/733 kB | 327/409 kB | 0.1/2.3 MB Progress (3): 511/733 kB | 328/409 kB | 0.1/2.3 MB Progress (3): 515/733 kB | 328/409 kB | 0.1/2.3 MB Progress (3): 515/733 kB | 332/409 kB | 0.1/2.3 MB Progress (3): 515/733 kB | 332/409 kB | 0.1/2.3 MB Progress (3): 515/733 kB | 336/409 kB | 0.1/2.3 MB Progress (3): 519/733 kB | 336/409 kB | 0.1/2.3 MB Progress (3): 519/733 kB | 336/409 kB | 0.1/2.3 MB Progress (3): 519/733 kB | 340/409 kB | 0.1/2.3 MB Progress (3): 523/733 kB | 340/409 kB | 0.1/2.3 MB Progress (3): 523/733 kB | 340/409 kB | 0.1/2.3 MB Progress (3): 527/733 kB | 340/409 kB | 0.1/2.3 MB Progress (3): 527/733 kB | 340/409 kB | 0.1/2.3 MB Progress (3): 527/733 kB | 344/409 kB | 0.1/2.3 MB Progress (3): 527/733 kB | 344/409 kB | 0.1/2.3 MB Progress (3): 531/733 kB | 344/409 kB | 0.1/2.3 MB Progress (3): 531/733 kB | 344/409 kB | 0.2/2.3 MB Progress (3): 531/733 kB | 348/409 kB | 0.2/2.3 MB Progress (3): 531/733 kB | 348/409 kB | 0.2/2.3 MB Progress (3): 535/733 kB | 348/409 kB | 0.2/2.3 MB Progress (3): 535/733 kB | 352/409 kB | 0.2/2.3 MB Progress (3): 539/733 kB | 352/409 kB | 0.2/2.3 MB Progress (3): 539/733 kB | 352/409 kB | 0.2/2.3 MB Progress (3): 543/733 kB | 352/409 kB | 0.2/2.3 MB Progress (3): 543/733 kB | 356/409 kB | 0.2/2.3 MB Progress (3): 547/733 kB | 356/409 kB | 0.2/2.3 MB Progress (3): 547/733 kB | 356/409 kB | 0.2/2.3 MB Progress (3): 551/733 kB | 356/409 kB | 0.2/2.3 MB Progress (3): 551/733 kB | 360/409 kB | 0.2/2.3 MB Progress (3): 555/733 kB | 360/409 kB | 0.2/2.3 MB Progress (3): 555/733 kB | 360/409 kB | 0.2/2.3 MB Progress (3): 559/733 kB | 360/409 kB | 0.2/2.3 MB Progress (3): 559/733 kB | 360/409 kB | 0.2/2.3 MB Progress (3): 559/733 kB | 360/409 kB | 0.2/2.3 MB Progress (3): 559/733 kB | 360/409 kB | 0.2/2.3 MB Progress (3): 559/733 kB | 360/409 kB | 0.2/2.3 MB Progress (3): 559/733 kB | 360/409 kB | 0.2/2.3 MB Progress (3): 559/733 kB | 360/409 kB | 0.2/2.3 MB Progress (3): 559/733 kB | 360/409 kB | 0.2/2.3 MB Progress (3): 559/733 kB | 360/409 kB | 0.2/2.3 MB Progress (3): 563/733 kB | 360/409 kB | 0.2/2.3 MB Progress (3): 563/733 kB | 365/409 kB | 0.2/2.3 MB Progress (3): 563/733 kB | 365/409 kB | 0.2/2.3 MB Progress (3): 563/733 kB | 368/409 kB | 0.2/2.3 MB Progress (3): 567/733 kB | 368/409 kB | 0.2/2.3 MB Progress (3): 567/733 kB | 368/409 kB | 0.2/2.3 MB Progress (3): 567/733 kB | 373/409 kB | 0.2/2.3 MB Progress (3): 571/733 kB | 373/409 kB | 0.2/2.3 MB Progress (3): 571/733 kB | 376/409 kB | 0.2/2.3 MB Progress (3): 571/733 kB | 376/409 kB | 0.2/2.3 MB Progress (3): 575/733 kB | 376/409 kB | 0.2/2.3 MB Progress (3): 575/733 kB | 376/409 kB | 0.2/2.3 MB Progress (3): 575/733 kB | 381/409 kB | 0.2/2.3 MB Progress (3): 579/733 kB | 381/409 kB | 0.2/2.3 MB Progress (3): 579/733 kB | 384/409 kB | 0.2/2.3 MB Progress (3): 579/733 kB | 384/409 kB | 0.2/2.3 MB Progress (3): 583/733 kB | 384/409 kB | 0.2/2.3 MB Progress (3): 583/733 kB | 384/409 kB | 0.2/2.3 MB Progress (3): 583/733 kB | 389/409 kB | 0.2/2.3 MB Progress (3): 587/733 kB | 389/409 kB | 0.2/2.3 MB Progress (3): 587/733 kB | 389/409 kB | 0.2/2.3 MB Progress (3): 587/733 kB | 392/409 kB | 0.2/2.3 MB Progress (3): 587/733 kB | 392/409 kB | 0.2/2.3 MB Progress (3): 591/733 kB | 392/409 kB | 0.2/2.3 MB Progress (3): 591/733 kB | 397/409 kB | 0.2/2.3 MB Progress (3): 591/733 kB | 397/409 kB | 0.2/2.3 MB Progress (3): 591/733 kB | 400/409 kB | 0.2/2.3 MB Progress (3): 595/733 kB | 400/409 kB | 0.2/2.3 MB Progress (3): 595/733 kB | 405/409 kB | 0.2/2.3 MB Progress (3): 595/733 kB | 405/409 kB | 0.2/2.3 MB Progress (3): 595/733 kB | 408/409 kB | 0.2/2.3 MB Progress (3): 599/733 kB | 408/409 kB | 0.2/2.3 MB Progress (3): 599/733 kB | 409 kB | 0.2/2.3 MB Progress (3): 599/733 kB | 409 kB | 0.2/2.3 MB Progress (3): 603/733 kB | 409 kB | 0.2/2.3 MB Progress (3): 607/733 kB | 409 kB | 0.2/2.3 MB Progress (3): 607/733 kB | 409 kB | 0.2/2.3 MB Progress (3): 611/733 kB | 409 kB | 0.2/2.3 MB Progress (3): 611/733 kB | 409 kB | 0.2/2.3 MB Progress (3): 615/733 kB | 409 kB | 0.2/2.3 MB Progress (3): 615/733 kB | 409 kB | 0.2/2.3 MB Progress (3): 619/733 kB | 409 kB | 0.2/2.3 MB Progress (3): 619/733 kB | 409 kB | 0.2/2.3 MB Progress (3): 623/733 kB | 409 kB | 0.2/2.3 MB Progress (3): 623/733 kB | 409 kB | 0.2/2.3 MB Progress (3): 623/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 627/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 627/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 631/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 631/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 631/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 635/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 635/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 639/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 639/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 643/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 643/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 647/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 647/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 651/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 655/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 655/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 659/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 659/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 663/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 663/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 667/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 671/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 671/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 675/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 675/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 679/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 679/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 683/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 683/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 687/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 687/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 691/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 695/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 695/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 699/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 703/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 703/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 707/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 711/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 711/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 715/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 719/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 719/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 723/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 727/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 727/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 731/733 kB | 409 kB | 0.3/2.3 MB Progress (3): 733 kB | 409 kB | 0.3/2.3 MB Progress (3): 733 kB | 409 kB | 0.3/2.3 MB Progress (3): 733 kB | 409 kB | 0.3/2.3 MB Progress (3): 733 kB | 409 kB | 0.3/2.3 MB Progress (3): 733 kB | 409 kB | 0.3/2.3 MB Progress (3): 733 kB | 409 kB | 0.3/2.3 MB Progress (3): 733 kB | 409 kB | 0.3/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.4/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Progress (3): 733 kB | 409 kB | 0.5/2.3 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar (409 kB at 1.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar Progress (2): 733 kB | 0.5/2.3 MB Progress (2): 733 kB | 0.5/2.3 MB Progress (2): 733 kB | 0.5/2.3 MB Progress (2): 733 kB | 0.5/2.3 MB Progress (2): 733 kB | 0.5/2.3 MB Progress (2): 733 kB | 0.5/2.3 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar (733 kB at 3.3 MB/s) Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.6/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.1/1.9 MB Progress (2): 1.7/2.3 MB | 0.2/1.9 MB Progress (2): 1.7/2.3 MB | 0.2/1.9 MB Progress (2): 1.7/2.3 MB | 0.2/1.9 MB Progress (2): 1.7/2.3 MB | 0.2/1.9 MB Progress (2): 1.7/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.8/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.2/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.9/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.3/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.0/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.4/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.1/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.5/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.2/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.6/1.9 MB Progress (2): 2.3/2.3 MB | 0.7/1.9 MB Progress (2): 2.3/2.3 MB | 0.7/1.9 MB Progress (2): 2.3/2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.7/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.8/1.9 MB Progress (2): 2.3 MB | 0.9/1.9 MB Progress (2): 2.3 MB | 0.9/1.9 MB Progress (2): 2.3 MB | 0.9/1.9 MB Progress (2): 2.3 MB | 0.9/1.9 MB Progress (2): 2.3 MB | 0.9/1.9 MB Progress (2): 2.3 MB | 0.9/1.9 MB Progress (2): 2.3 MB | 0.9/1.9 MB Progress (2): 2.3 MB | 0.9/1.9 MB Progress (2): 2.3 MB | 0.9/1.9 MB Progress (3): 2.3 MB | 0.9/1.9 MB | 4.1/41 kB Progress (3): 2.3 MB | 0.9/1.9 MB | 7.7/41 kB Progress (3): 2.3 MB | 0.9/1.9 MB | 12/41 kB Progress (3): 2.3 MB | 0.9/1.9 MB | 16/41 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 16/41 kB | 4.1/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 20/41 kB | 4.1/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 20/41 kB | 4.1/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 20/41 kB | 7.7/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 24/41 kB | 7.7/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 24/41 kB | 12/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 24/41 kB | 12/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 28/41 kB | 12/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 28/41 kB | 16/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 32/41 kB | 16/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 32/41 kB | 16/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 36/41 kB | 16/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 40/41 kB | 16/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 16/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 20/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 20/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 24/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 24/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 28/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 28/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 32/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 32/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 33/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 33/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 37/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 37/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 41/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 41/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 45/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 45/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 49/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 49/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 53/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 53/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 57/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 57/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 61/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 61/327 kB Progress (4): 2.3 MB | 0.9/1.9 MB | 41 kB | 65/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 65/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 69/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 69/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 73/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 73/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 77/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 77/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 81/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 81/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 85/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 85/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 89/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 89/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 93/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 93/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 97/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 97/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 101/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 101/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 105/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 105/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 109/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 109/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 113/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 113/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 117/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 117/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 121/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 121/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 125/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 125/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 129/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 129/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 133/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 133/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 137/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 137/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 141/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 141/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 145/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 145/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 149/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 149/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 153/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 153/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 157/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 157/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 161/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 161/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 165/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 165/327 kB Progress (4): 2.3 MB | 1.0/1.9 MB | 41 kB | 169/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 169/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 173/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 173/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 177/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 177/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 181/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 181/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 181/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 181/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 185/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 185/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 189/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 189/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 193/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 193/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 197/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 197/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 201/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 201/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 205/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 205/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 209/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 209/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 209/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 213/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 213/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 217/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 217/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 221/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 221/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 225/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 225/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 229/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 229/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 233/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 233/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 237/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 237/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 241/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 241/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 245/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 249/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 249/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 253/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 253/327 kB Progress (4): 2.3 MB | 1.1/1.9 MB | 41 kB | 257/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 257/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 261/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 261/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 265/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 265/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 269/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 269/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 273/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 273/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 277/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 277/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 281/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 281/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 285/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 285/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 289/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 289/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 293/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 293/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 297/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 297/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 301/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 305/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 309/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 313/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 317/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 321/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 325/327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.2/1.9 MB | 41 kB | 327 kB Progress (4): 2.3 MB | 1.3/1.9 MB | 41 kB | 327 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar (41 kB at 97 kB/s) Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.3/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.4/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.4/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.4/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.4/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.4/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.4/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.4/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.4/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.4/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.4/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.4/1.9 MB | 327 kB Progress (3): 2.3 MB | 1.4/1.9 MB | 327 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar (327 kB at 770 kB/s) Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.4/1.9 MB Progress (2): 2.3 MB | 1.5/1.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 5.4 MB/s) Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar (1.9 MB at 3.7 MB/s) [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Progress (1): 4.1/223 kB Progress (1): 7.7/223 kB Progress (1): 12/223 kB Progress (1): 16/223 kB Progress (1): 20/223 kB Progress (1): 24/223 kB Progress (1): 28/223 kB Progress (1): 32/223 kB Progress (1): 33/223 kB Progress (1): 37/223 kB Progress (1): 41/223 kB Progress (1): 45/223 kB Progress (1): 49/223 kB Progress (1): 53/223 kB Progress (1): 57/223 kB Progress (1): 61/223 kB Progress (1): 65/223 kB Progress (1): 66/223 kB Progress (1): 70/223 kB Progress (1): 74/223 kB Progress (1): 78/223 kB Progress (1): 82/223 kB Progress (1): 86/223 kB Progress (1): 90/223 kB Progress (1): 94/223 kB Progress (1): 98/223 kB Progress (1): 98/223 kB Progress (1): 102/223 kB Progress (1): 106/223 kB Progress (1): 110/223 kB Progress (1): 114/223 kB Progress (1): 118/223 kB Progress (1): 122/223 kB Progress (1): 126/223 kB Progress (1): 130/223 kB Progress (1): 131/223 kB Progress (1): 135/223 kB Progress (1): 139/223 kB Progress (1): 143/223 kB Progress (1): 147/223 kB Progress (1): 151/223 kB Progress (1): 155/223 kB Progress (1): 159/223 kB Progress (1): 163/223 kB Progress (1): 164/223 kB Progress (1): 168/223 kB Progress (1): 172/223 kB Progress (1): 176/223 kB Progress (1): 180/223 kB Progress (1): 184/223 kB Progress (1): 188/223 kB Progress (1): 192/223 kB Progress (1): 196/223 kB Progress (1): 200/223 kB Progress (1): 204/223 kB Progress (1): 208/223 kB Progress (1): 212/223 kB Progress (1): 216/223 kB Progress (1): 220/223 kB Progress (1): 223 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 9.7 MB/s) [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature --- [INFO] [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- [INFO] Building p2-repository 10.1.0-SNAPSHOT [3/3] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository --- [INFO] [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository --- [INFO] The project's OSGi version is 10.1.0.v20191204-1814 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 233 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.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.12/plexus-interpolation-1.12.pom (889 B at 56 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 159 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 97 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 201 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Progress (1): 4.1/9.9 kB Progress (1): 7.7/9.9 kB Progress (2): 7.7/9.9 kB | 4.1/152 kB Progress (2): 9.9 kB | 4.1/152 kB Progress (2): 9.9 kB | 7.7/152 kB Progress (2): 9.9 kB | 12/152 kB Progress (2): 9.9 kB | 16/152 kB Progress (2): 9.9 kB | 20/152 kB Progress (2): 9.9 kB | 24/152 kB Progress (2): 9.9 kB | 28/152 kB Progress (2): 9.9 kB | 32/152 kB Progress (2): 9.9 kB | 36/152 kB Progress (2): 9.9 kB | 40/152 kB Progress (2): 9.9 kB | 44/152 kB Progress (2): 9.9 kB | 48/152 kB Progress (2): 9.9 kB | 52/152 kB Progress (2): 9.9 kB | 56/152 kB Progress (2): 9.9 kB | 60/152 kB Progress (2): 9.9 kB | 64/152 kB Progress (2): 9.9 kB | 68/152 kB Progress (2): 9.9 kB | 72/152 kB Progress (2): 9.9 kB | 76/152 kB Progress (2): 9.9 kB | 80/152 kB Progress (2): 9.9 kB | 84/152 kB Progress (2): 9.9 kB | 88/152 kB Progress (2): 9.9 kB | 92/152 kB Progress (2): 9.9 kB | 96/152 kB Progress (2): 9.9 kB | 100/152 kB Progress (2): 9.9 kB | 104/152 kB Progress (2): 9.9 kB | 108/152 kB Progress (2): 9.9 kB | 112/152 kB Progress (2): 9.9 kB | 116/152 kB Progress (2): 9.9 kB | 120/152 kB Progress (2): 9.9 kB | 124/152 kB Progress (2): 9.9 kB | 128/152 kB Progress (2): 9.9 kB | 132/152 kB Progress (2): 9.9 kB | 136/152 kB Progress (2): 9.9 kB | 140/152 kB Progress (2): 9.9 kB | 144/152 kB Progress (2): 9.9 kB | 148/152 kB Progress (2): 9.9 kB | 152 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 368 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 5.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Progress (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 391 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (2): 12/13 kB | 4.1/5.9 kB Progress (2): 13 kB | 4.1/5.9 kB Progress (2): 13 kB | 5.9 kB Progress (3): 13 kB | 5.9 kB | 4.1/14 kB Progress (3): 13 kB | 5.9 kB | 7.7/14 kB Progress (3): 13 kB | 5.9 kB | 12/14 kB Progress (3): 13 kB | 5.9 kB | 14 kB Progress (4): 13 kB | 5.9 kB | 14 kB | 4.1/37 kB Progress (4): 13 kB | 5.9 kB | 14 kB | 7.7/37 kB Progress (4): 13 kB | 5.9 kB | 14 kB | 12/37 kB Progress (4): 13 kB | 5.9 kB | 14 kB | 16/37 kB Progress (4): 13 kB | 5.9 kB | 14 kB | 20/37 kB Progress (4): 13 kB | 5.9 kB | 14 kB | 24/37 kB Progress (4): 13 kB | 5.9 kB | 14 kB | 28/37 kB Progress (4): 13 kB | 5.9 kB | 14 kB | 32/37 kB Progress (4): 13 kB | 5.9 kB | 14 kB | 36/37 kB Progress (4): 13 kB | 5.9 kB | 14 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 63 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 141 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 142 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Progress (2): 37 kB | 4.1/21 kB Progress (2): 37 kB | 7.7/21 kB Progress (2): 37 kB | 12/21 kB Progress (2): 37 kB | 16/21 kB Progress (2): 37 kB | 20/21 kB Progress (2): 37 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 365 kB/s) Progress (2): 21 kB | 4.1/10 kB Progress (2): 21 kB | 7.7/10 kB Progress (2): 21 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 202 kB/s) Progress (2): 10 kB | 4.1/6.8 kB Progress (2): 10 kB | 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 97 kB/s) Progress (2): 6.8 kB | 4.1/35 kB Progress (2): 6.8 kB | 7.7/35 kB Progress (2): 6.8 kB | 12/35 kB Progress (2): 6.8 kB | 16/35 kB Progress (2): 6.8 kB | 20/35 kB Progress (2): 6.8 kB | 24/35 kB Progress (2): 6.8 kB | 28/35 kB Progress (2): 6.8 kB | 32/35 kB Progress (2): 6.8 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 62 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 308 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ p2-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-products (default-publish-products) @ p2-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-categories (default-publish-categories) @ p2-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.2.0:attach-artifacts (default-attach-artifacts) @ p2-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.2.0:assemble-repository (default-assemble-repository) @ p2-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.2.0:archive-repository (default-archive-repository) @ p2-repository --- [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.1.0-SNAPSHOT.zip [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository --- [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.1.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ p2-repository --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.1.0-SNAPSHOT: [INFO] [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 1.985 s] [INFO] org.eclipse.collections.feature .................... SUCCESS [ 13.306 s] [INFO] p2-repository ...................................... SUCCESS [ 1.497 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 29.037 s [INFO] Finished at: 2019-12-04T18:34:56Z [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.1.0 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-957.10.1.el7.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Adding repository file:/home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.collections/10.1.0.v20191204-1814 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml [INFO] Adding repository file:/home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.collections/10.1.0.v20191204-1814 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Collections p2 Repository with Feature Build [pom] [INFO] org.eclipse.collections.feature [eclipse-feature] [INFO] p2-repository [eclipse-repository] [INFO] [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.1.0-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature --- [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-feature/10.1.0-SNAPSHOT/p2-feature-10.1.0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >------- [INFO] Building org.eclipse.collections.feature 10.1.0-SNAPSHOT [2/3] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature --- [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature --- [INFO] The project's OSGi version is 10.1.0.v20191204-1814 [INFO] [INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.collections.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.collections.feature --- [INFO] [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.collections.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.2.0:package-feature (default-package-feature) @ org.eclipse.collections.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.2.0:source-feature (source-feature) @ org.eclipse.collections.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature --- [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.1.0-SNAPSHOT/org.eclipse.collections.feature-10.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature --- [INFO] [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- [INFO] Building p2-repository 10.1.0-SNAPSHOT [3/3] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository --- [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target [INFO] [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository --- [INFO] The project's OSGi version is 10.1.0.v20191204-1814 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ p2-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-products (default-publish-products) @ p2-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-categories (default-publish-categories) @ p2-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.2.0:attach-artifacts (default-attach-artifacts) @ p2-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.2.0:assemble-repository (default-assemble-repository) @ p2-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.2.0:archive-repository (default-archive-repository) @ p2-repository --- [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.1.0-SNAPSHOT.zip [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository --- [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.1.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ p2-repository --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.1.0-SNAPSHOT: [INFO] [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 0.105 s] [INFO] org.eclipse.collections.feature .................... SUCCESS [ 3.493 s] [INFO] p2-repository ...................................... SUCCESS [ 1.748 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.446 s [INFO] Finished at: 2019-12-04T18:35:07Z [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /bin/bash /tmp/jenkins4480329829997128935.sh running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/10.1.0 running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/10.1.0 running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections total 35752 drwxrwsr-x 21 genie.collections technology.collections 4096 Dec 4 13:35 . drwxr-xr-x 311 root root 8192 Dec 3 14:51 .. drwxrwsr-x 3 genie.collections technology.collections 68 Jul 11 23:35 10.0.0 drwxrwsr-x 3 genie.collections technology.collections 71 Sep 25 2018 10.0.0.M2 drwxrwsr-x 2 genie.collections technology.collections 10 Dec 4 13:35 10.1.0 drwxrwsr-x 3 genie.collections technology.collections 71 Nov 22 11:33 10.1.0.M1 drwxrwsr-x 3 genie.collections technology.collections 71 Nov 25 11:59 10.1.0.M2 drwxr-sr-x 3 genie.collections technology.collections 32 Jun 22 2017 8.2.0 drwxr-sr-x 3 genie.collections technology.collections 32 Sep 20 2017 9.0.0 drwxr-sr-x 3 genie.collections technology.collections 32 Aug 19 2017 9.0.0.M2 drwxr-sr-x 3 genie.collections technology.collections 32 Aug 24 2017 9.0.0.M3 drwxr-sr-x 3 genie.collections technology.collections 32 Sep 5 2017 9.0.0.M4 drwxr-sr-x 3 genie.collections technology.collections 32 Sep 13 2017 9.0.0-SNAPSHOT drwxrwsr-x 3 genie.collections technology.collections 67 Dec 31 2017 9.1.0 drwxrwsr-x 3 genie.collections technology.collections 32 Dec 6 2017 9.1.0.M1 drwxrwsr-x 3 genie.collections technology.collections 70 Dec 11 2017 9.1.0.M2 drwxrwsr-x 3 genie.collections technology.collections 67 May 18 2018 9.2.0 drwxrwsr-x 3 genie.collections technology.collections 70 Feb 10 2018 9.2.0.M1 -rw-rw-r-- 1 genie.collections technology.collections 9871360 Apr 7 2016 gsc-ec-converter-7.1.0.tar -rw-rw-r-- 1 genie.collections technology.collections 8422439 Apr 7 2016 gsc-ec-converter-7.1.0.zip -rw-rw-r-- 1 genie.collections technology.collections 9871360 May 29 2016 gsc-ec-converter-7.1.1-SNAPSHOT.tar -rw-rw-r-- 1 genie.collections technology.collections 8422920 May 29 2016 gsc-ec-converter-7.1.1-SNAPSHOT.zip drwxrwsr-x 2 genie.collections technology.collections 104 Mar 31 2016 pre-release drwxrwsr-x 2 genie.collections technology.collections 10 Mar 24 2016 release drwxrwsr-x 2 genie.collections technology.collections 10 Mar 24 2016 slides running command scp -r /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/repository genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/10.1.0 running command scp /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-*.zip genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/10.1.0 running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.1.0 total 30724 drwxrwsr-x 3 genie.collections technology.collections 77 Dec 4 13:35 . drwxrwsr-x 21 genie.collections technology.collections 4096 Dec 4 13:35 .. -rw-r--r-- 1 genie.collections technology.collections 17064011 Dec 4 13:35 p2-repository-10.1.0-SNAPSHOT.zip drwxr-sr-x 4 genie.collections technology.collections 171 Dec 4 13:35 repository running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/10.1.0/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/10.1.0/p2-repository-10.1.0.zip running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.1.0 total 30724 drwxrwsr-x 3 genie.collections technology.collections 68 Dec 4 13:35 . drwxrwsr-x 21 genie.collections technology.collections 4096 Dec 4 13:35 .. -rw-r--r-- 1 genie.collections technology.collections 17064011 Dec 4 13:35 p2-repository-10.1.0.zip drwxr-sr-x 4 genie.collections technology.collections 171 Dec 4 13:35 repository All DONE!!! $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 76 killed; [ssh-agent] Stopped. No mail will be sent out, as 'publish-p2-repo #28' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Finished: SUCCESS