Started by an SCM change Running as SYSTEM Agent default-agent-v7l9g is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-v7l9g" 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.mdht.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-v7l9g" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-v7l9g" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.mdht.svc.cluster.local/mdht/" - 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-mdht" 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-v7l9g in workspace /home/jenkins/agent/workspace/MDHT-master-scm No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/mdht/org.eclipse.mdht > git init /home/jenkins/agent/workspace/MDHT-master-scm # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/mdht/org.eclipse.mdht > git --version # timeout=10 > git fetch --tags --force --progress -- https://git.eclipse.org/r/mdht/org.eclipse.mdht +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://git.eclipse.org/r/mdht/org.eclipse.mdht # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/mdht/org.eclipse.mdht # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/mdht/org.eclipse.mdht > git fetch --tags --force --progress -- https://git.eclipse.org/r/mdht/org.eclipse.mdht +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision d0055a728e1fe0e4da3309004529116dc11f7257 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d0055a728e1fe0e4da3309004529116dc11f7257 Commit message: "Updated to TEL" > git rev-list --no-walk 6d2c941a158fdd7700e3bf7821413da68e685acc # timeout=10 [MDHT-master-scm] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Declipse.download=file:/home/data/httpd/download.eclipse.org -Dmaven.repo.local=/home/jenkins/agent/workspace/MDHT-master-scm/.repository clean verify Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom 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.4.0/tycho-maven-plugin-1.4.0.pom (2.1 kB at 40 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom 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.4.0/tycho-1.4.0.pom (20 kB at 67 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom 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.4.0/tycho-core-1.4.0.pom (4.5 kB at 129 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 174 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 521 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 600 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 298 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 91 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 112 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 581 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 339 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 54 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 62 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 27 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 145 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 480 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 18 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 140 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 87 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 179 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 210 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 110 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 232 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 174 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 55 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 62 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 52 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 141 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 95 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 72 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 38 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 259 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 347 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 114 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 493 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 165 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 325 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 59 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 37 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 51 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 188 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 97 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 51 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 166 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 145 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 436 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 157 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 315 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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.1 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 474 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 359 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 1.7 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 467 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 409 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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): 36/68 kB Progress (1): 40/68 kB Progress (1): 44/68 kB Progress (1): 48/68 kB Progress (1): 52/68 kB Progress (1): 56/68 kB Progress (1): 60/68 kB Progress (1): 64/68 kB Progress (1): 68/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 1.7 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 522 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 68 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 486 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 441 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 71 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom (2.0 kB at 48 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 58 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom 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.4.0/sisu-equinox-embedder-1.4.0.pom (1.8 kB at 45 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom 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.4.0/sisu-equinox-1.4.0.pom (1.0 kB at 29 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom 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.4.0/sisu-equinox-api-1.4.0.pom (1.7 kB at 52 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom 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.4.0/tycho-metadata-model-1.4.0.pom (1.3 kB at 5.3 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 196 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom 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.4.0/tycho-embedder-api-1.4.0.pom (2.1 kB at 62 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.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.4.0/org.eclipse.tycho.embedder.shared-1.4.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.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom (1.1 kB at 33 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom 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.4.0/tycho-bundles-1.4.0.pom (3.3 kB at 96 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.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.4.0/org.eclipse.tycho.core.shared-1.4.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.4.0/org.eclipse.tycho.core.shared-1.4.0.pom (1.0 kB at 32 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 126 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 53 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 335 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 953 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 120 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom 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.4.0/tycho-p2-facade-1.4.0.pom (2.1 kB at 65 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom 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.4.0/tycho-p2-1.4.0.pom (1.1 kB at 31 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.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.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.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.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom (1.1 kB at 31 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.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.4.0/org.eclipse.tycho.p2.tools.shared-1.4.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.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom (1.1 kB at 30 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: 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 org.eclipse.cbi.maven.plugins: 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 org.eclipse.cbi.maven.plugins: 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 org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: 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 org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: 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 org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/tukaani/xz/1.5/xz-1.5.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar 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.4.0/tycho-core-1.4.0.jar Progress (1): 4.1/200 kB Progress (2): 4.1/200 kB | 4.1/527 kB Progress (3): 4.1/200 kB | 4.1/527 kB | 4.1/5.5 kB Progress (3): 4.1/200 kB | 7.7/527 kB | 4.1/5.5 kB Progress (3): 7.7/200 kB | 7.7/527 kB | 4.1/5.5 kB Progress (3): 7.7/200 kB | 12/527 kB | 4.1/5.5 kB Progress (3): 7.7/200 kB | 12/527 kB | 5.5 kB Progress (3): 7.7/200 kB | 16/527 kB | 5.5 kB Progress (3): 12/200 kB | 16/527 kB | 5.5 kB Progress (3): 12/200 kB | 20/527 kB | 5.5 kB Progress (3): 16/200 kB | 20/527 kB | 5.5 kB Progress (3): 16/200 kB | 24/527 kB | 5.5 kB Progress (4): 16/200 kB | 24/527 kB | 5.5 kB | 4.1/165 kB Progress (4): 16/200 kB | 28/527 kB | 5.5 kB | 4.1/165 kB Progress (4): 20/200 kB | 28/527 kB | 5.5 kB | 4.1/165 kB Progress (4): 20/200 kB | 32/527 kB | 5.5 kB | 4.1/165 kB Progress (4): 20/200 kB | 32/527 kB | 5.5 kB | 7.7/165 kB Progress (4): 20/200 kB | 36/527 kB | 5.5 kB | 7.7/165 kB Progress (4): 20/200 kB | 36/527 kB | 5.5 kB | 12/165 kB Progress (4): 24/200 kB | 36/527 kB | 5.5 kB | 12/165 kB Progress (4): 24/200 kB | 36/527 kB | 5.5 kB | 16/165 kB Progress (4): 24/200 kB | 40/527 kB | 5.5 kB | 16/165 kB Progress (5): 24/200 kB | 40/527 kB | 5.5 kB | 16/165 kB | 4.1/47 kB Progress (5): 24/200 kB | 44/527 kB | 5.5 kB | 16/165 kB | 4.1/47 kB Progress (5): 24/200 kB | 44/527 kB | 5.5 kB | 20/165 kB | 4.1/47 kB Progress (5): 28/200 kB | 44/527 kB | 5.5 kB | 20/165 kB | 4.1/47 kB Progress (5): 28/200 kB | 44/527 kB | 5.5 kB | 24/165 kB | 4.1/47 kB Progress (5): 28/200 kB | 48/527 kB | 5.5 kB | 24/165 kB | 4.1/47 kB Progress (5): 28/200 kB | 48/527 kB | 5.5 kB | 28/165 kB | 4.1/47 kB Progress (5): 28/200 kB | 48/527 kB | 5.5 kB | 28/165 kB | 7.7/47 kB Progress (5): 28/200 kB | 48/527 kB | 5.5 kB | 32/165 kB | 7.7/47 kB Progress (5): 28/200 kB | 48/527 kB | 5.5 kB | 32/165 kB | 12/47 kB Progress (5): 28/200 kB | 52/527 kB | 5.5 kB | 32/165 kB | 12/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar (5.5 kB at 109 kB/s) Progress (4): 32/200 kB | 52/527 kB | 32/165 kB | 12/47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (4): 32/200 kB | 56/527 kB | 32/165 kB | 12/47 kB Progress (4): 32/200 kB | 56/527 kB | 32/165 kB | 16/47 kB Progress (4): 32/200 kB | 56/527 kB | 36/165 kB | 16/47 kB Progress (4): 32/200 kB | 56/527 kB | 36/165 kB | 20/47 kB Progress (4): 32/200 kB | 60/527 kB | 36/165 kB | 20/47 kB Progress (4): 36/200 kB | 60/527 kB | 36/165 kB | 20/47 kB Progress (4): 36/200 kB | 64/527 kB | 36/165 kB | 20/47 kB Progress (4): 36/200 kB | 64/527 kB | 36/165 kB | 24/47 kB Progress (4): 36/200 kB | 64/527 kB | 40/165 kB | 24/47 kB Progress (4): 36/200 kB | 68/527 kB | 40/165 kB | 24/47 kB Progress (4): 40/200 kB | 68/527 kB | 40/165 kB | 24/47 kB Progress (4): 40/200 kB | 72/527 kB | 40/165 kB | 24/47 kB Progress (4): 40/200 kB | 72/527 kB | 44/165 kB | 24/47 kB Progress (4): 40/200 kB | 72/527 kB | 44/165 kB | 28/47 kB Progress (4): 40/200 kB | 72/527 kB | 48/165 kB | 28/47 kB Progress (4): 40/200 kB | 76/527 kB | 48/165 kB | 28/47 kB Progress (4): 44/200 kB | 76/527 kB | 48/165 kB | 28/47 kB Progress (4): 44/200 kB | 80/527 kB | 48/165 kB | 28/47 kB Progress (4): 44/200 kB | 80/527 kB | 52/165 kB | 28/47 kB Progress (4): 44/200 kB | 80/527 kB | 52/165 kB | 32/47 kB Progress (4): 44/200 kB | 84/527 kB | 52/165 kB | 32/47 kB Progress (4): 44/200 kB | 84/527 kB | 56/165 kB | 32/47 kB Progress (4): 48/200 kB | 84/527 kB | 56/165 kB | 32/47 kB Progress (4): 48/200 kB | 88/527 kB | 56/165 kB | 32/47 kB Progress (4): 48/200 kB | 88/527 kB | 56/165 kB | 36/47 kB Progress (4): 48/200 kB | 92/527 kB | 56/165 kB | 36/47 kB Progress (4): 52/200 kB | 92/527 kB | 56/165 kB | 36/47 kB Progress (4): 52/200 kB | 92/527 kB | 60/165 kB | 36/47 kB Progress (4): 56/200 kB | 92/527 kB | 60/165 kB | 36/47 kB Progress (5): 56/200 kB | 92/527 kB | 60/165 kB | 36/47 kB | 4.1/38 kB Progress (5): 56/200 kB | 96/527 kB | 60/165 kB | 36/47 kB | 4.1/38 kB Progress (5): 56/200 kB | 96/527 kB | 60/165 kB | 40/47 kB | 4.1/38 kB Progress (5): 56/200 kB | 100/527 kB | 60/165 kB | 40/47 kB | 4.1/38 kB Progress (5): 56/200 kB | 100/527 kB | 60/165 kB | 40/47 kB | 7.7/38 kB Progress (5): 60/200 kB | 100/527 kB | 60/165 kB | 40/47 kB | 7.7/38 kB Progress (5): 60/200 kB | 100/527 kB | 64/165 kB | 40/47 kB | 7.7/38 kB Progress (5): 64/200 kB | 100/527 kB | 64/165 kB | 40/47 kB | 7.7/38 kB Progress (5): 64/200 kB | 100/527 kB | 64/165 kB | 40/47 kB | 12/38 kB Progress (5): 64/200 kB | 104/527 kB | 64/165 kB | 40/47 kB | 12/38 kB Progress (5): 64/200 kB | 104/527 kB | 64/165 kB | 44/47 kB | 12/38 kB Progress (5): 64/200 kB | 108/527 kB | 64/165 kB | 44/47 kB | 12/38 kB Progress (5): 64/200 kB | 108/527 kB | 64/165 kB | 44/47 kB | 16/38 kB Progress (5): 68/200 kB | 108/527 kB | 64/165 kB | 44/47 kB | 16/38 kB Progress (5): 68/200 kB | 108/527 kB | 68/165 kB | 44/47 kB | 16/38 kB Progress (5): 72/200 kB | 108/527 kB | 68/165 kB | 44/47 kB | 16/38 kB Progress (5): 72/200 kB | 108/527 kB | 68/165 kB | 44/47 kB | 20/38 kB Progress (5): 72/200 kB | 112/527 kB | 68/165 kB | 44/47 kB | 20/38 kB Progress (5): 72/200 kB | 112/527 kB | 68/165 kB | 47 kB | 20/38 kB Progress (5): 72/200 kB | 116/527 kB | 68/165 kB | 47 kB | 20/38 kB Progress (5): 72/200 kB | 120/527 kB | 68/165 kB | 47 kB | 20/38 kB Progress (5): 72/200 kB | 120/527 kB | 68/165 kB | 47 kB | 24/38 kB Progress (5): 76/200 kB | 120/527 kB | 68/165 kB | 47 kB | 24/38 kB Progress (5): 76/200 kB | 120/527 kB | 72/165 kB | 47 kB | 24/38 kB Progress (5): 80/200 kB | 120/527 kB | 72/165 kB | 47 kB | 24/38 kB Progress (5): 80/200 kB | 120/527 kB | 76/165 kB | 47 kB | 24/38 kB Progress (5): 80/200 kB | 120/527 kB | 76/165 kB | 47 kB | 28/38 kB Progress (5): 80/200 kB | 124/527 kB | 76/165 kB | 47 kB | 28/38 kB Progress (5): 80/200 kB | 124/527 kB | 76/165 kB | 47 kB | 32/38 kB Progress (5): 80/200 kB | 124/527 kB | 80/165 kB | 47 kB | 32/38 kB Progress (5): 84/200 kB | 124/527 kB | 80/165 kB | 47 kB | 32/38 kB Progress (5): 84/200 kB | 124/527 kB | 84/165 kB | 47 kB | 32/38 kB Progress (5): 84/200 kB | 124/527 kB | 84/165 kB | 47 kB | 36/38 kB Progress (5): 84/200 kB | 128/527 kB | 84/165 kB | 47 kB | 36/38 kB Progress (5): 84/200 kB | 128/527 kB | 88/165 kB | 47 kB | 36/38 kB Progress (5): 84/200 kB | 128/527 kB | 92/165 kB | 47 kB | 36/38 kB Progress (5): 84/200 kB | 128/527 kB | 96/165 kB | 47 kB | 36/38 kB Progress (5): 84/200 kB | 128/527 kB | 100/165 kB | 47 kB | 36/38 kB Progress (5): 88/200 kB | 128/527 kB | 100/165 kB | 47 kB | 36/38 kB Progress (5): 88/200 kB | 128/527 kB | 104/165 kB | 47 kB | 36/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 333 kB/s) 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 (4): 88/200 kB | 128/527 kB | 104/165 kB | 38 kB Progress (4): 88/200 kB | 131/527 kB | 104/165 kB | 38 kB Progress (4): 88/200 kB | 131/527 kB | 108/165 kB | 38 kB Progress (4): 92/200 kB | 131/527 kB | 108/165 kB | 38 kB Progress (4): 92/200 kB | 131/527 kB | 112/165 kB | 38 kB Progress (4): 92/200 kB | 135/527 kB | 112/165 kB | 38 kB Progress (4): 92/200 kB | 135/527 kB | 116/165 kB | 38 kB Progress (4): 96/200 kB | 135/527 kB | 116/165 kB | 38 kB Progress (4): 96/200 kB | 135/527 kB | 120/165 kB | 38 kB Progress (4): 100/200 kB | 135/527 kB | 120/165 kB | 38 kB Progress (4): 100/200 kB | 135/527 kB | 124/165 kB | 38 kB Progress (4): 100/200 kB | 139/527 kB | 124/165 kB | 38 kB Progress (4): 100/200 kB | 139/527 kB | 128/165 kB | 38 kB Progress (4): 100/200 kB | 143/527 kB | 128/165 kB | 38 kB Progress (4): 104/200 kB | 143/527 kB | 128/165 kB | 38 kB Progress (4): 104/200 kB | 147/527 kB | 128/165 kB | 38 kB Progress (4): 104/200 kB | 147/527 kB | 132/165 kB | 38 kB Progress (4): 108/200 kB | 147/527 kB | 132/165 kB | 38 kB Progress (4): 108/200 kB | 147/527 kB | 136/165 kB | 38 kB Progress (4): 108/200 kB | 151/527 kB | 136/165 kB | 38 kB Progress (4): 108/200 kB | 151/527 kB | 140/165 kB | 38 kB Progress (4): 112/200 kB | 151/527 kB | 140/165 kB | 38 kB Progress (4): 112/200 kB | 151/527 kB | 144/165 kB | 38 kB Progress (4): 112/200 kB | 155/527 kB | 144/165 kB | 38 kB Progress (4): 112/200 kB | 155/527 kB | 148/165 kB | 38 kB Progress (4): 116/200 kB | 155/527 kB | 148/165 kB | 38 kB Progress (4): 116/200 kB | 155/527 kB | 152/165 kB | 38 kB Progress (4): 116/200 kB | 159/527 kB | 152/165 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 249 kB/s) Progress (4): 116/200 kB | 159/527 kB | 152/165 kB | 4.1/30 kB Progress (4): 120/200 kB | 159/527 kB | 152/165 kB | 4.1/30 kB Progress (4): 120/200 kB | 159/527 kB | 152/165 kB | 7.7/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (4): 120/200 kB | 159/527 kB | 156/165 kB | 7.7/30 kB Progress (4): 120/200 kB | 163/527 kB | 156/165 kB | 7.7/30 kB Progress (4): 120/200 kB | 163/527 kB | 160/165 kB | 7.7/30 kB Progress (4): 120/200 kB | 163/527 kB | 160/165 kB | 12/30 kB Progress (4): 124/200 kB | 163/527 kB | 160/165 kB | 12/30 kB Progress (4): 128/200 kB | 163/527 kB | 160/165 kB | 12/30 kB Progress (4): 128/200 kB | 163/527 kB | 160/165 kB | 16/30 kB Progress (4): 128/200 kB | 163/527 kB | 164/165 kB | 16/30 kB Progress (4): 128/200 kB | 164/527 kB | 164/165 kB | 16/30 kB Progress (4): 128/200 kB | 164/527 kB | 164/165 kB | 20/30 kB Progress (4): 128/200 kB | 164/527 kB | 165 kB | 20/30 kB Progress (4): 132/200 kB | 164/527 kB | 165 kB | 20/30 kB Progress (4): 132/200 kB | 164/527 kB | 165 kB | 24/30 kB Progress (4): 132/200 kB | 168/527 kB | 165 kB | 24/30 kB Progress (4): 132/200 kB | 168/527 kB | 165 kB | 28/30 kB Progress (4): 136/200 kB | 168/527 kB | 165 kB | 28/30 kB Progress (4): 136/200 kB | 168/527 kB | 165 kB | 30 kB Progress (4): 136/200 kB | 172/527 kB | 165 kB | 30 kB Progress (4): 140/200 kB | 172/527 kB | 165 kB | 30 kB Progress (4): 144/200 kB | 172/527 kB | 165 kB | 30 kB Progress (4): 144/200 kB | 176/527 kB | 165 kB | 30 kB Progress (4): 148/200 kB | 176/527 kB | 165 kB | 30 kB Progress (4): 148/200 kB | 180/527 kB | 165 kB | 30 kB Progress (4): 152/200 kB | 180/527 kB | 165 kB | 30 kB Progress (4): 152/200 kB | 184/527 kB | 165 kB | 30 kB Progress (4): 156/200 kB | 184/527 kB | 165 kB | 30 kB Progress (4): 156/200 kB | 188/527 kB | 165 kB | 30 kB Progress (4): 160/200 kB | 188/527 kB | 165 kB | 30 kB Progress (4): 160/200 kB | 192/527 kB | 165 kB | 30 kB Progress (4): 164/200 kB | 192/527 kB | 165 kB | 30 kB Progress (4): 164/200 kB | 196/527 kB | 165 kB | 30 kB Progress (4): 168/200 kB | 196/527 kB | 165 kB | 30 kB Progress (4): 168/200 kB | 197/527 kB | 165 kB | 30 kB Progress (4): 172/200 kB | 197/527 kB | 165 kB | 30 kB Progress (4): 172/200 kB | 201/527 kB | 165 kB | 30 kB Progress (4): 176/200 kB | 201/527 kB | 165 kB | 30 kB Progress (4): 176/200 kB | 205/527 kB | 165 kB | 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 998 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Progress (3): 176/200 kB | 209/527 kB | 30 kB Progress (3): 180/200 kB | 209/527 kB | 30 kB Progress (3): 180/200 kB | 213/527 kB | 30 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 180 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (2): 180/200 kB | 217/527 kB Progress (2): 184/200 kB | 217/527 kB Progress (2): 188/200 kB | 217/527 kB Progress (2): 192/200 kB | 217/527 kB Progress (2): 196/200 kB | 217/527 kB Progress (3): 196/200 kB | 217/527 kB | 4.1/52 kB Progress (3): 196/200 kB | 221/527 kB | 4.1/52 kB Progress (3): 196/200 kB | 221/527 kB | 7.7/52 kB Progress (3): 200/200 kB | 221/527 kB | 7.7/52 kB Progress (3): 200/200 kB | 225/527 kB | 7.7/52 kB Progress (3): 200/200 kB | 225/527 kB | 12/52 kB Progress (3): 200 kB | 225/527 kB | 12/52 kB Progress (3): 200 kB | 225/527 kB | 16/52 kB Progress (3): 200 kB | 229/527 kB | 16/52 kB Progress (3): 200 kB | 229/527 kB | 20/52 kB Progress (3): 200 kB | 229/527 kB | 20/52 kB Progress (3): 200 kB | 229/527 kB | 24/52 kB Progress (3): 200 kB | 233/527 kB | 24/52 kB Progress (3): 200 kB | 233/527 kB | 28/52 kB Progress (3): 200 kB | 237/527 kB | 28/52 kB Progress (3): 200 kB | 237/527 kB | 32/52 kB Progress (3): 200 kB | 241/527 kB | 32/52 kB Progress (3): 200 kB | 241/527 kB | 36/52 kB Progress (3): 200 kB | 245/527 kB | 36/52 kB Progress (3): 200 kB | 245/527 kB | 40/52 kB Progress (3): 200 kB | 249/527 kB | 40/52 kB Progress (3): 200 kB | 249/527 kB | 44/52 kB Progress (3): 200 kB | 253/527 kB | 44/52 kB Progress (3): 200 kB | 253/527 kB | 48/52 kB Progress (3): 200 kB | 257/527 kB | 48/52 kB Progress (3): 200 kB | 257/527 kB | 52/52 kB Progress (3): 200 kB | 261/527 kB | 52/52 kB Progress (3): 200 kB | 261/527 kB | 52 kB Progress (3): 200 kB | 262/527 kB | 52 kB Progress (3): 200 kB | 266/527 kB | 52 kB Progress (3): 200 kB | 270/527 kB | 52 kB Progress (3): 200 kB | 274/527 kB | 52 kB Progress (3): 200 kB | 278/527 kB | 52 kB Progress (3): 200 kB | 282/527 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar (200 kB at 803 kB/s) Progress (2): 286/527 kB | 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 Progress (2): 290/527 kB | 52 kB Progress (2): 294/527 kB | 52 kB Progress (2): 298/527 kB | 52 kB Progress (2): 302/527 kB | 52 kB Progress (2): 306/527 kB | 52 kB Progress (2): 310/527 kB | 52 kB Progress (2): 314/527 kB | 52 kB Progress (2): 318/527 kB | 52 kB Progress (3): 318/527 kB | 52 kB | 4.1/148 kB Progress (3): 322/527 kB | 52 kB | 4.1/148 kB Progress (3): 322/527 kB | 52 kB | 7.7/148 kB Progress (3): 326/527 kB | 52 kB | 7.7/148 kB Progress (3): 326/527 kB | 52 kB | 12/148 kB Progress (3): 330/527 kB | 52 kB | 12/148 kB Progress (3): 330/527 kB | 52 kB | 16/148 kB Progress (3): 334/527 kB | 52 kB | 16/148 kB Progress (3): 334/527 kB | 52 kB | 20/148 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 204 kB/s) Progress (2): 338/527 kB | 20/148 kB Progress (2): 338/527 kB | 24/148 kB Progress (2): 342/527 kB | 24/148 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 (2): 346/527 kB | 24/148 kB Progress (2): 346/527 kB | 28/148 kB Progress (2): 350/527 kB | 28/148 kB Progress (2): 350/527 kB | 32/148 kB Progress (2): 350/527 kB | 33/148 kB Progress (2): 354/527 kB | 33/148 kB Progress (2): 358/527 kB | 33/148 kB Progress (2): 362/527 kB | 33/148 kB Progress (2): 366/527 kB | 33/148 kB Progress (2): 370/527 kB | 33/148 kB Progress (2): 374/527 kB | 33/148 kB Progress (2): 374/527 kB | 37/148 kB Progress (2): 378/527 kB | 37/148 kB Progress (2): 378/527 kB | 41/148 kB Progress (2): 382/527 kB | 41/148 kB Progress (3): 382/527 kB | 41/148 kB | 4.1/51 kB Progress (3): 386/527 kB | 41/148 kB | 4.1/51 kB Progress (3): 386/527 kB | 45/148 kB | 4.1/51 kB Progress (3): 390/527 kB | 45/148 kB | 4.1/51 kB Progress (3): 390/527 kB | 45/148 kB | 7.7/51 kB Progress (3): 390/527 kB | 49/148 kB | 7.7/51 kB Progress (3): 394/527 kB | 49/148 kB | 7.7/51 kB Progress (3): 394/527 kB | 49/148 kB | 12/51 kB Progress (3): 394/527 kB | 53/148 kB | 12/51 kB Progress (3): 398/527 kB | 53/148 kB | 12/51 kB Progress (3): 398/527 kB | 57/148 kB | 12/51 kB Progress (3): 398/527 kB | 57/148 kB | 16/51 kB Progress (3): 402/527 kB | 57/148 kB | 16/51 kB Progress (3): 402/527 kB | 57/148 kB | 20/51 kB Progress (3): 402/527 kB | 57/148 kB | 24/51 kB Progress (3): 402/527 kB | 61/148 kB | 24/51 kB Progress (3): 402/527 kB | 61/148 kB | 28/51 kB Progress (3): 406/527 kB | 61/148 kB | 28/51 kB Progress (4): 406/527 kB | 61/148 kB | 28/51 kB | 4.1/106 kB Progress (4): 406/527 kB | 61/148 kB | 32/51 kB | 4.1/106 kB Progress (4): 406/527 kB | 65/148 kB | 32/51 kB | 4.1/106 kB Progress (4): 406/527 kB | 65/148 kB | 36/51 kB | 4.1/106 kB Progress (4): 406/527 kB | 65/148 kB | 36/51 kB | 7.7/106 kB Progress (4): 410/527 kB | 65/148 kB | 36/51 kB | 7.7/106 kB Progress (4): 410/527 kB | 65/148 kB | 36/51 kB | 12/106 kB Progress (4): 410/527 kB | 65/148 kB | 40/51 kB | 12/106 kB Progress (4): 410/527 kB | 66/148 kB | 40/51 kB | 12/106 kB Progress (4): 410/527 kB | 66/148 kB | 44/51 kB | 12/106 kB Progress (4): 410/527 kB | 66/148 kB | 48/51 kB | 12/106 kB Progress (4): 410/527 kB | 66/148 kB | 48/51 kB | 16/106 kB Progress (4): 414/527 kB | 66/148 kB | 48/51 kB | 16/106 kB Progress (4): 414/527 kB | 66/148 kB | 51 kB | 16/106 kB Progress (4): 414/527 kB | 70/148 kB | 51 kB | 16/106 kB Progress (4): 418/527 kB | 70/148 kB | 51 kB | 16/106 kB Progress (4): 418/527 kB | 70/148 kB | 51 kB | 20/106 kB Progress (4): 422/527 kB | 70/148 kB | 51 kB | 20/106 kB Progress (4): 422/527 kB | 74/148 kB | 51 kB | 20/106 kB Progress (4): 426/527 kB | 74/148 kB | 51 kB | 20/106 kB Progress (4): 430/527 kB | 74/148 kB | 51 kB | 20/106 kB Progress (4): 434/527 kB | 74/148 kB | 51 kB | 20/106 kB Progress (4): 438/527 kB | 74/148 kB | 51 kB | 20/106 kB Progress (4): 438/527 kB | 74/148 kB | 51 kB | 24/106 kB Progress (4): 442/527 kB | 74/148 kB | 51 kB | 24/106 kB Progress (4): 442/527 kB | 78/148 kB | 51 kB | 24/106 kB Progress (4): 446/527 kB | 78/148 kB | 51 kB | 24/106 kB Progress (4): 446/527 kB | 78/148 kB | 51 kB | 28/106 kB Progress (5): 446/527 kB | 78/148 kB | 51 kB | 28/106 kB | 4.1/14 kB Progress (5): 446/527 kB | 78/148 kB | 51 kB | 32/106 kB | 4.1/14 kB Progress (5): 450/527 kB | 78/148 kB | 51 kB | 32/106 kB | 4.1/14 kB Progress (5): 450/527 kB | 82/148 kB | 51 kB | 32/106 kB | 4.1/14 kB Progress (5): 454/527 kB | 82/148 kB | 51 kB | 32/106 kB | 4.1/14 kB Progress (5): 454/527 kB | 82/148 kB | 51 kB | 33/106 kB | 4.1/14 kB Progress (5): 454/527 kB | 82/148 kB | 51 kB | 33/106 kB | 7.7/14 kB Progress (5): 458/527 kB | 82/148 kB | 51 kB | 33/106 kB | 7.7/14 kB Progress (5): 458/527 kB | 86/148 kB | 51 kB | 33/106 kB | 7.7/14 kB Progress (5): 462/527 kB | 86/148 kB | 51 kB | 33/106 kB | 7.7/14 kB Progress (5): 462/527 kB | 86/148 kB | 51 kB | 33/106 kB | 12/14 kB Progress (5): 466/527 kB | 86/148 kB | 51 kB | 33/106 kB | 12/14 kB Progress (5): 466/527 kB | 86/148 kB | 51 kB | 37/106 kB | 12/14 kB Progress (5): 470/527 kB | 86/148 kB | 51 kB | 37/106 kB | 12/14 kB Progress (5): 470/527 kB | 86/148 kB | 51 kB | 37/106 kB | 14 kB Progress (5): 470/527 kB | 90/148 kB | 51 kB | 37/106 kB | 14 kB Progress (5): 474/527 kB | 90/148 kB | 51 kB | 37/106 kB | 14 kB Progress (5): 474/527 kB | 94/148 kB | 51 kB | 37/106 kB | 14 kB Progress (5): 474/527 kB | 94/148 kB | 51 kB | 41/106 kB | 14 kB Progress (5): 474/527 kB | 98/148 kB | 51 kB | 41/106 kB | 14 kB Progress (5): 478/527 kB | 98/148 kB | 51 kB | 41/106 kB | 14 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 147 kB/s) Progress (4): 482/527 kB | 98/148 kB | 41/106 kB | 14 kB Progress (4): 482/527 kB | 98/148 kB | 41/106 kB | 14 kB Progress (4): 482/527 kB | 98/148 kB | 45/106 kB | 14 kB Progress (4): 482/527 kB | 102/148 kB | 45/106 kB | 14 kB Progress (4): 486/527 kB | 102/148 kB | 45/106 kB | 14 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (4): 490/527 kB | 102/148 kB | 45/106 kB | 14 kB Progress (4): 490/527 kB | 106/148 kB | 45/106 kB | 14 kB Progress (4): 490/527 kB | 106/148 kB | 49/106 kB | 14 kB Progress (4): 490/527 kB | 110/148 kB | 49/106 kB | 14 kB Progress (4): 494/527 kB | 110/148 kB | 49/106 kB | 14 kB Progress (4): 494/527 kB | 114/148 kB | 49/106 kB | 14 kB Progress (4): 494/527 kB | 114/148 kB | 53/106 kB | 14 kB Progress (4): 494/527 kB | 118/148 kB | 53/106 kB | 14 kB Progress (4): 498/527 kB | 118/148 kB | 53/106 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 38 kB/s) Progress (3): 498/527 kB | 122/148 kB | 53/106 kB Progress (3): 498/527 kB | 122/148 kB | 57/106 kB Progress (3): 498/527 kB | 126/148 kB | 57/106 kB 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 Progress (3): 502/527 kB | 126/148 kB | 57/106 kB Progress (3): 502/527 kB | 126/148 kB | 61/106 kB Progress (3): 502/527 kB | 130/148 kB | 61/106 kB Progress (3): 506/527 kB | 130/148 kB | 61/106 kB Progress (3): 506/527 kB | 130/148 kB | 65/106 kB Progress (3): 506/527 kB | 134/148 kB | 65/106 kB Progress (3): 510/527 kB | 134/148 kB | 65/106 kB Progress (3): 510/527 kB | 138/148 kB | 65/106 kB Progress (3): 510/527 kB | 138/148 kB | 66/106 kB Progress (3): 514/527 kB | 138/148 kB | 66/106 kB Progress (3): 514/527 kB | 142/148 kB | 66/106 kB Progress (3): 518/527 kB | 142/148 kB | 66/106 kB Progress (3): 518/527 kB | 142/148 kB | 70/106 kB Progress (3): 518/527 kB | 146/148 kB | 70/106 kB Progress (3): 522/527 kB | 146/148 kB | 70/106 kB Progress (3): 522/527 kB | 146/148 kB | 74/106 kB Progress (3): 526/527 kB | 146/148 kB | 74/106 kB Progress (3): 526/527 kB | 148 kB | 74/106 kB Progress (3): 527 kB | 148 kB | 74/106 kB Progress (3): 527 kB | 148 kB | 78/106 kB Progress (3): 527 kB | 148 kB | 82/106 kB Progress (3): 527 kB | 148 kB | 86/106 kB Progress (3): 527 kB | 148 kB | 90/106 kB Progress (3): 527 kB | 148 kB | 94/106 kB Progress (3): 527 kB | 148 kB | 98/106 kB Progress (3): 527 kB | 148 kB | 98/106 kB Progress (3): 527 kB | 148 kB | 102/106 kB Progress (3): 527 kB | 148 kB | 106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 286 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): 527 kB | 148 kB | 4.1/74 kB Progress (3): 527 kB | 148 kB | 7.7/74 kB Progress (3): 527 kB | 148 kB | 12/74 kB Progress (3): 527 kB | 148 kB | 16/74 kB Progress (3): 527 kB | 148 kB | 20/74 kB Progress (3): 527 kB | 148 kB | 24/74 kB Progress (3): 527 kB | 148 kB | 28/74 kB Progress (3): 527 kB | 148 kB | 32/74 kB Progress (3): 527 kB | 148 kB | 33/74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.4 MB/s) 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 393 kB/s) Progress (1): 37/74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (2): 37/74 kB | 4.1/202 kB Progress (2): 37/74 kB | 7.7/202 kB Progress (2): 37/74 kB | 12/202 kB Progress (2): 37/74 kB | 16/202 kB Progress (2): 37/74 kB | 20/202 kB Progress (2): 37/74 kB | 24/202 kB Progress (2): 37/74 kB | 28/202 kB Progress (2): 37/74 kB | 32/202 kB Progress (2): 37/74 kB | 33/202 kB Progress (2): 37/74 kB | 37/202 kB Progress (2): 37/74 kB | 41/202 kB Progress (2): 37/74 kB | 45/202 kB Progress (2): 37/74 kB | 49/202 kB Progress (3): 37/74 kB | 49/202 kB | 4.1/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Progress (3): 37/74 kB | 49/202 kB | 7.7/108 kB Progress (3): 37/74 kB | 53/202 kB | 7.7/108 kB Progress (3): 41/74 kB | 53/202 kB | 7.7/108 kB Progress (3): 41/74 kB | 57/202 kB | 7.7/108 kB Progress (3): 41/74 kB | 57/202 kB | 12/108 kB Progress (3): 45/74 kB | 57/202 kB | 12/108 kB Progress (4): 45/74 kB | 57/202 kB | 12/108 kB | 4.1/472 kB Progress (4): 49/74 kB | 57/202 kB | 12/108 kB | 4.1/472 kB Progress (4): 49/74 kB | 61/202 kB | 12/108 kB | 4.1/472 kB Progress (4): 53/74 kB | 61/202 kB | 12/108 kB | 4.1/472 kB Progress (4): 53/74 kB | 61/202 kB | 16/108 kB | 4.1/472 kB Progress (4): 57/74 kB | 61/202 kB | 16/108 kB | 4.1/472 kB Progress (4): 57/74 kB | 65/202 kB | 16/108 kB | 4.1/472 kB Progress (4): 57/74 kB | 65/202 kB | 16/108 kB | 7.7/472 kB Progress (4): 57/74 kB | 66/202 kB | 16/108 kB | 7.7/472 kB Progress (4): 61/74 kB | 66/202 kB | 16/108 kB | 7.7/472 kB Progress (4): 61/74 kB | 66/202 kB | 20/108 kB | 7.7/472 kB Progress (4): 65/74 kB | 66/202 kB | 20/108 kB | 7.7/472 kB Progress (4): 65/74 kB | 70/202 kB | 20/108 kB | 7.7/472 kB Progress (4): 65/74 kB | 70/202 kB | 20/108 kB | 12/472 kB Progress (4): 65/74 kB | 74/202 kB | 20/108 kB | 12/472 kB Progress (4): 69/74 kB | 74/202 kB | 20/108 kB | 12/472 kB Progress (4): 69/74 kB | 74/202 kB | 24/108 kB | 12/472 kB Progress (4): 73/74 kB | 74/202 kB | 24/108 kB | 12/472 kB Progress (4): 73/74 kB | 78/202 kB | 24/108 kB | 12/472 kB Progress (4): 73/74 kB | 78/202 kB | 24/108 kB | 16/472 kB Progress (4): 73/74 kB | 82/202 kB | 24/108 kB | 16/472 kB Progress (4): 73/74 kB | 82/202 kB | 24/108 kB | 20/472 kB Progress (4): 73/74 kB | 86/202 kB | 24/108 kB | 20/472 kB Progress (4): 74 kB | 86/202 kB | 24/108 kB | 20/472 kB Progress (4): 74 kB | 86/202 kB | 28/108 kB | 20/472 kB Progress (4): 74 kB | 90/202 kB | 28/108 kB | 20/472 kB Progress (4): 74 kB | 90/202 kB | 28/108 kB | 24/472 kB Progress (4): 74 kB | 94/202 kB | 28/108 kB | 24/472 kB Progress (4): 74 kB | 94/202 kB | 32/108 kB | 24/472 kB Progress (4): 74 kB | 94/202 kB | 32/108 kB | 28/472 kB Progress (4): 74 kB | 98/202 kB | 32/108 kB | 28/472 kB Progress (4): 74 kB | 98/202 kB | 32/108 kB | 32/472 kB Progress (4): 74 kB | 98/202 kB | 33/108 kB | 32/472 kB Progress (4): 74 kB | 98/202 kB | 33/108 kB | 33/472 kB Progress (4): 74 kB | 98/202 kB | 33/108 kB | 33/472 kB Progress (5): 74 kB | 98/202 kB | 33/108 kB | 33/472 kB | 4.1/153 kB Progress (5): 74 kB | 98/202 kB | 33/108 kB | 37/472 kB | 4.1/153 kB Progress (5): 74 kB | 98/202 kB | 37/108 kB | 37/472 kB | 4.1/153 kB Progress (5): 74 kB | 98/202 kB | 37/108 kB | 41/472 kB | 4.1/153 kB Progress (5): 74 kB | 98/202 kB | 37/108 kB | 41/472 kB | 7.7/153 kB Progress (5): 74 kB | 102/202 kB | 37/108 kB | 41/472 kB | 7.7/153 kB Progress (5): 74 kB | 102/202 kB | 37/108 kB | 45/472 kB | 7.7/153 kB Progress (5): 74 kB | 102/202 kB | 41/108 kB | 45/472 kB | 7.7/153 kB Progress (5): 74 kB | 102/202 kB | 41/108 kB | 49/472 kB | 7.7/153 kB Progress (5): 74 kB | 106/202 kB | 41/108 kB | 49/472 kB | 7.7/153 kB Progress (5): 74 kB | 106/202 kB | 41/108 kB | 49/472 kB | 12/153 kB Progress (5): 74 kB | 106/202 kB | 41/108 kB | 53/472 kB | 12/153 kB Progress (5): 74 kB | 106/202 kB | 45/108 kB | 53/472 kB | 12/153 kB Progress (5): 74 kB | 106/202 kB | 45/108 kB | 57/472 kB | 12/153 kB Progress (5): 74 kB | 106/202 kB | 45/108 kB | 57/472 kB | 16/153 kB Progress (5): 74 kB | 110/202 kB | 45/108 kB | 57/472 kB | 16/153 kB Progress (5): 74 kB | 110/202 kB | 45/108 kB | 61/472 kB | 16/153 kB Progress (5): 74 kB | 110/202 kB | 49/108 kB | 61/472 kB | 16/153 kB Progress (5): 74 kB | 110/202 kB | 49/108 kB | 65/472 kB | 16/153 kB Progress (5): 74 kB | 114/202 kB | 49/108 kB | 65/472 kB | 16/153 kB Progress (5): 74 kB | 114/202 kB | 49/108 kB | 65/472 kB | 20/153 kB Progress (5): 74 kB | 118/202 kB | 49/108 kB | 65/472 kB | 20/153 kB Progress (5): 74 kB | 122/202 kB | 49/108 kB | 65/472 kB | 20/153 kB Progress (5): 74 kB | 122/202 kB | 49/108 kB | 66/472 kB | 20/153 kB Progress (5): 74 kB | 122/202 kB | 53/108 kB | 66/472 kB | 20/153 kB Progress (5): 74 kB | 126/202 kB | 53/108 kB | 66/472 kB | 20/153 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 162 kB/s) Progress (4): 126/202 kB | 53/108 kB | 66/472 kB | 24/153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (4): 130/202 kB | 53/108 kB | 66/472 kB | 24/153 kB Progress (4): 130/202 kB | 57/108 kB | 66/472 kB | 24/153 kB Progress (4): 130/202 kB | 57/108 kB | 70/472 kB | 24/153 kB Progress (4): 130/202 kB | 61/108 kB | 70/472 kB | 24/153 kB Progress (4): 131/202 kB | 61/108 kB | 70/472 kB | 24/153 kB Progress (4): 131/202 kB | 61/108 kB | 70/472 kB | 28/153 kB Progress (4): 131/202 kB | 65/108 kB | 70/472 kB | 28/153 kB Progress (4): 131/202 kB | 65/108 kB | 74/472 kB | 28/153 kB Progress (4): 131/202 kB | 66/108 kB | 74/472 kB | 28/153 kB Progress (4): 131/202 kB | 66/108 kB | 74/472 kB | 32/153 kB Progress (4): 135/202 kB | 66/108 kB | 74/472 kB | 32/153 kB Progress (4): 135/202 kB | 66/108 kB | 74/472 kB | 33/153 kB Progress (4): 135/202 kB | 70/108 kB | 74/472 kB | 33/153 kB Progress (4): 135/202 kB | 70/108 kB | 78/472 kB | 33/153 kB Progress (4): 135/202 kB | 74/108 kB | 78/472 kB | 33/153 kB Progress (4): 135/202 kB | 74/108 kB | 78/472 kB | 37/153 kB Progress (4): 139/202 kB | 74/108 kB | 78/472 kB | 37/153 kB Progress (4): 139/202 kB | 74/108 kB | 78/472 kB | 41/153 kB Progress (4): 139/202 kB | 78/108 kB | 78/472 kB | 41/153 kB Progress (4): 139/202 kB | 78/108 kB | 82/472 kB | 41/153 kB Progress (4): 139/202 kB | 78/108 kB | 82/472 kB | 45/153 kB Progress (4): 139/202 kB | 78/108 kB | 86/472 kB | 45/153 kB Progress (4): 139/202 kB | 82/108 kB | 86/472 kB | 45/153 kB Progress (4): 143/202 kB | 82/108 kB | 86/472 kB | 45/153 kB Progress (4): 143/202 kB | 86/108 kB | 86/472 kB | 45/153 kB Progress (4): 147/202 kB | 86/108 kB | 86/472 kB | 45/153 kB Progress (4): 147/202 kB | 86/108 kB | 90/472 kB | 45/153 kB Progress (4): 147/202 kB | 86/108 kB | 90/472 kB | 49/153 kB Progress (4): 151/202 kB | 86/108 kB | 90/472 kB | 49/153 kB Progress (4): 151/202 kB | 90/108 kB | 90/472 kB | 49/153 kB Progress (4): 155/202 kB | 90/108 kB | 90/472 kB | 49/153 kB Progress (5): 155/202 kB | 90/108 kB | 90/472 kB | 49/153 kB | 4.1/61 kB Progress (5): 155/202 kB | 90/108 kB | 90/472 kB | 53/153 kB | 4.1/61 kB Progress (5): 155/202 kB | 90/108 kB | 90/472 kB | 57/153 kB | 4.1/61 kB Progress (5): 155/202 kB | 90/108 kB | 94/472 kB | 57/153 kB | 4.1/61 kB Progress (5): 155/202 kB | 90/108 kB | 98/472 kB | 57/153 kB | 4.1/61 kB Progress (5): 155/202 kB | 90/108 kB | 98/472 kB | 61/153 kB | 4.1/61 kB Progress (5): 159/202 kB | 90/108 kB | 98/472 kB | 61/153 kB | 4.1/61 kB Progress (5): 159/202 kB | 90/108 kB | 98/472 kB | 61/153 kB | 7.7/61 kB Progress (5): 159/202 kB | 94/108 kB | 98/472 kB | 61/153 kB | 7.7/61 kB Progress (5): 159/202 kB | 94/108 kB | 98/472 kB | 61/153 kB | 12/61 kB Progress (5): 163/202 kB | 94/108 kB | 98/472 kB | 61/153 kB | 12/61 kB Progress (5): 163/202 kB | 94/108 kB | 98/472 kB | 65/153 kB | 12/61 kB Progress (5): 163/202 kB | 94/108 kB | 98/472 kB | 65/153 kB | 12/61 kB Progress (5): 163/202 kB | 94/108 kB | 98/472 kB | 66/153 kB | 12/61 kB Progress (5): 164/202 kB | 94/108 kB | 98/472 kB | 66/153 kB | 12/61 kB Progress (5): 164/202 kB | 94/108 kB | 98/472 kB | 66/153 kB | 16/61 kB Progress (5): 164/202 kB | 98/108 kB | 98/472 kB | 66/153 kB | 16/61 kB Progress (5): 168/202 kB | 98/108 kB | 98/472 kB | 66/153 kB | 16/61 kB Progress (5): 168/202 kB | 98/108 kB | 98/472 kB | 70/153 kB | 16/61 kB Progress (5): 168/202 kB | 98/108 kB | 102/472 kB | 70/153 kB | 16/61 kB Progress (5): 168/202 kB | 98/108 kB | 102/472 kB | 74/153 kB | 16/61 kB Progress (5): 172/202 kB | 98/108 kB | 102/472 kB | 74/153 kB | 16/61 kB Progress (5): 172/202 kB | 102/108 kB | 102/472 kB | 74/153 kB | 16/61 kB Progress (5): 172/202 kB | 102/108 kB | 102/472 kB | 74/153 kB | 20/61 kB Progress (5): 176/202 kB | 102/108 kB | 102/472 kB | 74/153 kB | 20/61 kB Progress (5): 176/202 kB | 106/108 kB | 102/472 kB | 74/153 kB | 20/61 kB Progress (5): 176/202 kB | 106/108 kB | 102/472 kB | 78/153 kB | 20/61 kB Progress (5): 176/202 kB | 106/108 kB | 106/472 kB | 78/153 kB | 20/61 kB Progress (5): 176/202 kB | 106/108 kB | 106/472 kB | 82/153 kB | 20/61 kB Progress (5): 176/202 kB | 106/108 kB | 110/472 kB | 82/153 kB | 20/61 kB Progress (5): 176/202 kB | 106/108 kB | 110/472 kB | 86/153 kB | 20/61 kB Progress (5): 176/202 kB | 108 kB | 110/472 kB | 86/153 kB | 20/61 kB Progress (5): 180/202 kB | 108 kB | 110/472 kB | 86/153 kB | 20/61 kB Progress (5): 180/202 kB | 108 kB | 110/472 kB | 86/153 kB | 24/61 kB Progress (5): 180/202 kB | 108 kB | 110/472 kB | 90/153 kB | 24/61 kB Progress (5): 180/202 kB | 108 kB | 114/472 kB | 90/153 kB | 24/61 kB Progress (5): 180/202 kB | 108 kB | 114/472 kB | 90/153 kB | 28/61 kB Progress (5): 184/202 kB | 108 kB | 114/472 kB | 90/153 kB | 28/61 kB Progress (5): 184/202 kB | 108 kB | 114/472 kB | 90/153 kB | 32/61 kB Progress (5): 184/202 kB | 108 kB | 118/472 kB | 90/153 kB | 32/61 kB Progress (5): 184/202 kB | 108 kB | 118/472 kB | 94/153 kB | 32/61 kB Progress (5): 184/202 kB | 108 kB | 122/472 kB | 94/153 kB | 32/61 kB Progress (5): 184/202 kB | 108 kB | 122/472 kB | 94/153 kB | 36/61 kB Progress (5): 188/202 kB | 108 kB | 122/472 kB | 94/153 kB | 36/61 kB Progress (5): 188/202 kB | 108 kB | 122/472 kB | 94/153 kB | 40/61 kB Progress (5): 188/202 kB | 108 kB | 126/472 kB | 94/153 kB | 40/61 kB Progress (5): 188/202 kB | 108 kB | 126/472 kB | 98/153 kB | 40/61 kB Progress (5): 188/202 kB | 108 kB | 130/472 kB | 98/153 kB | 40/61 kB Progress (5): 188/202 kB | 108 kB | 130/472 kB | 98/153 kB | 44/61 kB Progress (5): 192/202 kB | 108 kB | 130/472 kB | 98/153 kB | 44/61 kB Progress (5): 192/202 kB | 108 kB | 130/472 kB | 98/153 kB | 48/61 kB Progress (5): 192/202 kB | 108 kB | 131/472 kB | 98/153 kB | 48/61 kB Progress (5): 192/202 kB | 108 kB | 131/472 kB | 98/153 kB | 48/61 kB Progress (5): 192/202 kB | 108 kB | 131/472 kB | 98/153 kB | 52/61 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 194 kB/s) Progress (4): 196/202 kB | 131/472 kB | 98/153 kB | 52/61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (4): 196/202 kB | 131/472 kB | 98/153 kB | 56/61 kB Progress (4): 196/202 kB | 131/472 kB | 102/153 kB | 56/61 kB Progress (4): 196/202 kB | 131/472 kB | 102/153 kB | 60/61 kB Progress (4): 196/202 kB | 135/472 kB | 102/153 kB | 60/61 kB Progress (4): 196/202 kB | 135/472 kB | 102/153 kB | 61 kB Progress (4): 196/202 kB | 135/472 kB | 106/153 kB | 61 kB Progress (4): 200/202 kB | 135/472 kB | 106/153 kB | 61 kB Progress (4): 200/202 kB | 139/472 kB | 106/153 kB | 61 kB Progress (4): 200/202 kB | 139/472 kB | 110/153 kB | 61 kB Progress (4): 200/202 kB | 139/472 kB | 114/153 kB | 61 kB Progress (4): 202 kB | 139/472 kB | 114/153 kB | 61 kB Progress (4): 202 kB | 139/472 kB | 118/153 kB | 61 kB Progress (4): 202 kB | 143/472 kB | 118/153 kB | 61 kB Progress (4): 202 kB | 143/472 kB | 122/153 kB | 61 kB Progress (4): 202 kB | 147/472 kB | 122/153 kB | 61 kB Progress (4): 202 kB | 147/472 kB | 126/153 kB | 61 kB Progress (4): 202 kB | 151/472 kB | 126/153 kB | 61 kB Progress (4): 202 kB | 151/472 kB | 130/153 kB | 61 kB Progress (4): 202 kB | 155/472 kB | 130/153 kB | 61 kB Progress (4): 202 kB | 155/472 kB | 131/153 kB | 61 kB Progress (4): 202 kB | 159/472 kB | 131/153 kB | 61 kB Progress (4): 202 kB | 159/472 kB | 135/153 kB | 61 kB Progress (4): 202 kB | 163/472 kB | 135/153 kB | 61 kB Progress (4): 202 kB | 163/472 kB | 139/153 kB | 61 kB Progress (4): 202 kB | 164/472 kB | 139/153 kB | 61 kB Progress (4): 202 kB | 164/472 kB | 143/153 kB | 61 kB Progress (4): 202 kB | 164/472 kB | 147/153 kB | 61 kB Progress (4): 202 kB | 168/472 kB | 147/153 kB | 61 kB Progress (4): 202 kB | 168/472 kB | 151/153 kB | 61 kB Progress (4): 202 kB | 172/472 kB | 151/153 kB | 61 kB Progress (4): 202 kB | 172/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 176/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 180/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 184/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 188/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 192/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 196/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 197/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 201/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 205/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 209/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 213/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 217/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 221/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 225/472 kB | 153 kB | 61 kB Progress (4): 202 kB | 229/472 kB | 153 kB | 61 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 353 kB/s) Progress (3): 229/472 kB | 153 kB | 61 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): 233/472 kB | 153 kB | 61 kB Progress (3): 237/472 kB | 153 kB | 61 kB Progress (3): 241/472 kB | 153 kB | 61 kB Progress (3): 245/472 kB | 153 kB | 61 kB Progress (3): 249/472 kB | 153 kB | 61 kB Progress (3): 253/472 kB | 153 kB | 61 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 239 kB/s) Progress (3): 253/472 kB | 61 kB | 4.1/46 kB Progress (3): 257/472 kB | 61 kB | 4.1/46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 95 kB/s) Progress (2): 261/472 kB | 4.1/46 kB Progress (2): 261/472 kB | 7.7/46 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Progress (2): 261/472 kB | 12/46 kB Progress (2): 262/472 kB | 12/46 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Progress (2): 266/472 kB | 12/46 kB Progress (2): 270/472 kB | 12/46 kB Progress (2): 270/472 kB | 16/46 kB Progress (2): 274/472 kB | 16/46 kB Progress (2): 274/472 kB | 20/46 kB Progress (2): 278/472 kB | 20/46 kB Progress (2): 278/472 kB | 24/46 kB Progress (2): 282/472 kB | 24/46 kB Progress (2): 282/472 kB | 28/46 kB Progress (2): 286/472 kB | 28/46 kB Progress (2): 286/472 kB | 32/46 kB Progress (2): 290/472 kB | 32/46 kB Progress (2): 290/472 kB | 36/46 kB Progress (2): 294/472 kB | 36/46 kB Progress (2): 294/472 kB | 40/46 kB Progress (2): 295/472 kB | 40/46 kB Progress (2): 295/472 kB | 44/46 kB Progress (2): 295/472 kB | 46 kB Progress (2): 299/472 kB | 46 kB Progress (2): 303/472 kB | 46 kB Progress (2): 307/472 kB | 46 kB Progress (2): 311/472 kB | 46 kB Progress (2): 315/472 kB | 46 kB Progress (2): 319/472 kB | 46 kB Progress (2): 323/472 kB | 46 kB Progress (2): 327/472 kB | 46 kB Progress (2): 328/472 kB | 46 kB Progress (2): 332/472 kB | 46 kB Progress (2): 336/472 kB | 46 kB Progress (2): 340/472 kB | 46 kB Progress (2): 344/472 kB | 46 kB Progress (2): 348/472 kB | 46 kB Progress (2): 352/472 kB | 46 kB Progress (2): 356/472 kB | 46 kB Progress (2): 360/472 kB | 46 kB Progress (2): 360/472 kB | 46 kB Progress (2): 365/472 kB | 46 kB Progress (2): 368/472 kB | 46 kB Progress (2): 373/472 kB | 46 kB Progress (2): 376/472 kB | 46 kB Progress (2): 381/472 kB | 46 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 71 kB/s) Progress (2): 381/472 kB | 4.1/29 kB Progress (2): 384/472 kB | 4.1/29 kB Progress (2): 384/472 kB | 7.7/29 kB 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 Progress (2): 384/472 kB | 12/29 kB Progress (2): 389/472 kB | 12/29 kB Progress (2): 389/472 kB | 16/29 kB Progress (3): 389/472 kB | 16/29 kB | 4.1/13 kB Progress (3): 392/472 kB | 16/29 kB | 4.1/13 kB Progress (3): 392/472 kB | 20/29 kB | 4.1/13 kB Progress (3): 392/472 kB | 20/29 kB | 7.7/13 kB Progress (3): 392/472 kB | 24/29 kB | 7.7/13 kB Progress (3): 397/472 kB | 24/29 kB | 7.7/13 kB Progress (3): 397/472 kB | 24/29 kB | 12/13 kB Progress (3): 400/472 kB | 24/29 kB | 12/13 kB Progress (3): 400/472 kB | 28/29 kB | 12/13 kB Progress (3): 400/472 kB | 28/29 kB | 13 kB Progress (3): 405/472 kB | 28/29 kB | 13 kB Progress (3): 405/472 kB | 29 kB | 13 kB Progress (3): 408/472 kB | 29 kB | 13 kB Progress (3): 413/472 kB | 29 kB | 13 kB Progress (3): 416/472 kB | 29 kB | 13 kB Progress (4): 416/472 kB | 29 kB | 13 kB | 4.1/49 kB Progress (4): 421/472 kB | 29 kB | 13 kB | 4.1/49 kB Progress (4): 421/472 kB | 29 kB | 13 kB | 7.7/49 kB Progress (4): 424/472 kB | 29 kB | 13 kB | 7.7/49 kB Progress (4): 424/472 kB | 29 kB | 13 kB | 12/49 kB Progress (4): 429/472 kB | 29 kB | 13 kB | 12/49 kB Progress (4): 429/472 kB | 29 kB | 13 kB | 16/49 kB Progress (4): 432/472 kB | 29 kB | 13 kB | 16/49 kB Progress (4): 432/472 kB | 29 kB | 13 kB | 20/49 kB Progress (4): 432/472 kB | 29 kB | 13 kB | 24/49 kB Progress (4): 437/472 kB | 29 kB | 13 kB | 24/49 kB Progress (4): 437/472 kB | 29 kB | 13 kB | 28/49 kB Progress (4): 440/472 kB | 29 kB | 13 kB | 28/49 kB Progress (4): 440/472 kB | 29 kB | 13 kB | 32/49 kB Progress (4): 440/472 kB | 29 kB | 13 kB | 33/49 kB Progress (4): 445/472 kB | 29 kB | 13 kB | 33/49 kB Progress (4): 445/472 kB | 29 kB | 13 kB | 37/49 kB Progress (4): 448/472 kB | 29 kB | 13 kB | 37/49 kB Progress (4): 448/472 kB | 29 kB | 13 kB | 41/49 kB Progress (4): 453/472 kB | 29 kB | 13 kB | 41/49 kB Progress (4): 453/472 kB | 29 kB | 13 kB | 45/49 kB Progress (4): 456/472 kB | 29 kB | 13 kB | 45/49 kB Progress (4): 456/472 kB | 29 kB | 13 kB | 49/49 kB Progress (4): 456/472 kB | 29 kB | 13 kB | 49 kB Progress (4): 461/472 kB | 29 kB | 13 kB | 49 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 20 kB/s) Progress (3): 464/472 kB | 29 kB | 49 kB 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 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 39 kB/s) Progress (2): 469/472 kB | 49 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 (2): 472 kB | 49 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.jar (49 kB at 66 kB/s) Progress (2): 472 kB | 4.1/247 kB 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 (2): 472 kB | 7.7/247 kB Progress (2): 472 kB | 12/247 kB Progress (2): 472 kB | 16/247 kB Progress (2): 472 kB | 20/247 kB Progress (2): 472 kB | 24/247 kB Progress (2): 472 kB | 28/247 kB Progress (2): 472 kB | 32/247 kB Progress (2): 472 kB | 33/247 kB Progress (2): 472 kB | 37/247 kB Progress (2): 472 kB | 41/247 kB Progress (2): 472 kB | 45/247 kB Progress (2): 472 kB | 49/247 kB Progress (2): 472 kB | 53/247 kB Progress (2): 472 kB | 57/247 kB Progress (2): 472 kB | 61/247 kB Progress (2): 472 kB | 65/247 kB Progress (2): 472 kB | 66/247 kB Progress (2): 472 kB | 70/247 kB Progress (2): 472 kB | 74/247 kB Progress (2): 472 kB | 78/247 kB Progress (2): 472 kB | 82/247 kB Progress (2): 472 kB | 86/247 kB Progress (2): 472 kB | 90/247 kB Progress (2): 472 kB | 94/247 kB Progress (2): 472 kB | 98/247 kB Progress (2): 472 kB | 98/247 kB Progress (2): 472 kB | 102/247 kB Progress (2): 472 kB | 106/247 kB Progress (2): 472 kB | 110/247 kB Progress (2): 472 kB | 114/247 kB Progress (2): 472 kB | 118/247 kB Progress (2): 472 kB | 122/247 kB Progress (2): 472 kB | 126/247 kB Progress (2): 472 kB | 130/247 kB Progress (2): 472 kB | 131/247 kB Progress (2): 472 kB | 135/247 kB Progress (2): 472 kB | 139/247 kB Progress (2): 472 kB | 143/247 kB Progress (2): 472 kB | 147/247 kB Progress (3): 472 kB | 147/247 kB | 4.1/187 kB Progress (3): 472 kB | 151/247 kB | 4.1/187 kB Progress (4): 472 kB | 151/247 kB | 4.1/187 kB | 4.1/209 kB Progress (4): 472 kB | 151/247 kB | 7.7/187 kB | 4.1/209 kB Progress (5): 472 kB | 151/247 kB | 7.7/187 kB | 4.1/209 kB | 4.1/86 kB Progress (5): 472 kB | 151/247 kB | 7.7/187 kB | 7.7/209 kB | 4.1/86 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 625 kB/s) Progress (4): 155/247 kB | 7.7/187 kB | 7.7/209 kB | 4.1/86 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 Progress (4): 155/247 kB | 7.7/187 kB | 12/209 kB | 4.1/86 kB Progress (4): 155/247 kB | 7.7/187 kB | 12/209 kB | 7.7/86 kB Progress (4): 155/247 kB | 12/187 kB | 12/209 kB | 7.7/86 kB Progress (4): 155/247 kB | 12/187 kB | 12/209 kB | 12/86 kB Progress (4): 155/247 kB | 12/187 kB | 16/209 kB | 12/86 kB Progress (4): 159/247 kB | 12/187 kB | 16/209 kB | 12/86 kB Progress (4): 159/247 kB | 12/187 kB | 16/209 kB | 16/86 kB Progress (4): 159/247 kB | 16/187 kB | 16/209 kB | 16/86 kB Progress (4): 159/247 kB | 16/187 kB | 16/209 kB | 20/86 kB Progress (4): 159/247 kB | 16/187 kB | 20/209 kB | 20/86 kB Progress (4): 163/247 kB | 16/187 kB | 20/209 kB | 20/86 kB Progress (4): 163/247 kB | 16/187 kB | 24/209 kB | 20/86 kB Progress (4): 163/247 kB | 20/187 kB | 24/209 kB | 20/86 kB Progress (4): 163/247 kB | 20/187 kB | 28/209 kB | 20/86 kB Progress (4): 163/247 kB | 20/187 kB | 28/209 kB | 24/86 kB Progress (4): 163/247 kB | 20/187 kB | 32/209 kB | 24/86 kB Progress (4): 163/247 kB | 24/187 kB | 32/209 kB | 24/86 kB Progress (4): 164/247 kB | 24/187 kB | 32/209 kB | 24/86 kB Progress (4): 164/247 kB | 24/187 kB | 33/209 kB | 24/86 kB Progress (4): 164/247 kB | 24/187 kB | 33/209 kB | 28/86 kB Progress (4): 168/247 kB | 24/187 kB | 33/209 kB | 28/86 kB Progress (4): 168/247 kB | 28/187 kB | 33/209 kB | 28/86 kB Progress (4): 172/247 kB | 28/187 kB | 33/209 kB | 28/86 kB Progress (4): 172/247 kB | 28/187 kB | 37/209 kB | 28/86 kB Progress (4): 176/247 kB | 28/187 kB | 37/209 kB | 28/86 kB Progress (4): 176/247 kB | 28/187 kB | 37/209 kB | 32/86 kB Progress (4): 180/247 kB | 28/187 kB | 37/209 kB | 32/86 kB Progress (4): 180/247 kB | 28/187 kB | 41/209 kB | 32/86 kB Progress (4): 180/247 kB | 32/187 kB | 41/209 kB | 32/86 kB Progress (4): 180/247 kB | 32/187 kB | 45/209 kB | 32/86 kB Progress (4): 184/247 kB | 32/187 kB | 45/209 kB | 32/86 kB Progress (4): 184/247 kB | 32/187 kB | 45/209 kB | 33/86 kB Progress (4): 188/247 kB | 32/187 kB | 45/209 kB | 33/86 kB Progress (4): 188/247 kB | 32/187 kB | 49/209 kB | 33/86 kB Progress (4): 188/247 kB | 33/187 kB | 49/209 kB | 33/86 kB Progress (4): 188/247 kB | 33/187 kB | 53/209 kB | 33/86 kB Progress (4): 192/247 kB | 33/187 kB | 53/209 kB | 33/86 kB Progress (4): 192/247 kB | 33/187 kB | 53/209 kB | 37/86 kB Progress (5): 192/247 kB | 33/187 kB | 53/209 kB | 37/86 kB | 4.1/532 kB Progress (5): 192/247 kB | 33/187 kB | 53/209 kB | 41/86 kB | 4.1/532 kB Progress (5): 196/247 kB | 33/187 kB | 53/209 kB | 41/86 kB | 4.1/532 kB Progress (5): 196/247 kB | 33/187 kB | 57/209 kB | 41/86 kB | 4.1/532 kB Progress (5): 196/247 kB | 37/187 kB | 57/209 kB | 41/86 kB | 4.1/532 kB Progress (5): 197/247 kB | 37/187 kB | 57/209 kB | 41/86 kB | 4.1/532 kB Progress (5): 197/247 kB | 37/187 kB | 57/209 kB | 45/86 kB | 4.1/532 kB Progress (5): 197/247 kB | 37/187 kB | 57/209 kB | 45/86 kB | 7.7/532 kB Progress (5): 197/247 kB | 37/187 kB | 61/209 kB | 45/86 kB | 7.7/532 kB Progress (5): 197/247 kB | 37/187 kB | 61/209 kB | 49/86 kB | 7.7/532 kB Progress (5): 201/247 kB | 37/187 kB | 61/209 kB | 49/86 kB | 7.7/532 kB Progress (5): 201/247 kB | 41/187 kB | 61/209 kB | 49/86 kB | 7.7/532 kB Progress (5): 205/247 kB | 41/187 kB | 61/209 kB | 49/86 kB | 7.7/532 kB Progress (5): 205/247 kB | 41/187 kB | 61/209 kB | 53/86 kB | 7.7/532 kB Progress (5): 205/247 kB | 41/187 kB | 61/209 kB | 53/86 kB | 12/532 kB Progress (5): 205/247 kB | 41/187 kB | 65/209 kB | 53/86 kB | 12/532 kB Progress (5): 205/247 kB | 41/187 kB | 65/209 kB | 53/86 kB | 16/532 kB Progress (5): 205/247 kB | 41/187 kB | 65/209 kB | 57/86 kB | 16/532 kB Progress (5): 209/247 kB | 41/187 kB | 65/209 kB | 57/86 kB | 16/532 kB Progress (5): 209/247 kB | 45/187 kB | 65/209 kB | 57/86 kB | 16/532 kB Progress (5): 209/247 kB | 49/187 kB | 65/209 kB | 57/86 kB | 16/532 kB Progress (5): 213/247 kB | 49/187 kB | 65/209 kB | 57/86 kB | 16/532 kB Progress (5): 213/247 kB | 49/187 kB | 65/209 kB | 61/86 kB | 16/532 kB Progress (5): 213/247 kB | 49/187 kB | 65/209 kB | 61/86 kB | 20/532 kB Progress (5): 213/247 kB | 49/187 kB | 65/209 kB | 61/86 kB | 24/532 kB Progress (5): 213/247 kB | 49/187 kB | 66/209 kB | 61/86 kB | 24/532 kB Progress (5): 213/247 kB | 49/187 kB | 66/209 kB | 65/86 kB | 24/532 kB Progress (5): 217/247 kB | 49/187 kB | 66/209 kB | 65/86 kB | 24/532 kB Progress (5): 217/247 kB | 53/187 kB | 66/209 kB | 65/86 kB | 24/532 kB Progress (5): 221/247 kB | 53/187 kB | 66/209 kB | 65/86 kB | 24/532 kB Progress (5): 221/247 kB | 53/187 kB | 66/209 kB | 69/86 kB | 24/532 kB Progress (5): 221/247 kB | 53/187 kB | 70/209 kB | 69/86 kB | 24/532 kB Progress (5): 221/247 kB | 53/187 kB | 70/209 kB | 69/86 kB | 28/532 kB Progress (5): 221/247 kB | 53/187 kB | 74/209 kB | 69/86 kB | 28/532 kB Progress (5): 221/247 kB | 53/187 kB | 74/209 kB | 73/86 kB | 28/532 kB Progress (5): 225/247 kB | 53/187 kB | 74/209 kB | 73/86 kB | 28/532 kB Progress (5): 229/247 kB | 53/187 kB | 74/209 kB | 73/86 kB | 28/532 kB Progress (5): 229/247 kB | 57/187 kB | 74/209 kB | 73/86 kB | 28/532 kB Progress (5): 233/247 kB | 57/187 kB | 74/209 kB | 73/86 kB | 28/532 kB Progress (5): 233/247 kB | 57/187 kB | 74/209 kB | 77/86 kB | 28/532 kB Progress (5): 233/247 kB | 57/187 kB | 78/209 kB | 77/86 kB | 28/532 kB Progress (5): 233/247 kB | 57/187 kB | 78/209 kB | 77/86 kB | 32/532 kB Progress (5): 233/247 kB | 57/187 kB | 82/209 kB | 77/86 kB | 32/532 kB Progress (5): 233/247 kB | 57/187 kB | 82/209 kB | 81/86 kB | 32/532 kB Progress (5): 237/247 kB | 57/187 kB | 82/209 kB | 81/86 kB | 32/532 kB Progress (5): 237/247 kB | 61/187 kB | 82/209 kB | 81/86 kB | 32/532 kB Progress (5): 241/247 kB | 61/187 kB | 82/209 kB | 81/86 kB | 32/532 kB Progress (5): 241/247 kB | 61/187 kB | 82/209 kB | 85/86 kB | 32/532 kB Progress (5): 241/247 kB | 61/187 kB | 82/209 kB | 86 kB | 32/532 kB Progress (5): 241/247 kB | 61/187 kB | 86/209 kB | 86 kB | 32/532 kB Progress (5): 241/247 kB | 61/187 kB | 86/209 kB | 86 kB | 33/532 kB Progress (5): 241/247 kB | 61/187 kB | 90/209 kB | 86 kB | 33/532 kB Progress (5): 245/247 kB | 61/187 kB | 90/209 kB | 86 kB | 33/532 kB Progress (5): 245/247 kB | 61/187 kB | 94/209 kB | 86 kB | 33/532 kB Progress (5): 245/247 kB | 61/187 kB | 98/209 kB | 86 kB | 33/532 kB Progress (5): 245/247 kB | 65/187 kB | 98/209 kB | 86 kB | 33/532 kB Progress (5): 245/247 kB | 65/187 kB | 98/209 kB | 86 kB | 33/532 kB Progress (5): 247 kB | 65/187 kB | 98/209 kB | 86 kB | 33/532 kB Progress (5): 247 kB | 65/187 kB | 98/209 kB | 86 kB | 37/532 kB Progress (5): 247 kB | 65/187 kB | 102/209 kB | 86 kB | 37/532 kB Progress (5): 247 kB | 66/187 kB | 102/209 kB | 86 kB | 37/532 kB Progress (5): 247 kB | 66/187 kB | 106/209 kB | 86 kB | 37/532 kB Progress (5): 247 kB | 66/187 kB | 106/209 kB | 86 kB | 41/532 kB Progress (5): 247 kB | 66/187 kB | 110/209 kB | 86 kB | 41/532 kB Progress (5): 247 kB | 70/187 kB | 110/209 kB | 86 kB | 41/532 kB Progress (5): 247 kB | 70/187 kB | 110/209 kB | 86 kB | 45/532 kB Progress (5): 247 kB | 70/187 kB | 114/209 kB | 86 kB | 45/532 kB Progress (5): 247 kB | 70/187 kB | 114/209 kB | 86 kB | 49/532 kB Progress (5): 247 kB | 74/187 kB | 114/209 kB | 86 kB | 49/532 kB Progress (5): 247 kB | 74/187 kB | 118/209 kB | 86 kB | 49/532 kB Progress (5): 247 kB | 74/187 kB | 118/209 kB | 86 kB | 53/532 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 100 kB/s) Progress (4): 247 kB | 78/187 kB | 118/209 kB | 53/532 kB 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): 247 kB | 78/187 kB | 118/209 kB | 57/532 kB Progress (4): 247 kB | 78/187 kB | 122/209 kB | 57/532 kB Progress (4): 247 kB | 82/187 kB | 122/209 kB | 57/532 kB Progress (4): 247 kB | 82/187 kB | 122/209 kB | 61/532 kB Progress (4): 247 kB | 86/187 kB | 122/209 kB | 61/532 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 286 kB/s) Progress (3): 86/187 kB | 126/209 kB | 61/532 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): 90/187 kB | 126/209 kB | 61/532 kB Progress (3): 90/187 kB | 126/209 kB | 65/532 kB Progress (3): 90/187 kB | 130/209 kB | 65/532 kB Progress (3): 90/187 kB | 130/209 kB | 66/532 kB Progress (3): 94/187 kB | 130/209 kB | 66/532 kB Progress (3): 98/187 kB | 130/209 kB | 66/532 kB Progress (3): 98/187 kB | 134/209 kB | 66/532 kB Progress (3): 98/187 kB | 134/209 kB | 66/532 kB Progress (3): 98/187 kB | 134/209 kB | 70/532 kB Progress (4): 98/187 kB | 134/209 kB | 70/532 kB | 4.1/56 kB Progress (4): 98/187 kB | 138/209 kB | 70/532 kB | 4.1/56 kB Progress (4): 102/187 kB | 138/209 kB | 70/532 kB | 4.1/56 kB Progress (4): 102/187 kB | 138/209 kB | 74/532 kB | 4.1/56 kB Progress (4): 102/187 kB | 142/209 kB | 74/532 kB | 4.1/56 kB Progress (4): 102/187 kB | 146/209 kB | 74/532 kB | 4.1/56 kB Progress (4): 102/187 kB | 146/209 kB | 74/532 kB | 7.7/56 kB Progress (5): 102/187 kB | 146/209 kB | 74/532 kB | 7.7/56 kB | 4.1/58 kB Progress (5): 102/187 kB | 146/209 kB | 74/532 kB | 12/56 kB | 4.1/58 kB Progress (5): 102/187 kB | 150/209 kB | 74/532 kB | 12/56 kB | 4.1/58 kB Progress (5): 106/187 kB | 150/209 kB | 74/532 kB | 12/56 kB | 4.1/58 kB Progress (5): 106/187 kB | 150/209 kB | 78/532 kB | 12/56 kB | 4.1/58 kB Progress (5): 106/187 kB | 154/209 kB | 78/532 kB | 12/56 kB | 4.1/58 kB Progress (5): 106/187 kB | 154/209 kB | 78/532 kB | 16/56 kB | 4.1/58 kB Progress (5): 106/187 kB | 154/209 kB | 78/532 kB | 16/56 kB | 7.7/58 kB Progress (5): 106/187 kB | 158/209 kB | 78/532 kB | 16/56 kB | 7.7/58 kB Progress (5): 110/187 kB | 158/209 kB | 78/532 kB | 16/56 kB | 7.7/58 kB Progress (5): 110/187 kB | 158/209 kB | 82/532 kB | 16/56 kB | 7.7/58 kB Progress (5): 114/187 kB | 158/209 kB | 82/532 kB | 16/56 kB | 7.7/58 kB Progress (5): 114/187 kB | 162/209 kB | 82/532 kB | 16/56 kB | 7.7/58 kB Progress (5): 114/187 kB | 162/209 kB | 82/532 kB | 16/56 kB | 12/58 kB Progress (5): 114/187 kB | 162/209 kB | 82/532 kB | 20/56 kB | 12/58 kB Progress (5): 114/187 kB | 162/209 kB | 82/532 kB | 20/56 kB | 16/58 kB Progress (5): 114/187 kB | 166/209 kB | 82/532 kB | 20/56 kB | 16/58 kB Progress (5): 118/187 kB | 166/209 kB | 82/532 kB | 20/56 kB | 16/58 kB Progress (5): 118/187 kB | 166/209 kB | 86/532 kB | 20/56 kB | 16/58 kB Progress (5): 122/187 kB | 166/209 kB | 86/532 kB | 20/56 kB | 16/58 kB Progress (5): 122/187 kB | 166/209 kB | 86/532 kB | 20/56 kB | 20/58 kB Progress (5): 122/187 kB | 170/209 kB | 86/532 kB | 20/56 kB | 20/58 kB Progress (5): 122/187 kB | 170/209 kB | 86/532 kB | 24/56 kB | 20/58 kB Progress (5): 122/187 kB | 174/209 kB | 86/532 kB | 24/56 kB | 20/58 kB Progress (5): 126/187 kB | 174/209 kB | 86/532 kB | 24/56 kB | 20/58 kB Progress (5): 126/187 kB | 174/209 kB | 86/532 kB | 24/56 kB | 24/58 kB Progress (5): 126/187 kB | 174/209 kB | 90/532 kB | 24/56 kB | 24/58 kB Progress (5): 130/187 kB | 174/209 kB | 90/532 kB | 24/56 kB | 24/58 kB Progress (5): 130/187 kB | 174/209 kB | 90/532 kB | 28/56 kB | 24/58 kB Progress (5): 130/187 kB | 178/209 kB | 90/532 kB | 28/56 kB | 24/58 kB Progress (5): 130/187 kB | 178/209 kB | 90/532 kB | 32/56 kB | 24/58 kB Progress (5): 131/187 kB | 178/209 kB | 90/532 kB | 32/56 kB | 24/58 kB Progress (5): 131/187 kB | 178/209 kB | 94/532 kB | 32/56 kB | 24/58 kB Progress (5): 131/187 kB | 178/209 kB | 94/532 kB | 32/56 kB | 28/58 kB Progress (5): 131/187 kB | 178/209 kB | 98/532 kB | 32/56 kB | 28/58 kB Progress (5): 135/187 kB | 178/209 kB | 98/532 kB | 32/56 kB | 28/58 kB Progress (5): 135/187 kB | 178/209 kB | 98/532 kB | 36/56 kB | 28/58 kB Progress (5): 135/187 kB | 182/209 kB | 98/532 kB | 36/56 kB | 28/58 kB Progress (5): 135/187 kB | 182/209 kB | 98/532 kB | 40/56 kB | 28/58 kB Progress (5): 139/187 kB | 182/209 kB | 98/532 kB | 40/56 kB | 28/58 kB Progress (5): 139/187 kB | 182/209 kB | 98/532 kB | 40/56 kB | 28/58 kB Progress (5): 139/187 kB | 182/209 kB | 98/532 kB | 40/56 kB | 32/58 kB Progress (5): 139/187 kB | 182/209 kB | 102/532 kB | 40/56 kB | 32/58 kB Progress (5): 143/187 kB | 182/209 kB | 102/532 kB | 40/56 kB | 32/58 kB Progress (5): 143/187 kB | 182/209 kB | 102/532 kB | 44/56 kB | 32/58 kB Progress (5): 143/187 kB | 186/209 kB | 102/532 kB | 44/56 kB | 32/58 kB Progress (5): 143/187 kB | 186/209 kB | 102/532 kB | 48/56 kB | 32/58 kB Progress (5): 147/187 kB | 186/209 kB | 102/532 kB | 48/56 kB | 32/58 kB Progress (5): 147/187 kB | 186/209 kB | 106/532 kB | 48/56 kB | 32/58 kB Progress (5): 147/187 kB | 186/209 kB | 106/532 kB | 48/56 kB | 33/58 kB Progress (5): 147/187 kB | 186/209 kB | 110/532 kB | 48/56 kB | 33/58 kB Progress (5): 151/187 kB | 186/209 kB | 110/532 kB | 48/56 kB | 33/58 kB Progress (5): 151/187 kB | 186/209 kB | 110/532 kB | 52/56 kB | 33/58 kB Progress (5): 151/187 kB | 190/209 kB | 110/532 kB | 52/56 kB | 33/58 kB Progress (5): 151/187 kB | 190/209 kB | 110/532 kB | 56/56 kB | 33/58 kB Progress (5): 155/187 kB | 190/209 kB | 110/532 kB | 56/56 kB | 33/58 kB Progress (5): 155/187 kB | 190/209 kB | 110/532 kB | 56/56 kB | 37/58 kB Progress (5): 155/187 kB | 190/209 kB | 114/532 kB | 56/56 kB | 37/58 kB Progress (5): 155/187 kB | 190/209 kB | 114/532 kB | 56/56 kB | 41/58 kB Progress (5): 159/187 kB | 190/209 kB | 114/532 kB | 56/56 kB | 41/58 kB Progress (5): 159/187 kB | 190/209 kB | 114/532 kB | 56 kB | 41/58 kB Progress (5): 159/187 kB | 194/209 kB | 114/532 kB | 56 kB | 41/58 kB Progress (5): 163/187 kB | 194/209 kB | 114/532 kB | 56 kB | 41/58 kB Progress (5): 163/187 kB | 194/209 kB | 114/532 kB | 56 kB | 45/58 kB Progress (5): 163/187 kB | 194/209 kB | 118/532 kB | 56 kB | 45/58 kB Progress (5): 163/187 kB | 194/209 kB | 118/532 kB | 56 kB | 49/58 kB Progress (5): 167/187 kB | 194/209 kB | 118/532 kB | 56 kB | 49/58 kB Progress (5): 167/187 kB | 194/209 kB | 118/532 kB | 56 kB | 53/58 kB Progress (5): 167/187 kB | 198/209 kB | 118/532 kB | 56 kB | 53/58 kB Progress (5): 167/187 kB | 198/209 kB | 118/532 kB | 56 kB | 57/58 kB Progress (5): 171/187 kB | 198/209 kB | 118/532 kB | 56 kB | 57/58 kB Progress (5): 171/187 kB | 198/209 kB | 122/532 kB | 56 kB | 57/58 kB Progress (5): 171/187 kB | 198/209 kB | 122/532 kB | 56 kB | 58 kB Progress (5): 171/187 kB | 202/209 kB | 122/532 kB | 56 kB | 58 kB Progress (5): 171/187 kB | 202/209 kB | 126/532 kB | 56 kB | 58 kB Progress (5): 171/187 kB | 206/209 kB | 126/532 kB | 56 kB | 58 kB Progress (5): 175/187 kB | 206/209 kB | 126/532 kB | 56 kB | 58 kB Progress (5): 179/187 kB | 206/209 kB | 126/532 kB | 56 kB | 58 kB Progress (5): 183/187 kB | 206/209 kB | 126/532 kB | 56 kB | 58 kB Progress (5): 187 kB | 206/209 kB | 126/532 kB | 56 kB | 58 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 54 kB/s) Progress (4): 187 kB | 209 kB | 126/532 kB | 58 kB Progress (4): 187 kB | 209 kB | 130/532 kB | 58 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 56 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Progress (3): 187 kB | 209 kB | 131/532 kB Progress (3): 187 kB | 209 kB | 135/532 kB Progress (3): 187 kB | 209 kB | 139/532 kB Progress (3): 187 kB | 209 kB | 143/532 kB Progress (3): 187 kB | 209 kB | 147/532 kB Progress (3): 187 kB | 209 kB | 151/532 kB Progress (3): 187 kB | 209 kB | 155/532 kB Progress (3): 187 kB | 209 kB | 159/532 kB Progress (3): 187 kB | 209 kB | 163/532 kB Progress (3): 187 kB | 209 kB | 164/532 kB Progress (3): 187 kB | 209 kB | 168/532 kB Progress (3): 187 kB | 209 kB | 172/532 kB Progress (3): 187 kB | 209 kB | 176/532 kB Progress (3): 187 kB | 209 kB | 180/532 kB Progress (3): 187 kB | 209 kB | 184/532 kB Progress (3): 187 kB | 209 kB | 188/532 kB Progress (3): 187 kB | 209 kB | 192/532 kB Progress (3): 187 kB | 209 kB | 196/532 kB Progress (3): 187 kB | 209 kB | 197/532 kB Progress (3): 187 kB | 209 kB | 201/532 kB Progress (3): 187 kB | 209 kB | 205/532 kB Progress (3): 187 kB | 209 kB | 209/532 kB Progress (3): 187 kB | 209 kB | 213/532 kB Progress (3): 187 kB | 209 kB | 217/532 kB Progress (3): 187 kB | 209 kB | 221/532 kB Progress (3): 187 kB | 209 kB | 225/532 kB Progress (3): 187 kB | 209 kB | 229/532 kB Progress (3): 187 kB | 209 kB | 229/532 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.jar (209 kB at 199 kB/s) 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 178 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Progress (1): 233/532 kB Progress (1): 237/532 kB Progress (2): 237/532 kB | 4.1/245 kB Progress (2): 241/532 kB | 4.1/245 kB Progress (2): 241/532 kB | 7.7/245 kB Progress (2): 245/532 kB | 7.7/245 kB Progress (2): 249/532 kB | 7.7/245 kB Progress (2): 249/532 kB | 12/245 kB Progress (2): 253/532 kB | 12/245 kB Progress (2): 253/532 kB | 16/245 kB Progress (2): 257/532 kB | 16/245 kB Progress (2): 261/532 kB | 16/245 kB Progress (2): 262/532 kB | 16/245 kB Progress (2): 262/532 kB | 20/245 kB Progress (2): 266/532 kB | 20/245 kB Progress (2): 266/532 kB | 24/245 kB Progress (2): 270/532 kB | 24/245 kB Progress (2): 274/532 kB | 24/245 kB Progress (2): 274/532 kB | 28/245 kB Progress (2): 278/532 kB | 28/245 kB Progress (2): 278/532 kB | 32/245 kB Progress (2): 278/532 kB | 33/245 kB Progress (2): 282/532 kB | 33/245 kB Progress (2): 286/532 kB | 33/245 kB Progress (2): 286/532 kB | 37/245 kB Progress (3): 286/532 kB | 37/245 kB | 4.1/100 kB Progress (3): 290/532 kB | 37/245 kB | 4.1/100 kB Progress (3): 290/532 kB | 37/245 kB | 7.7/100 kB Progress (3): 290/532 kB | 41/245 kB | 7.7/100 kB Progress (3): 294/532 kB | 41/245 kB | 7.7/100 kB Progress (3): 294/532 kB | 41/245 kB | 12/100 kB Progress (3): 294/532 kB | 45/245 kB | 12/100 kB Progress (3): 298/532 kB | 45/245 kB | 12/100 kB Progress (3): 298/532 kB | 45/245 kB | 16/100 kB Progress (3): 302/532 kB | 45/245 kB | 16/100 kB Progress (3): 302/532 kB | 49/245 kB | 16/100 kB Progress (3): 302/532 kB | 49/245 kB | 20/100 kB Progress (3): 306/532 kB | 49/245 kB | 20/100 kB Progress (3): 306/532 kB | 49/245 kB | 24/100 kB Progress (3): 306/532 kB | 53/245 kB | 24/100 kB Progress (3): 310/532 kB | 53/245 kB | 24/100 kB Progress (3): 310/532 kB | 57/245 kB | 24/100 kB Progress (3): 310/532 kB | 57/245 kB | 28/100 kB Progress (3): 314/532 kB | 57/245 kB | 28/100 kB Progress (3): 314/532 kB | 57/245 kB | 32/100 kB Progress (3): 314/532 kB | 61/245 kB | 32/100 kB Progress (3): 318/532 kB | 61/245 kB | 32/100 kB Progress (3): 318/532 kB | 65/245 kB | 32/100 kB Progress (3): 318/532 kB | 65/245 kB | 33/100 kB Progress (3): 318/532 kB | 66/245 kB | 33/100 kB Progress (3): 322/532 kB | 66/245 kB | 33/100 kB Progress (3): 322/532 kB | 66/245 kB | 37/100 kB Progress (3): 326/532 kB | 66/245 kB | 37/100 kB Progress (3): 326/532 kB | 70/245 kB | 37/100 kB Progress (3): 326/532 kB | 70/245 kB | 41/100 kB Progress (3): 326/532 kB | 74/245 kB | 41/100 kB Progress (3): 330/532 kB | 74/245 kB | 41/100 kB Progress (4): 330/532 kB | 74/245 kB | 41/100 kB | 4.1/13 kB Progress (4): 330/532 kB | 78/245 kB | 41/100 kB | 4.1/13 kB Progress (4): 334/532 kB | 78/245 kB | 41/100 kB | 4.1/13 kB Progress (4): 334/532 kB | 78/245 kB | 45/100 kB | 4.1/13 kB Progress (4): 334/532 kB | 82/245 kB | 45/100 kB | 4.1/13 kB Progress (4): 334/532 kB | 82/245 kB | 45/100 kB | 7.7/13 kB Progress (4): 338/532 kB | 82/245 kB | 45/100 kB | 7.7/13 kB Progress (4): 338/532 kB | 86/245 kB | 45/100 kB | 7.7/13 kB Progress (4): 338/532 kB | 86/245 kB | 49/100 kB | 7.7/13 kB Progress (4): 338/532 kB | 90/245 kB | 49/100 kB | 7.7/13 kB Progress (4): 342/532 kB | 90/245 kB | 49/100 kB | 7.7/13 kB Progress (4): 342/532 kB | 90/245 kB | 49/100 kB | 12/13 kB Progress (4): 346/532 kB | 90/245 kB | 49/100 kB | 12/13 kB Progress (4): 346/532 kB | 94/245 kB | 49/100 kB | 12/13 kB Progress (4): 346/532 kB | 94/245 kB | 53/100 kB | 12/13 kB Progress (4): 346/532 kB | 98/245 kB | 53/100 kB | 12/13 kB Progress (4): 350/532 kB | 98/245 kB | 53/100 kB | 12/13 kB Progress (5): 350/532 kB | 98/245 kB | 53/100 kB | 12/13 kB | 0/1.4 MB Progress (5): 350/532 kB | 98/245 kB | 53/100 kB | 13 kB | 0/1.4 MB Progress (5): 350/532 kB | 98/245 kB | 53/100 kB | 13 kB | 0/1.4 MB Progress (5): 354/532 kB | 98/245 kB | 53/100 kB | 13 kB | 0/1.4 MB Progress (5): 354/532 kB | 98/245 kB | 53/100 kB | 13 kB | 0/1.4 MB Progress (5): 354/532 kB | 98/245 kB | 57/100 kB | 13 kB | 0/1.4 MB Progress (5): 354/532 kB | 102/245 kB | 57/100 kB | 13 kB | 0/1.4 MB Progress (5): 354/532 kB | 102/245 kB | 57/100 kB | 13 kB | 0/1.4 MB Progress (5): 358/532 kB | 102/245 kB | 57/100 kB | 13 kB | 0/1.4 MB Progress (5): 358/532 kB | 102/245 kB | 57/100 kB | 13 kB | 0/1.4 MB Progress (5): 362/532 kB | 102/245 kB | 57/100 kB | 13 kB | 0/1.4 MB Progress (5): 362/532 kB | 106/245 kB | 57/100 kB | 13 kB | 0/1.4 MB Progress (5): 362/532 kB | 106/245 kB | 61/100 kB | 13 kB | 0/1.4 MB Progress (5): 362/532 kB | 110/245 kB | 61/100 kB | 13 kB | 0/1.4 MB Progress (5): 366/532 kB | 110/245 kB | 61/100 kB | 13 kB | 0/1.4 MB Progress (5): 366/532 kB | 110/245 kB | 61/100 kB | 13 kB | 0/1.4 MB Progress (5): 370/532 kB | 110/245 kB | 61/100 kB | 13 kB | 0/1.4 MB Progress (5): 370/532 kB | 114/245 kB | 61/100 kB | 13 kB | 0/1.4 MB Progress (5): 370/532 kB | 114/245 kB | 65/100 kB | 13 kB | 0/1.4 MB Progress (5): 370/532 kB | 118/245 kB | 65/100 kB | 13 kB | 0/1.4 MB Progress (5): 374/532 kB | 118/245 kB | 65/100 kB | 13 kB | 0/1.4 MB Progress (5): 374/532 kB | 118/245 kB | 65/100 kB | 13 kB | 0/1.4 MB Progress (5): 378/532 kB | 118/245 kB | 65/100 kB | 13 kB | 0/1.4 MB Progress (5): 378/532 kB | 122/245 kB | 65/100 kB | 13 kB | 0/1.4 MB Progress (5): 378/532 kB | 122/245 kB | 66/100 kB | 13 kB | 0/1.4 MB Progress (5): 378/532 kB | 126/245 kB | 66/100 kB | 13 kB | 0/1.4 MB Progress (5): 378/532 kB | 126/245 kB | 66/100 kB | 13 kB | 0/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar (13 kB at 11 kB/s) Progress (4): 382/532 kB | 126/245 kB | 66/100 kB | 0/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Progress (4): 382/532 kB | 126/245 kB | 66/100 kB | 0/1.4 MB Progress (4): 382/532 kB | 130/245 kB | 66/100 kB | 0/1.4 MB Progress (4): 382/532 kB | 130/245 kB | 70/100 kB | 0/1.4 MB Progress (4): 382/532 kB | 134/245 kB | 70/100 kB | 0/1.4 MB Progress (4): 382/532 kB | 134/245 kB | 70/100 kB | 0/1.4 MB Progress (4): 386/532 kB | 134/245 kB | 70/100 kB | 0/1.4 MB Progress (4): 386/532 kB | 138/245 kB | 70/100 kB | 0/1.4 MB Progress (4): 386/532 kB | 138/245 kB | 74/100 kB | 0/1.4 MB Progress (4): 390/532 kB | 138/245 kB | 74/100 kB | 0/1.4 MB Progress (4): 390/532 kB | 138/245 kB | 74/100 kB | 0/1.4 MB Progress (4): 394/532 kB | 138/245 kB | 74/100 kB | 0/1.4 MB Progress (4): 394/532 kB | 138/245 kB | 78/100 kB | 0/1.4 MB Progress (4): 394/532 kB | 142/245 kB | 78/100 kB | 0/1.4 MB Progress (4): 394/532 kB | 142/245 kB | 82/100 kB | 0/1.4 MB Progress (4): 398/532 kB | 142/245 kB | 82/100 kB | 0/1.4 MB Progress (4): 398/532 kB | 142/245 kB | 82/100 kB | 0/1.4 MB Progress (4): 402/532 kB | 142/245 kB | 82/100 kB | 0/1.4 MB Progress (4): 402/532 kB | 142/245 kB | 86/100 kB | 0/1.4 MB Progress (4): 402/532 kB | 146/245 kB | 86/100 kB | 0/1.4 MB Progress (4): 402/532 kB | 146/245 kB | 90/100 kB | 0/1.4 MB Progress (4): 402/532 kB | 146/245 kB | 90/100 kB | 0/1.4 MB Progress (4): 406/532 kB | 146/245 kB | 90/100 kB | 0/1.4 MB Progress (4): 406/532 kB | 146/245 kB | 94/100 kB | 0/1.4 MB Progress (4): 406/532 kB | 146/245 kB | 94/100 kB | 0/1.4 MB Progress (4): 406/532 kB | 150/245 kB | 94/100 kB | 0/1.4 MB Progress (4): 406/532 kB | 150/245 kB | 98/100 kB | 0/1.4 MB Progress (4): 410/532 kB | 150/245 kB | 98/100 kB | 0/1.4 MB Progress (4): 410/532 kB | 150/245 kB | 100 kB | 0/1.4 MB Progress (4): 410/532 kB | 154/245 kB | 100 kB | 0/1.4 MB Progress (4): 410/532 kB | 154/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 410/532 kB | 158/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 414/532 kB | 158/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 414/532 kB | 162/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 414/532 kB | 162/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 418/532 kB | 162/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 418/532 kB | 166/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 418/532 kB | 166/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 422/532 kB | 166/245 kB | 100 kB | 0.1/1.4 MB Progress (5): 422/532 kB | 166/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 422/532 kB | 166/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 422/532 kB | 170/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 422/532 kB | 170/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 426/532 kB | 170/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 426/532 kB | 170/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 426/532 kB | 174/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 426/532 kB | 174/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 430/532 kB | 174/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 430/532 kB | 174/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 434/532 kB | 174/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 434/532 kB | 178/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 438/532 kB | 178/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 438/532 kB | 178/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 442/532 kB | 178/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 446/532 kB | 178/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 450/532 kB | 178/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 454/532 kB | 178/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 458/532 kB | 178/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 462/532 kB | 178/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 466/532 kB | 178/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 466/532 kB | 182/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 470/532 kB | 182/245 kB | 100 kB | 0.1/1.4 MB | 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar (3.1 kB at 2.5 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar 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 80 kB/s) Progress (3): 470/532 kB | 182/245 kB | 0.1/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar Progress (3): 474/532 kB | 182/245 kB | 0.1/1.4 MB Progress (3): 474/532 kB | 186/245 kB | 0.1/1.4 MB Progress (3): 478/532 kB | 186/245 kB | 0.1/1.4 MB Progress (3): 478/532 kB | 186/245 kB | 0.1/1.4 MB Progress (3): 478/532 kB | 190/245 kB | 0.1/1.4 MB Progress (3): 482/532 kB | 190/245 kB | 0.1/1.4 MB Progress (3): 482/532 kB | 190/245 kB | 0.1/1.4 MB Progress (3): 482/532 kB | 194/245 kB | 0.1/1.4 MB Progress (3): 482/532 kB | 194/245 kB | 0.1/1.4 MB Progress (3): 482/532 kB | 198/245 kB | 0.1/1.4 MB Progress (3): 486/532 kB | 198/245 kB | 0.1/1.4 MB Progress (3): 486/532 kB | 202/245 kB | 0.1/1.4 MB Progress (3): 486/532 kB | 202/245 kB | 0.1/1.4 MB Progress (3): 490/532 kB | 202/245 kB | 0.1/1.4 MB Progress (3): 490/532 kB | 206/245 kB | 0.1/1.4 MB Progress (3): 490/532 kB | 206/245 kB | 0.1/1.4 MB Progress (3): 494/532 kB | 206/245 kB | 0.1/1.4 MB Progress (3): 494/532 kB | 206/245 kB | 0.1/1.4 MB Progress (3): 498/532 kB | 206/245 kB | 0.1/1.4 MB Progress (3): 498/532 kB | 210/245 kB | 0.1/1.4 MB Progress (3): 498/532 kB | 210/245 kB | 0.1/1.4 MB Progress (3): 502/532 kB | 210/245 kB | 0.1/1.4 MB Progress (3): 502/532 kB | 210/245 kB | 0.1/1.4 MB Progress (3): 502/532 kB | 214/245 kB | 0.1/1.4 MB Progress (3): 506/532 kB | 214/245 kB | 0.1/1.4 MB Progress (3): 506/532 kB | 214/245 kB | 0.1/1.4 MB Progress (3): 506/532 kB | 218/245 kB | 0.1/1.4 MB Progress (3): 506/532 kB | 218/245 kB | 0.1/1.4 MB Progress (3): 510/532 kB | 218/245 kB | 0.1/1.4 MB Progress (3): 510/532 kB | 222/245 kB | 0.1/1.4 MB Progress (3): 514/532 kB | 222/245 kB | 0.1/1.4 MB Progress (3): 514/532 kB | 222/245 kB | 0.1/1.4 MB Progress (3): 518/532 kB | 222/245 kB | 0.1/1.4 MB Progress (3): 518/532 kB | 226/245 kB | 0.1/1.4 MB Progress (3): 522/532 kB | 226/245 kB | 0.1/1.4 MB Progress (3): 522/532 kB | 226/245 kB | 0.1/1.4 MB Progress (3): 522/532 kB | 230/245 kB | 0.1/1.4 MB Progress (3): 526/532 kB | 230/245 kB | 0.1/1.4 MB Progress (3): 526/532 kB | 234/245 kB | 0.1/1.4 MB Progress (3): 526/532 kB | 234/245 kB | 0.1/1.4 MB Progress (4): 526/532 kB | 234/245 kB | 0.1/1.4 MB | 4.1/36 kB Progress (4): 530/532 kB | 234/245 kB | 0.1/1.4 MB | 4.1/36 kB Progress (4): 532 kB | 234/245 kB | 0.1/1.4 MB | 4.1/36 kB Progress (4): 532 kB | 234/245 kB | 0.1/1.4 MB | 7.7/36 kB Progress (5): 532 kB | 234/245 kB | 0.1/1.4 MB | 7.7/36 kB | 4.1/112 kB Progress (5): 532 kB | 234/245 kB | 0.1/1.4 MB | 7.7/36 kB | 4.1/112 kB Progress (5): 532 kB | 238/245 kB | 0.1/1.4 MB | 7.7/36 kB | 4.1/112 kB Progress (5): 532 kB | 238/245 kB | 0.1/1.4 MB | 7.7/36 kB | 4.1/112 kB Progress (5): 532 kB | 238/245 kB | 0.1/1.4 MB | 7.7/36 kB | 7.7/112 kB Progress (5): 532 kB | 238/245 kB | 0.1/1.4 MB | 7.7/36 kB | 7.7/112 kB Progress (5): 532 kB | 238/245 kB | 0.1/1.4 MB | 12/36 kB | 7.7/112 kB Progress (5): 532 kB | 238/245 kB | 0.1/1.4 MB | 12/36 kB | 12/112 kB Progress (5): 532 kB | 238/245 kB | 0.1/1.4 MB | 12/36 kB | 12/112 kB Progress (5): 532 kB | 242/245 kB | 0.1/1.4 MB | 12/36 kB | 12/112 kB Progress (5): 532 kB | 242/245 kB | 0.2/1.4 MB | 12/36 kB | 12/112 kB Progress (5): 532 kB | 242/245 kB | 0.2/1.4 MB | 12/36 kB | 16/112 kB Progress (5): 532 kB | 242/245 kB | 0.2/1.4 MB | 16/36 kB | 16/112 kB Progress (5): 532 kB | 242/245 kB | 0.2/1.4 MB | 16/36 kB | 20/112 kB Progress (5): 532 kB | 242/245 kB | 0.2/1.4 MB | 16/36 kB | 20/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 16/36 kB | 20/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 16/36 kB | 20/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 16/36 kB | 24/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 20/36 kB | 24/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 20/36 kB | 24/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 24/36 kB | 24/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 24/36 kB | 28/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 24/36 kB | 28/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 28/36 kB | 28/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 28/36 kB | 28/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 28/36 kB | 32/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 28/36 kB | 32/112 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 32/36 kB | 32/112 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 422 kB/s) Progress (4): 245 kB | 0.2/1.4 MB | 36/36 kB | 32/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 36/36 kB | 32/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 36/36 kB | 33/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 36/36 kB | 33/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 36 kB | 33/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar Progress (4): 245 kB | 0.2/1.4 MB | 36 kB | 33/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 36 kB | 37/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 36 kB | 41/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 36 kB | 45/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 36 kB | 49/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 36 kB | 53/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 36 kB | 57/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 36 kB | 57/112 kB Progress (4): 245 kB | 0.2/1.4 MB | 36 kB | 61/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar (245 kB at 183 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.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Progress (3): 0.2/1.4 MB | 36 kB | 61/112 kB Progress (3): 0.2/1.4 MB | 36 kB | 65/112 kB Progress (3): 0.2/1.4 MB | 36 kB | 65/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar (36 kB at 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Progress (2): 0.2/1.4 MB | 65/112 kB Progress (2): 0.2/1.4 MB | 66/112 kB Progress (2): 0.2/1.4 MB | 66/112 kB Progress (2): 0.2/1.4 MB | 70/112 kB Progress (2): 0.2/1.4 MB | 70/112 kB Progress (2): 0.2/1.4 MB | 74/112 kB Progress (2): 0.2/1.4 MB | 74/112 kB Progress (2): 0.2/1.4 MB | 74/112 kB Progress (2): 0.2/1.4 MB | 78/112 kB Progress (2): 0.2/1.4 MB | 82/112 kB Progress (2): 0.2/1.4 MB | 82/112 kB Progress (2): 0.2/1.4 MB | 86/112 kB Progress (2): 0.2/1.4 MB | 86/112 kB Progress (2): 0.2/1.4 MB | 90/112 kB Progress (2): 0.2/1.4 MB | 90/112 kB Progress (2): 0.2/1.4 MB | 94/112 kB Progress (2): 0.2/1.4 MB | 94/112 kB Progress (2): 0.2/1.4 MB | 98/112 kB Progress (2): 0.2/1.4 MB | 98/112 kB Progress (2): 0.2/1.4 MB | 102/112 kB Progress (2): 0.2/1.4 MB | 102/112 kB Progress (2): 0.2/1.4 MB | 106/112 kB Progress (2): 0.2/1.4 MB | 106/112 kB Progress (2): 0.2/1.4 MB | 110/112 kB Progress (2): 0.2/1.4 MB | 110/112 kB Progress (2): 0.2/1.4 MB | 112 kB Progress (2): 0.2/1.4 MB | 112 kB Progress (2): 0.2/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 kB Progress (2): 0.3/1.4 MB | 112 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 82 kB/s) Progress (1): 0.3/1.4 MB Progress (2): 0.3/1.4 MB | 4.1/7.0 kB 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 (2): 0.3/1.4 MB | 4.1/7.0 kB Progress (3): 0.3/1.4 MB | 4.1/7.0 kB | 4.1/9.4 kB Progress (3): 0.3/1.4 MB | 7.0 kB | 4.1/9.4 kB Progress (3): 0.3/1.4 MB | 7.0 kB | 7.7/9.4 kB Progress (3): 0.4/1.4 MB | 7.0 kB | 7.7/9.4 kB Progress (3): 0.4/1.4 MB | 7.0 kB | 9.4 kB Progress (3): 0.4/1.4 MB | 7.0 kB | 9.4 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 4.1/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 4.1/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 7.7/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 7.7/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 12/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 12/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 16/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 16/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 20/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 20/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 24/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 24/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 28/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 28/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 32/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 32/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 36/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 36/37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.4/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Progress (4): 0.5/1.4 MB | 7.0 kB | 9.4 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar (7.0 kB at 5.1 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-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (4): 0.5/1.4 MB | 9.4 kB | 37 kB | 4.1/53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar (37 kB at 26 kB/s) Progress (3): 0.5/1.4 MB | 9.4 kB | 7.7/53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar (9.4 kB at 6.5 kB/s) Progress (3): 0.5/1.4 MB | 7.7/53 kB | 4.1/285 kB Progress (3): 0.5/1.4 MB | 7.7/53 kB | 4.1/285 kB Progress (3): 0.5/1.4 MB | 7.7/53 kB | 7.7/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (3): 0.5/1.4 MB | 12/53 kB | 7.7/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar Progress (3): 0.5/1.4 MB | 16/53 kB | 7.7/285 kB Progress (3): 0.5/1.4 MB | 16/53 kB | 12/285 kB Progress (3): 0.5/1.4 MB | 16/53 kB | 12/285 kB Progress (3): 0.5/1.4 MB | 16/53 kB | 16/285 kB Progress (3): 0.5/1.4 MB | 20/53 kB | 16/285 kB Progress (3): 0.5/1.4 MB | 20/53 kB | 16/285 kB Progress (3): 0.5/1.4 MB | 24/53 kB | 16/285 kB Progress (3): 0.5/1.4 MB | 24/53 kB | 20/285 kB Progress (3): 0.5/1.4 MB | 24/53 kB | 20/285 kB Progress (3): 0.5/1.4 MB | 28/53 kB | 20/285 kB Progress (3): 0.5/1.4 MB | 28/53 kB | 24/285 kB Progress (3): 0.5/1.4 MB | 32/53 kB | 24/285 kB Progress (3): 0.5/1.4 MB | 32/53 kB | 24/285 kB Progress (3): 0.5/1.4 MB | 32/53 kB | 28/285 kB Progress (3): 0.5/1.4 MB | 36/53 kB | 28/285 kB Progress (3): 0.5/1.4 MB | 36/53 kB | 28/285 kB Progress (3): 0.5/1.4 MB | 40/53 kB | 28/285 kB Progress (3): 0.5/1.4 MB | 40/53 kB | 32/285 kB Progress (3): 0.5/1.4 MB | 40/53 kB | 32/285 kB Progress (3): 0.5/1.4 MB | 40/53 kB | 33/285 kB Progress (3): 0.5/1.4 MB | 44/53 kB | 33/285 kB Progress (3): 0.5/1.4 MB | 44/53 kB | 33/285 kB Progress (3): 0.5/1.4 MB | 44/53 kB | 37/285 kB Progress (3): 0.5/1.4 MB | 48/53 kB | 37/285 kB Progress (3): 0.5/1.4 MB | 48/53 kB | 37/285 kB Progress (3): 0.5/1.4 MB | 48/53 kB | 41/285 kB Progress (3): 0.5/1.4 MB | 48/53 kB | 41/285 kB Progress (3): 0.5/1.4 MB | 52/53 kB | 41/285 kB Progress (3): 0.5/1.4 MB | 52/53 kB | 45/285 kB Progress (3): 0.5/1.4 MB | 52/53 kB | 45/285 kB Progress (3): 0.5/1.4 MB | 52/53 kB | 45/285 kB Progress (3): 0.5/1.4 MB | 52/53 kB | 45/285 kB Progress (3): 0.5/1.4 MB | 53 kB | 45/285 kB Progress (3): 0.5/1.4 MB | 53 kB | 45/285 kB Progress (4): 0.5/1.4 MB | 53 kB | 45/285 kB | 4.1/4.3 kB Progress (4): 0.5/1.4 MB | 53 kB | 49/285 kB | 4.1/4.3 kB Progress (4): 0.5/1.4 MB | 53 kB | 49/285 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 53 kB | 49/285 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 53 kB | 53/285 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 53 kB | 53/285 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 53 kB | 57/285 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 53 kB | 57/285 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 53 kB | 61/285 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 53 kB | 61/285 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 53 kB | 65/285 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 53 kB | 66/285 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 53 kB | 66/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 66/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 70/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 74/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 74/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 74/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 78/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 82/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 82/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 82/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 86/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 90/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 90/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 90/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 94/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 98/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 98/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 98/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 98/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 102/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 102/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 106/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 106/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 110/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 110/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 114/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 114/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 118/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 118/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 122/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 122/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 126/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 126/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 130/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 130/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 131/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 131/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 53 kB | 135/285 kB | 4.3 kB Progress (5): 0.6/1.4 MB | 53 kB | 135/285 kB | 4.3 kB | 4.1/37 kB Progress (5): 0.6/1.4 MB | 53 kB | 139/285 kB | 4.3 kB | 4.1/37 kB Progress (5): 0.6/1.4 MB | 53 kB | 139/285 kB | 4.3 kB | 4.1/37 kB Progress (5): 0.6/1.4 MB | 53 kB | 139/285 kB | 4.3 kB | 7.7/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 2.8 kB/s) Progress (4): 0.6/1.4 MB | 53 kB | 139/285 kB | 12/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 35 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.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Progress (3): 0.6/1.4 MB | 139/285 kB | 12/37 kB Progress (3): 0.6/1.4 MB | 143/285 kB | 12/37 kB Progress (3): 0.6/1.4 MB | 143/285 kB | 12/37 kB Progress (3): 0.6/1.4 MB | 143/285 kB | 16/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Progress (3): 0.6/1.4 MB | 143/285 kB | 20/37 kB Progress (3): 0.6/1.4 MB | 143/285 kB | 20/37 kB Progress (3): 0.6/1.4 MB | 147/285 kB | 20/37 kB Progress (3): 0.6/1.4 MB | 147/285 kB | 20/37 kB Progress (3): 0.6/1.4 MB | 147/285 kB | 24/37 kB Progress (3): 0.6/1.4 MB | 151/285 kB | 24/37 kB Progress (3): 0.6/1.4 MB | 151/285 kB | 24/37 kB Progress (3): 0.6/1.4 MB | 151/285 kB | 28/37 kB Progress (3): 0.6/1.4 MB | 155/285 kB | 28/37 kB Progress (3): 0.6/1.4 MB | 155/285 kB | 32/37 kB Progress (3): 0.6/1.4 MB | 155/285 kB | 32/37 kB Progress (3): 0.6/1.4 MB | 155/285 kB | 36/37 kB Progress (3): 0.6/1.4 MB | 159/285 kB | 36/37 kB Progress (3): 0.6/1.4 MB | 159/285 kB | 37 kB Progress (3): 0.6/1.4 MB | 163/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 163/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 164/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 164/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 168/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 168/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 172/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 172/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 176/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 180/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 180/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 180/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 184/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 188/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 188/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 188/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 192/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 196/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 196/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 197/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 197/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 201/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 201/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 205/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 205/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 209/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 209/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 213/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 213/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 217/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 217/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 221/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 221/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 225/285 kB | 37 kB Progress (3): 0.7/1.4 MB | 225/285 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar (37 kB at 24 kB/s) Progress (2): 0.7/1.4 MB | 229/285 kB Progress (3): 0.7/1.4 MB | 229/285 kB | 4.1/21 kB Progress (3): 0.7/1.4 MB | 229/285 kB | 4.1/21 kB Progress (3): 0.7/1.4 MB | 229/285 kB | 7.7/21 kB Progress (3): 0.7/1.4 MB | 229/285 kB | 7.7/21 kB Progress (3): 0.7/1.4 MB | 229/285 kB | 12/21 kB Progress (3): 0.7/1.4 MB | 229/285 kB | 16/21 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 16/21 kB | 4.1/29 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 16/21 kB | 7.7/29 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 16/21 kB | 12/29 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 16/21 kB | 16/29 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 16/21 kB | 20/29 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 16/21 kB | 24/29 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 16/21 kB | 28/29 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 16/21 kB | 29 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 16/21 kB | 29 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 20/21 kB | 29 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 21 kB | 29 kB Progress (4): 0.7/1.4 MB | 233/285 kB | 21 kB | 29 kB Progress (4): 0.7/1.4 MB | 233/285 kB | 21 kB | 29 kB Progress (4): 0.7/1.4 MB | 237/285 kB | 21 kB | 29 kB Progress (4): 0.7/1.4 MB | 237/285 kB | 21 kB | 29 kB Progress (4): 0.7/1.4 MB | 241/285 kB | 21 kB | 29 kB Progress (4): 0.7/1.4 MB | 241/285 kB | 21 kB | 29 kB Progress (4): 0.7/1.4 MB | 245/285 kB | 21 kB | 29 kB Progress (4): 0.7/1.4 MB | 245/285 kB | 21 kB | 29 kB Progress (4): 0.7/1.4 MB | 249/285 kB | 21 kB | 29 kB Progress (4): 0.7/1.4 MB | 249/285 kB | 21 kB | 29 kB Progress (4): 0.7/1.4 MB | 253/285 kB | 21 kB | 29 kB Progress (4): 0.7/1.4 MB | 253/285 kB | 21 kB | 29 kB Progress (4): 0.7/1.4 MB | 257/285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 257/285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 261/285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 261/285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 265/285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 265/285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 269/285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 269/285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 273/285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 277/285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 281/285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 285 kB | 21 kB | 29 kB Progress (4): 0.8/1.4 MB | 285 kB | 21 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar (29 kB at 18 kB/s) 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 174 kB/s) Progress (2): 0.8/1.4 MB | 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.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar (21 kB at 13 kB/s) Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/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): 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): 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 (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 (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 (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 (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 (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 (1): 1.1/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar (1.4 MB at 823 kB/s) [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.mdht:org.eclipse.mdht.uml.cda.ui:eclipse-plugin:3.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ org.eclipse.mdht:org.eclipse.mdht.uml.cda.ui:[unknown-version], /home/jenkins/agent/workspace/MDHT-master-scm/cda/plugins/org.eclipse.mdht.uml.cda.ui/pom.xml, line 26, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.mdht:org.eclipse.mdht.uml.cda.test:eclipse-plugin:3.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ org.eclipse.mdht:org.eclipse.mdht.uml.cda.test:[unknown-version], /home/jenkins/agent/workspace/MDHT-master-scm/cda/tests/org.eclipse.mdht.uml.cda.test/pom.xml, line 52, column 12 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip (8.1 MB at 4.4 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.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.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.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): 33/218 kB Progress (1): 37/218 kB Progress (1): 41/218 kB Progress (1): 45/218 kB Progress (1): 49/218 kB Progress (1): 53/218 kB Progress (1): 57/218 kB Progress (1): 61/218 kB Progress (1): 65/218 kB Progress (1): 66/218 kB Progress (1): 70/218 kB Progress (1): 74/218 kB Progress (1): 78/218 kB Progress (1): 82/218 kB Progress (1): 86/218 kB Progress (1): 90/218 kB Progress (1): 94/218 kB Progress (1): 98/218 kB Progress (1): 98/218 kB Progress (1): 102/218 kB Progress (1): 106/218 kB Progress (1): 110/218 kB Progress (1): 114/218 kB Progress (1): 118/218 kB Progress (1): 122/218 kB Progress (1): 126/218 kB Progress (1): 130/218 kB Progress (1): 134/218 kB Progress (1): 138/218 kB Progress (1): 142/218 kB Progress (1): 146/218 kB Progress (1): 150/218 kB Progress (1): 154/218 kB Progress (1): 158/218 kB Progress (1): 162/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.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar (218 kB at 5.5 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.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.4.0/org.eclipse.tycho.p2.maven.repository-1.4.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.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar (148 kB at 2.3 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.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.4.0/org.eclipse.tycho.p2.tools.impl-1.4.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.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar (48 kB at 1.2 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.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/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 198 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 271 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/22/maven-parent-22.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/22/maven-parent-22.pom 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 692 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/11/apache-11.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/11/apache-11.pom 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 436 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.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/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 922 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom (2.5 kB at 81 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar (33 kB at 691 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom 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.4.0/target-platform-configuration-1.4.0.pom (1.7 kB at 52 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar Progress (1): 4.1/7.6 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar (7.6 kB at 246 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom 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.4.0/tycho-p2-repository-plugin-1.4.0.pom (1.4 kB at 37 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar 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.4.0/tycho-p2-repository-plugin-1.4.0.jar (14 kB at 383 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom (2.9 kB at 69 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar (23 kB at 439 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Progress (1): 4.1/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-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 143 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Progress (1): 4.1/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-plugins/13/maven-plugins-13.pom (12 kB at 368 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 138 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 264 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 824 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 462 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 29 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 547 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom 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.4.0/tycho-packaging-plugin-1.4.0.pom (2.7 kB at 70 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar 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 (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (2): 7.7/24 kB | 4.1/128 kB Progress (2): 7.7/24 kB | 7.7/128 kB Progress (2): 12/24 kB | 7.7/128 kB Progress (2): 12/24 kB | 12/128 kB Progress (2): 16/24 kB | 12/128 kB Progress (2): 16/24 kB | 16/128 kB Progress (2): 16/24 kB | 20/128 kB Progress (2): 20/24 kB | 20/128 kB Progress (2): 20/24 kB | 24/128 kB Progress (2): 24/24 kB | 24/128 kB Progress (3): 24/24 kB | 24/128 kB | 4.1/22 kB Progress (3): 24 kB | 24/128 kB | 4.1/22 kB Progress (3): 24 kB | 28/128 kB | 4.1/22 kB Progress (3): 24 kB | 28/128 kB | 7.7/22 kB Progress (3): 24 kB | 32/128 kB | 7.7/22 kB Progress (3): 24 kB | 32/128 kB | 12/22 kB Progress (3): 24 kB | 32/128 kB | 16/22 kB Progress (3): 24 kB | 36/128 kB | 16/22 kB Progress (3): 24 kB | 36/128 kB | 20/22 kB Progress (3): 24 kB | 40/128 kB | 20/22 kB Progress (3): 24 kB | 40/128 kB | 22 kB Progress (3): 24 kB | 44/128 kB | 22 kB Progress (3): 24 kB | 48/128 kB | 22 kB Progress (3): 24 kB | 52/128 kB | 22 kB Progress (3): 24 kB | 56/128 kB | 22 kB Progress (3): 24 kB | 60/128 kB | 22 kB Progress (3): 24 kB | 64/128 kB | 22 kB Progress (3): 24 kB | 68/128 kB | 22 kB Progress (3): 24 kB | 72/128 kB | 22 kB Progress (3): 24 kB | 76/128 kB | 22 kB Progress (3): 24 kB | 80/128 kB | 22 kB Progress (3): 24 kB | 84/128 kB | 22 kB Progress (3): 24 kB | 88/128 kB | 22 kB Progress (3): 24 kB | 92/128 kB | 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 530 kB/s) 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 474 kB/s) Progress (1): 96/128 kB Progress (1): 100/128 kB Progress (1): 104/128 kB Progress (1): 108/128 kB Progress (1): 112/128 kB Progress (1): 116/128 kB Progress (1): 120/128 kB Progress (1): 124/128 kB Progress (1): 128/128 kB Progress (1): 128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar (128 kB at 2.4 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.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.4.0/tycho-source-feature-plugin-1.4.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom (2.3 kB at 98 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom 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/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom (16 kB at 443 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.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.4.0/tycho-source-feature-plugin-1.4.0.jar 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/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar (18 kB at 462 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom 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 25 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom 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 157 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom 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 526 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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 eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 23 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 112 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 63 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 153 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven/2.0.6/maven-2.0.6.pom 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 192 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/5/maven-parent-5.pom 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 492 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/3/apache-3.pom 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 122 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 67 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 136 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 18 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 191 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.10/junit-4.10.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 168 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 92 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 56 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 55 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 46 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 14 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 126 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 50 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 53 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 59 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 73 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom 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 45 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 59 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 236 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 87 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 40 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/classworlds/classworlds/1.1/classworlds-1.1.pom 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 104 kB/s) Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Progress (1): 675 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (675 B at 18 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 52 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 50 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 54 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 52 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 59 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 79 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 69 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 54 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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/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/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.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 Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Progress (2): 4.2 kB | 4.1/13 kB Progress (2): 4.2 kB | 7.7/13 kB Progress (3): 4.2 kB | 7.7/13 kB | 0/1.5 MB Progress (3): 4.2 kB | 12/13 kB | 0/1.5 MB Progress (3): 4.2 kB | 12/13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0/1.5 MB Progress (3): 4.2 kB | 13 kB | 0.1/1.5 MB Progress (3): 4.2 kB | 13 kB | 0.1/1.5 MB Progress (3): 4.2 kB | 13 kB | 0.1/1.5 MB Progress (3): 4.2 kB | 13 kB | 0.1/1.5 MB 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 314 kB/s) Progress (2): 4.2 kB | 0.1/1.5 MB Progress (2): 4.2 kB | 0.1/1.5 MB Progress (2): 4.2 kB | 0.1/1.5 MB Progress (2): 4.2 kB | 0.1/1.5 MB Progress (2): 4.2 kB | 0.1/1.5 MB 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 92 kB/s) Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar (1.5 MB at 5.5 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom 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.4.0/tycho-p2-plugin-1.4.0.pom (2.2 kB at 105 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar 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 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar (28 kB at 114 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom 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.4.0/sisu-equinox-launching-1.4.0.pom (2.7 kB at 90 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 312 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 1.5 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 378 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom (2.1 kB at 61 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom 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 89 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 4.1/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 387 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm/7.0/asm-7.0.pom 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 89 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom (3.6 kB at 118 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom 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 98 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm/7.0/asm-7.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar 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 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/20 kB Progress (1): 7.7/20 kB Progress (2): 7.7/20 kB | 4.1/28 kB Progress (2): 12/20 kB | 4.1/28 kB Progress (2): 12/20 kB | 7.7/28 kB Progress (2): 16/20 kB | 7.7/28 kB Progress (2): 16/20 kB | 12/28 kB Progress (2): 20 kB | 12/28 kB Progress (2): 20 kB | 16/28 kB Progress (2): 20 kB | 20/28 kB Progress (2): 20 kB | 24/28 kB Progress (3): 20 kB | 24/28 kB | 4.1/50 kB Progress (3): 20 kB | 28 kB | 4.1/50 kB Progress (3): 20 kB | 28 kB | 7.7/50 kB Progress (3): 20 kB | 28 kB | 12/50 kB Progress (3): 20 kB | 28 kB | 16/50 kB Progress (3): 20 kB | 28 kB | 20/50 kB Progress (3): 20 kB | 28 kB | 24/50 kB Progress (3): 20 kB | 28 kB | 28/50 kB Progress (3): 20 kB | 28 kB | 32/50 kB Progress (3): 20 kB | 28 kB | 36/50 kB Progress (3): 20 kB | 28 kB | 40/50 kB Progress (3): 20 kB | 28 kB | 44/50 kB Progress (3): 20 kB | 28 kB | 48/50 kB Progress (3): 20 kB | 28 kB | 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar (20 kB at 534 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Progress (3): 28 kB | 50 kB | 4.1/114 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar (28 kB at 692 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.jar Progress (3): 50 kB | 4.1/114 kB | 4.1/54 kB Progress (3): 50 kB | 7.7/114 kB | 4.1/54 kB Progress (3): 50 kB | 7.7/114 kB | 7.7/54 kB Progress (3): 50 kB | 12/114 kB | 7.7/54 kB Progress (3): 50 kB | 12/114 kB | 12/54 kB Progress (3): 50 kB | 16/114 kB | 12/54 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): 16/114 kB | 16/54 kB Progress (2): 20/114 kB | 16/54 kB Progress (2): 24/114 kB | 16/54 kB Progress (2): 24/114 kB | 20/54 kB Progress (2): 24/114 kB | 24/54 kB Progress (2): 28/114 kB | 24/54 kB Progress (2): 32/114 kB | 24/54 kB Progress (2): 32/114 kB | 28/54 kB Progress (2): 32/114 kB | 32/54 kB Progress (2): 36/114 kB | 32/54 kB Progress (2): 40/114 kB | 32/54 kB Progress (2): 40/114 kB | 36/54 kB Progress (2): 40/114 kB | 40/54 kB Progress (2): 44/114 kB | 40/54 kB Progress (2): 48/114 kB | 40/54 kB Progress (2): 48/114 kB | 44/54 kB Progress (2): 48/114 kB | 48/54 kB Progress (3): 48/114 kB | 48/54 kB | 4.1/81 kB Progress (3): 52/114 kB | 48/54 kB | 4.1/81 kB Progress (3): 52/114 kB | 48/54 kB | 7.7/81 kB Progress (3): 52/114 kB | 52/54 kB | 7.7/81 kB Progress (3): 56/114 kB | 52/54 kB | 7.7/81 kB Progress (4): 56/114 kB | 52/54 kB | 7.7/81 kB | 4.1/33 kB Progress (4): 56/114 kB | 52/54 kB | 12/81 kB | 4.1/33 kB Progress (4): 56/114 kB | 54 kB | 12/81 kB | 4.1/33 kB Progress (4): 56/114 kB | 54 kB | 16/81 kB | 4.1/33 kB Progress (4): 56/114 kB | 54 kB | 16/81 kB | 7.7/33 kB Progress (4): 60/114 kB | 54 kB | 16/81 kB | 7.7/33 kB Progress (4): 60/114 kB | 54 kB | 20/81 kB | 7.7/33 kB Progress (4): 60/114 kB | 54 kB | 20/81 kB | 12/33 kB Progress (4): 64/114 kB | 54 kB | 20/81 kB | 12/33 kB Progress (4): 64/114 kB | 54 kB | 20/81 kB | 16/33 kB Progress (4): 64/114 kB | 54 kB | 24/81 kB | 16/33 kB Progress (4): 68/114 kB | 54 kB | 24/81 kB | 16/33 kB Progress (4): 68/114 kB | 54 kB | 24/81 kB | 20/33 kB Progress (4): 68/114 kB | 54 kB | 24/81 kB | 24/33 kB Progress (4): 68/114 kB | 54 kB | 24/81 kB | 28/33 kB Progress (4): 68/114 kB | 54 kB | 24/81 kB | 32/33 kB Progress (4): 68/114 kB | 54 kB | 24/81 kB | 33/33 kB Progress (4): 68/114 kB | 54 kB | 24/81 kB | 33 kB Progress (4): 68/114 kB | 54 kB | 28/81 kB | 33 kB Progress (4): 72/114 kB | 54 kB | 28/81 kB | 33 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 692 kB/s) Progress (3): 72/114 kB | 32/81 kB | 33 kB Progress (3): 76/114 kB | 32/81 kB | 33 kB Progress (3): 76/114 kB | 33/81 kB | 33 kB Progress (3): 80/114 kB | 33/81 kB | 33 kB Progress (3): 80/114 kB | 37/81 kB | 33 kB Progress (3): 84/114 kB | 37/81 kB | 33 kB Progress (3): 84/114 kB | 41/81 kB | 33 kB Progress (3): 88/114 kB | 41/81 kB | 33 kB Progress (3): 88/114 kB | 45/81 kB | 33 kB Progress (3): 88/114 kB | 49/81 kB | 33 kB Progress (3): 92/114 kB | 49/81 kB | 33 kB Progress (3): 92/114 kB | 53/81 kB | 33 kB Progress (3): 96/114 kB | 53/81 kB | 33 kB Progress (3): 96/114 kB | 57/81 kB | 33 kB Progress (3): 100/114 kB | 57/81 kB | 33 kB Progress (3): 100/114 kB | 61/81 kB | 33 kB Progress (3): 104/114 kB | 61/81 kB | 33 kB Progress (3): 104/114 kB | 65/81 kB | 33 kB Progress (3): 108/114 kB | 65/81 kB | 33 kB Progress (3): 108/114 kB | 69/81 kB | 33 kB Progress (3): 112/114 kB | 69/81 kB | 33 kB Progress (3): 112/114 kB | 73/81 kB | 33 kB Progress (3): 114 kB | 73/81 kB | 33 kB Progress (3): 114 kB | 77/81 kB | 33 kB Progress (3): 114 kB | 81/81 kB | 33 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 401 kB/s) Progress (2): 114 kB | 81 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 1.3 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar (81 kB at 898 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.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/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.pom (5.3 kB at 48 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom 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 562 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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.1 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 459 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.jar Progress (1): 4.1/29 kB Progress (1): 7.7/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (1): 28/29 kB Progress (1): 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.jar (29 kB at 211 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 122 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 419 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1/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 727 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 4.1/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 498 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 650 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 173 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 405 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 855 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 650 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 327 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 931 kB/s) Downloading from org.eclipse.cbi.maven.plugins: 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.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 2.8 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/maven-metadata.xml Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/maven-metadata.xml Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/maven-bundle-plugin/maven-metadata.xml Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/maven-metadata.xml (1.3 kB at 19 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-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/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.pom (11 kB at 376 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 607 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 518 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.jar Progress (1): 4.1/233 kB Progress (1): 7.7/233 kB Progress (1): 12/233 kB Progress (1): 16/233 kB Progress (1): 20/233 kB Progress (1): 24/233 kB Progress (1): 28/233 kB Progress (1): 32/233 kB Progress (1): 36/233 kB Progress (1): 40/233 kB Progress (1): 44/233 kB Progress (1): 48/233 kB Progress (1): 52/233 kB Progress (1): 56/233 kB Progress (1): 60/233 kB Progress (1): 64/233 kB Progress (1): 68/233 kB Progress (1): 72/233 kB Progress (1): 76/233 kB Progress (1): 80/233 kB Progress (1): 84/233 kB Progress (1): 88/233 kB Progress (1): 92/233 kB Progress (1): 96/233 kB Progress (1): 100/233 kB Progress (1): 104/233 kB Progress (1): 108/233 kB Progress (1): 112/233 kB Progress (1): 116/233 kB Progress (1): 120/233 kB Progress (1): 124/233 kB Progress (1): 128/233 kB Progress (1): 131/233 kB Progress (1): 135/233 kB Progress (1): 139/233 kB Progress (1): 143/233 kB Progress (1): 147/233 kB Progress (1): 151/233 kB Progress (1): 155/233 kB Progress (1): 159/233 kB Progress (1): 163/233 kB Progress (1): 164/233 kB Progress (1): 168/233 kB Progress (1): 172/233 kB Progress (1): 176/233 kB Progress (1): 180/233 kB Progress (1): 184/233 kB Progress (1): 188/233 kB Progress (1): 192/233 kB Progress (1): 196/233 kB Progress (1): 197/233 kB Progress (1): 201/233 kB Progress (1): 205/233 kB Progress (1): 209/233 kB Progress (1): 213/233 kB Progress (1): 217/233 kB Progress (1): 221/233 kB Progress (1): 225/233 kB Progress (1): 229/233 kB Progress (1): 233/233 kB Progress (1): 233 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.jar (233 kB at 5.2 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.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.0.1/maven-resources-plugin-3.0.1.pom (7.2 kB at 224 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.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/30/maven-plugins-30.pom (10 kB at 328 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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.3 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.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-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.jar (31 kB at 828 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.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/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 255 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.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/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 511 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.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-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 575 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.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/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (7.9 kB at 193 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/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 373 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.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-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (33 kB at 493 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.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/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.pom (6.9 kB at 223 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.5/surefire-2.5.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/surefire/2.5/surefire-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.5/surefire-2.5.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/surefire/surefire/2.5/surefire-2.5.pom (6.9 kB at 183 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.jar Progress (1): 4.1/39 kB Progress (1): 7.7/39 kB Progress (1): 12/39 kB Progress (1): 16/39 kB Progress (1): 20/39 kB Progress (1): 24/39 kB Progress (1): 28/39 kB Progress (1): 32/39 kB Progress (1): 36/39 kB Progress (1): 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.jar (39 kB at 932 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.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/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom (4.1 kB at 111 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar Downloading from eclipse.org-mylyn: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.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-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar (32 kB at 1.0 MB/s) [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.emf.runtime:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/MDHT-master-scm/core/plugins/org.eclipse.mdht.emf.runtime/pom.xml [INFO] Adding repository file:/home/data/httpd/download.eclipse.org/releases/oxygen [ERROR] Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'release.target' from location file:/home/data/httpd/download.eclipse.org/releases/oxygen: No repository found at file:/home/data/httpd/download.eclipse.org/releases/oxygen. -> [Help 1] org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'release.target' from location file:/home/data/httpd/download.eclipse.org/releases/oxygen at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:120) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) Caused by: java.lang.RuntimeException: Failed to load p2 repository with ID 'release.target' from location file:/home/data/httpd/download.eclipse.org/releases/oxygen at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.loadMetadataRepository (TargetPlatformFactoryImpl.java:302) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.gatherExternalInstallableUnits (TargetPlatformFactoryImpl.java:270) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:176) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:128) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:1) at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform (ReactorRepositoryManagerImpl.java:84) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform (P2DependencyResolver.java:224) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:110) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) Caused by: org.eclipse.equinox.p2.core.ProvisionException: No repository found at file:/home/data/httpd/download.eclipse.org/releases/oxygen. at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail (AbstractRepositoryManager.java:398) at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository (AbstractRepositoryManager.java:695) at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository (MetadataRepositoryManager.java:110) at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository (RemoteMetadataRepositoryManager.java:61) at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository (RemoteMetadataRepositoryManager.java:53) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.loadMetadataRepository (TargetPlatformFactoryImpl.java:298) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.gatherExternalInstallableUnits (TargetPlatformFactoryImpl.java:270) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:176) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:128) at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:1) at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform (ReactorRepositoryManagerImpl.java:84) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform (P2DependencyResolver.java:224) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:110) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException Build step 'Invoke top-level Maven targets' marked build as failure Not sending mail to unregistered user sean.muir@jkmsoftware.com Sending e-mails to: dcarlson@xmlmodeling.com sean.muir@jkmsoftware.com Archiving artifacts Finished: FAILURE