Started by user Fred Bricon Running as Fred Bricon Agent migration-agent-vhbxs is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/migration: "true" name: "migration-agent-vhbxs" 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.m2e.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "migration-agent-vhbxs" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "migration-agent-vhbxs" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.m2e.svc.cluster.local/m2e/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-m2e" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on migration-agent-vhbxs (migration) in workspace /home/jenkins/agent/workspace/m2e-wtp-master [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-pcLgyvuyu4J2/agent.53 SSH_AGENT_PID=55 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/m2e-wtp-master@tmp/private_key_67196712574406417.key (/home/jenkins/agent/workspace/m2e-wtp-master@tmp/private_key_67196712574406417.key) [ssh-agent] Using credentials genie.m2e (ssh://genie.m2e@projects-storage.eclipse.org) No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/m2e-wtp/org.eclipse.m2e.wtp > git init /home/jenkins/agent/workspace/m2e-wtp-master # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/m2e-wtp/org.eclipse.m2e.wtp > git --version # timeout=10 > git fetch --tags --progress https://git.eclipse.org/r/m2e-wtp/org.eclipse.m2e.wtp +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://git.eclipse.org/r/m2e-wtp/org.eclipse.m2e.wtp # 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/m2e-wtp/org.eclipse.m2e.wtp # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/m2e-wtp/org.eclipse.m2e.wtp > git fetch --tags --progress https://git.eclipse.org/r/m2e-wtp/org.eclipse.m2e.wtp +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 6d85547f743d95d5b2925c00fa1ac74d8293e7bf (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6d85547f743d95d5b2925c00fa1ac74d8293e7bf Commit message: "Update default plugin versions during project conversion" > git rev-list --no-walk 6d85547f743d95d5b2925c00fa1ac74d8293e7bf # timeout=10 [m2e-wtp-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dtycho.disableP2Mirrors=true -Declipse.target=neon -Dmaven.repo.local=/home/jenkins/agent/workspace/m2e-wtp-master/.repository clean install -Peclipse-sign 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 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 34 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.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.5.1/tycho-maven-plugin-1.5.1.pom (2.1 kB at 27 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.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/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom (19 kB at 446 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom (4.8 kB at 62 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Progress (1): 4.1/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 82 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 4.1/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 384 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom Progress (1): 4.1/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 572 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom Progress (1): 4.1/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 278 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 86 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom 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 cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 4.1/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 551 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 42 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom 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 58 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Progress (1): 910 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 29 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom 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 173 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 4.1/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 455 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom 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 5.5 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom 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 126 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom 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 cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1/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 200 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 4.1/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 240 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Progress (1): 4.1/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 65 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Progress (1): 4.1/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 158 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1/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 209 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom 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 28 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 55 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom 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 67 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom 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 103 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom 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 37 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom 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 74 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom 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 34 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom 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 194 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 4.1/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 316 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom 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 100 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 4.1/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 479 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom 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 144 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom 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 cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 58 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom 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 60 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 49 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 4.1/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 221 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 64 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 106 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 53 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.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.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.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.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom (1.1 kB at 14 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom (3.0 kB at 79 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 172 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom 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 107 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 551 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 205 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 269 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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.2 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom Progress (1): 4.1/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 446 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom Progress (1): 4.1/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 415 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 4.1/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.6 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom Progress (1): 4.1/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 453 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 424 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom Progress (1): 4.1/78 kB Progress (1): 7.7/78 kB Progress (1): 12/78 kB Progress (1): 16/78 kB Progress (1): 20/78 kB Progress (1): 24/78 kB Progress (1): 28/78 kB Progress (1): 32/78 kB Progress (1): 36/78 kB Progress (1): 40/78 kB Progress (1): 44/78 kB Progress (1): 48/78 kB Progress (1): 52/78 kB Progress (1): 56/78 kB Progress (1): 60/78 kB Progress (1): 64/78 kB Progress (1): 68/78 kB Progress (1): 72/78 kB Progress (1): 76/78 kB Progress (1): 78 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.0 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 397 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 4.1/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 cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 60 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom (2.0 kB at 36 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom 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 cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.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.5.1/sisu-equinox-embedder-1.5.1.pom (1.8 kB at 52 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.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.5.1/sisu-equinox-1.5.1.pom (1.0 kB at 31 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.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.5.1/sisu-equinox-api-1.5.1.pom (1.7 kB at 49 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.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.5.1/tycho-metadata-model-1.5.1.pom (1.3 kB at 41 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 190 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.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.5.1/tycho-embedder-api-1.5.1.pom (2.1 kB at 8.2 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.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.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom (1.1 kB at 19 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.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.5.1/org.eclipse.tycho.core.shared-1.5.1.pom (1.0 kB at 24 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 126 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom 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 24 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom 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 354 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1/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 926 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom Progress (1): 4.1/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 124 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.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.5.1/tycho-p2-facade-1.5.1.pom (2.1 kB at 67 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.5.1/tycho-p2-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.5.1/tycho-p2-1.5.1.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.5.1/tycho-p2-1.5.1.pom (1.1 kB at 35 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.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.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.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.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.pom (1.1 kB at 36 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Progress (2): 5.4 kB | 4.1/165 kB Progress (2): 5.4 kB | 7.7/165 kB Progress (3): 5.4 kB | 7.7/165 kB | 4.1/47 kB Progress (3): 5.4 kB | 12/165 kB | 4.1/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.5.1/tycho-maven-plugin-1.5.1.jar (5.4 kB at 135 kB/s) Progress (2): 12/165 kB | 7.7/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 (3): 12/165 kB | 7.7/47 kB | 4.1/527 kB Progress (3): 16/165 kB | 7.7/47 kB | 4.1/527 kB Progress (3): 16/165 kB | 7.7/47 kB | 7.7/527 kB Progress (3): 16/165 kB | 12/47 kB | 7.7/527 kB Progress (3): 16/165 kB | 12/47 kB | 12/527 kB Progress (3): 20/165 kB | 12/47 kB | 12/527 kB Progress (3): 20/165 kB | 12/47 kB | 16/527 kB Progress (3): 20/165 kB | 16/47 kB | 16/527 kB Progress (3): 20/165 kB | 16/47 kB | 20/527 kB Progress (3): 20/165 kB | 20/47 kB | 20/527 kB Progress (3): 24/165 kB | 20/47 kB | 20/527 kB Progress (3): 24/165 kB | 24/47 kB | 20/527 kB Progress (3): 24/165 kB | 24/47 kB | 24/527 kB Progress (3): 28/165 kB | 24/47 kB | 24/527 kB Progress (3): 28/165 kB | 24/47 kB | 28/527 kB Progress (3): 28/165 kB | 28/47 kB | 28/527 kB Progress (3): 28/165 kB | 28/47 kB | 32/527 kB Progress (3): 32/165 kB | 28/47 kB | 32/527 kB Progress (3): 32/165 kB | 28/47 kB | 36/527 kB Progress (3): 36/165 kB | 28/47 kB | 36/527 kB Progress (3): 36/165 kB | 32/47 kB | 36/527 kB Progress (4): 36/165 kB | 32/47 kB | 36/527 kB | 4.1/206 kB Progress (4): 36/165 kB | 36/47 kB | 36/527 kB | 4.1/206 kB Progress (4): 40/165 kB | 36/47 kB | 36/527 kB | 4.1/206 kB Progress (4): 40/165 kB | 36/47 kB | 40/527 kB | 4.1/206 kB Progress (4): 40/165 kB | 40/47 kB | 40/527 kB | 4.1/206 kB Progress (4): 40/165 kB | 40/47 kB | 40/527 kB | 7.7/206 kB Progress (4): 40/165 kB | 44/47 kB | 40/527 kB | 7.7/206 kB Progress (4): 40/165 kB | 44/47 kB | 44/527 kB | 7.7/206 kB Progress (4): 44/165 kB | 44/47 kB | 44/527 kB | 7.7/206 kB Progress (4): 44/165 kB | 44/47 kB | 48/527 kB | 7.7/206 kB Progress (4): 44/165 kB | 47 kB | 48/527 kB | 7.7/206 kB Progress (5): 44/165 kB | 47 kB | 48/527 kB | 7.7/206 kB | 4.1/38 kB Progress (5): 44/165 kB | 47 kB | 48/527 kB | 12/206 kB | 4.1/38 kB Progress (5): 44/165 kB | 47 kB | 48/527 kB | 12/206 kB | 7.7/38 kB Progress (5): 44/165 kB | 47 kB | 52/527 kB | 12/206 kB | 7.7/38 kB Progress (5): 48/165 kB | 47 kB | 52/527 kB | 12/206 kB | 7.7/38 kB Progress (5): 48/165 kB | 47 kB | 56/527 kB | 12/206 kB | 7.7/38 kB Progress (5): 48/165 kB | 47 kB | 56/527 kB | 12/206 kB | 12/38 kB Progress (5): 48/165 kB | 47 kB | 56/527 kB | 16/206 kB | 12/38 kB Progress (5): 48/165 kB | 47 kB | 56/527 kB | 16/206 kB | 16/38 kB Progress (5): 48/165 kB | 47 kB | 60/527 kB | 16/206 kB | 16/38 kB Progress (5): 52/165 kB | 47 kB | 60/527 kB | 16/206 kB | 16/38 kB Progress (5): 52/165 kB | 47 kB | 64/527 kB | 16/206 kB | 16/38 kB Progress (5): 52/165 kB | 47 kB | 64/527 kB | 16/206 kB | 20/38 kB Progress (5): 52/165 kB | 47 kB | 68/527 kB | 16/206 kB | 20/38 kB Progress (5): 52/165 kB | 47 kB | 68/527 kB | 20/206 kB | 20/38 kB Progress (5): 52/165 kB | 47 kB | 72/527 kB | 20/206 kB | 20/38 kB Progress (5): 52/165 kB | 47 kB | 72/527 kB | 20/206 kB | 24/38 kB Progress (5): 56/165 kB | 47 kB | 72/527 kB | 20/206 kB | 24/38 kB Progress (5): 56/165 kB | 47 kB | 72/527 kB | 20/206 kB | 28/38 kB Progress (5): 56/165 kB | 47 kB | 76/527 kB | 20/206 kB | 28/38 kB Progress (5): 56/165 kB | 47 kB | 76/527 kB | 24/206 kB | 28/38 kB Progress (5): 56/165 kB | 47 kB | 80/527 kB | 24/206 kB | 28/38 kB Progress (5): 56/165 kB | 47 kB | 80/527 kB | 24/206 kB | 32/38 kB Progress (5): 56/165 kB | 47 kB | 84/527 kB | 24/206 kB | 32/38 kB Progress (5): 60/165 kB | 47 kB | 84/527 kB | 24/206 kB | 32/38 kB Progress (5): 60/165 kB | 47 kB | 88/527 kB | 24/206 kB | 32/38 kB Progress (5): 60/165 kB | 47 kB | 88/527 kB | 24/206 kB | 36/38 kB Progress (5): 60/165 kB | 47 kB | 88/527 kB | 28/206 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 765 kB/s) Progress (4): 60/165 kB | 88/527 kB | 32/206 kB | 36/38 kB Progress (4): 60/165 kB | 88/527 kB | 32/206 kB | 38 kB Progress (4): 60/165 kB | 92/527 kB | 32/206 kB | 38 kB Progress (4): 64/165 kB | 92/527 kB | 32/206 kB | 38 kB Progress (4): 64/165 kB | 96/527 kB | 32/206 kB | 38 kB Progress (4): 64/165 kB | 96/527 kB | 36/206 kB | 38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (4): 64/165 kB | 96/527 kB | 40/206 kB | 38 kB Progress (4): 64/165 kB | 100/527 kB | 40/206 kB | 38 kB Progress (4): 68/165 kB | 100/527 kB | 40/206 kB | 38 kB Progress (4): 68/165 kB | 104/527 kB | 40/206 kB | 38 kB Progress (4): 68/165 kB | 104/527 kB | 44/206 kB | 38 kB Progress (4): 68/165 kB | 108/527 kB | 44/206 kB | 38 kB Progress (4): 72/165 kB | 108/527 kB | 44/206 kB | 38 kB Progress (4): 72/165 kB | 112/527 kB | 44/206 kB | 38 kB Progress (4): 72/165 kB | 112/527 kB | 48/206 kB | 38 kB Progress (4): 76/165 kB | 112/527 kB | 48/206 kB | 38 kB Progress (4): 76/165 kB | 112/527 kB | 52/206 kB | 38 kB Progress (4): 76/165 kB | 116/527 kB | 52/206 kB | 38 kB Progress (4): 76/165 kB | 116/527 kB | 56/206 kB | 38 kB Progress (4): 80/165 kB | 116/527 kB | 56/206 kB | 38 kB Progress (4): 80/165 kB | 116/527 kB | 60/206 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 548 kB/s) Progress (3): 80/165 kB | 120/527 kB | 60/206 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (3): 80/165 kB | 120/527 kB | 64/206 kB Progress (3): 84/165 kB | 120/527 kB | 64/206 kB Progress (3): 84/165 kB | 120/527 kB | 68/206 kB Progress (3): 84/165 kB | 124/527 kB | 68/206 kB Progress (3): 84/165 kB | 124/527 kB | 72/206 kB Progress (3): 88/165 kB | 124/527 kB | 72/206 kB Progress (3): 88/165 kB | 124/527 kB | 76/206 kB Progress (3): 88/165 kB | 128/527 kB | 76/206 kB Progress (3): 88/165 kB | 128/527 kB | 80/206 kB Progress (3): 92/165 kB | 128/527 kB | 80/206 kB Progress (3): 92/165 kB | 128/527 kB | 84/206 kB Progress (3): 92/165 kB | 132/527 kB | 84/206 kB Progress (3): 92/165 kB | 132/527 kB | 88/206 kB Progress (3): 96/165 kB | 132/527 kB | 88/206 kB Progress (3): 96/165 kB | 136/527 kB | 88/206 kB Progress (3): 100/165 kB | 136/527 kB | 88/206 kB Progress (3): 100/165 kB | 136/527 kB | 92/206 kB Progress (3): 100/165 kB | 140/527 kB | 92/206 kB Progress (3): 104/165 kB | 140/527 kB | 92/206 kB Progress (3): 104/165 kB | 144/527 kB | 92/206 kB Progress (3): 104/165 kB | 144/527 kB | 96/206 kB Progress (3): 108/165 kB | 144/527 kB | 96/206 kB Progress (3): 108/165 kB | 144/527 kB | 100/206 kB Progress (3): 108/165 kB | 148/527 kB | 100/206 kB Progress (3): 108/165 kB | 148/527 kB | 104/206 kB Progress (3): 112/165 kB | 148/527 kB | 104/206 kB Progress (3): 112/165 kB | 152/527 kB | 104/206 kB Progress (3): 112/165 kB | 152/527 kB | 108/206 kB Progress (3): 116/165 kB | 152/527 kB | 108/206 kB Progress (3): 116/165 kB | 152/527 kB | 112/206 kB Progress (3): 116/165 kB | 156/527 kB | 112/206 kB Progress (3): 120/165 kB | 156/527 kB | 112/206 kB Progress (3): 120/165 kB | 160/527 kB | 112/206 kB Progress (3): 124/165 kB | 160/527 kB | 112/206 kB Progress (3): 124/165 kB | 160/527 kB | 116/206 kB Progress (3): 128/165 kB | 160/527 kB | 116/206 kB Progress (3): 128/165 kB | 164/527 kB | 116/206 kB Progress (3): 128/165 kB | 164/527 kB | 120/206 kB Progress (3): 128/165 kB | 168/527 kB | 120/206 kB Progress (3): 132/165 kB | 168/527 kB | 120/206 kB Progress (3): 132/165 kB | 168/527 kB | 124/206 kB Progress (3): 136/165 kB | 168/527 kB | 124/206 kB Progress (3): 136/165 kB | 172/527 kB | 124/206 kB Progress (3): 136/165 kB | 172/527 kB | 128/206 kB Progress (3): 136/165 kB | 176/527 kB | 128/206 kB Progress (3): 140/165 kB | 176/527 kB | 128/206 kB Progress (3): 140/165 kB | 180/527 kB | 128/206 kB Progress (4): 140/165 kB | 180/527 kB | 128/206 kB | 4.1/52 kB Progress (4): 140/165 kB | 180/527 kB | 132/206 kB | 4.1/52 kB Progress (4): 140/165 kB | 180/527 kB | 132/206 kB | 7.7/52 kB Progress (4): 140/165 kB | 184/527 kB | 132/206 kB | 7.7/52 kB Progress (4): 144/165 kB | 184/527 kB | 132/206 kB | 7.7/52 kB Progress (4): 144/165 kB | 188/527 kB | 132/206 kB | 7.7/52 kB Progress (4): 144/165 kB | 188/527 kB | 132/206 kB | 12/52 kB Progress (5): 144/165 kB | 188/527 kB | 132/206 kB | 12/52 kB | 4.1/30 kB Progress (5): 144/165 kB | 188/527 kB | 136/206 kB | 12/52 kB | 4.1/30 kB Progress (5): 144/165 kB | 188/527 kB | 136/206 kB | 12/52 kB | 7.7/30 kB Progress (5): 144/165 kB | 188/527 kB | 136/206 kB | 16/52 kB | 7.7/30 kB Progress (5): 144/165 kB | 192/527 kB | 136/206 kB | 16/52 kB | 7.7/30 kB Progress (5): 148/165 kB | 192/527 kB | 136/206 kB | 16/52 kB | 7.7/30 kB Progress (5): 148/165 kB | 196/527 kB | 136/206 kB | 16/52 kB | 7.7/30 kB Progress (5): 148/165 kB | 196/527 kB | 136/206 kB | 20/52 kB | 7.7/30 kB Progress (5): 148/165 kB | 196/527 kB | 136/206 kB | 20/52 kB | 12/30 kB Progress (5): 148/165 kB | 196/527 kB | 140/206 kB | 20/52 kB | 12/30 kB Progress (5): 148/165 kB | 196/527 kB | 140/206 kB | 20/52 kB | 16/30 kB Progress (5): 148/165 kB | 196/527 kB | 140/206 kB | 24/52 kB | 16/30 kB Progress (5): 148/165 kB | 200/527 kB | 140/206 kB | 24/52 kB | 16/30 kB Progress (5): 152/165 kB | 200/527 kB | 140/206 kB | 24/52 kB | 16/30 kB Progress (5): 152/165 kB | 204/527 kB | 140/206 kB | 24/52 kB | 16/30 kB Progress (5): 152/165 kB | 204/527 kB | 140/206 kB | 28/52 kB | 16/30 kB Progress (5): 152/165 kB | 204/527 kB | 140/206 kB | 28/52 kB | 20/30 kB Progress (5): 152/165 kB | 204/527 kB | 144/206 kB | 28/52 kB | 20/30 kB Progress (5): 152/165 kB | 204/527 kB | 144/206 kB | 28/52 kB | 24/30 kB Progress (5): 152/165 kB | 204/527 kB | 144/206 kB | 32/52 kB | 24/30 kB Progress (5): 152/165 kB | 208/527 kB | 144/206 kB | 32/52 kB | 24/30 kB Progress (5): 156/165 kB | 208/527 kB | 144/206 kB | 32/52 kB | 24/30 kB Progress (5): 156/165 kB | 212/527 kB | 144/206 kB | 32/52 kB | 24/30 kB Progress (5): 156/165 kB | 212/527 kB | 144/206 kB | 36/52 kB | 24/30 kB Progress (5): 156/165 kB | 212/527 kB | 144/206 kB | 36/52 kB | 28/30 kB Progress (5): 156/165 kB | 212/527 kB | 148/206 kB | 36/52 kB | 28/30 kB Progress (5): 156/165 kB | 212/527 kB | 148/206 kB | 36/52 kB | 30 kB Progress (5): 156/165 kB | 212/527 kB | 148/206 kB | 40/52 kB | 30 kB Progress (5): 156/165 kB | 216/527 kB | 148/206 kB | 40/52 kB | 30 kB Progress (5): 160/165 kB | 216/527 kB | 148/206 kB | 40/52 kB | 30 kB Progress (5): 160/165 kB | 220/527 kB | 148/206 kB | 40/52 kB | 30 kB Progress (5): 160/165 kB | 220/527 kB | 148/206 kB | 44/52 kB | 30 kB Progress (5): 160/165 kB | 220/527 kB | 152/206 kB | 44/52 kB | 30 kB Progress (5): 160/165 kB | 220/527 kB | 152/206 kB | 48/52 kB | 30 kB Progress (5): 160/165 kB | 224/527 kB | 152/206 kB | 48/52 kB | 30 kB Progress (5): 164/165 kB | 224/527 kB | 152/206 kB | 48/52 kB | 30 kB Progress (5): 164/165 kB | 228/527 kB | 152/206 kB | 48/52 kB | 30 kB Progress (5): 164/165 kB | 228/527 kB | 152/206 kB | 52/52 kB | 30 kB Progress (5): 164/165 kB | 228/527 kB | 156/206 kB | 52/52 kB | 30 kB Progress (5): 164/165 kB | 228/527 kB | 156/206 kB | 52 kB | 30 kB Progress (5): 164/165 kB | 232/527 kB | 156/206 kB | 52 kB | 30 kB Progress (5): 165 kB | 232/527 kB | 156/206 kB | 52 kB | 30 kB Progress (5): 165 kB | 236/527 kB | 156/206 kB | 52 kB | 30 kB Progress (5): 165 kB | 236/527 kB | 160/206 kB | 52 kB | 30 kB Progress (5): 165 kB | 240/527 kB | 160/206 kB | 52 kB | 30 kB Progress (5): 165 kB | 240/527 kB | 164/206 kB | 52 kB | 30 kB Progress (5): 165 kB | 244/527 kB | 164/206 kB | 52 kB | 30 kB Progress (5): 165 kB | 244/527 kB | 168/206 kB | 52 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 127 kB/s) Progress (4): 165 kB | 248/527 kB | 168/206 kB | 52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Progress (4): 165 kB | 248/527 kB | 172/206 kB | 52 kB Progress (4): 165 kB | 252/527 kB | 172/206 kB | 52 kB Progress (4): 165 kB | 252/527 kB | 176/206 kB | 52 kB Progress (4): 165 kB | 256/527 kB | 176/206 kB | 52 kB Progress (4): 165 kB | 256/527 kB | 180/206 kB | 52 kB Progress (4): 165 kB | 256/527 kB | 184/206 kB | 52 kB Progress (4): 165 kB | 260/527 kB | 184/206 kB | 52 kB Progress (4): 165 kB | 260/527 kB | 188/206 kB | 52 kB Progress (4): 165 kB | 264/527 kB | 188/206 kB | 52 kB Progress (4): 165 kB | 264/527 kB | 192/206 kB | 52 kB Progress (4): 165 kB | 268/527 kB | 192/206 kB | 52 kB Progress (4): 165 kB | 268/527 kB | 196/206 kB | 52 kB Progress (4): 165 kB | 272/527 kB | 196/206 kB | 52 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 215 kB/s) Progress (3): 165 kB | 272/527 kB | 200/206 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (3): 165 kB | 276/527 kB | 200/206 kB Progress (3): 165 kB | 276/527 kB | 204/206 kB Progress (3): 165 kB | 280/527 kB | 204/206 kB Progress (3): 165 kB | 280/527 kB | 206 kB Progress (3): 165 kB | 284/527 kB | 206 kB Progress (3): 165 kB | 288/527 kB | 206 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 669 kB/s) Progress (2): 292/527 kB | 206 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): 296/527 kB | 206 kB Progress (2): 300/527 kB | 206 kB Progress (2): 304/527 kB | 206 kB Progress (2): 308/527 kB | 206 kB Progress (2): 312/527 kB | 206 kB Progress (2): 316/527 kB | 206 kB Progress (2): 320/527 kB | 206 kB Progress (2): 324/527 kB | 206 kB Progress (2): 328/527 kB | 206 kB Progress (2): 332/527 kB | 206 kB Progress (2): 336/527 kB | 206 kB Progress (2): 340/527 kB | 206 kB Progress (2): 344/527 kB | 206 kB Progress (2): 348/527 kB | 206 kB Progress (2): 352/527 kB | 206 kB Progress (2): 356/527 kB | 206 kB Progress (2): 360/527 kB | 206 kB Progress (2): 364/527 kB | 206 kB Progress (2): 368/527 kB | 206 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar (206 kB at 808 kB/s) Progress (2): 368/527 kB | 4.1/148 kB Progress (2): 372/527 kB | 4.1/148 kB Progress (2): 372/527 kB | 7.7/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): 372/527 kB | 12/148 kB Progress (2): 376/527 kB | 12/148 kB Progress (2): 376/527 kB | 16/148 kB Progress (3): 376/527 kB | 16/148 kB | 4.1/51 kB Progress (3): 376/527 kB | 20/148 kB | 4.1/51 kB Progress (3): 380/527 kB | 20/148 kB | 4.1/51 kB Progress (3): 380/527 kB | 24/148 kB | 4.1/51 kB Progress (3): 380/527 kB | 24/148 kB | 7.7/51 kB Progress (3): 380/527 kB | 28/148 kB | 7.7/51 kB Progress (3): 384/527 kB | 28/148 kB | 7.7/51 kB Progress (3): 388/527 kB | 28/148 kB | 7.7/51 kB Progress (3): 392/527 kB | 28/148 kB | 7.7/51 kB Progress (3): 396/527 kB | 28/148 kB | 7.7/51 kB Progress (3): 400/527 kB | 28/148 kB | 7.7/51 kB Progress (3): 400/527 kB | 28/148 kB | 12/51 kB Progress (3): 400/527 kB | 32/148 kB | 12/51 kB Progress (3): 400/527 kB | 32/148 kB | 16/51 kB Progress (3): 404/527 kB | 32/148 kB | 16/51 kB Progress (4): 404/527 kB | 32/148 kB | 16/51 kB | 4.1/106 kB Progress (5): 404/527 kB | 32/148 kB | 16/51 kB | 4.1/106 kB | 4.1/14 kB Progress (5): 408/527 kB | 32/148 kB | 16/51 kB | 4.1/106 kB | 4.1/14 kB Progress (5): 408/527 kB | 32/148 kB | 20/51 kB | 4.1/106 kB | 4.1/14 kB Progress (5): 408/527 kB | 33/148 kB | 20/51 kB | 4.1/106 kB | 4.1/14 kB Progress (5): 408/527 kB | 33/148 kB | 24/51 kB | 4.1/106 kB | 4.1/14 kB Progress (5): 412/527 kB | 33/148 kB | 24/51 kB | 4.1/106 kB | 4.1/14 kB Progress (5): 412/527 kB | 33/148 kB | 24/51 kB | 4.1/106 kB | 7.7/14 kB Progress (5): 412/527 kB | 33/148 kB | 24/51 kB | 7.7/106 kB | 7.7/14 kB Progress (5): 412/527 kB | 33/148 kB | 24/51 kB | 7.7/106 kB | 12/14 kB Progress (5): 416/527 kB | 33/148 kB | 24/51 kB | 7.7/106 kB | 12/14 kB Progress (5): 416/527 kB | 33/148 kB | 28/51 kB | 7.7/106 kB | 12/14 kB Progress (5): 416/527 kB | 37/148 kB | 28/51 kB | 7.7/106 kB | 12/14 kB Progress (5): 416/527 kB | 37/148 kB | 32/51 kB | 7.7/106 kB | 12/14 kB Progress (5): 420/527 kB | 37/148 kB | 32/51 kB | 7.7/106 kB | 12/14 kB Progress (5): 420/527 kB | 37/148 kB | 32/51 kB | 7.7/106 kB | 14 kB Progress (5): 420/527 kB | 37/148 kB | 32/51 kB | 12/106 kB | 14 kB Progress (5): 424/527 kB | 37/148 kB | 32/51 kB | 12/106 kB | 14 kB Progress (5): 424/527 kB | 37/148 kB | 36/51 kB | 12/106 kB | 14 kB Progress (5): 424/527 kB | 41/148 kB | 36/51 kB | 12/106 kB | 14 kB Progress (5): 424/527 kB | 41/148 kB | 40/51 kB | 12/106 kB | 14 kB Progress (5): 428/527 kB | 41/148 kB | 40/51 kB | 12/106 kB | 14 kB Progress (5): 428/527 kB | 41/148 kB | 40/51 kB | 16/106 kB | 14 kB Progress (5): 432/527 kB | 41/148 kB | 40/51 kB | 16/106 kB | 14 kB Progress (5): 432/527 kB | 41/148 kB | 44/51 kB | 16/106 kB | 14 kB Progress (5): 432/527 kB | 45/148 kB | 44/51 kB | 16/106 kB | 14 kB Progress (5): 432/527 kB | 45/148 kB | 48/51 kB | 16/106 kB | 14 kB Progress (5): 436/527 kB | 45/148 kB | 48/51 kB | 16/106 kB | 14 kB Progress (5): 436/527 kB | 45/148 kB | 48/51 kB | 20/106 kB | 14 kB Progress (5): 440/527 kB | 45/148 kB | 48/51 kB | 20/106 kB | 14 kB Progress (5): 440/527 kB | 45/148 kB | 51 kB | 20/106 kB | 14 kB Progress (5): 440/527 kB | 49/148 kB | 51 kB | 20/106 kB | 14 kB Progress (5): 444/527 kB | 49/148 kB | 51 kB | 20/106 kB | 14 kB Progress (5): 444/527 kB | 49/148 kB | 51 kB | 24/106 kB | 14 kB Progress (5): 448/527 kB | 49/148 kB | 51 kB | 24/106 kB | 14 kB Progress (5): 448/527 kB | 53/148 kB | 51 kB | 24/106 kB | 14 kB Progress (5): 452/527 kB | 53/148 kB | 51 kB | 24/106 kB | 14 kB Progress (5): 452/527 kB | 53/148 kB | 51 kB | 28/106 kB | 14 kB Progress (5): 456/527 kB | 53/148 kB | 51 kB | 28/106 kB | 14 kB Progress (5): 456/527 kB | 57/148 kB | 51 kB | 28/106 kB | 14 kB Progress (5): 460/527 kB | 57/148 kB | 51 kB | 28/106 kB | 14 kB Progress (5): 460/527 kB | 57/148 kB | 51 kB | 32/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 39 kB/s) Progress (4): 464/527 kB | 57/148 kB | 51 kB | 32/106 kB Progress (4): 464/527 kB | 61/148 kB | 51 kB | 32/106 kB Progress (4): 468/527 kB | 61/148 kB | 51 kB | 32/106 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): 468/527 kB | 61/148 kB | 51 kB | 33/106 kB Progress (4): 468/527 kB | 61/148 kB | 51 kB | 37/106 kB Progress (4): 468/527 kB | 61/148 kB | 51 kB | 41/106 kB Progress (4): 468/527 kB | 61/148 kB | 51 kB | 45/106 kB Progress (4): 468/527 kB | 61/148 kB | 51 kB | 49/106 kB Progress (4): 472/527 kB | 61/148 kB | 51 kB | 49/106 kB Progress (4): 472/527 kB | 65/148 kB | 51 kB | 49/106 kB Progress (4): 476/527 kB | 65/148 kB | 51 kB | 49/106 kB Progress (4): 476/527 kB | 65/148 kB | 51 kB | 53/106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 146 kB/s) Progress (3): 476/527 kB | 65/148 kB | 57/106 kB Progress (3): 480/527 kB | 65/148 kB | 57/106 kB Progress (3): 480/527 kB | 66/148 kB | 57/106 kB Progress (3): 480/527 kB | 66/148 kB | 61/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): 480/527 kB | 66/148 kB | 65/106 kB Progress (3): 480/527 kB | 70/148 kB | 65/106 kB Progress (3): 484/527 kB | 70/148 kB | 65/106 kB Progress (3): 484/527 kB | 74/148 kB | 65/106 kB Progress (3): 484/527 kB | 74/148 kB | 66/106 kB Progress (3): 488/527 kB | 74/148 kB | 66/106 kB Progress (3): 488/527 kB | 78/148 kB | 66/106 kB Progress (3): 488/527 kB | 78/148 kB | 70/106 kB Progress (3): 488/527 kB | 82/148 kB | 70/106 kB Progress (3): 492/527 kB | 82/148 kB | 70/106 kB Progress (3): 492/527 kB | 82/148 kB | 74/106 kB Progress (3): 496/527 kB | 82/148 kB | 74/106 kB Progress (3): 496/527 kB | 82/148 kB | 78/106 kB Progress (3): 496/527 kB | 86/148 kB | 78/106 kB Progress (3): 500/527 kB | 86/148 kB | 78/106 kB Progress (3): 500/527 kB | 90/148 kB | 78/106 kB Progress (3): 504/527 kB | 90/148 kB | 78/106 kB Progress (3): 508/527 kB | 90/148 kB | 78/106 kB Progress (3): 512/527 kB | 90/148 kB | 78/106 kB Progress (3): 516/527 kB | 90/148 kB | 78/106 kB Progress (3): 520/527 kB | 90/148 kB | 78/106 kB Progress (4): 520/527 kB | 90/148 kB | 78/106 kB | 4.1/108 kB Progress (4): 520/527 kB | 90/148 kB | 78/106 kB | 7.7/108 kB Progress (4): 520/527 kB | 90/148 kB | 78/106 kB | 12/108 kB Progress (4): 520/527 kB | 94/148 kB | 78/106 kB | 12/108 kB Progress (4): 520/527 kB | 94/148 kB | 78/106 kB | 16/108 kB Progress (4): 524/527 kB | 94/148 kB | 78/106 kB | 16/108 kB Progress (4): 524/527 kB | 94/148 kB | 82/106 kB | 16/108 kB Progress (5): 524/527 kB | 94/148 kB | 82/106 kB | 16/108 kB | 4.1/74 kB Progress (5): 524/527 kB | 94/148 kB | 86/106 kB | 16/108 kB | 4.1/74 kB Progress (5): 524/527 kB | 94/148 kB | 86/106 kB | 20/108 kB | 4.1/74 kB Progress (5): 527 kB | 94/148 kB | 86/106 kB | 20/108 kB | 4.1/74 kB Progress (5): 527 kB | 98/148 kB | 86/106 kB | 20/108 kB | 4.1/74 kB Progress (5): 527 kB | 98/148 kB | 86/106 kB | 24/108 kB | 4.1/74 kB Progress (5): 527 kB | 98/148 kB | 90/106 kB | 24/108 kB | 4.1/74 kB Progress (5): 527 kB | 98/148 kB | 90/106 kB | 24/108 kB | 7.7/74 kB Progress (5): 527 kB | 98/148 kB | 94/106 kB | 24/108 kB | 7.7/74 kB Progress (5): 527 kB | 98/148 kB | 94/106 kB | 28/108 kB | 7.7/74 kB Progress (5): 527 kB | 98/148 kB | 94/106 kB | 28/108 kB | 7.7/74 kB Progress (5): 527 kB | 98/148 kB | 94/106 kB | 32/108 kB | 7.7/74 kB Progress (5): 527 kB | 98/148 kB | 98/106 kB | 32/108 kB | 7.7/74 kB Progress (5): 527 kB | 98/148 kB | 98/106 kB | 32/108 kB | 12/74 kB Progress (5): 527 kB | 98/148 kB | 98/106 kB | 32/108 kB | 12/74 kB Progress (5): 527 kB | 98/148 kB | 98/106 kB | 33/108 kB | 12/74 kB Progress (5): 527 kB | 102/148 kB | 98/106 kB | 33/108 kB | 12/74 kB Progress (5): 527 kB | 102/148 kB | 98/106 kB | 37/108 kB | 12/74 kB Progress (5): 527 kB | 102/148 kB | 102/106 kB | 37/108 kB | 12/74 kB Progress (5): 527 kB | 102/148 kB | 102/106 kB | 37/108 kB | 16/74 kB Progress (5): 527 kB | 102/148 kB | 106 kB | 37/108 kB | 16/74 kB Progress (5): 527 kB | 102/148 kB | 106 kB | 41/108 kB | 16/74 kB Progress (5): 527 kB | 106/148 kB | 106 kB | 41/108 kB | 16/74 kB Progress (5): 527 kB | 106/148 kB | 106 kB | 45/108 kB | 16/74 kB Progress (5): 527 kB | 106/148 kB | 106 kB | 45/108 kB | 20/74 kB Progress (5): 527 kB | 106/148 kB | 106 kB | 49/108 kB | 20/74 kB Progress (5): 527 kB | 110/148 kB | 106 kB | 49/108 kB | 20/74 kB Progress (5): 527 kB | 110/148 kB | 106 kB | 53/108 kB | 20/74 kB Progress (5): 527 kB | 110/148 kB | 106 kB | 53/108 kB | 24/74 kB Progress (5): 527 kB | 110/148 kB | 106 kB | 57/108 kB | 24/74 kB Progress (5): 527 kB | 110/148 kB | 106 kB | 57/108 kB | 28/74 kB Progress (5): 527 kB | 110/148 kB | 106 kB | 61/108 kB | 28/74 kB Progress (5): 527 kB | 114/148 kB | 106 kB | 61/108 kB | 28/74 kB Progress (5): 527 kB | 114/148 kB | 106 kB | 65/108 kB | 28/74 kB Progress (5): 527 kB | 114/148 kB | 106 kB | 65/108 kB | 32/74 kB Progress (5): 527 kB | 114/148 kB | 106 kB | 66/108 kB | 32/74 kB Progress (5): 527 kB | 118/148 kB | 106 kB | 66/108 kB | 32/74 kB Progress (5): 527 kB | 118/148 kB | 106 kB | 66/108 kB | 33/74 kB Progress (5): 527 kB | 122/148 kB | 106 kB | 66/108 kB | 33/74 kB Progress (5): 527 kB | 122/148 kB | 106 kB | 70/108 kB | 33/74 kB Progress (5): 527 kB | 126/148 kB | 106 kB | 70/108 kB | 33/74 kB Progress (5): 527 kB | 126/148 kB | 106 kB | 70/108 kB | 37/74 kB Progress (5): 527 kB | 130/148 kB | 106 kB | 70/108 kB | 37/74 kB Progress (5): 527 kB | 130/148 kB | 106 kB | 74/108 kB | 37/74 kB Progress (5): 527 kB | 134/148 kB | 106 kB | 74/108 kB | 37/74 kB Progress (5): 527 kB | 134/148 kB | 106 kB | 74/108 kB | 41/74 kB Progress (5): 527 kB | 138/148 kB | 106 kB | 74/108 kB | 41/74 kB Progress (5): 527 kB | 138/148 kB | 106 kB | 78/108 kB | 41/74 kB Progress (5): 527 kB | 142/148 kB | 106 kB | 78/108 kB | 41/74 kB Progress (5): 527 kB | 142/148 kB | 106 kB | 78/108 kB | 45/74 kB Progress (5): 527 kB | 146/148 kB | 106 kB | 78/108 kB | 45/74 kB Progress (5): 527 kB | 146/148 kB | 106 kB | 82/108 kB | 45/74 kB Progress (5): 527 kB | 148 kB | 106 kB | 82/108 kB | 45/74 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 238 kB/s) Progress (4): 527 kB | 148 kB | 82/108 kB | 49/74 kB 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 (4): 527 kB | 148 kB | 86/108 kB | 49/74 kB Progress (4): 527 kB | 148 kB | 86/108 kB | 53/74 kB Progress (4): 527 kB | 148 kB | 90/108 kB | 53/74 kB Progress (4): 527 kB | 148 kB | 90/108 kB | 57/74 kB Progress (4): 527 kB | 148 kB | 94/108 kB | 57/74 kB Progress (4): 527 kB | 148 kB | 94/108 kB | 61/74 kB Progress (4): 527 kB | 148 kB | 98/108 kB | 61/74 kB Progress (4): 527 kB | 148 kB | 98/108 kB | 65/74 kB Progress (4): 527 kB | 148 kB | 98/108 kB | 66/74 kB Progress (4): 527 kB | 148 kB | 102/108 kB | 66/74 kB Progress (4): 527 kB | 148 kB | 102/108 kB | 70/74 kB Progress (4): 527 kB | 148 kB | 106/108 kB | 70/74 kB Progress (4): 527 kB | 148 kB | 106/108 kB | 74/74 kB Progress (4): 527 kB | 148 kB | 108 kB | 74/74 kB Progress (4): 527 kB | 148 kB | 108 kB | 74 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.jar (148 kB at 326 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.1 MB/s) 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 140 kB/s) 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 204 kB/s) 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 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 (1): 4.1/202 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 (1): 7.7/202 kB Progress (2): 7.7/202 kB | 4.1/153 kB Progress (2): 12/202 kB | 4.1/153 kB Progress (2): 12/202 kB | 7.7/153 kB Progress (2): 16/202 kB | 7.7/153 kB Progress (2): 16/202 kB | 12/153 kB Progress (2): 20/202 kB | 12/153 kB Progress (2): 20/202 kB | 16/153 kB Progress (2): 24/202 kB | 16/153 kB Progress (2): 24/202 kB | 20/153 kB Progress (2): 28/202 kB | 20/153 kB Progress (2): 28/202 kB | 24/153 kB Progress (2): 32/202 kB | 24/153 kB Progress (2): 32/202 kB | 28/153 kB Progress (2): 33/202 kB | 28/153 kB Progress (2): 33/202 kB | 32/153 kB Progress (2): 37/202 kB | 32/153 kB Progress (2): 37/202 kB | 33/153 kB Progress (2): 41/202 kB | 33/153 kB Progress (2): 41/202 kB | 37/153 kB Progress (2): 41/202 kB | 41/153 kB Progress (2): 45/202 kB | 41/153 kB Progress (2): 45/202 kB | 45/153 kB Progress (2): 49/202 kB | 45/153 kB Progress (2): 49/202 kB | 49/153 kB Progress (2): 49/202 kB | 53/153 kB Progress (2): 53/202 kB | 53/153 kB Progress (2): 53/202 kB | 57/153 kB Progress (2): 57/202 kB | 57/153 kB Progress (2): 57/202 kB | 61/153 kB Progress (2): 61/202 kB | 61/153 kB Progress (2): 61/202 kB | 65/153 kB Progress (2): 65/202 kB | 65/153 kB Progress (2): 65/202 kB | 66/153 kB Progress (2): 66/202 kB | 66/153 kB Progress (2): 66/202 kB | 70/153 kB Progress (2): 70/202 kB | 70/153 kB Progress (2): 70/202 kB | 74/153 kB Progress (2): 74/202 kB | 74/153 kB Progress (2): 74/202 kB | 78/153 kB Progress (2): 78/202 kB | 78/153 kB Progress (2): 78/202 kB | 82/153 kB Progress (2): 82/202 kB | 82/153 kB Progress (2): 82/202 kB | 86/153 kB Progress (2): 82/202 kB | 90/153 kB Progress (2): 86/202 kB | 90/153 kB Progress (2): 86/202 kB | 94/153 kB Progress (2): 90/202 kB | 94/153 kB Progress (2): 90/202 kB | 98/153 kB Progress (2): 94/202 kB | 98/153 kB Progress (2): 94/202 kB | 102/153 kB Progress (2): 98/202 kB | 102/153 kB Progress (2): 98/202 kB | 106/153 kB Progress (2): 102/202 kB | 106/153 kB Progress (2): 102/202 kB | 110/153 kB Progress (2): 106/202 kB | 110/153 kB Progress (2): 106/202 kB | 114/153 kB Progress (3): 106/202 kB | 114/153 kB | 4.1/61 kB Progress (3): 106/202 kB | 118/153 kB | 4.1/61 kB Progress (3): 106/202 kB | 118/153 kB | 7.7/61 kB Progress (3): 110/202 kB | 118/153 kB | 7.7/61 kB Progress (3): 110/202 kB | 122/153 kB | 7.7/61 kB Progress (3): 114/202 kB | 122/153 kB | 7.7/61 kB Progress (3): 114/202 kB | 122/153 kB | 12/61 kB Progress (3): 118/202 kB | 122/153 kB | 12/61 kB Progress (4): 118/202 kB | 122/153 kB | 12/61 kB | 4.1/472 kB Progress (4): 118/202 kB | 126/153 kB | 12/61 kB | 4.1/472 kB Progress (4): 118/202 kB | 126/153 kB | 12/61 kB | 7.7/472 kB Progress (4): 122/202 kB | 126/153 kB | 12/61 kB | 7.7/472 kB Progress (4): 122/202 kB | 126/153 kB | 16/61 kB | 7.7/472 kB Progress (4): 126/202 kB | 126/153 kB | 16/61 kB | 7.7/472 kB Progress (4): 126/202 kB | 126/153 kB | 16/61 kB | 12/472 kB Progress (4): 126/202 kB | 130/153 kB | 16/61 kB | 12/472 kB Progress (4): 126/202 kB | 130/153 kB | 16/61 kB | 16/472 kB Progress (4): 126/202 kB | 130/153 kB | 20/61 kB | 16/472 kB Progress (4): 130/202 kB | 130/153 kB | 20/61 kB | 16/472 kB Progress (4): 130/202 kB | 130/153 kB | 24/61 kB | 16/472 kB Progress (4): 130/202 kB | 130/153 kB | 24/61 kB | 20/472 kB Progress (4): 130/202 kB | 134/153 kB | 24/61 kB | 20/472 kB Progress (4): 130/202 kB | 134/153 kB | 24/61 kB | 24/472 kB Progress (4): 130/202 kB | 134/153 kB | 28/61 kB | 24/472 kB Progress (4): 134/202 kB | 134/153 kB | 28/61 kB | 24/472 kB Progress (4): 134/202 kB | 134/153 kB | 32/61 kB | 24/472 kB Progress (4): 134/202 kB | 134/153 kB | 32/61 kB | 28/472 kB Progress (4): 134/202 kB | 138/153 kB | 32/61 kB | 28/472 kB Progress (4): 134/202 kB | 138/153 kB | 32/61 kB | 32/472 kB Progress (4): 134/202 kB | 138/153 kB | 33/61 kB | 32/472 kB Progress (4): 138/202 kB | 138/153 kB | 33/61 kB | 32/472 kB Progress (4): 138/202 kB | 138/153 kB | 33/61 kB | 33/472 kB Progress (4): 138/202 kB | 142/153 kB | 33/61 kB | 33/472 kB Progress (4): 142/202 kB | 142/153 kB | 33/61 kB | 33/472 kB Progress (4): 142/202 kB | 142/153 kB | 37/61 kB | 33/472 kB Progress (4): 146/202 kB | 142/153 kB | 37/61 kB | 33/472 kB Progress (4): 146/202 kB | 142/153 kB | 37/61 kB | 37/472 kB Progress (4): 146/202 kB | 146/153 kB | 37/61 kB | 37/472 kB Progress (4): 146/202 kB | 146/153 kB | 37/61 kB | 41/472 kB Progress (4): 150/202 kB | 146/153 kB | 37/61 kB | 41/472 kB Progress (4): 150/202 kB | 146/153 kB | 41/61 kB | 41/472 kB Progress (4): 154/202 kB | 146/153 kB | 41/61 kB | 41/472 kB Progress (4): 154/202 kB | 146/153 kB | 41/61 kB | 45/472 kB Progress (4): 154/202 kB | 150/153 kB | 41/61 kB | 45/472 kB Progress (4): 154/202 kB | 150/153 kB | 41/61 kB | 49/472 kB Progress (4): 154/202 kB | 150/153 kB | 45/61 kB | 49/472 kB Progress (4): 154/202 kB | 150/153 kB | 45/61 kB | 53/472 kB Progress (4): 154/202 kB | 150/153 kB | 45/61 kB | 57/472 kB Progress (4): 154/202 kB | 150/153 kB | 45/61 kB | 61/472 kB Progress (4): 154/202 kB | 150/153 kB | 45/61 kB | 65/472 kB Progress (4): 158/202 kB | 150/153 kB | 45/61 kB | 65/472 kB Progress (4): 162/202 kB | 150/153 kB | 45/61 kB | 65/472 kB Progress (4): 162/202 kB | 153 kB | 45/61 kB | 65/472 kB Progress (4): 166/202 kB | 153 kB | 45/61 kB | 65/472 kB Progress (4): 166/202 kB | 153 kB | 45/61 kB | 66/472 kB Progress (4): 166/202 kB | 153 kB | 49/61 kB | 66/472 kB Progress (4): 166/202 kB | 153 kB | 49/61 kB | 70/472 kB Progress (4): 166/202 kB | 153 kB | 53/61 kB | 70/472 kB Progress (4): 170/202 kB | 153 kB | 53/61 kB | 70/472 kB Progress (4): 170/202 kB | 153 kB | 57/61 kB | 70/472 kB Progress (4): 174/202 kB | 153 kB | 57/61 kB | 70/472 kB Progress (4): 174/202 kB | 153 kB | 57/61 kB | 74/472 kB Progress (4): 178/202 kB | 153 kB | 57/61 kB | 74/472 kB Progress (4): 178/202 kB | 153 kB | 61/61 kB | 74/472 kB Progress (4): 182/202 kB | 153 kB | 61/61 kB | 74/472 kB Progress (4): 182/202 kB | 153 kB | 61/61 kB | 78/472 kB Progress (4): 186/202 kB | 153 kB | 61/61 kB | 78/472 kB Progress (4): 186/202 kB | 153 kB | 61 kB | 78/472 kB Progress (4): 190/202 kB | 153 kB | 61 kB | 78/472 kB Progress (4): 190/202 kB | 153 kB | 61 kB | 82/472 kB Progress (4): 194/202 kB | 153 kB | 61 kB | 82/472 kB Progress (4): 194/202 kB | 153 kB | 61 kB | 86/472 kB Progress (4): 198/202 kB | 153 kB | 61 kB | 86/472 kB Progress (4): 198/202 kB | 153 kB | 61 kB | 90/472 kB Progress (4): 202/202 kB | 153 kB | 61 kB | 90/472 kB Progress (4): 202 kB | 153 kB | 61 kB | 90/472 kB Progress (4): 202 kB | 153 kB | 61 kB | 94/472 kB Progress (4): 202 kB | 153 kB | 61 kB | 98/472 kB Progress (4): 202 kB | 153 kB | 61 kB | 102/472 kB Progress (4): 202 kB | 153 kB | 61 kB | 106/472 kB Progress (4): 202 kB | 153 kB | 61 kB | 110/472 kB Progress (4): 202 kB | 153 kB | 61 kB | 114/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 240 kB/s) Progress (3): 202 kB | 61 kB | 118/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (3): 202 kB | 61 kB | 122/472 kB Progress (3): 202 kB | 61 kB | 126/472 kB Progress (3): 202 kB | 61 kB | 130/472 kB Progress (4): 202 kB | 61 kB | 130/472 kB | 4.1/46 kB Progress (4): 202 kB | 61 kB | 130/472 kB | 7.7/46 kB Progress (4): 202 kB | 61 kB | 134/472 kB | 7.7/46 kB Progress (4): 202 kB | 61 kB | 134/472 kB | 12/46 kB Progress (4): 202 kB | 61 kB | 138/472 kB | 12/46 kB Progress (4): 202 kB | 61 kB | 138/472 kB | 16/46 kB Progress (4): 202 kB | 61 kB | 142/472 kB | 16/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) 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 314 kB/s) Progress (2): 142/472 kB | 20/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 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): 146/472 kB | 20/46 kB Progress (2): 146/472 kB | 24/46 kB Progress (2): 150/472 kB | 24/46 kB Progress (2): 150/472 kB | 28/46 kB Progress (2): 154/472 kB | 28/46 kB Progress (2): 154/472 kB | 32/46 kB Progress (2): 154/472 kB | 36/46 kB Progress (2): 158/472 kB | 36/46 kB Progress (2): 158/472 kB | 40/46 kB Progress (2): 162/472 kB | 40/46 kB Progress (2): 162/472 kB | 44/46 kB Progress (2): 162/472 kB | 46 kB Progress (2): 166/472 kB | 46 kB Progress (2): 170/472 kB | 46 kB Progress (2): 174/472 kB | 46 kB Progress (2): 178/472 kB | 46 kB Progress (2): 182/472 kB | 46 kB Progress (2): 186/472 kB | 46 kB Progress (2): 190/472 kB | 46 kB Progress (2): 194/472 kB | 46 kB Progress (2): 198/472 kB | 46 kB Progress (2): 202/472 kB | 46 kB Progress (2): 206/472 kB | 46 kB Progress (2): 210/472 kB | 46 kB Progress (2): 214/472 kB | 46 kB Progress (2): 218/472 kB | 46 kB Progress (2): 222/472 kB | 46 kB Progress (2): 226/472 kB | 46 kB Progress (2): 230/472 kB | 46 kB Progress (2): 234/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 70 kB/s) Progress (2): 234/472 kB | 4.1/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar Progress (3): 234/472 kB | 4.1/49 kB | 4.1/13 kB Progress (3): 234/472 kB | 4.1/49 kB | 7.7/13 kB Progress (3): 234/472 kB | 4.1/49 kB | 12/13 kB Progress (3): 234/472 kB | 4.1/49 kB | 13 kB Progress (3): 234/472 kB | 7.7/49 kB | 13 kB Progress (3): 238/472 kB | 7.7/49 kB | 13 kB Progress (3): 238/472 kB | 12/49 kB | 13 kB Progress (3): 242/472 kB | 12/49 kB | 13 kB Progress (3): 242/472 kB | 16/49 kB | 13 kB Progress (3): 246/472 kB | 16/49 kB | 13 kB Progress (3): 250/472 kB | 16/49 kB | 13 kB Progress (4): 250/472 kB | 16/49 kB | 13 kB | 4.1/22 kB Progress (4): 250/472 kB | 20/49 kB | 13 kB | 4.1/22 kB Progress (5): 250/472 kB | 20/49 kB | 13 kB | 4.1/22 kB | 4.1/29 kB Progress (5): 250/472 kB | 24/49 kB | 13 kB | 4.1/22 kB | 4.1/29 kB Progress (5): 250/472 kB | 24/49 kB | 13 kB | 7.7/22 kB | 4.1/29 kB Progress (5): 254/472 kB | 24/49 kB | 13 kB | 7.7/22 kB | 4.1/29 kB Progress (5): 254/472 kB | 24/49 kB | 13 kB | 12/22 kB | 4.1/29 kB Progress (5): 254/472 kB | 28/49 kB | 13 kB | 12/22 kB | 4.1/29 kB Progress (5): 254/472 kB | 28/49 kB | 13 kB | 12/22 kB | 7.7/29 kB Progress (5): 254/472 kB | 32/49 kB | 13 kB | 12/22 kB | 7.7/29 kB Progress (5): 254/472 kB | 32/49 kB | 13 kB | 16/22 kB | 7.7/29 kB Progress (5): 258/472 kB | 32/49 kB | 13 kB | 16/22 kB | 7.7/29 kB Progress (5): 258/472 kB | 32/49 kB | 13 kB | 20/22 kB | 7.7/29 kB Progress (5): 258/472 kB | 33/49 kB | 13 kB | 20/22 kB | 7.7/29 kB Progress (5): 258/472 kB | 33/49 kB | 13 kB | 20/22 kB | 12/29 kB Progress (5): 262/472 kB | 33/49 kB | 13 kB | 20/22 kB | 12/29 kB Progress (5): 262/472 kB | 33/49 kB | 13 kB | 22 kB | 12/29 kB Progress (5): 266/472 kB | 33/49 kB | 13 kB | 22 kB | 12/29 kB Progress (5): 266/472 kB | 37/49 kB | 13 kB | 22 kB | 12/29 kB Progress (5): 266/472 kB | 41/49 kB | 13 kB | 22 kB | 12/29 kB Progress (5): 266/472 kB | 41/49 kB | 13 kB | 22 kB | 16/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 18 kB/s) Progress (4): 270/472 kB | 41/49 kB | 22 kB | 16/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 (4): 270/472 kB | 41/49 kB | 22 kB | 20/29 kB Progress (4): 270/472 kB | 45/49 kB | 22 kB | 20/29 kB Progress (4): 270/472 kB | 45/49 kB | 22 kB | 24/29 kB Progress (4): 274/472 kB | 45/49 kB | 22 kB | 24/29 kB Progress (4): 274/472 kB | 45/49 kB | 22 kB | 28/29 kB Progress (4): 274/472 kB | 49/49 kB | 22 kB | 28/29 kB Progress (4): 278/472 kB | 49/49 kB | 22 kB | 28/29 kB Progress (4): 278/472 kB | 49/49 kB | 22 kB | 29 kB Progress (4): 282/472 kB | 49/49 kB | 22 kB | 29 kB Progress (4): 282/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 286/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 290/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 294/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 298/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 302/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 306/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 310/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 314/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 318/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 322/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 326/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 330/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 334/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 338/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 342/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 346/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 350/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 354/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 358/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 362/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 366/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 370/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 374/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 378/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 382/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 386/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 390/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 394/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 398/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 402/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 406/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 410/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 414/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 418/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 422/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 426/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 430/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 434/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 438/472 kB | 49 kB | 22 kB | 29 kB Progress (4): 442/472 kB | 49 kB | 22 kB | 29 kB Progress (5): 442/472 kB | 49 kB | 22 kB | 29 kB | 4.1/247 kB Progress (5): 446/472 kB | 49 kB | 22 kB | 29 kB | 4.1/247 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.jar (29 kB at 34 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar (22 kB at 26 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Progress (3): 446/472 kB | 49 kB | 7.7/247 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 Progress (3): 450/472 kB | 49 kB | 7.7/247 kB Progress (3): 450/472 kB | 49 kB | 12/247 kB Progress (3): 454/472 kB | 49 kB | 12/247 kB Progress (3): 454/472 kB | 49 kB | 16/247 kB Progress (3): 458/472 kB | 49 kB | 16/247 kB Progress (3): 458/472 kB | 49 kB | 20/247 kB Progress (3): 458/472 kB | 49 kB | 24/247 kB Progress (3): 462/472 kB | 49 kB | 24/247 kB Progress (3): 462/472 kB | 49 kB | 28/247 kB Progress (3): 466/472 kB | 49 kB | 28/247 kB Progress (3): 466/472 kB | 49 kB | 32/247 kB Progress (3): 466/472 kB | 49 kB | 33/247 kB Progress (3): 470/472 kB | 49 kB | 33/247 kB Progress (3): 470/472 kB | 49 kB | 37/247 kB Progress (3): 472 kB | 49 kB | 37/247 kB Progress (3): 472 kB | 49 kB | 41/247 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 58 kB/s) Progress (2): 472 kB | 45/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 | 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 | 134/247 kB Progress (2): 472 kB | 138/247 kB Progress (2): 472 kB | 142/247 kB Progress (2): 472 kB | 146/247 kB Progress (2): 472 kB | 150/247 kB Progress (2): 472 kB | 154/247 kB Progress (2): 472 kB | 158/247 kB Progress (2): 472 kB | 162/247 kB Progress (2): 472 kB | 166/247 kB Progress (2): 472 kB | 170/247 kB Progress (2): 472 kB | 174/247 kB Progress (2): 472 kB | 178/247 kB Progress (2): 472 kB | 182/247 kB Progress (2): 472 kB | 186/247 kB Progress (3): 472 kB | 186/247 kB | 4.1/187 kB Progress (3): 472 kB | 190/247 kB | 4.1/187 kB Progress (3): 472 kB | 190/247 kB | 7.7/187 kB Progress (3): 472 kB | 194/247 kB | 7.7/187 kB Progress (3): 472 kB | 194/247 kB | 12/187 kB Progress (3): 472 kB | 198/247 kB | 12/187 kB Progress (3): 472 kB | 198/247 kB | 16/187 kB Progress (3): 472 kB | 202/247 kB | 16/187 kB Progress (3): 472 kB | 202/247 kB | 20/187 kB Progress (3): 472 kB | 206/247 kB | 20/187 kB Progress (3): 472 kB | 206/247 kB | 24/187 kB Progress (3): 472 kB | 210/247 kB | 24/187 kB Progress (3): 472 kB | 210/247 kB | 28/187 kB Progress (3): 472 kB | 214/247 kB | 28/187 kB Progress (3): 472 kB | 218/247 kB | 28/187 kB Progress (3): 472 kB | 222/247 kB | 28/187 kB Progress (3): 472 kB | 222/247 kB | 32/187 kB Progress (3): 472 kB | 226/247 kB | 32/187 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 508 kB/s) Progress (3): 226/247 kB | 32/187 kB | 4.1/86 kB Progress (4): 226/247 kB | 32/187 kB | 4.1/86 kB | 4.1/209 kB Progress (4): 226/247 kB | 32/187 kB | 7.7/86 kB | 4.1/209 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Progress (4): 230/247 kB | 32/187 kB | 7.7/86 kB | 4.1/209 kB Progress (4): 230/247 kB | 33/187 kB | 7.7/86 kB | 4.1/209 kB Progress (4): 234/247 kB | 33/187 kB | 7.7/86 kB | 4.1/209 kB Progress (4): 234/247 kB | 37/187 kB | 7.7/86 kB | 4.1/209 kB Progress (4): 234/247 kB | 37/187 kB | 12/86 kB | 4.1/209 kB Progress (4): 234/247 kB | 37/187 kB | 12/86 kB | 7.7/209 kB Progress (4): 234/247 kB | 37/187 kB | 16/86 kB | 7.7/209 kB Progress (4): 234/247 kB | 41/187 kB | 16/86 kB | 7.7/209 kB Progress (4): 238/247 kB | 41/187 kB | 16/86 kB | 7.7/209 kB Progress (4): 238/247 kB | 45/187 kB | 16/86 kB | 7.7/209 kB Progress (4): 238/247 kB | 45/187 kB | 20/86 kB | 7.7/209 kB Progress (4): 238/247 kB | 45/187 kB | 20/86 kB | 12/209 kB Progress (4): 238/247 kB | 45/187 kB | 24/86 kB | 12/209 kB Progress (4): 238/247 kB | 49/187 kB | 24/86 kB | 12/209 kB Progress (4): 242/247 kB | 49/187 kB | 24/86 kB | 12/209 kB Progress (4): 242/247 kB | 49/187 kB | 28/86 kB | 12/209 kB Progress (4): 242/247 kB | 49/187 kB | 28/86 kB | 16/209 kB Progress (4): 242/247 kB | 49/187 kB | 32/86 kB | 16/209 kB Progress (4): 246/247 kB | 49/187 kB | 32/86 kB | 16/209 kB Progress (4): 246/247 kB | 53/187 kB | 32/86 kB | 16/209 kB Progress (4): 247 kB | 53/187 kB | 32/86 kB | 16/209 kB Progress (4): 247 kB | 53/187 kB | 33/86 kB | 16/209 kB Progress (4): 247 kB | 53/187 kB | 33/86 kB | 20/209 kB Progress (4): 247 kB | 57/187 kB | 33/86 kB | 20/209 kB Progress (4): 247 kB | 57/187 kB | 37/86 kB | 20/209 kB Progress (4): 247 kB | 57/187 kB | 37/86 kB | 24/209 kB Progress (4): 247 kB | 57/187 kB | 41/86 kB | 24/209 kB Progress (4): 247 kB | 61/187 kB | 41/86 kB | 24/209 kB Progress (4): 247 kB | 61/187 kB | 41/86 kB | 28/209 kB Progress (4): 247 kB | 65/187 kB | 41/86 kB | 28/209 kB Progress (4): 247 kB | 65/187 kB | 45/86 kB | 28/209 kB Progress (4): 247 kB | 66/187 kB | 45/86 kB | 28/209 kB Progress (4): 247 kB | 66/187 kB | 45/86 kB | 32/209 kB Progress (4): 247 kB | 70/187 kB | 45/86 kB | 32/209 kB Progress (4): 247 kB | 70/187 kB | 49/86 kB | 32/209 kB Progress (4): 247 kB | 74/187 kB | 49/86 kB | 32/209 kB Progress (4): 247 kB | 74/187 kB | 49/86 kB | 33/209 kB Progress (4): 247 kB | 78/187 kB | 49/86 kB | 33/209 kB Progress (4): 247 kB | 78/187 kB | 53/86 kB | 33/209 kB Progress (4): 247 kB | 82/187 kB | 53/86 kB | 33/209 kB Progress (4): 247 kB | 82/187 kB | 53/86 kB | 37/209 kB Progress (4): 247 kB | 86/187 kB | 53/86 kB | 37/209 kB Progress (4): 247 kB | 86/187 kB | 57/86 kB | 37/209 kB Progress (4): 247 kB | 90/187 kB | 57/86 kB | 37/209 kB Progress (4): 247 kB | 90/187 kB | 57/86 kB | 41/209 kB Progress (4): 247 kB | 94/187 kB | 57/86 kB | 41/209 kB Progress (4): 247 kB | 94/187 kB | 61/86 kB | 41/209 kB Progress (4): 247 kB | 98/187 kB | 61/86 kB | 41/209 kB Progress (5): 247 kB | 98/187 kB | 61/86 kB | 41/209 kB | 4.1/592 kB Progress (5): 247 kB | 98/187 kB | 61/86 kB | 45/209 kB | 4.1/592 kB Progress (5): 247 kB | 98/187 kB | 61/86 kB | 45/209 kB | 7.7/592 kB Progress (5): 247 kB | 98/187 kB | 61/86 kB | 45/209 kB | 7.7/592 kB Progress (5): 247 kB | 98/187 kB | 65/86 kB | 45/209 kB | 7.7/592 kB Progress (5): 247 kB | 102/187 kB | 65/86 kB | 45/209 kB | 7.7/592 kB Progress (5): 247 kB | 102/187 kB | 65/86 kB | 45/209 kB | 12/592 kB Progress (5): 247 kB | 102/187 kB | 65/86 kB | 49/209 kB | 12/592 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 262 kB/s) Progress (4): 102/187 kB | 65/86 kB | 49/209 kB | 16/592 kB Progress (4): 102/187 kB | 69/86 kB | 49/209 kB | 16/592 kB Progress (4): 106/187 kB | 69/86 kB | 49/209 kB | 16/592 kB Progress (4): 106/187 kB | 69/86 kB | 49/209 kB | 20/592 kB Progress (4): 106/187 kB | 73/86 kB | 49/209 kB | 20/592 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (4): 106/187 kB | 73/86 kB | 53/209 kB | 20/592 kB Progress (4): 106/187 kB | 77/86 kB | 53/209 kB | 20/592 kB Progress (4): 106/187 kB | 77/86 kB | 53/209 kB | 24/592 kB Progress (4): 110/187 kB | 77/86 kB | 53/209 kB | 24/592 kB Progress (4): 110/187 kB | 77/86 kB | 53/209 kB | 28/592 kB Progress (4): 110/187 kB | 81/86 kB | 53/209 kB | 28/592 kB Progress (4): 110/187 kB | 81/86 kB | 57/209 kB | 28/592 kB Progress (4): 110/187 kB | 85/86 kB | 57/209 kB | 28/592 kB Progress (4): 110/187 kB | 85/86 kB | 57/209 kB | 32/592 kB Progress (4): 114/187 kB | 85/86 kB | 57/209 kB | 32/592 kB Progress (4): 114/187 kB | 85/86 kB | 57/209 kB | 33/592 kB Progress (4): 114/187 kB | 85/86 kB | 61/209 kB | 33/592 kB Progress (4): 114/187 kB | 86 kB | 61/209 kB | 33/592 kB Progress (4): 114/187 kB | 86 kB | 65/209 kB | 33/592 kB Progress (4): 114/187 kB | 86 kB | 65/209 kB | 37/592 kB Progress (4): 118/187 kB | 86 kB | 65/209 kB | 37/592 kB Progress (4): 118/187 kB | 86 kB | 65/209 kB | 41/592 kB Progress (4): 118/187 kB | 86 kB | 66/209 kB | 41/592 kB Progress (4): 118/187 kB | 86 kB | 66/209 kB | 45/592 kB Progress (4): 122/187 kB | 86 kB | 66/209 kB | 45/592 kB Progress (4): 122/187 kB | 86 kB | 66/209 kB | 49/592 kB Progress (4): 122/187 kB | 86 kB | 70/209 kB | 49/592 kB Progress (4): 126/187 kB | 86 kB | 70/209 kB | 49/592 kB Progress (4): 126/187 kB | 86 kB | 74/209 kB | 49/592 kB Progress (4): 126/187 kB | 86 kB | 74/209 kB | 53/592 kB Progress (4): 126/187 kB | 86 kB | 78/209 kB | 53/592 kB Progress (4): 130/187 kB | 86 kB | 78/209 kB | 53/592 kB Progress (4): 130/187 kB | 86 kB | 82/209 kB | 53/592 kB Progress (4): 130/187 kB | 86 kB | 82/209 kB | 57/592 kB Progress (4): 131/187 kB | 86 kB | 82/209 kB | 57/592 kB Progress (4): 131/187 kB | 86 kB | 86/209 kB | 57/592 kB Progress (4): 135/187 kB | 86 kB | 86/209 kB | 57/592 kB Progress (4): 135/187 kB | 86 kB | 86/209 kB | 61/592 kB Progress (4): 139/187 kB | 86 kB | 86/209 kB | 61/592 kB Progress (4): 139/187 kB | 86 kB | 90/209 kB | 61/592 kB Progress (4): 143/187 kB | 86 kB | 90/209 kB | 61/592 kB Progress (4): 143/187 kB | 86 kB | 90/209 kB | 65/592 kB Progress (4): 147/187 kB | 86 kB | 90/209 kB | 65/592 kB Progress (4): 147/187 kB | 86 kB | 94/209 kB | 65/592 kB Progress (4): 147/187 kB | 86 kB | 94/209 kB | 66/592 kB Progress (4): 147/187 kB | 86 kB | 94/209 kB | 70/592 kB Progress (4): 147/187 kB | 86 kB | 94/209 kB | 74/592 kB Progress (4): 147/187 kB | 86 kB | 98/209 kB | 74/592 kB Progress (4): 147/187 kB | 86 kB | 98/209 kB | 74/592 kB Progress (4): 147/187 kB | 86 kB | 102/209 kB | 74/592 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 90 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 Progress (4): 147/187 kB | 102/209 kB | 74/592 kB | 4.1/58 kB Progress (4): 147/187 kB | 106/209 kB | 74/592 kB | 4.1/58 kB Progress (4): 147/187 kB | 106/209 kB | 78/592 kB | 4.1/58 kB Progress (4): 151/187 kB | 106/209 kB | 78/592 kB | 4.1/58 kB Progress (4): 151/187 kB | 106/209 kB | 82/592 kB | 4.1/58 kB Progress (4): 151/187 kB | 110/209 kB | 82/592 kB | 4.1/58 kB Progress (4): 151/187 kB | 110/209 kB | 82/592 kB | 7.7/58 kB Progress (4): 151/187 kB | 114/209 kB | 82/592 kB | 7.7/58 kB Progress (4): 151/187 kB | 114/209 kB | 86/592 kB | 7.7/58 kB Progress (4): 155/187 kB | 114/209 kB | 86/592 kB | 7.7/58 kB Progress (4): 155/187 kB | 114/209 kB | 90/592 kB | 7.7/58 kB Progress (4): 159/187 kB | 114/209 kB | 90/592 kB | 7.7/58 kB Progress (4): 159/187 kB | 114/209 kB | 94/592 kB | 7.7/58 kB Progress (4): 159/187 kB | 118/209 kB | 94/592 kB | 7.7/58 kB Progress (4): 159/187 kB | 122/209 kB | 94/592 kB | 7.7/58 kB Progress (4): 159/187 kB | 122/209 kB | 94/592 kB | 12/58 kB Progress (4): 159/187 kB | 126/209 kB | 94/592 kB | 12/58 kB Progress (4): 159/187 kB | 126/209 kB | 98/592 kB | 12/58 kB Progress (4): 163/187 kB | 126/209 kB | 98/592 kB | 12/58 kB Progress (4): 163/187 kB | 126/209 kB | 98/592 kB | 12/58 kB Progress (4): 163/187 kB | 130/209 kB | 98/592 kB | 12/58 kB Progress (4): 163/187 kB | 130/209 kB | 98/592 kB | 16/58 kB Progress (4): 163/187 kB | 130/209 kB | 102/592 kB | 16/58 kB Progress (4): 163/187 kB | 130/209 kB | 102/592 kB | 20/58 kB Progress (4): 167/187 kB | 130/209 kB | 102/592 kB | 20/58 kB Progress (4): 167/187 kB | 130/209 kB | 102/592 kB | 24/58 kB Progress (4): 167/187 kB | 130/209 kB | 106/592 kB | 24/58 kB Progress (4): 167/187 kB | 130/209 kB | 106/592 kB | 28/58 kB Progress (4): 167/187 kB | 134/209 kB | 106/592 kB | 28/58 kB Progress (4): 167/187 kB | 134/209 kB | 110/592 kB | 28/58 kB Progress (4): 167/187 kB | 134/209 kB | 110/592 kB | 32/58 kB Progress (4): 171/187 kB | 134/209 kB | 110/592 kB | 32/58 kB Progress (4): 171/187 kB | 134/209 kB | 114/592 kB | 32/58 kB Progress (4): 171/187 kB | 138/209 kB | 114/592 kB | 32/58 kB Progress (4): 175/187 kB | 138/209 kB | 114/592 kB | 32/58 kB Progress (4): 175/187 kB | 138/209 kB | 114/592 kB | 36/58 kB Progress (4): 179/187 kB | 138/209 kB | 114/592 kB | 36/58 kB Progress (4): 179/187 kB | 142/209 kB | 114/592 kB | 36/58 kB Progress (4): 183/187 kB | 142/209 kB | 114/592 kB | 36/58 kB Progress (4): 183/187 kB | 142/209 kB | 118/592 kB | 36/58 kB Progress (4): 187 kB | 142/209 kB | 118/592 kB | 36/58 kB Progress (4): 187 kB | 146/209 kB | 118/592 kB | 36/58 kB Progress (4): 187 kB | 146/209 kB | 118/592 kB | 40/58 kB Progress (4): 187 kB | 150/209 kB | 118/592 kB | 40/58 kB Progress (5): 187 kB | 150/209 kB | 118/592 kB | 40/58 kB | 4.1/100 kB Progress (5): 187 kB | 150/209 kB | 122/592 kB | 40/58 kB | 4.1/100 kB Progress (5): 187 kB | 150/209 kB | 122/592 kB | 40/58 kB | 7.7/100 kB Progress (5): 187 kB | 154/209 kB | 122/592 kB | 40/58 kB | 7.7/100 kB Progress (5): 187 kB | 154/209 kB | 122/592 kB | 40/58 kB | 12/100 kB Progress (5): 187 kB | 154/209 kB | 122/592 kB | 44/58 kB | 12/100 kB Progress (5): 187 kB | 154/209 kB | 122/592 kB | 44/58 kB | 16/100 kB Progress (5): 187 kB | 158/209 kB | 122/592 kB | 44/58 kB | 16/100 kB Progress (5): 187 kB | 158/209 kB | 122/592 kB | 44/58 kB | 20/100 kB Progress (5): 187 kB | 158/209 kB | 126/592 kB | 44/58 kB | 20/100 kB Progress (5): 187 kB | 158/209 kB | 126/592 kB | 44/58 kB | 24/100 kB Progress (5): 187 kB | 162/209 kB | 126/592 kB | 44/58 kB | 24/100 kB Progress (5): 187 kB | 162/209 kB | 126/592 kB | 48/58 kB | 24/100 kB Progress (5): 187 kB | 166/209 kB | 126/592 kB | 48/58 kB | 24/100 kB Progress (5): 187 kB | 166/209 kB | 126/592 kB | 48/58 kB | 28/100 kB Progress (5): 187 kB | 166/209 kB | 130/592 kB | 48/58 kB | 28/100 kB Progress (5): 187 kB | 166/209 kB | 130/592 kB | 48/58 kB | 32/100 kB Progress (5): 187 kB | 170/209 kB | 130/592 kB | 48/58 kB | 32/100 kB Progress (5): 187 kB | 170/209 kB | 130/592 kB | 52/58 kB | 32/100 kB Progress (5): 187 kB | 174/209 kB | 130/592 kB | 52/58 kB | 32/100 kB Progress (5): 187 kB | 174/209 kB | 130/592 kB | 52/58 kB | 33/100 kB Progress (5): 187 kB | 174/209 kB | 131/592 kB | 52/58 kB | 33/100 kB Progress (5): 187 kB | 178/209 kB | 131/592 kB | 52/58 kB | 33/100 kB Progress (5): 187 kB | 178/209 kB | 131/592 kB | 56/58 kB | 33/100 kB Progress (5): 187 kB | 178/209 kB | 135/592 kB | 56/58 kB | 33/100 kB Progress (5): 187 kB | 178/209 kB | 135/592 kB | 56/58 kB | 37/100 kB Progress (5): 187 kB | 178/209 kB | 139/592 kB | 56/58 kB | 37/100 kB Progress (5): 187 kB | 178/209 kB | 139/592 kB | 58 kB | 37/100 kB Progress (5): 187 kB | 182/209 kB | 139/592 kB | 58 kB | 37/100 kB Progress (5): 187 kB | 182/209 kB | 143/592 kB | 58 kB | 37/100 kB Progress (5): 187 kB | 182/209 kB | 143/592 kB | 58 kB | 41/100 kB Progress (5): 187 kB | 182/209 kB | 147/592 kB | 58 kB | 41/100 kB Progress (5): 187 kB | 186/209 kB | 147/592 kB | 58 kB | 41/100 kB Progress (5): 187 kB | 186/209 kB | 151/592 kB | 58 kB | 41/100 kB Progress (5): 187 kB | 186/209 kB | 151/592 kB | 58 kB | 45/100 kB Progress (5): 187 kB | 186/209 kB | 155/592 kB | 58 kB | 45/100 kB Progress (5): 187 kB | 190/209 kB | 155/592 kB | 58 kB | 45/100 kB Progress (5): 187 kB | 190/209 kB | 159/592 kB | 58 kB | 45/100 kB Progress (5): 187 kB | 190/209 kB | 159/592 kB | 58 kB | 49/100 kB Progress (5): 187 kB | 190/209 kB | 163/592 kB | 58 kB | 49/100 kB Progress (5): 187 kB | 194/209 kB | 163/592 kB | 58 kB | 49/100 kB Progress (5): 187 kB | 194/209 kB | 164/592 kB | 58 kB | 49/100 kB Progress (5): 187 kB | 194/209 kB | 164/592 kB | 58 kB | 53/100 kB Progress (5): 187 kB | 194/209 kB | 168/592 kB | 58 kB | 53/100 kB Progress (5): 187 kB | 198/209 kB | 168/592 kB | 58 kB | 53/100 kB Progress (5): 187 kB | 198/209 kB | 172/592 kB | 58 kB | 53/100 kB Progress (5): 187 kB | 198/209 kB | 172/592 kB | 58 kB | 57/100 kB Progress (5): 187 kB | 198/209 kB | 176/592 kB | 58 kB | 57/100 kB Progress (5): 187 kB | 198/209 kB | 176/592 kB | 58 kB | 61/100 kB Progress (5): 187 kB | 202/209 kB | 176/592 kB | 58 kB | 61/100 kB Progress (5): 187 kB | 202/209 kB | 176/592 kB | 58 kB | 65/100 kB Progress (5): 187 kB | 202/209 kB | 180/592 kB | 58 kB | 65/100 kB Progress (5): 187 kB | 202/209 kB | 180/592 kB | 58 kB | 66/100 kB Progress (5): 187 kB | 206/209 kB | 180/592 kB | 58 kB | 66/100 kB Progress (5): 187 kB | 206/209 kB | 180/592 kB | 58 kB | 70/100 kB Progress (5): 187 kB | 206/209 kB | 184/592 kB | 58 kB | 70/100 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 178 kB/s) Progress (4): 206/209 kB | 188/592 kB | 58 kB | 70/100 kB Progress (4): 206/209 kB | 188/592 kB | 58 kB | 74/100 kB Progress (4): 209 kB | 188/592 kB | 58 kB | 74/100 kB Progress (4): 209 kB | 188/592 kB | 58 kB | 78/100 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar Progress (4): 209 kB | 188/592 kB | 58 kB | 82/100 kB Progress (4): 209 kB | 192/592 kB | 58 kB | 82/100 kB Progress (4): 209 kB | 192/592 kB | 58 kB | 86/100 kB Progress (4): 209 kB | 196/592 kB | 58 kB | 86/100 kB Progress (4): 209 kB | 196/592 kB | 58 kB | 90/100 kB Progress (4): 209 kB | 200/592 kB | 58 kB | 90/100 kB Progress (4): 209 kB | 200/592 kB | 58 kB | 94/100 kB Progress (4): 209 kB | 204/592 kB | 58 kB | 94/100 kB Progress (4): 209 kB | 204/592 kB | 58 kB | 98/100 kB Progress (4): 209 kB | 208/592 kB | 58 kB | 98/100 kB Progress (4): 209 kB | 208/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 212/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 216/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 220/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 224/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 228/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 232/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 236/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 240/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 244/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 248/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 252/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 256/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 260/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 264/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 268/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 272/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 276/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 280/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 284/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 288/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 292/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 296/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 300/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 304/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 308/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 312/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 316/592 kB | 58 kB | 100 kB Progress (4): 209 kB | 320/592 kB | 58 kB | 100 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 87 kB/s) Progress (3): 209 kB | 324/592 kB | 58 kB 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 Progress (3): 209 kB | 328/592 kB | 58 kB Progress (3): 209 kB | 332/592 kB | 58 kB Progress (3): 209 kB | 336/592 kB | 58 kB Progress (3): 209 kB | 340/592 kB | 58 kB Progress (3): 209 kB | 344/592 kB | 58 kB Progress (3): 209 kB | 348/592 kB | 58 kB Progress (3): 209 kB | 352/592 kB | 58 kB Progress (3): 209 kB | 356/592 kB | 58 kB Progress (3): 209 kB | 360/592 kB | 58 kB Progress (3): 209 kB | 364/592 kB | 58 kB Progress (3): 209 kB | 368/592 kB | 58 kB Progress (3): 209 kB | 372/592 kB | 58 kB Progress (3): 209 kB | 376/592 kB | 58 kB Progress (3): 209 kB | 380/592 kB | 58 kB Progress (3): 209 kB | 384/592 kB | 58 kB Progress (3): 209 kB | 388/592 kB | 58 kB Progress (3): 209 kB | 392/592 kB | 58 kB Progress (3): 209 kB | 396/592 kB | 58 kB Progress (3): 209 kB | 400/592 kB | 58 kB Progress (3): 209 kB | 404/592 kB | 58 kB Progress (3): 209 kB | 408/592 kB | 58 kB Progress (3): 209 kB | 412/592 kB | 58 kB Progress (3): 209 kB | 416/592 kB | 58 kB Progress (3): 209 kB | 420/592 kB | 58 kB Progress (3): 209 kB | 424/592 kB | 58 kB Progress (3): 209 kB | 428/592 kB | 58 kB Progress (3): 209 kB | 432/592 kB | 58 kB Progress (3): 209 kB | 436/592 kB | 58 kB Progress (3): 209 kB | 440/592 kB | 58 kB Progress (3): 209 kB | 444/592 kB | 58 kB Progress (3): 209 kB | 448/592 kB | 58 kB Progress (3): 209 kB | 452/592 kB | 58 kB Progress (3): 209 kB | 456/592 kB | 58 kB Progress (3): 209 kB | 460/592 kB | 58 kB Progress (3): 209 kB | 464/592 kB | 58 kB Progress (3): 209 kB | 468/592 kB | 58 kB Progress (3): 209 kB | 472/592 kB | 58 kB Progress (3): 209 kB | 476/592 kB | 58 kB Progress (3): 209 kB | 480/592 kB | 58 kB Progress (3): 209 kB | 484/592 kB | 58 kB Progress (3): 209 kB | 488/592 kB | 58 kB Progress (3): 209 kB | 492/592 kB | 58 kB Progress (3): 209 kB | 496/592 kB | 58 kB Progress (4): 209 kB | 496/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 500/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 500/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 500/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 500/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 500/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 500/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 500/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 500/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 500/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 500/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 500/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 500/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 504/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 504/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 508/592 kB | 58 kB | 0/1.5 MB Progress (4): 209 kB | 508/592 kB | 58 kB | 0.1/1.5 MB 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 170 kB/s) Progress (3): 508/592 kB | 58 kB | 0.1/1.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar Progress (3): 508/592 kB | 58 kB | 0.1/1.5 MB Progress (3): 512/592 kB | 58 kB | 0.1/1.5 MB Progress (3): 512/592 kB | 58 kB | 0.1/1.5 MB Progress (3): 516/592 kB | 58 kB | 0.1/1.5 MB Progress (4): 516/592 kB | 58 kB | 0.1/1.5 MB | 4.1/248 kB Progress (4): 516/592 kB | 58 kB | 0.1/1.5 MB | 4.1/248 kB Progress (4): 520/592 kB | 58 kB | 0.1/1.5 MB | 4.1/248 kB Progress (4): 520/592 kB | 58 kB | 0.1/1.5 MB | 4.1/248 kB Progress (4): 520/592 kB | 58 kB | 0.1/1.5 MB | 7.7/248 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 47 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.jar Progress (3): 520/592 kB | 0.1/1.5 MB | 7.7/248 kB Progress (3): 524/592 kB | 0.1/1.5 MB | 7.7/248 kB Progress (3): 524/592 kB | 0.1/1.5 MB | 12/248 kB Progress (3): 524/592 kB | 0.1/1.5 MB | 12/248 kB Progress (3): 528/592 kB | 0.1/1.5 MB | 12/248 kB Progress (3): 528/592 kB | 0.1/1.5 MB | 16/248 kB Progress (3): 532/592 kB | 0.1/1.5 MB | 16/248 kB Progress (3): 532/592 kB | 0.1/1.5 MB | 16/248 kB Progress (3): 532/592 kB | 0.1/1.5 MB | 20/248 kB Progress (3): 536/592 kB | 0.1/1.5 MB | 20/248 kB Progress (3): 536/592 kB | 0.1/1.5 MB | 20/248 kB Progress (3): 536/592 kB | 0.1/1.5 MB | 24/248 kB Progress (3): 536/592 kB | 0.1/1.5 MB | 24/248 kB Progress (3): 540/592 kB | 0.1/1.5 MB | 24/248 kB Progress (3): 540/592 kB | 0.1/1.5 MB | 28/248 kB Progress (3): 540/592 kB | 0.1/1.5 MB | 28/248 kB Progress (3): 540/592 kB | 0.1/1.5 MB | 32/248 kB Progress (3): 544/592 kB | 0.1/1.5 MB | 32/248 kB Progress (3): 544/592 kB | 0.1/1.5 MB | 33/248 kB Progress (3): 544/592 kB | 0.1/1.5 MB | 33/248 kB Progress (3): 544/592 kB | 0.1/1.5 MB | 37/248 kB Progress (3): 548/592 kB | 0.1/1.5 MB | 37/248 kB Progress (3): 548/592 kB | 0.1/1.5 MB | 41/248 kB Progress (3): 548/592 kB | 0.1/1.5 MB | 41/248 kB Progress (3): 552/592 kB | 0.1/1.5 MB | 41/248 kB Progress (3): 552/592 kB | 0.1/1.5 MB | 45/248 kB Progress (3): 556/592 kB | 0.1/1.5 MB | 45/248 kB Progress (3): 556/592 kB | 0.1/1.5 MB | 45/248 kB Progress (3): 556/592 kB | 0.1/1.5 MB | 49/248 kB Progress (3): 556/592 kB | 0.1/1.5 MB | 49/248 kB Progress (3): 560/592 kB | 0.1/1.5 MB | 49/248 kB Progress (3): 560/592 kB | 0.1/1.5 MB | 53/248 kB Progress (3): 564/592 kB | 0.1/1.5 MB | 53/248 kB Progress (3): 564/592 kB | 0.1/1.5 MB | 53/248 kB Progress (3): 564/592 kB | 0.1/1.5 MB | 57/248 kB Progress (3): 564/592 kB | 0.1/1.5 MB | 57/248 kB Progress (3): 568/592 kB | 0.1/1.5 MB | 57/248 kB Progress (3): 568/592 kB | 0.1/1.5 MB | 61/248 kB Progress (3): 568/592 kB | 0.1/1.5 MB | 61/248 kB Progress (3): 572/592 kB | 0.1/1.5 MB | 61/248 kB Progress (3): 572/592 kB | 0.1/1.5 MB | 61/248 kB Progress (3): 572/592 kB | 0.1/1.5 MB | 65/248 kB Progress (3): 572/592 kB | 0.1/1.5 MB | 65/248 kB Progress (3): 576/592 kB | 0.1/1.5 MB | 65/248 kB Progress (3): 576/592 kB | 0.1/1.5 MB | 65/248 kB Progress (3): 576/592 kB | 0.1/1.5 MB | 66/248 kB Progress (3): 580/592 kB | 0.1/1.5 MB | 66/248 kB Progress (3): 580/592 kB | 0.1/1.5 MB | 70/248 kB Progress (3): 580/592 kB | 0.1/1.5 MB | 70/248 kB Progress (3): 580/592 kB | 0.1/1.5 MB | 74/248 kB Progress (3): 584/592 kB | 0.1/1.5 MB | 74/248 kB Progress (3): 584/592 kB | 0.1/1.5 MB | 74/248 kB Progress (3): 588/592 kB | 0.1/1.5 MB | 74/248 kB Progress (3): 588/592 kB | 0.1/1.5 MB | 74/248 kB Progress (3): 588/592 kB | 0.1/1.5 MB | 78/248 kB Progress (3): 588/592 kB | 0.1/1.5 MB | 78/248 kB Progress (3): 592 kB | 0.1/1.5 MB | 78/248 kB Progress (3): 592 kB | 0.1/1.5 MB | 82/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 82/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 86/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 86/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 90/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 90/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 94/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 94/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 98/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 98/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 98/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 102/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 102/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 106/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 106/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 110/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 110/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 114/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 114/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 118/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 118/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 122/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 122/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 126/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 126/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 130/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 130/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 134/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 134/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 138/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 138/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 142/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 142/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 146/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 146/248 kB Progress (3): 592 kB | 0.2/1.5 MB | 150/248 kB Progress (4): 592 kB | 0.2/1.5 MB | 150/248 kB | 3.1 kB Progress (4): 592 kB | 0.2/1.5 MB | 150/248 kB | 3.1 kB Progress (4): 592 kB | 0.2/1.5 MB | 154/248 kB | 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 473 kB/s) Progress (3): 0.2/1.5 MB | 158/248 kB | 3.1 kB Progress (3): 0.2/1.5 MB | 162/248 kB | 3.1 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar Progress (3): 0.2/1.5 MB | 166/248 kB | 3.1 kB Progress (3): 0.2/1.5 MB | 166/248 kB | 3.1 kB Progress (3): 0.2/1.5 MB | 170/248 kB | 3.1 kB Progress (3): 0.2/1.5 MB | 170/248 kB | 3.1 kB Progress (4): 0.2/1.5 MB | 170/248 kB | 3.1 kB | 4.1/13 kB Progress (4): 0.2/1.5 MB | 170/248 kB | 3.1 kB | 4.1/13 kB Progress (4): 0.2/1.5 MB | 174/248 kB | 3.1 kB | 4.1/13 kB Progress (4): 0.2/1.5 MB | 174/248 kB | 3.1 kB | 4.1/13 kB Progress (4): 0.2/1.5 MB | 174/248 kB | 3.1 kB | 7.7/13 kB Progress (4): 0.2/1.5 MB | 174/248 kB | 3.1 kB | 7.7/13 kB Progress (4): 0.2/1.5 MB | 174/248 kB | 3.1 kB | 12/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.jar (3.1 kB at 2.3 kB/s) 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): 0.2/1.5 MB | 178/248 kB | 12/13 kB Progress (3): 0.2/1.5 MB | 178/248 kB | 13 kB Progress (3): 0.2/1.5 MB | 178/248 kB | 13 kB Progress (3): 0.2/1.5 MB | 182/248 kB | 13 kB Progress (3): 0.2/1.5 MB | 186/248 kB | 13 kB Progress (3): 0.2/1.5 MB | 186/248 kB | 13 kB Progress (3): 0.2/1.5 MB | 190/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 190/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 194/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 194/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 198/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 198/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 202/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 202/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 206/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 206/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 210/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 210/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 214/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 214/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 218/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 218/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 222/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 222/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 226/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 226/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 230/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 230/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 234/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 234/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 238/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 238/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 242/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 242/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 246/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 246/248 kB | 13 kB Progress (3): 0.3/1.5 MB | 248 kB | 13 kB Progress (3): 0.3/1.5 MB | 248 kB | 13 kB Progress (3): 0.3/1.5 MB | 248 kB | 13 kB Progress (3): 0.3/1.5 MB | 248 kB | 13 kB Progress (3): 0.3/1.5 MB | 248 kB | 13 kB Progress (3): 0.3/1.5 MB | 248 kB | 13 kB Progress (3): 0.3/1.5 MB | 248 kB | 13 kB Progress (3): 0.3/1.5 MB | 248 kB | 13 kB Progress (3): 0.3/1.5 MB | 248 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar (13 kB at 9.8 kB/s) Progress (2): 0.3/1.5 MB | 248 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar Progress (2): 0.3/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.4/1.5 MB | 248 kB Progress (2): 0.5/1.5 MB | 248 kB Progress (2): 0.5/1.5 MB | 248 kB Progress (2): 0.5/1.5 MB | 248 kB Progress (2): 0.5/1.5 MB | 248 kB Progress (2): 0.5/1.5 MB | 248 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar (248 kB at 184 kB/s) Progress (1): 0.5/1.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar 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 (2): 0.7/1.5 MB | 4.1/7.0 kB Progress (3): 0.7/1.5 MB | 4.1/7.0 kB | 4.1/112 kB Progress (3): 0.7/1.5 MB | 4.1/7.0 kB | 4.1/112 kB Progress (4): 0.7/1.5 MB | 4.1/7.0 kB | 4.1/112 kB | 4.1/9.4 kB Progress (4): 0.7/1.5 MB | 4.1/7.0 kB | 7.7/112 kB | 4.1/9.4 kB Progress (5): 0.7/1.5 MB | 4.1/7.0 kB | 7.7/112 kB | 4.1/9.4 kB | 4.1/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 7.7/112 kB | 4.1/9.4 kB | 4.1/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 7.7/112 kB | 4.1/9.4 kB | 7.7/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 12/112 kB | 4.1/9.4 kB | 7.7/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 12/112 kB | 7.7/9.4 kB | 7.7/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 12/112 kB | 7.7/9.4 kB | 7.7/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 12/112 kB | 9.4 kB | 7.7/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 16/112 kB | 9.4 kB | 7.7/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 16/112 kB | 9.4 kB | 12/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 20/112 kB | 9.4 kB | 12/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 20/112 kB | 9.4 kB | 12/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 24/112 kB | 9.4 kB | 12/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 24/112 kB | 9.4 kB | 16/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 28/112 kB | 9.4 kB | 16/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 28/112 kB | 9.4 kB | 16/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 32/112 kB | 9.4 kB | 16/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 32/112 kB | 9.4 kB | 20/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 33/112 kB | 9.4 kB | 20/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 33/112 kB | 9.4 kB | 20/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 37/112 kB | 9.4 kB | 20/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 37/112 kB | 9.4 kB | 24/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 41/112 kB | 9.4 kB | 24/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 41/112 kB | 9.4 kB | 24/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 45/112 kB | 9.4 kB | 24/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 45/112 kB | 9.4 kB | 28/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 49/112 kB | 9.4 kB | 28/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 49/112 kB | 9.4 kB | 28/38 kB Progress (5): 0.7/1.5 MB | 7.0 kB | 49/112 kB | 9.4 kB | 32/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar (7.0 kB at 4.8 kB/s) Progress (4): 0.7/1.5 MB | 53/112 kB | 9.4 kB | 32/38 kB Progress (4): 0.7/1.5 MB | 53/112 kB | 9.4 kB | 32/38 kB Progress (4): 0.7/1.5 MB | 57/112 kB | 9.4 kB | 32/38 kB Progress (4): 0.7/1.5 MB | 57/112 kB | 9.4 kB | 32/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar Progress (4): 0.7/1.5 MB | 57/112 kB | 9.4 kB | 33/38 kB Progress (4): 0.7/1.5 MB | 57/112 kB | 9.4 kB | 33/38 kB Progress (4): 0.7/1.5 MB | 61/112 kB | 9.4 kB | 33/38 kB Progress (4): 0.7/1.5 MB | 61/112 kB | 9.4 kB | 33/38 kB Progress (4): 0.7/1.5 MB | 61/112 kB | 9.4 kB | 33/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar (9.4 kB at 6.5 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Progress (3): 0.7/1.5 MB | 61/112 kB | 33/38 kB Progress (3): 0.7/1.5 MB | 65/112 kB | 33/38 kB Progress (3): 0.7/1.5 MB | 65/112 kB | 37/38 kB Progress (3): 0.7/1.5 MB | 66/112 kB | 37/38 kB Progress (3): 0.7/1.5 MB | 66/112 kB | 37/38 kB Progress (3): 0.7/1.5 MB | 70/112 kB | 37/38 kB Progress (3): 0.7/1.5 MB | 70/112 kB | 38 kB Progress (3): 0.7/1.5 MB | 74/112 kB | 38 kB Progress (3): 0.7/1.5 MB | 74/112 kB | 38 kB Progress (3): 0.7/1.5 MB | 78/112 kB | 38 kB Progress (3): 0.7/1.5 MB | 78/112 kB | 38 kB Progress (3): 0.7/1.5 MB | 82/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 82/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 86/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 86/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 90/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 90/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 94/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 94/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 98/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 98/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 102/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 102/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 106/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 106/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 110/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 110/112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Progress (3): 0.8/1.5 MB | 112 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar (38 kB at 26 kB/s) Progress (2): 0.8/1.5 MB | 112 kB Progress (2): 0.8/1.5 MB | 112 kB Progress (2): 0.8/1.5 MB | 112 kB Progress (2): 0.9/1.5 MB | 112 kB Progress (2): 0.9/1.5 MB | 112 kB Progress (2): 0.9/1.5 MB | 112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (2): 0.9/1.5 MB | 112 kB Progress (3): 0.9/1.5 MB | 112 kB | 4.1/37 kB Progress (3): 0.9/1.5 MB | 112 kB | 4.1/37 kB Progress (3): 0.9/1.5 MB | 112 kB | 7.7/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 73 kB/s) Progress (2): 0.9/1.5 MB | 12/37 kB Progress (3): 0.9/1.5 MB | 12/37 kB | 4.1/285 kB Progress (3): 0.9/1.5 MB | 12/37 kB | 4.1/285 kB Progress (3): 0.9/1.5 MB | 12/37 kB | 7.7/285 kB Progress (3): 0.9/1.5 MB | 16/37 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.5.1/tycho-p2-facade-1.5.1.jar Progress (3): 0.9/1.5 MB | 20/37 kB | 7.7/285 kB Progress (3): 0.9/1.5 MB | 20/37 kB | 12/285 kB Progress (3): 0.9/1.5 MB | 20/37 kB | 12/285 kB Progress (3): 0.9/1.5 MB | 20/37 kB | 16/285 kB Progress (3): 0.9/1.5 MB | 24/37 kB | 16/285 kB Progress (3): 0.9/1.5 MB | 24/37 kB | 16/285 kB Progress (3): 0.9/1.5 MB | 24/37 kB | 20/285 kB Progress (3): 0.9/1.5 MB | 28/37 kB | 20/285 kB Progress (3): 0.9/1.5 MB | 28/37 kB | 20/285 kB Progress (3): 0.9/1.5 MB | 32/37 kB | 20/285 kB Progress (3): 0.9/1.5 MB | 32/37 kB | 24/285 kB Progress (3): 0.9/1.5 MB | 32/37 kB | 24/285 kB Progress (3): 0.9/1.5 MB | 36/37 kB | 24/285 kB Progress (3): 0.9/1.5 MB | 36/37 kB | 28/285 kB Progress (3): 0.9/1.5 MB | 36/37 kB | 28/285 kB Progress (3): 0.9/1.5 MB | 36/37 kB | 32/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 32/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 33/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 33/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 33/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 37/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 37/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 41/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 41/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 45/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 45/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 49/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 49/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 53/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 53/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 57/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 57/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 61/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 61/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 65/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 65/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 66/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 66/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 66/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 70/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 70/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 74/285 kB Progress (3): 0.9/1.5 MB | 37 kB | 74/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 74/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 78/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 78/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 82/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 82/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 82/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 86/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 86/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 90/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 90/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 94/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 94/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 98/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 98/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 98/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 98/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 98/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 102/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 102/285 kB Progress (3): 1.0/1.5 MB | 37 kB | 106/285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar (37 kB at 24 kB/s) Progress (2): 1.0/1.5 MB | 110/285 kB Progress (2): 1.0/1.5 MB | 110/285 kB Progress (3): 1.0/1.5 MB | 110/285 kB | 4.1/53 kB Progress (3): 1.0/1.5 MB | 110/285 kB | 4.1/53 kB Progress (3): 1.0/1.5 MB | 110/285 kB | 7.7/53 kB Progress (3): 1.0/1.5 MB | 110/285 kB | 12/53 kB Progress (3): 1.0/1.5 MB | 110/285 kB | 16/53 kB Progress (3): 1.0/1.5 MB | 110/285 kB | 20/53 kB Progress (3): 1.0/1.5 MB | 114/285 kB | 20/53 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): 1.0/1.5 MB | 118/285 kB | 20/53 kB Progress (3): 1.0/1.5 MB | 118/285 kB | 24/53 kB Progress (4): 1.0/1.5 MB | 118/285 kB | 24/53 kB | 4.1/37 kB Progress (4): 1.0/1.5 MB | 118/285 kB | 24/53 kB | 4.1/37 kB Progress (4): 1.0/1.5 MB | 118/285 kB | 24/53 kB | 7.7/37 kB Progress (4): 1.0/1.5 MB | 118/285 kB | 28/53 kB | 7.7/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 28/53 kB | 7.7/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 32/53 kB | 7.7/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 32/53 kB | 12/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 32/53 kB | 12/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 32/53 kB | 12/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 32/53 kB | 12/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 32/53 kB | 12/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 32/53 kB | 12/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 32/53 kB | 12/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 32/53 kB | 12/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 32/53 kB | 12/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 32/53 kB | 12/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 32/53 kB | 12/37 kB Progress (4): 1.0/1.5 MB | 122/285 kB | 32/53 kB | 12/37 kB Progress (4): 1.1/1.5 MB | 122/285 kB | 32/53 kB | 12/37 kB Progress (4): 1.1/1.5 MB | 122/285 kB | 32/53 kB | 16/37 kB Progress (4): 1.1/1.5 MB | 122/285 kB | 33/53 kB | 16/37 kB Progress (4): 1.1/1.5 MB | 126/285 kB | 33/53 kB | 16/37 kB Progress (5): 1.1/1.5 MB | 126/285 kB | 33/53 kB | 16/37 kB | 4.1/4.3 kB Progress (5): 1.1/1.5 MB | 126/285 kB | 37/53 kB | 16/37 kB | 4.1/4.3 kB Progress (5): 1.1/1.5 MB | 126/285 kB | 37/53 kB | 20/37 kB | 4.1/4.3 kB Progress (5): 1.1/1.5 MB | 126/285 kB | 37/53 kB | 20/37 kB | 4.1/4.3 kB Progress (5): 1.1/1.5 MB | 126/285 kB | 37/53 kB | 24/37 kB | 4.1/4.3 kB Progress (5): 1.1/1.5 MB | 126/285 kB | 41/53 kB | 24/37 kB | 4.1/4.3 kB Progress (5): 1.1/1.5 MB | 126/285 kB | 41/53 kB | 24/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 130/285 kB | 41/53 kB | 24/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 130/285 kB | 45/53 kB | 24/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 130/285 kB | 45/53 kB | 28/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 130/285 kB | 45/53 kB | 28/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 130/285 kB | 45/53 kB | 32/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 130/285 kB | 49/53 kB | 32/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 131/285 kB | 49/53 kB | 32/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 131/285 kB | 53/53 kB | 32/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 131/285 kB | 53/53 kB | 33/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 131/285 kB | 53/53 kB | 33/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 131/285 kB | 53/53 kB | 37/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 131/285 kB | 53 kB | 37/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 135/285 kB | 53 kB | 37/37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 135/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 135/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 139/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 139/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 143/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 143/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 147/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 147/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 151/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 151/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 155/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 155/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 159/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 159/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 163/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 163/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 167/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 167/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 171/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 171/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 175/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 175/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 179/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 179/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 183/285 kB | 53 kB | 37 kB | 4.3 kB Progress (5): 1.1/1.5 MB | 183/285 kB | 53 kB | 37 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 2.6 kB/s) Progress (4): 1.1/1.5 MB | 187/285 kB | 53 kB | 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.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.5.1/tycho-p2-facade-1.5.1.jar (37 kB at 23 kB/s) Progress (3): 1.1/1.5 MB | 187/285 kB | 53 kB Progress (3): 1.1/1.5 MB | 191/285 kB | 53 kB Progress (3): 1.1/1.5 MB | 191/285 kB | 53 kB Progress (3): 1.1/1.5 MB | 195/285 kB | 53 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 32 kB/s) Progress (2): 1.1/1.5 MB | 199/285 kB Progress (2): 1.1/1.5 MB | 199/285 kB Progress (2): 1.1/1.5 MB | 203/285 kB Progress (2): 1.1/1.5 MB | 203/285 kB Progress (2): 1.1/1.5 MB | 207/285 kB Progress (2): 1.1/1.5 MB | 207/285 kB Progress (2): 1.1/1.5 MB | 211/285 kB Progress (2): 1.1/1.5 MB | 211/285 kB Progress (2): 1.1/1.5 MB | 215/285 kB Progress (2): 1.1/1.5 MB | 215/285 kB Progress (2): 1.1/1.5 MB | 219/285 kB Progress (2): 1.1/1.5 MB | 219/285 kB Progress (2): 1.1/1.5 MB | 223/285 kB Progress (2): 1.2/1.5 MB | 223/285 kB Progress (2): 1.2/1.5 MB | 227/285 kB Progress (2): 1.2/1.5 MB | 227/285 kB Progress (2): 1.2/1.5 MB | 231/285 kB Progress (2): 1.2/1.5 MB | 235/285 kB Progress (2): 1.2/1.5 MB | 235/285 kB Progress (2): 1.2/1.5 MB | 235/285 kB Progress (2): 1.2/1.5 MB | 239/285 kB Progress (2): 1.2/1.5 MB | 243/285 kB Progress (2): 1.2/1.5 MB | 243/285 kB Progress (2): 1.2/1.5 MB | 247/285 kB Progress (2): 1.2/1.5 MB | 247/285 kB Progress (2): 1.2/1.5 MB | 251/285 kB Progress (2): 1.2/1.5 MB | 251/285 kB Progress (2): 1.2/1.5 MB | 255/285 kB Progress (2): 1.2/1.5 MB | 255/285 kB Progress (2): 1.2/1.5 MB | 259/285 kB Progress (2): 1.2/1.5 MB | 259/285 kB Progress (2): 1.2/1.5 MB | 263/285 kB Progress (2): 1.2/1.5 MB | 263/285 kB Progress (2): 1.2/1.5 MB | 267/285 kB Progress (2): 1.2/1.5 MB | 267/285 kB Progress (2): 1.2/1.5 MB | 271/285 kB Progress (2): 1.2/1.5 MB | 271/285 kB Progress (2): 1.2/1.5 MB | 275/285 kB Progress (2): 1.2/1.5 MB | 275/285 kB Progress (2): 1.2/1.5 MB | 279/285 kB Progress (3): 1.2/1.5 MB | 279/285 kB | 4.1/29 kB Progress (3): 1.2/1.5 MB | 283/285 kB | 4.1/29 kB Progress (3): 1.2/1.5 MB | 283/285 kB | 4.1/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 4.1/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 7.7/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 7.7/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 12/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 12/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 16/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 16/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 16/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 20/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 20/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 24/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 24/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 28/29 kB Progress (3): 1.2/1.5 MB | 285 kB | 29 kB Progress (3): 1.2/1.5 MB | 285 kB | 29 kB Progress (3): 1.2/1.5 MB | 285 kB | 29 kB Progress (3): 1.2/1.5 MB | 285 kB | 29 kB Progress (3): 1.2/1.5 MB | 285 kB | 29 kB Progress (3): 1.2/1.5 MB | 285 kB | 29 kB Progress (3): 1.3/1.5 MB | 285 kB | 29 kB Progress (3): 1.3/1.5 MB | 285 kB | 29 kB Progress (3): 1.3/1.5 MB | 285 kB | 29 kB Progress (3): 1.3/1.5 MB | 285 kB | 29 kB Progress (3): 1.3/1.5 MB | 285 kB | 29 kB Progress (3): 1.3/1.5 MB | 285 kB | 29 kB Progress (3): 1.3/1.5 MB | 285 kB | 29 kB Progress (3): 1.3/1.5 MB | 285 kB | 29 kB Progress (3): 1.3/1.5 MB | 285 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 165 kB/s) Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.3/1.5 MB | 29 kB Progress (2): 1.4/1.5 MB | 29 kB Progress (2): 1.4/1.5 MB | 29 kB Progress (2): 1.4/1.5 MB | 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.5.1/org.eclipse.tycho.p2.resolver.shared-1.5.1.jar (29 kB at 17 kB/s) 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 835 kB/s) [WARNING] No explicit target runtime environment configuration. Build is platform dependent. Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.5.1/tycho-bundles-external-1.5.1.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.5.1/tycho-bundles-external-1.5.1.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.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.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/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.5.1/tycho-bundles-external-1.5.1.zip (8.1 MB at 3.9 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.5.1/org.eclipse.tycho.p2.resolver.impl-1.5.1.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.5.1/org.eclipse.tycho.p2.resolver.impl-1.5.1.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): 69/218 kB Progress (1): 73/218 kB Progress (1): 77/218 kB Progress (1): 81/218 kB Progress (1): 85/218 kB Progress (1): 89/218 kB Progress (1): 93/218 kB Progress (1): 97/218 kB Progress (1): 101/218 kB Progress (1): 105/218 kB Progress (1): 109/218 kB Progress (1): 113/218 kB Progress (1): 117/218 kB Progress (1): 121/218 kB Progress (1): 125/218 kB Progress (1): 129/218 kB Progress (1): 131/218 kB Progress (1): 135/218 kB Progress (1): 139/218 kB Progress (1): 143/218 kB Progress (1): 147/218 kB Progress (1): 151/218 kB Progress (1): 155/218 kB Progress (1): 159/218 kB Progress (1): 163/218 kB Progress (1): 167/218 kB Progress (1): 171/218 kB Progress (1): 175/218 kB Progress (1): 179/218 kB Progress (1): 183/218 kB Progress (1): 187/218 kB Progress (1): 191/218 kB Progress (1): 195/218 kB Progress (1): 199/218 kB Progress (1): 203/218 kB Progress (1): 207/218 kB Progress (1): 211/218 kB Progress (1): 215/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.5.1/org.eclipse.tycho.p2.resolver.impl-1.5.1.jar (218 kB at 4.8 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.5.1/org.eclipse.tycho.p2.maven.repository-1.5.1.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.5.1/org.eclipse.tycho.p2.maven.repository-1.5.1.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): 33/148 kB Progress (1): 37/148 kB Progress (1): 41/148 kB Progress (1): 45/148 kB Progress (1): 49/148 kB Progress (1): 53/148 kB Progress (1): 57/148 kB Progress (1): 61/148 kB Progress (1): 65/148 kB Progress (1): 66/148 kB Progress (1): 70/148 kB Progress (1): 74/148 kB Progress (1): 78/148 kB Progress (1): 82/148 kB Progress (1): 86/148 kB Progress (1): 90/148 kB Progress (1): 94/148 kB Progress (1): 98/148 kB Progress (1): 98/148 kB Progress (1): 102/148 kB Progress (1): 106/148 kB Progress (1): 110/148 kB Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 130/148 kB Progress (1): 134/148 kB Progress (1): 138/148 kB Progress (1): 142/148 kB Progress (1): 146/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.5.1/org.eclipse.tycho.p2.maven.repository-1.5.1.jar (148 kB at 5.5 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.5.1/org.eclipse.tycho.p2.tools.impl-1.5.1.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.5.1/org.eclipse.tycho.p2.tools.impl-1.5.1.jar Progress (1): 4.1/49 kB Progress (1): 7.7/49 kB Progress (1): 12/49 kB Progress (1): 16/49 kB Progress (1): 20/49 kB Progress (1): 24/49 kB Progress (1): 28/49 kB Progress (1): 32/49 kB Progress (1): 36/49 kB Progress (1): 40/49 kB Progress (1): 44/49 kB Progress (1): 48/49 kB Progress (1): 49 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.5.1/org.eclipse.tycho.p2.tools.impl-1.5.1.jar (49 kB at 1.2 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.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.5.1/tycho-packaging-plugin-1.5.1.pom (2.7 kB at 74 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.jar Progress (1): 4.1/129 kB Progress (1): 7.7/129 kB Progress (1): 12/129 kB Progress (1): 16/129 kB Progress (1): 20/129 kB Progress (1): 24/129 kB Progress (1): 28/129 kB Progress (1): 32/129 kB Progress (1): 36/129 kB Progress (1): 40/129 kB Progress (1): 44/129 kB Progress (1): 48/129 kB Progress (1): 52/129 kB Progress (1): 56/129 kB Progress (1): 60/129 kB Progress (1): 64/129 kB Progress (1): 68/129 kB Progress (1): 72/129 kB Progress (1): 76/129 kB Progress (1): 80/129 kB Progress (1): 84/129 kB Progress (1): 88/129 kB Progress (1): 92/129 kB Progress (1): 96/129 kB Progress (1): 100/129 kB Progress (1): 104/129 kB Progress (1): 108/129 kB Progress (1): 112/129 kB Progress (1): 116/129 kB Progress (1): 120/129 kB Progress (1): 124/129 kB Progress (1): 128/129 kB Progress (1): 129 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.5.1/tycho-packaging-plugin-1.5.1.jar (129 kB at 2.7 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.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.5.1/target-platform-configuration-1.5.1.pom (1.7 kB at 21 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.5.1/target-platform-configuration-1.5.1.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.5.1/target-platform-configuration-1.5.1.jar (7.6 kB at 95 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.5.1/tycho-source-plugin-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.5.1/tycho-source-plugin-1.5.1.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.5.1/tycho-source-plugin-1.5.1.pom (2.9 kB at 87 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.5.1/tycho-source-plugin-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.5.1/tycho-source-plugin-1.5.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/eclipse/tycho/tycho-source-plugin/1.5.1/tycho-source-plugin-1.5.1.jar (23 kB at 725 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom 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 157 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Progress (1): 4.1/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 357 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 142 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 212 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1/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 775 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom Progress (1): 4.1/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 448 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 33 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 517 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (2): 12/22 kB | 4.1/24 kB Progress (2): 16/22 kB | 4.1/24 kB Progress (2): 16/22 kB | 7.7/24 kB Progress (2): 20/22 kB | 7.7/24 kB Progress (2): 22 kB | 7.7/24 kB Progress (2): 22 kB | 12/24 kB Progress (2): 22 kB | 16/24 kB Progress (2): 22 kB | 20/24 kB Progress (2): 22 kB | 24/24 kB Progress (2): 22 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 590 kB/s) 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 627 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.5.1/tycho-pack200a-plugin-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.5.1/tycho-pack200a-plugin-1.5.1.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.5.1/tycho-pack200a-plugin-1.5.1.pom (1.3 kB at 61 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.5.1/tycho-pack200-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.5.1/tycho-pack200-1.5.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.5.1/tycho-pack200-1.5.1.pom (1.5 kB at 47 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.5.1/tycho-extras-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.5.1/tycho-extras-1.5.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.5.1/tycho-extras-1.5.1.pom (16 kB at 374 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.5.1/tycho-pack200a-plugin-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.5.1/tycho-pack200a-plugin-1.5.1.jar 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/eclipse/tycho/extras/tycho-pack200a-plugin/1.5.1/tycho-pack200a-plugin-1.5.1.jar (7.2 kB at 153 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.pom Progress (1): 2.6 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.pom (2.6 kB at 68 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.3/maven-plugin-parent-1.1.3.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.3/maven-plugin-parent-1.1.3.pom (5.5 kB at 149 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom (12 kB at 501 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.jar Progress (1): 4.1/63 kB Progress (1): 7.7/63 kB Progress (1): 12/63 kB Progress (1): 16/63 kB Progress (1): 20/63 kB Progress (1): 24/63 kB Progress (1): 28/63 kB Progress (1): 32/63 kB Progress (1): 33/63 kB Progress (1): 37/63 kB Progress (1): 41/63 kB Progress (1): 45/63 kB Progress (1): 49/63 kB Progress (1): 53/63 kB Progress (1): 57/63 kB Progress (1): 61/63 kB Progress (1): 63 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.jar (63 kB at 1.7 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.5.1/tycho-pack200b-plugin-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.5.1/tycho-pack200b-plugin-1.5.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.5.1/tycho-pack200b-plugin-1.5.1.pom (1.5 kB at 43 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.5.1/tycho-pack200b-plugin-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.5.1/tycho-pack200b-plugin-1.5.1.jar 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/eclipse/tycho/extras/tycho-pack200b-plugin/1.5.1/tycho-pack200b-plugin-1.5.1.jar (6.7 kB at 173 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.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.5.1/tycho-p2-plugin-1.5.1.pom (2.2 kB at 71 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.5.1/tycho-p2-plugin-1.5.1.jar (28 kB at 854 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.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.5.1/sisu-equinox-launching-1.5.1.pom (2.7 kB at 71 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 341 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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.4 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom Progress (1): 4.1/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 388 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.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.5.1/tycho-artifactcomparator-1.5.1.pom (2.1 kB at 37 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom 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.1/asm-tree-7.1.pom (3.1 kB at 95 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 4.1/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 288 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom (2.9 kB at 95 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.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.1/asm-util-7.1.pom (3.6 kB at 122 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom 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.1/asm-analysis-7.1.pom (3.2 kB at 90 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar 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.1/asm-7.1.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/sisu-equinox-launching/1.5.1/sisu-equinox-launching-1.5.1.jar (28 kB at 765 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar Progress (1): 4.1/82 kB Progress (1): 7.7/82 kB Progress (1): 12/82 kB Progress (1): 16/82 kB Progress (1): 20/82 kB Progress (1): 24/82 kB Progress (1): 28/82 kB Progress (1): 32/82 kB Progress (1): 36/82 kB Progress (1): 40/82 kB Progress (1): 44/82 kB Progress (1): 48/82 kB Progress (1): 52/82 kB Progress (1): 56/82 kB Progress (1): 60/82 kB Progress (1): 64/82 kB Progress (2): 64/82 kB | 4.1/54 kB Progress (2): 68/82 kB | 4.1/54 kB Progress (2): 68/82 kB | 7.7/54 kB Progress (3): 68/82 kB | 7.7/54 kB | 4.1/50 kB Progress (3): 72/82 kB | 7.7/54 kB | 4.1/50 kB Progress (3): 72/82 kB | 12/54 kB | 4.1/50 kB Progress (3): 72/82 kB | 12/54 kB | 7.7/50 kB Progress (3): 72/82 kB | 16/54 kB | 7.7/50 kB Progress (3): 76/82 kB | 16/54 kB | 7.7/50 kB Progress (3): 76/82 kB | 16/54 kB | 12/50 kB Progress (3): 80/82 kB | 16/54 kB | 12/50 kB Progress (3): 80/82 kB | 16/54 kB | 16/50 kB Progress (3): 82 kB | 16/54 kB | 16/50 kB Progress (3): 82 kB | 20/54 kB | 16/50 kB Progress (3): 82 kB | 24/54 kB | 16/50 kB Progress (3): 82 kB | 28/54 kB | 16/50 kB Progress (4): 82 kB | 28/54 kB | 16/50 kB | 4.1/115 kB Progress (4): 82 kB | 28/54 kB | 20/50 kB | 4.1/115 kB Progress (4): 82 kB | 28/54 kB | 20/50 kB | 7.7/115 kB Progress (5): 82 kB | 28/54 kB | 20/50 kB | 7.7/115 kB | 4.1/20 kB Progress (5): 82 kB | 32/54 kB | 20/50 kB | 7.7/115 kB | 4.1/20 kB Progress (5): 82 kB | 32/54 kB | 20/50 kB | 7.7/115 kB | 7.7/20 kB Progress (5): 82 kB | 32/54 kB | 24/50 kB | 7.7/115 kB | 7.7/20 kB Progress (5): 82 kB | 36/54 kB | 24/50 kB | 7.7/115 kB | 7.7/20 kB Progress (5): 82 kB | 36/54 kB | 24/50 kB | 12/115 kB | 7.7/20 kB Progress (5): 82 kB | 40/54 kB | 24/50 kB | 12/115 kB | 7.7/20 kB Progress (5): 82 kB | 40/54 kB | 28/50 kB | 12/115 kB | 7.7/20 kB Progress (5): 82 kB | 44/54 kB | 28/50 kB | 12/115 kB | 7.7/20 kB Progress (5): 82 kB | 44/54 kB | 28/50 kB | 12/115 kB | 12/20 kB Progress (5): 82 kB | 48/54 kB | 28/50 kB | 12/115 kB | 12/20 kB Progress (5): 82 kB | 48/54 kB | 32/50 kB | 12/115 kB | 12/20 kB Progress (5): 82 kB | 48/54 kB | 32/50 kB | 16/115 kB | 12/20 kB Progress (5): 82 kB | 48/54 kB | 36/50 kB | 16/115 kB | 12/20 kB Progress (5): 82 kB | 52/54 kB | 36/50 kB | 16/115 kB | 12/20 kB Progress (5): 82 kB | 52/54 kB | 36/50 kB | 16/115 kB | 16/20 kB Progress (5): 82 kB | 54 kB | 36/50 kB | 16/115 kB | 16/20 kB Progress (5): 82 kB | 54 kB | 40/50 kB | 16/115 kB | 16/20 kB Progress (5): 82 kB | 54 kB | 40/50 kB | 20/115 kB | 16/20 kB Progress (5): 82 kB | 54 kB | 40/50 kB | 20/115 kB | 20/20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar (82 kB at 1.1 MB/s) Progress (4): 54 kB | 40/50 kB | 20/115 kB | 20 kB Progress (4): 54 kB | 44/50 kB | 20/115 kB | 20 kB Progress (4): 54 kB | 44/50 kB | 24/115 kB | 20 kB Progress (4): 54 kB | 48/50 kB | 24/115 kB | 20 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar Progress (4): 54 kB | 50 kB | 24/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 28/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 32/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 36/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 40/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 44/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 48/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 52/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 56/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 60/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 64/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 68/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 72/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 76/115 kB | 20 kB Progress (4): 54 kB | 50 kB | 80/115 kB | 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.5.1/tycho-artifactcomparator-1.5.1.jar (20 kB at 247 kB/s) Progress (3): 54 kB | 50 kB | 84/115 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar (50 kB at 606 kB/s) Progress (2): 54 kB | 88/115 kB Progress (2): 54 kB | 92/115 kB Progress (2): 54 kB | 96/115 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 635 kB/s) Progress (1): 100/115 kB Progress (1): 104/115 kB Progress (1): 108/115 kB Progress (1): 112/115 kB Progress (1): 115 kB Progress (2): 115 kB | 4.1/33 kB Progress (2): 115 kB | 7.7/33 kB Progress (2): 115 kB | 12/33 kB Progress (2): 115 kB | 16/33 kB Progress (2): 115 kB | 20/33 kB Progress (2): 115 kB | 24/33 kB Progress (2): 115 kB | 28/33 kB Progress (2): 115 kB | 32/33 kB Progress (2): 115 kB | 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar (115 kB at 722 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar (33 kB at 201 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (4.2 kB at 189 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 765 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1/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 99 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 4.1/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 849 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (24 kB at 693 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 211 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 315 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom Progress (1): 4.1/43 kB Progress (1): 7.7/43 kB Progress (1): 12/43 kB Progress (1): 16/43 kB Progress (1): 20/43 kB Progress (1): 24/43 kB Progress (1): 28/43 kB Progress (1): 32/43 kB Progress (1): 36/43 kB Progress (1): 40/43 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.0 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 928 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.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.5.1/tycho-compiler-plugin-1.5.1.pom (2.5 kB at 66 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.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/eclipse/tycho/tycho-compiler-plugin/1.5.1/tycho-compiler-plugin-1.5.1.jar (33 kB at 772 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom 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 140 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar 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 455 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom 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 168 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 405 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar 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 660 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/2.2/maven-site-plugin-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/2.2/maven-site-plugin-2.2.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/2.2/maven-site-plugin-2.2.pom (15 kB at 399 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/2.2/maven-site-plugin-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/2.2/maven-site-plugin-2.2.jar Progress (1): 4.1/98 kB Progress (1): 7.7/98 kB Progress (1): 12/98 kB Progress (1): 16/98 kB Progress (1): 20/98 kB Progress (1): 24/98 kB Progress (1): 28/98 kB Progress (1): 32/98 kB Progress (1): 36/98 kB Progress (1): 40/98 kB Progress (1): 44/98 kB Progress (1): 48/98 kB Progress (1): 52/98 kB Progress (1): 56/98 kB Progress (1): 60/98 kB Progress (1): 64/98 kB Progress (1): 68/98 kB Progress (1): 72/98 kB Progress (1): 76/98 kB Progress (1): 80/98 kB Progress (1): 84/98 kB Progress (1): 88/98 kB Progress (1): 92/98 kB Progress (1): 96/98 kB Progress (1): 98 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/2.2/maven-site-plugin-2.2.jar (98 kB at 2.1 MB/s) [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.1/tycho-source-feature-plugin-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.1/tycho-source-feature-plugin-1.5.1.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.5.1/tycho-source-feature-plugin-1.5.1.pom (2.3 kB at 8.2 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.1/tycho-source-feature-plugin-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.1/tycho-source-feature-plugin-1.5.1.jar Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.1/tycho-source-feature-plugin-1.5.1.jar (19 kB at 310 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom 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 19 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom 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 112 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 321 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom 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 13 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom 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 125 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 61 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom 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 203 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 302 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 412 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 95 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom 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 57 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom 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 120 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom 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 12 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Progress (1): 4.1/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 112 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 464 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Progress (1): 766 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 24 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 51 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 108 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom 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 42 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom 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 47 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom 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 16 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom 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 12 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom 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 106 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom 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 58 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom 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 36 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom 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 29 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 64 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom 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 44 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom 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 32 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom 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 139 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom 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 85 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom 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 39 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 60 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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 9.0 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom 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 39 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom 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 55 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom 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 43 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom 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 59 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom 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 43 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom 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 51 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom 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 43 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom 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 47 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar 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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 241 kB/s) Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 61 kB/s) [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.1/tycho-p2-publisher-plugin-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.1/tycho-p2-publisher-plugin-1.5.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.1/tycho-p2-publisher-plugin-1.5.1.pom (2.0 kB at 68 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.1/tycho-p2-publisher-plugin-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.1/tycho-p2-publisher-plugin-1.5.1.jar Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.1/tycho-p2-publisher-plugin-1.5.1.jar (21 kB at 355 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 522 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1/42 kB Progress (1): 7.7/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 36/42 kB Progress (1): 40/42 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.1 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Progress (1): 4.1/316 kB Progress (1): 7.7/316 kB Progress (1): 12/316 kB Progress (1): 16/316 kB Progress (1): 20/316 kB Progress (1): 24/316 kB Progress (1): 28/316 kB Progress (1): 32/316 kB Progress (1): 36/316 kB Progress (1): 40/316 kB Progress (1): 44/316 kB Progress (1): 48/316 kB Progress (1): 52/316 kB Progress (1): 56/316 kB Progress (1): 60/316 kB Progress (1): 64/316 kB Progress (1): 68/316 kB Progress (1): 72/316 kB Progress (1): 76/316 kB Progress (1): 80/316 kB Progress (1): 84/316 kB Progress (1): 88/316 kB Progress (1): 92/316 kB Progress (1): 96/316 kB Progress (1): 100/316 kB Progress (1): 104/316 kB Progress (1): 108/316 kB Progress (1): 112/316 kB Progress (1): 116/316 kB Progress (1): 120/316 kB Progress (1): 124/316 kB Progress (1): 128/316 kB Progress (1): 132/316 kB Progress (1): 136/316 kB Progress (1): 140/316 kB Progress (1): 144/316 kB Progress (1): 148/316 kB Progress (1): 152/316 kB Progress (1): 156/316 kB Progress (1): 160/316 kB Progress (1): 164/316 kB Progress (1): 168/316 kB Progress (1): 172/316 kB Progress (1): 176/316 kB Progress (1): 180/316 kB Progress (1): 184/316 kB Progress (1): 188/316 kB Progress (1): 192/316 kB Progress (1): 196/316 kB Progress (1): 200/316 kB Progress (1): 204/316 kB Progress (1): 208/316 kB Progress (1): 212/316 kB Progress (1): 216/316 kB Progress (1): 220/316 kB Progress (1): 224/316 kB Progress (1): 228/316 kB Progress (1): 232/316 kB Progress (1): 236/316 kB Progress (1): 240/316 kB Progress (1): 244/316 kB Progress (1): 248/316 kB Progress (1): 252/316 kB Progress (1): 256/316 kB Progress (1): 260/316 kB Progress (1): 264/316 kB Progress (1): 268/316 kB Progress (1): 272/316 kB Progress (1): 276/316 kB Progress (1): 280/316 kB Progress (1): 284/316 kB Progress (1): 288/316 kB Progress (1): 292/316 kB Progress (1): 296/316 kB Progress (1): 300/316 kB Progress (1): 304/316 kB Progress (1): 308/316 kB Progress (1): 312/316 kB Progress (1): 316/316 kB Progress (1): 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 5.1 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.1/tycho-p2-repository-plugin-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.1/tycho-p2-repository-plugin-1.5.1.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.5.1/tycho-p2-repository-plugin-1.5.1.pom (1.4 kB at 27 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.1/tycho-p2-repository-plugin-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.1/tycho-p2-repository-plugin-1.5.1.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.5.1/tycho-p2-repository-plugin-1.5.1.jar (14 kB at 240 kB/s) [INFO] Computing target platform for MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.overlay:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/technology/m2e/milestones/1.14/ [INFO] Fetching p2.index from https://download.eclipse.org/technology/m2e/milestones/1.14/ [INFO] Adding repository https://download.eclipse.org/technology/m2e/milestones/1.14 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/m2e/milestones/1.14/ [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/m2e/milestones/1.14/ [INFO] Fetching p2.index from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191126-0803/ [INFO] Fetching p2.index from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191126-0803/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191126-0803/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191126-0803/ [INFO] Fetching p2.index from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191120-1700/ [INFO] Fetching p2.index from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191120-1700/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191120-1700/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191120-1700/ [INFO] Fetching p2.index from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191029-1325/ [INFO] Fetching p2.index from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191029-1325/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191029-1325/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191029-1325/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/ [INFO] Adding repository https://download.eclipse.org/releases/neon [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/neon/ (518B) [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/neon/ (518B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201703141400/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201703141400/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201703141400/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201703141400/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201703231000/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201703231000/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201703231000/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201703231000/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201606221000/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201606221000/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201606221000/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201606221000/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201609281000/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201609281000/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201609281000/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201609281000/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201610111000/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201610111000/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201610111000/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201610111000/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201612211000/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201612211000/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201612211000/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201612211000/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ [INFO] Fetching p2.index from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/ [INFO] Fetching p2.index from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/ [INFO] Adding repository https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching p2.index from http://download.eclipse.org/m2e-wtp/signed/mavenarchiver/0.17.4/ [INFO] Fetching p2.index from http://download.eclipse.org/m2e-wtp/signed/mavenarchiver/0.17.4/ [INFO] Adding repository http://download.eclipse.org/m2e-wtp/signed/mavenarchiver/0.17.4 [INFO] Fetching content.xml.xz from http://download.eclipse.org/m2e-wtp/signed/mavenarchiver/0.17.4/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/m2e-wtp/signed/mavenarchiver/0.17.4/ [INFO] Resolving dependencies of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.overlay:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/pom.xml [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB) [INFO] Unpacking org.eclipse.osgi_3.11.3.v20170209-1843... [INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (63.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (63.94kB) [INFO] Unpacking javax.xml_1.3.4.v201005080400... [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (88.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (88.73kB) [INFO] Unpacking org.apache.batik.css_1.7.0.v201011041433... [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (60.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (60.88kB) [INFO] Unpacking org.apache.batik.util_1.7.0.v201011041433... [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (7.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (7.64kB) [INFO] Unpacking org.w3c.dom.events_3.0.0.draft20060413_v201105210656... [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (18.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (18.5kB) [INFO] Unpacking org.w3c.css.sac_1.3.1.v200903091627... [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (27.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (27.84kB) [INFO] Unpacking org.w3c.dom.svg_1.1.0.v201011041433... [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (77.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (77.67kB) [INFO] Unpacking org.apache.batik.util.gui_1.7.0.v200903091627... [INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (40.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (40.14kB) [INFO] Unpacking org.eclipse.osgi.services_3.5.100.v20160504-1419... [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (41.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (41.81kB) [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (404.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (404.55kB) [INFO] Unpacking org.apache.xerces_2.9.0.v201101211617... [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (113.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (113.8kB) [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (51.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (51.37kB) [INFO] Unpacking org.eclipse.equinox.common_3.8.0.v20160509-1230... [INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (43.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (43.13kB) [INFO] Unpacking org.eclipse.core.commands_3.8.1.v20161221-1651... [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (39.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (39.58kB) [INFO] Unpacking org.eclipse.core.contenttype_3.5.100.v20160418-1621... [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (53.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (53.94kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.6.1.v20160815-1406... [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (71.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (71.51kB) [INFO] Unpacking org.eclipse.equinox.registry_3.6.100.v20160223-2218... [INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (57.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (57.81kB) [INFO] Unpacking org.eclipse.core.databinding_1.6.0.v20160412-0910... [INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (90.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (90.47kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.6.0.v20160511-1747... [INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (49.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (49.78kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.6.0.v20160427-0852... Dec 09, 2019 6:50:14 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:50:14 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.22MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.22MB) [INFO] Unpacking com.ibm.icu_56.1.0.v201601250100... [INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.83kB) [INFO] Unpacking org.eclipse.core.expressions_3.5.100.v20160418-1621... [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (35.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (35.25kB) [INFO] Unpacking org.eclipse.core.runtime_3.12.0.v20160606-1342... [INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (42.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (42.91kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.0.v20160503-1849... Dec 09, 2019 6:50:33 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:50:33 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.text_3.6.0.v20160503-1849.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (91.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.6.0.v20160503-1849.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (91.22kB) [INFO] Unpacking org.eclipse.text_3.6.0.v20160503-1849... [INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (27.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (27.54kB) [INFO] Unpacking org.eclipse.core.filesystem_1.6.1.v20161113-2349... Dec 09, 2019 6:50:35 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:50:35 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (46.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (46.37kB) [INFO] Unpacking org.eclipse.core.jobs_3.8.0.v20160509-0411... [INFO] Fetching org.eclipse.core.net_1.3.0.v20160418-1534.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.0.v20160418-1534.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB) [INFO] Unpacking org.eclipse.core.net_1.3.0.v20160418-1534... [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (42.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (42.22kB) [INFO] Unpacking org.eclipse.equinox.security_1.2.200.v20150715-1528... [INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (862.01kB) [INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (862.01kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (40.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (40.76kB) [INFO] Unpacking org.eclipse.equinox.app_1.3.400.v20150715-1528... [INFO] Fetching org.eclipse.core.variables_3.3.0.v20160419-1720.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (17.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.3.0.v20160419-1720.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (17.99kB) [INFO] Unpacking org.eclipse.core.variables_3.3.0.v20160419-1720... [INFO] Fetching org.eclipse.debug.core_3.10.100.v20160419-1720.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (115.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.10.100.v20160419-1720.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (115.16kB) [INFO] Unpacking org.eclipse.debug.core_3.10.100.v20160419-1720... [INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.72kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.11.100.v20160506-0804... [INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (26.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (26.23kB) [INFO] Unpacking org.eclipse.e4.core.di_1.6.1.v20160712-0927... [INFO] Fetching javax.inject_1.0.0.v20091030.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (9.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.inject_1.0.0.v20091030.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (9.24kB) [INFO] Unpacking javax.inject_1.0.0.v20091030... [INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (22.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (22.44kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.5.1.v20170203-1100... [INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (23.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (23.39kB) [INFO] Unpacking org.eclipse.e4.core.services_2.0.100.v20160509-1032... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.59kB) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.88kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614... [INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.67kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (98kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (366.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (366.46kB) [INFO] Unpacking org.eclipse.emf.ecore_2.12.0.v20160420-0247... [INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (24.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (24.02kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025... [INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (18.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (18.2kB) [INFO] Unpacking org.eclipse.swt_3.105.3.v20170228-0512... [INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (344.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (344.64kB) [INFO] Unpacking org.eclipse.jface_3.12.2.v20170113-2113... [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (65.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (65.01kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (80.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (80.01kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.11kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836... [INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.57kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.1.100.v20160506-0759... [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (106.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (106.56kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459... [INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (14.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (14.13kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.2.100.v20160506-0759... [INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.84kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759... [INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (81.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (81.91kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624... [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (36.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (36.05kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.11.0.v20160420-0247... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (80.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (80.33kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (98.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (98.24kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (72.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (72.42kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (54.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (54.05kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129... [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (89.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (89.5kB) [INFO] Unpacking org.eclipse.equinox.ds_1.4.400.v20160226-2036... [INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (70.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (70.71kB) [INFO] Unpacking org.eclipse.jface.databinding_1.8.1.v20161026-1531... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.92kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759... [INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (102.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (102.97kB) [INFO] Unpacking org.eclipse.emf.codegen_2.11.0.v20160526-0356... [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (104.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (104.54kB) [INFO] Unpacking org.eclipse.emf.common_2.12.0.v20160420-0247... [INFO] Fetching org.eclipse.jdt.core_3.12.3.v20170228-1205.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (5.56MB) [INFO] Fetching org.eclipse.jdt.core_3.12.3.v20170228-1205.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (5.56MB) [INFO] Fetching org.eclipse.jdt.launching_3.8.101.v20161111-2014.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (123.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.8.101.v20161111-2014.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (123.66kB) [INFO] Unpacking org.eclipse.jdt.launching_3.8.101.v20161111-2014... [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (88.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (88.73kB) [INFO] Unpacking org.eclipse.emf.edit_2.12.0.v20160526-0356... [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (30.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (30.41kB) [INFO] Unpacking org.eclipse.equinox.util_1.0.500.v20130404-1337... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (19.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (19.03kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.2kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (52.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (52.25kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (101.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (101.77kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220... [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (36.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (36.04kB) [INFO] Unpacking org.tukaani.xz_1.3.0.v201308270617... [INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (29.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (29.98kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.4.100.v20160419-0834... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (37.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (37.96kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450... [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (52.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (52.26kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324... [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (45.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (45.05kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.3.300.v20160504-1450... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (103.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (103.26kB) [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (72.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (72.9kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (22.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (22.71kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450... [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (71.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (71.28kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (47.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (47.43kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834... [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (31.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (31.23kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (40.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (40.68kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (102.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (102.51kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (15.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (15.76kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450... [INFO] Fetching org.eclipse.equinox.p2.ui_2.4.100.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (189.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.4.100.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (189.14kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.4.100.v20160419-0834... [INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (268.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (268.51kB) [INFO] Unpacking org.eclipse.ui_3.108.1.v20160929-1045... [INFO] Fetching org.eclipse.equinox.security.ui_1.1.300.v20150803-1225.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (72.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.1.300.v20150803-1225.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (72.6kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.1.300.v20150803-1225... [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.600.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (41.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.600.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (41.75kB) [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.0.600.v20160504-1450... [INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (122.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (122.2kB) [INFO] Unpacking org.eclipse.help_3.7.0.v20160602-1307... [INFO] Fetching org.eclipse.jdt.debug_3.10.1.v20160811-0441.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (905.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.10.1.v20160811-0441.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (905.14kB) [INFO] Unpacking org.eclipse.jdt.debug_3.10.1.v20160811-0441... [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (47.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (47.51kB) [INFO] Unpacking org.eclipse.jem.util_2.1.201.v201903222010... [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (93kB) [INFO] Unpacking org.eclipse.jem_2.0.600.v201903222024... [INFO] Fetching org.eclipse.wst.common.core_1.2.0.v200908251833.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.core_1.2.0.v200908251833.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.59kB) [INFO] Unpacking org.eclipse.wst.common.core_1.2.0.v200908251833... [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (36.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (36.07kB) [INFO] Unpacking org.eclipse.jem.workbench_2.0.400.v201903222024... [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (43.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (43.29kB) [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.201.v201903222010... [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (77.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (77.32kB) [INFO] Unpacking org.eclipse.wst.common.emf_1.2.600.v201903222010... [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (13.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (13.66kB) [INFO] Unpacking org.eclipse.jst.common.annotations.core_1.1.300.v201903222024... [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (22.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (22.28kB) [INFO] Unpacking org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024... [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (130.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (130.27kB) [INFO] Unpacking org.eclipse.wst.common.modulecore_1.3.100.v201903222010... [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (53.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (53.02kB) [INFO] Unpacking org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010... [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (134.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (134.91kB) [INFO] Unpacking org.eclipse.wst.validation_1.2.800.v201904082137... [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (119.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (119.28kB) [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010... [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (63.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (63.23kB) [INFO] Unpacking org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755... [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (46.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (46.5kB) [INFO] Unpacking org.eclipse.jst.common.frameworks_1.1.701.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (589.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (589.93kB) [INFO] Unpacking org.eclipse.jst.j2ee.core_1.4.1.v201903222024... Dec 09, 2019 6:50:53 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:50:53 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (124.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (124.63kB) [INFO] Unpacking org.eclipse.wst.server.core_1.10.100.v201910252115... [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (31.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (31.75kB) [INFO] Unpacking org.eclipse.jst.server.core_1.2.600.v201910252115... [INFO] Fetching org.eclipse.wst.sse.core_1.1.1000.v201608061842.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (147.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.core_1.1.1000.v201608061842.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (147.37kB) [INFO] Unpacking org.eclipse.wst.sse.core_1.1.1000.v201608061842... [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (24.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (24.71kB) [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010... [INFO] Fetching org.eclipse.wst.xml.core_1.1.1001.v201702270442.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (241.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.core_1.1.1001.v201702270442.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (241.35kB) [INFO] Unpacking org.eclipse.wst.xml.core_1.1.1001.v201702270442... [INFO] Fetching org.eclipse.wst.web_1.1.800.v201312041437.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (33.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web_1.1.800.v201312041437.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (33.56kB) [INFO] Unpacking org.eclipse.wst.web_1.1.800.v201312041437... [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (20.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (20.09kB) [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201903222010... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (105.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (105.61kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705... [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (855.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (855.39kB) [INFO] Unpacking org.eclipse.jst.j2ee_1.2.301.v201903222025... [INFO] Fetching org.apache.ant_1.9.6.v201510161327.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (2.19MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.9.6.v201510161327.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (2.19MB) [INFO] Unpacking org.apache.ant_1.9.6.v201510161327... [INFO] Fetching org.slf4j.api_1.7.10.v20160921-1923.jar from https://download.eclipse.org/releases/neon/201703141400/plugins/ (42.56kB) [INFO] Fetching org.slf4j.api_1.7.10.v20160921-1923.jar from https://download.eclipse.org/releases/neon/201703141400/plugins/ (42.56kB) [INFO] Fetching org.eclipse.osgi.util_3.3.100.v20150423-1351.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (17.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.3.100.v20150423-1351.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (17.34kB) [INFO] Unpacking org.eclipse.osgi.util_3.3.100.v20150423-1351... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.28MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.28MB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512... Dec 09, 2019 6:50:57 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:50:57 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.03MB) [INFO] Unpacking org.eclipse.ui.workbench_3.108.3.v20170216-1539... Dec 09, 2019 6:50:59 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:50:59 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (43.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (43.1kB) [INFO] Unpacking org.eclipse.wst.server.discovery_1.3.200.v201910252115... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (14.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (14.95kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Resolving class path of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.overlay:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.overlay.ui:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.overlay.ui:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/pom.xml [INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (23.14kB) [INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (23.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.bidi_1.0.0.v20160307-1318... [INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (314.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (314.18kB) [INFO] Unpacking org.eclipse.jface.text_3.11.2.v20170220-1911... [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (49.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (49.58kB) [INFO] Unpacking org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010... [INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (793.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (793.87kB) [INFO] Unpacking org.eclipse.ui.ide_3.12.3.v20170119-0935... [INFO] Resolving class path of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.overlay.ui:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/pom.xml Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.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/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.pom (6.6 kB at 183 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 105 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 136 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 598 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 169 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 165 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 71 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 457 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-2/wagon-provider-api-1.0-beta-2.pom Progress (1): 680 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom (680 B at 16 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (5.9 kB at 294 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom Progress (1): 4.1/10.0 kB Progress (1): 7.7/10.0 kB Progress (1): 10.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom (10.0 kB at 625 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 93 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.pom Progress (1): 637 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.pom (637 B at 34 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0-beta-2/wagon-providers-1.0-beta-2.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-providers/1.0-beta-2/wagon-providers-1.0-beta-2.pom (1.8 kB at 59 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.pom (1.4 kB at 62 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.pom Progress (1): 845 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.pom (845 B at 50 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.pom (1.3 kB at 32 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 141 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.pom (1.5 kB at 15 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.pom Progress (1): 851 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.pom (851 B at 47 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom (1.3 kB at 76 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom Progress (1): 471 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom (471 B at 26 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom (6.0 kB at 354 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom Progress (1): 740 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom (740 B at 22 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.pom (1.7 kB at 75 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.27/jsch-0.1.27.pom Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.27/jsch-0.1.27.pom (965 B at 46 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.pom (4.0 kB at 208 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 622 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.pom (1.6 kB at 89 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.17/plexus-components-1.1.17.pom Progress (1): 4.1/5.2 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.17/plexus-components-1.1.17.pom (5.2 kB at 274 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 222 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.pom (1.2 kB at 56 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Progress (1): 890 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 44 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 178 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 966 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom (2.0 kB at 128 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom (1.2 kB at 77 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.pom (11 kB at 520 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.3.1/xstream-parent-1.3.1.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/com/thoughtworks/xstream/xstream-parent/1.3.1/xstream-parent-1.3.1.pom (14 kB at 538 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 85 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom (4.0 kB at 183 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 527 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 204 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 279 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Progress (1): 4.1/9.8 kB Progress (1): 7.7/9.8 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 490 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom (2.9 kB at 182 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Progress (1): 4.1/77 kB Progress (1): 7.7/77 kB Progress (1): 12/77 kB Progress (1): 16/77 kB Progress (1): 20/77 kB Progress (1): 24/77 kB Progress (1): 28/77 kB Progress (1): 32/77 kB Progress (1): 33/77 kB Progress (1): 37/77 kB Progress (1): 41/77 kB Progress (1): 45/77 kB Progress (1): 49/77 kB Progress (2): 49/77 kB | 4.1/86 kB Progress (2): 53/77 kB | 4.1/86 kB Progress (2): 53/77 kB | 7.7/86 kB Progress (2): 57/77 kB | 7.7/86 kB Progress (3): 57/77 kB | 7.7/86 kB | 4.1/223 kB Progress (3): 57/77 kB | 12/86 kB | 4.1/223 kB Progress (3): 57/77 kB | 12/86 kB | 7.7/223 kB Progress (3): 61/77 kB | 12/86 kB | 7.7/223 kB Progress (3): 61/77 kB | 16/86 kB | 7.7/223 kB Progress (3): 65/77 kB | 16/86 kB | 7.7/223 kB Progress (3): 65/77 kB | 16/86 kB | 12/223 kB Progress (3): 65/77 kB | 20/86 kB | 12/223 kB Progress (3): 65/77 kB | 20/86 kB | 16/223 kB Progress (3): 69/77 kB | 20/86 kB | 16/223 kB Progress (3): 69/77 kB | 24/86 kB | 16/223 kB Progress (3): 73/77 kB | 24/86 kB | 16/223 kB Progress (3): 73/77 kB | 24/86 kB | 20/223 kB Progress (3): 73/77 kB | 28/86 kB | 20/223 kB Progress (3): 73/77 kB | 28/86 kB | 24/223 kB Progress (3): 77/77 kB | 28/86 kB | 24/223 kB Progress (3): 77/77 kB | 32/86 kB | 24/223 kB Progress (3): 77/77 kB | 32/86 kB | 28/223 kB Progress (3): 77 kB | 32/86 kB | 28/223 kB Progress (3): 77 kB | 32/86 kB | 32/223 kB Progress (3): 77 kB | 36/86 kB | 32/223 kB Progress (4): 77 kB | 36/86 kB | 32/223 kB | 4.1/87 kB Progress (4): 77 kB | 36/86 kB | 36/223 kB | 4.1/87 kB Progress (4): 77 kB | 40/86 kB | 36/223 kB | 4.1/87 kB Progress (4): 77 kB | 40/86 kB | 40/223 kB | 4.1/87 kB Progress (4): 77 kB | 40/86 kB | 40/223 kB | 7.7/87 kB Progress (4): 77 kB | 44/86 kB | 40/223 kB | 7.7/87 kB Progress (4): 77 kB | 44/86 kB | 40/223 kB | 12/87 kB Progress (4): 77 kB | 44/86 kB | 44/223 kB | 12/87 kB Progress (4): 77 kB | 44/86 kB | 44/223 kB | 16/87 kB Progress (4): 77 kB | 48/86 kB | 44/223 kB | 16/87 kB Progress (4): 77 kB | 48/86 kB | 48/223 kB | 16/87 kB Progress (4): 77 kB | 52/86 kB | 48/223 kB | 16/87 kB Progress (4): 77 kB | 52/86 kB | 48/223 kB | 20/87 kB Progress (4): 77 kB | 56/86 kB | 48/223 kB | 20/87 kB Progress (4): 77 kB | 56/86 kB | 52/223 kB | 20/87 kB Progress (4): 77 kB | 60/86 kB | 52/223 kB | 20/87 kB Progress (4): 77 kB | 60/86 kB | 52/223 kB | 24/87 kB Progress (4): 77 kB | 64/86 kB | 52/223 kB | 24/87 kB Progress (4): 77 kB | 64/86 kB | 56/223 kB | 24/87 kB Progress (4): 77 kB | 64/86 kB | 56/223 kB | 28/87 kB Progress (4): 77 kB | 64/86 kB | 60/223 kB | 28/87 kB Progress (5): 77 kB | 64/86 kB | 60/223 kB | 28/87 kB | 4.1/13 kB Progress (5): 77 kB | 68/86 kB | 60/223 kB | 28/87 kB | 4.1/13 kB Progress (5): 77 kB | 68/86 kB | 60/223 kB | 28/87 kB | 7.7/13 kB Progress (5): 77 kB | 68/86 kB | 64/223 kB | 28/87 kB | 7.7/13 kB Progress (5): 77 kB | 68/86 kB | 64/223 kB | 32/87 kB | 7.7/13 kB Progress (5): 77 kB | 68/86 kB | 68/223 kB | 32/87 kB | 7.7/13 kB Progress (5): 77 kB | 68/86 kB | 68/223 kB | 36/87 kB | 7.7/13 kB Progress (5): 77 kB | 68/86 kB | 68/223 kB | 36/87 kB | 12/13 kB Progress (5): 77 kB | 72/86 kB | 68/223 kB | 36/87 kB | 12/13 kB Progress (5): 77 kB | 72/86 kB | 68/223 kB | 36/87 kB | 13 kB Progress (5): 77 kB | 76/86 kB | 68/223 kB | 36/87 kB | 13 kB Progress (5): 77 kB | 76/86 kB | 68/223 kB | 40/87 kB | 13 kB Progress (5): 77 kB | 76/86 kB | 72/223 kB | 40/87 kB | 13 kB Progress (5): 77 kB | 76/86 kB | 72/223 kB | 44/87 kB | 13 kB Progress (5): 77 kB | 80/86 kB | 72/223 kB | 44/87 kB | 13 kB Progress (5): 77 kB | 80/86 kB | 72/223 kB | 48/87 kB | 13 kB Progress (5): 77 kB | 84/86 kB | 72/223 kB | 48/87 kB | 13 kB Progress (5): 77 kB | 84/86 kB | 76/223 kB | 48/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 76/223 kB | 48/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 76/223 kB | 52/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 80/223 kB | 52/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 80/223 kB | 56/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 84/223 kB | 56/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 84/223 kB | 60/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 88/223 kB | 60/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 88/223 kB | 64/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 92/223 kB | 64/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 92/223 kB | 68/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 96/223 kB | 68/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 96/223 kB | 72/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 100/223 kB | 72/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 100/223 kB | 76/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 104/223 kB | 76/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 104/223 kB | 80/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 108/223 kB | 80/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 108/223 kB | 84/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 112/223 kB | 84/87 kB | 13 kB Progress (5): 77 kB | 86 kB | 112/223 kB | 87 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 306 kB/s) Progress (4): 77 kB | 86 kB | 116/223 kB | 87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 2.0 MB/s) Progress (3): 77 kB | 120/223 kB | 87 kB Progress (3): 77 kB | 124/223 kB | 87 kB Progress (3): 77 kB | 128/223 kB | 87 kB Progress (3): 77 kB | 132/223 kB | 87 kB Progress (3): 77 kB | 136/223 kB | 87 kB Progress (3): 77 kB | 140/223 kB | 87 kB Progress (3): 77 kB | 144/223 kB | 87 kB Progress (3): 77 kB | 148/223 kB | 87 kB Progress (3): 77 kB | 152/223 kB | 87 kB Progress (3): 77 kB | 156/223 kB | 87 kB Progress (3): 77 kB | 160/223 kB | 87 kB Progress (3): 77 kB | 164/223 kB | 87 kB Progress (3): 77 kB | 168/223 kB | 87 kB Progress (3): 77 kB | 172/223 kB | 87 kB Progress (3): 77 kB | 176/223 kB | 87 kB Progress (3): 77 kB | 180/223 kB | 87 kB Progress (3): 77 kB | 184/223 kB | 87 kB Progress (3): 77 kB | 188/223 kB | 87 kB Progress (3): 77 kB | 192/223 kB | 87 kB Progress (3): 77 kB | 196/223 kB | 87 kB Progress (3): 77 kB | 200/223 kB | 87 kB Progress (3): 77 kB | 204/223 kB | 87 kB Progress (3): 77 kB | 208/223 kB | 87 kB Progress (3): 77 kB | 212/223 kB | 87 kB Progress (3): 77 kB | 216/223 kB | 87 kB Progress (3): 77 kB | 220/223 kB | 87 kB Progress (3): 77 kB | 223 kB | 87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 2.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Progress (3): 77 kB | 87 kB | 4.1/116 kB Progress (3): 77 kB | 87 kB | 7.7/116 kB Progress (3): 77 kB | 87 kB | 12/116 kB Progress (4): 77 kB | 87 kB | 12/116 kB | 4.1/49 kB Progress (4): 77 kB | 87 kB | 16/116 kB | 4.1/49 kB Progress (4): 77 kB | 87 kB | 16/116 kB | 7.7/49 kB Progress (4): 77 kB | 87 kB | 20/116 kB | 7.7/49 kB Progress (4): 77 kB | 87 kB | 20/116 kB | 12/49 kB Progress (4): 77 kB | 87 kB | 24/116 kB | 12/49 kB Progress (4): 77 kB | 87 kB | 24/116 kB | 16/49 kB Progress (4): 77 kB | 87 kB | 28/116 kB | 16/49 kB Progress (4): 77 kB | 87 kB | 28/116 kB | 20/49 kB Progress (4): 77 kB | 87 kB | 32/116 kB | 20/49 kB Progress (4): 77 kB | 87 kB | 32/116 kB | 24/49 kB Progress (4): 77 kB | 87 kB | 36/116 kB | 24/49 kB Progress (4): 77 kB | 87 kB | 36/116 kB | 28/49 kB Progress (4): 77 kB | 87 kB | 40/116 kB | 28/49 kB Progress (4): 77 kB | 87 kB | 40/116 kB | 32/49 kB Progress (4): 77 kB | 87 kB | 44/116 kB | 32/49 kB Progress (4): 77 kB | 87 kB | 44/116 kB | 33/49 kB Progress (4): 77 kB | 87 kB | 48/116 kB | 33/49 kB Progress (4): 77 kB | 87 kB | 48/116 kB | 37/49 kB Progress (4): 77 kB | 87 kB | 52/116 kB | 37/49 kB Progress (4): 77 kB | 87 kB | 52/116 kB | 41/49 kB Progress (4): 77 kB | 87 kB | 56/116 kB | 41/49 kB Progress (4): 77 kB | 87 kB | 56/116 kB | 45/49 kB Progress (4): 77 kB | 87 kB | 60/116 kB | 45/49 kB Progress (4): 77 kB | 87 kB | 60/116 kB | 49/49 kB Progress (4): 77 kB | 87 kB | 64/116 kB | 49/49 kB Progress (4): 77 kB | 87 kB | 64/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 68/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 72/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 76/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 80/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 84/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 88/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 92/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 96/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 100/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 104/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 108/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 112/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 116/116 kB | 49 kB Progress (4): 77 kB | 87 kB | 116 kB | 49 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.jar (49 kB at 2.0 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 667 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (3): 77 kB | 116 kB | 4.1/194 kB Progress (3): 77 kB | 116 kB | 7.7/194 kB Progress (3): 77 kB | 116 kB | 12/194 kB Progress (3): 77 kB | 116 kB | 16/194 kB Progress (3): 77 kB | 116 kB | 20/194 kB Progress (3): 77 kB | 116 kB | 24/194 kB Progress (3): 77 kB | 116 kB | 28/194 kB Progress (3): 77 kB | 116 kB | 32/194 kB Progress (3): 77 kB | 116 kB | 33/194 kB Progress (3): 77 kB | 116 kB | 37/194 kB Progress (3): 77 kB | 116 kB | 41/194 kB Progress (3): 77 kB | 116 kB | 45/194 kB Progress (3): 77 kB | 116 kB | 49/194 kB Progress (3): 77 kB | 116 kB | 53/194 kB Progress (3): 77 kB | 116 kB | 57/194 kB Progress (3): 77 kB | 116 kB | 61/194 kB Progress (3): 77 kB | 116 kB | 65/194 kB Progress (3): 77 kB | 116 kB | 69/194 kB Progress (3): 77 kB | 116 kB | 73/194 kB Progress (3): 77 kB | 116 kB | 77/194 kB Progress (3): 77 kB | 116 kB | 81/194 kB Progress (3): 77 kB | 116 kB | 85/194 kB Progress (3): 77 kB | 116 kB | 89/194 kB Progress (3): 77 kB | 116 kB | 93/194 kB Progress (3): 77 kB | 116 kB | 97/194 kB Progress (3): 77 kB | 116 kB | 101/194 kB Progress (3): 77 kB | 116 kB | 105/194 kB Progress (3): 77 kB | 116 kB | 109/194 kB Progress (3): 77 kB | 116 kB | 113/194 kB Progress (3): 77 kB | 116 kB | 117/194 kB Progress (3): 77 kB | 116 kB | 121/194 kB Progress (3): 77 kB | 116 kB | 125/194 kB Progress (3): 77 kB | 116 kB | 129/194 kB Progress (3): 77 kB | 116 kB | 133/194 kB Progress (3): 77 kB | 116 kB | 137/194 kB Progress (3): 77 kB | 116 kB | 141/194 kB Progress (3): 77 kB | 116 kB | 145/194 kB Progress (3): 77 kB | 116 kB | 149/194 kB Progress (3): 77 kB | 116 kB | 153/194 kB Progress (3): 77 kB | 116 kB | 157/194 kB Progress (3): 77 kB | 116 kB | 161/194 kB Progress (3): 77 kB | 116 kB | 165/194 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Progress (3): 77 kB | 116 kB | 169/194 kB Progress (3): 77 kB | 116 kB | 173/194 kB Progress (3): 77 kB | 116 kB | 177/194 kB Progress (3): 77 kB | 116 kB | 181/194 kB Progress (3): 77 kB | 116 kB | 185/194 kB Progress (3): 77 kB | 116 kB | 189/194 kB Progress (3): 77 kB | 116 kB | 193/194 kB Progress (3): 77 kB | 116 kB | 194 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 4.3 MB/s) Progress (3): 77 kB | 116 kB | 4.1/121 kB Progress (3): 77 kB | 116 kB | 7.7/121 kB Progress (3): 77 kB | 116 kB | 12/121 kB Progress (3): 77 kB | 116 kB | 16/121 kB Progress (3): 77 kB | 116 kB | 20/121 kB Progress (3): 77 kB | 116 kB | 24/121 kB Progress (3): 77 kB | 116 kB | 28/121 kB Progress (3): 77 kB | 116 kB | 32/121 kB Progress (3): 77 kB | 116 kB | 33/121 kB Progress (3): 77 kB | 116 kB | 37/121 kB Progress (3): 77 kB | 116 kB | 41/121 kB Progress (3): 77 kB | 116 kB | 45/121 kB Progress (3): 77 kB | 116 kB | 49/121 kB Progress (3): 77 kB | 116 kB | 53/121 kB Progress (3): 77 kB | 116 kB | 57/121 kB Progress (3): 77 kB | 116 kB | 61/121 kB Progress (3): 77 kB | 116 kB | 65/121 kB Progress (3): 77 kB | 116 kB | 66/121 kB Progress (3): 77 kB | 116 kB | 70/121 kB Progress (3): 77 kB | 116 kB | 74/121 kB Progress (3): 77 kB | 116 kB | 78/121 kB Progress (3): 77 kB | 116 kB | 82/121 kB Progress (3): 77 kB | 116 kB | 86/121 kB Progress (3): 77 kB | 116 kB | 90/121 kB Progress (3): 77 kB | 116 kB | 94/121 kB Progress (3): 77 kB | 116 kB | 98/121 kB Progress (3): 77 kB | 116 kB | 102/121 kB Progress (3): 77 kB | 116 kB | 106/121 kB Progress (3): 77 kB | 116 kB | 110/121 kB Progress (3): 77 kB | 116 kB | 114/121 kB Progress (3): 77 kB | 116 kB | 118/121 kB Progress (3): 77 kB | 116 kB | 121 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.jar (77 kB at 340 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 908 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 4.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar Progress (1): 4.1/57 kB Progress (1): 7.7/57 kB Progress (1): 12/57 kB Progress (1): 16/57 kB Progress (2): 16/57 kB | 4.1/35 kB Progress (2): 20/57 kB | 4.1/35 kB Progress (2): 20/57 kB | 7.7/35 kB Progress (2): 24/57 kB | 7.7/35 kB Progress (2): 24/57 kB | 12/35 kB Progress (2): 28/57 kB | 12/35 kB Progress (2): 28/57 kB | 16/35 kB Progress (2): 32/57 kB | 16/35 kB Progress (2): 32/57 kB | 20/35 kB Progress (2): 36/57 kB | 20/35 kB Progress (2): 36/57 kB | 24/35 kB Progress (2): 40/57 kB | 24/35 kB Progress (3): 40/57 kB | 24/35 kB | 4.1/38 kB Progress (3): 44/57 kB | 24/35 kB | 4.1/38 kB Progress (3): 44/57 kB | 24/35 kB | 7.7/38 kB Progress (3): 44/57 kB | 28/35 kB | 7.7/38 kB Progress (3): 48/57 kB | 28/35 kB | 7.7/38 kB Progress (3): 48/57 kB | 28/35 kB | 12/38 kB Progress (3): 48/57 kB | 32/35 kB | 12/38 kB Progress (3): 48/57 kB | 32/35 kB | 16/38 kB Progress (3): 52/57 kB | 32/35 kB | 16/38 kB Progress (4): 52/57 kB | 32/35 kB | 16/38 kB | 4.1/46 kB Progress (4): 52/57 kB | 33/35 kB | 16/38 kB | 4.1/46 kB Progress (4): 52/57 kB | 33/35 kB | 16/38 kB | 7.7/46 kB Progress (4): 56/57 kB | 33/35 kB | 16/38 kB | 7.7/46 kB Progress (4): 56/57 kB | 33/35 kB | 20/38 kB | 7.7/46 kB Progress (4): 57 kB | 33/35 kB | 20/38 kB | 7.7/46 kB Progress (4): 57 kB | 33/35 kB | 20/38 kB | 12/46 kB Progress (4): 57 kB | 35 kB | 20/38 kB | 12/46 kB Progress (4): 57 kB | 35 kB | 20/38 kB | 16/46 kB Progress (4): 57 kB | 35 kB | 24/38 kB | 16/46 kB Progress (4): 57 kB | 35 kB | 24/38 kB | 20/46 kB Progress (4): 57 kB | 35 kB | 24/38 kB | 24/46 kB Progress (4): 57 kB | 35 kB | 28/38 kB | 24/46 kB Progress (4): 57 kB | 35 kB | 28/38 kB | 28/46 kB Progress (4): 57 kB | 35 kB | 32/38 kB | 28/46 kB Progress (4): 57 kB | 35 kB | 32/38 kB | 32/46 kB Progress (4): 57 kB | 35 kB | 33/38 kB | 32/46 kB Progress (4): 57 kB | 35 kB | 33/38 kB | 33/46 kB Progress (4): 57 kB | 35 kB | 37/38 kB | 33/46 kB Progress (4): 57 kB | 35 kB | 37/38 kB | 37/46 kB Progress (4): 57 kB | 35 kB | 38 kB | 37/46 kB Progress (4): 57 kB | 35 kB | 38 kB | 41/46 kB Progress (4): 57 kB | 35 kB | 38 kB | 45/46 kB Progress (4): 57 kB | 35 kB | 38 kB | 46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 1.6 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar (46 kB at 2.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Progress (3): 57 kB | 38 kB | 4.1/152 kB Progress (3): 57 kB | 38 kB | 7.7/152 kB Progress (3): 57 kB | 38 kB | 12/152 kB Progress (3): 57 kB | 38 kB | 16/152 kB Progress (3): 57 kB | 38 kB | 20/152 kB Progress (3): 57 kB | 38 kB | 24/152 kB Progress (3): 57 kB | 38 kB | 28/152 kB Progress (3): 57 kB | 38 kB | 32/152 kB Progress (3): 57 kB | 38 kB | 33/152 kB Progress (3): 57 kB | 38 kB | 37/152 kB Progress (3): 57 kB | 38 kB | 41/152 kB Progress (3): 57 kB | 38 kB | 45/152 kB Progress (3): 57 kB | 38 kB | 49/152 kB Progress (3): 57 kB | 38 kB | 53/152 kB Progress (3): 57 kB | 38 kB | 57/152 kB Progress (3): 57 kB | 38 kB | 61/152 kB Progress (3): 57 kB | 38 kB | 65/152 kB Progress (3): 57 kB | 38 kB | 66/152 kB Progress (3): 57 kB | 38 kB | 70/152 kB Progress (3): 57 kB | 38 kB | 74/152 kB Progress (3): 57 kB | 38 kB | 78/152 kB Progress (3): 57 kB | 38 kB | 82/152 kB Progress (3): 57 kB | 38 kB | 86/152 kB Progress (3): 57 kB | 38 kB | 90/152 kB Progress (3): 57 kB | 38 kB | 94/152 kB Progress (3): 57 kB | 38 kB | 98/152 kB Progress (3): 57 kB | 38 kB | 98/152 kB Progress (3): 57 kB | 38 kB | 102/152 kB Progress (3): 57 kB | 38 kB | 106/152 kB Progress (3): 57 kB | 38 kB | 110/152 kB Progress (3): 57 kB | 38 kB | 114/152 kB Progress (3): 57 kB | 38 kB | 118/152 kB Progress (3): 57 kB | 38 kB | 122/152 kB Progress (3): 57 kB | 38 kB | 126/152 kB Progress (3): 57 kB | 38 kB | 130/152 kB Progress (3): 57 kB | 38 kB | 134/152 kB Progress (3): 57 kB | 38 kB | 138/152 kB Progress (3): 57 kB | 38 kB | 142/152 kB Progress (3): 57 kB | 38 kB | 146/152 kB Progress (3): 57 kB | 38 kB | 150/152 kB Progress (3): 57 kB | 38 kB | 152 kB Progress (4): 57 kB | 38 kB | 152 kB | 4.1/29 kB Progress (4): 57 kB | 38 kB | 152 kB | 7.7/29 kB Progress (4): 57 kB | 38 kB | 152 kB | 12/29 kB Progress (4): 57 kB | 38 kB | 152 kB | 16/29 kB Progress (4): 57 kB | 38 kB | 152 kB | 20/29 kB Progress (4): 57 kB | 38 kB | 152 kB | 24/29 kB Progress (4): 57 kB | 38 kB | 152 kB | 28/29 kB Progress (4): 57 kB | 38 kB | 152 kB | 29 kB Progress (5): 57 kB | 38 kB | 152 kB | 29 kB | 4.1/24 kB Progress (5): 57 kB | 38 kB | 152 kB | 29 kB | 7.7/24 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.jar (57 kB at 538 kB/s) Progress (4): 38 kB | 152 kB | 29 kB | 12/24 kB Progress (4): 38 kB | 152 kB | 29 kB | 16/24 kB Progress (4): 38 kB | 152 kB | 29 kB | 20/24 kB Progress (4): 38 kB | 152 kB | 29 kB | 24/24 kB Progress (4): 38 kB | 152 kB | 29 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 723 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 220 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 1.4 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 208 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Progress (2): 21 kB | 4.1/14 kB Progress (2): 21 kB | 7.7/14 kB Progress (2): 21 kB | 12/14 kB Progress (3): 21 kB | 12/14 kB | 4.1/30 kB Progress (3): 21 kB | 14 kB | 4.1/30 kB Progress (3): 21 kB | 14 kB | 7.7/30 kB Progress (3): 21 kB | 14 kB | 12/30 kB Progress (3): 21 kB | 14 kB | 16/30 kB Progress (3): 21 kB | 14 kB | 20/30 kB Progress (3): 21 kB | 14 kB | 24/30 kB Progress (3): 21 kB | 14 kB | 28/30 kB Progress (3): 21 kB | 14 kB | 30 kB Progress (4): 21 kB | 14 kB | 30 kB | 4.1/9.9 kB Progress (4): 21 kB | 14 kB | 30 kB | 7.7/9.9 kB Progress (4): 21 kB | 14 kB | 30 kB | 9.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.jar (21 kB at 769 kB/s) Progress (4): 14 kB | 30 kB | 9.9 kB | 4.1/5.9 kB Progress (4): 14 kB | 30 kB | 9.9 kB | 5.9 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.jar (14 kB at 340 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 247 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 48 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 78 kB/s) 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.jar Progress (2): 37 kB | 4.1/10 kB Progress (2): 37 kB | 7.7/10 kB Progress (3): 37 kB | 7.7/10 kB | 4.1/13 kB Progress (3): 37 kB | 10 kB | 4.1/13 kB Progress (3): 37 kB | 10 kB | 7.7/13 kB Progress (3): 37 kB | 10 kB | 12/13 kB Progress (3): 37 kB | 10 kB | 13 kB Progress (4): 37 kB | 10 kB | 13 kB | 4.1/20 kB Progress (4): 37 kB | 10 kB | 13 kB | 7.7/20 kB Progress (4): 37 kB | 10 kB | 13 kB | 12/20 kB Progress (4): 37 kB | 10 kB | 13 kB | 16/20 kB Progress (4): 37 kB | 10 kB | 13 kB | 20/20 kB Progress (4): 37 kB | 10 kB | 13 kB | 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 335 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 81 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 103 kB/s) Progress (2): 20 kB | 4.1/182 kB Progress (2): 20 kB | 7.7/182 kB Progress (2): 20 kB | 12/182 kB Progress (2): 20 kB | 16/182 kB Progress (2): 20 kB | 20/182 kB Progress (2): 20 kB | 24/182 kB Progress (2): 20 kB | 28/182 kB Progress (2): 20 kB | 32/182 kB Progress (2): 20 kB | 33/182 kB Progress (2): 20 kB | 37/182 kB Progress (2): 20 kB | 41/182 kB Progress (2): 20 kB | 45/182 kB Progress (2): 20 kB | 49/182 kB Progress (2): 20 kB | 53/182 kB Progress (2): 20 kB | 57/182 kB Progress (2): 20 kB | 61/182 kB Progress (2): 20 kB | 65/182 kB Progress (2): 20 kB | 66/182 kB Progress (2): 20 kB | 70/182 kB Progress (2): 20 kB | 74/182 kB Progress (2): 20 kB | 78/182 kB Progress (2): 20 kB | 82/182 kB Progress (2): 20 kB | 86/182 kB Progress (2): 20 kB | 90/182 kB Progress (2): 20 kB | 94/182 kB Progress (2): 20 kB | 98/182 kB Progress (2): 20 kB | 98/182 kB Progress (2): 20 kB | 102/182 kB Progress (2): 20 kB | 106/182 kB Progress (2): 20 kB | 110/182 kB Progress (2): 20 kB | 114/182 kB Progress (2): 20 kB | 118/182 kB Progress (2): 20 kB | 122/182 kB Progress (2): 20 kB | 126/182 kB Progress (2): 20 kB | 130/182 kB Progress (2): 20 kB | 134/182 kB Progress (2): 20 kB | 138/182 kB Progress (2): 20 kB | 142/182 kB Progress (2): 20 kB | 146/182 kB Progress (2): 20 kB | 150/182 kB Progress (2): 20 kB | 154/182 kB Progress (2): 20 kB | 158/182 kB Progress (2): 20 kB | 162/182 kB Progress (2): 20 kB | 166/182 kB Progress (2): 20 kB | 170/182 kB Progress (2): 20 kB | 174/182 kB Progress (2): 20 kB | 178/182 kB Progress (2): 20 kB | 182 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar Progress (3): 20 kB | 182 kB | 4.1/61 kB Progress (3): 20 kB | 182 kB | 7.7/61 kB Progress (3): 20 kB | 182 kB | 12/61 kB Progress (3): 20 kB | 182 kB | 16/61 kB Progress (3): 20 kB | 182 kB | 20/61 kB Progress (3): 20 kB | 182 kB | 24/61 kB Progress (3): 20 kB | 182 kB | 28/61 kB Progress (3): 20 kB | 182 kB | 32/61 kB Progress (3): 20 kB | 182 kB | 36/61 kB Progress (4): 20 kB | 182 kB | 36/61 kB | 4.1/51 kB Progress (4): 20 kB | 182 kB | 40/61 kB | 4.1/51 kB Progress (4): 20 kB | 182 kB | 40/61 kB | 7.7/51 kB Progress (4): 20 kB | 182 kB | 44/61 kB | 7.7/51 kB Progress (4): 20 kB | 182 kB | 48/61 kB | 7.7/51 kB Progress (4): 20 kB | 182 kB | 48/61 kB | 12/51 kB Progress (4): 20 kB | 182 kB | 52/61 kB | 12/51 kB Progress (4): 20 kB | 182 kB | 52/61 kB | 16/51 kB Progress (4): 20 kB | 182 kB | 56/61 kB | 16/51 kB Progress (4): 20 kB | 182 kB | 56/61 kB | 20/51 kB Progress (4): 20 kB | 182 kB | 60/61 kB | 20/51 kB Progress (4): 20 kB | 182 kB | 60/61 kB | 24/51 kB Progress (4): 20 kB | 182 kB | 61 kB | 24/51 kB Progress (4): 20 kB | 182 kB | 61 kB | 28/51 kB Progress (4): 20 kB | 182 kB | 61 kB | 32/51 kB Progress (4): 20 kB | 182 kB | 61 kB | 33/51 kB Progress (4): 20 kB | 182 kB | 61 kB | 37/51 kB Progress (4): 20 kB | 182 kB | 61 kB | 41/51 kB Progress (4): 20 kB | 182 kB | 61 kB | 45/51 kB Progress (4): 20 kB | 182 kB | 61 kB | 49/51 kB Progress (4): 20 kB | 182 kB | 61 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar (51 kB at 2.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar (182 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar Progress (3): 20 kB | 61 kB | 4.1/431 kB Progress (3): 20 kB | 61 kB | 7.7/431 kB Progress (3): 20 kB | 61 kB | 12/431 kB Progress (3): 20 kB | 61 kB | 16/431 kB Progress (3): 20 kB | 61 kB | 20/431 kB Progress (3): 20 kB | 61 kB | 24/431 kB Progress (3): 20 kB | 61 kB | 28/431 kB Progress (3): 20 kB | 61 kB | 32/431 kB Progress (3): 20 kB | 61 kB | 33/431 kB Progress (3): 20 kB | 61 kB | 37/431 kB Progress (3): 20 kB | 61 kB | 41/431 kB Progress (3): 20 kB | 61 kB | 45/431 kB Progress (3): 20 kB | 61 kB | 49/431 kB Progress (3): 20 kB | 61 kB | 53/431 kB Progress (3): 20 kB | 61 kB | 57/431 kB Progress (3): 20 kB | 61 kB | 61/431 kB Progress (3): 20 kB | 61 kB | 65/431 kB Progress (3): 20 kB | 61 kB | 66/431 kB Progress (3): 20 kB | 61 kB | 70/431 kB Progress (3): 20 kB | 61 kB | 74/431 kB Progress (3): 20 kB | 61 kB | 78/431 kB Progress (3): 20 kB | 61 kB | 82/431 kB Progress (3): 20 kB | 61 kB | 86/431 kB Progress (3): 20 kB | 61 kB | 90/431 kB Progress (3): 20 kB | 61 kB | 94/431 kB Progress (3): 20 kB | 61 kB | 98/431 kB Progress (3): 20 kB | 61 kB | 98/431 kB Progress (3): 20 kB | 61 kB | 102/431 kB Progress (3): 20 kB | 61 kB | 106/431 kB Progress (3): 20 kB | 61 kB | 110/431 kB Progress (3): 20 kB | 61 kB | 114/431 kB Progress (3): 20 kB | 61 kB | 118/431 kB Progress (3): 20 kB | 61 kB | 122/431 kB Progress (3): 20 kB | 61 kB | 126/431 kB Progress (3): 20 kB | 61 kB | 130/431 kB Progress (3): 20 kB | 61 kB | 134/431 kB Progress (3): 20 kB | 61 kB | 138/431 kB Progress (3): 20 kB | 61 kB | 142/431 kB Progress (3): 20 kB | 61 kB | 146/431 kB Progress (3): 20 kB | 61 kB | 150/431 kB Progress (3): 20 kB | 61 kB | 154/431 kB Progress (3): 20 kB | 61 kB | 158/431 kB Progress (3): 20 kB | 61 kB | 162/431 kB Progress (3): 20 kB | 61 kB | 166/431 kB Progress (3): 20 kB | 61 kB | 170/431 kB Progress (3): 20 kB | 61 kB | 174/431 kB Progress (3): 20 kB | 61 kB | 178/431 kB Progress (3): 20 kB | 61 kB | 182/431 kB Progress (3): 20 kB | 61 kB | 186/431 kB Progress (3): 20 kB | 61 kB | 190/431 kB Progress (3): 20 kB | 61 kB | 194/431 kB Progress (3): 20 kB | 61 kB | 198/431 kB Progress (3): 20 kB | 61 kB | 202/431 kB Progress (3): 20 kB | 61 kB | 206/431 kB Progress (3): 20 kB | 61 kB | 210/431 kB Progress (3): 20 kB | 61 kB | 214/431 kB Progress (3): 20 kB | 61 kB | 218/431 kB Progress (3): 20 kB | 61 kB | 222/431 kB Progress (3): 20 kB | 61 kB | 226/431 kB Progress (3): 20 kB | 61 kB | 230/431 kB Progress (3): 20 kB | 61 kB | 234/431 kB Progress (3): 20 kB | 61 kB | 238/431 kB Progress (3): 20 kB | 61 kB | 242/431 kB Progress (3): 20 kB | 61 kB | 246/431 kB Progress (3): 20 kB | 61 kB | 250/431 kB Progress (3): 20 kB | 61 kB | 254/431 kB Progress (3): 20 kB | 61 kB | 258/431 kB Progress (3): 20 kB | 61 kB | 262/431 kB Progress (3): 20 kB | 61 kB | 266/431 kB Progress (3): 20 kB | 61 kB | 270/431 kB Progress (3): 20 kB | 61 kB | 274/431 kB Progress (3): 20 kB | 61 kB | 278/431 kB Progress (3): 20 kB | 61 kB | 282/431 kB Progress (3): 20 kB | 61 kB | 286/431 kB Progress (3): 20 kB | 61 kB | 290/431 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar Progress (3): 20 kB | 61 kB | 294/431 kB Progress (3): 20 kB | 61 kB | 298/431 kB Progress (3): 20 kB | 61 kB | 302/431 kB Progress (3): 20 kB | 61 kB | 306/431 kB Progress (3): 20 kB | 61 kB | 310/431 kB Progress (3): 20 kB | 61 kB | 314/431 kB Progress (3): 20 kB | 61 kB | 318/431 kB Progress (3): 20 kB | 61 kB | 322/431 kB Progress (3): 20 kB | 61 kB | 326/431 kB Progress (3): 20 kB | 61 kB | 330/431 kB Progress (3): 20 kB | 61 kB | 334/431 kB Progress (3): 20 kB | 61 kB | 338/431 kB Progress (3): 20 kB | 61 kB | 342/431 kB Progress (3): 20 kB | 61 kB | 346/431 kB Progress (3): 20 kB | 61 kB | 350/431 kB Progress (3): 20 kB | 61 kB | 354/431 kB Progress (3): 20 kB | 61 kB | 358/431 kB Progress (3): 20 kB | 61 kB | 362/431 kB Progress (3): 20 kB | 61 kB | 366/431 kB Progress (3): 20 kB | 61 kB | 370/431 kB Progress (3): 20 kB | 61 kB | 374/431 kB Progress (3): 20 kB | 61 kB | 378/431 kB Progress (3): 20 kB | 61 kB | 382/431 kB Progress (3): 20 kB | 61 kB | 386/431 kB Progress (3): 20 kB | 61 kB | 390/431 kB Progress (3): 20 kB | 61 kB | 394/431 kB Progress (3): 20 kB | 61 kB | 398/431 kB Progress (3): 20 kB | 61 kB | 402/431 kB Progress (3): 20 kB | 61 kB | 406/431 kB Progress (3): 20 kB | 61 kB | 410/431 kB Progress (3): 20 kB | 61 kB | 414/431 kB Progress (3): 20 kB | 61 kB | 418/431 kB Progress (3): 20 kB | 61 kB | 422/431 kB Progress (3): 20 kB | 61 kB | 426/431 kB Progress (3): 20 kB | 61 kB | 430/431 kB Progress (3): 20 kB | 61 kB | 431 kB Progress (4): 20 kB | 61 kB | 431 kB | 4.1/25 kB Progress (4): 20 kB | 61 kB | 431 kB | 7.7/25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.jar (20 kB at 104 kB/s) Progress (3): 61 kB | 431 kB | 12/25 kB Progress (3): 61 kB | 431 kB | 16/25 kB Progress (3): 61 kB | 431 kB | 20/25 kB Progress (3): 61 kB | 431 kB | 24/25 kB Progress (3): 61 kB | 431 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar (431 kB at 11 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 1.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar Progress (2): 61 kB | 4.1/33 kB Progress (2): 61 kB | 7.7/33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 664 kB/s) 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/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar (33 kB at 289 kB/s) [INFO] Resolving dependencies of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/pom.xml [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.26MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.26MB) [INFO] Unpacking com.google.guava_15.0.0.v201403281430... [INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.24kB) [INFO] Unpacking org.eclipse.compare.core_3.6.0.v20160418-1534... [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (41.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (41.59kB) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356... [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (40kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (40kB) [INFO] Unpacking org.eclipse.jst.jee_1.0.902.v201905281719... [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (120.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (120.15kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (39.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (39.26kB) [INFO] Unpacking org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346... [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (222.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (222.7kB) [INFO] Unpacking org.eclipse.jst.j2ee.web_1.1.911.v201903222025... [INFO] Fetching org.eclipse.jst.jee.ejb_1.0.500.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (26.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee.ejb_1.0.500.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (26.79kB) [INFO] Unpacking org.eclipse.jst.jee.ejb_1.0.500.v201903222025... [INFO] Fetching org.eclipse.jst.jee.web_1.0.701.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (19.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee.web_1.0.701.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (19.68kB) [INFO] Unpacking org.eclipse.jst.jee.web_1.0.701.v201903222025... [INFO] Fetching org.eclipse.m2e.archetype.common_1.7.0.20160603-1931.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.91MB) [INFO] Fetching org.eclipse.m2e.archetype.common_1.7.0.20160603-1931.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.91MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.7.0.20160603-1931.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (6.15MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.7.0.20160603-1931.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (6.15MB) [INFO] Fetching org.eclipse.m2e.core_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (194.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (194.93kB) [INFO] Unpacking org.eclipse.m2e.core_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.m2e.maven.indexer_1.7.0.20160603-1931.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.08MB) [INFO] Fetching org.eclipse.m2e.maven.indexer_1.7.0.20160603-1931.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.08MB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191126-0803/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/technology/m2e/milestones/1.14/1.14.0.20191126-0803/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.jdt_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (46.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.jdt_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (46.81kB) [INFO] Unpacking org.eclipse.m2e.jdt_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.7.0.20160603-1931.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (19.33kB) [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.7.0.20160603-1931.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (19.33kB) [INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (131.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (131.55kB) [INFO] Unpacking org.eclipse.ui.navigator_3.6.101.v20161006-1120... [INFO] Fetching org.eclipse.ui.console_3.6.201.v20161107-0337.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (84.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.6.201.v20161107-0337.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (84.38kB) [INFO] Unpacking org.eclipse.ui.console_3.6.201.v20161107-0337... [INFO] Fetching org.sonatype.m2e.mavenarchiver_0.17.4.201905300046.jar.pack.gz from http://download.eclipse.org/m2e-wtp/signed/mavenarchiver/0.17.4/plugins/ (21.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sonatype.m2e.mavenarchiver_0.17.4.201905300046.jar.pack.gz from http://download.eclipse.org/m2e-wtp/signed/mavenarchiver/0.17.4/plugins/ (21.66kB) [INFO] Unpacking org.sonatype.m2e.mavenarchiver_0.17.4.201905300046... [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (123.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (123.59kB) [INFO] Unpacking org.apache.commons.lang3_3.1.0.v201403281430... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (228.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (228.35kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626... [INFO] Resolving class path of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.feature/pom.xml [INFO] Fetching com.google.gson_2.2.4.v201311231704.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (61.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gson_2.2.4.v201311231704.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (61.23kB) [INFO] Unpacking com.google.gson_2.2.4.v201311231704... [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (106.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (106.51kB) [INFO] Unpacking com.jcraft.jsch_0.1.54.v20170116-1932... [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (57.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (57.07kB) [INFO] Unpacking com.sun.el_2.2.0.v201303151357... [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (30.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (30.08kB) [INFO] Unpacking javax.el_2.2.0.v201303151357... [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (60.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (60.2kB) [INFO] Unpacking javax.servlet_3.1.0.v201410161800... [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.32kB) [INFO] Unpacking javax.annotation_1.2.0.v201602091430... [INFO] Fetching javax.xml.rpc_1.1.0.v201209140446.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (33.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.xml.rpc_1.1.0.v201209140446.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (33.54kB) [INFO] Unpacking javax.xml.rpc_1.1.0.v201209140446... [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (55.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (55.73kB) [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158... [INFO] Fetching javax.xml.soap_1.3.0.v201105210645.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (11.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.xml.soap_1.3.0.v201105210645.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/plugins/ (11.98kB) [INFO] Unpacking javax.xml.soap_1.3.0.v201105210645... [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (42.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (42.48kB) [INFO] Unpacking javax.wsdl_1.6.2.v201012040545... [INFO] Fetching org.apache.commons.discovery_0.2.0.v201004190315.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (65.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.discovery_0.2.0.v201004190315.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (65.85kB) [INFO] Unpacking org.apache.commons.discovery_0.2.0.v201004190315... [INFO] Fetching org.apache.axis_1.4.0.v201411182030.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.47MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.axis_1.4.0.v201411182030.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.47MB) [INFO] Unpacking org.apache.axis_1.4.0.v201411182030... [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (92.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (92.14kB) [INFO] Unpacking org.apache.commons.codec_1.6.0.v201305230611... [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (35.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (35.64kB) [INFO] Unpacking org.apache.commons.logging_1.1.1.v201101211721... [INFO] Fetching org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (33.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (33.64kB) [INFO] Unpacking org.apache.felix.gogo.runtime_0.10.0.v201209301036... [INFO] Fetching org.apache.felix.gogo.command_0.10.0.v201209301215.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (30.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.command_0.10.0.v201209301215.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (30.58kB) [INFO] Unpacking org.apache.felix.gogo.command_0.10.0.v201209301215... Dec 09, 2019 6:51:25 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:51:25 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.apache.felix.gogo.shell_0.10.0.v201212101605.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (30.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.shell_0.10.0.v201212101605.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (30.06kB) [INFO] Unpacking org.apache.felix.gogo.shell_0.10.0.v201212101605... [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (101.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (101.93kB) [INFO] Unpacking org.apache.httpcomponents.httpcore_4.3.3.v201411290715... [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (253.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (253.65kB) [INFO] Unpacking org.apache.httpcomponents.httpclient_4.3.6.v201511171540... [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (2.32MB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (2.32MB) [INFO] Fetching org.apache.lucene.analysis_3.5.0.v20120725-1805.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (887.38kB) [INFO] Fetching org.apache.lucene.analysis_3.5.0.v20120725-1805.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (887.38kB) [INFO] Fetching org.apache.lucene.core_3.5.0.v20120725-1805.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.48MB) [INFO] Fetching org.apache.lucene.core_3.5.0.v20120725-1805.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.48MB) [INFO] Fetching org.uddi4j_2.0.5.v200805270300.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (43.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.uddi4j_2.0.5.v200805270300.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (43.92kB) [INFO] Unpacking org.uddi4j_2.0.5.v200805270300... [INFO] Fetching org.apache.wsil4j_1.0.0.v20180522-1857.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (32.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.wsil4j_1.0.0.v20180522-1857.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (32.64kB) [INFO] Unpacking org.apache.wsil4j_1.0.0.v20180522-1857... [INFO] Fetching org.eclipse.ant.core_3.4.100.v20160505-0642.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (71.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.4.100.v20160505-0642.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (71.78kB) [INFO] Unpacking org.eclipse.ant.core_3.4.100.v20160505-0642... [INFO] Fetching org.eclipse.core.externaltools_1.0.400.v20160509-1057.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (20.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.0.400.v20160509-1057.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (20.48kB) [INFO] Unpacking org.eclipse.core.externaltools_1.0.400.v20160509-1057... [INFO] Fetching org.eclipse.ant.launching_1.1.201.v20161115-1135.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (100.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.1.201.v20161115-1135.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (100.02kB) [INFO] Unpacking org.eclipse.ant.launching_1.1.201.v20161115-1135... [INFO] Fetching org.eclipse.ui.externaltools_3.3.100.v20160518-1858.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (69.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.3.100.v20160518-1858.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (69.75kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.3.100.v20160518-1858... [INFO] Fetching org.eclipse.debug.ui_3.11.202.v20161114-0338.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.11.202.v20161114-0338.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1MB) [INFO] Unpacking org.eclipse.debug.ui_3.11.202.v20161114-0338... Dec 09, 2019 6:51:28 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:51:28 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.jdt.ui_3.12.2.v20160929-0804.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (3.61MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.12.2.v20160929-0804.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (3.61MB) [INFO] Unpacking org.eclipse.jdt.ui_3.12.2.v20160929-0804... [INFO] Fetching org.eclipse.jdt.debug.ui_3.7.201.v20160811-0450.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.4MB) [INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (127.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (127.51kB) [INFO] Unpacking org.eclipse.team.core_3.8.0.v20160418-1534... [INFO] Fetching org.eclipse.jdt.junit_3.9.0.v20160421-1701.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (154.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.9.0.v20160421-1701.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (154.72kB) [INFO] Unpacking org.eclipse.jdt.junit_3.9.0.v20160421-1701... [INFO] Fetching org.eclipse.ant.ui_3.6.201.v20161115-1135.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (483.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.6.201.v20161115-1135.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (483.53kB) [INFO] Unpacking org.eclipse.ant.ui_3.6.201.v20161115-1135... [INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (48.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (48.08kB) [INFO] Unpacking org.eclipse.ui.views_3.8.102.v20170111-0801... [INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (178.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (178.45kB) [INFO] Unpacking org.eclipse.ui.editors_3.10.1.v20161106-1856... [INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (125.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (125.61kB) [INFO] Unpacking org.eclipse.ui.forms_3.7.1.v20161220-1635... [INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (251.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (251.65kB) [INFO] Unpacking org.eclipse.compare_3.7.1.v20170103-1805... [INFO] Fetching org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (22.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (22.92kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.3.100.v20160509-1025... [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.15kB) [INFO] Unpacking org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940... [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.0.v20160323-1650.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (36.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.0.v20160323-1650.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (36.9kB) [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.0.v20160323-1650... [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (215.67kB) [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308... [INFO] Fetching org.eclipse.equinox.event_1.3.200.v20160324-1850.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.3.200.v20160324-1850.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.25kB) [INFO] Unpacking org.eclipse.equinox.event_1.3.200.v20160324-1850... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (101.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (101.7kB) [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419... [INFO] Fetching org.eclipse.equinox.console_1.1.200.v20150929-1405.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (48.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.console_1.1.200.v20150929-1405.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (48.93kB) [INFO] Unpacking org.eclipse.equinox.console_1.1.200.v20150929-1405... Dec 09, 2019 6:51:40 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:51:40 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.0.v20151127-1218.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (22.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.0.v20151127-1218.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (22.36kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.0.v20151127-1218... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.100.v20160301-1001.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.100.v20160301-1001.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.95kB) [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.100.v20160301-1001... [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (29.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (29.01kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.3.201.v20161025-1711... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.401.v20161122-1740.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (82.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.401.v20161122-1740.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (82.37kB) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.401.v20161122-1740... [INFO] Fetching org.eclipse.e4.rcp_1.5.3.v20170228-0512.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (19.83kB) [INFO] Fetching org.eclipse.e4.rcp_1.5.3.v20170228-0512.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (19.83kB) [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (26.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (26.47kB) [INFO] Unpacking org.eclipse.ecf.identity_3.7.0.v20160823-2221... [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.04kB) [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.0.v20130327-1442... [INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (41.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (41.32kB) [INFO] Unpacking org.eclipse.ecf_3.8.0.v20160823-2221... [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (18.79kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (18.79kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.61kB) [INFO] Unpacking org.eclipse.ecf.ssl_1.2.0.v20160823-2221... [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (18.77kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (18.77kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (20.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (20.24kB) [INFO] Unpacking org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221... [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.200.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (44.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.200.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (44.99kB) [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.200.v20160823-2221... [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (26.87kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (26.87kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.36kB) [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160823-2221... [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (26.86kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (26.86kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.7kB) [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160823-2221... [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20160823-2221.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (26.77kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20160823-2221.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (26.77kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160823-2221.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.42kB) [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160823-2221... [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (22.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (22.8kB) [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (17.8kB) [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (17.8kB) [INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (56.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (56.36kB) [INFO] Unpacking org.eclipse.emf.common.ui_2.11.0.v20160526-0356... [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (74.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (74.68kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.12.0.v20160526-0356... [INFO] Fetching org.eclipse.equinox.http.jetty_3.3.0.v20160324-1850.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.jetty_3.3.0.v20160324-1850.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.36kB) [INFO] Unpacking org.eclipse.equinox.http.jetty_3.3.0.v20160324-1850... [INFO] Fetching org.eclipse.equinox.http.servlet_1.3.1.v20160808-1329.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (63.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.servlet_1.3.1.v20160808-1329.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (63.26kB) [INFO] Unpacking org.eclipse.equinox.http.servlet_1.3.1.v20160808-1329... [INFO] Fetching org.eclipse.jetty.http_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (118.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jetty.http_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (118.41kB) [INFO] Unpacking org.eclipse.jetty.http_9.3.9.v20160517... [INFO] Fetching org.eclipse.jetty.server_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (381.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jetty.server_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (381.53kB) [INFO] Unpacking org.eclipse.jetty.server_9.3.9.v20160517... [INFO] Fetching org.eclipse.jetty.servlet_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (96.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jetty.servlet_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (96.73kB) [INFO] Unpacking org.eclipse.jetty.servlet_9.3.9.v20160517... [INFO] Fetching org.eclipse.jetty.util_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (325.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jetty.util_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (325.33kB) [INFO] Unpacking org.eclipse.jetty.util_9.3.9.v20160517... [INFO] Fetching org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (18.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (18.46kB) [INFO] Unpacking org.eclipse.equinox.http.registry_1.1.400.v20150715-1528... [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.34kB) [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358... [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.05kB) [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442... [INFO] Fetching org.eclipse.equinox.p2.console_1.0.500.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (17.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.console_1.0.500.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (17.42kB) [INFO] Unpacking org.eclipse.equinox.p2.console_1.0.500.v20160504-1450... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.84kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (44.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (44.19kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.42kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834... [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.201.v20161115-1927.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.201.v20161115-1927.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.51kB) [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.1.201.v20161115-1927... [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (36.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (36.59kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834... [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.3kB) [INFO] Unpacking org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455... [INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.32kB) [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450... [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.200.v20131211-1531.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (24.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.200.v20131211-1531.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (24.34kB) [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.0.200.v20131211-1531... Dec 09, 2019 6:51:50 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:51:50 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (17.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (17.14kB) [INFO] Unpacking org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834... [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (26.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (26.68kB) [INFO] Unpacking org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (116.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (116.27kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324... [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.400.v20150423-1455.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (20.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.400.v20150423-1455.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (20.97kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk_1.0.400.v20150423-1455... [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.0.v20161124-1529.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (44.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.0.v20161124-1529.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (44.74kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.0.v20161124-1529... [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.300.v20161124-1529.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (10.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.300.v20161124-1529.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (10.85kB) [INFO] Unpacking org.eclipse.equinox.p2.updatechecker_1.1.300.v20161124-1529... [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.2.203.v20170131-1444.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.2.203.v20170131-1444.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.ui.browser_3.5.2.v20161114-0210.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (100.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.browser_3.5.2.v20161114-0210.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (100.95kB) [INFO] Unpacking org.eclipse.ui.browser_3.5.2.v20161114-0210... [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.201.v20160901-1335.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (56.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.201.v20160901-1335.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (56.87kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.0.201.v20160901-1335... [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.200.v20160521-1138.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (43.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.200.v20160521-1138.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (43.42kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.importexport_1.1.200.v20160521-1138... [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.2.203.v20170131-1444.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (17.69kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.2.203.v20170131-1444.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (17.69kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (366.65kB) [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308... [INFO] Fetching org.eclipse.help.base_4.1.2.v20170301-0400.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (161.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.base_4.1.2.v20170301-0400.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (161.76kB) [INFO] Unpacking org.eclipse.help.base_4.1.2.v20170301-0400... [INFO] Fetching org.eclipse.help.ui_4.0.200.v20160510-0758.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (152.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.ui_4.0.200.v20160510-0758.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (152.16kB) [INFO] Unpacking org.eclipse.help.ui_4.0.200.v20160510-0758... [INFO] Fetching org.eclipse.help.webapp_3.8.0.v20160504-0839.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (239.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.webapp_3.8.0.v20160504-0839.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (239.5kB) [INFO] Unpacking org.eclipse.help.webapp_3.8.0.v20160504-0839... [INFO] Fetching org.eclipse.jetty.continuation_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jetty.continuation_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.6kB) [INFO] Unpacking org.eclipse.jetty.continuation_9.3.9.v20160517... [INFO] Fetching org.eclipse.jetty.io_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (77.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jetty.io_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (77.98kB) [INFO] Unpacking org.eclipse.jetty.io_9.3.9.v20160517... [INFO] Fetching org.eclipse.jetty.security_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (71.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jetty.security_9.3.9.v20160517.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (71.65kB) [INFO] Unpacking org.eclipse.jetty.security_9.3.9.v20160517... [INFO] Fetching org.eclipse.help_2.2.2.v20170301-0400.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (18.28kB) [INFO] Fetching org.eclipse.help_2.2.2.v20170301-0400.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (18.28kB) [INFO] Fetching org.eclipse.ui.intro_3.5.2.v20161116-1147.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (123.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.2.v20161116-1147.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (123.62kB) [INFO] Unpacking org.eclipse.ui.intro_3.5.2.v20161116-1147... [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.0.v20160504-0839.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (119.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.0.v20160504-0839.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (119.26kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.0.v20160504-0839... [INFO] Fetching org.eclipse.jdt_3.12.3.v20170301-0400.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (34.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.12.3.v20170301-0400.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (34.18kB) [INFO] Unpacking org.eclipse.jdt_3.12.3.v20170301-0400... [INFO] Fetching org.eclipse.jdt.apt.core_3.4.100.v20160525-0952.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (126.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.apt.core_3.4.100.v20160525-0952.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (126.72kB) [INFO] Unpacking org.eclipse.jdt.apt.core_3.4.100.v20160525-0952... [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.1.100.v20160418-1457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.1.100.v20160418-1457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.41kB) [INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.1.100.v20160418-1457... [INFO] Fetching org.eclipse.jdt.compiler.tool_1.1.100.v20160418-1457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.compiler.tool_1.1.100.v20160418-1457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.35kB) [INFO] Unpacking org.eclipse.jdt.compiler.tool_1.1.100.v20160418-1457... [INFO] Fetching org.eclipse.jdt.compiler.apt_1.2.100.v20160418-1457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (66.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.compiler.apt_1.2.100.v20160418-1457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (66.07kB) [INFO] Unpacking org.eclipse.jdt.compiler.apt_1.2.100.v20160418-1457... [INFO] Fetching org.eclipse.jdt.apt.ui_3.4.100.v20160418-1457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (31.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.apt.ui_3.4.100.v20160418-1457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (31.39kB) [INFO] Unpacking org.eclipse.jdt.apt.ui_3.4.100.v20160418-1457... [INFO] Fetching org.eclipse.jdt.annotation_1.1.100.v20160418-1457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.annotation_1.1.100.v20160418-1457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.51kB) [INFO] Unpacking org.eclipse.jdt.annotation_1.1.100.v20160418-1457... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.7.0.v20160419-0705.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.7.0.v20160419-0705.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (32.79kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.7.0.v20160419-0705... [INFO] Fetching org.eclipse.search_3.11.1.v20161113-1700.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (167.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.1.v20161113-1700.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (167.2kB) [INFO] Unpacking org.eclipse.search_3.11.1.v20161113-1700... [INFO] Fetching org.eclipse.jdt.doc.user_3.12.1.v20160727-2009.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.56MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.doc.user_3.12.1.v20160727-2009.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.56MB) [INFO] Unpacking org.eclipse.jdt.doc.user_3.12.1.v20160727-2009... Dec 09, 2019 6:52:00 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:52:00 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.jdt.annotation_2.1.0.v20160418-1457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.annotation_2.1.0.v20160418-1457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.74kB) [INFO] Unpacking org.eclipse.jdt.annotation_2.1.0.v20160418-1457... [INFO] Fetching org.eclipse.jdt.junit.core_3.8.0.v20160421-1701.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (56.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.8.0.v20160421-1701.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (56.64kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.8.0.v20160421-1701... [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.600.v20160505-0715.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (23.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.600.v20160505-0715.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (23.84kB) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.4.600.v20160505-0715... [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.600.v20160505-0715.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.600.v20160505-0715.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.11kB) [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.600.v20160505-0715... [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (283.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (283.72kB) [INFO] Unpacking org.junit_4.12.0.v201504281640... [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (19.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (19.33kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v201303031735... Dec 09, 2019 6:52:02 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:52:02 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.jdt_3.12.3.v20170301-0400.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (18.2kB) [INFO] Fetching org.eclipse.jdt_3.12.3.v20170301-0400.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (18.2kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (176.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (176.66kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817... [INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (431.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (431.71kB) [INFO] Unpacking org.eclipse.team.ui_3.8.0.v20160518-1906... [INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (62.91kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (62.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640... [INFO] Fetching org.eclipse.jem.util_2.1.200.v201404021757.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (45.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.util_2.1.200.v201404021757.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (45.03kB) [INFO] Unpacking org.eclipse.jem.util_2.1.200.v201404021757... [INFO] Fetching org.eclipse.jsch.core_1.3.0.v20160422-1917.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (20.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jsch.core_1.3.0.v20160422-1917.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (20.72kB) [INFO] Unpacking org.eclipse.jsch.core_1.3.0.v20160422-1917... [INFO] Fetching org.eclipse.jsch.ui_1.3.0.v20160323-1650.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (35.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jsch.ui_1.3.0.v20160323-1650.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (35.81kB) [INFO] Unpacking org.eclipse.jsch.ui_1.3.0.v20160323-1650... [INFO] Fetching org.eclipse.json_1.0.1.v201612232230.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (23.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.json_1.0.1.v201612232230.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (23.81kB) [INFO] Unpacking org.eclipse.json_1.0.1.v201612232230... Dec 09, 2019 6:52:05 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:52:05 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.200.v201304241450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (40.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.200.v201304241450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (40.27kB) [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.200.v201304241450... [INFO] Fetching org.eclipse.wst.common.emf_1.2.500.v201701191735.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (74.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emf_1.2.500.v201701191735.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (74.28kB) [INFO] Unpacking org.eclipse.wst.common.emf_1.2.500.v201701191735... [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (51.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (51.12kB) [INFO] Unpacking org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010... [INFO] Fetching org.eclipse.jst.common.fproj.enablement.jdt_3.12.0.v201906031755.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/features/ (30.29kB) [INFO] Fetching org.eclipse.jst.common.fproj.enablement.jdt_3.12.0.v201906031755.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/features/ (30.29kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.2.500.v201701032135.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (124.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.modulecore_1.2.500.v201701032135.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (124.11kB) [INFO] Unpacking org.eclipse.wst.common.modulecore_1.2.500.v201701032135... [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201107081800.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (50.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201107081800.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (50.43kB) [INFO] Unpacking org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201107081800... [INFO] Fetching org.eclipse.wst.validation_1.2.700.v201508251749.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (134.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation_1.2.700.v201508251749.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (134.06kB) [INFO] Unpacking org.eclipse.wst.validation_1.2.700.v201508251749... [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (91.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (91.93kB) [INFO] Unpacking org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010... [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.300.v201505072128.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (49.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.300.v201505072128.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (49.72kB) [INFO] Unpacking org.eclipse.wst.common.modulecore.ui_1.0.300.v201505072128... [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (30.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (30.97kB) [INFO] Unpacking org.eclipse.jst.common.ui_1.0.301.v201903222024... [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201504292002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (53.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201504292002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (53.41kB) [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201504292002... [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (361.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (361.04kB) [INFO] Unpacking org.eclipse.jst.j2ee.ui_1.1.931.v201903222025... [INFO] Fetching org.eclipse.wst.server.core_1.9.0.v201610211907.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (118.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.core_1.9.0.v201610211907.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (118.4kB) [INFO] Unpacking org.eclipse.wst.server.core_1.9.0.v201610211907... [INFO] Fetching org.eclipse.wst.web.ui_1.1.601.v201602221748.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (42.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web.ui_1.1.601.v201602221748.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (42.17kB) [INFO] Unpacking org.eclipse.wst.web.ui_1.1.601.v201602221748... [INFO] Fetching org.eclipse.wst.validation.ui_1.2.500.v201310231452.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (43.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation.ui_1.2.500.v201310231452.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (43.57kB) [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.500.v201310231452... [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (73.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (73.48kB) [INFO] Unpacking org.eclipse.jst.jee.ui_1.0.901.v201903222025... [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (330.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (330.53kB) [INFO] Unpacking org.eclipse.jst.ejb.ui_1.1.911.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.webservice_1.1.700.v201904091346.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (73.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.webservice_1.1.700.v201904091346.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (73.36kB) [INFO] Unpacking org.eclipse.jst.j2ee.webservice_1.1.700.v201904091346... [INFO] Fetching org.eclipse.jst.enterprise_core.feature_3.15.0.v201908261515.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/features/ (31.61kB) [INFO] Fetching org.eclipse.jst.enterprise_core.feature_3.15.0.v201908261515.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/features/ (31.61kB) [INFO] Fetching org.eclipse.jst.ws_1.0.900.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (46.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws_1.0.900.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (46.95kB) [INFO] Unpacking org.eclipse.jst.ws_1.0.900.v201910301957... [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (16kB) [INFO] Unpacking org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346... Dec 09, 2019 6:52:11 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:52:11 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (172.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (172.25kB) [INFO] Unpacking org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.webservice.ui_1.1.700.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (24.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.webservice.ui_1.1.700.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (24.62kB) [INFO] Unpacking org.eclipse.jst.j2ee.webservice.ui_1.1.700.v201903222025... [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (79.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (79.91kB) [INFO] Unpacking org.eclipse.jst.servlet.ui_1.1.921.v201903222025... [INFO] Fetching org.eclipse.jst.ws.ui_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (25.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.ui_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (25.69kB) [INFO] Unpacking org.eclipse.jst.ws.ui_1.1.0.v201910301957... [INFO] Fetching org.eclipse.jst.ws.uddiregistry_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (22.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.uddiregistry_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (22.5kB) [INFO] Unpacking org.eclipse.jst.ws.uddiregistry_1.1.0.v201910301957... [INFO] Fetching org.eclipse.jst.ws.creation.ui_1.0.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (140.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.creation.ui_1.0.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (140.44kB) [INFO] Unpacking org.eclipse.jst.ws.creation.ui_1.0.1000.v201910301957... [INFO] Fetching org.eclipse.jst.ws.consumption.ui_1.1.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (327.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.consumption.ui_1.1.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (327.48kB) [INFO] Unpacking org.eclipse.jst.ws.consumption.ui_1.1.1000.v201910301957... [INFO] Fetching org.eclipse.jst.ws.consumption_1.0.1400.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (86.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.consumption_1.0.1400.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (86.06kB) [INFO] Unpacking org.eclipse.jst.ws.consumption_1.0.1400.v201910301957... [INFO] Fetching org.eclipse.jst.j2ee.infopop_1.0.300.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (12.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.infopop_1.0.300.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (12.82kB) [INFO] Unpacking org.eclipse.jst.j2ee.infopop_1.0.300.v201903222024... [INFO] Fetching org.eclipse.jst.jsp.ui.infopop_1.0.200.v201903222120.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (9.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsp.ui.infopop_1.0.200.v201903222120.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (9.56kB) [INFO] Unpacking org.eclipse.jst.jsp.ui.infopop_1.0.200.v201903222120... [INFO] Fetching org.eclipse.jst.servlet.ui.infopop_1.0.500.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (11.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.servlet.ui.infopop_1.0.500.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (11.64kB) [INFO] Unpacking org.eclipse.jst.servlet.ui.infopop_1.0.500.v201903222024... [INFO] Fetching org.eclipse.jst.ws.axis.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (9.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (9.42kB) [INFO] Unpacking org.eclipse.jst.ws.axis.infopop_1.0.400.v201903050508... [INFO] Fetching org.eclipse.jst.ws.consumption.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (11.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.consumption.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (11.74kB) [INFO] Unpacking org.eclipse.jst.ws.consumption.infopop_1.0.400.v201903050508... [INFO] Fetching org.eclipse.jst.ws.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (8.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (8.99kB) [INFO] Unpacking org.eclipse.jst.ws.infopop_1.0.400.v201903050508... [INFO] Fetching org.eclipse.jst.ws.creation.ejb.ui_1.0.300.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (8.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.creation.ejb.ui_1.0.300.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (8.28kB) [INFO] Unpacking org.eclipse.jst.ws.creation.ejb.ui_1.0.300.v201910301957... [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.ui_1.1.400.v201910291429.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (54.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.ui_1.1.400.v201910291429.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (54.19kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotations.ui_1.1.400.v201910291429... [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (25.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (25.33kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429... [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.emitter_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (16.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.emitter_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (16.05kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotations.emitter_1.1.300.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.xdoclet_1.2.300.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (57.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.xdoclet_1.2.300.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (57.43kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotations.xdoclet_1.2.300.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.xdoclet.runtime_1.1.300.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (17.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.xdoclet.runtime_1.1.300.v201903222025.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (17.79kB) [INFO] Unpacking org.eclipse.jst.j2ee.xdoclet.runtime_1.1.300.v201903222025... [INFO] Fetching org.eclipse.jst.ejb.ui.infopop_1.0.300.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (9.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ejb.ui.infopop_1.0.300.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (9.51kB) [INFO] Unpacking org.eclipse.jst.ejb.ui.infopop_1.0.300.v201903222024... [INFO] Fetching org.eclipse.jst.ws.jaxrs.core_1.0.850.v201903050508.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (52.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.jaxrs.core_1.0.850.v201903050508.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (52.04kB) [INFO] Unpacking org.eclipse.jst.ws.jaxrs.core_1.0.850.v201903050508... [INFO] Fetching org.eclipse.jst.ws.jaxrs.ui_1.0.801.v201906251834.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (31.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.jaxrs.ui_1.0.801.v201906251834.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (31.26kB) [INFO] Unpacking org.eclipse.jst.ws.jaxrs.ui_1.0.801.v201906251834... [INFO] Fetching org.eclipse.jst.ws.axis.consumption.core_1.0.600.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (29.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis.consumption.core_1.0.600.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (29.54kB) [INFO] Unpacking org.eclipse.jst.ws.axis.consumption.core_1.0.600.v201910301957... [INFO] Fetching org.eclipse.jst.ws.axis.consumption.ui_1.0.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (39.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis.consumption.ui_1.0.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (39.07kB) [INFO] Unpacking org.eclipse.jst.ws.axis.consumption.ui_1.0.1000.v201910301957... [INFO] Fetching org.eclipse.jst.ws.axis.creation.ui_1.0.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (38.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis.creation.ui_1.0.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (38.37kB) [INFO] Unpacking org.eclipse.jst.ws.axis.creation.ui_1.0.1000.v201910301957... [INFO] Fetching org.eclipse.jst.enterprise_ui.feature_3.16.0.v201910241808.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/features/ (19.18kB) [INFO] Fetching org.eclipse.jst.enterprise_ui.feature_3.16.0.v201910241808.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/features/ (19.18kB) [INFO] Fetching org.eclipse.jst.ejb.doc.user_1.1.301.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (82.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ejb.doc.user_1.1.301.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (82.05kB) [INFO] Unpacking org.eclipse.jst.ejb.doc.user_1.1.301.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.doc.user_1.1.400.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (195.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.doc.user_1.1.400.v201903222024.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (195.05kB) [INFO] Unpacking org.eclipse.jst.j2ee.doc.user_1.1.400.v201903222024... [INFO] Fetching org.eclipse.jst.ws.axis.ui.doc.user_1.1.200.v201903222115.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (29.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis.ui.doc.user_1.1.200.v201903222115.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (29.43kB) [INFO] Unpacking org.eclipse.jst.ws.axis.ui.doc.user_1.1.200.v201903222115... [INFO] Fetching org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (489.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (489.6kB) [INFO] Unpacking org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115... [INFO] Fetching org.eclipse.jst.ws.doc.user_1.0.700.v201903222115.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (98.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.doc.user_1.0.700.v201903222115.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (98.32kB) [INFO] Unpacking org.eclipse.jst.ws.doc.user_1.0.700.v201903222115... [INFO] Fetching org.eclipse.jst.enterprise_userdoc.feature_3.6.100.v201908261515.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/features/ (31.62kB) [INFO] Fetching org.eclipse.jst.enterprise_userdoc.feature_3.6.100.v201908261515.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/features/ (31.62kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.200.v201505132009.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (24.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.200.v201505132009.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (24.76kB) [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.200.v201505132009... [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v200912181831.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (18.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v200912181831.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (18.6kB) [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v200912181831... [INFO] Fetching org.eclipse.wst.common.ui_1.1.500.v200911182011.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (52.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.ui_1.1.500.v200911182011.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (52.75kB) [INFO] Unpacking org.eclipse.wst.common.ui_1.1.500.v200911182011... [INFO] Fetching org.eclipse.wst.server.ui_1.5.307.v201611072017.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (262.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.ui_1.5.307.v201611072017.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (262.15kB) [INFO] Unpacking org.eclipse.wst.server.ui_1.5.307.v201611072017... [INFO] Fetching org.eclipse.wst.command.env_1.0.500.v201903050508.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (40.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.command.env_1.0.500.v201903050508.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (40.71kB) [INFO] Unpacking org.eclipse.wst.command.env_1.0.500.v201903050508... [INFO] Fetching org.eclipse.wst.ws_1.1.500.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (68.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.ws_1.1.500.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (68.8kB) [INFO] Unpacking org.eclipse.wst.ws_1.1.500.v201910301957... [INFO] Fetching org.eclipse.wst.command.env.core_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (23.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.command.env.core_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (23.87kB) [INFO] Unpacking org.eclipse.wst.command.env.core_1.1.0.v201910301957... [INFO] Fetching org.eclipse.wst.wsdl_1.3.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (175.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.wsdl_1.3.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (175.97kB) [INFO] Unpacking org.eclipse.wst.wsdl_1.3.0.v201910301957... [INFO] Fetching org.eclipse.wst.ws.parser_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (23.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.ws.parser_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (23.79kB) [INFO] Unpacking org.eclipse.wst.ws.parser_1.1.0.v201910301957... [INFO] Fetching org.eclipse.wst.command.env.ui_1.2.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (47.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.command.env.ui_1.2.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (47.59kB) [INFO] Unpacking org.eclipse.wst.command.env.ui_1.2.0.v201910301957... [INFO] Fetching org.eclipse.xsd_2.12.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (548.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd_2.12.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (548.17kB) [INFO] Unpacking org.eclipse.xsd_2.12.0.v20160526-0356... [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.600.v201309182039.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (27.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.600.v201309182039.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (27.44kB) [INFO] Unpacking org.eclipse.wst.internet.monitor.core_1.0.600.v201309182039... [INFO] Fetching org.eclipse.wst.ws.explorer_1.0.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (667.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.ws.explorer_1.0.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (667.54kB) [INFO] Unpacking org.eclipse.wst.ws.explorer_1.0.1000.v201910301957... [INFO] Fetching org.eclipse.wst.ws.ui_1.2.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (13.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.ws.ui_1.2.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (13.83kB) [INFO] Unpacking org.eclipse.wst.ws.ui_1.2.0.v201910301957... Dec 09, 2019 6:52:33 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:52:33 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.wst.wsdl.validation_1.2.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (68.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.wsdl.validation_1.2.0.v201910301957.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (68.87kB) [INFO] Unpacking org.eclipse.wst.wsdl.validation_1.2.0.v201910301957... [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching org.eclipse.m2e.core.ui_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (220.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core.ui_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (220.51kB) [INFO] Unpacking org.eclipse.m2e.core.ui_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.m2e.model.edit_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (125.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.model.edit_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (125.06kB) [INFO] Unpacking org.eclipse.m2e.model.edit_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.m2e.discovery_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (34.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.discovery_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (34.83kB) [INFO] Unpacking org.eclipse.m2e.discovery_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.m2e.editor_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (93.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.editor_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (93.28kB) [INFO] Unpacking org.eclipse.m2e.editor_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.wst.sse.ui_1.3.500.v201605120129.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (295.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.ui_1.3.500.v201605120129.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (295.87kB) [INFO] Unpacking org.eclipse.wst.sse.ui_1.3.500.v201605120129... [INFO] Fetching org.eclipse.m2e.editor.xml_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (101.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.editor.xml_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (101.1kB) [INFO] Unpacking org.eclipse.m2e.editor.xml_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.wst.xml.ui_1.1.700.v201604272318.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (318.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.ui_1.1.700.v201604272318.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (318.45kB) [INFO] Unpacking org.eclipse.wst.xml.ui_1.1.700.v201604272318... [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.22kB) [INFO] Unpacking org.eclipse.m2e.lifecyclemapping.defaults_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.m2e.jdt.ui_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (15.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.jdt.ui_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (15.79kB) [INFO] Unpacking org.eclipse.m2e.jdt.ui_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.m2e.profiles.core_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (12.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.profiles.core_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (12.79kB) [INFO] Unpacking org.eclipse.m2e.profiles.core_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.m2e.refactoring_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (31.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.refactoring_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (31.87kB) [INFO] Unpacking org.eclipse.m2e.refactoring_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.platform_4.6.3.v20170301-0400.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (450.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.6.3.v20170301-0400.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (450.15kB) [INFO] Unpacking org.eclipse.platform_4.6.3.v20170301-0400... [INFO] Fetching org.eclipse.m2e.launching_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (40.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.launching_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (40.11kB) [INFO] Unpacking org.eclipse.m2e.launching_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.m2e.feature_1.7.0.20160603-1933.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (18.66kB) [INFO] Fetching org.eclipse.m2e.feature_1.7.0.20160603-1933.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (18.66kB) [INFO] Fetching org.eclipse.m2e.importer_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (10.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.importer_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (10.46kB) [INFO] Unpacking org.eclipse.m2e.importer_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.m2e.profiles.ui_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.profiles.ui_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.05kB) [INFO] Unpacking org.eclipse.m2e.profiles.ui_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.m2e.scm_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (28.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.scm_1.7.0.20160603-1933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (28.09kB) [INFO] Unpacking org.eclipse.m2e.scm_1.7.0.20160603-1933... [INFO] Fetching org.eclipse.wst.xsd.core_1.1.900.v201401141857.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (26.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsd.core_1.1.900.v201401141857.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (26.51kB) [INFO] Unpacking org.eclipse.wst.xsd.core_1.1.900.v201401141857... [INFO] Fetching org.eclipse.platform.doc.user_4.6.1.v20160727-2009.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.97MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform.doc.user_4.6.1.v20160727-2009.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.97MB) [INFO] Unpacking org.eclipse.platform.doc.user_4.6.1.v20160727-2009... Dec 09, 2019 6:52:38 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:52:38 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.ui.net_1.3.0.v20160426-1633.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (20.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.net_1.3.0.v20160426-1633.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (20.79kB) [INFO] Unpacking org.eclipse.ui.net_1.3.0.v20160426-1633... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (39.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (39.29kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903... [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.0.v20160515-0255.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (14.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.0.v20160515-0255.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (14.27kB) [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.0.v20160515-0255... [INFO] Fetching org.eclipse.ui.intro.universal_3.3.1.v20160829-1558.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.71MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro.universal_3.3.1.v20160829-1558.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.71MB) [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.1.v20160829-1558... [INFO] Fetching org.eclipse.ui.ide.application_1.1.101.v20160829-0827.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (48.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.1.101.v20160829-0827.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (48.51kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.1.101.v20160829-0827... [INFO] Fetching org.eclipse.ui.themes_1.1.300.v20161107-1827.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (28.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.themes_1.1.300.v20161107-1827.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (28.68kB) [INFO] Unpacking org.eclipse.ui.themes_1.1.300.v20161107-1827... [INFO] Fetching org.eclipse.ui.monitoring_1.1.2.v20170203-1115.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (27.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.monitoring_1.1.2.v20170203-1115.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (27.77kB) [INFO] Unpacking org.eclipse.ui.monitoring_1.1.2.v20170203-1115... [INFO] Fetching org.eclipse.platform_4.6.3.v20170301-0400.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (19.31kB) [INFO] Fetching org.eclipse.platform_4.6.3.v20170301-0400.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (19.31kB) [INFO] Fetching org.eclipse.platform_root_4.6.3.v20170301-0400 from https://download.eclipse.org/releases/neon/201705151400/binary/ (195B) [INFO] Fetching org.eclipse.platform_root_4.6.3.v20170301-0400 from https://download.eclipse.org/releases/neon/201705151400/binary/ (195B) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (44.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (44.89kB) [INFO] Unpacking org.eclipse.update.configurator_3.3.400.v20160506-0750... [INFO] Fetching org.eclipse.rcp_4.6.3.v20170301-0400.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rcp_4.6.3.v20170301-0400.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.46kB) [INFO] Unpacking org.eclipse.rcp_4.6.3.v20170301-0400... [INFO] Fetching org.eclipse.rcp_4.6.3.v20170301-0400.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB) [INFO] Fetching org.eclipse.rcp_4.6.3.v20170301-0400.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB) [INFO] Fetching org.eclipse.rcp_root_4.6.3.v20170301-0400 from https://download.eclipse.org/releases/neon/201705151400/binary/ (27.05kB) [INFO] Fetching org.eclipse.rcp_root_4.6.3.v20170301-0400 from https://download.eclipse.org/releases/neon/201705151400/binary/ (27.05kB) [INFO] Fetching org.eclipse.wst.common.fproj_3.7.2.v201903222010.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/features/ (30.28kB) [INFO] Fetching org.eclipse.wst.common.fproj_3.7.2.v201903222010.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/features/ (30.28kB) [INFO] Fetching org.eclipse.wst.common.snippets_1.2.300.v201602270217.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (88.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.snippets_1.2.300.v201602270217.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (88.32kB) [INFO] Unpacking org.eclipse.wst.common.snippets_1.2.300.v201602270217... [INFO] Fetching org.eclipse.wst.common_core.feature_3.8.2.v201701191735.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.68kB) [INFO] Fetching org.eclipse.wst.common_core.feature_3.8.2.v201701191735.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.68kB) [INFO] Fetching org.eclipse.wst.common.infopop_1.0.300.v201309101952.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.infopop_1.0.300.v201309101952.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.99kB) [INFO] Unpacking org.eclipse.wst.common.infopop_1.0.300.v201309101952... [INFO] Fetching org.eclipse.wst.internet.cache_1.0.701.v201510130022.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.internet.cache_1.0.701.v201510130022.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.58kB) [INFO] Unpacking org.eclipse.wst.internet.cache_1.0.701.v201510130022... [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v201309101952.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v201309101952.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.59kB) [INFO] Unpacking org.eclipse.wst.validation.infopop_1.0.300.v201309101952... [INFO] Fetching org.eclipse.wst.common_ui.feature_3.8.0.v201701191735.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.64kB) [INFO] Fetching org.eclipse.wst.common_ui.feature_3.8.0.v201701191735.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.64kB) [INFO] Fetching org.eclipse.wst.css.core_1.1.900.v201603171933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (173.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.css.core_1.1.900.v201603171933.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (173.91kB) [INFO] Unpacking org.eclipse.wst.css.core_1.1.900.v201603171933... [INFO] Fetching org.eclipse.wst.html.core_1.2.1.v201608061844.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (199.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.core_1.2.1.v201608061844.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (199.8kB) [INFO] Unpacking org.eclipse.wst.html.core_1.2.1.v201608061844... [INFO] Fetching org.eclipse.wst.css.ui_1.0.1001.v201608060346.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (115.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.css.ui_1.0.1001.v201608060346.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (115.99kB) [INFO] Unpacking org.eclipse.wst.css.ui_1.0.1001.v201608060346... [INFO] Fetching org.eclipse.wst.dtd.core_1.1.700.v201211012112.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (155.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtd.core_1.1.700.v201211012112.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (155.82kB) [INFO] Unpacking org.eclipse.wst.dtd.core_1.1.700.v201211012112... [INFO] Fetching org.eclipse.wst.dtd.ui_1.0.801.v201308100602.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (82.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtd.ui_1.0.801.v201308100602.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (82.71kB) [INFO] Unpacking org.eclipse.wst.dtd.ui_1.0.801.v201308100602... [INFO] Fetching org.eclipse.wst.html.ui_1.0.1101.v201608060430.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (107.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.ui_1.0.1101.v201608060430.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (107.25kB) [INFO] Unpacking org.eclipse.wst.html.ui_1.0.1101.v201608060430... [INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.700.v201309182039.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (45.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.700.v201309182039.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (45.8kB) [INFO] Unpacking org.eclipse.wst.internet.monitor.ui_1.0.700.v201309182039... [INFO] Fetching org.eclipse.wst.jsdt.chromium_0.5.200.v201903222101.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (189.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.chromium_0.5.200.v201903222101.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (189.16kB) [INFO] Unpacking org.eclipse.wst.jsdt.chromium_0.5.200.v201903222101... [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201610211901.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (52.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201610211901.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (52.39kB) [INFO] Unpacking org.eclipse.wst.jsdt.debug.core_3.2.200.v201610211901... [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.core_0.5.300.v201903222101.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (119.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.core_0.5.300.v201903222101.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (119.64kB) [INFO] Unpacking org.eclipse.wst.jsdt.chromium.debug.core_0.5.300.v201903222101... [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.ui_0.6.200.v201903222101.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (156.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.ui_0.6.200.v201903222101.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (156.23kB) [INFO] Unpacking org.eclipse.wst.jsdt.chromium.debug.ui_0.6.200.v201903222101... [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug_0.4.0.v201903222101.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (10.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug_0.4.0.v201903222101.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (10.24kB) [INFO] Unpacking org.eclipse.wst.jsdt.chromium.debug_0.4.0.v201903222101... [INFO] Fetching org.eclipse.wst.jsdt.chromium.wip.eclipse_0.5.200.v201903222101.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (8.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.chromium.wip.eclipse_0.5.200.v201903222101.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (8.54kB) [INFO] Unpacking org.eclipse.wst.jsdt.chromium.wip.eclipse_0.5.200.v201903222101... [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.200.v201612211424.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.26MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.200.v201612211424.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (1.26MB) [INFO] Unpacking org.eclipse.wst.jsdt.core_2.0.200.v201612211424... Dec 09, 2019 6:52:46 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:52:46 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.wst.jsdt.nashorn.extension_1.0.2.v201610280128.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.nashorn.extension_1.0.2.v201610280128.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.28kB) [INFO] Unpacking org.eclipse.wst.jsdt.nashorn.extension_1.0.2.v201610280128... [INFO] Fetching org.eclipse.wst.jsdt.debug.crossfire_1.0.500.v201505071819.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (46.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.debug.crossfire_1.0.500.v201505071819.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (46.77kB) [INFO] Unpacking org.eclipse.wst.jsdt.debug.crossfire_1.0.500.v201505071819... [INFO] Fetching org.eclipse.wst.jsdt.debug.transport_1.0.300.v201502261613.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (14.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.debug.transport_1.0.300.v201502261613.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (14.6kB) [INFO] Unpacking org.eclipse.wst.jsdt.debug.transport_1.0.300.v201502261613... [INFO] Fetching org.eclipse.wst.jsdt.debug.rhino_1.0.500.v201605251607.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (27.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.debug.rhino_1.0.500.v201605251607.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (27.87kB) [INFO] Unpacking org.eclipse.wst.jsdt.debug.rhino_1.0.500.v201605251607... [INFO] Fetching org.eclipse.wst.jsdt.debug.rhino.debugger_1.0.600.v201604292217.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (33.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.debug.rhino.debugger_1.0.600.v201604292217.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (33.6kB) [INFO] Unpacking org.eclipse.wst.jsdt.debug.rhino.debugger_1.0.600.v201604292217... [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (430.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (430.37kB) [INFO] Unpacking org.mozilla.javascript_1.7.5.v201504281450... [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.0.600.v201605311817.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (82.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.0.600.v201605311817.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (82.19kB) [INFO] Unpacking org.eclipse.wst.jsdt.debug.ui_1.0.600.v201605311817... [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.200.v201612151739.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (2.32MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.200.v201612151739.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (2.32MB) [INFO] Unpacking org.eclipse.wst.jsdt.ui_2.0.200.v201612151739... [INFO] Fetching org.eclipse.wst.jsdt.doc_2.0.200.v201610220243.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (3.5MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.doc_2.0.200.v201610220243.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (3.5MB) [INFO] Unpacking org.eclipse.wst.jsdt.doc_2.0.200.v201610220243... [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201602241911.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201602241911.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (21.41kB) [INFO] Unpacking org.eclipse.wst.jsdt.manipulation_1.0.601.v201602241911... [INFO] Fetching org.eclipse.wst.jsdt.support.firefox_1.0.501.v201602241911.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (25.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.support.firefox_1.0.501.v201602241911.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (25.79kB) [INFO] Unpacking org.eclipse.wst.jsdt.support.firefox_1.0.501.v201602241911... [INFO] Fetching org.eclipse.wst.jsdt.support.ie_1.0.601.v201602241911.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (348.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.support.ie_1.0.601.v201602241911.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (348.87kB) [INFO] Unpacking org.eclipse.wst.jsdt.support.ie_1.0.601.v201602241911... [INFO] Fetching org.eclipse.wst.jsdt.feature_2.0.200.v201612211424.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (20.25kB) [INFO] Fetching org.eclipse.wst.jsdt.feature_2.0.200.v201612211424.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (20.25kB) [INFO] Fetching org.eclipse.wst.jsdt.js.common_1.0.200.v201610211901.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (20.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.js.common_1.0.200.v201610211901.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (20.18kB) [INFO] Unpacking org.eclipse.wst.jsdt.js.common_1.0.200.v201610211901... [INFO] Fetching org.eclipse.wst.jsdt.js.cli_1.0.0.v201605192332.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (15.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.js.cli_1.0.0.v201605192332.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (15.25kB) [INFO] Unpacking org.eclipse.wst.jsdt.js.cli_1.0.0.v201605192332... [INFO] Fetching org.eclipse.wst.jsdt.js.bower_1.0.200.v201610220243.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (25.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.js.bower_1.0.200.v201610220243.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (25.25kB) [INFO] Unpacking org.eclipse.wst.jsdt.js.bower_1.0.200.v201610220243... [INFO] Fetching org.eclipse.wst.jsdt.js.grunt_1.0.200.v201610211901.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (19.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.js.grunt_1.0.200.v201610211901.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (19.3kB) [INFO] Unpacking org.eclipse.wst.jsdt.js.grunt_1.0.200.v201610211901... [INFO] Fetching org.eclipse.wst.jsdt.js.gulp_1.0.200.v201610211901.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (19.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.js.gulp_1.0.200.v201610211901.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (19.06kB) [INFO] Unpacking org.eclipse.wst.jsdt.js.gulp_1.0.200.v201610211901... [INFO] Fetching org.eclipse.wst.jsdt.js.node.common_1.0.0.v201605131737.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.js.node.common_1.0.0.v201605131737.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.68kB) [INFO] Unpacking org.eclipse.wst.jsdt.js.node.common_1.0.0.v201605131737... [INFO] Fetching org.eclipse.wst.jsdt.js.node_1.0.200.v201610211901.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (29.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.js.node_1.0.200.v201610211901.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (29.92kB) [INFO] Unpacking org.eclipse.wst.jsdt.js.node_1.0.200.v201610211901... [INFO] Fetching org.eclipse.wst.jsdt.js.npm_1.0.200.v201610211901.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (25.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.js.npm_1.0.200.v201610211901.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (25.77kB) [INFO] Unpacking org.eclipse.wst.jsdt.js.npm_1.0.200.v201610211901... [INFO] Fetching org.eclipse.wst.jsdt.nodejs.feature_1.0.200.v201610220243.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (20.59kB) [INFO] Fetching org.eclipse.wst.jsdt.nodejs.feature_1.0.200.v201610220243.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (20.59kB) [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.0.801.v201602241914.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (60.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.0.801.v201602241914.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (60.06kB) [INFO] Unpacking org.eclipse.wst.jsdt.web.core_1.0.801.v201602241914... [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.0.801.v201602241914.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (75.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.0.801.v201602241914.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (75.29kB) [INFO] Unpacking org.eclipse.wst.jsdt.web.ui_1.0.801.v201602241914... [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201605150457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201605150457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.13kB) [INFO] Unpacking org.eclipse.wst.json.bower.core_1.0.0.v201605150457... [INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.0.v201605201503.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.0.v201605201503.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.9kB) [INFO] Unpacking org.eclipse.wst.json.bower.ui_1.0.0.v201605201503... [INFO] Fetching org.eclipse.wst.json.core_1.0.2.v201612232230.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (103.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.core_1.0.2.v201612232230.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (103.92kB) [INFO] Unpacking org.eclipse.wst.json.core_1.0.2.v201612232230... [INFO] Fetching org.eclipse.wst.json.ui_1.0.1.v201612232230.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (97.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.ui_1.0.1.v201612232230.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (97.97kB) [INFO] Unpacking org.eclipse.wst.json.ui_1.0.1.v201612232230... [INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.0.v201605150457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.0.v201605150457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.11kB) [INFO] Unpacking org.eclipse.wst.json.eslint.core_1.0.0.v201605150457... [INFO] Fetching org.eclipse.wst.json.eslint.ui_1.0.0.v201605201503.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.eslint.ui_1.0.0.v201605201503.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.37kB) [INFO] Unpacking org.eclipse.wst.json.eslint.ui_1.0.0.v201605201503... [INFO] Fetching org.eclipse.wst.json.jshint.core_1.0.0.v201605150457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.jshint.core_1.0.0.v201605150457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.11kB) [INFO] Unpacking org.eclipse.wst.json.jshint.core_1.0.0.v201605150457... [INFO] Fetching org.eclipse.wst.json.jshint.ui_1.0.0.v201605201503.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.jshint.ui_1.0.0.v201605201503.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.38kB) [INFO] Unpacking org.eclipse.wst.json.jshint.ui_1.0.0.v201605201503... [INFO] Fetching org.eclipse.wst.json.npm.core_1.0.0.v201605150457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.npm.core_1.0.0.v201605150457.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.09kB) [INFO] Unpacking org.eclipse.wst.json.npm.core_1.0.0.v201605150457... [INFO] Fetching org.eclipse.wst.json.npm.ui_1.0.0.v201605201503.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.npm.ui_1.0.0.v201605201503.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.48kB) [INFO] Unpacking org.eclipse.wst.json.npm.ui_1.0.0.v201605201503... [INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.0.100.v201612232230.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.0.100.v201612232230.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.92kB) [INFO] Unpacking org.eclipse.wst.json.schemaprocessor_1.0.100.v201612232230... [INFO] Fetching org.eclipse.wst.json_core.feature_1.0.2.v201612232230.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.53kB) [INFO] Fetching org.eclipse.wst.json_core.feature_1.0.2.v201612232230.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.53kB) [INFO] Fetching org.eclipse.wst.json_ui.feature_1.0.2.v201612232230.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.47kB) [INFO] Fetching org.eclipse.wst.json_ui.feature_1.0.2.v201612232230.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.47kB) [INFO] Fetching org.eclipse.wst.server.discovery_1.3.0.v201606030549.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (41.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.discovery_1.3.0.v201606030549.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (41.9kB) [INFO] Unpacking org.eclipse.wst.server.discovery_1.3.0.v201606030549... [INFO] Fetching org.eclipse.wst.server_core.feature_3.3.601.v201610211907.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.53kB) [INFO] Fetching org.eclipse.wst.server_core.feature_3.3.601.v201610211907.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.53kB) [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201309182117.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201309182117.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.92kB) [INFO] Unpacking org.eclipse.wst.server.ui.infopop_1.1.200.v201309182117... [INFO] Fetching org.eclipse.wst.server_ui.feature_3.3.655.v201611072017.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.62kB) [INFO] Fetching org.eclipse.wst.server_ui.feature_3.3.655.v201611072017.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.62kB) [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201309182117.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (92.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201309182117.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (92.94kB) [INFO] Unpacking org.eclipse.wst.server.ui.doc.user_1.1.600.v201309182117... [INFO] Fetching org.eclipse.wst.server_userdoc.feature_3.3.300.v201405011426.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (31.86kB) [INFO] Fetching org.eclipse.wst.server_userdoc.feature_3.3.300.v201405011426.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (31.86kB) [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (144.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.700.v201304171715.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (144.99kB) [INFO] Unpacking org.eclipse.wst.standard.schemas_1.0.700.v201304171715... [INFO] Fetching org.eclipse.wst.web_core.feature_3.8.2.v201702270442.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.62kB) [INFO] Fetching org.eclipse.wst.web_core.feature_3.8.2.v201702270442.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.62kB) [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201409111852.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201409111852.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.13kB) [INFO] Unpacking org.eclipse.wst.html.ui.infopop_1.0.201.v201409111852... [INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v200805140206.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v200805140206.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (7.55kB) [INFO] Unpacking org.eclipse.wst.web.ui.infopop_1.0.300.v200805140206... [INFO] Fetching org.eclipse.wst.web_ui.feature_3.8.2.v201702270442.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (20.21kB) [INFO] Fetching org.eclipse.wst.web_ui.feature_3.8.2.v201702270442.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (20.21kB) [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201309112106.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (756.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201309112106.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (756.66kB) [INFO] Unpacking org.eclipse.wst.doc.user_1.2.0.v201309112106... [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201208081537.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (78.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201208081537.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (78.07kB) [INFO] Unpacking org.eclipse.wst.webtools.doc.user_1.0.500.v201208081537... [INFO] Fetching org.eclipse.wst.web_userdoc.feature_3.8.2.v201610032207.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.4kB) [INFO] Fetching org.eclipse.wst.web_userdoc.feature_3.8.2.v201610032207.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.4kB) [INFO] Fetching org.eclipse.wst.ws.service.policy_1.0.450.v201903050508.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (26.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.ws.service.policy_1.0.450.v201903050508.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (26.46kB) [INFO] Unpacking org.eclipse.wst.ws.service.policy_1.0.450.v201903050508... [INFO] Fetching org.eclipse.wst.xml_core.feature_3.8.2.v201702270442.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.64kB) [INFO] Fetching org.eclipse.wst.xml_core.feature_3.8.2.v201702270442.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.64kB) [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201309112106.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201309112106.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.33kB) [INFO] Unpacking org.eclipse.wst.dtd.ui.infopop_1.0.400.v201309112106... [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201309112106.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201309112106.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (8.28kB) [INFO] Unpacking org.eclipse.wst.sse.ui.infopop_1.0.300.v201309112106... [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201309112106.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201309112106.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (13.21kB) [INFO] Unpacking org.eclipse.wst.xml.ui.infopop_1.0.400.v201309112106... [INFO] Fetching org.eclipse.wst.xsd.ui_1.2.600.v201511240159.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (373.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsd.ui_1.2.600.v201511240159.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (373.93kB) [INFO] Unpacking org.eclipse.wst.xsd.ui_1.2.600.v201511240159... [INFO] Fetching org.eclipse.wst.xml_ui.feature_3.8.2.v201702270442.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.71kB) [INFO] Fetching org.eclipse.wst.xml_ui.feature_3.8.2.v201702270442.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.71kB) [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.0.700.v201208081537.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (24.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.0.700.v201208081537.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (24.59kB) [INFO] Unpacking org.eclipse.wst.dtdeditor.doc.user_1.0.700.v201208081537... [INFO] Fetching org.eclipse.wst.sse.doc.user_1.1.100.v201208081537.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (89.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.doc.user_1.1.100.v201208081537.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (89.19kB) [INFO] Unpacking org.eclipse.wst.sse.doc.user_1.1.100.v201208081537... [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.0.700.v201208081537.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (87.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.0.700.v201208081537.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (87.89kB) [INFO] Unpacking org.eclipse.wst.xmleditor.doc.user_1.0.700.v201208081537... Dec 09, 2019 6:53:02 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Dec 09, 2019 6:53:02 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201208081537.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (75.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201208081537.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (75.51kB) [INFO] Unpacking org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201208081537... [INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.8.2.v201610032207.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.31kB) [INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.8.2.v201610032207.jar from https://download.eclipse.org/releases/neon/201705151400/features/ (32.31kB) [INFO] Fetching org.eclipse.xsd.edit_2.8.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (59.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd.edit_2.8.0.v20160526-0356.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (59.08kB) [INFO] Unpacking org.eclipse.xsd.edit_2.8.0.v20160526-0356... [INFO] Fetching org.sonatype.m2e.mavenarchiver.feature_0.17.4.201905300046.jar from http://download.eclipse.org/m2e-wtp/signed/mavenarchiver/0.17.4/features/ (29.78kB) [INFO] Fetching org.sonatype.m2e.mavenarchiver.feature_0.17.4.201905300046.jar from http://download.eclipse.org/m2e-wtp/signed/mavenarchiver/0.17.4/features/ (29.78kB) [INFO] Resolving class path of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.sdk.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.sdk.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.sdk.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.sdk.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.sdk.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.sdk.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jaxrs:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jaxrs:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jaxrs:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jaxrs.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jaxrs.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jaxrs.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jsf:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jsf:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/pom.xml [INFO] Fetching org.eclipse.jem.proxy_2.0.500.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (648.61kB) [INFO] Fetching org.eclipse.jem.proxy_2.0.500.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (648.61kB) [INFO] Fetching org.eclipse.jst.jsp.core_1.2.901.v201608060346.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (238.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsp.core_1.2.901.v201608060346.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (238.95kB) [INFO] Unpacking org.eclipse.jst.jsp.core_1.2.901.v201608060346... [INFO] Fetching org.eclipse.jst.jsf.common_1.5.103.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (181.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.common_1.5.103.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (181.33kB) [INFO] Unpacking org.eclipse.jst.jsf.common_1.5.103.v201902121810... [INFO] Fetching org.eclipse.jst.jsf.common.runtime_1.4.1.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (27.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.common.runtime_1.4.1.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (27.78kB) [INFO] Unpacking org.eclipse.jst.jsf.common.runtime_1.4.1.v201902121810... [INFO] Fetching org.eclipse.jst.jsf.facesconfig_1.5.102.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (206.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.facesconfig_1.5.102.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (206.1kB) [INFO] Unpacking org.eclipse.jst.jsf.facesconfig_1.5.102.v201902121810... [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (53.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (53.37kB) [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010... [INFO] Fetching org.eclipse.jst.jsf.core_1.8.2.v201902121810.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (1.14MB) [INFO] Fetching org.eclipse.jst.jsf.core_1.8.2.v201902121810.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (1.14MB) [INFO] Resolving class path of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jsf:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jsf.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jsf.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/pom.xml [INFO] Fetching org.eclipse.jst.jsf.common.ui_1.5.101.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (105.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.common.ui_1.5.101.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (105.46kB) [INFO] Unpacking org.eclipse.jst.jsf.common.ui_1.5.101.v201902121810... [INFO] Fetching org.eclipse.jst.jsf.facelet.core_1.4.2.v201902121810.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (652.75kB) [INFO] Fetching org.eclipse.jst.jsf.facelet.core_1.4.2.v201902121810.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (652.75kB) [INFO] Fetching org.eclipse.jst.jsf.facelet.ui_1.3.112.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (21.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.facelet.ui_1.3.112.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (21.97kB) [INFO] Unpacking org.eclipse.jst.jsf.facelet.ui_1.3.112.v201902121810... [INFO] Fetching org.eclipse.jst.jsf.facesconfig.ui_1.5.2.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (257.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.facesconfig.ui_1.5.2.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (257.64kB) [INFO] Unpacking org.eclipse.jst.jsf.facesconfig.ui_1.5.2.v201902121810... [INFO] Fetching org.eclipse.jst.jsf.ui_1.6.102.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (88.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.ui_1.6.102.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (88.87kB) [INFO] Unpacking org.eclipse.jst.jsf.ui_1.6.102.v201902121810... [INFO] Fetching org.eclipse.jst.jsf.standard.tagsupport_1.5.1.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (118.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.standard.tagsupport_1.5.1.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (118.13kB) [INFO] Unpacking org.eclipse.jst.jsf.standard.tagsupport_1.5.1.v201902121810... [INFO] Fetching org.eclipse.jsf.branding_3.5.1.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (20.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jsf.branding_3.5.1.v201902121810.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (20.16kB) [INFO] Unpacking org.eclipse.jsf.branding_3.5.1.v201902121810... [INFO] Fetching org.eclipse.jsf.feature_3.10.0.v201902121810.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/features/ (30.67kB) [INFO] Fetching org.eclipse.jsf.feature_3.10.0.v201902121810.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/features/ (30.67kB) [INFO] Fetching org.eclipse.emf_2.6.0.v20160526-0356.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.45kB) [INFO] Fetching org.eclipse.emf_2.6.0.v20160526-0356.jar from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.45kB) [INFO] Fetching org.eclipse.jst.jsp.ui_1.1.1100.v201605092203.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (169.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsp.ui_1.1.1100.v201605092203.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (169.4kB) [INFO] Unpacking org.eclipse.jst.jsp.ui_1.1.1100.v201605092203... [INFO] Resolving class path of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jsf.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jpa:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jpa:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/pom.xml [INFO] Fetching org.eclipse.datatools.connectivity_1.13.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (102.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.datatools.connectivity_1.13.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (102.13kB) [INFO] Unpacking org.eclipse.datatools.connectivity_1.13.0.201603142002... [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.1.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.1.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (9.92kB) [INFO] Unpacking org.eclipse.datatools.connectivity.db.generic_1.1.0.201603142002... [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.3.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (99.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.3.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (99.86kB) [INFO] Unpacking org.eclipse.datatools.connectivity.sqm.core_1.3.0.201603142002... [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.1.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (212.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.1.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (212.69kB) [INFO] Unpacking org.eclipse.datatools.modelbase.sql_1.1.0.201603142002... [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.1.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (42.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.1.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (42.66kB) [INFO] Unpacking org.eclipse.datatools.modelbase.dbdefinition_1.1.0.201603142002... [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.3.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (154kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.3.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (154kB) [INFO] Unpacking org.eclipse.datatools.connectivity.ui_1.3.0.201603142002... [INFO] Fetching org.eclipse.datatools.help_1.6.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.datatools.help_1.6.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (11.25kB) [INFO] Unpacking org.eclipse.datatools.help_1.6.0.201603142002... [INFO] Fetching org.eclipse.datatools.enablement.jdt.classpath_1.1.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.datatools.enablement.jdt.classpath_1.1.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (16.63kB) [INFO] Unpacking org.eclipse.datatools.enablement.jdt.classpath_1.1.0.201603142002... [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.2.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (215.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.2.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (215.81kB) [INFO] Unpacking org.eclipse.datatools.modelbase.sql.query_1.2.0.201603142002... [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.1.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (66.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.1.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (66.74kB) [INFO] Unpacking org.eclipse.datatools.sqltools.editor.core_1.1.0.201603142002... [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.1.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (38.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.1.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (38.03kB) [INFO] Unpacking org.eclipse.datatools.sqltools.sql_1.1.0.201603142002... [INFO] Fetching org.eclipse.datatools.sqltools.result_1.2.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (45.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.datatools.sqltools.result_1.2.0.201603142002.jar.pack.gz from https://download.eclipse.org/releases/neon/201705151400/plugins/ (45.55kB) [INFO] Unpacking org.eclipse.datatools.sqltools.result_1.2.0.201603142002... [INFO] Fetching org.eclipse.jpt.common.utility_2.4.1.v201902121834.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (322.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.common.utility_2.4.1.v201902121834.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (322.11kB) [INFO] Unpacking org.eclipse.jpt.common.utility_2.4.1.v201902121834... [INFO] Fetching org.eclipse.jpt.common.core_1.5.1.v201902121834.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (149.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.common.core_1.5.1.v201902121834.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (149.57kB) [INFO] Unpacking org.eclipse.jpt.common.core_1.5.1.v201902121834... [INFO] Fetching org.eclipse.jpt.jpa.db_2.2.201.v201902121834.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (36.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jpa.db_2.2.201.v201902121834.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (36.23kB) [INFO] Unpacking org.eclipse.jpt.jpa.db_2.2.201.v201902121834... [INFO] Fetching org.eclipse.persistence.jpa.jpql_2.7.3.v20180807-4be1041.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (1.37MB) [INFO] Fetching org.eclipse.persistence.jpa.jpql_2.7.3.v20180807-4be1041.jar from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (1.37MB) [INFO] Fetching org.eclipse.jpt.jpa.core_3.5.1.v201902121834.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (647.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jpa.core_3.5.1.v201902121834.jar.pack.gz from https://download.eclipse.org/webtools/downloads/drops/R3.16.0/S-3.16.0.M3-20191121172023/repository/plugins/ (647.03kB) [INFO] Unpacking org.eclipse.jpt.jpa.core_3.5.1.v201902121834... [INFO] Resolving class path of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jpa:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jpa.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jpa.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jpa.feature:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.site:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.site:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.site:1.4.3-SNAPSHOT @ /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] M2E-WTP :: Parent [pom] [INFO] M2E-WTP :: Overlay Core [eclipse-plugin] [INFO] M2E-WTP :: Overlay UI [eclipse-plugin] [INFO] M2E-WTP :: Core [eclipse-plugin] [INFO] M2E-WTP :: Core Feature [eclipse-feature] [INFO] M2E-WTP :: Core SDK Feature (Optional) [eclipse-feature] [INFO] M2E-WTP :: JAX-RS Support [eclipse-plugin] [INFO] M2E-WTP :: JAX-RS Support Feature [eclipse-feature] [INFO] M2E-WTP :: JSF Support [eclipse-plugin] [INFO] M2E-WTP :: JSF Support Feature [eclipse-feature] [INFO] M2E-WTP :: JPA Support [eclipse-plugin] [INFO] M2E-WTP :: JPA Support Feature [eclipse-feature] [INFO] M2E-WTP :: Update Site [eclipse-repository] [INFO] [INFO] -----------< org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.parent >----------- [INFO] Building M2E-WTP :: Parent 1.4.3-SNAPSHOT [1/13] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.wtp.parent --- [INFO] [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.m2e.wtp.parent --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.m2e.wtp.parent --- Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.5.1/tycho-pack200-impl-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.5.1/tycho-pack200-impl-1.5.1.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.5.1/tycho-pack200-impl-1.5.1.pom (1.0 kB at 31 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.5.1/tycho-pack200-impl-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.5.1/tycho-pack200-impl-1.5.1.jar Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.5.1/tycho-pack200-impl-1.5.1.jar (12 kB at 389 kB/s) [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.m2e.wtp.parent --- Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 137 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 552 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1/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 958 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 94 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 90 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 568 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 49 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 54 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 35 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 102 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 166 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 9.9 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 31 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 82 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 73 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 388 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 161 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 41 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 62 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 255 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 575 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 29 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 24 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/19.0/guava-19.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 206 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom Progress (1): 4.1/9.9 kB Progress (1): 7.7/9.9 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 247 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 327 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 352 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Progress (1): 363 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 13 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 46 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 318 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 111 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 119 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 253 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 67 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 95 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 54 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 796 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 50 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 73 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 84 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 152 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.pom Progress (1): 2.2 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.pom (2.2 kB at 87 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom (13 kB at 405 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/38/commons-parent-38.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom Progress (1): 4.1/62 kB Progress (1): 7.7/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 24/62 kB Progress (1): 28/62 kB Progress (1): 32/62 kB Progress (1): 36/62 kB Progress (1): 40/62 kB Progress (1): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/62 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom (62 kB at 1.4 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom (4.8 kB at 112 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/3/auto-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 107 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.pom Progress (1): 1.8 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.pom (1.8 kB at 52 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.pom Progress (1): 2.3 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.pom (2.3 kB at 58 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom (6.4 kB at 168 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom (16 kB at 522 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 851 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom (5.5 kB at 173 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom (13 kB at 429 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 600 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom Progress (1): 4.1/56 kB Progress (1): 7.7/56 kB Progress (1): 12/56 kB Progress (1): 16/56 kB Progress (1): 20/56 kB Progress (1): 24/56 kB Progress (1): 28/56 kB Progress (1): 32/56 kB Progress (1): 36/56 kB Progress (1): 40/56 kB Progress (1): 44/56 kB Progress (1): 48/56 kB Progress (1): 52/56 kB Progress (1): 56/56 kB Progress (1): 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.6 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 312 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom (4.8 kB at 109 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/19.0/guava-19.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.jar Progress (1): 4.1/67 kB Progress (1): 7.7/67 kB Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar Progress (1): 12/67 kB Progress (1): 16/67 kB Progress (1): 20/67 kB Progress (1): 24/67 kB Progress (1): 28/67 kB Progress (1): 32/67 kB Progress (1): 36/67 kB Progress (1): 40/67 kB Progress (1): 44/67 kB Progress (1): 48/67 kB Progress (1): 52/67 kB Progress (1): 56/67 kB Progress (1): 60/67 kB Progress (1): 64/67 kB Progress (1): 67 kB Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.jar (67 kB at 247 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Progress (2): 4.9 kB | 4.1/26 kB Progress (2): 4.9 kB | 7.7/26 kB Progress (2): 4.9 kB | 12/26 kB Progress (2): 4.9 kB | 16/26 kB Progress (2): 4.9 kB | 20/26 kB Progress (2): 4.9 kB | 24/26 kB Progress (2): 4.9 kB | 26 kB Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.jar (4.9 kB at 15 kB/s) Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.jar (26 kB at 75 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar Progress (1): 4.1/154 kB Progress (1): 7.7/154 kB Progress (1): 12/154 kB Progress (1): 16/154 kB Progress (1): 20/154 kB Progress (1): 24/154 kB Progress (1): 28/154 kB Progress (1): 32/154 kB Progress (1): 33/154 kB Progress (1): 37/154 kB Progress (1): 41/154 kB Progress (1): 45/154 kB Progress (1): 49/154 kB Progress (1): 53/154 kB Progress (1): 57/154 kB Progress (1): 61/154 kB Progress (1): 65/154 kB Progress (1): 66/154 kB Progress (1): 70/154 kB Progress (1): 74/154 kB Progress (1): 78/154 kB Progress (1): 82/154 kB Progress (1): 86/154 kB Progress (1): 90/154 kB Progress (1): 94/154 kB Progress (1): 98/154 kB Progress (1): 98/154 kB Progress (1): 102/154 kB Progress (1): 106/154 kB Progress (1): 110/154 kB Progress (1): 114/154 kB Progress (1): 118/154 kB Progress (1): 122/154 kB Progress (1): 126/154 kB Progress (1): 130/154 kB Progress (1): 131/154 kB Progress (1): 135/154 kB Progress (1): 139/154 kB Progress (1): 143/154 kB Progress (1): 147/154 kB Progress (1): 151/154 kB Progress (1): 154 kB Progress (2): 154 kB | 4.1/557 kB Progress (2): 154 kB | 7.7/557 kB Progress (2): 154 kB | 12/557 kB Progress (2): 154 kB | 16/557 kB Progress (2): 154 kB | 20/557 kB Progress (2): 154 kB | 24/557 kB Progress (2): 154 kB | 28/557 kB Progress (2): 154 kB | 32/557 kB Progress (2): 154 kB | 33/557 kB Progress (2): 154 kB | 37/557 kB Progress (2): 154 kB | 41/557 kB Progress (2): 154 kB | 45/557 kB Progress (2): 154 kB | 49/557 kB Progress (3): 154 kB | 49/557 kB | 4.1/25 kB Progress (3): 154 kB | 53/557 kB | 4.1/25 kB Progress (3): 154 kB | 53/557 kB | 7.7/25 kB Progress (3): 154 kB | 57/557 kB | 7.7/25 kB Progress (3): 154 kB | 57/557 kB | 12/25 kB Progress (4): 154 kB | 57/557 kB | 12/25 kB | 4.1/42 kB Progress (4): 154 kB | 61/557 kB | 12/25 kB | 4.1/42 kB Progress (4): 154 kB | 61/557 kB | 16/25 kB | 4.1/42 kB Progress (4): 154 kB | 65/557 kB | 16/25 kB | 4.1/42 kB Progress (4): 154 kB | 65/557 kB | 16/25 kB | 7.7/42 kB Progress (4): 154 kB | 66/557 kB | 16/25 kB | 7.7/42 kB Progress (4): 154 kB | 66/557 kB | 20/25 kB | 7.7/42 kB Progress (4): 154 kB | 70/557 kB | 20/25 kB | 7.7/42 kB Progress (4): 154 kB | 70/557 kB | 20/25 kB | 12/42 kB Progress (4): 154 kB | 74/557 kB | 20/25 kB | 12/42 kB Progress (4): 154 kB | 74/557 kB | 24/25 kB | 12/42 kB Progress (4): 154 kB | 78/557 kB | 24/25 kB | 12/42 kB Progress (4): 154 kB | 78/557 kB | 24/25 kB | 16/42 kB Progress (4): 154 kB | 82/557 kB | 24/25 kB | 16/42 kB Progress (4): 154 kB | 82/557 kB | 25 kB | 16/42 kB Progress (4): 154 kB | 86/557 kB | 25 kB | 16/42 kB Progress (4): 154 kB | 86/557 kB | 25 kB | 20/42 kB Progress (4): 154 kB | 90/557 kB | 25 kB | 20/42 kB Progress (4): 154 kB | 90/557 kB | 25 kB | 24/42 kB Progress (4): 154 kB | 94/557 kB | 25 kB | 24/42 kB Progress (4): 154 kB | 98/557 kB | 25 kB | 24/42 kB Progress (4): 154 kB | 98/557 kB | 25 kB | 28/42 kB Progress (4): 154 kB | 102/557 kB | 25 kB | 28/42 kB Progress (4): 154 kB | 102/557 kB | 25 kB | 32/42 kB Progress (4): 154 kB | 106/557 kB | 25 kB | 32/42 kB Progress (4): 154 kB | 106/557 kB | 25 kB | 36/42 kB Progress (4): 154 kB | 110/557 kB | 25 kB | 36/42 kB Progress (4): 154 kB | 110/557 kB | 25 kB | 40/42 kB Progress (4): 154 kB | 114/557 kB | 25 kB | 40/42 kB Progress (4): 154 kB | 114/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 118/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 122/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 126/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 130/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 134/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 138/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 142/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 146/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 150/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 154/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 158/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 162/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 166/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 170/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 174/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 178/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 182/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 186/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 190/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 194/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 198/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 202/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 206/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 210/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 214/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 218/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 222/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 226/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 230/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 234/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 238/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 242/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 246/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 250/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 254/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 258/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 262/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 266/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 270/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 274/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 278/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 282/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 286/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 290/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 294/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 298/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 302/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 306/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 310/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 314/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 318/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 322/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 326/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 330/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 334/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 338/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 342/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 346/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 350/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 354/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 358/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 362/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 366/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 370/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 374/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 378/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 382/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 386/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 390/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 394/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 398/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 402/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 406/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 410/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 414/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 418/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 422/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 426/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 430/557 kB | 25 kB | 42 kB Progress (4): 154 kB | 434/557 kB | 25 kB | 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 327 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 529 kB/s) Progress (2): 154 kB | 438/557 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar Progress (2): 154 kB | 442/557 kB Progress (2): 154 kB | 446/557 kB Progress (2): 154 kB | 450/557 kB Progress (2): 154 kB | 454/557 kB Progress (2): 154 kB | 458/557 kB Progress (2): 154 kB | 462/557 kB Progress (2): 154 kB | 466/557 kB Progress (3): 154 kB | 466/557 kB | 4.1/52 kB Progress (3): 154 kB | 470/557 kB | 4.1/52 kB Progress (3): 154 kB | 474/557 kB | 4.1/52 kB Progress (3): 154 kB | 478/557 kB | 4.1/52 kB Progress (3): 154 kB | 482/557 kB | 4.1/52 kB Progress (3): 154 kB | 486/557 kB | 4.1/52 kB Progress (3): 154 kB | 486/557 kB | 7.7/52 kB Progress (3): 154 kB | 490/557 kB | 7.7/52 kB Progress (3): 154 kB | 490/557 kB | 12/52 kB Progress (3): 154 kB | 494/557 kB | 12/52 kB Progress (3): 154 kB | 494/557 kB | 16/52 kB Progress (3): 154 kB | 498/557 kB | 16/52 kB Progress (3): 154 kB | 498/557 kB | 20/52 kB Progress (3): 154 kB | 502/557 kB | 20/52 kB Progress (3): 154 kB | 502/557 kB | 24/52 kB Progress (3): 154 kB | 506/557 kB | 24/52 kB Progress (3): 154 kB | 506/557 kB | 28/52 kB Progress (3): 154 kB | 510/557 kB | 28/52 kB Progress (3): 154 kB | 510/557 kB | 32/52 kB Progress (3): 154 kB | 514/557 kB | 32/52 kB Progress (3): 154 kB | 514/557 kB | 36/52 kB Progress (3): 154 kB | 518/557 kB | 36/52 kB Progress (3): 154 kB | 518/557 kB | 40/52 kB Progress (3): 154 kB | 522/557 kB | 40/52 kB Progress (3): 154 kB | 522/557 kB | 44/52 kB Progress (3): 154 kB | 526/557 kB | 44/52 kB Progress (3): 154 kB | 526/557 kB | 48/52 kB Progress (3): 154 kB | 530/557 kB | 48/52 kB Progress (3): 154 kB | 530/557 kB | 52/52 kB Progress (3): 154 kB | 530/557 kB | 52 kB Progress (3): 154 kB | 534/557 kB | 52 kB Progress (3): 154 kB | 538/557 kB | 52 kB Progress (3): 154 kB | 542/557 kB | 52 kB Progress (3): 154 kB | 546/557 kB | 52 kB Progress (3): 154 kB | 550/557 kB | 52 kB Progress (3): 154 kB | 554/557 kB | 52 kB Progress (3): 154 kB | 557 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 964 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 317 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 3.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Progress (1): 4.1/42 kB Progress (1): 7.7/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 33/42 kB Progress (1): 37/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Progress (2): 42 kB | 4.1/145 kB Progress (2): 42 kB | 7.7/145 kB Progress (2): 42 kB | 12/145 kB Progress (2): 42 kB | 16/145 kB Progress (2): 42 kB | 20/145 kB Progress (2): 42 kB | 24/145 kB Progress (2): 42 kB | 28/145 kB Progress (2): 42 kB | 32/145 kB Progress (2): 42 kB | 33/145 kB Progress (2): 42 kB | 37/145 kB Progress (2): 42 kB | 41/145 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 221 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Progress (2): 41/145 kB | 4.1/18 kB Progress (2): 41/145 kB | 7.7/18 kB Progress (2): 41/145 kB | 12/18 kB Progress (2): 45/145 kB | 12/18 kB Progress (2): 45/145 kB | 16/18 kB Progress (2): 49/145 kB | 16/18 kB Progress (2): 49/145 kB | 18 kB Progress (2): 53/145 kB | 18 kB Progress (2): 57/145 kB | 18 kB Progress (2): 61/145 kB | 18 kB Progress (2): 65/145 kB | 18 kB Progress (2): 66/145 kB | 18 kB Progress (2): 70/145 kB | 18 kB Progress (2): 74/145 kB | 18 kB Progress (2): 78/145 kB | 18 kB Progress (2): 82/145 kB | 18 kB Progress (2): 86/145 kB | 18 kB Progress (2): 90/145 kB | 18 kB Progress (2): 94/145 kB | 18 kB Progress (2): 98/145 kB | 18 kB Progress (2): 102/145 kB | 18 kB Progress (2): 106/145 kB | 18 kB Progress (2): 110/145 kB | 18 kB Progress (2): 114/145 kB | 18 kB Progress (2): 118/145 kB | 18 kB Progress (2): 122/145 kB | 18 kB Progress (2): 126/145 kB | 18 kB Progress (2): 130/145 kB | 18 kB Progress (2): 134/145 kB | 18 kB Progress (2): 138/145 kB | 18 kB Progress (2): 142/145 kB | 18 kB Progress (2): 145 kB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 89 kB/s) Progress (2): 145 kB | 4.1/60 kB Progress (3): 145 kB | 4.1/60 kB | 4.1/160 kB Progress (3): 145 kB | 7.7/60 kB | 4.1/160 kB Progress (4): 145 kB | 7.7/60 kB | 4.1/160 kB | 4.1/134 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Progress (4): 145 kB | 7.7/60 kB | 4.1/160 kB | 7.7/134 kB Progress (4): 145 kB | 12/60 kB | 4.1/160 kB | 7.7/134 kB Progress (4): 145 kB | 12/60 kB | 7.7/160 kB | 7.7/134 kB Progress (4): 145 kB | 16/60 kB | 7.7/160 kB | 7.7/134 kB Progress (4): 145 kB | 16/60 kB | 7.7/160 kB | 12/134 kB Progress (4): 145 kB | 20/60 kB | 7.7/160 kB | 12/134 kB Progress (4): 145 kB | 20/60 kB | 12/160 kB | 12/134 kB Progress (4): 145 kB | 24/60 kB | 12/160 kB | 12/134 kB Progress (4): 145 kB | 24/60 kB | 12/160 kB | 16/134 kB Progress (4): 145 kB | 28/60 kB | 12/160 kB | 16/134 kB Progress (4): 145 kB | 28/60 kB | 16/160 kB | 16/134 kB Progress (4): 145 kB | 28/60 kB | 16/160 kB | 20/134 kB Progress (4): 145 kB | 28/60 kB | 20/160 kB | 20/134 kB Progress (4): 145 kB | 32/60 kB | 20/160 kB | 20/134 kB Progress (4): 145 kB | 32/60 kB | 24/160 kB | 20/134 kB Progress (4): 145 kB | 32/60 kB | 24/160 kB | 24/134 kB Progress (4): 145 kB | 36/60 kB | 24/160 kB | 24/134 kB Progress (4): 145 kB | 36/60 kB | 28/160 kB | 24/134 kB Progress (4): 145 kB | 40/60 kB | 28/160 kB | 24/134 kB Progress (4): 145 kB | 40/60 kB | 28/160 kB | 28/134 kB Progress (4): 145 kB | 44/60 kB | 28/160 kB | 28/134 kB Progress (4): 145 kB | 44/60 kB | 32/160 kB | 28/134 kB Progress (4): 145 kB | 48/60 kB | 32/160 kB | 28/134 kB Progress (4): 145 kB | 48/60 kB | 32/160 kB | 32/134 kB Progress (4): 145 kB | 52/60 kB | 32/160 kB | 32/134 kB Progress (4): 145 kB | 52/60 kB | 36/160 kB | 32/134 kB Progress (4): 145 kB | 56/60 kB | 36/160 kB | 32/134 kB Progress (4): 145 kB | 56/60 kB | 36/160 kB | 33/134 kB Progress (4): 145 kB | 60 kB | 36/160 kB | 33/134 kB Progress (4): 145 kB | 60 kB | 40/160 kB | 33/134 kB Progress (4): 145 kB | 60 kB | 40/160 kB | 37/134 kB Progress (4): 145 kB | 60 kB | 44/160 kB | 37/134 kB Progress (4): 145 kB | 60 kB | 44/160 kB | 41/134 kB Progress (4): 145 kB | 60 kB | 48/160 kB | 41/134 kB Progress (4): 145 kB | 60 kB | 48/160 kB | 45/134 kB Progress (4): 145 kB | 60 kB | 52/160 kB | 45/134 kB Progress (4): 145 kB | 60 kB | 52/160 kB | 49/134 kB Progress (4): 145 kB | 60 kB | 56/160 kB | 49/134 kB Progress (4): 145 kB | 60 kB | 56/160 kB | 53/134 kB Progress (4): 145 kB | 60 kB | 60/160 kB | 53/134 kB Progress (4): 145 kB | 60 kB | 60/160 kB | 57/134 kB Progress (4): 145 kB | 60 kB | 64/160 kB | 57/134 kB Progress (4): 145 kB | 60 kB | 64/160 kB | 61/134 kB Progress (4): 145 kB | 60 kB | 68/160 kB | 61/134 kB Progress (4): 145 kB | 60 kB | 68/160 kB | 65/134 kB Progress (4): 145 kB | 60 kB | 72/160 kB | 65/134 kB Progress (4): 145 kB | 60 kB | 72/160 kB | 66/134 kB Progress (4): 145 kB | 60 kB | 76/160 kB | 66/134 kB Progress (4): 145 kB | 60 kB | 76/160 kB | 70/134 kB Progress (4): 145 kB | 60 kB | 80/160 kB | 70/134 kB Progress (4): 145 kB | 60 kB | 80/160 kB | 74/134 kB Progress (4): 145 kB | 60 kB | 84/160 kB | 74/134 kB Progress (4): 145 kB | 60 kB | 84/160 kB | 78/134 kB Progress (4): 145 kB | 60 kB | 88/160 kB | 78/134 kB Progress (4): 145 kB | 60 kB | 88/160 kB | 82/134 kB Progress (4): 145 kB | 60 kB | 92/160 kB | 82/134 kB Progress (4): 145 kB | 60 kB | 92/160 kB | 86/134 kB Progress (4): 145 kB | 60 kB | 96/160 kB | 86/134 kB Progress (4): 145 kB | 60 kB | 96/160 kB | 90/134 kB Progress (4): 145 kB | 60 kB | 100/160 kB | 90/134 kB Progress (4): 145 kB | 60 kB | 100/160 kB | 94/134 kB Progress (4): 145 kB | 60 kB | 104/160 kB | 94/134 kB Progress (4): 145 kB | 60 kB | 104/160 kB | 98/134 kB Progress (4): 145 kB | 60 kB | 108/160 kB | 98/134 kB Progress (4): 145 kB | 60 kB | 108/160 kB | 102/134 kB Progress (4): 145 kB | 60 kB | 112/160 kB | 102/134 kB Progress (4): 145 kB | 60 kB | 112/160 kB | 106/134 kB Progress (4): 145 kB | 60 kB | 116/160 kB | 106/134 kB Progress (4): 145 kB | 60 kB | 116/160 kB | 110/134 kB Progress (4): 145 kB | 60 kB | 120/160 kB | 110/134 kB Progress (4): 145 kB | 60 kB | 120/160 kB | 114/134 kB Progress (4): 145 kB | 60 kB | 124/160 kB | 114/134 kB Progress (4): 145 kB | 60 kB | 124/160 kB | 118/134 kB Progress (4): 145 kB | 60 kB | 128/160 kB | 118/134 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 227 kB/s) Progress (3): 145 kB | 128/160 kB | 122/134 kB Progress (3): 145 kB | 132/160 kB | 122/134 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar Progress (3): 145 kB | 132/160 kB | 126/134 kB Progress (3): 145 kB | 136/160 kB | 126/134 kB Progress (3): 145 kB | 136/160 kB | 130/134 kB Progress (3): 145 kB | 140/160 kB | 130/134 kB Progress (3): 145 kB | 140/160 kB | 134/134 kB Progress (3): 145 kB | 144/160 kB | 134/134 kB Progress (3): 145 kB | 144/160 kB | 134 kB Progress (3): 145 kB | 148/160 kB | 134 kB Progress (3): 145 kB | 152/160 kB | 134 kB Progress (3): 145 kB | 156/160 kB | 134 kB Progress (3): 145 kB | 160 kB | 134 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 543 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 485 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 574 kB/s) Progress (1): 4.1/134 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (1): 7.7/134 kB Progress (1): 12/134 kB Progress (1): 16/134 kB Progress (1): 20/134 kB Progress (1): 24/134 kB Progress (1): 28/134 kB Progress (1): 32/134 kB Progress (1): 33/134 kB Progress (1): 37/134 kB Progress (1): 41/134 kB Progress (1): 45/134 kB Progress (1): 49/134 kB Progress (2): 49/134 kB | 4.1/197 kB Progress (2): 49/134 kB | 7.7/197 kB Progress (2): 53/134 kB | 7.7/197 kB Progress (2): 53/134 kB | 12/197 kB Progress (2): 57/134 kB | 12/197 kB Progress (2): 57/134 kB | 16/197 kB Progress (2): 61/134 kB | 16/197 kB Progress (2): 61/134 kB | 20/197 kB Progress (2): 65/134 kB | 20/197 kB Progress (2): 65/134 kB | 24/197 kB Progress (2): 66/134 kB | 24/197 kB Progress (2): 66/134 kB | 28/197 kB Progress (2): 70/134 kB | 28/197 kB Progress (2): 70/134 kB | 32/197 kB Progress (2): 74/134 kB | 32/197 kB Progress (2): 74/134 kB | 33/197 kB Progress (2): 78/134 kB | 33/197 kB Progress (2): 78/134 kB | 37/197 kB Progress (2): 82/134 kB | 37/197 kB Progress (2): 82/134 kB | 41/197 kB Progress (3): 82/134 kB | 41/197 kB | 4.1/45 kB Progress (3): 86/134 kB | 41/197 kB | 4.1/45 kB Progress (3): 86/134 kB | 45/197 kB | 4.1/45 kB Progress (3): 86/134 kB | 45/197 kB | 7.7/45 kB Progress (3): 86/134 kB | 49/197 kB | 7.7/45 kB Progress (3): 90/134 kB | 49/197 kB | 7.7/45 kB Progress (3): 90/134 kB | 49/197 kB | 12/45 kB Progress (3): 94/134 kB | 49/197 kB | 12/45 kB Progress (4): 94/134 kB | 49/197 kB | 12/45 kB | 2.5 kB Progress (4): 94/134 kB | 53/197 kB | 12/45 kB | 2.5 kB Progress (4): 98/134 kB | 53/197 kB | 12/45 kB | 2.5 kB Progress (4): 98/134 kB | 53/197 kB | 16/45 kB | 2.5 kB Progress (5): 98/134 kB | 53/197 kB | 16/45 kB | 2.5 kB | 4.1/5.8 kB Progress (5): 98/134 kB | 53/197 kB | 16/45 kB | 2.5 kB | 4.1/5.8 kB Progress (5): 98/134 kB | 57/197 kB | 16/45 kB | 2.5 kB | 4.1/5.8 kB Progress (5): 102/134 kB | 57/197 kB | 16/45 kB | 2.5 kB | 4.1/5.8 kB Progress (5): 102/134 kB | 57/197 kB | 16/45 kB | 2.5 kB | 5.8 kB Progress (5): 102/134 kB | 57/197 kB | 20/45 kB | 2.5 kB | 5.8 kB Progress (5): 106/134 kB | 57/197 kB | 20/45 kB | 2.5 kB | 5.8 kB Progress (5): 106/134 kB | 61/197 kB | 20/45 kB | 2.5 kB | 5.8 kB Progress (5): 110/134 kB | 61/197 kB | 20/45 kB | 2.5 kB | 5.8 kB Progress (5): 110/134 kB | 61/197 kB | 24/45 kB | 2.5 kB | 5.8 kB Progress (5): 114/134 kB | 61/197 kB | 24/45 kB | 2.5 kB | 5.8 kB Progress (5): 114/134 kB | 65/197 kB | 24/45 kB | 2.5 kB | 5.8 kB Progress (5): 118/134 kB | 65/197 kB | 24/45 kB | 2.5 kB | 5.8 kB Progress (5): 118/134 kB | 65/197 kB | 28/45 kB | 2.5 kB | 5.8 kB Progress (5): 122/134 kB | 65/197 kB | 28/45 kB | 2.5 kB | 5.8 kB Progress (5): 122/134 kB | 66/197 kB | 28/45 kB | 2.5 kB | 5.8 kB Progress (5): 126/134 kB | 66/197 kB | 28/45 kB | 2.5 kB | 5.8 kB Progress (5): 126/134 kB | 66/197 kB | 32/45 kB | 2.5 kB | 5.8 kB Progress (5): 130/134 kB | 66/197 kB | 32/45 kB | 2.5 kB | 5.8 kB Progress (5): 130/134 kB | 70/197 kB | 32/45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 70/197 kB | 32/45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 70/197 kB | 33/45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 74/197 kB | 33/45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 74/197 kB | 37/45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 78/197 kB | 37/45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 78/197 kB | 41/45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 82/197 kB | 41/45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 82/197 kB | 45/45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 86/197 kB | 45/45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 86/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 90/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 94/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 98/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 98/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 102/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 106/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 110/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 114/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 118/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 122/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 126/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 130/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 131/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 135/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 139/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 143/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 147/197 kB | 45 kB | 2.5 kB | 5.8 kB Progress (5): 134 kB | 151/197 kB | 45 kB | 2.5 kB | 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 6.9 kB/s) Progress (4): 134 kB | 155/197 kB | 45 kB | 5.8 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Progress (4): 134 kB | 159/197 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 163/197 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 167/197 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 171/197 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 175/197 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 179/197 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 183/197 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 187/197 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 191/197 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 195/197 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 197 kB | 45 kB | 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 359 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 526 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 16 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar Progress (2): 45 kB | 4.1/357 kB Progress (2): 45 kB | 7.7/357 kB Progress (2): 45 kB | 12/357 kB Progress (2): 45 kB | 16/357 kB Progress (2): 45 kB | 20/357 kB Progress (2): 45 kB | 24/357 kB Progress (2): 45 kB | 28/357 kB Progress (2): 45 kB | 32/357 kB Progress (2): 45 kB | 33/357 kB Progress (2): 45 kB | 37/357 kB Progress (2): 45 kB | 41/357 kB Progress (2): 45 kB | 45/357 kB Progress (2): 45 kB | 49/357 kB Progress (2): 45 kB | 53/357 kB Progress (2): 45 kB | 57/357 kB Progress (2): 45 kB | 61/357 kB Progress (2): 45 kB | 65/357 kB Progress (2): 45 kB | 66/357 kB Progress (2): 45 kB | 70/357 kB Progress (2): 45 kB | 74/357 kB Progress (2): 45 kB | 78/357 kB Progress (2): 45 kB | 82/357 kB Progress (2): 45 kB | 86/357 kB Progress (2): 45 kB | 90/357 kB Progress (2): 45 kB | 94/357 kB Progress (2): 45 kB | 98/357 kB Progress (2): 45 kB | 98/357 kB Progress (2): 45 kB | 102/357 kB Progress (2): 45 kB | 106/357 kB Progress (2): 45 kB | 110/357 kB Progress (2): 45 kB | 114/357 kB Progress (2): 45 kB | 118/357 kB Progress (2): 45 kB | 122/357 kB Progress (2): 45 kB | 126/357 kB Progress (2): 45 kB | 130/357 kB Progress (2): 45 kB | 131/357 kB Progress (2): 45 kB | 135/357 kB Progress (2): 45 kB | 139/357 kB Progress (2): 45 kB | 143/357 kB Progress (3): 45 kB | 143/357 kB | 4.1/4.5 kB Progress (3): 45 kB | 147/357 kB | 4.1/4.5 kB Progress (3): 45 kB | 147/357 kB | 4.5 kB Progress (3): 45 kB | 151/357 kB | 4.5 kB Progress (3): 45 kB | 155/357 kB | 4.5 kB Progress (3): 45 kB | 159/357 kB | 4.5 kB Progress (3): 45 kB | 163/357 kB | 4.5 kB Progress (3): 45 kB | 164/357 kB | 4.5 kB Progress (3): 45 kB | 168/357 kB | 4.5 kB Progress (3): 45 kB | 172/357 kB | 4.5 kB Progress (3): 45 kB | 176/357 kB | 4.5 kB Progress (3): 45 kB | 180/357 kB | 4.5 kB Progress (4): 45 kB | 180/357 kB | 4.5 kB | 4.1/291 kB Progress (4): 45 kB | 184/357 kB | 4.5 kB | 4.1/291 kB Progress (4): 45 kB | 188/357 kB | 4.5 kB | 4.1/291 kB Progress (4): 45 kB | 192/357 kB | 4.5 kB | 4.1/291 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 116 kB/s) Progress (3): 196/357 kB | 4.5 kB | 4.1/291 kB Progress (4): 196/357 kB | 4.5 kB | 4.1/291 kB | 4.1/62 kB Progress (4): 200/357 kB | 4.5 kB | 4.1/291 kB | 4.1/62 kB Progress (4): 200/357 kB | 4.5 kB | 7.7/291 kB | 4.1/62 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar Progress (4): 200/357 kB | 4.5 kB | 12/291 kB | 4.1/62 kB Progress (4): 204/357 kB | 4.5 kB | 12/291 kB | 4.1/62 kB Progress (4): 204/357 kB | 4.5 kB | 12/291 kB | 7.7/62 kB Progress (4): 208/357 kB | 4.5 kB | 12/291 kB | 7.7/62 kB Progress (4): 208/357 kB | 4.5 kB | 12/291 kB | 12/62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 9.9 kB/s) Progress (3): 208/357 kB | 12/291 kB | 16/62 kB Progress (3): 212/357 kB | 12/291 kB | 16/62 kB Progress (3): 212/357 kB | 12/291 kB | 20/62 kB Progress (3): 212/357 kB | 16/291 kB | 20/62 kB Progress (3): 212/357 kB | 16/291 kB | 24/62 kB Progress (3): 216/357 kB | 16/291 kB | 24/62 kB Progress (3): 216/357 kB | 16/291 kB | 28/62 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar Progress (3): 216/357 kB | 16/291 kB | 32/62 kB Progress (3): 220/357 kB | 16/291 kB | 32/62 kB Progress (3): 220/357 kB | 20/291 kB | 32/62 kB Progress (3): 224/357 kB | 20/291 kB | 32/62 kB Progress (3): 224/357 kB | 20/291 kB | 33/62 kB Progress (3): 228/357 kB | 20/291 kB | 33/62 kB Progress (3): 228/357 kB | 20/291 kB | 37/62 kB Progress (3): 228/357 kB | 24/291 kB | 37/62 kB Progress (3): 228/357 kB | 24/291 kB | 41/62 kB Progress (3): 232/357 kB | 24/291 kB | 41/62 kB Progress (3): 232/357 kB | 28/291 kB | 41/62 kB Progress (3): 236/357 kB | 28/291 kB | 41/62 kB Progress (3): 236/357 kB | 28/291 kB | 45/62 kB Progress (3): 236/357 kB | 32/291 kB | 45/62 kB Progress (3): 236/357 kB | 32/291 kB | 49/62 kB Progress (3): 240/357 kB | 32/291 kB | 49/62 kB Progress (3): 240/357 kB | 36/291 kB | 49/62 kB Progress (3): 244/357 kB | 36/291 kB | 49/62 kB Progress (3): 244/357 kB | 36/291 kB | 53/62 kB Progress (3): 244/357 kB | 40/291 kB | 53/62 kB Progress (3): 244/357 kB | 40/291 kB | 57/62 kB Progress (3): 248/357 kB | 40/291 kB | 57/62 kB Progress (3): 248/357 kB | 44/291 kB | 57/62 kB Progress (3): 252/357 kB | 44/291 kB | 57/62 kB Progress (3): 252/357 kB | 48/291 kB | 57/62 kB Progress (3): 256/357 kB | 48/291 kB | 57/62 kB Progress (3): 260/357 kB | 48/291 kB | 57/62 kB Progress (3): 260/357 kB | 52/291 kB | 57/62 kB Progress (3): 264/357 kB | 52/291 kB | 57/62 kB Progress (3): 264/357 kB | 56/291 kB | 57/62 kB Progress (3): 268/357 kB | 56/291 kB | 57/62 kB Progress (3): 268/357 kB | 60/291 kB | 57/62 kB Progress (3): 272/357 kB | 60/291 kB | 57/62 kB Progress (3): 272/357 kB | 64/291 kB | 57/62 kB Progress (3): 276/357 kB | 64/291 kB | 57/62 kB Progress (3): 276/357 kB | 68/291 kB | 57/62 kB Progress (3): 280/357 kB | 68/291 kB | 57/62 kB Progress (3): 280/357 kB | 72/291 kB | 57/62 kB Progress (3): 284/357 kB | 72/291 kB | 57/62 kB Progress (3): 284/357 kB | 76/291 kB | 57/62 kB Progress (3): 288/357 kB | 76/291 kB | 57/62 kB Progress (3): 288/357 kB | 80/291 kB | 57/62 kB Progress (3): 292/357 kB | 80/291 kB | 57/62 kB Progress (3): 292/357 kB | 84/291 kB | 57/62 kB Progress (3): 296/357 kB | 84/291 kB | 57/62 kB Progress (3): 296/357 kB | 88/291 kB | 57/62 kB Progress (3): 300/357 kB | 88/291 kB | 57/62 kB Progress (3): 300/357 kB | 92/291 kB | 57/62 kB Progress (3): 304/357 kB | 92/291 kB | 57/62 kB Progress (3): 304/357 kB | 96/291 kB | 57/62 kB Progress (3): 308/357 kB | 96/291 kB | 57/62 kB Progress (3): 308/357 kB | 100/291 kB | 57/62 kB Progress (3): 312/357 kB | 100/291 kB | 57/62 kB Progress (3): 312/357 kB | 104/291 kB | 57/62 kB Progress (4): 312/357 kB | 104/291 kB | 57/62 kB | 4.1/239 kB Progress (4): 316/357 kB | 104/291 kB | 57/62 kB | 4.1/239 kB Progress (4): 316/357 kB | 104/291 kB | 57/62 kB | 7.7/239 kB Progress (4): 316/357 kB | 108/291 kB | 57/62 kB | 7.7/239 kB Progress (4): 316/357 kB | 108/291 kB | 57/62 kB | 12/239 kB Progress (4): 320/357 kB | 108/291 kB | 57/62 kB | 12/239 kB Progress (4): 320/357 kB | 108/291 kB | 57/62 kB | 16/239 kB Progress (4): 320/357 kB | 112/291 kB | 57/62 kB | 16/239 kB Progress (4): 320/357 kB | 112/291 kB | 57/62 kB | 20/239 kB Progress (4): 324/357 kB | 112/291 kB | 57/62 kB | 20/239 kB Progress (4): 324/357 kB | 116/291 kB | 57/62 kB | 20/239 kB Progress (4): 324/357 kB | 116/291 kB | 57/62 kB | 24/239 kB Progress (4): 324/357 kB | 120/291 kB | 57/62 kB | 24/239 kB Progress (4): 328/357 kB | 120/291 kB | 57/62 kB | 24/239 kB Progress (4): 328/357 kB | 120/291 kB | 57/62 kB | 28/239 kB Progress (4): 328/357 kB | 124/291 kB | 57/62 kB | 28/239 kB Progress (4): 332/357 kB | 124/291 kB | 57/62 kB | 28/239 kB Progress (4): 332/357 kB | 128/291 kB | 57/62 kB | 28/239 kB Progress (4): 332/357 kB | 128/291 kB | 57/62 kB | 32/239 kB Progress (4): 336/357 kB | 128/291 kB | 57/62 kB | 32/239 kB Progress (4): 336/357 kB | 132/291 kB | 57/62 kB | 32/239 kB Progress (4): 336/357 kB | 132/291 kB | 57/62 kB | 33/239 kB Progress (4): 336/357 kB | 136/291 kB | 57/62 kB | 33/239 kB Progress (4): 340/357 kB | 136/291 kB | 57/62 kB | 33/239 kB Progress (4): 340/357 kB | 136/291 kB | 57/62 kB | 37/239 kB Progress (4): 344/357 kB | 136/291 kB | 57/62 kB | 37/239 kB Progress (4): 344/357 kB | 140/291 kB | 57/62 kB | 37/239 kB Progress (4): 348/357 kB | 140/291 kB | 57/62 kB | 37/239 kB Progress (4): 348/357 kB | 140/291 kB | 57/62 kB | 41/239 kB Progress (4): 352/357 kB | 140/291 kB | 57/62 kB | 41/239 kB Progress (4): 352/357 kB | 144/291 kB | 57/62 kB | 41/239 kB Progress (4): 356/357 kB | 144/291 kB | 57/62 kB | 41/239 kB Progress (4): 356/357 kB | 144/291 kB | 57/62 kB | 45/239 kB Progress (4): 357 kB | 144/291 kB | 57/62 kB | 45/239 kB Progress (4): 357 kB | 148/291 kB | 57/62 kB | 45/239 kB Progress (4): 357 kB | 148/291 kB | 57/62 kB | 49/239 kB Progress (4): 357 kB | 152/291 kB | 57/62 kB | 49/239 kB Progress (4): 357 kB | 152/291 kB | 57/62 kB | 53/239 kB Progress (4): 357 kB | 152/291 kB | 57/62 kB | 57/239 kB Progress (4): 357 kB | 156/291 kB | 57/62 kB | 57/239 kB Progress (4): 357 kB | 156/291 kB | 57/62 kB | 61/239 kB Progress (4): 357 kB | 160/291 kB | 57/62 kB | 61/239 kB Progress (4): 357 kB | 160/291 kB | 57/62 kB | 65/239 kB Progress (4): 357 kB | 164/291 kB | 57/62 kB | 65/239 kB Progress (4): 357 kB | 164/291 kB | 57/62 kB | 66/239 kB Progress (4): 357 kB | 168/291 kB | 57/62 kB | 66/239 kB Progress (4): 357 kB | 168/291 kB | 57/62 kB | 70/239 kB Progress (4): 357 kB | 168/291 kB | 57/62 kB | 74/239 kB Progress (4): 357 kB | 172/291 kB | 57/62 kB | 74/239 kB Progress (4): 357 kB | 172/291 kB | 57/62 kB | 78/239 kB Progress (4): 357 kB | 176/291 kB | 57/62 kB | 78/239 kB Progress (4): 357 kB | 176/291 kB | 57/62 kB | 82/239 kB Progress (4): 357 kB | 180/291 kB | 57/62 kB | 82/239 kB Progress (4): 357 kB | 180/291 kB | 57/62 kB | 86/239 kB Progress (4): 357 kB | 184/291 kB | 57/62 kB | 86/239 kB Progress (4): 357 kB | 184/291 kB | 57/62 kB | 90/239 kB Progress (4): 357 kB | 188/291 kB | 57/62 kB | 90/239 kB Progress (4): 357 kB | 188/291 kB | 57/62 kB | 94/239 kB Progress (4): 357 kB | 192/291 kB | 57/62 kB | 94/239 kB Progress (4): 357 kB | 192/291 kB | 57/62 kB | 98/239 kB Progress (4): 357 kB | 192/291 kB | 57/62 kB | 98/239 kB Progress (4): 357 kB | 196/291 kB | 57/62 kB | 98/239 kB Progress (4): 357 kB | 196/291 kB | 57/62 kB | 102/239 kB Progress (4): 357 kB | 200/291 kB | 57/62 kB | 102/239 kB Progress (4): 357 kB | 200/291 kB | 57/62 kB | 106/239 kB Progress (4): 357 kB | 204/291 kB | 57/62 kB | 106/239 kB Progress (4): 357 kB | 204/291 kB | 57/62 kB | 110/239 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 752 kB/s) Progress (3): 208/291 kB | 57/62 kB | 110/239 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar Progress (3): 208/291 kB | 57/62 kB | 114/239 kB Progress (3): 212/291 kB | 57/62 kB | 114/239 kB Progress (3): 212/291 kB | 57/62 kB | 118/239 kB Progress (3): 216/291 kB | 57/62 kB | 118/239 kB Progress (3): 216/291 kB | 57/62 kB | 122/239 kB Progress (3): 220/291 kB | 57/62 kB | 122/239 kB Progress (3): 220/291 kB | 57/62 kB | 126/239 kB Progress (3): 224/291 kB | 57/62 kB | 126/239 kB Progress (3): 224/291 kB | 57/62 kB | 130/239 kB Progress (3): 224/291 kB | 57/62 kB | 131/239 kB Progress (3): 228/291 kB | 57/62 kB | 131/239 kB Progress (3): 228/291 kB | 57/62 kB | 135/239 kB Progress (3): 232/291 kB | 57/62 kB | 135/239 kB Progress (3): 232/291 kB | 57/62 kB | 139/239 kB Progress (3): 236/291 kB | 57/62 kB | 139/239 kB Progress (3): 236/291 kB | 57/62 kB | 143/239 kB Progress (3): 240/291 kB | 57/62 kB | 143/239 kB Progress (3): 240/291 kB | 57/62 kB | 147/239 kB Progress (3): 244/291 kB | 57/62 kB | 147/239 kB Progress (3): 244/291 kB | 57/62 kB | 151/239 kB Progress (3): 248/291 kB | 57/62 kB | 151/239 kB Progress (3): 248/291 kB | 57/62 kB | 155/239 kB Progress (3): 252/291 kB | 57/62 kB | 155/239 kB Progress (3): 252/291 kB | 57/62 kB | 159/239 kB Progress (3): 256/291 kB | 57/62 kB | 159/239 kB Progress (3): 256/291 kB | 57/62 kB | 163/239 kB Progress (3): 256/291 kB | 57/62 kB | 164/239 kB Progress (3): 260/291 kB | 57/62 kB | 164/239 kB Progress (3): 260/291 kB | 57/62 kB | 168/239 kB Progress (3): 264/291 kB | 57/62 kB | 168/239 kB Progress (3): 264/291 kB | 57/62 kB | 172/239 kB Progress (3): 268/291 kB | 57/62 kB | 172/239 kB Progress (3): 268/291 kB | 57/62 kB | 176/239 kB Progress (3): 272/291 kB | 57/62 kB | 176/239 kB Progress (3): 272/291 kB | 57/62 kB | 180/239 kB Progress (3): 276/291 kB | 57/62 kB | 180/239 kB Progress (3): 276/291 kB | 57/62 kB | 184/239 kB Progress (3): 280/291 kB | 57/62 kB | 184/239 kB Progress (3): 280/291 kB | 57/62 kB | 188/239 kB Progress (3): 284/291 kB | 57/62 kB | 188/239 kB Progress (3): 284/291 kB | 57/62 kB | 192/239 kB Progress (3): 288/291 kB | 57/62 kB | 192/239 kB Progress (3): 288/291 kB | 57/62 kB | 196/239 kB Progress (3): 288/291 kB | 57/62 kB | 197/239 kB Progress (3): 291 kB | 57/62 kB | 197/239 kB Progress (3): 291 kB | 57/62 kB | 201/239 kB Progress (3): 291 kB | 57/62 kB | 205/239 kB Progress (3): 291 kB | 57/62 kB | 209/239 kB Progress (3): 291 kB | 57/62 kB | 213/239 kB Progress (3): 291 kB | 57/62 kB | 217/239 kB Progress (3): 291 kB | 57/62 kB | 221/239 kB Progress (3): 291 kB | 57/62 kB | 225/239 kB Progress (3): 291 kB | 57/62 kB | 229/239 kB Progress (3): 291 kB | 57/62 kB | 233/239 kB Progress (3): 291 kB | 57/62 kB | 237/239 kB Progress (3): 291 kB | 57/62 kB | 239 kB Progress (4): 291 kB | 57/62 kB | 239 kB | 4.1/50 kB Progress (4): 291 kB | 57/62 kB | 239 kB | 7.7/50 kB Progress (4): 291 kB | 57/62 kB | 239 kB | 12/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 533 kB/s) Progress (4): 57/62 kB | 239 kB | 12/50 kB | 4.1/45 kB Progress (4): 57/62 kB | 239 kB | 16/50 kB | 4.1/45 kB Progress (4): 57/62 kB | 239 kB | 16/50 kB | 7.7/45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar Progress (4): 57/62 kB | 239 kB | 16/50 kB | 12/45 kB Progress (4): 57/62 kB | 239 kB | 20/50 kB | 12/45 kB Progress (4): 57/62 kB | 239 kB | 24/50 kB | 12/45 kB Progress (4): 57/62 kB | 239 kB | 24/50 kB | 16/45 kB Progress (4): 57/62 kB | 239 kB | 28/50 kB | 16/45 kB Progress (4): 57/62 kB | 239 kB | 28/50 kB | 20/45 kB Progress (4): 57/62 kB | 239 kB | 32/50 kB | 20/45 kB Progress (4): 57/62 kB | 239 kB | 32/50 kB | 24/45 kB Progress (4): 57/62 kB | 239 kB | 36/50 kB | 24/45 kB Progress (4): 57/62 kB | 239 kB | 36/50 kB | 28/45 kB Progress (4): 57/62 kB | 239 kB | 36/50 kB | 32/45 kB Progress (4): 57/62 kB | 239 kB | 36/50 kB | 33/45 kB Progress (4): 57/62 kB | 239 kB | 40/50 kB | 33/45 kB Progress (4): 57/62 kB | 239 kB | 40/50 kB | 37/45 kB Progress (4): 57/62 kB | 239 kB | 40/50 kB | 41/45 kB Progress (4): 57/62 kB | 239 kB | 44/50 kB | 41/45 kB Progress (4): 57/62 kB | 239 kB | 44/50 kB | 45/45 kB Progress (4): 57/62 kB | 239 kB | 48/50 kB | 45/45 kB Progress (4): 57/62 kB | 239 kB | 48/50 kB | 45 kB Progress (4): 57/62 kB | 239 kB | 50 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 427 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 89 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 80 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar Progress (2): 57/62 kB | 4.1/409 kB Progress (2): 57/62 kB | 7.7/409 kB Progress (2): 57/62 kB | 12/409 kB Progress (2): 57/62 kB | 16/409 kB Progress (2): 57/62 kB | 20/409 kB Progress (2): 57/62 kB | 24/409 kB Progress (2): 57/62 kB | 28/409 kB Progress (2): 57/62 kB | 32/409 kB Progress (2): 57/62 kB | 33/409 kB Progress (2): 57/62 kB | 37/409 kB Progress (2): 57/62 kB | 41/409 kB Progress (2): 57/62 kB | 45/409 kB Progress (2): 57/62 kB | 49/409 kB Progress (2): 57/62 kB | 53/409 kB Progress (2): 57/62 kB | 57/409 kB Progress (2): 57/62 kB | 61/409 kB Progress (2): 57/62 kB | 65/409 kB Progress (2): 57/62 kB | 66/409 kB Progress (2): 57/62 kB | 70/409 kB Progress (2): 57/62 kB | 74/409 kB Progress (2): 57/62 kB | 78/409 kB Progress (2): 57/62 kB | 82/409 kB Progress (2): 57/62 kB | 86/409 kB Progress (2): 57/62 kB | 90/409 kB Progress (2): 57/62 kB | 94/409 kB Progress (2): 57/62 kB | 98/409 kB Progress (2): 57/62 kB | 98/409 kB Progress (2): 57/62 kB | 102/409 kB Progress (2): 57/62 kB | 106/409 kB Progress (2): 57/62 kB | 110/409 kB Progress (2): 57/62 kB | 114/409 kB Progress (2): 57/62 kB | 118/409 kB Progress (2): 57/62 kB | 122/409 kB Progress (2): 57/62 kB | 126/409 kB Progress (2): 57/62 kB | 130/409 kB Progress (2): 57/62 kB | 131/409 kB Progress (2): 57/62 kB | 135/409 kB Progress (2): 57/62 kB | 139/409 kB Progress (2): 57/62 kB | 143/409 kB Progress (2): 57/62 kB | 147/409 kB Progress (2): 57/62 kB | 151/409 kB Progress (2): 57/62 kB | 155/409 kB Progress (2): 57/62 kB | 159/409 kB Progress (2): 57/62 kB | 163/409 kB Progress (2): 57/62 kB | 164/409 kB Progress (2): 57/62 kB | 168/409 kB Progress (2): 57/62 kB | 172/409 kB Progress (2): 57/62 kB | 176/409 kB Progress (2): 57/62 kB | 180/409 kB Progress (2): 57/62 kB | 184/409 kB Progress (2): 57/62 kB | 188/409 kB Progress (2): 57/62 kB | 192/409 kB Progress (2): 57/62 kB | 196/409 kB Progress (3): 57/62 kB | 196/409 kB | 0/2.3 MB Progress (3): 57/62 kB | 200/409 kB | 0/2.3 MB Progress (3): 57/62 kB | 200/409 kB | 0/2.3 MB Progress (3): 57/62 kB | 200/409 kB | 0/2.3 MB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 4.1/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 7.7/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 12/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 16/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 20/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 24/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 28/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 32/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 33/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 37/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 41/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 45/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 49/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 53/327 kB Progress (4): 57/62 kB | 200/409 kB | 0/2.3 MB | 57/327 kB Progress (4): 57/62 kB | 204/409 kB | 0/2.3 MB | 57/327 kB Progress (4): 57/62 kB | 204/409 kB | 0/2.3 MB | 61/327 kB Progress (5): 57/62 kB | 204/409 kB | 0/2.3 MB | 61/327 kB | 4.1/733 kB Progress (5): 57/62 kB | 204/409 kB | 0/2.3 MB | 61/327 kB | 4.1/733 kB Progress (5): 57/62 kB | 204/409 kB | 0/2.3 MB | 61/327 kB | 7.7/733 kB Progress (5): 57/62 kB | 208/409 kB | 0/2.3 MB | 61/327 kB | 7.7/733 kB Progress (5): 57/62 kB | 208/409 kB | 0/2.3 MB | 65/327 kB | 7.7/733 kB Progress (5): 57/62 kB | 212/409 kB | 0/2.3 MB | 65/327 kB | 7.7/733 kB Progress (5): 57/62 kB | 212/409 kB | 0/2.3 MB | 65/327 kB | 12/733 kB Progress (5): 57/62 kB | 212/409 kB | 0/2.3 MB | 65/327 kB | 12/733 kB Progress (5): 57/62 kB | 212/409 kB | 0/2.3 MB | 65/327 kB | 16/733 kB Progress (5): 57/62 kB | 216/409 kB | 0/2.3 MB | 65/327 kB | 16/733 kB Progress (5): 57/62 kB | 216/409 kB | 0/2.3 MB | 66/327 kB | 16/733 kB Progress (5): 57/62 kB | 220/409 kB | 0/2.3 MB | 66/327 kB | 16/733 kB Progress (5): 57/62 kB | 220/409 kB | 0/2.3 MB | 70/327 kB | 16/733 kB Progress (5): 57/62 kB | 220/409 kB | 0/2.3 MB | 70/327 kB | 20/733 kB Progress (5): 57/62 kB | 220/409 kB | 0/2.3 MB | 70/327 kB | 20/733 kB Progress (5): 57/62 kB | 220/409 kB | 0/2.3 MB | 70/327 kB | 24/733 kB Progress (5): 57/62 kB | 220/409 kB | 0/2.3 MB | 74/327 kB | 24/733 kB Progress (5): 57/62 kB | 224/409 kB | 0/2.3 MB | 74/327 kB | 24/733 kB Progress (5): 57/62 kB | 224/409 kB | 0/2.3 MB | 78/327 kB | 24/733 kB Progress (5): 57/62 kB | 224/409 kB | 0/2.3 MB | 78/327 kB | 28/733 kB Progress (5): 57/62 kB | 224/409 kB | 0/2.3 MB | 78/327 kB | 28/733 kB Progress (5): 57/62 kB | 224/409 kB | 0/2.3 MB | 78/327 kB | 32/733 kB Progress (5): 57/62 kB | 224/409 kB | 0/2.3 MB | 82/327 kB | 32/733 kB Progress (5): 57/62 kB | 228/409 kB | 0/2.3 MB | 82/327 kB | 32/733 kB Progress (5): 57/62 kB | 228/409 kB | 0/2.3 MB | 82/327 kB | 33/733 kB Progress (5): 57/62 kB | 228/409 kB | 0/2.3 MB | 82/327 kB | 33/733 kB Progress (5): 57/62 kB | 232/409 kB | 0/2.3 MB | 82/327 kB | 33/733 kB Progress (5): 57/62 kB | 232/409 kB | 0/2.3 MB | 86/327 kB | 33/733 kB Progress (5): 57/62 kB | 236/409 kB | 0/2.3 MB | 86/327 kB | 33/733 kB Progress (5): 57/62 kB | 236/409 kB | 0/2.3 MB | 86/327 kB | 33/733 kB Progress (5): 57/62 kB | 240/409 kB | 0/2.3 MB | 86/327 kB | 33/733 kB Progress (5): 57/62 kB | 240/409 kB | 0/2.3 MB | 86/327 kB | 33/733 kB Progress (5): 57/62 kB | 240/409 kB | 0/2.3 MB | 86/327 kB | 37/733 kB Progress (5): 57/62 kB | 240/409 kB | 0/2.3 MB | 86/327 kB | 37/733 kB Progress (5): 57/62 kB | 244/409 kB | 0/2.3 MB | 86/327 kB | 37/733 kB Progress (5): 57/62 kB | 244/409 kB | 0/2.3 MB | 90/327 kB | 37/733 kB Progress (5): 57/62 kB | 248/409 kB | 0/2.3 MB | 90/327 kB | 37/733 kB Progress (5): 57/62 kB | 248/409 kB | 0/2.3 MB | 90/327 kB | 37/733 kB Progress (5): 57/62 kB | 248/409 kB | 0/2.3 MB | 90/327 kB | 41/733 kB Progress (5): 57/62 kB | 248/409 kB | 0/2.3 MB | 90/327 kB | 41/733 kB Progress (5): 57/62 kB | 252/409 kB | 0/2.3 MB | 90/327 kB | 41/733 kB Progress (5): 57/62 kB | 252/409 kB | 0/2.3 MB | 94/327 kB | 41/733 kB Progress (5): 57/62 kB | 256/409 kB | 0/2.3 MB | 94/327 kB | 41/733 kB Progress (5): 57/62 kB | 256/409 kB | 0.1/2.3 MB | 94/327 kB | 41/733 kB Progress (5): 57/62 kB | 256/409 kB | 0.1/2.3 MB | 94/327 kB | 45/733 kB Progress (5): 57/62 kB | 256/409 kB | 0.1/2.3 MB | 94/327 kB | 45/733 kB Progress (5): 57/62 kB | 260/409 kB | 0.1/2.3 MB | 94/327 kB | 45/733 kB Progress (5): 57/62 kB | 260/409 kB | 0.1/2.3 MB | 98/327 kB | 45/733 kB Progress (5): 57/62 kB | 264/409 kB | 0.1/2.3 MB | 98/327 kB | 45/733 kB Progress (5): 57/62 kB | 264/409 kB | 0.1/2.3 MB | 98/327 kB | 45/733 kB Progress (5): 57/62 kB | 264/409 kB | 0.1/2.3 MB | 98/327 kB | 49/733 kB Progress (5): 57/62 kB | 264/409 kB | 0.1/2.3 MB | 98/327 kB | 49/733 kB Progress (5): 57/62 kB | 268/409 kB | 0.1/2.3 MB | 98/327 kB | 49/733 kB Progress (5): 57/62 kB | 268/409 kB | 0.1/2.3 MB | 98/327 kB | 49/733 kB Progress (5): 57/62 kB | 272/409 kB | 0.1/2.3 MB | 98/327 kB | 49/733 kB Progress (5): 57/62 kB | 272/409 kB | 0.1/2.3 MB | 98/327 kB | 49/733 kB Progress (5): 57/62 kB | 272/409 kB | 0.1/2.3 MB | 98/327 kB | 53/733 kB Progress (5): 57/62 kB | 272/409 kB | 0.1/2.3 MB | 98/327 kB | 53/733 kB Progress (5): 57/62 kB | 276/409 kB | 0.1/2.3 MB | 98/327 kB | 53/733 kB Progress (5): 57/62 kB | 276/409 kB | 0.1/2.3 MB | 102/327 kB | 53/733 kB Progress (5): 57/62 kB | 280/409 kB | 0.1/2.3 MB | 102/327 kB | 53/733 kB Progress (5): 57/62 kB | 280/409 kB | 0.1/2.3 MB | 102/327 kB | 53/733 kB Progress (5): 57/62 kB | 280/409 kB | 0.1/2.3 MB | 102/327 kB | 57/733 kB Progress (5): 57/62 kB | 280/409 kB | 0.1/2.3 MB | 102/327 kB | 57/733 kB Progress (5): 57/62 kB | 284/409 kB | 0.1/2.3 MB | 102/327 kB | 57/733 kB Progress (5): 57/62 kB | 284/409 kB | 0.1/2.3 MB | 106/327 kB | 57/733 kB Progress (5): 57/62 kB | 288/409 kB | 0.1/2.3 MB | 106/327 kB | 57/733 kB Progress (5): 57/62 kB | 288/409 kB | 0.1/2.3 MB | 106/327 kB | 57/733 kB Progress (5): 57/62 kB | 288/409 kB | 0.1/2.3 MB | 106/327 kB | 61/733 kB Progress (5): 57/62 kB | 288/409 kB | 0.1/2.3 MB | 106/327 kB | 61/733 kB Progress (5): 57/62 kB | 292/409 kB | 0.1/2.3 MB | 106/327 kB | 61/733 kB Progress (5): 57/62 kB | 292/409 kB | 0.1/2.3 MB | 110/327 kB | 61/733 kB Progress (5): 57/62 kB | 296/409 kB | 0.1/2.3 MB | 110/327 kB | 61/733 kB Progress (5): 57/62 kB | 296/409 kB | 0.1/2.3 MB | 110/327 kB | 61/733 kB Progress (5): 57/62 kB | 296/409 kB | 0.1/2.3 MB | 110/327 kB | 65/733 kB Progress (5): 57/62 kB | 296/409 kB | 0.1/2.3 MB | 110/327 kB | 65/733 kB Progress (5): 57/62 kB | 300/409 kB | 0.1/2.3 MB | 110/327 kB | 65/733 kB Progress (5): 57/62 kB | 300/409 kB | 0.1/2.3 MB | 114/327 kB | 65/733 kB Progress (5): 57/62 kB | 304/409 kB | 0.1/2.3 MB | 114/327 kB | 65/733 kB Progress (5): 57/62 kB | 304/409 kB | 0.1/2.3 MB | 114/327 kB | 65/733 kB Progress (5): 57/62 kB | 304/409 kB | 0.1/2.3 MB | 114/327 kB | 66/733 kB Progress (5): 57/62 kB | 304/409 kB | 0.1/2.3 MB | 114/327 kB | 66/733 kB Progress (5): 57/62 kB | 308/409 kB | 0.1/2.3 MB | 114/327 kB | 66/733 kB Progress (5): 57/62 kB | 308/409 kB | 0.1/2.3 MB | 118/327 kB | 66/733 kB Progress (5): 57/62 kB | 312/409 kB | 0.1/2.3 MB | 118/327 kB | 66/733 kB Progress (5): 57/62 kB | 312/409 kB | 0.1/2.3 MB | 118/327 kB | 66/733 kB Progress (5): 57/62 kB | 312/409 kB | 0.1/2.3 MB | 118/327 kB | 66/733 kB Progress (5): 57/62 kB | 312/409 kB | 0.1/2.3 MB | 118/327 kB | 66/733 kB Progress (5): 57/62 kB | 312/409 kB | 0.1/2.3 MB | 118/327 kB | 70/733 kB Progress (5): 57/62 kB | 312/409 kB | 0.1/2.3 MB | 118/327 kB | 70/733 kB Progress (5): 57/62 kB | 316/409 kB | 0.1/2.3 MB | 118/327 kB | 70/733 kB Progress (5): 57/62 kB | 316/409 kB | 0.1/2.3 MB | 122/327 kB | 70/733 kB Progress (5): 57/62 kB | 320/409 kB | 0.1/2.3 MB | 122/327 kB | 70/733 kB Progress (5): 57/62 kB | 320/409 kB | 0.1/2.3 MB | 122/327 kB | 70/733 kB Progress (5): 57/62 kB | 320/409 kB | 0.1/2.3 MB | 122/327 kB | 74/733 kB Progress (5): 57/62 kB | 320/409 kB | 0.1/2.3 MB | 122/327 kB | 74/733 kB Progress (5): 57/62 kB | 320/409 kB | 0.1/2.3 MB | 126/327 kB | 74/733 kB Progress (5): 57/62 kB | 324/409 kB | 0.1/2.3 MB | 126/327 kB | 74/733 kB Progress (5): 57/62 kB | 324/409 kB | 0.1/2.3 MB | 130/327 kB | 74/733 kB Progress (5): 57/62 kB | 324/409 kB | 0.1/2.3 MB | 130/327 kB | 74/733 kB Progress (5): 57/62 kB | 324/409 kB | 0.1/2.3 MB | 130/327 kB | 78/733 kB Progress (5): 57/62 kB | 324/409 kB | 0.1/2.3 MB | 130/327 kB | 78/733 kB Progress (5): 57/62 kB | 324/409 kB | 0.1/2.3 MB | 131/327 kB | 78/733 kB Progress (5): 57/62 kB | 328/409 kB | 0.1/2.3 MB | 131/327 kB | 78/733 kB Progress (5): 57/62 kB | 328/409 kB | 0.1/2.3 MB | 131/327 kB | 78/733 kB Progress (5): 57/62 kB | 328/409 kB | 0.1/2.3 MB | 131/327 kB | 82/733 kB Progress (5): 57/62 kB | 328/409 kB | 0.1/2.3 MB | 131/327 kB | 82/733 kB Progress (5): 57/62 kB | 328/409 kB | 0.1/2.3 MB | 131/327 kB | 86/733 kB Progress (5): 57/62 kB | 332/409 kB | 0.1/2.3 MB | 131/327 kB | 86/733 kB Progress (5): 57/62 kB | 332/409 kB | 0.1/2.3 MB | 135/327 kB | 86/733 kB Progress (5): 57/62 kB | 336/409 kB | 0.1/2.3 MB | 135/327 kB | 86/733 kB Progress (5): 57/62 kB | 336/409 kB | 0.1/2.3 MB | 135/327 kB | 90/733 kB Progress (5): 57/62 kB | 336/409 kB | 0.1/2.3 MB | 135/327 kB | 90/733 kB Progress (5): 57/62 kB | 340/409 kB | 0.1/2.3 MB | 135/327 kB | 90/733 kB Progress (5): 57/62 kB | 340/409 kB | 0.1/2.3 MB | 139/327 kB | 90/733 kB Progress (5): 57/62 kB | 344/409 kB | 0.1/2.3 MB | 139/327 kB | 90/733 kB Progress (5): 57/62 kB | 344/409 kB | 0.1/2.3 MB | 139/327 kB | 90/733 kB Progress (5): 57/62 kB | 344/409 kB | 0.1/2.3 MB | 139/327 kB | 94/733 kB Progress (5): 57/62 kB | 344/409 kB | 0.1/2.3 MB | 139/327 kB | 94/733 kB Progress (5): 57/62 kB | 348/409 kB | 0.1/2.3 MB | 139/327 kB | 94/733 kB Progress (5): 57/62 kB | 348/409 kB | 0.1/2.3 MB | 143/327 kB | 94/733 kB Progress (5): 57/62 kB | 352/409 kB | 0.1/2.3 MB | 143/327 kB | 94/733 kB Progress (5): 57/62 kB | 352/409 kB | 0.2/2.3 MB | 143/327 kB | 94/733 kB Progress (5): 57/62 kB | 352/409 kB | 0.2/2.3 MB | 143/327 kB | 98/733 kB Progress (5): 57/62 kB | 352/409 kB | 0.2/2.3 MB | 143/327 kB | 98/733 kB Progress (5): 57/62 kB | 356/409 kB | 0.2/2.3 MB | 143/327 kB | 98/733 kB Progress (5): 57/62 kB | 356/409 kB | 0.2/2.3 MB | 147/327 kB | 98/733 kB Progress (5): 57/62 kB | 360/409 kB | 0.2/2.3 MB | 147/327 kB | 98/733 kB Progress (5): 57/62 kB | 360/409 kB | 0.2/2.3 MB | 147/327 kB | 98/733 kB Progress (5): 57/62 kB | 360/409 kB | 0.2/2.3 MB | 147/327 kB | 98/733 kB Progress (5): 57/62 kB | 360/409 kB | 0.2/2.3 MB | 147/327 kB | 98/733 kB Progress (5): 57/62 kB | 360/409 kB | 0.2/2.3 MB | 147/327 kB | 102/733 kB Progress (5): 57/62 kB | 364/409 kB | 0.2/2.3 MB | 147/327 kB | 102/733 kB Progress (5): 57/62 kB | 364/409 kB | 0.2/2.3 MB | 151/327 kB | 102/733 kB Progress (5): 57/62 kB | 368/409 kB | 0.2/2.3 MB | 151/327 kB | 102/733 kB Progress (5): 57/62 kB | 368/409 kB | 0.2/2.3 MB | 151/327 kB | 106/733 kB Progress (5): 57/62 kB | 368/409 kB | 0.2/2.3 MB | 151/327 kB | 106/733 kB Progress (5): 57/62 kB | 368/409 kB | 0.2/2.3 MB | 151/327 kB | 110/733 kB Progress (5): 57/62 kB | 372/409 kB | 0.2/2.3 MB | 151/327 kB | 110/733 kB Progress (5): 57/62 kB | 372/409 kB | 0.2/2.3 MB | 155/327 kB | 110/733 kB Progress (5): 57/62 kB | 376/409 kB | 0.2/2.3 MB | 155/327 kB | 110/733 kB Progress (5): 57/62 kB | 376/409 kB | 0.2/2.3 MB | 155/327 kB | 114/733 kB Progress (5): 57/62 kB | 376/409 kB | 0.2/2.3 MB | 155/327 kB | 114/733 kB Progress (5): 57/62 kB | 376/409 kB | 0.2/2.3 MB | 155/327 kB | 118/733 kB Progress (5): 57/62 kB | 380/409 kB | 0.2/2.3 MB | 155/327 kB | 118/733 kB Progress (5): 57/62 kB | 380/409 kB | 0.2/2.3 MB | 159/327 kB | 118/733 kB Progress (5): 57/62 kB | 384/409 kB | 0.2/2.3 MB | 159/327 kB | 118/733 kB Progress (5): 57/62 kB | 384/409 kB | 0.2/2.3 MB | 159/327 kB | 122/733 kB Progress (5): 57/62 kB | 384/409 kB | 0.2/2.3 MB | 159/327 kB | 122/733 kB Progress (5): 57/62 kB | 384/409 kB | 0.2/2.3 MB | 159/327 kB | 126/733 kB Progress (5): 57/62 kB | 388/409 kB | 0.2/2.3 MB | 159/327 kB | 126/733 kB Progress (5): 57/62 kB | 388/409 kB | 0.2/2.3 MB | 163/327 kB | 126/733 kB Progress (5): 57/62 kB | 392/409 kB | 0.2/2.3 MB | 163/327 kB | 126/733 kB Progress (5): 57/62 kB | 392/409 kB | 0.2/2.3 MB | 167/327 kB | 126/733 kB Progress (5): 57/62 kB | 392/409 kB | 0.2/2.3 MB | 167/327 kB | 130/733 kB Progress (5): 57/62 kB | 392/409 kB | 0.2/2.3 MB | 167/327 kB | 130/733 kB Progress (5): 57/62 kB | 392/409 kB | 0.2/2.3 MB | 167/327 kB | 134/733 kB Progress (5): 57/62 kB | 392/409 kB | 0.2/2.3 MB | 171/327 kB | 134/733 kB Progress (5): 57/62 kB | 396/409 kB | 0.2/2.3 MB | 171/327 kB | 134/733 kB Progress (5): 57/62 kB | 396/409 kB | 0.2/2.3 MB | 171/327 kB | 138/733 kB Progress (5): 57/62 kB | 396/409 kB | 0.2/2.3 MB | 171/327 kB | 138/733 kB Progress (5): 57/62 kB | 400/409 kB | 0.2/2.3 MB | 171/327 kB | 138/733 kB Progress (5): 57/62 kB | 400/409 kB | 0.2/2.3 MB | 175/327 kB | 138/733 kB Progress (5): 57/62 kB | 404/409 kB | 0.2/2.3 MB | 175/327 kB | 138/733 kB Progress (5): 57/62 kB | 404/409 kB | 0.2/2.3 MB | 175/327 kB | 138/733 kB Progress (5): 57/62 kB | 404/409 kB | 0.2/2.3 MB | 175/327 kB | 142/733 kB Progress (5): 57/62 kB | 404/409 kB | 0.2/2.3 MB | 175/327 kB | 142/733 kB Progress (5): 57/62 kB | 408/409 kB | 0.2/2.3 MB | 175/327 kB | 142/733 kB Progress (5): 57/62 kB | 408/409 kB | 0.2/2.3 MB | 179/327 kB | 142/733 kB Progress (5): 57/62 kB | 409 kB | 0.2/2.3 MB | 179/327 kB | 142/733 kB Progress (5): 57/62 kB | 409 kB | 0.2/2.3 MB | 179/327 kB | 142/733 kB Progress (5): 61/62 kB | 409 kB | 0.2/2.3 MB | 179/327 kB | 142/733 kB Progress (5): 61/62 kB | 409 kB | 0.2/2.3 MB | 179/327 kB | 146/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 179/327 kB | 146/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 179/327 kB | 146/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 183/327 kB | 146/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 183/327 kB | 146/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 183/327 kB | 150/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 183/327 kB | 150/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 187/327 kB | 150/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 187/327 kB | 150/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 187/327 kB | 154/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 187/327 kB | 154/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 191/327 kB | 154/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 191/327 kB | 154/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 191/327 kB | 158/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 191/327 kB | 158/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 195/327 kB | 158/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 195/327 kB | 158/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 195/327 kB | 162/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 199/327 kB | 162/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 199/327 kB | 162/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 203/327 kB | 162/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 203/327 kB | 166/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 203/327 kB | 166/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 203/327 kB | 170/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 207/327 kB | 170/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 207/327 kB | 174/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 207/327 kB | 174/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 207/327 kB | 178/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 211/327 kB | 178/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 211/327 kB | 182/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 211/327 kB | 182/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 215/327 kB | 182/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 215/327 kB | 186/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 219/327 kB | 186/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 219/327 kB | 186/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 223/327 kB | 186/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 223/327 kB | 190/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 227/327 kB | 190/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 227/327 kB | 190/733 kB Progress (5): 62 kB | 409 kB | 0.2/2.3 MB | 227/327 kB | 194/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 227/327 kB | 194/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 231/327 kB | 194/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 231/327 kB | 194/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 231/327 kB | 198/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 231/327 kB | 198/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 235/327 kB | 198/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 235/327 kB | 198/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 235/327 kB | 202/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 239/327 kB | 202/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 239/327 kB | 202/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 243/327 kB | 202/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 243/327 kB | 206/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 247/327 kB | 206/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 247/327 kB | 206/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 251/327 kB | 206/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 251/327 kB | 210/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 251/327 kB | 210/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 255/327 kB | 210/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 255/327 kB | 210/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 255/327 kB | 214/733 kB Progress (5): 62 kB | 409 kB | 0.3/2.3 MB | 255/327 kB | 214/733 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar (409 kB at 605 kB/s) Progress (4): 62 kB | 0.3/2.3 MB | 259/327 kB | 214/733 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Progress (4): 62 kB | 0.3/2.3 MB | 259/327 kB | 214/733 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 91 kB/s) Progress (3): 0.3/2.3 MB | 259/327 kB | 218/733 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar Progress (3): 0.3/2.3 MB | 259/327 kB | 218/733 kB Progress (3): 0.3/2.3 MB | 263/327 kB | 218/733 kB Progress (3): 0.3/2.3 MB | 263/327 kB | 218/733 kB Progress (3): 0.3/2.3 MB | 263/327 kB | 222/733 kB Progress (3): 0.3/2.3 MB | 263/327 kB | 222/733 kB Progress (3): 0.3/2.3 MB | 267/327 kB | 222/733 kB Progress (3): 0.3/2.3 MB | 267/327 kB | 222/733 kB Progress (3): 0.3/2.3 MB | 267/327 kB | 226/733 kB Progress (3): 0.3/2.3 MB | 271/327 kB | 226/733 kB Progress (3): 0.3/2.3 MB | 271/327 kB | 226/733 kB Progress (3): 0.3/2.3 MB | 275/327 kB | 226/733 kB Progress (3): 0.3/2.3 MB | 275/327 kB | 230/733 kB Progress (3): 0.3/2.3 MB | 275/327 kB | 230/733 kB Progress (3): 0.3/2.3 MB | 275/327 kB | 234/733 kB Progress (3): 0.3/2.3 MB | 279/327 kB | 234/733 kB Progress (3): 0.3/2.3 MB | 279/327 kB | 238/733 kB Progress (3): 0.3/2.3 MB | 279/327 kB | 238/733 kB Progress (3): 0.3/2.3 MB | 279/327 kB | 242/733 kB Progress (3): 0.3/2.3 MB | 283/327 kB | 242/733 kB Progress (3): 0.3/2.3 MB | 283/327 kB | 242/733 kB Progress (3): 0.3/2.3 MB | 283/327 kB | 246/733 kB Progress (3): 0.3/2.3 MB | 283/327 kB | 246/733 kB Progress (3): 0.3/2.3 MB | 287/327 kB | 246/733 kB Progress (3): 0.3/2.3 MB | 287/327 kB | 250/733 kB Progress (3): 0.3/2.3 MB | 287/327 kB | 250/733 kB Progress (3): 0.3/2.3 MB | 291/327 kB | 250/733 kB Progress (3): 0.3/2.3 MB | 291/327 kB | 250/733 kB Progress (3): 0.3/2.3 MB | 295/327 kB | 250/733 kB Progress (3): 0.3/2.3 MB | 295/327 kB | 254/733 kB Progress (3): 0.3/2.3 MB | 299/327 kB | 254/733 kB Progress (3): 0.3/2.3 MB | 299/327 kB | 258/733 kB Progress (3): 0.3/2.3 MB | 299/327 kB | 258/733 kB Progress (3): 0.3/2.3 MB | 299/327 kB | 262/733 kB Progress (3): 0.3/2.3 MB | 303/327 kB | 262/733 kB Progress (3): 0.3/2.3 MB | 303/327 kB | 266/733 kB Progress (3): 0.3/2.3 MB | 303/327 kB | 266/733 kB Progress (3): 0.3/2.3 MB | 303/327 kB | 270/733 kB Progress (3): 0.3/2.3 MB | 307/327 kB | 270/733 kB Progress (3): 0.3/2.3 MB | 307/327 kB | 270/733 kB Progress (3): 0.3/2.3 MB | 307/327 kB | 274/733 kB Progress (3): 0.3/2.3 MB | 307/327 kB | 274/733 kB Progress (3): 0.3/2.3 MB | 311/327 kB | 274/733 kB Progress (3): 0.3/2.3 MB | 311/327 kB | 278/733 kB Progress (3): 0.4/2.3 MB | 311/327 kB | 278/733 kB Progress (3): 0.4/2.3 MB | 315/327 kB | 278/733 kB Progress (3): 0.4/2.3 MB | 315/327 kB | 278/733 kB Progress (3): 0.4/2.3 MB | 315/327 kB | 282/733 kB Progress (3): 0.4/2.3 MB | 319/327 kB | 282/733 kB Progress (3): 0.4/2.3 MB | 319/327 kB | 282/733 kB Progress (3): 0.4/2.3 MB | 319/327 kB | 282/733 kB Progress (3): 0.4/2.3 MB | 319/327 kB | 282/733 kB Progress (3): 0.4/2.3 MB | 319/327 kB | 282/733 kB Progress (3): 0.4/2.3 MB | 323/327 kB | 282/733 kB Progress (3): 0.4/2.3 MB | 323/327 kB | 286/733 kB Progress (3): 0.4/2.3 MB | 327 kB | 286/733 kB Progress (4): 0.4/2.3 MB | 327 kB | 286/733 kB | 4.1/62 kB Progress (4): 0.4/2.3 MB | 327 kB | 286/733 kB | 4.1/62 kB Progress (5): 0.4/2.3 MB | 327 kB | 286/733 kB | 4.1/62 kB | 4.1/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 286/733 kB | 4.1/62 kB | 4.1/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 286/733 kB | 7.7/62 kB | 4.1/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 290/733 kB | 7.7/62 kB | 4.1/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 290/733 kB | 12/62 kB | 4.1/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 290/733 kB | 12/62 kB | 4.1/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 290/733 kB | 12/62 kB | 4.1/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 290/733 kB | 12/62 kB | 7.7/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 290/733 kB | 12/62 kB | 7.7/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 290/733 kB | 16/62 kB | 7.7/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 294/733 kB | 16/62 kB | 7.7/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 294/733 kB | 20/62 kB | 7.7/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 294/733 kB | 20/62 kB | 12/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 294/733 kB | 20/62 kB | 12/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 294/733 kB | 20/62 kB | 16/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 294/733 kB | 24/62 kB | 16/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 298/733 kB | 24/62 kB | 16/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 298/733 kB | 28/62 kB | 16/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 298/733 kB | 28/62 kB | 20/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 298/733 kB | 28/62 kB | 20/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 298/733 kB | 28/62 kB | 24/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 298/733 kB | 32/62 kB | 24/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 302/733 kB | 32/62 kB | 24/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 302/733 kB | 36/62 kB | 24/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 302/733 kB | 36/62 kB | 28/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 302/733 kB | 36/62 kB | 28/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 302/733 kB | 36/62 kB | 32/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 302/733 kB | 40/62 kB | 32/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 306/733 kB | 40/62 kB | 32/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 306/733 kB | 44/62 kB | 32/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 306/733 kB | 44/62 kB | 33/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 306/733 kB | 44/62 kB | 33/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 306/733 kB | 44/62 kB | 37/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 306/733 kB | 48/62 kB | 37/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 310/733 kB | 48/62 kB | 37/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 310/733 kB | 52/62 kB | 37/264 kB Progress (5): 0.4/2.3 MB | 327 kB | 310/733 kB | 52/62 kB | 41/264 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar (327 kB at 433 kB/s) Progress (4): 0.4/2.3 MB | 310/733 kB | 52/62 kB | 41/264 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar Progress (4): 0.4/2.3 MB | 310/733 kB | 52/62 kB | 45/264 kB Progress (4): 0.4/2.3 MB | 310/733 kB | 56/62 kB | 45/264 kB Progress (4): 0.4/2.3 MB | 314/733 kB | 56/62 kB | 45/264 kB Progress (4): 0.4/2.3 MB | 314/733 kB | 60/62 kB | 45/264 kB Progress (4): 0.4/2.3 MB | 318/733 kB | 60/62 kB | 45/264 kB Progress (4): 0.4/2.3 MB | 318/733 kB | 60/62 kB | 49/264 kB Progress (4): 0.4/2.3 MB | 318/733 kB | 60/62 kB | 49/264 kB Progress (4): 0.4/2.3 MB | 322/733 kB | 60/62 kB | 49/264 kB Progress (4): 0.4/2.3 MB | 322/733 kB | 62 kB | 49/264 kB Progress (4): 0.4/2.3 MB | 322/733 kB | 62 kB | 49/264 kB Progress (4): 0.4/2.3 MB | 322/733 kB | 62 kB | 53/264 kB Progress (4): 0.4/2.3 MB | 322/733 kB | 62 kB | 53/264 kB Progress (4): 0.4/2.3 MB | 326/733 kB | 62 kB | 53/264 kB Progress (4): 0.4/2.3 MB | 326/733 kB | 62 kB | 53/264 kB Progress (4): 0.4/2.3 MB | 326/733 kB | 62 kB | 57/264 kB Progress (4): 0.4/2.3 MB | 326/733 kB | 62 kB | 57/264 kB Progress (4): 0.4/2.3 MB | 330/733 kB | 62 kB | 57/264 kB Progress (4): 0.4/2.3 MB | 330/733 kB | 62 kB | 57/264 kB Progress (4): 0.4/2.3 MB | 330/733 kB | 62 kB | 61/264 kB Progress (4): 0.4/2.3 MB | 334/733 kB | 62 kB | 61/264 kB Progress (4): 0.4/2.3 MB | 334/733 kB | 62 kB | 65/264 kB Progress (4): 0.4/2.3 MB | 334/733 kB | 62 kB | 65/264 kB Progress (4): 0.4/2.3 MB | 334/733 kB | 62 kB | 66/264 kB Progress (4): 0.4/2.3 MB | 338/733 kB | 62 kB | 66/264 kB Progress (4): 0.4/2.3 MB | 338/733 kB | 62 kB | 66/264 kB Progress (4): 0.4/2.3 MB | 338/733 kB | 62 kB | 70/264 kB Progress (4): 0.4/2.3 MB | 342/733 kB | 62 kB | 70/264 kB Progress (4): 0.4/2.3 MB | 342/733 kB | 62 kB | 74/264 kB Progress (4): 0.4/2.3 MB | 342/733 kB | 62 kB | 74/264 kB Progress (4): 0.4/2.3 MB | 346/733 kB | 62 kB | 74/264 kB Progress (4): 0.5/2.3 MB | 346/733 kB | 62 kB | 74/264 kB Progress (4): 0.5/2.3 MB | 346/733 kB | 62 kB | 78/264 kB Progress (4): 0.5/2.3 MB | 346/733 kB | 62 kB | 78/264 kB Progress (4): 0.5/2.3 MB | 350/733 kB | 62 kB | 78/264 kB Progress (4): 0.5/2.3 MB | 350/733 kB | 62 kB | 78/264 kB Progress (4): 0.5/2.3 MB | 350/733 kB | 62 kB | 82/264 kB Progress (4): 0.5/2.3 MB | 354/733 kB | 62 kB | 82/264 kB Progress (4): 0.5/2.3 MB | 354/733 kB | 62 kB | 86/264 kB Progress (4): 0.5/2.3 MB | 354/733 kB | 62 kB | 86/264 kB Progress (4): 0.5/2.3 MB | 354/733 kB | 62 kB | 90/264 kB Progress (4): 0.5/2.3 MB | 358/733 kB | 62 kB | 90/264 kB Progress (4): 0.5/2.3 MB | 358/733 kB | 62 kB | 90/264 kB Progress (4): 0.5/2.3 MB | 362/733 kB | 62 kB | 90/264 kB Progress (4): 0.5/2.3 MB | 362/733 kB | 62 kB | 94/264 kB Progress (4): 0.5/2.3 MB | 362/733 kB | 62 kB | 94/264 kB Progress (4): 0.5/2.3 MB | 362/733 kB | 62 kB | 98/264 kB Progress (4): 0.5/2.3 MB | 366/733 kB | 62 kB | 98/264 kB Progress (4): 0.5/2.3 MB | 366/733 kB | 62 kB | 98/264 kB Progress (4): 0.5/2.3 MB | 366/733 kB | 62 kB | 98/264 kB Progress (4): 0.5/2.3 MB | 366/733 kB | 62 kB | 102/264 kB Progress (4): 0.5/2.3 MB | 370/733 kB | 62 kB | 102/264 kB Progress (4): 0.5/2.3 MB | 370/733 kB | 62 kB | 102/264 kB Progress (4): 0.5/2.3 MB | 374/733 kB | 62 kB | 102/264 kB Progress (4): 0.5/2.3 MB | 374/733 kB | 62 kB | 106/264 kB Progress (4): 0.5/2.3 MB | 378/733 kB | 62 kB | 106/264 kB Progress (4): 0.5/2.3 MB | 378/733 kB | 62 kB | 110/264 kB Progress (4): 0.5/2.3 MB | 378/733 kB | 62 kB | 110/264 kB Progress (4): 0.5/2.3 MB | 378/733 kB | 62 kB | 114/264 kB Progress (4): 0.5/2.3 MB | 382/733 kB | 62 kB | 114/264 kB Progress (4): 0.5/2.3 MB | 382/733 kB | 62 kB | 114/264 kB Progress (4): 0.5/2.3 MB | 386/733 kB | 62 kB | 114/264 kB Progress (4): 0.5/2.3 MB | 386/733 kB | 62 kB | 118/264 kB Progress (4): 0.5/2.3 MB | 390/733 kB | 62 kB | 118/264 kB Progress (4): 0.5/2.3 MB | 390/733 kB | 62 kB | 118/264 kB Progress (4): 0.5/2.3 MB | 394/733 kB | 62 kB | 118/264 kB Progress (4): 0.5/2.3 MB | 394/733 kB | 62 kB | 118/264 kB Progress (4): 0.5/2.3 MB | 394/733 kB | 62 kB | 122/264 kB Progress (4): 0.5/2.3 MB | 394/733 kB | 62 kB | 122/264 kB Progress (4): 0.5/2.3 MB | 398/733 kB | 62 kB | 122/264 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 81 kB/s) Progress (3): 0.5/2.3 MB | 398/733 kB | 126/264 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar Progress (3): 0.5/2.3 MB | 402/733 kB | 126/264 kB Progress (3): 0.5/2.3 MB | 402/733 kB | 126/264 kB Progress (3): 0.5/2.3 MB | 402/733 kB | 130/264 kB Progress (3): 0.5/2.3 MB | 402/733 kB | 130/264 kB Progress (3): 0.5/2.3 MB | 406/733 kB | 130/264 kB Progress (3): 0.5/2.3 MB | 406/733 kB | 134/264 kB Progress (3): 0.5/2.3 MB | 410/733 kB | 134/264 kB Progress (3): 0.5/2.3 MB | 410/733 kB | 134/264 kB Progress (3): 0.5/2.3 MB | 410/733 kB | 138/264 kB Progress (3): 0.5/2.3 MB | 410/733 kB | 138/264 kB Progress (3): 0.5/2.3 MB | 414/733 kB | 138/264 kB Progress (3): 0.5/2.3 MB | 414/733 kB | 142/264 kB Progress (3): 0.5/2.3 MB | 418/733 kB | 142/264 kB Progress (3): 0.5/2.3 MB | 418/733 kB | 142/264 kB Progress (3): 0.5/2.3 MB | 418/733 kB | 146/264 kB Progress (3): 0.5/2.3 MB | 418/733 kB | 146/264 kB Progress (3): 0.5/2.3 MB | 422/733 kB | 146/264 kB Progress (3): 0.5/2.3 MB | 422/733 kB | 150/264 kB Progress (3): 0.5/2.3 MB | 426/733 kB | 150/264 kB Progress (3): 0.5/2.3 MB | 426/733 kB | 150/264 kB Progress (3): 0.5/2.3 MB | 426/733 kB | 154/264 kB Progress (3): 0.5/2.3 MB | 430/733 kB | 154/264 kB Progress (3): 0.5/2.3 MB | 430/733 kB | 154/264 kB Progress (3): 0.5/2.3 MB | 434/733 kB | 154/264 kB Progress (3): 0.5/2.3 MB | 434/733 kB | 158/264 kB Progress (3): 0.5/2.3 MB | 434/733 kB | 158/264 kB Progress (3): 0.5/2.3 MB | 434/733 kB | 162/264 kB Progress (3): 0.5/2.3 MB | 438/733 kB | 162/264 kB Progress (3): 0.5/2.3 MB | 438/733 kB | 164/264 kB Progress (3): 0.5/2.3 MB | 438/733 kB | 164/264 kB Progress (3): 0.5/2.3 MB | 442/733 kB | 164/264 kB Progress (3): 0.5/2.3 MB | 442/733 kB | 168/264 kB Progress (3): 0.5/2.3 MB | 442/733 kB | 168/264 kB Progress (3): 0.5/2.3 MB | 446/733 kB | 168/264 kB Progress (3): 0.5/2.3 MB | 446/733 kB | 172/264 kB Progress (3): 0.5/2.3 MB | 450/733 kB | 172/264 kB Progress (3): 0.5/2.3 MB | 450/733 kB | 176/264 kB Progress (3): 0.5/2.3 MB | 450/733 kB | 176/264 kB Progress (3): 0.5/2.3 MB | 454/733 kB | 176/264 kB Progress (3): 0.5/2.3 MB | 454/733 kB | 180/264 kB Progress (3): 0.6/2.3 MB | 454/733 kB | 180/264 kB Progress (3): 0.6/2.3 MB | 458/733 kB | 180/264 kB Progress (3): 0.6/2.3 MB | 458/733 kB | 180/264 kB Progress (3): 0.6/2.3 MB | 458/733 kB | 184/264 kB Progress (3): 0.6/2.3 MB | 462/733 kB | 184/264 kB Progress (3): 0.6/2.3 MB | 462/733 kB | 188/264 kB Progress (3): 0.6/2.3 MB | 462/733 kB | 188/264 kB Progress (3): 0.6/2.3 MB | 466/733 kB | 188/264 kB Progress (3): 0.6/2.3 MB | 466/733 kB | 188/264 kB Progress (3): 0.6/2.3 MB | 466/733 kB | 192/264 kB Progress (3): 0.6/2.3 MB | 470/733 kB | 192/264 kB Progress (3): 0.6/2.3 MB | 470/733 kB | 196/264 kB Progress (3): 0.6/2.3 MB | 470/733 kB | 196/264 kB Progress (3): 0.6/2.3 MB | 474/733 kB | 196/264 kB Progress (3): 0.6/2.3 MB | 474/733 kB | 196/264 kB Progress (3): 0.6/2.3 MB | 474/733 kB | 200/264 kB Progress (3): 0.6/2.3 MB | 478/733 kB | 200/264 kB Progress (3): 0.6/2.3 MB | 478/733 kB | 204/264 kB Progress (3): 0.6/2.3 MB | 478/733 kB | 204/264 kB Progress (3): 0.6/2.3 MB | 482/733 kB | 204/264 kB Progress (3): 0.6/2.3 MB | 482/733 kB | 204/264 kB Progress (3): 0.6/2.3 MB | 482/733 kB | 208/264 kB Progress (3): 0.6/2.3 MB | 486/733 kB | 208/264 kB Progress (3): 0.6/2.3 MB | 486/733 kB | 212/264 kB Progress (3): 0.6/2.3 MB | 486/733 kB | 212/264 kB Progress (3): 0.6/2.3 MB | 490/733 kB | 212/264 kB Progress (3): 0.6/2.3 MB | 490/733 kB | 212/264 kB Progress (3): 0.6/2.3 MB | 490/733 kB | 216/264 kB Progress (3): 0.6/2.3 MB | 494/733 kB | 216/264 kB Progress (3): 0.6/2.3 MB | 494/733 kB | 220/264 kB Progress (3): 0.6/2.3 MB | 494/733 kB | 220/264 kB Progress (3): 0.6/2.3 MB | 498/733 kB | 220/264 kB Progress (3): 0.6/2.3 MB | 498/733 kB | 220/264 kB Progress (3): 0.6/2.3 MB | 498/733 kB | 224/264 kB Progress (3): 0.6/2.3 MB | 502/733 kB | 224/264 kB Progress (3): 0.6/2.3 MB | 502/733 kB | 228/264 kB Progress (3): 0.6/2.3 MB | 502/733 kB | 228/264 kB Progress (3): 0.6/2.3 MB | 506/733 kB | 228/264 kB Progress (3): 0.6/2.3 MB | 506/733 kB | 228/264 kB Progress (3): 0.6/2.3 MB | 506/733 kB | 232/264 kB Progress (3): 0.6/2.3 MB | 506/733 kB | 232/264 kB Progress (3): 0.6/2.3 MB | 510/733 kB | 232/264 kB Progress (3): 0.6/2.3 MB | 510/733 kB | 232/264 kB Progress (3): 0.6/2.3 MB | 510/733 kB | 236/264 kB Progress (3): 0.6/2.3 MB | 514/733 kB | 236/264 kB Progress (3): 0.6/2.3 MB | 514/733 kB | 236/264 kB Progress (3): 0.6/2.3 MB | 514/733 kB | 240/264 kB Progress (3): 0.6/2.3 MB | 514/733 kB | 240/264 kB Progress (3): 0.6/2.3 MB | 518/733 kB | 240/264 kB Progress (3): 0.6/2.3 MB | 518/733 kB | 244/264 kB Progress (3): 0.6/2.3 MB | 522/733 kB | 244/264 kB Progress (3): 0.6/2.3 MB | 522/733 kB | 244/264 kB Progress (3): 0.6/2.3 MB | 522/733 kB | 248/264 kB Progress (3): 0.6/2.3 MB | 522/733 kB | 248/264 kB Progress (3): 0.6/2.3 MB | 526/733 kB | 248/264 kB Progress (3): 0.6/2.3 MB | 526/733 kB | 252/264 kB Progress (3): 0.6/2.3 MB | 530/733 kB | 252/264 kB Progress (3): 0.6/2.3 MB | 530/733 kB | 252/264 kB Progress (3): 0.6/2.3 MB | 530/733 kB | 256/264 kB Progress (3): 0.6/2.3 MB | 530/733 kB | 256/264 kB Progress (3): 0.6/2.3 MB | 534/733 kB | 256/264 kB Progress (3): 0.6/2.3 MB | 534/733 kB | 260/264 kB Progress (3): 0.6/2.3 MB | 538/733 kB | 260/264 kB Progress (3): 0.6/2.3 MB | 538/733 kB | 260/264 kB Progress (3): 0.6/2.3 MB | 538/733 kB | 264/264 kB Progress (3): 0.6/2.3 MB | 538/733 kB | 264/264 kB Progress (3): 0.6/2.3 MB | 538/733 kB | 264 kB Progress (3): 0.6/2.3 MB | 538/733 kB | 264 kB Progress (3): 0.7/2.3 MB | 538/733 kB | 264 kB Progress (3): 0.7/2.3 MB | 538/733 kB | 264 kB Progress (3): 0.7/2.3 MB | 538/733 kB | 264 kB Progress (3): 0.7/2.3 MB | 542/733 kB | 264 kB Progress (3): 0.7/2.3 MB | 546/733 kB | 264 kB Progress (3): 0.7/2.3 MB | 546/733 kB | 264 kB Progress (3): 0.7/2.3 MB | 550/733 kB | 264 kB Progress (3): 0.7/2.3 MB | 550/733 kB | 264 kB Progress (4): 0.7/2.3 MB | 550/733 kB | 264 kB | 0/1.9 MB Progress (4): 0.7/2.3 MB | 554/733 kB | 264 kB | 0/1.9 MB Progress (4): 0.7/2.3 MB | 554/733 kB | 264 kB | 0/1.9 MB Progress (4): 0.7/2.3 MB | 554/733 kB | 264 kB | 0/1.9 MB Progress (5): 0.7/2.3 MB | 554/733 kB | 264 kB | 0/1.9 MB | 4.1/41 kB Progress (5): 0.7/2.3 MB | 554/733 kB | 264 kB | 0/1.9 MB | 4.1/41 kB Progress (5): 0.7/2.3 MB | 554/733 kB | 264 kB | 0/1.9 MB | 7.7/41 kB Progress (5): 0.7/2.3 MB | 554/733 kB | 264 kB | 0/1.9 MB | 7.7/41 kB Progress (5): 0.7/2.3 MB | 558/733 kB | 264 kB | 0/1.9 MB | 7.7/41 kB Progress (5): 0.7/2.3 MB | 558/733 kB | 264 kB | 0/1.9 MB | 7.7/41 kB Progress (5): 0.7/2.3 MB | 558/733 kB | 264 kB | 0/1.9 MB | 12/41 kB Progress (5): 0.7/2.3 MB | 558/733 kB | 264 kB | 0/1.9 MB | 12/41 kB Progress (5): 0.7/2.3 MB | 558/733 kB | 264 kB | 0/1.9 MB | 16/41 kB Progress (5): 0.7/2.3 MB | 558/733 kB | 264 kB | 0/1.9 MB | 16/41 kB Progress (5): 0.7/2.3 MB | 558/733 kB | 264 kB | 0/1.9 MB | 20/41 kB Progress (5): 0.7/2.3 MB | 562/733 kB | 264 kB | 0/1.9 MB | 20/41 kB Progress (5): 0.7/2.3 MB | 562/733 kB | 264 kB | 0/1.9 MB | 24/41 kB Progress (5): 0.7/2.3 MB | 562/733 kB | 264 kB | 0/1.9 MB | 24/41 kB Progress (5): 0.7/2.3 MB | 562/733 kB | 264 kB | 0/1.9 MB | 24/41 kB Progress (5): 0.7/2.3 MB | 562/733 kB | 264 kB | 0/1.9 MB | 24/41 kB Progress (5): 0.7/2.3 MB | 562/733 kB | 264 kB | 0/1.9 MB | 28/41 kB Progress (5): 0.7/2.3 MB | 566/733 kB | 264 kB | 0/1.9 MB | 28/41 kB Progress (5): 0.7/2.3 MB | 566/733 kB | 264 kB | 0/1.9 MB | 32/41 kB Progress (5): 0.7/2.3 MB | 566/733 kB | 264 kB | 0/1.9 MB | 32/41 kB Progress (5): 0.7/2.3 MB | 566/733 kB | 264 kB | 0/1.9 MB | 32/41 kB Progress (5): 0.7/2.3 MB | 566/733 kB | 264 kB | 0/1.9 MB | 32/41 kB Progress (5): 0.7/2.3 MB | 566/733 kB | 264 kB | 0/1.9 MB | 36/41 kB Progress (5): 0.7/2.3 MB | 570/733 kB | 264 kB | 0/1.9 MB | 36/41 kB Progress (5): 0.7/2.3 MB | 570/733 kB | 264 kB | 0/1.9 MB | 40/41 kB Progress (5): 0.7/2.3 MB | 570/733 kB | 264 kB | 0/1.9 MB | 40/41 kB Progress (5): 0.7/2.3 MB | 570/733 kB | 264 kB | 0/1.9 MB | 40/41 kB Progress (5): 0.7/2.3 MB | 570/733 kB | 264 kB | 0/1.9 MB | 40/41 kB Progress (5): 0.7/2.3 MB | 570/733 kB | 264 kB | 0/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 574/733 kB | 264 kB | 0/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 574/733 kB | 264 kB | 0/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 574/733 kB | 264 kB | 0/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 574/733 kB | 264 kB | 0/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 578/733 kB | 264 kB | 0/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 578/733 kB | 264 kB | 0/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 582/733 kB | 264 kB | 0/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 582/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 586/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 586/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 590/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 590/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 594/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 594/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 598/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 598/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 598/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 602/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 602/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 602/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 606/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 606/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 606/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 606/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 610/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 610/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 610/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 610/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 614/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 614/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 614/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 618/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 618/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 618/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 618/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 622/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 622/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 622/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 622/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 622/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Progress (5): 0.7/2.3 MB | 622/733 kB | 264 kB | 0.1/1.9 MB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 306 kB/s) Progress (4): 0.7/2.3 MB | 626/733 kB | 0.1/1.9 MB | 41 kB Progress (4): 0.7/2.3 MB | 626/733 kB | 0.1/1.9 MB | 41 kB Progress (4): 0.7/2.3 MB | 626/733 kB | 0.1/1.9 MB | 41 kB Progress (4): 0.7/2.3 MB | 626/733 kB | 0.1/1.9 MB | 41 kB Progress (4): 0.7/2.3 MB | 630/733 kB | 0.1/1.9 MB | 41 kB Progress (4): 0.8/2.3 MB | 630/733 kB | 0.1/1.9 MB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar (41 kB at 47 kB/s) Progress (3): 0.8/2.3 MB | 630/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 634/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 634/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 634/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 634/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 638/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 638/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 638/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 638/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 642/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 642/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 642/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 642/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 646/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 646/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 646/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 646/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 646/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 650/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 650/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 650/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 650/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 650/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 654/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 654/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 654/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 654/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 658/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 658/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 658/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 658/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 662/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 662/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 662/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 666/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 666/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 666/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 666/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 670/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 670/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 670/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 674/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 674/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 674/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 678/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 678/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 678/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 678/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 682/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 682/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 686/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 686/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 686/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 690/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 690/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 690/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 694/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 694/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 698/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 698/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 698/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 698/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 702/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 702/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 706/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 706/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 706/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 706/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 710/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 710/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 714/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 714/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 714/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 714/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 718/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 718/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 722/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 722/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 722/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 722/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 726/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 726/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 730/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 730/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar (733 kB at 774 kB/s) Progress (2): 0.9/2.3 MB | 0.3/1.9 MB Progress (2): 0.9/2.3 MB | 0.3/1.9 MB Progress (2): 0.9/2.3 MB | 0.3/1.9 MB Progress (2): 0.9/2.3 MB | 0.3/1.9 MB Progress (2): 0.9/2.3 MB | 0.3/1.9 MB Progress (2): 0.9/2.3 MB | 0.3/1.9 MB Progress (2): 0.9/2.3 MB | 0.3/1.9 MB Progress (2): 0.9/2.3 MB | 0.3/1.9 MB Progress (2): 0.9/2.3 MB | 0.3/1.9 MB Progress (2): 0.9/2.3 MB | 0.3/1.9 MB Progress (2): 0.9/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.3/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.7/1.9 MB Progress (2): 1.3/2.3 MB | 0.7/1.9 MB Progress (2): 1.3/2.3 MB | 0.7/1.9 MB Progress (2): 1.3/2.3 MB | 0.7/1.9 MB Progress (2): 1.3/2.3 MB | 0.7/1.9 MB Progress (2): 1.3/2.3 MB | 0.7/1.9 MB Progress (2): 1.3/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.6/2.3 MB | 0.8/1.9 MB Progress (2): 1.6/2.3 MB | 0.8/1.9 MB Progress (2): 1.6/2.3 MB | 0.8/1.9 MB Progress (2): 1.6/2.3 MB | 0.8/1.9 MB Progress (2): 1.6/2.3 MB | 0.8/1.9 MB Progress (2): 1.6/2.3 MB | 0.8/1.9 MB Progress (2): 1.6/2.3 MB | 0.8/1.9 MB Progress (2): 1.6/2.3 MB | 0.8/1.9 MB Progress (2): 1.6/2.3 MB | 0.8/1.9 MB Progress (2): 1.6/2.3 MB | 0.8/1.9 MB Progress (2): 1.6/2.3 MB | 0.8/1.9 MB Progress (2): 1.6/2.3 MB | 0.8/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 0.9/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.0/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.1/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 1.9/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.2/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.0/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.3/1.9 MB Progress (2): 2.1/2.3 MB | 1.4/1.9 MB Progress (2): 2.1/2.3 MB | 1.4/1.9 MB Progress (2): 2.1/2.3 MB | 1.4/1.9 MB Progress (2): 2.1/2.3 MB | 1.4/1.9 MB Progress (2): 2.1/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.4/1.9 MB Progress (2): 2.2/2.3 MB | 1.5/1.9 MB Progress (2): 2.2/2.3 MB | 1.5/1.9 MB Progress (2): 2.2/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3/2.3 MB | 1.5/1.9 MB Progress (2): 2.3 MB | 1.5/1.9 MB Progress (2): 2.3 MB | 1.5/1.9 MB Progress (2): 2.3 MB | 1.5/1.9 MB Progress (2): 2.3 MB | 1.5/1.9 MB Progress (2): 2.3 MB | 1.5/1.9 MB Progress (2): 2.3 MB | 1.5/1.9 MB Progress (2): 2.3 MB | 1.5/1.9 MB Progress (2): 2.3 MB | 1.5/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.6/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.7/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.9/1.9 MB Progress (2): 2.3 MB | 1.9/1.9 MB Progress (2): 2.3 MB | 1.9/1.9 MB Progress (2): 2.3 MB | 1.9/1.9 MB Progress (2): 2.3 MB | 1.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar (1.9 MB at 1.6 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 1.9 MB/s) [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.m2e.wtp.parent --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.m2e.wtp.parent --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.wtp.parent --- Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 71 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 355 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 452 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 145 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Progress (2): 12 kB | 4.1/38 kB Progress (2): 12 kB | 7.7/38 kB Progress (2): 12 kB | 12/38 kB Progress (2): 12 kB | 16/38 kB Progress (2): 12 kB | 20/38 kB Progress (2): 12 kB | 24/38 kB Progress (2): 12 kB | 28/38 kB Progress (2): 12 kB | 32/38 kB Progress (2): 12 kB | 36/38 kB Progress (2): 12 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 339 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 1.0 MB/s) [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/pom.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.parent/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.parent-1.4.3-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.overlay >----------- [INFO] Building M2E-WTP :: Overlay Core 1.4.3-SNAPSHOT [2/13] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.wtp.overlay --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.wtp.overlay --- Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.5.1/tycho-sourceref-jgit-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.5.1/tycho-sourceref-jgit-1.5.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.5.1/tycho-sourceref-jgit-1.5.1.pom (1.5 kB at 54 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.pom Progress (1): 4.1/9.8 kB Progress (1): 7.7/9.8 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.pom (9.8 kB at 122 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.0.201909110433-r/org.eclipse.jgit-parent-5.5.0.201909110433-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.0.201909110433-r/org.eclipse.jgit-parent-5.5.0.201909110433-r.pom Progress (1): 4.1/36 kB Progress (1): 7.7/36 kB Progress (1): 12/36 kB Progress (1): 16/36 kB Progress (1): 20/36 kB Progress (1): 24/36 kB Progress (1): 28/36 kB Progress (1): 32/36 kB Progress (1): 36/36 kB Progress (1): 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.0.201909110433-r/org.eclipse.jgit-parent-5.5.0.201909110433-r.pom (36 kB at 1.0 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom (3.2 kB at 104 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 131 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 71 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 208 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 136 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 93 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 328 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom (1.6 kB at 45 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom (1.1 kB at 38 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom (1.5 kB at 44 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.5.1/tycho-sourceref-jgit-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.5.1/tycho-sourceref-jgit-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Progress (1): 4.1/6.0 kB Progress (2): 4.1/6.0 kB | 4.1/283 kB Progress (2): 6.0 kB | 4.1/283 kB Progress (2): 6.0 kB | 7.7/283 kB Progress (2): 6.0 kB | 12/283 kB Progress (2): 6.0 kB | 16/283 kB Progress (2): 6.0 kB | 20/283 kB Progress (2): 6.0 kB | 24/283 kB Progress (2): 6.0 kB | 28/283 kB Progress (2): 6.0 kB | 32/283 kB Progress (2): 6.0 kB | 36/283 kB Progress (2): 6.0 kB | 40/283 kB Progress (2): 6.0 kB | 44/283 kB Progress (2): 6.0 kB | 48/283 kB Progress (2): 6.0 kB | 52/283 kB Progress (2): 6.0 kB | 56/283 kB Progress (2): 6.0 kB | 60/283 kB Progress (2): 6.0 kB | 64/283 kB Progress (2): 6.0 kB | 68/283 kB Progress (2): 6.0 kB | 72/283 kB Progress (2): 6.0 kB | 76/283 kB Progress (2): 6.0 kB | 80/283 kB Progress (2): 6.0 kB | 84/283 kB Progress (2): 6.0 kB | 88/283 kB Progress (2): 6.0 kB | 92/283 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.5.1/tycho-sourceref-jgit-1.5.1.jar (6.0 kB at 193 kB/s) Progress (1): 96/283 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Progress (1): 100/283 kB Progress (1): 104/283 kB Progress (1): 108/283 kB Progress (1): 112/283 kB Progress (1): 116/283 kB Progress (1): 120/283 kB Progress (1): 124/283 kB Progress (1): 128/283 kB Progress (1): 132/283 kB Progress (1): 136/283 kB Progress (1): 140/283 kB Progress (1): 144/283 kB Progress (1): 148/283 kB Progress (1): 152/283 kB Progress (1): 156/283 kB Progress (1): 160/283 kB Progress (1): 164/283 kB Progress (1): 168/283 kB Progress (1): 172/283 kB Progress (1): 176/283 kB Progress (1): 180/283 kB Progress (1): 184/283 kB Progress (1): 188/283 kB Progress (1): 192/283 kB Progress (1): 196/283 kB Progress (1): 200/283 kB Progress (1): 204/283 kB Progress (1): 208/283 kB Progress (1): 212/283 kB Progress (1): 216/283 kB Progress (1): 220/283 kB Progress (1): 224/283 kB Progress (1): 228/283 kB Progress (1): 232/283 kB Progress (1): 236/283 kB Progress (2): 236/283 kB | 4.1/26 kB Progress (2): 240/283 kB | 4.1/26 kB Progress (2): 240/283 kB | 7.7/26 kB Progress (2): 244/283 kB | 7.7/26 kB Progress (2): 244/283 kB | 12/26 kB Progress (2): 248/283 kB | 12/26 kB Progress (2): 248/283 kB | 16/26 kB Progress (2): 252/283 kB | 16/26 kB Progress (2): 252/283 kB | 20/26 kB Progress (2): 252/283 kB | 24/26 kB Progress (2): 252/283 kB | 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 580 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar Progress (1): 256/283 kB Progress (1): 260/283 kB Progress (1): 264/283 kB Progress (1): 268/283 kB Progress (1): 272/283 kB Progress (1): 276/283 kB Progress (1): 280/283 kB Progress (1): 283 kB Progress (2): 283 kB | 4.1/166 kB Progress (2): 283 kB | 7.7/166 kB Progress (2): 283 kB | 12/166 kB Progress (2): 283 kB | 16/166 kB Progress (2): 283 kB | 20/166 kB Progress (2): 283 kB | 24/166 kB Progress (2): 283 kB | 28/166 kB Progress (2): 283 kB | 32/166 kB Progress (2): 283 kB | 33/166 kB Progress (2): 283 kB | 37/166 kB Progress (2): 283 kB | 41/166 kB Progress (2): 283 kB | 45/166 kB Progress (2): 283 kB | 49/166 kB Progress (2): 283 kB | 53/166 kB Progress (2): 283 kB | 57/166 kB Progress (2): 283 kB | 61/166 kB Progress (2): 283 kB | 65/166 kB Progress (2): 283 kB | 66/166 kB Progress (2): 283 kB | 70/166 kB Progress (2): 283 kB | 74/166 kB Progress (2): 283 kB | 78/166 kB Progress (2): 283 kB | 82/166 kB Progress (2): 283 kB | 86/166 kB Progress (2): 283 kB | 90/166 kB Progress (2): 283 kB | 94/166 kB Progress (2): 283 kB | 98/166 kB Progress (2): 283 kB | 102/166 kB Progress (2): 283 kB | 106/166 kB Progress (3): 283 kB | 106/166 kB | 0/2.8 MB Progress (3): 283 kB | 110/166 kB | 0/2.8 MB Progress (3): 283 kB | 110/166 kB | 0/2.8 MB Progress (3): 283 kB | 114/166 kB | 0/2.8 MB Progress (3): 283 kB | 114/166 kB | 0/2.8 MB Progress (3): 283 kB | 118/166 kB | 0/2.8 MB Progress (3): 283 kB | 118/166 kB | 0/2.8 MB Progress (3): 283 kB | 122/166 kB | 0/2.8 MB Progress (3): 283 kB | 122/166 kB | 0/2.8 MB Progress (3): 283 kB | 126/166 kB | 0/2.8 MB Progress (3): 283 kB | 126/166 kB | 0/2.8 MB Progress (3): 283 kB | 130/166 kB | 0/2.8 MB Progress (3): 283 kB | 130/166 kB | 0/2.8 MB Progress (3): 283 kB | 130/166 kB | 0/2.8 MB Progress (3): 283 kB | 134/166 kB | 0/2.8 MB Progress (3): 283 kB | 134/166 kB | 0/2.8 MB Progress (3): 283 kB | 138/166 kB | 0/2.8 MB Progress (4): 283 kB | 138/166 kB | 0/2.8 MB | 4.1/326 kB Progress (4): 283 kB | 138/166 kB | 0/2.8 MB | 4.1/326 kB Progress (4): 283 kB | 138/166 kB | 0/2.8 MB | 7.7/326 kB Progress (4): 283 kB | 142/166 kB | 0/2.8 MB | 7.7/326 kB Progress (4): 283 kB | 142/166 kB | 0/2.8 MB | 12/326 kB Progress (4): 283 kB | 142/166 kB | 0/2.8 MB | 12/326 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 2.6 MB/s) Progress (3): 142/166 kB | 0/2.8 MB | 12/326 kB Progress (3): 142/166 kB | 0/2.8 MB | 16/326 kB Progress (3): 146/166 kB | 0/2.8 MB | 16/326 kB Progress (3): 146/166 kB | 0.1/2.8 MB | 16/326 kB Progress (3): 150/166 kB | 0.1/2.8 MB | 16/326 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar Progress (3): 154/166 kB | 0.1/2.8 MB | 16/326 kB Progress (3): 154/166 kB | 0.1/2.8 MB | 16/326 kB Progress (3): 158/166 kB | 0.1/2.8 MB | 16/326 kB Progress (3): 158/166 kB | 0.1/2.8 MB | 20/326 kB Progress (3): 162/166 kB | 0.1/2.8 MB | 20/326 kB Progress (3): 162/166 kB | 0.1/2.8 MB | 20/326 kB Progress (3): 166/166 kB | 0.1/2.8 MB | 20/326 kB Progress (4): 166/166 kB | 0.1/2.8 MB | 20/326 kB | 4.1/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 20/326 kB | 4.1/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 20/326 kB | 4.1/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 24/326 kB | 4.1/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 24/326 kB | 4.1/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 24/326 kB | 7.7/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 24/326 kB | 7.7/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 28/326 kB | 7.7/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 28/326 kB | 7.7/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 28/326 kB | 12/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 28/326 kB | 12/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 32/326 kB | 12/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 32/326 kB | 16/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 32/326 kB | 16/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 36/326 kB | 16/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 36/326 kB | 16/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 36/326 kB | 20/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 40/326 kB | 20/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 40/326 kB | 24/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 40/326 kB | 24/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 40/326 kB | 28/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 44/326 kB | 28/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 44/326 kB | 32/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 44/326 kB | 32/70 kB Progress (4): 166 kB | 0.1/2.8 MB | 44/326 kB | 36/70 kB Progress (5): 166 kB | 0.1/2.8 MB | 44/326 kB | 36/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 48/326 kB | 36/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 48/326 kB | 36/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 52/326 kB | 36/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 52/326 kB | 40/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 52/326 kB | 40/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 52/326 kB | 44/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 56/326 kB | 44/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 56/326 kB | 44/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 60/326 kB | 44/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 60/326 kB | 48/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 60/326 kB | 48/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 60/326 kB | 48/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 60/326 kB | 48/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 60/326 kB | 48/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 60/326 kB | 48/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 60/326 kB | 48/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 60/326 kB | 52/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 64/326 kB | 52/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 64/326 kB | 52/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 68/326 kB | 52/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 68/326 kB | 52/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 68/326 kB | 56/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 68/326 kB | 56/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 68/326 kB | 56/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 72/326 kB | 56/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 72/326 kB | 56/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 72/326 kB | 56/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 72/326 kB | 60/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 72/326 kB | 60/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 72/326 kB | 60/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 72/326 kB | 60/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 76/326 kB | 60/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 76/326 kB | 60/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 76/326 kB | 60/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 76/326 kB | 64/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 76/326 kB | 64/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 76/326 kB | 64/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.1/2.8 MB | 80/326 kB | 64/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 80/326 kB | 64/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 80/326 kB | 64/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 80/326 kB | 68/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 80/326 kB | 68/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 80/326 kB | 68/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 84/326 kB | 68/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 84/326 kB | 68/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 84/326 kB | 68/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 84/326 kB | 68/70 kB | 0/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 84/326 kB | 70 kB | 0/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 84/326 kB | 70 kB | 0/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 84/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 88/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 88/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 88/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 88/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 92/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 92/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 92/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 92/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 96/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 96/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 96/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 96/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 100/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 100/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 100/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 100/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 104/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 104/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 104/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 104/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 108/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 108/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 108/326 kB | 70 kB | 0.1/4.5 MB Progress (5): 166 kB | 0.2/2.8 MB | 108/326 kB | 70 kB | 0.1/4.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 897 kB/s) Progress (4): 0.2/2.8 MB | 112/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 116/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 120/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 124/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 128/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 132/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 136/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 140/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 144/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 148/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 152/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 156/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 160/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 164/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 168/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 172/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 176/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 180/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 184/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 188/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 192/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 196/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 200/326 kB | 70 kB | 0.1/4.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar Progress (4): 0.2/2.8 MB | 200/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 200/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 200/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 204/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 204/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 204/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 204/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 208/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 208/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 208/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 212/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 212/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 212/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 216/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 216/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 220/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 220/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 224/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 224/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 224/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 224/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 228/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 228/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 228/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 228/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 232/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 232/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 232/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 236/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 236/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 240/326 kB | 70 kB | 0.1/4.5 MB Progress (4): 0.2/2.8 MB | 240/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 240/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 240/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 244/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 244/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 248/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 248/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 248/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 248/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 252/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 252/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 252/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 252/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 252/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 256/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 256/326 kB | 70 kB | 0.2/4.5 MB Progress (4): 0.2/2.8 MB | 256/326 kB | 70 kB | 0.2/4.5 MB Progress (5): 0.2/2.8 MB | 256/326 kB | 70 kB | 0.2/4.5 MB | 4.1/866 kB Progress (5): 0.2/2.8 MB | 256/326 kB | 70 kB | 0.2/4.5 MB | 4.1/866 kB Progress (5): 0.3/2.8 MB | 256/326 kB | 70 kB | 0.2/4.5 MB | 4.1/866 kB Progress (5): 0.3/2.8 MB | 260/326 kB | 70 kB | 0.2/4.5 MB | 4.1/866 kB Progress (5): 0.3/2.8 MB | 260/326 kB | 70 kB | 0.2/4.5 MB | 4.1/866 kB Progress (5): 0.3/2.8 MB | 260/326 kB | 70 kB | 0.2/4.5 MB | 4.1/866 kB Progress (5): 0.3/2.8 MB | 260/326 kB | 70 kB | 0.2/4.5 MB | 7.7/866 kB Progress (5): 0.3/2.8 MB | 260/326 kB | 70 kB | 0.2/4.5 MB | 7.7/866 kB Progress (5): 0.3/2.8 MB | 260/326 kB | 70 kB | 0.2/4.5 MB | 12/866 kB Progress (5): 0.3/2.8 MB | 260/326 kB | 70 kB | 0.2/4.5 MB | 12/866 kB Progress (5): 0.3/2.8 MB | 264/326 kB | 70 kB | 0.2/4.5 MB | 12/866 kB Progress (5): 0.3/2.8 MB | 264/326 kB | 70 kB | 0.2/4.5 MB | 12/866 kB Progress (5): 0.3/2.8 MB | 264/326 kB | 70 kB | 0.2/4.5 MB | 16/866 kB Progress (5): 0.3/2.8 MB | 264/326 kB | 70 kB | 0.2/4.5 MB | 16/866 kB Progress (5): 0.3/2.8 MB | 264/326 kB | 70 kB | 0.2/4.5 MB | 20/866 kB Progress (5): 0.3/2.8 MB | 264/326 kB | 70 kB | 0.2/4.5 MB | 20/866 kB Progress (5): 0.3/2.8 MB | 268/326 kB | 70 kB | 0.2/4.5 MB | 20/866 kB Progress (5): 0.3/2.8 MB | 268/326 kB | 70 kB | 0.2/4.5 MB | 20/866 kB Progress (5): 0.3/2.8 MB | 268/326 kB | 70 kB | 0.2/4.5 MB | 24/866 kB Progress (5): 0.3/2.8 MB | 268/326 kB | 70 kB | 0.2/4.5 MB | 24/866 kB Progress (5): 0.3/2.8 MB | 268/326 kB | 70 kB | 0.2/4.5 MB | 28/866 kB Progress (5): 0.3/2.8 MB | 268/326 kB | 70 kB | 0.2/4.5 MB | 28/866 kB Progress (5): 0.3/2.8 MB | 268/326 kB | 70 kB | 0.2/4.5 MB | 32/866 kB Progress (5): 0.3/2.8 MB | 268/326 kB | 70 kB | 0.2/4.5 MB | 32/866 kB Progress (5): 0.3/2.8 MB | 272/326 kB | 70 kB | 0.2/4.5 MB | 32/866 kB Progress (5): 0.3/2.8 MB | 276/326 kB | 70 kB | 0.2/4.5 MB | 32/866 kB Progress (5): 0.3/2.8 MB | 276/326 kB | 70 kB | 0.2/4.5 MB | 32/866 kB Progress (5): 0.3/2.8 MB | 276/326 kB | 70 kB | 0.2/4.5 MB | 33/866 kB Progress (5): 0.3/2.8 MB | 276/326 kB | 70 kB | 0.2/4.5 MB | 33/866 kB Progress (5): 0.3/2.8 MB | 276/326 kB | 70 kB | 0.2/4.5 MB | 33/866 kB Progress (5): 0.3/2.8 MB | 280/326 kB | 70 kB | 0.2/4.5 MB | 33/866 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 255 kB/s) Progress (4): 0.3/2.8 MB | 284/326 kB | 0.2/4.5 MB | 33/866 kB Progress (4): 0.3/2.8 MB | 284/326 kB | 0.2/4.5 MB | 33/866 kB Progress (4): 0.3/2.8 MB | 284/326 kB | 0.2/4.5 MB | 37/866 kB Progress (4): 0.3/2.8 MB | 284/326 kB | 0.2/4.5 MB | 37/866 kB Progress (4): 0.3/2.8 MB | 284/326 kB | 0.2/4.5 MB | 41/866 kB Progress (4): 0.3/2.8 MB | 284/326 kB | 0.2/4.5 MB | 41/866 kB Progress (4): 0.3/2.8 MB | 288/326 kB | 0.2/4.5 MB | 41/866 kB Progress (4): 0.3/2.8 MB | 288/326 kB | 0.2/4.5 MB | 41/866 kB Progress (4): 0.3/2.8 MB | 288/326 kB | 0.2/4.5 MB | 45/866 kB Progress (4): 0.3/2.8 MB | 288/326 kB | 0.2/4.5 MB | 45/866 kB Progress (4): 0.3/2.8 MB | 288/326 kB | 0.2/4.5 MB | 49/866 kB Progress (4): 0.3/2.8 MB | 288/326 kB | 0.2/4.5 MB | 49/866 kB Progress (4): 0.3/2.8 MB | 288/326 kB | 0.2/4.5 MB | 53/866 kB Progress (4): 0.3/2.8 MB | 292/326 kB | 0.2/4.5 MB | 53/866 kB Progress (4): 0.3/2.8 MB | 296/326 kB | 0.2/4.5 MB | 53/866 kB Progress (4): 0.3/2.8 MB | 296/326 kB | 0.2/4.5 MB | 53/866 kB Progress (4): 0.3/2.8 MB | 296/326 kB | 0.2/4.5 MB | 57/866 kB Progress (4): 0.3/2.8 MB | 296/326 kB | 0.2/4.5 MB | 57/866 kB Progress (4): 0.3/2.8 MB | 296/326 kB | 0.2/4.5 MB | 57/866 kB Progress (4): 0.3/2.8 MB | 296/326 kB | 0.2/4.5 MB | 57/866 kB Progress (4): 0.3/2.8 MB | 300/326 kB | 0.2/4.5 MB | 57/866 kB Progress (4): 0.3/2.8 MB | 300/326 kB | 0.2/4.5 MB | 57/866 kB Progress (4): 0.3/2.8 MB | 300/326 kB | 0.2/4.5 MB | 57/866 kB Progress (4): 0.3/2.8 MB | 300/326 kB | 0.2/4.5 MB | 61/866 kB Progress (4): 0.3/2.8 MB | 300/326 kB | 0.2/4.5 MB | 61/866 kB Progress (4): 0.3/2.8 MB | 300/326 kB | 0.2/4.5 MB | 61/866 kB Progress (4): 0.3/2.8 MB | 304/326 kB | 0.2/4.5 MB | 61/866 kB Progress (4): 0.3/2.8 MB | 304/326 kB | 0.2/4.5 MB | 61/866 kB Progress (4): 0.3/2.8 MB | 304/326 kB | 0.2/4.5 MB | 61/866 kB Progress (4): 0.3/2.8 MB | 304/326 kB | 0.2/4.5 MB | 65/866 kB Progress (4): 0.3/2.8 MB | 308/326 kB | 0.2/4.5 MB | 65/866 kB Progress (4): 0.3/2.8 MB | 308/326 kB | 0.2/4.5 MB | 65/866 kB Progress (4): 0.3/2.8 MB | 312/326 kB | 0.2/4.5 MB | 65/866 kB Progress (4): 0.3/2.8 MB | 312/326 kB | 0.2/4.5 MB | 65/866 kB Progress (4): 0.3/2.8 MB | 312/326 kB | 0.2/4.5 MB | 66/866 kB Progress (4): 0.3/2.8 MB | 312/326 kB | 0.2/4.5 MB | 66/866 kB Progress (4): 0.3/2.8 MB | 312/326 kB | 0.2/4.5 MB | 70/866 kB Progress (4): 0.3/2.8 MB | 316/326 kB | 0.2/4.5 MB | 70/866 kB Progress (4): 0.3/2.8 MB | 316/326 kB | 0.2/4.5 MB | 70/866 kB Progress (4): 0.3/2.8 MB | 320/326 kB | 0.2/4.5 MB | 70/866 kB Progress (4): 0.3/2.8 MB | 320/326 kB | 0.2/4.5 MB | 74/866 kB Progress (4): 0.3/2.8 MB | 324/326 kB | 0.2/4.5 MB | 74/866 kB Progress (4): 0.3/2.8 MB | 324/326 kB | 0.2/4.5 MB | 74/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.2/4.5 MB | 74/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.2/4.5 MB | 78/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.2/4.5 MB | 78/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.2/4.5 MB | 82/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.2/4.5 MB | 82/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.2/4.5 MB | 86/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.2/4.5 MB | 86/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.2/4.5 MB | 90/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.2/4.5 MB | 90/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.2/4.5 MB | 94/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.2/4.5 MB | 94/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.2/4.5 MB | 98/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.3/4.5 MB | 98/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.3/4.5 MB | 98/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.3/4.5 MB | 98/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.3/4.5 MB | 102/866 kB Progress (4): 0.3/2.8 MB | 326 kB | 0.3/4.5 MB | 102/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 102/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 106/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 106/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 106/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 110/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 110/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 114/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 114/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 114/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 114/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 118/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 118/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 118/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 118/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 122/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 122/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 122/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 122/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 126/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 126/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 126/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 126/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 130/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 130/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 130/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 130/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 134/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 134/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 134/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 134/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 138/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 138/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 142/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 142/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 142/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 146/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 146/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 146/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 146/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 146/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 150/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 150/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 150/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 154/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 154/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 158/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 158/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 162/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 162/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 162/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 166/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 166/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 170/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 170/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 170/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 170/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 170/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 174/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 174/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 174/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 174/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 178/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 178/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 178/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 182/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 182/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.3/4.5 MB | 186/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.4/4.5 MB | 186/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.4/4.5 MB | 190/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.4/4.5 MB | 190/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.4/4.5 MB | 190/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.4/4.5 MB | 194/866 kB Progress (4): 0.4/2.8 MB | 326 kB | 0.4/4.5 MB | 194/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 194/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 194/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 198/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 198/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 202/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 202/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 202/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 202/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 206/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 206/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 210/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 210/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 214/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 214/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 218/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 218/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 218/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 218/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 222/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 222/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 222/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 222/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 226/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 226/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 226/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 226/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 230/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 230/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 230/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 234/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 234/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 234/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 234/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 238/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 238/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 238/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 242/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 242/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 242/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 242/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 246/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 246/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 246/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 246/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 250/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 250/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 250/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 250/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 254/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 254/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 258/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 258/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 262/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 262/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 266/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 266/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 270/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 270/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 274/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 274/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 278/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 278/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 282/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 282/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 282/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 282/866 kB Progress (4): 0.5/2.8 MB | 326 kB | 0.4/4.5 MB | 286/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.4/4.5 MB | 286/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.4/4.5 MB | 286/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.4/4.5 MB | 290/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.4/4.5 MB | 290/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.4/4.5 MB | 290/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.4/4.5 MB | 290/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.4/4.5 MB | 290/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.4/4.5 MB | 294/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.4/4.5 MB | 294/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.5/4.5 MB | 294/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.5/4.5 MB | 294/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.5/4.5 MB | 298/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.5/4.5 MB | 298/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.5/4.5 MB | 298/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.5/4.5 MB | 298/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.5/4.5 MB | 302/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.5/4.5 MB | 302/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.5/4.5 MB | 302/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.5/4.5 MB | 302/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.5/4.5 MB | 306/866 kB Progress (4): 0.6/2.8 MB | 326 kB | 0.5/4.5 MB | 306/866 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar (326 kB at 859 kB/s) Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 306/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 310/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 310/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 314/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 314/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 314/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 314/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 318/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 318/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 322/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 322/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 322/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 322/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 326/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 326/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 330/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 330/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 330/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 330/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 334/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 334/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 338/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 338/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 338/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 338/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 342/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 342/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 342/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 342/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 346/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 346/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 346/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 350/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 350/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 350/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 354/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 354/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 354/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 354/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 358/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 358/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 358/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 358/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 362/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 362/866 kB Progress (3): 0.6/2.8 MB | 0.5/4.5 MB | 362/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 362/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 366/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 366/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 366/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 370/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 370/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 370/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 374/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 374/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 378/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 378/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 378/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 382/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 382/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 382/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 386/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 386/866 kB Progress (3): 0.7/2.8 MB | 0.5/4.5 MB | 386/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 386/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 386/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 390/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 390/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 394/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 394/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 394/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 394/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 398/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 398/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 398/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 398/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 402/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 402/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 402/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 406/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 406/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 410/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 410/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 410/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 414/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 414/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 414/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 418/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 418/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 418/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 418/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 422/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 422/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 422/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 426/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 426/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 426/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 430/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 430/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 434/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 434/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 434/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 438/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 438/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 438/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 438/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 442/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 442/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 442/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 442/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 446/866 kB Progress (3): 0.7/2.8 MB | 0.6/4.5 MB | 446/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 446/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 446/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 450/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 450/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 450/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 450/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 454/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 454/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 454/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 454/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 458/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 458/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 458/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 458/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 462/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 462/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 462/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 462/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 466/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 466/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 466/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 470/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 470/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 474/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 474/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 474/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 478/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 478/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 478/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 482/866 kB Progress (3): 0.8/2.8 MB | 0.6/4.5 MB | 482/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 482/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 486/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 486/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 490/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 490/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 490/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 494/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 494/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 498/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 498/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 498/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 502/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 502/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 502/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 506/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 506/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 506/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 510/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 510/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 510/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 510/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 514/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 514/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 514/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 518/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 518/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 522/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 522/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 522/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 522/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 526/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 526/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 526/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 526/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 530/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 530/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 530/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 534/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 534/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 534/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 538/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 538/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 538/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 542/866 kB Progress (3): 0.8/2.8 MB | 0.7/4.5 MB | 542/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 542/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 546/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 546/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 546/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 546/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 550/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 550/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 554/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 554/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 554/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 554/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 558/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 558/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 562/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 566/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 570/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 574/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 578/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 578/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 582/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 582/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 586/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 586/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 586/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 590/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 590/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 590/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 590/866 kB Progress (3): 0.9/2.8 MB | 0.7/4.5 MB | 594/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 594/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 594/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 594/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 598/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 598/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 598/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 602/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 602/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 602/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 606/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 606/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 606/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 610/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 610/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 610/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 614/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 614/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 618/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 618/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 618/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 622/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 622/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 626/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 626/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 626/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 630/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 630/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 630/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 634/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 634/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 634/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 634/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 638/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 638/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 642/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 642/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 642/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 642/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 646/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 646/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 650/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 650/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 654/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 654/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 658/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 658/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 662/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 662/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 662/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 666/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 666/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 666/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 670/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 670/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 674/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 674/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 678/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 678/866 kB Progress (3): 0.9/2.8 MB | 0.8/4.5 MB | 682/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 682/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 682/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 686/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 686/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 686/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 690/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 690/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 690/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 690/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 694/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 694/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 698/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 698/866 kB Progress (3): 1.0/2.8 MB | 0.8/4.5 MB | 698/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 698/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 702/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 702/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 702/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 702/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 706/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 706/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 706/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 710/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 710/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 710/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 714/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 714/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 714/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 718/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 718/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 718/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 722/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 722/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 722/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 726/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 726/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 726/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 726/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 730/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 730/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 730/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 730/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 734/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 734/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 738/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 738/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 738/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 738/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 742/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 742/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 746/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 746/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 746/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 746/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 750/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 750/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 754/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 754/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 754/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 754/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 758/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 758/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 762/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 762/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 762/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 762/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 766/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 766/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 770/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 770/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 770/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 770/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 774/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 774/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 774/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 778/866 kB Progress (3): 1.0/2.8 MB | 0.9/4.5 MB | 778/866 kB Progress (3): 1.1/2.8 MB | 0.9/4.5 MB | 778/866 kB Progress (3): 1.1/2.8 MB | 0.9/4.5 MB | 782/866 kB Progress (3): 1.1/2.8 MB | 0.9/4.5 MB | 782/866 kB Progress (3): 1.1/2.8 MB | 0.9/4.5 MB | 782/866 kB Progress (3): 1.1/2.8 MB | 0.9/4.5 MB | 782/866 kB Progress (3): 1.1/2.8 MB | 0.9/4.5 MB | 786/866 kB Progress (3): 1.1/2.8 MB | 0.9/4.5 MB | 786/866 kB Progress (3): 1.1/2.8 MB | 0.9/4.5 MB | 790/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 790/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 794/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 794/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 794/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 798/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 798/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 798/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 802/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 802/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 802/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 802/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 806/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 806/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 806/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 806/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 810/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 810/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 810/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 810/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 814/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 814/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 818/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 818/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 818/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 822/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 822/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 826/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 826/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 826/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 830/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 830/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 830/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 834/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 834/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 834/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 838/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 838/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 838/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 842/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 842/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 842/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 846/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 846/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 846/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 846/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 850/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 850/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 850/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 850/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 854/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 854/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 854/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 858/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 858/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 858/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 858/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 862/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 862/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 866/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 866/866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 866 kB Progress (3): 1.1/2.8 MB | 1.0/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.0/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.0/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Progress (3): 1.2/2.8 MB | 1.1/4.5 MB | 866 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar (866 kB at 1.5 MB/s) Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.1/4.5 MB Progress (2): 1.2/2.8 MB | 1.2/4.5 MB Progress (2): 1.2/2.8 MB | 1.2/4.5 MB Progress (2): 1.2/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.2/4.5 MB Progress (2): 1.3/2.8 MB | 1.3/4.5 MB Progress (2): 1.3/2.8 MB | 1.3/4.5 MB Progress (2): 1.3/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.3/4.5 MB Progress (2): 1.4/2.8 MB | 1.4/4.5 MB Progress (2): 1.4/2.8 MB | 1.4/4.5 MB Progress (2): 1.4/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.4/4.5 MB Progress (2): 1.5/2.8 MB | 1.5/4.5 MB Progress (2): 1.5/2.8 MB | 1.5/4.5 MB Progress (2): 1.5/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.5/4.5 MB Progress (2): 1.6/2.8 MB | 1.6/4.5 MB Progress (2): 1.6/2.8 MB | 1.6/4.5 MB Progress (2): 1.6/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.6/4.5 MB Progress (2): 1.7/2.8 MB | 1.7/4.5 MB Progress (2): 1.7/2.8 MB | 1.7/4.5 MB Progress (2): 1.7/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.7/4.5 MB Progress (2): 1.8/2.8 MB | 1.8/4.5 MB Progress (2): 1.8/2.8 MB | 1.8/4.5 MB Progress (2): 1.8/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.8/4.5 MB Progress (2): 1.9/2.8 MB | 1.9/4.5 MB Progress (2): 1.9/2.8 MB | 1.9/4.5 MB Progress (2): 1.9/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 1.9/4.5 MB Progress (2): 2.0/2.8 MB | 2.0/4.5 MB Progress (2): 2.0/2.8 MB | 2.0/4.5 MB Progress (2): 2.0/2.8 MB | 2.0/4.5 MB Progress (2): 2.0/2.8 MB | 2.0/4.5 MB Progress (2): 2.0/2.8 MB | 2.0/4.5 MB Progress (2): 2.0/2.8 MB | 2.0/4.5 MB Progress (2): 2.0/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.0/4.5 MB Progress (2): 2.1/2.8 MB | 2.1/4.5 MB Progress (2): 2.1/2.8 MB | 2.1/4.5 MB Progress (2): 2.1/2.8 MB | 2.1/4.5 MB Progress (2): 2.1/2.8 MB | 2.1/4.5 MB Progress (2): 2.1/2.8 MB | 2.1/4.5 MB Progress (2): 2.1/2.8 MB | 2.1/4.5 MB Progress (2): 2.1/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.1/4.5 MB Progress (2): 2.2/2.8 MB | 2.2/4.5 MB Progress (2): 2.2/2.8 MB | 2.2/4.5 MB Progress (2): 2.2/2.8 MB | 2.2/4.5 MB Progress (2): 2.2/2.8 MB | 2.2/4.5 MB Progress (2): 2.2/2.8 MB | 2.2/4.5 MB Progress (2): 2.2/2.8 MB | 2.2/4.5 MB Progress (2): 2.2/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.2/4.5 MB Progress (2): 2.3/2.8 MB | 2.3/4.5 MB Progress (2): 2.3/2.8 MB | 2.3/4.5 MB Progress (2): 2.3/2.8 MB | 2.3/4.5 MB Progress (2): 2.3/2.8 MB | 2.3/4.5 MB Progress (2): 2.3/2.8 MB | 2.3/4.5 MB Progress (2): 2.3/2.8 MB | 2.3/4.5 MB Progress (2): 2.3/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.3/4.5 MB Progress (2): 2.4/2.8 MB | 2.4/4.5 MB Progress (2): 2.4/2.8 MB | 2.4/4.5 MB Progress (2): 2.4/2.8 MB | 2.4/4.5 MB Progress (2): 2.4/2.8 MB | 2.4/4.5 MB Progress (2): 2.4/2.8 MB | 2.4/4.5 MB Progress (2): 2.4/2.8 MB | 2.4/4.5 MB Progress (2): 2.4/2.8 MB | 2.4/4.5 MB Progress (2): 2.4/2.8 MB | 2.4/4.5 MB Progress (2): 2.4/2.8 MB | 2.4/4.5 MB Progress (2): 2.4/2.8 MB | 2.4/4.5 MB Progress (2): 2.4/2.8 MB | 2.4/4.5 MB Progress (2): 2.4/2.8 MB | 2.4/4.5 MB Progress (2): 2.4/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.4/4.5 MB Progress (2): 2.5/2.8 MB | 2.5/4.5 MB Progress (2): 2.5/2.8 MB | 2.5/4.5 MB Progress (2): 2.5/2.8 MB | 2.5/4.5 MB Progress (2): 2.5/2.8 MB | 2.5/4.5 MB Progress (2): 2.5/2.8 MB | 2.5/4.5 MB Progress (2): 2.5/2.8 MB | 2.5/4.5 MB Progress (2): 2.5/2.8 MB | 2.5/4.5 MB Progress (2): 2.5/2.8 MB | 2.5/4.5 MB Progress (2): 2.5/2.8 MB | 2.5/4.5 MB Progress (2): 2.5/2.8 MB | 2.5/4.5 MB Progress (2): 2.5/2.8 MB | 2.5/4.5 MB Progress (2): 2.5/2.8 MB | 2.5/4.5 MB Progress (2): 2.5/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.5/4.5 MB Progress (2): 2.6/2.8 MB | 2.6/4.5 MB Progress (2): 2.6/2.8 MB | 2.6/4.5 MB Progress (2): 2.6/2.8 MB | 2.6/4.5 MB Progress (2): 2.6/2.8 MB | 2.6/4.5 MB Progress (2): 2.6/2.8 MB | 2.6/4.5 MB Progress (2): 2.6/2.8 MB | 2.6/4.5 MB Progress (2): 2.6/2.8 MB | 2.6/4.5 MB Progress (2): 2.6/2.8 MB | 2.6/4.5 MB Progress (2): 2.6/2.8 MB | 2.6/4.5 MB Progress (2): 2.6/2.8 MB | 2.6/4.5 MB Progress (2): 2.6/2.8 MB | 2.6/4.5 MB Progress (2): 2.6/2.8 MB | 2.6/4.5 MB Progress (2): 2.6/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.6/4.5 MB Progress (2): 2.7/2.8 MB | 2.7/4.5 MB Progress (2): 2.7/2.8 MB | 2.7/4.5 MB Progress (2): 2.7/2.8 MB | 2.7/4.5 MB Progress (2): 2.7/2.8 MB | 2.7/4.5 MB Progress (2): 2.7/2.8 MB | 2.7/4.5 MB Progress (2): 2.7/2.8 MB | 2.7/4.5 MB Progress (2): 2.7/2.8 MB | 2.7/4.5 MB Progress (2): 2.7/2.8 MB | 2.7/4.5 MB Progress (2): 2.7/2.8 MB | 2.7/4.5 MB Progress (2): 2.7/2.8 MB | 2.7/4.5 MB Progress (2): 2.7/2.8 MB | 2.7/4.5 MB Progress (2): 2.7/2.8 MB | 2.7/4.5 MB Progress (2): 2.7/2.8 MB | 2.7/4.5 MB Progress (2): 2.8/2.8 MB | 2.7/4.5 MB Progress (2): 2.8/2.8 MB | 2.7/4.5 MB Progress (2): 2.8/2.8 MB | 2.7/4.5 MB Progress (2): 2.8/2.8 MB | 2.7/4.5 MB Progress (2): 2.8/2.8 MB | 2.7/4.5 MB Progress (2): 2.8/2.8 MB | 2.7/4.5 MB Progress (2): 2.8/2.8 MB | 2.7/4.5 MB Progress (2): 2.8/2.8 MB | 2.7/4.5 MB Progress (2): 2.8/2.8 MB | 2.7/4.5 MB Progress (2): 2.8/2.8 MB | 2.7/4.5 MB Progress (2): 2.8/2.8 MB | 2.7/4.5 MB Progress (2): 2.8/2.8 MB | 2.7/4.5 MB Progress (2): 2.8/2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.7/4.5 MB Progress (2): 2.8 MB | 2.8/4.5 MB Progress (2): 2.8 MB | 2.8/4.5 MB Progress (2): 2.8 MB | 2.8/4.5 MB Progress (2): 2.8 MB | 2.8/4.5 MB Progress (2): 2.8 MB | 2.8/4.5 MB Progress (2): 2.8 MB | 2.8/4.5 MB Progress (2): 2.8 MB | 2.8/4.5 MB Progress (2): 2.8 MB | 2.8/4.5 MB Progress (2): 2.8 MB | 2.8/4.5 MB Progress (2): 2.8 MB | 2.8/4.5 MB Progress (2): 2.8 MB | 2.8/4.5 MB Progress (2): 2.8 MB | 2.8/4.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.jar (2.8 MB at 3.5 MB/s) Progress (1): 2.8/4.5 MB Progress (1): 2.8/4.5 MB Progress (1): 2.8/4.5 MB Progress (1): 2.8/4.5 MB Progress (1): 2.8/4.5 MB Progress (1): 2.8/4.5 MB Progress (1): 2.8/4.5 MB Progress (1): 2.8/4.5 MB Progress (1): 2.8/4.5 MB Progress (1): 2.8/4.5 MB Progress (1): 2.8/4.5 MB Progress (1): 2.8/4.5 MB Progress (1): 2.8/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 2.9/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.0/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.1/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.2/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.3/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.4/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.5/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.6/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.7/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.8/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 3.9/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.0/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.1/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.2/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.3/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.4/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5/4.5 MB Progress (1): 4.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar (4.5 MB at 4.6 MB/s) [INFO] The project's OSGi version is 1.4.3.20191209-1849 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.m2e.wtp.overlay --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.m2e.wtp.overlay --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.m2e.wtp.overlay --- Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 185 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 274 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 219 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 270 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom Progress (1): 4.1/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 984 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom Progress (1): 4.1/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 475 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 160 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 146 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.1 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 391 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 351 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.6 MB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 25 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 55 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 84 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1/8.1 kB Progress (1): 7.7/8.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 224 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 352 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 90 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Progress (1): 4.1/155 kB Progress (1): 7.7/155 kB Progress (1): 12/155 kB Progress (1): 16/155 kB Progress (1): 20/155 kB Progress (1): 24/155 kB Progress (1): 28/155 kB Progress (1): 32/155 kB Progress (1): 36/155 kB Progress (1): 40/155 kB Progress (1): 44/155 kB Progress (1): 48/155 kB Progress (2): 48/155 kB | 4.1/8.5 kB Progress (3): 48/155 kB | 4.1/8.5 kB | 4.1/262 kB Progress (4): 48/155 kB | 4.1/8.5 kB | 4.1/262 kB | 4.1/51 kB Progress (4): 52/155 kB | 4.1/8.5 kB | 4.1/262 kB | 4.1/51 kB Progress (4): 52/155 kB | 4.1/8.5 kB | 4.1/262 kB | 7.7/51 kB Progress (4): 52/155 kB | 4.1/8.5 kB | 7.7/262 kB | 7.7/51 kB Progress (4): 52/155 kB | 7.7/8.5 kB | 7.7/262 kB | 7.7/51 kB Progress (4): 52/155 kB | 7.7/8.5 kB | 12/262 kB | 7.7/51 kB Progress (4): 52/155 kB | 7.7/8.5 kB | 12/262 kB | 12/51 kB Progress (4): 56/155 kB | 7.7/8.5 kB | 12/262 kB | 12/51 kB Progress (4): 56/155 kB | 7.7/8.5 kB | 12/262 kB | 16/51 kB Progress (4): 56/155 kB | 7.7/8.5 kB | 16/262 kB | 16/51 kB Progress (4): 56/155 kB | 8.5 kB | 16/262 kB | 16/51 kB Progress (4): 56/155 kB | 8.5 kB | 20/262 kB | 16/51 kB Progress (4): 56/155 kB | 8.5 kB | 20/262 kB | 20/51 kB Progress (4): 60/155 kB | 8.5 kB | 20/262 kB | 20/51 kB Progress (5): 60/155 kB | 8.5 kB | 20/262 kB | 20/51 kB | 4.1/32 kB Progress (5): 64/155 kB | 8.5 kB | 20/262 kB | 20/51 kB | 4.1/32 kB Progress (5): 64/155 kB | 8.5 kB | 20/262 kB | 24/51 kB | 4.1/32 kB Progress (5): 68/155 kB | 8.5 kB | 20/262 kB | 24/51 kB | 4.1/32 kB Progress (5): 68/155 kB | 8.5 kB | 24/262 kB | 24/51 kB | 4.1/32 kB Progress (5): 72/155 kB | 8.5 kB | 24/262 kB | 24/51 kB | 4.1/32 kB Progress (5): 72/155 kB | 8.5 kB | 28/262 kB | 24/51 kB | 4.1/32 kB Progress (5): 76/155 kB | 8.5 kB | 28/262 kB | 24/51 kB | 4.1/32 kB Progress (5): 76/155 kB | 8.5 kB | 28/262 kB | 28/51 kB | 4.1/32 kB Progress (5): 76/155 kB | 8.5 kB | 28/262 kB | 28/51 kB | 7.7/32 kB Progress (5): 76/155 kB | 8.5 kB | 28/262 kB | 32/51 kB | 7.7/32 kB Progress (5): 80/155 kB | 8.5 kB | 28/262 kB | 32/51 kB | 7.7/32 kB Progress (5): 80/155 kB | 8.5 kB | 32/262 kB | 32/51 kB | 7.7/32 kB Progress (5): 84/155 kB | 8.5 kB | 32/262 kB | 32/51 kB | 7.7/32 kB Progress (5): 84/155 kB | 8.5 kB | 36/262 kB | 32/51 kB | 7.7/32 kB Progress (5): 84/155 kB | 8.5 kB | 36/262 kB | 36/51 kB | 7.7/32 kB Progress (5): 84/155 kB | 8.5 kB | 36/262 kB | 36/51 kB | 12/32 kB Progress (5): 84/155 kB | 8.5 kB | 36/262 kB | 40/51 kB | 12/32 kB Progress (5): 84/155 kB | 8.5 kB | 40/262 kB | 40/51 kB | 12/32 kB Progress (5): 88/155 kB | 8.5 kB | 40/262 kB | 40/51 kB | 12/32 kB Progress (5): 88/155 kB | 8.5 kB | 44/262 kB | 40/51 kB | 12/32 kB Progress (5): 88/155 kB | 8.5 kB | 44/262 kB | 44/51 kB | 12/32 kB Progress (5): 88/155 kB | 8.5 kB | 44/262 kB | 44/51 kB | 16/32 kB Progress (5): 88/155 kB | 8.5 kB | 44/262 kB | 48/51 kB | 16/32 kB Progress (5): 88/155 kB | 8.5 kB | 48/262 kB | 48/51 kB | 16/32 kB Progress (5): 92/155 kB | 8.5 kB | 48/262 kB | 48/51 kB | 16/32 kB Progress (5): 92/155 kB | 8.5 kB | 52/262 kB | 48/51 kB | 16/32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 236 kB/s) Progress (4): 92/155 kB | 52/262 kB | 51 kB | 16/32 kB Progress (4): 92/155 kB | 52/262 kB | 51 kB | 20/32 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Progress (4): 92/155 kB | 56/262 kB | 51 kB | 20/32 kB Progress (4): 96/155 kB | 56/262 kB | 51 kB | 20/32 kB Progress (4): 96/155 kB | 56/262 kB | 51 kB | 24/32 kB Progress (4): 100/155 kB | 56/262 kB | 51 kB | 24/32 kB Progress (4): 100/155 kB | 60/262 kB | 51 kB | 24/32 kB Progress (4): 104/155 kB | 60/262 kB | 51 kB | 24/32 kB Progress (4): 104/155 kB | 60/262 kB | 51 kB | 28/32 kB Progress (4): 108/155 kB | 60/262 kB | 51 kB | 28/32 kB Progress (4): 108/155 kB | 64/262 kB | 51 kB | 28/32 kB Progress (4): 112/155 kB | 64/262 kB | 51 kB | 28/32 kB Progress (4): 112/155 kB | 64/262 kB | 51 kB | 32/32 kB Progress (4): 112/155 kB | 68/262 kB | 51 kB | 32/32 kB Progress (4): 112/155 kB | 68/262 kB | 51 kB | 32 kB Progress (4): 116/155 kB | 68/262 kB | 51 kB | 32 kB Progress (4): 116/155 kB | 72/262 kB | 51 kB | 32 kB Progress (4): 120/155 kB | 72/262 kB | 51 kB | 32 kB Progress (4): 120/155 kB | 76/262 kB | 51 kB | 32 kB Progress (4): 124/155 kB | 76/262 kB | 51 kB | 32 kB Progress (4): 124/155 kB | 80/262 kB | 51 kB | 32 kB Progress (4): 128/155 kB | 80/262 kB | 51 kB | 32 kB Progress (4): 128/155 kB | 84/262 kB | 51 kB | 32 kB Progress (4): 132/155 kB | 84/262 kB | 51 kB | 32 kB Progress (4): 132/155 kB | 88/262 kB | 51 kB | 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 1.2 MB/s) Progress (3): 132/155 kB | 92/262 kB | 32 kB Progress (3): 136/155 kB | 92/262 kB | 32 kB Progress (3): 136/155 kB | 96/262 kB | 32 kB Progress (3): 140/155 kB | 96/262 kB | 32 kB Progress (3): 140/155 kB | 100/262 kB | 32 kB Progress (3): 144/155 kB | 100/262 kB | 32 kB Progress (3): 144/155 kB | 104/262 kB | 32 kB Progress (3): 148/155 kB | 104/262 kB | 32 kB Progress (3): 148/155 kB | 108/262 kB | 32 kB Progress (3): 152/155 kB | 108/262 kB | 32 kB Progress (3): 152/155 kB | 112/262 kB | 32 kB Progress (3): 155 kB | 112/262 kB | 32 kB Progress (3): 155 kB | 116/262 kB | 32 kB Progress (3): 155 kB | 120/262 kB | 32 kB Progress (4): 155 kB | 120/262 kB | 32 kB | 4.1/79 kB Progress (4): 155 kB | 124/262 kB | 32 kB | 4.1/79 kB Progress (4): 155 kB | 124/262 kB | 32 kB | 7.7/79 kB Progress (4): 155 kB | 128/262 kB | 32 kB | 7.7/79 kB Progress (4): 155 kB | 128/262 kB | 32 kB | 12/79 kB Progress (4): 155 kB | 132/262 kB | 32 kB | 12/79 kB Progress (4): 155 kB | 132/262 kB | 32 kB | 16/79 kB Progress (4): 155 kB | 136/262 kB | 32 kB | 16/79 kB Progress (4): 155 kB | 136/262 kB | 32 kB | 20/79 kB Progress (4): 155 kB | 140/262 kB | 32 kB | 20/79 kB Progress (4): 155 kB | 140/262 kB | 32 kB | 24/79 kB Progress (4): 155 kB | 144/262 kB | 32 kB | 24/79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 678 kB/s) Progress (3): 155 kB | 148/262 kB | 24/79 kB Progress (3): 155 kB | 148/262 kB | 28/79 kB Progress (3): 155 kB | 152/262 kB | 28/79 kB Progress (3): 155 kB | 152/262 kB | 32/79 kB Progress (3): 155 kB | 156/262 kB | 32/79 kB Progress (3): 155 kB | 156/262 kB | 33/79 kB Progress (3): 155 kB | 160/262 kB | 33/79 kB Progress (3): 155 kB | 160/262 kB | 37/79 kB Progress (3): 155 kB | 164/262 kB | 37/79 kB Progress (3): 155 kB | 164/262 kB | 41/79 kB Progress (3): 155 kB | 168/262 kB | 41/79 kB Progress (3): 155 kB | 168/262 kB | 45/79 kB Progress (3): 155 kB | 172/262 kB | 45/79 kB Progress (3): 155 kB | 172/262 kB | 49/79 kB Progress (3): 155 kB | 176/262 kB | 49/79 kB Progress (3): 155 kB | 176/262 kB | 53/79 kB Progress (3): 155 kB | 180/262 kB | 53/79 kB Progress (3): 155 kB | 180/262 kB | 57/79 kB Progress (3): 155 kB | 184/262 kB | 57/79 kB Progress (3): 155 kB | 184/262 kB | 61/79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 3.0 MB/s) Progress (2): 188/262 kB | 61/79 kB Progress (2): 188/262 kB | 65/79 kB Progress (2): 192/262 kB | 65/79 kB Progress (2): 192/262 kB | 69/79 kB Progress (2): 196/262 kB | 69/79 kB Progress (2): 196/262 kB | 73/79 kB Progress (2): 200/262 kB | 73/79 kB Progress (2): 200/262 kB | 77/79 kB Progress (2): 204/262 kB | 77/79 kB Progress (2): 204/262 kB | 79 kB Progress (2): 208/262 kB | 79 kB Progress (2): 212/262 kB | 79 kB Progress (2): 216/262 kB | 79 kB Progress (2): 220/262 kB | 79 kB Progress (2): 224/262 kB | 79 kB Progress (2): 228/262 kB | 79 kB Progress (2): 232/262 kB | 79 kB Progress (2): 236/262 kB | 79 kB Progress (2): 240/262 kB | 79 kB Progress (2): 244/262 kB | 79 kB Progress (2): 248/262 kB | 79 kB Progress (2): 252/262 kB | 79 kB Progress (2): 256/262 kB | 79 kB Progress (2): 260/262 kB | 79 kB Progress (2): 262 kB | 79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 1.4 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 2.1 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.m2e.wtp.overlay --- Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom Progress (1): 692 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom (692 B at 15 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom (6.0 kB at 355 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 177 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom Progress (1): 867 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom (867 B at 36 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.pom (2.4 kB at 70 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.pom (1.6 kB at 52 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom (1.7 kB at 56 kB/s) Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.jar Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.jar (3.5 kB at 110 kB/s) Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar (27 kB at 564 kB/s) Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Progress (2): 4.7 kB | 0/2.9 MB Progress (2): 4.7 kB | 0/2.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar (4.7 kB at 68 kB/s) Progress (1): 0/2.9 MB Progress (1): 0/2.9 MB Progress (1): 0/2.9 MB Progress (1): 0/2.9 MB Progress (1): 0/2.9 MB Progress (1): 0/2.9 MB Progress (1): 0/2.9 MB Progress (1): 0/2.9 MB Progress (2): 0/2.9 MB | 4.1/17 kB Progress (2): 0/2.9 MB | 4.1/17 kB Progress (2): 0/2.9 MB | 7.7/17 kB Progress (2): 0/2.9 MB | 7.7/17 kB Progress (2): 0/2.9 MB | 12/17 kB Progress (2): 0.1/2.9 MB | 12/17 kB Progress (2): 0.1/2.9 MB | 16/17 kB Progress (2): 0.1/2.9 MB | 16/17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Progress (2): 0.1/2.9 MB | 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.jar (17 kB at 209 kB/s) Progress (1): 0.1/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.2/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.3/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.4/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.5/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.6/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.7/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.8/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 0.9/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.0/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.1/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.2/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.3/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.4/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.5/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.6/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.7/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.9/2.9 MB Progress (1): 2.9/2.9 MB Progress (1): 2.9/2.9 MB Progress (1): 2.9/2.9 MB Progress (1): 2.9/2.9 MB Progress (1): 2.9/2.9 MB Progress (1): 2.9/2.9 MB Progress (1): 2.9/2.9 MB Progress (1): 2.9/2.9 MB Progress (1): 2.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar (2.9 MB at 8.6 MB/s) [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/target/classes [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/modulecore/CompositeVirtualFolder.java:[159] final IFile f = (IFile)flatFile.getAdapter(IFile.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IFile to IFile [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/modulecore/CompositeVirtualFolder.java:[163] File underlyingFile = (File)flatFile.getAdapter(File.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from File to File [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/modulecore/CompositeVirtualFolder.java:[415] public Object getAdapter(Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type CompositeVirtualFolder needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/modulecore/CompositeVirtualFolder.java:[415] public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/servers/OverlayResourceChangeListener.java:[38] import org.eclipse.wst.server.core.internal.Server; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Server' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.wst.server.core/1.10.100.v201910252115/org.eclipse.wst.server.core-1.10.100.v201910252115.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/servers/OverlayResourceChangeListener.java:[112] if (iserver instanceof Server) { ^^^^^^ Discouraged access: The type 'Server' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.wst.server.core/1.10.100.v201910252115/org.eclipse.wst.server.core-1.10.100.v201910252115.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/servers/OverlayResourceChangeListener.java:[113] Server server = ((Server)iserver); ^^^^^^ Discouraged access: The type 'Server' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.wst.server.core/1.10.100.v201910252115/org.eclipse.wst.server.core-1.10.100.v201910252115.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/servers/OverlayResourceChangeListener.java:[113] Server server = ((Server)iserver); ^^^^^^ Discouraged access: The type 'Server' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.wst.server.core/1.10.100.v201910252115/org.eclipse.wst.server.core-1.10.100.v201910252115.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/servers/OverlayResourceChangeListener.java:[117] server.setModulePublishState(mod, IServer.PUBLISH_STATE_INCREMENTAL); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Server.setModulePublishState(IModule[], int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.wst.server.core/1.10.100.v201910252115/org.eclipse.wst.server.core-1.10.100.v201910252115.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/servers/OverlayResourceChangeListener.java:[118] int autoPublishSetting = server.getAutoPublishSetting(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Server.getAutoPublishSetting()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.wst.server.core/1.10.100.v201910252115/org.eclipse.wst.server.core-1.10.100.v201910252115.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/servers/OverlayResourceChangeListener.java:[119] shouldPublish = shouldPublish && (autoPublishSetting == Server.AUTO_PUBLISH_RESOURCE || ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Server' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.wst.server.core/1.10.100.v201910252115/org.eclipse.wst.server.core-1.10.100.v201910252115.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/servers/OverlayResourceChangeListener.java:[119] shouldPublish = shouldPublish && (autoPublishSetting == Server.AUTO_PUBLISH_RESOURCE || ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'Server.AUTO_PUBLISH_RESOURCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.wst.server.core/1.10.100.v201910252115/org.eclipse.wst.server.core-1.10.100.v201910252115.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/servers/OverlayResourceChangeListener.java:[120] (autoPublishSetting == Server.AUTO_PUBLISH_BUILD && buildOccurred)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Server' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.wst.server.core/1.10.100.v201910252115/org.eclipse.wst.server.core-1.10.100.v201910252115.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/servers/OverlayResourceChangeListener.java:[120] (autoPublishSetting == Server.AUTO_PUBLISH_BUILD && buildOccurred)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'Server.AUTO_PUBLISH_BUILD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.wst.server.core/1.10.100.v201910252115/org.eclipse.wst.server.core-1.10.100.v201910252115.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/modulecore/ResourceListVirtualFolder.java:[143] protected void handleResource(final IResource resource, HashMap map, int memberFlags) throws CoreException { ^^^^^^^^^^^ The value of the parameter memberFlags is not used [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/org/eclipse/m2e/wtp/overlay/internal/modulecore/OverlaySelfComponent.java:[40] IVirtualComponent component = ComponentCore.createComponent(getProject()); ^^^^^^^^^^ Discouraged access: The method 'VirtualComponent.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.wst.common.modulecore/1.3.100.v201903222010/org.eclipse.wst.common.modulecore-1.3.100.v201903222010.jar') 16 problems (16 warnings) [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.m2e.wtp.overlay --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.m2e.wtp.overlay --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/target/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.m2e.wtp.overlay --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.m2e.wtp.overlay --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/target/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.wtp.overlay --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.m2e.wtp.overlay --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/target/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.m2e.wtp.overlay --- [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/target/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/target/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.m2e.wtp.overlay --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/target/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.m2e.wtp.overlay --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.wtp.overlay --- [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/target/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.overlay/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/pom.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.overlay/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/target/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.overlay/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/target/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.overlay/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.overlay/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.overlay/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.overlay-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.m2e.wtp.overlay --- [INFO] [INFO] ---------< org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.overlay.ui >--------- [INFO] Building M2E-WTP :: Overlay UI 1.4.3-SNAPSHOT [3/13] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] The project's OSGi version is 1.4.3.20191209-1849 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/target/classes [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/src/org/eclipse/m2e/wtp/overlay/internal/ui/OverlayUIPluginActivator.java:[42] public void start(BundleContext context) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method start(BundleContext) of type OverlayUIPluginActivator should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/src/org/eclipse/m2e/wtp/overlay/internal/ui/OverlayUIPluginActivator.java:[51] public void stop(BundleContext context) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method stop(BundleContext) of type OverlayUIPluginActivator should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/src/org/eclipse/m2e/wtp/overlay/internal/ui/OverlayUIPluginActivator.java:[70] preferenceStore = new ScopedPreferenceStore(new InstanceScope(), OverlayConstants.PLUGIN_ID); ^^^^^^^^^^^^^^^ The constructor InstanceScope() is deprecated [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/src/org/eclipse/m2e/wtp/overlay/internal/ui/preferences/OverlayPublishingPreferencePage.java:[34] public void init(IWorkbench workbench) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method init(IWorkbench) of type OverlayPublishingPreferencePage should be tagged with @Override since it actually overrides a superinterface method 4 problems (4 warnings) [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/target/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/target/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/target/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/target/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/target/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/target/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/target/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.overlay.ui/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/pom.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.overlay.ui/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/target/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.overlay.ui/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/target/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.overlay.ui/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.overlay.ui/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.overlay.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.overlay.ui/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.overlay.ui-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.m2e.wtp.overlay.ui --- [INFO] [INFO] --------------< org.eclipse.m2e.wtp:org.eclipse.m2e.wtp >--------------- [INFO] Building M2E-WTP :: Core 1.4.3-SNAPSHOT [4/13] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.wtp --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.wtp --- [INFO] The project's OSGi version is 1.4.3.20191209-1849 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.m2e.wtp --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.m2e.wtp --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.m2e.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.m2e.wtp --- [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.m2e.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.m2e.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.m2e.wtp --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.m2e.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.wtp --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.m2e.wtp --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.m2e.wtp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT.jar_unpacked_6331022212146762299/jars/maven-war-plugin-2.1.1.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT.jar_unpacked_6331022212146762299/jars/maven-war-plugin-2.1.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.m2e.wtp --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.m2e.wtp --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.wtp --- [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/pom.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.m2e.wtp --- [INFO] [INFO] ----------< org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.feature >----------- [INFO] Building M2E-WTP :: Core Feature 1.4.3-SNAPSHOT [5/13] [INFO] --------------------------[ eclipse-feature ]--------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar Progress (1): 4.1/138 kB Progress (1): 7.7/138 kB Progress (1): 12/138 kB Progress (1): 16/138 kB Progress (1): 20/138 kB Progress (1): 24/138 kB Progress (1): 28/138 kB Progress (1): 32/138 kB Progress (1): 36/138 kB Progress (1): 40/138 kB Progress (1): 44/138 kB Progress (1): 48/138 kB Progress (2): 48/138 kB | 4.1/12 kB Progress (2): 48/138 kB | 7.7/12 kB Progress (2): 48/138 kB | 12/12 kB Progress (2): 48/138 kB | 12 kB Progress (3): 48/138 kB | 12 kB | 4.1/9.9 kB Progress (3): 52/138 kB | 12 kB | 4.1/9.9 kB Progress (3): 52/138 kB | 12 kB | 7.7/9.9 kB Progress (3): 56/138 kB | 12 kB | 7.7/9.9 kB Progress (3): 56/138 kB | 12 kB | 9.9 kB Progress (4): 56/138 kB | 12 kB | 9.9 kB | 4.1/109 kB Progress (4): 60/138 kB | 12 kB | 9.9 kB | 4.1/109 kB Progress (4): 60/138 kB | 12 kB | 9.9 kB | 7.7/109 kB Progress (4): 64/138 kB | 12 kB | 9.9 kB | 7.7/109 kB Progress (4): 64/138 kB | 12 kB | 9.9 kB | 12/109 kB Progress (4): 68/138 kB | 12 kB | 9.9 kB | 12/109 kB Progress (4): 68/138 kB | 12 kB | 9.9 kB | 16/109 kB Progress (4): 72/138 kB | 12 kB | 9.9 kB | 16/109 kB Progress (4): 72/138 kB | 12 kB | 9.9 kB | 20/109 kB Progress (4): 76/138 kB | 12 kB | 9.9 kB | 20/109 kB Progress (4): 76/138 kB | 12 kB | 9.9 kB | 24/109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.jar (12 kB at 181 kB/s) Progress (3): 80/138 kB | 9.9 kB | 24/109 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.jar Progress (3): 80/138 kB | 9.9 kB | 28/109 kB Progress (3): 84/138 kB | 9.9 kB | 28/109 kB Progress (3): 84/138 kB | 9.9 kB | 32/109 kB Progress (3): 88/138 kB | 9.9 kB | 32/109 kB Progress (3): 88/138 kB | 9.9 kB | 36/109 kB Progress (3): 92/138 kB | 9.9 kB | 36/109 kB Progress (3): 92/138 kB | 9.9 kB | 40/109 kB Progress (3): 96/138 kB | 9.9 kB | 40/109 kB Progress (3): 96/138 kB | 9.9 kB | 44/109 kB Progress (3): 100/138 kB | 9.9 kB | 44/109 kB Progress (3): 100/138 kB | 9.9 kB | 48/109 kB Progress (3): 104/138 kB | 9.9 kB | 48/109 kB Progress (3): 104/138 kB | 9.9 kB | 52/109 kB Progress (3): 108/138 kB | 9.9 kB | 52/109 kB Progress (3): 108/138 kB | 9.9 kB | 56/109 kB Progress (3): 112/138 kB | 9.9 kB | 56/109 kB Progress (3): 112/138 kB | 9.9 kB | 60/109 kB Progress (3): 116/138 kB | 9.9 kB | 60/109 kB Progress (3): 116/138 kB | 9.9 kB | 64/109 kB Progress (3): 120/138 kB | 9.9 kB | 64/109 kB Progress (3): 120/138 kB | 9.9 kB | 68/109 kB Progress (3): 124/138 kB | 9.9 kB | 68/109 kB Progress (3): 124/138 kB | 9.9 kB | 72/109 kB Progress (3): 128/138 kB | 9.9 kB | 72/109 kB Progress (3): 128/138 kB | 9.9 kB | 76/109 kB Progress (3): 132/138 kB | 9.9 kB | 76/109 kB Progress (3): 132/138 kB | 9.9 kB | 80/109 kB Progress (3): 136/138 kB | 9.9 kB | 80/109 kB Progress (3): 138 kB | 9.9 kB | 80/109 kB Progress (3): 138 kB | 9.9 kB | 84/109 kB Progress (3): 138 kB | 9.9 kB | 88/109 kB Progress (3): 138 kB | 9.9 kB | 92/109 kB Progress (3): 138 kB | 9.9 kB | 96/109 kB Progress (3): 138 kB | 9.9 kB | 100/109 kB Progress (3): 138 kB | 9.9 kB | 104/109 kB Progress (3): 138 kB | 9.9 kB | 108/109 kB Progress (3): 138 kB | 9.9 kB | 109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.jar Progress (3): 138 kB | 9.9 kB | 4.1/13 kB Progress (3): 138 kB | 9.9 kB | 7.7/13 kB Progress (3): 138 kB | 9.9 kB | 12/13 kB Progress (3): 138 kB | 9.9 kB | 13 kB Progress (4): 138 kB | 9.9 kB | 13 kB | 4.1/9.6 kB Progress (4): 138 kB | 9.9 kB | 13 kB | 7.7/9.6 kB Progress (4): 138 kB | 9.9 kB | 13 kB | 9.6 kB Progress (5): 138 kB | 9.9 kB | 13 kB | 9.6 kB | 4.1/25 kB Progress (5): 138 kB | 9.9 kB | 13 kB | 9.6 kB | 7.7/25 kB Progress (5): 138 kB | 9.9 kB | 13 kB | 9.6 kB | 12/25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.jar (13 kB at 132 kB/s) Progress (4): 138 kB | 9.9 kB | 9.6 kB | 16/25 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.jar Progress (4): 138 kB | 9.9 kB | 9.6 kB | 20/25 kB Progress (4): 138 kB | 9.9 kB | 9.6 kB | 24/25 kB Progress (4): 138 kB | 9.9 kB | 9.6 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar (138 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.27/jsch-0.1.27.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.jar (9.6 kB at 75 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.jar (25 kB at 198 kB/s) Progress (2): 9.9 kB | 4.1/122 kB Progress (3): 9.9 kB | 4.1/122 kB | 4.1/24 kB Progress (3): 9.9 kB | 7.7/122 kB | 4.1/24 kB Progress (3): 9.9 kB | 7.7/122 kB | 7.7/24 kB Progress (3): 9.9 kB | 12/122 kB | 7.7/24 kB Progress (3): 9.9 kB | 12/122 kB | 12/24 kB Progress (3): 9.9 kB | 16/122 kB | 12/24 kB Progress (3): 9.9 kB | 16/122 kB | 16/24 kB Progress (3): 9.9 kB | 20/122 kB | 16/24 kB Progress (3): 9.9 kB | 20/122 kB | 20/24 kB Progress (3): 9.9 kB | 20/122 kB | 24 kB Progress (3): 9.9 kB | 24/122 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.jar (9.9 kB at 61 kB/s) Progress (2): 28/122 kB | 24 kB Progress (2): 32/122 kB | 24 kB Progress (2): 36/122 kB | 24 kB Progress (2): 40/122 kB | 24 kB Progress (2): 44/122 kB | 24 kB Progress (2): 48/122 kB | 24 kB Progress (2): 52/122 kB | 24 kB Progress (2): 56/122 kB | 24 kB Progress (2): 60/122 kB | 24 kB Progress (2): 64/122 kB | 24 kB Progress (2): 68/122 kB | 24 kB Progress (2): 72/122 kB | 24 kB Progress (2): 76/122 kB | 24 kB Progress (2): 80/122 kB | 24 kB Progress (2): 84/122 kB | 24 kB Progress (2): 88/122 kB | 24 kB Progress (2): 92/122 kB | 24 kB Progress (2): 96/122 kB | 24 kB Progress (2): 100/122 kB | 24 kB Progress (2): 104/122 kB | 24 kB Progress (2): 108/122 kB | 24 kB Progress (2): 112/122 kB | 24 kB Progress (2): 116/122 kB | 24 kB Progress (2): 120/122 kB | 24 kB Progress (2): 122 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.27/jsch-0.1.27.jar (122 kB at 693 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.jar (24 kB at 117 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.wtp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.m2e.wtp.feature --- [INFO] The project's OSGi version is 1.4.3.20191209-1849 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.m2e.wtp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.m2e.wtp.feature --- [INFO] [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.m2e.wtp.feature --- [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.m2e.wtp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.m2e.wtp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.feature/target/org.eclipse.m2e.wtp.feature-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.wtp.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.m2e.wtp.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.m2e.wtp.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.m2e.wtp.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.feature/target/org.eclipse.m2e.wtp.feature-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.m2e.wtp.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.m2e.wtp.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.wtp.feature --- [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.feature/target/org.eclipse.m2e.wtp.feature-1.4.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.feature-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.feature/pom.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.feature-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.feature/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.feature-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.feature-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.m2e.wtp.feature --- [INFO] [INFO] --------< org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.sdk.feature >--------- [INFO] Building M2E-WTP :: Core SDK Feature (Optional) 1.4.3-SNAPSHOT [6/13] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] The project's OSGi version is 1.4.3.20191209-1849 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.sdk.feature/target/org.eclipse.m2e.wtp.sdk.feature-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.sdk.feature/target/org.eclipse.m2e.wtp.sdk.feature-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.sdk.feature/target/org.eclipse.m2e.wtp.sdk.feature-1.4.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.sdk.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.sdk.feature-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.sdk.feature/pom.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.sdk.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.sdk.feature-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.sdk.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.sdk.feature-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.sdk.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.sdk.feature-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.m2e.wtp.sdk.feature --- [INFO] [INFO] -----------< org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jaxrs >------------ [INFO] Building M2E-WTP :: JAX-RS Support 1.4.3-SNAPSHOT [7/13] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] The project's OSGi version is 1.4.3.20191209-1849 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/target/classes [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[25] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[30] import org.eclipse.jst.ws.jaxrs.core.internal.project.facet.IJAXRSFacetInstallDataModelProperties; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IJAXRSFacetInstallDataModelProperties' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.jst.ws.jaxrs.core/1.0.850.v201903050508/org.eclipse.jst.ws.jaxrs.core-1.0.850.v201903050508.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[31] import org.eclipse.jst.ws.jaxrs.core.internal.project.facet.JAXRSFacetInstallDataModelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JAXRSFacetInstallDataModelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.jst.ws.jaxrs.core/1.0.850.v201903050508/org.eclipse.jst.ws.jaxrs.core-1.0.850.v201903050508.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[36] import org.eclipse.m2e.wtp.MavenWtpPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MavenWtpPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[37] import org.eclipse.m2e.wtp.ProjectUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[38] import org.eclipse.m2e.wtp.WTPProjectsUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WTPProjectsUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[39] import org.eclipse.m2e.wtp.WarPluginConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WarPluginConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[84] if ((!fproj.hasProjectFacet(WTPProjectsUtil.DYNAMIC_WEB_FACET) && !fproj.hasProjectFacet(WTPProjectsUtil.WEB_FRAGMENT_FACET)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WTPProjectsUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[84] if ((!fproj.hasProjectFacet(WTPProjectsUtil.DYNAMIC_WEB_FACET) && !fproj.hasProjectFacet(WTPProjectsUtil.WEB_FRAGMENT_FACET)) ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'WTPProjectsUtil.DYNAMIC_WEB_FACET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[84] if ((!fproj.hasProjectFacet(WTPProjectsUtil.DYNAMIC_WEB_FACET) && !fproj.hasProjectFacet(WTPProjectsUtil.WEB_FRAGMENT_FACET)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WTPProjectsUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[84] if ((!fproj.hasProjectFacet(WTPProjectsUtil.DYNAMIC_WEB_FACET) && !fproj.hasProjectFacet(WTPProjectsUtil.WEB_FRAGMENT_FACET)) ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'WTPProjectsUtil.WEB_FRAGMENT_FACET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[99] if (WTPProjectsUtil.isM2eWtpDisabled(facade, monitor)) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'WTPProjectsUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[99] if (WTPProjectsUtil.isM2eWtpDisabled(facade, monitor)) { ^^^^^^^^^^^^^^^^ Discouraged access: The method 'WTPProjectsUtil.isM2eWtpDisabled(IMavenProjectFacade, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[106] enabled = MavenWtpPlugin.getDefault().getMavenWtpPreferencesManager().isEnabled(getId()); ^^^^^^^^^^^^^^ Discouraged access: The type 'MavenWtpPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[106] enabled = MavenWtpPlugin.getDefault().getMavenWtpPreferencesManager().isEnabled(getId()); ^^^^^^^^^^ Discouraged access: The method 'MavenWtpPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[106] enabled = MavenWtpPlugin.getDefault().getMavenWtpPreferencesManager().isEnabled(getId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'MavenWtpPlugin.getMavenWtpPreferencesManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[125] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[125] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/org/eclipse/m2e/wtp/jaxrs/internal/configurators/JaxRsProjectConfigurator.java:[172] if(isWTPProject(project)) { ^^^^^^^^^^^^ Discouraged access: The method 'WTPProjectsUtil.isWTPProject(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') 19 problems (19 warnings) [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/target/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/target/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/target/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/target/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/target/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/target/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/target/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jaxrs/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/pom.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jaxrs/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/target/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jaxrs/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/target/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jaxrs/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jaxrs/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jaxrs/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jaxrs-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.m2e.wtp.jaxrs --- [INFO] [INFO] -------< org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jaxrs.feature >-------- [INFO] Building M2E-WTP :: JAX-RS Support Feature 1.4.3-SNAPSHOT [8/13] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] Deleting /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] The project's OSGi version is 1.4.3.20191209-1849 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/target/org.eclipse.m2e.wtp.jaxrs.feature-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/target/org.eclipse.m2e.wtp.jaxrs.feature-1.4.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/target/org.eclipse.m2e.wtp.jaxrs.feature-1.4.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/target/org.eclipse.m2e.wtp.jaxrs.feature-1.4.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/target/org.eclipse.m2e.wtp.jaxrs.feature-1.4.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jaxrs.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jaxrs.feature-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/pom.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jaxrs.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jaxrs.feature-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/target/org.eclipse.m2e.wtp.jaxrs.feature-1.4.3-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jaxrs.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jaxrs.feature-1.4.3-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jaxrs.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jaxrs.feature-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jaxrs.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jaxrs.feature-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jaxrs.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jaxrs.feature-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jaxrs.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jaxrs.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jaxrs.feature-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.m2e.wtp.jaxrs.feature --- [INFO] [INFO] ------------< org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jsf >------------- [INFO] Building M2E-WTP :: JSF Support 1.4.3-SNAPSHOT [9/13] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.wtp.jsf --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.wtp.jsf --- [INFO] The project's OSGi version is 1.4.3.20191209-1849 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.m2e.wtp.jsf --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.m2e.wtp.jsf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.m2e.wtp.jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.m2e.wtp.jsf --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/target/classes [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/MavenJSFActivator.java:[41] public void start(BundleContext bundleContext) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method start(BundleContext) of type MavenJSFActivator should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/MavenJSFActivator.java:[51] public void stop(BundleContext bundleContext) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method stop(BundleContext) of type MavenJSFActivator should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[30] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[35] import org.eclipse.jst.jsf.core.internal.project.facet.IJSFFacetInstallDataModelProperties; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IJSFFacetInstallDataModelProperties' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.jst.jsf.core/1.8.2.v201902121810/org.eclipse.jst.jsf.core-1.8.2.v201902121810.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[36] import org.eclipse.jst.jsf.core.internal.project.facet.JSFFacetInstallDataModelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JSFFacetInstallDataModelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.jst.jsf.core/1.8.2.v201902121810/org.eclipse.jst.jsf.core-1.8.2.v201902121810.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[40] import org.eclipse.m2e.wtp.MavenWtpPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MavenWtpPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[41] import org.eclipse.m2e.wtp.ProjectUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[42] import org.eclipse.m2e.wtp.ResourceCleaner; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResourceCleaner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[43] import org.eclipse.m2e.wtp.WTPProjectsUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WTPProjectsUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[44] import org.eclipse.m2e.wtp.WarPluginConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WarPluginConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[104] if (WTPProjectsUtil.isM2eWtpDisabled(facade, monitor)) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'WTPProjectsUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[104] if (WTPProjectsUtil.isM2eWtpDisabled(facade, monitor)) { ^^^^^^^^^^^^^^^^ Discouraged access: The method 'WTPProjectsUtil.isM2eWtpDisabled(IMavenProjectFacade, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[111] enabled = MavenWtpPlugin.getDefault().getMavenWtpPreferencesManager().isEnabled(getId()); ^^^^^^^^^^^^^^ Discouraged access: The type 'MavenWtpPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[111] enabled = MavenWtpPlugin.getDefault().getMavenWtpPreferencesManager().isEnabled(getId()); ^^^^^^^^^^ Discouraged access: The method 'MavenWtpPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[111] enabled = MavenWtpPlugin.getDefault().getMavenWtpPreferencesManager().isEnabled(getId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'MavenWtpPlugin.getMavenWtpPreferencesManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[122] markerManager.deleteMarkers(fproj.getProject(), MavenJSFConstants.JSF_CONFIGURATION_ERROR_MARKER_ID); ^^^^^^^^^^^^^ Discouraged access: The method 'IMavenMarkerManager.deleteMarkers(IResource, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.m2e.core/1.7.0.20160603-1933/org.eclipse.m2e.core-1.7.0.20160603-1933.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[128] ProjectUtils.refreshHierarchy(mavenProject.getBasedir(), ^^^^^^^^^^^^ Discouraged access: The type 'ProjectUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[128] ProjectUtils.refreshHierarchy(mavenProject.getBasedir(), ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectUtils.refreshHierarchy(File, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[130] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[130] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[132] WarPluginConfiguration warConfig = new WarPluginConfiguration(mavenProject, project); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WarPluginConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[132] WarPluginConfiguration warConfig = new WarPluginConfiguration(mavenProject, project); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WarPluginConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[132] WarPluginConfiguration warConfig = new WarPluginConfiguration(mavenProject, project); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'WarPluginConfiguration(MavenProject, IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[133] IFolder warSourceDir = project.getFolder(warConfig.getWarSourceDirectory()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WarPluginConfiguration.getWarSourceDirectory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[138] IFolder generatedWebResourcesFolder = ProjectUtils.getGeneratedWebResourcesFolder(mavenProject, project); ^^^^^^^^^^^^ Discouraged access: The type 'ProjectUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[138] IFolder generatedWebResourcesFolder = ProjectUtils.getGeneratedWebResourcesFolder(mavenProject, project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectUtils.getGeneratedWebResourcesFolder(MavenProject, IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[141] ResourceCleaner cleaner = new ResourceCleaner(project); ^^^^^^^^^^^^^^^ Discouraged access: The type 'ResourceCleaner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[141] ResourceCleaner cleaner = new ResourceCleaner(project); ^^^^^^^^^^^^^^^ Discouraged access: The type 'ResourceCleaner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[141] ResourceCleaner cleaner = new ResourceCleaner(project); ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ResourceCleaner(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[142] cleaner.addFolder(warSourceDir.getFolder("WEB-INF/lib")); //$NON-NLS-1$ ^^^^^^^^^ Discouraged access: The method 'ResourceCleaner.addFolder(IFolder)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[143] cleaner.addFiles(defaultFacesConfig, generatedFacesConfig); ^^^^^^^^ Discouraged access: The method 'ResourceCleaner.addFiles(IFile[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[149] model.setBooleanProperty(IJSFFacetInstallDataModelProperties.CONFIGURE_SERVLET, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IJSFFacetInstallDataModelProperties' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.jst.jsf.core/1.8.2.v201902121810/org.eclipse.jst.jsf.core-1.8.2.v201902121810.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[149] model.setBooleanProperty(IJSFFacetInstallDataModelProperties.CONFIGURE_SERVLET, false); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IJSFFacetInstallDataModelProperties.CONFIGURE_SERVLET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.jst.jsf.core/1.8.2.v201902121810/org.eclipse.jst.jsf.core-1.8.2.v201902121810.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[158] cleaner.cleanUp(); ^^^^^^^ Discouraged access: The method 'ResourceCleaner.cleanUp()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/JSFProjectConfigurator.java:[164] markerManager.addMarker(project, ^^^^^^^^^ Discouraged access: The method 'IMavenMarkerManager.addMarker(IResource, String, String, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.m2e.core/1.7.0.20160603-1933/org.eclipse.m2e.core-1.7.0.20160603-1933.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/utils/JSFUtils.java:[43] import org.eclipse.m2e.wtp.ProjectUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/utils/JSFUtils.java:[69] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/utils/JSFUtils.java:[72] facesConfig = ProjectUtils.getWebResourceFile(project, configFile); ^^^^^^^^^^^^ Discouraged access: The type 'ProjectUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/utils/JSFUtils.java:[72] facesConfig = ProjectUtils.getWebResourceFile(project, configFile); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectUtils.getWebResourceFile(IProject, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/utils/JSFUtils.java:[77] facesConfig = ProjectUtils.getWebResourceFile(project, "WEB-INF/faces-config.xml"); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type 'ProjectUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/utils/JSFUtils.java:[77] facesConfig = ProjectUtils.getWebResourceFile(project, "WEB-INF/faces-config.xml"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectUtils.getWebResourceFile(IProject, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/WebXmlJSFFacetDetector.java:[24] import org.eclipse.m2e.wtp.ProjectUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/WebXmlJSFFacetDetector.java:[64] if (webVersion.compareTo(IJ2EEFacetConstants.DYNAMIC_WEB_30) < 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/WebXmlJSFFacetDetector.java:[77] private boolean hasFacesServletInWebXml(MavenProject mavenProject, IProject project) { ^^^^^^^^^^^^ The value of the parameter mavenProject is not used [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/WebXmlJSFFacetDetector.java:[81] IFile webXml = ProjectUtils.getWebResourceFile(project, "WEB-INF/web.xml"); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type 'ProjectUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/configurators/WebXmlJSFFacetDetector.java:[81] IFile webXml = ProjectUtils.getWebResourceFile(project, "WEB-INF/web.xml"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectUtils.getWebResourceFile(IProject, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp/target/classes') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/utils/xpl/JSFAppConfigUtils.java:[24] import org.eclipse.jst.j2ee.internal.J2EEVersionConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'J2EEVersionConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.jst.j2ee.core/1.4.1.v201903222024/org.eclipse.jst.j2ee.core-1.4.1.v201903222024.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/utils/xpl/JSFAppConfigUtils.java:[133] if (webApp.getVersionID() == J2EEVersionConstants.WEB_2_3_ID) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'J2EEVersionConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.jst.j2ee.core/1.4.1.v201903222024/org.eclipse.jst.j2ee.core-1.4.1.v201903222024.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/utils/xpl/JSFAppConfigUtils.java:[133] if (webApp.getVersionID() == J2EEVersionConstants.WEB_2_3_ID) { ^^^^^^^^^^ Discouraged access: The field 'J2EEVersionConstants.WEB_2_3_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/m2e-wtp-master/.repository/p2/osgi/bundle/org.eclipse.jst.j2ee.core/1.4.1.v201903222024/org.eclipse.jst.j2ee.core-1.4.1.v201903222024.jar') [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/utils/xpl/JSFAppConfigUtils.java:[134] EList contexts = webApp.getContexts(); ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/utils/xpl/JSFAppConfigUtils.java:[135] Iterator itContexts = contexts.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/utils/xpl/JSFAppConfigUtils.java:[144] EList contextParams = webApp.getContextParams(); ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/org/eclipse/m2e/wtp/jsf/internal/utils/xpl/JSFAppConfigUtils.java:[145] Iterator itContextParams = contextParams.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized 53 problems (53 warnings) [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.m2e.wtp.jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.m2e.wtp.jsf --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/target/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.m2e.wtp.jsf --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.m2e.wtp.jsf --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/target/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.wtp.jsf --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.m2e.wtp.jsf --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/target/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.m2e.wtp.jsf --- [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/target/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/target/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.m2e.wtp.jsf --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/target/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.m2e.wtp.jsf --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.wtp.jsf --- [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/target/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jsf/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/pom.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jsf/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/target/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jsf/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/target/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jsf/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jsf/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jsf/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jsf-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.m2e.wtp.jsf --- [INFO] [INFO] --------< org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jsf.feature >--------- [INFO] Building M2E-WTP :: JSF Support Feature 1.4.3-SNAPSHOT [10/13] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] Deleting /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] The project's OSGi version is 1.4.3.20191209-1849 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/target/org.eclipse.m2e.wtp.jsf.feature-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/target/org.eclipse.m2e.wtp.jsf.feature-1.4.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/target/org.eclipse.m2e.wtp.jsf.feature-1.4.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/target/org.eclipse.m2e.wtp.jsf.feature-1.4.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/target/org.eclipse.m2e.wtp.jsf.feature-1.4.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jsf.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jsf.feature-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/pom.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jsf.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jsf.feature-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/target/org.eclipse.m2e.wtp.jsf.feature-1.4.3-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jsf.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jsf.feature-1.4.3-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jsf.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jsf.feature-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jsf.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jsf.feature-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jsf.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jsf.feature-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jsf.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jsf.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jsf.feature-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.m2e.wtp.jsf.feature --- [INFO] [INFO] ------------< org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jpa >------------- [INFO] Building M2E-WTP :: JPA Support 1.4.3-SNAPSHOT [11/13] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.wtp.jpa --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.wtp.jpa --- [INFO] The project's OSGi version is 1.4.3.20191209-1849 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.m2e.wtp.jpa --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.m2e.wtp.jpa --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.m2e.wtp.jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.m2e.wtp.jpa --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/target/classes [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/src/org/eclipse/m2e/wtp/jpa/internal/util/JptUtils.java:[106] JptWorkspace jptWorkspace = (JptWorkspace) workspace.getAdapter(JptWorkspace.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from JptWorkspace to JptWorkspace [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/src/org/eclipse/m2e/wtp/jpa/internal/configurators/JpaProjectConfigurator.java:[30] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/src/org/eclipse/m2e/wtp/jpa/internal/configurators/JpaProjectConfigurator.java:[104] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/src/org/eclipse/m2e/wtp/jpa/internal/configurators/JpaProjectConfigurator.java:[104] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/src/org/eclipse/m2e/wtp/jpa/internal/configurators/JpaProjectConfigurator.java:[179] JpaWorkspace jpaWorkspace = (JpaWorkspace) workspace.getAdapter(JpaWorkspace.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from JpaWorkspace to JpaWorkspace 5 problems (5 warnings) [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.m2e.wtp.jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.m2e.wtp.jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/target/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.m2e.wtp.jpa --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.m2e.wtp.jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/target/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.wtp.jpa --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.m2e.wtp.jpa --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/target/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.m2e.wtp.jpa --- [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/target/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/target/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.m2e.wtp.jpa --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/target/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.m2e.wtp.jpa --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.wtp.jpa --- [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/target/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jpa/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/pom.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jpa/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/target/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jpa/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/target/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jpa/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jpa/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jpa/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jpa-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.m2e.wtp.jpa --- [INFO] [INFO] --------< org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.jpa.feature >--------- [INFO] Building M2E-WTP :: JPA Support Feature 1.4.3-SNAPSHOT [12/13] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] Deleting /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] The project's OSGi version is 1.4.3.20191209-1849 [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/target/org.eclipse.m2e.wtp.jpa.feature-1.4.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/target/org.eclipse.m2e.wtp.jpa.feature-1.4.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/target/org.eclipse.m2e.wtp.jpa.feature-1.4.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/target/org.eclipse.m2e.wtp.jpa.feature-1.4.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/target/org.eclipse.m2e.wtp.jpa.feature-1.4.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jpa.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jpa.feature-1.4.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/pom.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jpa.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jpa.feature-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/target/org.eclipse.m2e.wtp.jpa.feature-1.4.3-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jpa.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jpa.feature-1.4.3-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jpa.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jpa.feature-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jpa.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jpa.feature-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jpa.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jpa.feature-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.jpa.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.jpa.feature/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.jpa.feature-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.m2e.wtp.jpa.feature --- [INFO] [INFO] ------------< org.eclipse.m2e.wtp:org.eclipse.m2e.wtp.site >------------ [INFO] Building M2E-WTP :: Update Site 1.4.3-SNAPSHOT [13/13] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.wtp.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.m2e.wtp.site --- [INFO] The project's OSGi version is 1.4.3.20191209-1849 [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ org.eclipse.m2e.wtp.site --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.m2e.wtp.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.5.1:plugin-source (plugin-source) @ org.eclipse.m2e.wtp.site --- [INFO] [INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.m2e.wtp.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.m2e.wtp.site --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-products (default-publish-products) @ org.eclipse.m2e.wtp.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-categories (default-publish-categories) @ org.eclipse.m2e.wtp.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.5.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.m2e.wtp.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.5.1:assemble-repository (default-assemble-repository) @ org.eclipse.m2e.wtp.site --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 20191209-1849.maven-archiver 1.0.0.08a7CcM1Bw67MAGqAgMSEiUe6XwpDga3E7AU7WGG9UCOO to org.eclipse.equinox.p2.iu; org.sonatype.m2e.mavenarchiver.feature.feature.group [0.17.1.201605251832-signed-20160525150658,0.17.1.201605251832-signed-20160525150658].; Unable to satisfy dependency from 20191209-1849.maven-archiver 1.0.0.08a7CcM1Bw67MAGqAgMSEiUe6XwpDga3E7AU7WGG9UCOO to org.eclipse.equinox.p2.iu; org.sonatype.m2e.mavenarchiver.feature.feature.group [0.17.2.201606141937-signed-20160830073346,0.17.2.201606141937-signed-20160830073346].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [INFO] [INFO] --- tycho-p2-repository-plugin:1.5.1:archive-repository (default-archive-repository) @ org.eclipse.m2e.wtp.site --- [INFO] Building zip: /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.site/target/org.eclipse.m2e.wtp.site-1.4.3-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.m2e.wtp.site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.m2e.wtp.site --- [INFO] [INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.m2e.wtp.site --- [INFO] [INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (p2-metadata) @ org.eclipse.m2e.wtp.site --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.wtp.site --- [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.site/target/org.eclipse.m2e.wtp.site-1.4.3-SNAPSHOT.zip to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.site/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.site-1.4.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.site/pom.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.site/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.site-1.4.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.site/target/p2content.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.site/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.site-1.4.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/m2e-wtp-master/org.eclipse.m2e.wtp.site/target/p2artifacts.xml to /home/jenkins/agent/workspace/m2e-wtp-master/.repository/org/eclipse/m2e/wtp/org.eclipse.m2e.wtp.site/1.4.3-SNAPSHOT/org.eclipse.m2e.wtp.site-1.4.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.m2e.wtp.site --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for M2E-WTP :: Parent 1.4.3-SNAPSHOT: [INFO] [INFO] M2E-WTP :: Parent .................................. SUCCESS [ 5.700 s] [INFO] M2E-WTP :: Overlay Core ............................ SUCCESS [ 11.341 s] [INFO] M2E-WTP :: Overlay UI .............................. SUCCESS [ 6.135 s] [INFO] M2E-WTP :: Core .................................... SUCCESS [ 13.127 s] [INFO] M2E-WTP :: Core Feature ............................ SUCCESS [ 1.886 s] [INFO] M2E-WTP :: Core SDK Feature (Optional) ............. SUCCESS [ 1.663 s] [INFO] M2E-WTP :: JAX-RS Support .......................... SUCCESS [ 4.452 s] [INFO] M2E-WTP :: JAX-RS Support Feature .................. SUCCESS [ 2.846 s] [INFO] M2E-WTP :: JSF Support ............................. SUCCESS [ 12.200 s] [INFO] M2E-WTP :: JSF Support Feature ..................... SUCCESS [ 3.153 s] [INFO] M2E-WTP :: JPA Support ............................. SUCCESS [ 3.633 s] [INFO] M2E-WTP :: JPA Support Feature ..................... SUCCESS [ 2.863 s] [INFO] M2E-WTP :: Update Site ............................. SUCCESS [ 7.903 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:50 min [INFO] Fin