Started by an SCM change Running as SYSTEM Agent default-agent-4lt4t is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-4lt4t" 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.reddeer.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-4lt4t" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-4lt4t" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-reddeer" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on default-agent-4lt4t in workspace /home/jenkins/agent/workspace/reddeer.staging No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/reddeer.git > git init /home/jenkins/agent/workspace/reddeer.staging # timeout=10 Fetching upstream changes from https://github.com/eclipse/reddeer.git > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/reddeer.git > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision b563b7e5d9105d7f3f5e35d4956baf6ac92bb6a1 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b563b7e5d9105d7f3f5e35d4956baf6ac92bb6a1 Commit message: "Switch to secured sites" > git rev-list --no-walk 1fb56de770bc5240412f947e0c816b410d399fec # timeout=10 [reddeer.staging] $ /bin/sh -xe /tmp/jenkins1914847114321967835.sh + metacity --sm-disable --replace [reddeer.staging] $ /opt/tools/apache-maven/latest/bin/mvn -Dmaven.test.skip=true -Declipse-orbit-update-site=https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository -Declipse-target-site=http://download.eclipse.org/staging/2020-03/ clean verify Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom (2.1 kB at 23 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom (19 kB at 329 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom (4.8 kB at 68 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Progress (1): 4.1 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 59 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 429 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 500 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 346 kB/s) Downloading from cbi-release: 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 97 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom Progress (1): 4.1 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 136 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 511 kB/s) Downloading from cbi-release: 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 31 kB/s) Downloading from cbi-release: 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 40 kB/s) Downloading from cbi-release: 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 9.9 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Progress (1): 4.1 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 97 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 412 kB/s) Downloading from cbi-release: 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 3.0 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 168 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 384 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 366 kB/s) Downloading from cbi-release: 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 93 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 184 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 233 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 116 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 199 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 194 kB/s) Downloading from cbi-release: 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 7.5 kB/s) Downloading from cbi-release: 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 52 kB/s) Downloading from cbi-release: 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 65 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Progress (1): 4.1 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 114 kB/s) Downloading from cbi-release: 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 78 kB/s) Downloading from cbi-release: 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 67 kB/s) Downloading from cbi-release: 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 30 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 162 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 269 kB/s) Downloading from cbi-release: 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 105 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 364 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 147 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 291 kB/s) Downloading from cbi-release: 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 34 kB/s) Downloading from cbi-release: 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 39 kB/s) Downloading from cbi-release: 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 28 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 4.1 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 138 kB/s) Downloading from cbi-release: 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 36 kB/s) Downloading from cbi-release: 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 72 kB/s) Downloading from cbi-release: 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 32 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom (1.1 kB at 5.3 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom (3.0 kB at 46 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 115 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 152 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 366 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.2 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 373 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 380 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 70 kB Progress (1): 74 kB Progress (1): 78 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.7 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 408 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 264 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 38 kB/s) Downloading from cbi-release: 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 39 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 51 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom (1.8 kB at 54 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom (1.0 kB at 26 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom (1.7 kB at 35 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom (1.3 kB at 35 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 297 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom (2.1 kB at 73 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom (1.1 kB at 6.9 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom (1.0 kB at 8.6 kB/s) Downloading from cbi-release: 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 161 kB/s) Downloading from cbi-release: 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 20 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 375 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 810 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom Progress (1): 4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 100 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom (2.1 kB at 74 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom (1.1 kB at 30 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom (1.1 kB at 27 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from cbi-release: 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-release: 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-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from cbi-release: 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-release: 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-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from cbi-release: 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-release: 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-release: 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-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from cbi-release: 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-release: 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-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from cbi-release: 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-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar Downloading from cbi-release: 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-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from cbi-release: 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-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar Downloading from cbi-release: 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-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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-core/3.0/maven-core-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar Progress (1): 4.1/5.4 kB Progress (2): 4.1/5.4 kB | 4.1/204 kB Progress (2): 4.1/5.4 kB | 7.7/204 kB Progress (2): 5.4 kB | 7.7/204 kB Progress (3): 5.4 kB | 7.7/204 kB | 4.1/527 kB Progress (3): 5.4 kB | 7.7/204 kB | 7.7/527 kB Progress (3): 5.4 kB | 7.7/204 kB | 12/527 kB Progress (3): 5.4 kB | 7.7/204 kB | 16/527 kB Progress (3): 5.4 kB | 12/204 kB | 16/527 kB Progress (3): 5.4 kB | 12/204 kB | 20/527 kB Progress (3): 5.4 kB | 12/204 kB | 24/527 kB Progress (3): 5.4 kB | 12/204 kB | 28/527 kB Progress (3): 5.4 kB | 12/204 kB | 32/527 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar (5.4 kB at 62 kB/s) 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/204 kB | 32/527 kB | 4.1/165 kB Progress (3): 12/204 kB | 36/527 kB | 4.1/165 kB Progress (3): 12/204 kB | 40/527 kB | 4.1/165 kB Progress (3): 12/204 kB | 45/527 kB | 4.1/165 kB Progress (3): 12/204 kB | 49/527 kB | 4.1/165 kB Progress (3): 16/204 kB | 49/527 kB | 4.1/165 kB Progress (3): 16/204 kB | 49/527 kB | 7.7/165 kB Progress (3): 16/204 kB | 53/527 kB | 7.7/165 kB Progress (3): 20/204 kB | 53/527 kB | 7.7/165 kB Progress (3): 20/204 kB | 53/527 kB | 12/165 kB Progress (3): 20/204 kB | 53/527 kB | 16/165 kB Progress (3): 24/204 kB | 53/527 kB | 16/165 kB Progress (4): 24/204 kB | 53/527 kB | 16/165 kB | 4.1/47 kB Progress (4): 24/204 kB | 57/527 kB | 16/165 kB | 4.1/47 kB Progress (4): 24/204 kB | 57/527 kB | 16/165 kB | 7.7/47 kB Progress (4): 24/204 kB | 57/527 kB | 20/165 kB | 7.7/47 kB Progress (4): 24/204 kB | 57/527 kB | 24/165 kB | 7.7/47 kB Progress (4): 24/204 kB | 57/527 kB | 28/165 kB | 7.7/47 kB Progress (4): 24/204 kB | 57/527 kB | 32/165 kB | 7.7/47 kB Progress (4): 24/204 kB | 57/527 kB | 36/165 kB | 7.7/47 kB Progress (4): 28/204 kB | 57/527 kB | 36/165 kB | 7.7/47 kB Progress (4): 32/204 kB | 57/527 kB | 36/165 kB | 7.7/47 kB Progress (5): 32/204 kB | 57/527 kB | 36/165 kB | 7.7/47 kB | 4.1/38 kB Progress (5): 32/204 kB | 57/527 kB | 36/165 kB | 7.7/47 kB | 7.7/38 kB Progress (5): 32/204 kB | 57/527 kB | 36/165 kB | 7.7/47 kB | 12/38 kB Progress (5): 32/204 kB | 57/527 kB | 36/165 kB | 7.7/47 kB | 16/38 kB Progress (5): 36/204 kB | 57/527 kB | 36/165 kB | 7.7/47 kB | 16/38 kB Progress (5): 36/204 kB | 57/527 kB | 40/165 kB | 7.7/47 kB | 16/38 kB Progress (5): 36/204 kB | 57/527 kB | 40/165 kB | 12/47 kB | 16/38 kB Progress (5): 36/204 kB | 57/527 kB | 40/165 kB | 16/47 kB | 16/38 kB Progress (5): 36/204 kB | 57/527 kB | 40/165 kB | 20/47 kB | 16/38 kB Progress (5): 36/204 kB | 57/527 kB | 40/165 kB | 24/47 kB | 16/38 kB Progress (5): 36/204 kB | 57/527 kB | 40/165 kB | 28/47 kB | 16/38 kB Progress (5): 36/204 kB | 57/527 kB | 40/165 kB | 32/47 kB | 16/38 kB Progress (5): 36/204 kB | 57/527 kB | 40/165 kB | 36/47 kB | 16/38 kB Progress (5): 36/204 kB | 57/527 kB | 40/165 kB | 40/47 kB | 16/38 kB Progress (5): 36/204 kB | 57/527 kB | 40/165 kB | 45/47 kB | 16/38 kB Progress (5): 36/204 kB | 57/527 kB | 40/165 kB | 47 kB | 16/38 kB Progress (5): 36/204 kB | 61/527 kB | 40/165 kB | 47 kB | 16/38 kB Progress (5): 36/204 kB | 65/527 kB | 40/165 kB | 47 kB | 16/38 kB Progress (5): 36/204 kB | 69/527 kB | 40/165 kB | 47 kB | 16/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 247 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (4): 36/204 kB | 69/527 kB | 45/165 kB | 16/38 kB Progress (4): 36/204 kB | 69/527 kB | 49/165 kB | 16/38 kB Progress (4): 36/204 kB | 69/527 kB | 53/165 kB | 16/38 kB Progress (4): 36/204 kB | 69/527 kB | 57/165 kB | 16/38 kB Progress (5): 36/204 kB | 69/527 kB | 57/165 kB | 16/38 kB | 4.1/30 kB Progress (5): 36/204 kB | 69/527 kB | 57/165 kB | 20/38 kB | 4.1/30 kB Progress (5): 40/204 kB | 69/527 kB | 57/165 kB | 20/38 kB | 4.1/30 kB Progress (5): 40/204 kB | 69/527 kB | 57/165 kB | 24/38 kB | 4.1/30 kB Progress (5): 40/204 kB | 69/527 kB | 57/165 kB | 24/38 kB | 7.7/30 kB Progress (5): 40/204 kB | 69/527 kB | 61/165 kB | 24/38 kB | 7.7/30 kB Progress (5): 40/204 kB | 73/527 kB | 61/165 kB | 24/38 kB | 7.7/30 kB Progress (5): 40/204 kB | 73/527 kB | 65/165 kB | 24/38 kB | 7.7/30 kB Progress (5): 40/204 kB | 73/527 kB | 65/165 kB | 24/38 kB | 12/30 kB Progress (5): 40/204 kB | 73/527 kB | 65/165 kB | 28/38 kB | 12/30 kB Progress (5): 40/204 kB | 73/527 kB | 65/165 kB | 32/38 kB | 12/30 kB Progress (5): 45/204 kB | 73/527 kB | 65/165 kB | 32/38 kB | 12/30 kB Progress (5): 49/204 kB | 73/527 kB | 65/165 kB | 32/38 kB | 12/30 kB Progress (5): 49/204 kB | 73/527 kB | 65/165 kB | 36/38 kB | 12/30 kB Progress (5): 53/204 kB | 73/527 kB | 65/165 kB | 36/38 kB | 12/30 kB Progress (5): 53/204 kB | 77/527 kB | 65/165 kB | 36/38 kB | 12/30 kB Progress (5): 53/204 kB | 77/527 kB | 69/165 kB | 36/38 kB | 12/30 kB Progress (5): 53/204 kB | 77/527 kB | 73/165 kB | 36/38 kB | 12/30 kB Progress (5): 53/204 kB | 77/527 kB | 73/165 kB | 36/38 kB | 16/30 kB Progress (5): 53/204 kB | 77/527 kB | 77/165 kB | 36/38 kB | 16/30 kB Progress (5): 53/204 kB | 77/527 kB | 77/165 kB | 36/38 kB | 20/30 kB Progress (5): 53/204 kB | 81/527 kB | 77/165 kB | 36/38 kB | 20/30 kB Progress (5): 57/204 kB | 81/527 kB | 77/165 kB | 36/38 kB | 20/30 kB Progress (5): 57/204 kB | 81/527 kB | 77/165 kB | 38 kB | 20/30 kB Progress (5): 61/204 kB | 81/527 kB | 77/165 kB | 38 kB | 20/30 kB Progress (5): 61/204 kB | 85/527 kB | 77/165 kB | 38 kB | 20/30 kB Progress (5): 61/204 kB | 85/527 kB | 77/165 kB | 38 kB | 24/30 kB Progress (5): 61/204 kB | 85/527 kB | 81/165 kB | 38 kB | 24/30 kB Progress (5): 61/204 kB | 85/527 kB | 81/165 kB | 38 kB | 28/30 kB Progress (5): 61/204 kB | 90/527 kB | 81/165 kB | 38 kB | 28/30 kB Progress (5): 65/204 kB | 90/527 kB | 81/165 kB | 38 kB | 28/30 kB Progress (5): 65/204 kB | 94/527 kB | 81/165 kB | 38 kB | 28/30 kB Progress (5): 65/204 kB | 98/527 kB | 81/165 kB | 38 kB | 28/30 kB Progress (5): 65/204 kB | 98/527 kB | 81/165 kB | 38 kB | 30 kB Progress (5): 65/204 kB | 98/527 kB | 85/165 kB | 38 kB | 30 kB Progress (5): 65/204 kB | 98/527 kB | 90/165 kB | 38 kB | 30 kB Progress (5): 65/204 kB | 98/527 kB | 94/165 kB | 38 kB | 30 kB Progress (5): 65/204 kB | 102/527 kB | 94/165 kB | 38 kB | 30 kB Progress (5): 65/204 kB | 106/527 kB | 94/165 kB | 38 kB | 30 kB Progress (5): 65/204 kB | 110/527 kB | 94/165 kB | 38 kB | 30 kB Progress (5): 65/204 kB | 114/527 kB | 94/165 kB | 38 kB | 30 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 132 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar 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 104 kB/s) Progress (3): 69/204 kB | 114/527 kB | 94/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Progress (3): 69/204 kB | 118/527 kB | 94/165 kB Progress (3): 69/204 kB | 118/527 kB | 98/165 kB Progress (3): 69/204 kB | 122/527 kB | 98/165 kB Progress (3): 69/204 kB | 126/527 kB | 98/165 kB Progress (3): 69/204 kB | 131/527 kB | 98/165 kB Progress (3): 73/204 kB | 131/527 kB | 98/165 kB Progress (3): 73/204 kB | 135/527 kB | 98/165 kB Progress (3): 73/204 kB | 139/527 kB | 98/165 kB Progress (3): 73/204 kB | 143/527 kB | 98/165 kB Progress (3): 73/204 kB | 147/527 kB | 98/165 kB Progress (3): 73/204 kB | 147/527 kB | 102/165 kB Progress (3): 73/204 kB | 151/527 kB | 102/165 kB Progress (4): 73/204 kB | 151/527 kB | 102/165 kB | 4.1/52 kB Progress (4): 73/204 kB | 151/527 kB | 102/165 kB | 7.7/52 kB Progress (4): 73/204 kB | 151/527 kB | 102/165 kB | 12/52 kB Progress (4): 73/204 kB | 151/527 kB | 102/165 kB | 16/52 kB Progress (4): 73/204 kB | 151/527 kB | 102/165 kB | 20/52 kB Progress (4): 73/204 kB | 151/527 kB | 102/165 kB | 24/52 kB Progress (4): 73/204 kB | 151/527 kB | 102/165 kB | 28/52 kB Progress (4): 73/204 kB | 151/527 kB | 102/165 kB | 32/52 kB Progress (4): 73/204 kB | 151/527 kB | 102/165 kB | 36/52 kB Progress (4): 73/204 kB | 151/527 kB | 102/165 kB | 40/52 kB Progress (4): 73/204 kB | 151/527 kB | 102/165 kB | 45/52 kB Progress (4): 73/204 kB | 151/527 kB | 102/165 kB | 49/52 kB Progress (4): 73/204 kB | 151/527 kB | 102/165 kB | 52 kB Progress (4): 77/204 kB | 151/527 kB | 102/165 kB | 52 kB Progress (5): 77/204 kB | 151/527 kB | 102/165 kB | 52 kB | 4.1/148 kB Progress (5): 77/204 kB | 155/527 kB | 102/165 kB | 52 kB | 4.1/148 kB Progress (5): 77/204 kB | 159/527 kB | 102/165 kB | 52 kB | 4.1/148 kB Progress (5): 77/204 kB | 163/527 kB | 102/165 kB | 52 kB | 4.1/148 kB Progress (5): 77/204 kB | 163/527 kB | 106/165 kB | 52 kB | 4.1/148 kB Progress (5): 77/204 kB | 163/527 kB | 110/165 kB | 52 kB | 4.1/148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 137 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (4): 77/204 kB | 163/527 kB | 110/165 kB | 7.7/148 kB Progress (4): 81/204 kB | 163/527 kB | 110/165 kB | 7.7/148 kB Progress (4): 81/204 kB | 163/527 kB | 110/165 kB | 12/148 kB Progress (4): 81/204 kB | 163/527 kB | 110/165 kB | 16/148 kB Progress (4): 81/204 kB | 163/527 kB | 114/165 kB | 16/148 kB Progress (4): 81/204 kB | 163/527 kB | 114/165 kB | 20/148 kB Progress (4): 81/204 kB | 163/527 kB | 114/165 kB | 24/148 kB Progress (4): 81/204 kB | 167/527 kB | 114/165 kB | 24/148 kB Progress (4): 81/204 kB | 167/527 kB | 114/165 kB | 28/148 kB Progress (5): 81/204 kB | 167/527 kB | 114/165 kB | 28/148 kB | 4.1/51 kB Progress (5): 81/204 kB | 167/527 kB | 118/165 kB | 28/148 kB | 4.1/51 kB Progress (5): 85/204 kB | 167/527 kB | 118/165 kB | 28/148 kB | 4.1/51 kB Progress (5): 90/204 kB | 167/527 kB | 118/165 kB | 28/148 kB | 4.1/51 kB Progress (5): 90/204 kB | 167/527 kB | 122/165 kB | 28/148 kB | 4.1/51 kB Progress (5): 90/204 kB | 167/527 kB | 126/165 kB | 28/148 kB | 4.1/51 kB Progress (5): 90/204 kB | 167/527 kB | 131/165 kB | 28/148 kB | 4.1/51 kB Progress (5): 90/204 kB | 167/527 kB | 131/165 kB | 28/148 kB | 7.7/51 kB Progress (5): 90/204 kB | 167/527 kB | 135/165 kB | 28/148 kB | 7.7/51 kB Progress (5): 90/204 kB | 167/527 kB | 139/165 kB | 28/148 kB | 7.7/51 kB Progress (5): 90/204 kB | 167/527 kB | 143/165 kB | 28/148 kB | 7.7/51 kB Progress (5): 90/204 kB | 167/527 kB | 147/165 kB | 28/148 kB | 7.7/51 kB Progress (5): 90/204 kB | 167/527 kB | 151/165 kB | 28/148 kB | 7.7/51 kB Progress (5): 90/204 kB | 167/527 kB | 155/165 kB | 28/148 kB | 7.7/51 kB Progress (5): 90/204 kB | 167/527 kB | 159/165 kB | 28/148 kB | 7.7/51 kB Progress (5): 90/204 kB | 167/527 kB | 159/165 kB | 32/148 kB | 7.7/51 kB Progress (5): 90/204 kB | 171/527 kB | 159/165 kB | 32/148 kB | 7.7/51 kB Progress (5): 90/204 kB | 171/527 kB | 159/165 kB | 36/148 kB | 7.7/51 kB Progress (5): 90/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 7.7/51 kB Progress (5): 90/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 12/51 kB Progress (5): 90/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 16/51 kB Progress (5): 90/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 20/51 kB Progress (5): 90/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 24/51 kB Progress (5): 90/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 28/51 kB Progress (5): 90/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 32/51 kB Progress (5): 90/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 36/51 kB Progress (5): 90/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 40/51 kB Progress (5): 90/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 45/51 kB Progress (5): 90/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 49/51 kB Progress (5): 90/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 51 kB Progress (5): 94/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 51 kB Progress (5): 98/204 kB | 171/527 kB | 163/165 kB | 36/148 kB | 51 kB Progress (5): 98/204 kB | 171/527 kB | 165 kB | 36/148 kB | 51 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 108 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (4): 98/204 kB | 171/527 kB | 165 kB | 40/148 kB Progress (4): 98/204 kB | 176/527 kB | 165 kB | 40/148 kB Progress (4): 98/204 kB | 180/527 kB | 165 kB | 40/148 kB Progress (4): 98/204 kB | 180/527 kB | 165 kB | 45/148 kB Progress (4): 102/204 kB | 180/527 kB | 165 kB | 45/148 kB Progress (4): 106/204 kB | 180/527 kB | 165 kB | 45/148 kB Progress (4): 106/204 kB | 180/527 kB | 165 kB | 49/148 kB Progress (4): 106/204 kB | 184/527 kB | 165 kB | 49/148 kB Progress (4): 106/204 kB | 184/527 kB | 165 kB | 53/148 kB Progress (4): 106/204 kB | 184/527 kB | 165 kB | 57/148 kB Progress (5): 106/204 kB | 184/527 kB | 165 kB | 57/148 kB | 4.1/106 kB Progress (5): 110/204 kB | 184/527 kB | 165 kB | 57/148 kB | 4.1/106 kB Progress (5): 110/204 kB | 184/527 kB | 165 kB | 57/148 kB | 7.7/106 kB Progress (5): 110/204 kB | 184/527 kB | 165 kB | 61/148 kB | 7.7/106 kB Progress (5): 110/204 kB | 184/527 kB | 165 kB | 65/148 kB | 7.7/106 kB Progress (5): 110/204 kB | 184/527 kB | 165 kB | 69/148 kB | 7.7/106 kB Progress (5): 110/204 kB | 188/527 kB | 165 kB | 69/148 kB | 7.7/106 kB Progress (5): 110/204 kB | 192/527 kB | 165 kB | 69/148 kB | 7.7/106 kB Progress (5): 110/204 kB | 196/527 kB | 165 kB | 69/148 kB | 7.7/106 kB Progress (5): 110/204 kB | 196/527 kB | 165 kB | 73/148 kB | 7.7/106 kB Progress (5): 110/204 kB | 196/527 kB | 165 kB | 77/148 kB | 7.7/106 kB Progress (5): 110/204 kB | 196/527 kB | 165 kB | 81/148 kB | 7.7/106 kB Progress (5): 110/204 kB | 196/527 kB | 165 kB | 81/148 kB | 12/106 kB Progress (5): 114/204 kB | 196/527 kB | 165 kB | 81/148 kB | 12/106 kB Progress (5): 114/204 kB | 196/527 kB | 165 kB | 81/148 kB | 16/106 kB Progress (5): 114/204 kB | 196/527 kB | 165 kB | 81/148 kB | 20/106 kB Progress (5): 114/204 kB | 196/527 kB | 165 kB | 81/148 kB | 24/106 kB Progress (5): 114/204 kB | 196/527 kB | 165 kB | 81/148 kB | 28/106 kB Progress (5): 114/204 kB | 196/527 kB | 165 kB | 81/148 kB | 32/106 kB Progress (5): 114/204 kB | 196/527 kB | 165 kB | 85/148 kB | 32/106 kB Progress (5): 114/204 kB | 196/527 kB | 165 kB | 90/148 kB | 32/106 kB Progress (5): 114/204 kB | 200/527 kB | 165 kB | 90/148 kB | 32/106 kB Progress (5): 114/204 kB | 200/527 kB | 165 kB | 94/148 kB | 32/106 kB Progress (5): 114/204 kB | 200/527 kB | 165 kB | 98/148 kB | 32/106 kB Progress (5): 114/204 kB | 204/527 kB | 165 kB | 98/148 kB | 32/106 kB Progress (5): 114/204 kB | 208/527 kB | 165 kB | 98/148 kB | 32/106 kB Progress (5): 114/204 kB | 212/527 kB | 165 kB | 98/148 kB | 32/106 kB Progress (5): 114/204 kB | 217/527 kB | 165 kB | 98/148 kB | 32/106 kB Progress (5): 114/204 kB | 221/527 kB | 165 kB | 98/148 kB | 32/106 kB Progress (5): 114/204 kB | 221/527 kB | 165 kB | 98/148 kB | 36/106 kB Progress (5): 114/204 kB | 221/527 kB | 165 kB | 98/148 kB | 40/106 kB Progress (5): 114/204 kB | 221/527 kB | 165 kB | 98/148 kB | 45/106 kB Progress (5): 114/204 kB | 221/527 kB | 165 kB | 98/148 kB | 49/106 kB Progress (5): 118/204 kB | 221/527 kB | 165 kB | 98/148 kB | 49/106 kB Progress (5): 118/204 kB | 221/527 kB | 165 kB | 98/148 kB | 53/106 kB Progress (5): 118/204 kB | 221/527 kB | 165 kB | 98/148 kB | 57/106 kB Progress (5): 118/204 kB | 221/527 kB | 165 kB | 98/148 kB | 61/106 kB Progress (5): 118/204 kB | 221/527 kB | 165 kB | 98/148 kB | 65/106 kB Progress (5): 118/204 kB | 221/527 kB | 165 kB | 98/148 kB | 69/106 kB Progress (5): 118/204 kB | 221/527 kB | 165 kB | 98/148 kB | 73/106 kB Progress (5): 118/204 kB | 221/527 kB | 165 kB | 98/148 kB | 77/106 kB Progress (5): 118/204 kB | 221/527 kB | 165 kB | 98/148 kB | 81/106 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 286 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (4): 118/204 kB | 225/527 kB | 98/148 kB | 81/106 kB Progress (4): 118/204 kB | 229/527 kB | 98/148 kB | 81/106 kB Progress (4): 118/204 kB | 229/527 kB | 102/148 kB | 81/106 kB Progress (4): 118/204 kB | 229/527 kB | 106/148 kB | 81/106 kB Progress (4): 118/204 kB | 229/527 kB | 110/148 kB | 81/106 kB Progress (4): 118/204 kB | 229/527 kB | 114/148 kB | 81/106 kB Progress (4): 118/204 kB | 229/527 kB | 118/148 kB | 81/106 kB Progress (4): 118/204 kB | 229/527 kB | 118/148 kB | 85/106 kB Progress (4): 118/204 kB | 229/527 kB | 118/148 kB | 90/106 kB Progress (4): 122/204 kB | 229/527 kB | 118/148 kB | 90/106 kB Progress (4): 126/204 kB | 229/527 kB | 118/148 kB | 90/106 kB Progress (4): 131/204 kB | 229/527 kB | 118/148 kB | 90/106 kB Progress (4): 131/204 kB | 229/527 kB | 118/148 kB | 94/106 kB Progress (4): 131/204 kB | 229/527 kB | 122/148 kB | 94/106 kB Progress (4): 131/204 kB | 229/527 kB | 126/148 kB | 94/106 kB Progress (4): 131/204 kB | 229/527 kB | 131/148 kB | 94/106 kB Progress (5): 131/204 kB | 229/527 kB | 131/148 kB | 94/106 kB | 4.1/14 kB Progress (5): 131/204 kB | 229/527 kB | 135/148 kB | 94/106 kB | 4.1/14 kB Progress (5): 131/204 kB | 229/527 kB | 139/148 kB | 94/106 kB | 4.1/14 kB Progress (5): 131/204 kB | 229/527 kB | 143/148 kB | 94/106 kB | 4.1/14 kB Progress (5): 131/204 kB | 229/527 kB | 147/148 kB | 94/106 kB | 4.1/14 kB Progress (5): 131/204 kB | 233/527 kB | 147/148 kB | 94/106 kB | 4.1/14 kB Progress (5): 131/204 kB | 237/527 kB | 147/148 kB | 94/106 kB | 4.1/14 kB Progress (5): 131/204 kB | 241/527 kB | 147/148 kB | 94/106 kB | 4.1/14 kB Progress (5): 131/204 kB | 241/527 kB | 148 kB | 94/106 kB | 4.1/14 kB Progress (5): 131/204 kB | 241/527 kB | 148 kB | 94/106 kB | 7.7/14 kB Progress (5): 131/204 kB | 241/527 kB | 148 kB | 94/106 kB | 12/14 kB Progress (5): 131/204 kB | 241/527 kB | 148 kB | 98/106 kB | 12/14 kB Progress (5): 131/204 kB | 241/527 kB | 148 kB | 102/106 kB | 12/14 kB Progress (5): 131/204 kB | 241/527 kB | 148 kB | 106/106 kB | 12/14 kB Progress (5): 131/204 kB | 241/527 kB | 148 kB | 106 kB | 12/14 kB Progress (5): 135/204 kB | 241/527 kB | 148 kB | 106 kB | 12/14 kB Progress (5): 139/204 kB | 241/527 kB | 148 kB | 106 kB | 12/14 kB Progress (5): 143/204 kB | 241/527 kB | 148 kB | 106 kB | 12/14 kB Progress (5): 147/204 kB | 241/527 kB | 148 kB | 106 kB | 12/14 kB Progress (5): 147/204 kB | 241/527 kB | 148 kB | 106 kB | 14 kB Progress (5): 151/204 kB | 241/527 kB | 148 kB | 106 kB | 14 kB Progress (5): 155/204 kB | 241/527 kB | 148 kB | 106 kB | 14 kB Progress (5): 159/204 kB | 241/527 kB | 148 kB | 106 kB | 14 kB Progress (5): 163/204 kB | 241/527 kB | 148 kB | 106 kB | 14 kB Progress (5): 163/204 kB | 245/527 kB | 148 kB | 106 kB | 14 kB Progress (5): 167/204 kB | 245/527 kB | 148 kB | 106 kB | 14 kB Progress (5): 171/204 kB | 245/527 kB | 148 kB | 106 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 158 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 219 kB/s) Progress (3): 176/204 kB | 245/527 kB | 14 kB Progress (3): 180/204 kB | 245/527 kB | 14 kB Progress (3): 184/204 kB | 245/527 kB | 14 kB Progress (3): 188/204 kB | 245/527 kB | 14 kB Progress (3): 192/204 kB | 245/527 kB | 14 kB Progress (3): 196/204 kB | 245/527 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 20 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Progress (2): 196/204 kB | 249/527 kB Progress (2): 200/204 kB | 249/527 kB Progress (2): 204 kB | 249/527 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 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 (2): 204 kB | 253/527 kB Progress (2): 204 kB | 258/527 kB Progress (2): 204 kB | 262/527 kB Progress (2): 204 kB | 266/527 kB Progress (2): 204 kB | 270/527 kB Progress (2): 204 kB | 274/527 kB Progress (2): 204 kB | 278/527 kB Progress (2): 204 kB | 282/527 kB Progress (2): 204 kB | 286/527 kB Progress (2): 204 kB | 290/527 kB Progress (2): 204 kB | 294/527 kB Progress (2): 204 kB | 298/527 kB Progress (2): 204 kB | 303/527 kB Progress (2): 204 kB | 307/527 kB Progress (2): 204 kB | 311/527 kB Progress (2): 204 kB | 315/527 kB Progress (2): 204 kB | 319/527 kB Progress (2): 204 kB | 323/527 kB Progress (2): 204 kB | 327/527 kB Progress (2): 204 kB | 331/527 kB Progress (2): 204 kB | 335/527 kB Progress (2): 204 kB | 339/527 kB Progress (2): 204 kB | 344/527 kB Progress (2): 204 kB | 348/527 kB Progress (2): 204 kB | 352/527 kB Progress (2): 204 kB | 356/527 kB Progress (2): 204 kB | 360/527 kB Progress (3): 204 kB | 360/527 kB | 4.1/108 kB Progress (3): 204 kB | 360/527 kB | 7.7/108 kB Progress (3): 204 kB | 360/527 kB | 12/108 kB Progress (3): 204 kB | 364/527 kB | 12/108 kB Progress (3): 204 kB | 368/527 kB | 12/108 kB Progress (3): 204 kB | 372/527 kB | 12/108 kB Progress (3): 204 kB | 376/527 kB | 12/108 kB Progress (3): 204 kB | 376/527 kB | 16/108 kB Progress (3): 204 kB | 380/527 kB | 16/108 kB Progress (3): 204 kB | 384/527 kB | 16/108 kB Progress (3): 204 kB | 389/527 kB | 16/108 kB Progress (3): 204 kB | 393/527 kB | 16/108 kB Progress (4): 204 kB | 393/527 kB | 16/108 kB | 4.1/202 kB Progress (4): 204 kB | 393/527 kB | 16/108 kB | 7.7/202 kB Progress (4): 204 kB | 393/527 kB | 16/108 kB | 12/202 kB Progress (4): 204 kB | 393/527 kB | 16/108 kB | 16/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar (204 kB at 262 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 Progress (3): 393/527 kB | 16/108 kB | 20/202 kB Progress (3): 397/527 kB | 16/108 kB | 20/202 kB Progress (4): 397/527 kB | 16/108 kB | 20/202 kB | 4.1/74 kB Progress (4): 397/527 kB | 20/108 kB | 20/202 kB | 4.1/74 kB Progress (4): 397/527 kB | 24/108 kB | 20/202 kB | 4.1/74 kB Progress (4): 397/527 kB | 24/108 kB | 20/202 kB | 7.7/74 kB Progress (4): 401/527 kB | 24/108 kB | 20/202 kB | 7.7/74 kB Progress (4): 401/527 kB | 24/108 kB | 24/202 kB | 7.7/74 kB Progress (4): 405/527 kB | 24/108 kB | 24/202 kB | 7.7/74 kB Progress (4): 405/527 kB | 24/108 kB | 24/202 kB | 12/74 kB Progress (4): 405/527 kB | 28/108 kB | 24/202 kB | 12/74 kB Progress (4): 405/527 kB | 28/108 kB | 24/202 kB | 16/74 kB Progress (4): 409/527 kB | 28/108 kB | 24/202 kB | 16/74 kB Progress (5): 409/527 kB | 28/108 kB | 24/202 kB | 16/74 kB | 4.1/153 kB Progress (5): 409/527 kB | 28/108 kB | 28/202 kB | 16/74 kB | 4.1/153 kB Progress (5): 409/527 kB | 28/108 kB | 32/202 kB | 16/74 kB | 4.1/153 kB Progress (5): 409/527 kB | 28/108 kB | 32/202 kB | 16/74 kB | 7.7/153 kB Progress (5): 413/527 kB | 28/108 kB | 32/202 kB | 16/74 kB | 7.7/153 kB Progress (5): 417/527 kB | 28/108 kB | 32/202 kB | 16/74 kB | 7.7/153 kB Progress (5): 421/527 kB | 28/108 kB | 32/202 kB | 16/74 kB | 7.7/153 kB Progress (5): 425/527 kB | 28/108 kB | 32/202 kB | 16/74 kB | 7.7/153 kB Progress (5): 430/527 kB | 28/108 kB | 32/202 kB | 16/74 kB | 7.7/153 kB Progress (5): 430/527 kB | 28/108 kB | 32/202 kB | 20/74 kB | 7.7/153 kB Progress (5): 430/527 kB | 32/108 kB | 32/202 kB | 20/74 kB | 7.7/153 kB Progress (5): 430/527 kB | 32/108 kB | 32/202 kB | 24/74 kB | 7.7/153 kB Progress (5): 434/527 kB | 32/108 kB | 32/202 kB | 24/74 kB | 7.7/153 kB Progress (5): 438/527 kB | 32/108 kB | 32/202 kB | 24/74 kB | 7.7/153 kB Progress (5): 442/527 kB | 32/108 kB | 32/202 kB | 24/74 kB | 7.7/153 kB Progress (5): 442/527 kB | 32/108 kB | 32/202 kB | 24/74 kB | 12/153 kB Progress (5): 442/527 kB | 32/108 kB | 32/202 kB | 24/74 kB | 16/153 kB Progress (5): 442/527 kB | 32/108 kB | 36/202 kB | 24/74 kB | 16/153 kB Progress (5): 442/527 kB | 32/108 kB | 36/202 kB | 24/74 kB | 20/153 kB Progress (5): 442/527 kB | 32/108 kB | 36/202 kB | 24/74 kB | 24/153 kB Progress (5): 442/527 kB | 32/108 kB | 36/202 kB | 24/74 kB | 28/153 kB Progress (5): 446/527 kB | 32/108 kB | 36/202 kB | 24/74 kB | 28/153 kB Progress (5): 450/527 kB | 32/108 kB | 36/202 kB | 24/74 kB | 28/153 kB Progress (5): 450/527 kB | 32/108 kB | 36/202 kB | 28/74 kB | 28/153 kB Progress (5): 450/527 kB | 36/108 kB | 36/202 kB | 28/74 kB | 28/153 kB Progress (5): 450/527 kB | 36/108 kB | 36/202 kB | 32/74 kB | 28/153 kB Progress (5): 454/527 kB | 36/108 kB | 36/202 kB | 32/74 kB | 28/153 kB Progress (5): 458/527 kB | 36/108 kB | 36/202 kB | 32/74 kB | 28/153 kB Progress (5): 458/527 kB | 36/108 kB | 36/202 kB | 32/74 kB | 32/153 kB Progress (5): 458/527 kB | 36/108 kB | 40/202 kB | 32/74 kB | 32/153 kB Progress (5): 458/527 kB | 36/108 kB | 40/202 kB | 32/74 kB | 36/153 kB Progress (5): 462/527 kB | 36/108 kB | 40/202 kB | 32/74 kB | 36/153 kB Progress (5): 462/527 kB | 36/108 kB | 40/202 kB | 36/74 kB | 36/153 kB Progress (5): 462/527 kB | 40/108 kB | 40/202 kB | 36/74 kB | 36/153 kB Progress (5): 462/527 kB | 40/108 kB | 40/202 kB | 40/74 kB | 36/153 kB Progress (5): 466/527 kB | 40/108 kB | 40/202 kB | 40/74 kB | 36/153 kB Progress (5): 466/527 kB | 40/108 kB | 40/202 kB | 40/74 kB | 40/153 kB Progress (5): 466/527 kB | 40/108 kB | 45/202 kB | 40/74 kB | 40/153 kB Progress (5): 466/527 kB | 40/108 kB | 45/202 kB | 40/74 kB | 45/153 kB Progress (5): 471/527 kB | 40/108 kB | 45/202 kB | 40/74 kB | 45/153 kB Progress (5): 471/527 kB | 40/108 kB | 45/202 kB | 45/74 kB | 45/153 kB Progress (5): 471/527 kB | 40/108 kB | 45/202 kB | 49/74 kB | 45/153 kB Progress (5): 471/527 kB | 40/108 kB | 45/202 kB | 53/74 kB | 45/153 kB Progress (5): 471/527 kB | 40/108 kB | 45/202 kB | 57/74 kB | 45/153 kB Progress (5): 471/527 kB | 40/108 kB | 45/202 kB | 61/74 kB | 45/153 kB Progress (5): 471/527 kB | 40/108 kB | 45/202 kB | 65/74 kB | 45/153 kB Progress (5): 471/527 kB | 40/108 kB | 45/202 kB | 69/74 kB | 45/153 kB Progress (5): 471/527 kB | 40/108 kB | 45/202 kB | 73/74 kB | 45/153 kB Progress (5): 471/527 kB | 40/108 kB | 45/202 kB | 74 kB | 45/153 kB Progress (5): 471/527 kB | 45/108 kB | 45/202 kB | 74 kB | 45/153 kB Progress (5): 475/527 kB | 45/108 kB | 45/202 kB | 74 kB | 45/153 kB Progress (5): 475/527 kB | 45/108 kB | 45/202 kB | 74 kB | 49/153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 83 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 Progress (5): 475/527 kB | 45/108 kB | 45/202 kB | 49/153 kB | 4.1/472 kB Progress (5): 475/527 kB | 45/108 kB | 45/202 kB | 49/153 kB | 7.7/472 kB Progress (5): 475/527 kB | 45/108 kB | 45/202 kB | 49/153 kB | 12/472 kB Progress (5): 475/527 kB | 45/108 kB | 45/202 kB | 49/153 kB | 16/472 kB Progress (5): 475/527 kB | 45/108 kB | 49/202 kB | 49/153 kB | 16/472 kB Progress (5): 475/527 kB | 45/108 kB | 49/202 kB | 49/153 kB | 20/472 kB Progress (5): 475/527 kB | 45/108 kB | 49/202 kB | 53/153 kB | 20/472 kB Progress (5): 479/527 kB | 45/108 kB | 49/202 kB | 53/153 kB | 20/472 kB Progress (5): 479/527 kB | 49/108 kB | 49/202 kB | 53/153 kB | 20/472 kB Progress (5): 483/527 kB | 49/108 kB | 49/202 kB | 53/153 kB | 20/472 kB Progress (5): 483/527 kB | 49/108 kB | 49/202 kB | 57/153 kB | 20/472 kB Progress (5): 483/527 kB | 49/108 kB | 49/202 kB | 61/153 kB | 20/472 kB Progress (5): 483/527 kB | 49/108 kB | 49/202 kB | 65/153 kB | 20/472 kB Progress (5): 483/527 kB | 49/108 kB | 49/202 kB | 65/153 kB | 24/472 kB Progress (5): 483/527 kB | 49/108 kB | 49/202 kB | 69/153 kB | 24/472 kB Progress (5): 483/527 kB | 49/108 kB | 53/202 kB | 69/153 kB | 24/472 kB Progress (5): 483/527 kB | 49/108 kB | 53/202 kB | 73/153 kB | 24/472 kB Progress (5): 483/527 kB | 49/108 kB | 53/202 kB | 77/153 kB | 24/472 kB Progress (5): 483/527 kB | 49/108 kB | 53/202 kB | 77/153 kB | 28/472 kB Progress (5): 487/527 kB | 49/108 kB | 53/202 kB | 77/153 kB | 28/472 kB Progress (5): 487/527 kB | 53/108 kB | 53/202 kB | 77/153 kB | 28/472 kB Progress (5): 487/527 kB | 57/108 kB | 53/202 kB | 77/153 kB | 28/472 kB Progress (5): 487/527 kB | 61/108 kB | 53/202 kB | 77/153 kB | 28/472 kB Progress (5): 487/527 kB | 65/108 kB | 53/202 kB | 77/153 kB | 28/472 kB Progress (5): 491/527 kB | 65/108 kB | 53/202 kB | 77/153 kB | 28/472 kB Progress (5): 491/527 kB | 69/108 kB | 53/202 kB | 77/153 kB | 28/472 kB Progress (5): 491/527 kB | 73/108 kB | 53/202 kB | 77/153 kB | 28/472 kB Progress (5): 491/527 kB | 77/108 kB | 53/202 kB | 77/153 kB | 28/472 kB Progress (5): 491/527 kB | 81/108 kB | 53/202 kB | 77/153 kB | 28/472 kB Progress (5): 491/527 kB | 81/108 kB | 53/202 kB | 77/153 kB | 32/472 kB Progress (5): 491/527 kB | 81/108 kB | 53/202 kB | 81/153 kB | 32/472 kB Progress (5): 491/527 kB | 81/108 kB | 57/202 kB | 81/153 kB | 32/472 kB Progress (5): 491/527 kB | 81/108 kB | 61/202 kB | 81/153 kB | 32/472 kB Progress (5): 491/527 kB | 81/108 kB | 61/202 kB | 81/153 kB | 36/472 kB Progress (5): 491/527 kB | 85/108 kB | 61/202 kB | 81/153 kB | 36/472 kB Progress (5): 491/527 kB | 90/108 kB | 61/202 kB | 81/153 kB | 36/472 kB Progress (5): 491/527 kB | 94/108 kB | 61/202 kB | 81/153 kB | 36/472 kB Progress (5): 495/527 kB | 94/108 kB | 61/202 kB | 81/153 kB | 36/472 kB Progress (5): 499/527 kB | 94/108 kB | 61/202 kB | 81/153 kB | 36/472 kB Progress (5): 499/527 kB | 98/108 kB | 61/202 kB | 81/153 kB | 36/472 kB Progress (5): 499/527 kB | 98/108 kB | 61/202 kB | 81/153 kB | 40/472 kB Progress (5): 499/527 kB | 102/108 kB | 61/202 kB | 81/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 61/202 kB | 81/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 65/202 kB | 81/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 65/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 69/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 73/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 77/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 81/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 85/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 90/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 94/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 98/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 102/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 106/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 110/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 106/108 kB | 114/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 108 kB | 114/202 kB | 85/153 kB | 40/472 kB Progress (5): 499/527 kB | 108 kB | 114/202 kB | 85/153 kB | 45/472 kB Progress (5): 503/527 kB | 108 kB | 114/202 kB | 85/153 kB | 45/472 kB Progress (5): 507/527 kB | 108 kB | 114/202 kB | 85/153 kB | 45/472 kB Progress (5): 507/527 kB | 108 kB | 114/202 kB | 85/153 kB | 49/472 kB Progress (5): 511/527 kB | 108 kB | 114/202 kB | 85/153 kB | 49/472 kB Progress (5): 516/527 kB | 108 kB | 114/202 kB | 85/153 kB | 49/472 kB Progress (5): 520/527 kB | 108 kB | 114/202 kB | 85/153 kB | 49/472 kB Progress (5): 524/527 kB | 108 kB | 114/202 kB | 85/153 kB | 49/472 kB Progress (5): 524/527 kB | 108 kB | 118/202 kB | 85/153 kB | 49/472 kB Progress (5): 524/527 kB | 108 kB | 118/202 kB | 90/153 kB | 49/472 kB Progress (5): 524/527 kB | 108 kB | 122/202 kB | 90/153 kB | 49/472 kB Progress (5): 527 kB | 108 kB | 122/202 kB | 90/153 kB | 49/472 kB Progress (5): 527 kB | 108 kB | 122/202 kB | 90/153 kB | 53/472 kB Progress (5): 527 kB | 108 kB | 126/202 kB | 90/153 kB | 53/472 kB Progress (5): 527 kB | 108 kB | 126/202 kB | 94/153 kB | 53/472 kB Progress (5): 527 kB | 108 kB | 126/202 kB | 98/153 kB | 53/472 kB Progress (5): 527 kB | 108 kB | 131/202 kB | 98/153 kB | 53/472 kB Progress (5): 527 kB | 108 kB | 131/202 kB | 98/153 kB | 57/472 kB Progress (5): 527 kB | 108 kB | 131/202 kB | 98/153 kB | 61/472 kB Progress (5): 527 kB | 108 kB | 131/202 kB | 98/153 kB | 65/472 kB Progress (5): 527 kB | 108 kB | 131/202 kB | 102/153 kB | 65/472 kB Progress (5): 527 kB | 108 kB | 131/202 kB | 102/153 kB | 69/472 kB Progress (5): 527 kB | 108 kB | 135/202 kB | 102/153 kB | 69/472 kB Progress (5): 527 kB | 108 kB | 139/202 kB | 102/153 kB | 69/472 kB Progress (5): 527 kB | 108 kB | 143/202 kB | 102/153 kB | 69/472 kB Progress (5): 527 kB | 108 kB | 147/202 kB | 102/153 kB | 69/472 kB Progress (5): 527 kB | 108 kB | 151/202 kB | 102/153 kB | 69/472 kB Progress (5): 527 kB | 108 kB | 155/202 kB | 102/153 kB | 69/472 kB Progress (5): 527 kB | 108 kB | 159/202 kB | 102/153 kB | 69/472 kB Progress (5): 527 kB | 108 kB | 163/202 kB | 102/153 kB | 69/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 100 kB/s) Progress (4): 527 kB | 163/202 kB | 102/153 kB | 73/472 kB Progress (4): 527 kB | 163/202 kB | 102/153 kB | 77/472 kB Progress (4): 527 kB | 163/202 kB | 106/153 kB | 77/472 kB Progress (4): 527 kB | 163/202 kB | 106/153 kB | 81/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 488 kB/s) 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (3): 167/202 kB | 106/153 kB | 81/472 kB Progress (3): 167/202 kB | 106/153 kB | 85/472 kB Progress (3): 167/202 kB | 106/153 kB | 90/472 kB Progress (3): 167/202 kB | 110/153 kB | 90/472 kB Progress (3): 167/202 kB | 110/153 kB | 94/472 kB Progress (3): 171/202 kB | 110/153 kB | 94/472 kB Progress (3): 171/202 kB | 110/153 kB | 98/472 kB Progress (3): 171/202 kB | 114/153 kB | 98/472 kB Progress (3): 171/202 kB | 114/153 kB | 102/472 kB Progress (3): 171/202 kB | 114/153 kB | 106/472 kB Progress (3): 171/202 kB | 118/153 kB | 106/472 kB Progress (3): 171/202 kB | 122/153 kB | 106/472 kB Progress (3): 176/202 kB | 122/153 kB | 106/472 kB Progress (3): 176/202 kB | 126/153 kB | 106/472 kB Progress (3): 176/202 kB | 126/153 kB | 110/472 kB Progress (3): 176/202 kB | 131/153 kB | 110/472 kB Progress (3): 180/202 kB | 131/153 kB | 110/472 kB Progress (3): 180/202 kB | 131/153 kB | 114/472 kB Progress (3): 184/202 kB | 131/153 kB | 114/472 kB Progress (3): 184/202 kB | 131/153 kB | 118/472 kB Progress (3): 184/202 kB | 131/153 kB | 122/472 kB Progress (3): 184/202 kB | 135/153 kB | 122/472 kB Progress (3): 184/202 kB | 135/153 kB | 126/472 kB Progress (3): 184/202 kB | 135/153 kB | 131/472 kB Progress (3): 188/202 kB | 135/153 kB | 131/472 kB Progress (3): 188/202 kB | 135/153 kB | 135/472 kB Progress (3): 188/202 kB | 135/153 kB | 139/472 kB Progress (3): 188/202 kB | 139/153 kB | 139/472 kB Progress (3): 188/202 kB | 139/153 kB | 143/472 kB Progress (3): 192/202 kB | 139/153 kB | 143/472 kB Progress (3): 192/202 kB | 139/153 kB | 147/472 kB Progress (3): 192/202 kB | 143/153 kB | 147/472 kB Progress (3): 192/202 kB | 143/153 kB | 151/472 kB Progress (3): 196/202 kB | 143/153 kB | 151/472 kB Progress (3): 196/202 kB | 143/153 kB | 155/472 kB Progress (3): 196/202 kB | 147/153 kB | 155/472 kB Progress (3): 200/202 kB | 147/153 kB | 155/472 kB Progress (3): 202 kB | 147/153 kB | 155/472 kB Progress (3): 202 kB | 147/153 kB | 159/472 kB Progress (3): 202 kB | 147/153 kB | 163/472 kB Progress (3): 202 kB | 151/153 kB | 163/472 kB Progress (4): 202 kB | 151/153 kB | 163/472 kB | 4.1/46 kB Progress (4): 202 kB | 151/153 kB | 163/472 kB | 7.7/46 kB Progress (4): 202 kB | 151/153 kB | 163/472 kB | 12/46 kB Progress (4): 202 kB | 151/153 kB | 163/472 kB | 16/46 kB Progress (4): 202 kB | 151/153 kB | 167/472 kB | 16/46 kB Progress (5): 202 kB | 151/153 kB | 167/472 kB | 16/46 kB | 4.1/61 kB Progress (5): 202 kB | 151/153 kB | 167/472 kB | 16/46 kB | 7.7/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 172 kB/s) Progress (4): 153 kB | 167/472 kB | 16/46 kB | 7.7/61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (4): 153 kB | 167/472 kB | 16/46 kB | 12/61 kB Progress (4): 153 kB | 167/472 kB | 16/46 kB | 16/61 kB Progress (4): 153 kB | 167/472 kB | 20/46 kB | 16/61 kB Progress (4): 153 kB | 167/472 kB | 24/46 kB | 16/61 kB Progress (4): 153 kB | 171/472 kB | 24/46 kB | 16/61 kB Progress (5): 153 kB | 171/472 kB | 24/46 kB | 16/61 kB | 4.1/29 kB Progress (5): 153 kB | 171/472 kB | 28/46 kB | 16/61 kB | 4.1/29 kB Progress (5): 153 kB | 171/472 kB | 28/46 kB | 20/61 kB | 4.1/29 kB Progress (5): 153 kB | 171/472 kB | 32/46 kB | 20/61 kB | 4.1/29 kB Progress (5): 153 kB | 171/472 kB | 32/46 kB | 20/61 kB | 7.7/29 kB Progress (5): 153 kB | 176/472 kB | 32/46 kB | 20/61 kB | 7.7/29 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 129 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Progress (4): 180/472 kB | 32/46 kB | 20/61 kB | 7.7/29 kB Progress (4): 180/472 kB | 32/46 kB | 20/61 kB | 12/29 kB Progress (4): 180/472 kB | 36/46 kB | 20/61 kB | 12/29 kB Progress (4): 180/472 kB | 36/46 kB | 24/61 kB | 12/29 kB Progress (4): 180/472 kB | 40/46 kB | 24/61 kB | 12/29 kB Progress (4): 184/472 kB | 40/46 kB | 24/61 kB | 12/29 kB Progress (4): 188/472 kB | 40/46 kB | 24/61 kB | 12/29 kB Progress (4): 192/472 kB | 40/46 kB | 24/61 kB | 12/29 kB Progress (4): 196/472 kB | 40/46 kB | 24/61 kB | 12/29 kB Progress (4): 196/472 kB | 40/46 kB | 24/61 kB | 16/29 kB Progress (4): 200/472 kB | 40/46 kB | 24/61 kB | 16/29 kB Progress (4): 204/472 kB | 40/46 kB | 24/61 kB | 16/29 kB Progress (5): 204/472 kB | 40/46 kB | 24/61 kB | 16/29 kB | 4.1/13 kB Progress (5): 204/472 kB | 45/46 kB | 24/61 kB | 16/29 kB | 4.1/13 kB Progress (5): 204/472 kB | 46 kB | 24/61 kB | 16/29 kB | 4.1/13 kB Progress (5): 204/472 kB | 46 kB | 28/61 kB | 16/29 kB | 4.1/13 kB Progress (5): 204/472 kB | 46 kB | 32/61 kB | 16/29 kB | 4.1/13 kB Progress (5): 204/472 kB | 46 kB | 36/61 kB | 16/29 kB | 4.1/13 kB Progress (5): 204/472 kB | 46 kB | 40/61 kB | 16/29 kB | 4.1/13 kB Progress (5): 204/472 kB | 46 kB | 45/61 kB | 16/29 kB | 4.1/13 kB Progress (5): 204/472 kB | 46 kB | 49/61 kB | 16/29 kB | 4.1/13 kB Progress (5): 204/472 kB | 46 kB | 53/61 kB | 16/29 kB | 4.1/13 kB Progress (5): 204/472 kB | 46 kB | 57/61 kB | 16/29 kB | 4.1/13 kB Progress (5): 204/472 kB | 46 kB | 61/61 kB | 16/29 kB | 4.1/13 kB Progress (5): 204/472 kB | 46 kB | 61/61 kB | 16/29 kB | 7.7/13 kB Progress (5): 204/472 kB | 46 kB | 61/61 kB | 16/29 kB | 12/13 kB Progress (5): 204/472 kB | 46 kB | 61/61 kB | 16/29 kB | 13 kB Progress (5): 208/472 kB | 46 kB | 61/61 kB | 16/29 kB | 13 kB Progress (5): 212/472 kB | 46 kB | 61/61 kB | 16/29 kB | 13 kB Progress (5): 217/472 kB | 46 kB | 61/61 kB | 16/29 kB | 13 kB Progress (5): 221/472 kB | 46 kB | 61/61 kB | 16/29 kB | 13 kB Progress (5): 225/472 kB | 46 kB | 61/61 kB | 16/29 kB | 13 kB Progress (5): 225/472 kB | 46 kB | 61/61 kB | 20/29 kB | 13 kB Progress (5): 225/472 kB | 46 kB | 61/61 kB | 24/29 kB | 13 kB Progress (5): 225/472 kB | 46 kB | 61/61 kB | 28/29 kB | 13 kB Progress (5): 225/472 kB | 46 kB | 61/61 kB | 29 kB | 13 kB Progress (5): 229/472 kB | 46 kB | 61/61 kB | 29 kB | 13 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 10 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Progress (4): 229/472 kB | 46 kB | 61 kB | 29 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 36 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 22 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar Progress (2): 233/472 kB | 61 kB Progress (2): 237/472 kB | 61 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 47 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar Progress (2): 237/472 kB | 4.1/49 kB Progress (3): 237/472 kB | 4.1/49 kB | 4.1/263 kB Progress (3): 237/472 kB | 4.1/49 kB | 7.7/263 kB Progress (4): 237/472 kB | 4.1/49 kB | 7.7/263 kB | 4.1/22 kB Progress (4): 237/472 kB | 4.1/49 kB | 7.7/263 kB | 7.7/22 kB Progress (4): 237/472 kB | 4.1/49 kB | 7.7/263 kB | 12/22 kB Progress (4): 241/472 kB | 4.1/49 kB | 7.7/263 kB | 12/22 kB Progress (4): 241/472 kB | 4.1/49 kB | 7.7/263 kB | 16/22 kB Progress (5): 241/472 kB | 4.1/49 kB | 7.7/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 4.1/49 kB | 12/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 4.1/49 kB | 16/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 16/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 20/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 24/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 28/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 32/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 36/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 40/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 45/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 49/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 53/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 57/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 61/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 65/263 kB | 16/22 kB | 4.1/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 65/263 kB | 16/22 kB | 7.7/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 65/263 kB | 16/22 kB | 12/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 65/263 kB | 16/22 kB | 16/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 65/263 kB | 20/22 kB | 16/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 65/263 kB | 20/22 kB | 20/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 65/263 kB | 20/22 kB | 24/196 kB Progress (5): 241/472 kB | 7.7/49 kB | 65/263 kB | 20/22 kB | 28/196 kB Progress (5): 245/472 kB | 7.7/49 kB | 65/263 kB | 20/22 kB | 28/196 kB Progress (5): 245/472 kB | 7.7/49 kB | 65/263 kB | 20/22 kB | 32/196 kB Progress (5): 245/472 kB | 7.7/49 kB | 65/263 kB | 22 kB | 32/196 kB Progress (5): 245/472 kB | 7.7/49 kB | 69/263 kB | 22 kB | 32/196 kB Progress (5): 245/472 kB | 7.7/49 kB | 73/263 kB | 22 kB | 32/196 kB Progress (5): 245/472 kB | 7.7/49 kB | 77/263 kB | 22 kB | 32/196 kB Progress (5): 245/472 kB | 7.7/49 kB | 81/263 kB | 22 kB | 32/196 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar (22 kB at 16 kB/s) Progress (4): 245/472 kB | 12/49 kB | 81/263 kB | 32/196 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar Progress (4): 245/472 kB | 12/49 kB | 85/263 kB | 32/196 kB Progress (4): 245/472 kB | 12/49 kB | 85/263 kB | 36/196 kB Progress (4): 249/472 kB | 12/49 kB | 85/263 kB | 36/196 kB Progress (4): 249/472 kB | 12/49 kB | 85/263 kB | 40/196 kB Progress (4): 249/472 kB | 12/49 kB | 90/263 kB | 40/196 kB Progress (4): 249/472 kB | 12/49 kB | 94/263 kB | 40/196 kB Progress (4): 249/472 kB | 16/49 kB | 94/263 kB | 40/196 kB Progress (4): 249/472 kB | 16/49 kB | 98/263 kB | 40/196 kB Progress (4): 249/472 kB | 16/49 kB | 98/263 kB | 45/196 kB Progress (4): 249/472 kB | 16/49 kB | 98/263 kB | 49/196 kB Progress (4): 253/472 kB | 16/49 kB | 98/263 kB | 49/196 kB Progress (4): 258/472 kB | 16/49 kB | 98/263 kB | 49/196 kB Progress (5): 258/472 kB | 16/49 kB | 98/263 kB | 49/196 kB | 4.1/76 kB Progress (5): 258/472 kB | 16/49 kB | 98/263 kB | 49/196 kB | 7.7/76 kB Progress (5): 258/472 kB | 20/49 kB | 98/263 kB | 49/196 kB | 7.7/76 kB Progress (5): 258/472 kB | 24/49 kB | 98/263 kB | 49/196 kB | 7.7/76 kB Progress (5): 258/472 kB | 28/49 kB | 98/263 kB | 49/196 kB | 7.7/76 kB Progress (5): 258/472 kB | 32/49 kB | 98/263 kB | 49/196 kB | 7.7/76 kB Progress (5): 258/472 kB | 36/49 kB | 98/263 kB | 49/196 kB | 7.7/76 kB Progress (5): 258/472 kB | 40/49 kB | 98/263 kB | 49/196 kB | 7.7/76 kB Progress (5): 258/472 kB | 45/49 kB | 98/263 kB | 49/196 kB | 7.7/76 kB Progress (5): 258/472 kB | 49/49 kB | 98/263 kB | 49/196 kB | 7.7/76 kB Progress (5): 258/472 kB | 49 kB | 98/263 kB | 49/196 kB | 7.7/76 kB Progress (5): 258/472 kB | 49 kB | 98/263 kB | 49/196 kB | 12/76 kB Progress (5): 258/472 kB | 49 kB | 98/263 kB | 53/196 kB | 12/76 kB Progress (5): 258/472 kB | 49 kB | 98/263 kB | 57/196 kB | 12/76 kB Progress (5): 258/472 kB | 49 kB | 102/263 kB | 57/196 kB | 12/76 kB Progress (5): 262/472 kB | 49 kB | 102/263 kB | 57/196 kB | 12/76 kB Progress (5): 262/472 kB | 49 kB | 106/263 kB | 57/196 kB | 12/76 kB Progress (5): 266/472 kB | 49 kB | 106/263 kB | 57/196 kB | 12/76 kB Progress (5): 270/472 kB | 49 kB | 106/263 kB | 57/196 kB | 12/76 kB Progress (5): 274/472 kB | 49 kB | 106/263 kB | 57/196 kB | 12/76 kB Progress (5): 274/472 kB | 49 kB | 106/263 kB | 61/196 kB | 12/76 kB Progress (5): 274/472 kB | 49 kB | 106/263 kB | 61/196 kB | 16/76 kB Progress (5): 274/472 kB | 49 kB | 106/263 kB | 65/196 kB | 16/76 kB Progress (5): 278/472 kB | 49 kB | 106/263 kB | 65/196 kB | 16/76 kB Progress (5): 278/472 kB | 49 kB | 110/263 kB | 65/196 kB | 16/76 kB Progress (5): 278/472 kB | 49 kB | 110/263 kB | 69/196 kB | 16/76 kB Progress (5): 278/472 kB | 49 kB | 110/263 kB | 73/196 kB | 16/76 kB Progress (5): 278/472 kB | 49 kB | 110/263 kB | 77/196 kB | 16/76 kB Progress (5): 278/472 kB | 49 kB | 110/263 kB | 81/196 kB | 16/76 kB Progress (5): 278/472 kB | 49 kB | 110/263 kB | 81/196 kB | 20/76 kB Progress (5): 278/472 kB | 49 kB | 110/263 kB | 85/196 kB | 20/76 kB Progress (5): 278/472 kB | 49 kB | 114/263 kB | 85/196 kB | 20/76 kB Progress (5): 282/472 kB | 49 kB | 114/263 kB | 85/196 kB | 20/76 kB Progress (5): 282/472 kB | 49 kB | 114/263 kB | 90/196 kB | 20/76 kB Progress (5): 282/472 kB | 49 kB | 114/263 kB | 94/196 kB | 20/76 kB Progress (5): 282/472 kB | 49 kB | 114/263 kB | 98/196 kB | 20/76 kB Progress (5): 282/472 kB | 49 kB | 114/263 kB | 98/196 kB | 24/76 kB Progress (5): 282/472 kB | 49 kB | 114/263 kB | 102/196 kB | 24/76 kB Progress (5): 282/472 kB | 49 kB | 118/263 kB | 102/196 kB | 24/76 kB Progress (5): 282/472 kB | 49 kB | 122/263 kB | 102/196 kB | 24/76 kB Progress (5): 282/472 kB | 49 kB | 126/263 kB | 102/196 kB | 24/76 kB Progress (5): 282/472 kB | 49 kB | 131/263 kB | 102/196 kB | 24/76 kB Progress (5): 286/472 kB | 49 kB | 131/263 kB | 102/196 kB | 24/76 kB Progress (5): 286/472 kB | 49 kB | 135/263 kB | 102/196 kB | 24/76 kB Progress (5): 286/472 kB | 49 kB | 135/263 kB | 106/196 kB | 24/76 kB Progress (5): 286/472 kB | 49 kB | 135/263 kB | 106/196 kB | 28/76 kB Progress (5): 286/472 kB | 49 kB | 135/263 kB | 110/196 kB | 28/76 kB Progress (5): 286/472 kB | 49 kB | 139/263 kB | 110/196 kB | 28/76 kB Progress (5): 290/472 kB | 49 kB | 139/263 kB | 110/196 kB | 28/76 kB Progress (5): 290/472 kB | 49 kB | 139/263 kB | 114/196 kB | 28/76 kB Progress (5): 290/472 kB | 49 kB | 139/263 kB | 114/196 kB | 32/76 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 31 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar Progress (4): 290/472 kB | 143/263 kB | 114/196 kB | 32/76 kB Progress (4): 290/472 kB | 147/263 kB | 114/196 kB | 32/76 kB Progress (4): 290/472 kB | 147/263 kB | 118/196 kB | 32/76 kB Progress (4): 290/472 kB | 147/263 kB | 122/196 kB | 32/76 kB Progress (4): 290/472 kB | 147/263 kB | 126/196 kB | 32/76 kB Progress (4): 294/472 kB | 147/263 kB | 126/196 kB | 32/76 kB Progress (5): 294/472 kB | 147/263 kB | 126/196 kB | 32/76 kB | 4.1/215 kB Progress (5): 298/472 kB | 147/263 kB | 126/196 kB | 32/76 kB | 4.1/215 kB Progress (5): 303/472 kB | 147/263 kB | 126/196 kB | 32/76 kB | 4.1/215 kB Progress (5): 303/472 kB | 147/263 kB | 131/196 kB | 32/76 kB | 4.1/215 kB Progress (5): 303/472 kB | 151/263 kB | 131/196 kB | 32/76 kB | 4.1/215 kB Progress (5): 303/472 kB | 155/263 kB | 131/196 kB | 32/76 kB | 4.1/215 kB Progress (5): 303/472 kB | 159/263 kB | 131/196 kB | 32/76 kB | 4.1/215 kB Progress (5): 303/472 kB | 159/263 kB | 131/196 kB | 36/76 kB | 4.1/215 kB Progress (5): 303/472 kB | 159/263 kB | 131/196 kB | 40/76 kB | 4.1/215 kB Progress (5): 303/472 kB | 163/263 kB | 131/196 kB | 40/76 kB | 4.1/215 kB Progress (5): 303/472 kB | 163/263 kB | 135/196 kB | 40/76 kB | 4.1/215 kB Progress (5): 307/472 kB | 163/263 kB | 135/196 kB | 40/76 kB | 4.1/215 kB Progress (5): 311/472 kB | 163/263 kB | 135/196 kB | 40/76 kB | 4.1/215 kB Progress (5): 315/472 kB | 163/263 kB | 135/196 kB | 40/76 kB | 4.1/215 kB Progress (5): 319/472 kB | 163/263 kB | 135/196 kB | 40/76 kB | 4.1/215 kB Progress (5): 323/472 kB | 163/263 kB | 135/196 kB | 40/76 kB | 4.1/215 kB Progress (5): 323/472 kB | 163/263 kB | 135/196 kB | 40/76 kB | 7.7/215 kB Progress (5): 327/472 kB | 163/263 kB | 135/196 kB | 40/76 kB | 7.7/215 kB Progress (5): 327/472 kB | 163/263 kB | 139/196 kB | 40/76 kB | 7.7/215 kB Progress (5): 327/472 kB | 167/263 kB | 139/196 kB | 40/76 kB | 7.7/215 kB Progress (5): 327/472 kB | 167/263 kB | 139/196 kB | 45/76 kB | 7.7/215 kB Progress (5): 327/472 kB | 167/263 kB | 139/196 kB | 49/76 kB | 7.7/215 kB Progress (5): 327/472 kB | 171/263 kB | 139/196 kB | 49/76 kB | 7.7/215 kB Progress (5): 327/472 kB | 171/263 kB | 143/196 kB | 49/76 kB | 7.7/215 kB Progress (5): 327/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 7.7/215 kB Progress (5): 331/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 7.7/215 kB Progress (5): 331/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 12/215 kB Progress (5): 331/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 16/215 kB Progress (5): 331/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 20/215 kB Progress (5): 331/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 24/215 kB Progress (5): 331/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 28/215 kB Progress (5): 331/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 32/215 kB Progress (5): 335/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 32/215 kB Progress (5): 339/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 32/215 kB Progress (5): 344/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 32/215 kB Progress (5): 348/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 32/215 kB Progress (5): 352/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 32/215 kB Progress (5): 356/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 32/215 kB Progress (5): 360/472 kB | 171/263 kB | 143/196 kB | 53/76 kB | 32/215 kB Progress (5): 360/472 kB | 171/263 kB | 143/196 kB | 57/76 kB | 32/215 kB Progress (5): 360/472 kB | 171/263 kB | 143/196 kB | 61/76 kB | 32/215 kB Progress (5): 360/472 kB | 171/263 kB | 143/196 kB | 65/76 kB | 32/215 kB Progress (5): 360/472 kB | 171/263 kB | 147/196 kB | 65/76 kB | 32/215 kB Progress (5): 360/472 kB | 171/263 kB | 147/196 kB | 69/76 kB | 32/215 kB Progress (5): 360/472 kB | 171/263 kB | 147/196 kB | 73/76 kB | 32/215 kB Progress (5): 360/472 kB | 171/263 kB | 147/196 kB | 76 kB | 32/215 kB Progress (5): 360/472 kB | 176/263 kB | 147/196 kB | 76 kB | 32/215 kB Progress (5): 360/472 kB | 180/263 kB | 147/196 kB | 76 kB | 32/215 kB Progress (5): 360/472 kB | 180/263 kB | 151/196 kB | 76 kB | 32/215 kB Progress (5): 360/472 kB | 180/263 kB | 155/196 kB | 76 kB | 32/215 kB Progress (5): 360/472 kB | 180/263 kB | 159/196 kB | 76 kB | 32/215 kB Progress (5): 360/472 kB | 180/263 kB | 163/196 kB | 76 kB | 32/215 kB Progress (5): 364/472 kB | 180/263 kB | 163/196 kB | 76 kB | 32/215 kB Progress (5): 364/472 kB | 180/263 kB | 163/196 kB | 76 kB | 36/215 kB Progress (5): 368/472 kB | 180/263 kB | 163/196 kB | 76 kB | 36/215 kB Progress (5): 368/472 kB | 180/263 kB | 167/196 kB | 76 kB | 36/215 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 45 kB/s) Progress (4): 368/472 kB | 184/263 kB | 167/196 kB | 36/215 kB Progress (4): 368/472 kB | 188/263 kB | 167/196 kB | 36/215 kB Progress (4): 368/472 kB | 192/263 kB | 167/196 kB | 36/215 kB Progress (4): 368/472 kB | 196/263 kB | 167/196 kB | 36/215 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): 368/472 kB | 196/263 kB | 171/196 kB | 36/215 kB Progress (4): 372/472 kB | 196/263 kB | 171/196 kB | 36/215 kB Progress (4): 372/472 kB | 196/263 kB | 171/196 kB | 40/215 kB Progress (4): 376/472 kB | 196/263 kB | 171/196 kB | 40/215 kB Progress (4): 376/472 kB | 196/263 kB | 176/196 kB | 40/215 kB Progress (4): 376/472 kB | 196/263 kB | 180/196 kB | 40/215 kB Progress (4): 376/472 kB | 196/263 kB | 184/196 kB | 40/215 kB Progress (4): 376/472 kB | 196/263 kB | 188/196 kB | 40/215 kB Progress (4): 376/472 kB | 196/263 kB | 192/196 kB | 40/215 kB Progress (4): 376/472 kB | 196/263 kB | 196/196 kB | 40/215 kB Progress (4): 376/472 kB | 196/263 kB | 196 kB | 40/215 kB Progress (4): 376/472 kB | 200/263 kB | 196 kB | 40/215 kB Progress (4): 376/472 kB | 204/263 kB | 196 kB | 40/215 kB Progress (4): 380/472 kB | 204/263 kB | 196 kB | 40/215 kB Progress (4): 384/472 kB | 204/263 kB | 196 kB | 40/215 kB Progress (4): 389/472 kB | 204/263 kB | 196 kB | 40/215 kB Progress (4): 393/472 kB | 204/263 kB | 196 kB | 40/215 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 111 kB/s) Progress (3): 393/472 kB | 204/263 kB | 45/215 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (3): 397/472 kB | 204/263 kB | 45/215 kB Progress (3): 397/472 kB | 208/263 kB | 45/215 kB Progress (3): 401/472 kB | 208/263 kB | 45/215 kB Progress (3): 405/472 kB | 208/263 kB | 45/215 kB Progress (3): 409/472 kB | 208/263 kB | 45/215 kB Progress (3): 413/472 kB | 208/263 kB | 45/215 kB Progress (3): 417/472 kB | 208/263 kB | 45/215 kB Progress (3): 417/472 kB | 208/263 kB | 49/215 kB Progress (3): 421/472 kB | 208/263 kB | 49/215 kB Progress (3): 425/472 kB | 208/263 kB | 49/215 kB Progress (3): 430/472 kB | 208/263 kB | 49/215 kB Progress (3): 434/472 kB | 208/263 kB | 49/215 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 4.1/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 7.7/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 12/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 16/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 20/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 24/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 28/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 32/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 36/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 40/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 45/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 49/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 53/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 57/58 kB Progress (4): 434/472 kB | 208/263 kB | 49/215 kB | 58 kB Progress (5): 434/472 kB | 208/263 kB | 49/215 kB | 58 kB | 4.1/592 kB Progress (5): 434/472 kB | 212/263 kB | 49/215 kB | 58 kB | 4.1/592 kB Progress (5): 434/472 kB | 212/263 kB | 49/215 kB | 58 kB | 7.7/592 kB Progress (5): 434/472 kB | 212/263 kB | 49/215 kB | 58 kB | 12/592 kB Progress (5): 434/472 kB | 212/263 kB | 49/215 kB | 58 kB | 16/592 kB Progress (5): 438/472 kB | 212/263 kB | 49/215 kB | 58 kB | 16/592 kB Progress (5): 438/472 kB | 212/263 kB | 53/215 kB | 58 kB | 16/592 kB Progress (5): 438/472 kB | 212/263 kB | 57/215 kB | 58 kB | 16/592 kB Progress (5): 438/472 kB | 212/263 kB | 61/215 kB | 58 kB | 16/592 kB Progress (5): 438/472 kB | 212/263 kB | 65/215 kB | 58 kB | 16/592 kB Progress (5): 442/472 kB | 212/263 kB | 65/215 kB | 58 kB | 16/592 kB Progress (5): 442/472 kB | 212/263 kB | 69/215 kB | 58 kB | 16/592 kB Progress (5): 442/472 kB | 212/263 kB | 69/215 kB | 58 kB | 20/592 kB Progress (5): 442/472 kB | 212/263 kB | 69/215 kB | 58 kB | 24/592 kB Progress (5): 442/472 kB | 212/263 kB | 69/215 kB | 58 kB | 28/592 kB Progress (5): 442/472 kB | 212/263 kB | 69/215 kB | 58 kB | 32/592 kB Progress (5): 442/472 kB | 217/263 kB | 69/215 kB | 58 kB | 32/592 kB Progress (5): 442/472 kB | 217/263 kB | 69/215 kB | 58 kB | 36/592 kB Progress (5): 442/472 kB | 217/263 kB | 73/215 kB | 58 kB | 36/592 kB Progress (5): 446/472 kB | 217/263 kB | 73/215 kB | 58 kB | 36/592 kB Progress (5): 446/472 kB | 217/263 kB | 77/215 kB | 58 kB | 36/592 kB Progress (5): 446/472 kB | 217/263 kB | 77/215 kB | 58 kB | 40/592 kB Progress (5): 446/472 kB | 221/263 kB | 77/215 kB | 58 kB | 40/592 kB Progress (5): 446/472 kB | 221/263 kB | 77/215 kB | 58 kB | 45/592 kB Progress (5): 446/472 kB | 221/263 kB | 77/215 kB | 58 kB | 49/592 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 31 kB/s) Progress (4): 446/472 kB | 221/263 kB | 81/215 kB | 49/592 kB Progress (4): 450/472 kB | 221/263 kB | 81/215 kB | 49/592 kB Progress (4): 454/472 kB | 221/263 kB | 81/215 kB | 49/592 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar Progress (4): 454/472 kB | 221/263 kB | 81/215 kB | 53/592 kB Progress (4): 454/472 kB | 225/263 kB | 81/215 kB | 53/592 kB Progress (4): 454/472 kB | 229/263 kB | 81/215 kB | 53/592 kB Progress (4): 454/472 kB | 233/263 kB | 81/215 kB | 53/592 kB Progress (4): 454/472 kB | 237/263 kB | 81/215 kB | 53/592 kB Progress (4): 454/472 kB | 241/263 kB | 81/215 kB | 53/592 kB Progress (4): 454/472 kB | 245/263 kB | 81/215 kB | 53/592 kB Progress (4): 454/472 kB | 245/263 kB | 81/215 kB | 57/592 kB Progress (4): 454/472 kB | 245/263 kB | 81/215 kB | 61/592 kB Progress (4): 458/472 kB | 245/263 kB | 81/215 kB | 61/592 kB Progress (4): 458/472 kB | 245/263 kB | 85/215 kB | 61/592 kB Progress (4): 458/472 kB | 245/263 kB | 85/215 kB | 65/592 kB Progress (4): 458/472 kB | 249/263 kB | 85/215 kB | 65/592 kB Progress (4): 458/472 kB | 253/263 kB | 85/215 kB | 65/592 kB Progress (4): 458/472 kB | 253/263 kB | 85/215 kB | 69/592 kB Progress (5): 458/472 kB | 253/263 kB | 85/215 kB | 69/592 kB | 4.1/109 kB Progress (5): 458/472 kB | 253/263 kB | 85/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 458/472 kB | 258/263 kB | 85/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 458/472 kB | 262/263 kB | 85/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 458/472 kB | 263 kB | 85/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 462/472 kB | 263 kB | 85/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 462/472 kB | 263 kB | 90/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 462/472 kB | 263 kB | 94/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 462/472 kB | 263 kB | 98/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 462/472 kB | 263 kB | 102/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 462/472 kB | 263 kB | 106/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 462/472 kB | 263 kB | 110/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 462/472 kB | 263 kB | 114/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 466/472 kB | 263 kB | 114/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 471/472 kB | 263 kB | 114/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 472 kB | 263 kB | 114/215 kB | 73/592 kB | 4.1/109 kB Progress (5): 472 kB | 263 kB | 114/215 kB | 77/592 kB | 4.1/109 kB Progress (5): 472 kB | 263 kB | 114/215 kB | 81/592 kB | 4.1/109 kB Progress (5): 472 kB | 263 kB | 114/215 kB | 81/592 kB | 7.7/109 kB Progress (5): 472 kB | 263 kB | 114/215 kB | 81/592 kB | 12/109 kB Progress (5): 472 kB | 263 kB | 114/215 kB | 81/592 kB | 16/109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 133 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar Progress (4): 472 kB | 118/215 kB | 81/592 kB | 16/109 kB Progress (4): 472 kB | 118/215 kB | 81/592 kB | 20/109 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 238 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar Progress (3): 118/215 kB | 85/592 kB | 20/109 kB Progress (3): 118/215 kB | 90/592 kB | 20/109 kB Progress (3): 118/215 kB | 94/592 kB | 20/109 kB Progress (3): 118/215 kB | 98/592 kB | 20/109 kB Progress (3): 118/215 kB | 98/592 kB | 24/109 kB Progress (3): 118/215 kB | 98/592 kB | 28/109 kB Progress (3): 122/215 kB | 98/592 kB | 28/109 kB Progress (3): 126/215 kB | 98/592 kB | 28/109 kB Progress (3): 131/215 kB | 98/592 kB | 28/109 kB Progress (3): 131/215 kB | 98/592 kB | 32/109 kB Progress (3): 135/215 kB | 98/592 kB | 32/109 kB Progress (3): 135/215 kB | 98/592 kB | 36/109 kB Progress (3): 135/215 kB | 98/592 kB | 40/109 kB Progress (3): 135/215 kB | 98/592 kB | 45/109 kB Progress (3): 135/215 kB | 98/592 kB | 49/109 kB Progress (3): 135/215 kB | 102/592 kB | 49/109 kB Progress (3): 135/215 kB | 106/592 kB | 49/109 kB Progress (4): 135/215 kB | 106/592 kB | 49/109 kB | 4.1/248 kB Progress (4): 135/215 kB | 106/592 kB | 49/109 kB | 7.7/248 kB Progress (4): 135/215 kB | 106/592 kB | 49/109 kB | 12/248 kB Progress (4): 135/215 kB | 106/592 kB | 49/109 kB | 16/248 kB Progress (4): 135/215 kB | 110/592 kB | 49/109 kB | 16/248 kB Progress (4): 135/215 kB | 114/592 kB | 49/109 kB | 16/248 kB Progress (4): 135/215 kB | 114/592 kB | 53/109 kB | 16/248 kB Progress (4): 135/215 kB | 118/592 kB | 53/109 kB | 16/248 kB Progress (4): 135/215 kB | 122/592 kB | 53/109 kB | 16/248 kB Progress (4): 135/215 kB | 126/592 kB | 53/109 kB | 16/248 kB Progress (4): 135/215 kB | 131/592 kB | 53/109 kB | 16/248 kB Progress (4): 139/215 kB | 131/592 kB | 53/109 kB | 16/248 kB Progress (4): 139/215 kB | 135/592 kB | 53/109 kB | 16/248 kB Progress (4): 139/215 kB | 139/592 kB | 53/109 kB | 16/248 kB Progress (4): 139/215 kB | 143/592 kB | 53/109 kB | 16/248 kB Progress (4): 139/215 kB | 143/592 kB | 57/109 kB | 16/248 kB Progress (4): 139/215 kB | 143/592 kB | 61/109 kB | 16/248 kB Progress (4): 139/215 kB | 143/592 kB | 65/109 kB | 16/248 kB Progress (4): 139/215 kB | 143/592 kB | 65/109 kB | 20/248 kB Progress (4): 139/215 kB | 143/592 kB | 69/109 kB | 20/248 kB Progress (4): 139/215 kB | 147/592 kB | 69/109 kB | 20/248 kB Progress (4): 139/215 kB | 151/592 kB | 69/109 kB | 20/248 kB Progress (4): 143/215 kB | 151/592 kB | 69/109 kB | 20/248 kB Progress (4): 143/215 kB | 155/592 kB | 69/109 kB | 20/248 kB Progress (4): 143/215 kB | 159/592 kB | 69/109 kB | 20/248 kB Progress (4): 143/215 kB | 163/592 kB | 69/109 kB | 20/248 kB Progress (4): 143/215 kB | 167/592 kB | 69/109 kB | 20/248 kB Progress (4): 143/215 kB | 171/592 kB | 69/109 kB | 20/248 kB Progress (4): 143/215 kB | 171/592 kB | 73/109 kB | 20/248 kB Progress (4): 143/215 kB | 171/592 kB | 73/109 kB | 24/248 kB Progress (4): 143/215 kB | 171/592 kB | 73/109 kB | 28/248 kB Progress (4): 143/215 kB | 171/592 kB | 73/109 kB | 32/248 kB Progress (4): 143/215 kB | 171/592 kB | 77/109 kB | 32/248 kB Progress (4): 143/215 kB | 171/592 kB | 81/109 kB | 32/248 kB Progress (4): 143/215 kB | 176/592 kB | 81/109 kB | 32/248 kB Progress (4): 143/215 kB | 180/592 kB | 81/109 kB | 32/248 kB Progress (4): 147/215 kB | 180/592 kB | 81/109 kB | 32/248 kB Progress (4): 147/215 kB | 180/592 kB | 85/109 kB | 32/248 kB Progress (4): 147/215 kB | 180/592 kB | 85/109 kB | 36/248 kB Progress (4): 147/215 kB | 180/592 kB | 85/109 kB | 40/248 kB Progress (4): 147/215 kB | 180/592 kB | 85/109 kB | 45/248 kB Progress (4): 147/215 kB | 180/592 kB | 85/109 kB | 49/248 kB Progress (5): 147/215 kB | 180/592 kB | 85/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 147/215 kB | 180/592 kB | 85/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 147/215 kB | 180/592 kB | 90/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 147/215 kB | 180/592 kB | 94/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 147/215 kB | 180/592 kB | 98/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 151/215 kB | 180/592 kB | 98/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 151/215 kB | 184/592 kB | 98/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 98/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 102/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 106/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 106/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 106/109 kB | 53/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 106/109 kB | 57/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 106/109 kB | 61/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 106/109 kB | 65/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 106/109 kB | 69/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 106/109 kB | 73/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 106/109 kB | 77/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 106/109 kB | 81/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 106/109 kB | 81/248 kB | 0/1.5 MB Progress (5): 155/215 kB | 184/592 kB | 109 kB | 81/248 kB | 0/1.5 MB Progress (5): 159/215 kB | 184/592 kB | 109 kB | 81/248 kB | 0/1.5 MB Progress (5): 159/215 kB | 188/592 kB | 109 kB | 81/248 kB | 0/1.5 MB Progress (5): 163/215 kB | 188/592 kB | 109 kB | 81/248 kB | 0/1.5 MB Progress (5): 163/215 kB | 188/592 kB | 109 kB | 81/248 kB | 0/1.5 MB Progress (5): 163/215 kB | 188/592 kB | 109 kB | 85/248 kB | 0/1.5 MB Progress (5): 163/215 kB | 188/592 kB | 109 kB | 85/248 kB | 0/1.5 MB Progress (5): 167/215 kB | 188/592 kB | 109 kB | 85/248 kB | 0/1.5 MB Progress (5): 167/215 kB | 192/592 kB | 109 kB | 85/248 kB | 0/1.5 MB Progress (5): 167/215 kB | 192/592 kB | 109 kB | 85/248 kB | 0.1/1.5 MB Progress (5): 171/215 kB | 192/592 kB | 109 kB | 85/248 kB | 0.1/1.5 MB Progress (5): 176/215 kB | 192/592 kB | 109 kB | 85/248 kB | 0.1/1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 50 kB/s) Progress (4): 176/215 kB | 192/592 kB | 90/248 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.6.0/sisu-equinox-embedder-1.6.0.jar Progress (4): 180/215 kB | 192/592 kB | 90/248 kB | 0.1/1.5 MB Progress (4): 180/215 kB | 192/592 kB | 90/248 kB | 0.1/1.5 MB Progress (4): 184/215 kB | 192/592 kB | 90/248 kB | 0.1/1.5 MB Progress (4): 188/215 kB | 192/592 kB | 90/248 kB | 0.1/1.5 MB Progress (4): 192/215 kB | 192/592 kB | 90/248 kB | 0.1/1.5 MB Progress (4): 196/215 kB | 192/592 kB | 90/248 kB | 0.1/1.5 MB Progress (4): 200/215 kB | 192/592 kB | 90/248 kB | 0.1/1.5 MB Progress (4): 204/215 kB | 192/592 kB | 90/248 kB | 0.1/1.5 MB Progress (4): 208/215 kB | 192/592 kB | 90/248 kB | 0.1/1.5 MB Progress (4): 212/215 kB | 192/592 kB | 90/248 kB | 0.1/1.5 MB Progress (4): 215 kB | 192/592 kB | 90/248 kB | 0.1/1.5 MB Progress (4): 215 kB | 196/592 kB | 90/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 196/592 kB | 90/248 kB | 0.1/1.5 MB | 4.1/13 kB Progress (5): 215 kB | 196/592 kB | 90/248 kB | 0.1/1.5 MB | 4.1/13 kB Progress (5): 215 kB | 196/592 kB | 94/248 kB | 0.1/1.5 MB | 4.1/13 kB Progress (5): 215 kB | 196/592 kB | 98/248 kB | 0.1/1.5 MB | 4.1/13 kB Progress (5): 215 kB | 196/592 kB | 98/248 kB | 0.1/1.5 MB | 4.1/13 kB Progress (5): 215 kB | 200/592 kB | 98/248 kB | 0.1/1.5 MB | 4.1/13 kB Progress (5): 215 kB | 200/592 kB | 98/248 kB | 0.1/1.5 MB | 7.7/13 kB Progress (5): 215 kB | 204/592 kB | 98/248 kB | 0.1/1.5 MB | 7.7/13 kB Progress (5): 215 kB | 204/592 kB | 98/248 kB | 0.1/1.5 MB | 7.7/13 kB Progress (5): 215 kB | 204/592 kB | 102/248 kB | 0.1/1.5 MB | 7.7/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 98 kB/s) Progress (4): 204/592 kB | 106/248 kB | 0.1/1.5 MB | 7.7/13 kB Progress (4): 204/592 kB | 106/248 kB | 0.1/1.5 MB | 7.7/13 kB Progress (4): 208/592 kB | 106/248 kB | 0.1/1.5 MB | 7.7/13 kB Progress (4): 208/592 kB | 106/248 kB | 0.1/1.5 MB | 12/13 kB Progress (4): 208/592 kB | 106/248 kB | 0.1/1.5 MB | 12/13 kB Progress (4): 212/592 kB | 106/248 kB | 0.1/1.5 MB | 12/13 kB Progress (4): 212/592 kB | 110/248 kB | 0.1/1.5 MB | 12/13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar Progress (4): 217/592 kB | 110/248 kB | 0.1/1.5 MB | 12/13 kB Progress (4): 221/592 kB | 110/248 kB | 0.1/1.5 MB | 12/13 kB Progress (4): 225/592 kB | 110/248 kB | 0.1/1.5 MB | 12/13 kB Progress (4): 225/592 kB | 114/248 kB | 0.1/1.5 MB | 12/13 kB Progress (4): 225/592 kB | 114/248 kB | 0.1/1.5 MB | 12/13 kB Progress (4): 225/592 kB | 118/248 kB | 0.1/1.5 MB | 12/13 kB Progress (4): 225/592 kB | 118/248 kB | 0.1/1.5 MB | 12/13 kB Progress (4): 225/592 kB | 118/248 kB | 0.1/1.5 MB | 12/13 kB Progress (4): 225/592 kB | 118/248 kB | 0.1/1.5 MB | 13 kB Progress (4): 225/592 kB | 118/248 kB | 0.1/1.5 MB | 13 kB Progress (4): 225/592 kB | 122/248 kB | 0.1/1.5 MB | 13 kB Progress (4): 225/592 kB | 126/248 kB | 0.1/1.5 MB | 13 kB Progress (4): 225/592 kB | 131/248 kB | 0.1/1.5 MB | 13 kB Progress (4): 229/592 kB | 131/248 kB | 0.1/1.5 MB | 13 kB Progress (5): 229/592 kB | 131/248 kB | 0.1/1.5 MB | 13 kB | 3.1 kB Progress (5): 229/592 kB | 135/248 kB | 0.1/1.5 MB | 13 kB | 3.1 kB Progress (5): 229/592 kB | 139/248 kB | 0.1/1.5 MB | 13 kB | 3.1 kB Progress (5): 229/592 kB | 143/248 kB | 0.1/1.5 MB | 13 kB | 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar (13 kB at 5.8 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar (3.1 kB at 1.4 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar Progress (3): 229/592 kB | 143/248 kB | 0.1/1.5 MB Progress (3): 229/592 kB | 147/248 kB | 0.1/1.5 MB Progress (3): 233/592 kB | 147/248 kB | 0.1/1.5 MB Progress (3): 233/592 kB | 147/248 kB | 0.2/1.5 MB Progress (3): 233/592 kB | 147/248 kB | 0.2/1.5 MB Progress (3): 233/592 kB | 151/248 kB | 0.2/1.5 MB Progress (3): 237/592 kB | 151/248 kB | 0.2/1.5 MB Progress (3): 237/592 kB | 151/248 kB | 0.2/1.5 MB Progress (3): 237/592 kB | 151/248 kB | 0.2/1.5 MB Progress (3): 237/592 kB | 155/248 kB | 0.2/1.5 MB Progress (3): 241/592 kB | 155/248 kB | 0.2/1.5 MB Progress (3): 241/592 kB | 155/248 kB | 0.2/1.5 MB Progress (3): 241/592 kB | 159/248 kB | 0.2/1.5 MB Progress (3): 241/592 kB | 159/248 kB | 0.2/1.5 MB Progress (3): 245/592 kB | 159/248 kB | 0.2/1.5 MB Progress (3): 245/592 kB | 163/248 kB | 0.2/1.5 MB Progress (3): 245/592 kB | 163/248 kB | 0.2/1.5 MB Progress (3): 245/592 kB | 167/248 kB | 0.2/1.5 MB Progress (3): 245/592 kB | 171/248 kB | 0.2/1.5 MB Progress (3): 245/592 kB | 176/248 kB | 0.2/1.5 MB Progress (3): 249/592 kB | 176/248 kB | 0.2/1.5 MB Progress (3): 249/592 kB | 180/248 kB | 0.2/1.5 MB Progress (3): 249/592 kB | 180/248 kB | 0.2/1.5 MB Progress (3): 249/592 kB | 180/248 kB | 0.2/1.5 MB Progress (3): 249/592 kB | 180/248 kB | 0.2/1.5 MB Progress (3): 253/592 kB | 180/248 kB | 0.2/1.5 MB Progress (3): 258/592 kB | 180/248 kB | 0.2/1.5 MB Progress (3): 262/592 kB | 180/248 kB | 0.2/1.5 MB Progress (3): 266/592 kB | 180/248 kB | 0.2/1.5 MB Progress (3): 270/592 kB | 180/248 kB | 0.2/1.5 MB Progress (3): 274/592 kB | 180/248 kB | 0.2/1.5 MB Progress (3): 278/592 kB | 180/248 kB | 0.2/1.5 MB Progress (3): 282/592 kB | 180/248 kB | 0.2/1.5 MB Progress (4): 282/592 kB | 180/248 kB | 0.2/1.5 MB | 4.1/131 kB Progress (4): 282/592 kB | 180/248 kB | 0.2/1.5 MB | 4.1/131 kB Progress (5): 282/592 kB | 180/248 kB | 0.2/1.5 MB | 4.1/131 kB | 4.1/38 kB Progress (5): 282/592 kB | 180/248 kB | 0.2/1.5 MB | 7.7/131 kB | 4.1/38 kB Progress (5): 282/592 kB | 180/248 kB | 0.2/1.5 MB | 12/131 kB | 4.1/38 kB Progress (5): 286/592 kB | 180/248 kB | 0.2/1.5 MB | 12/131 kB | 4.1/38 kB Progress (5): 286/592 kB | 184/248 kB | 0.2/1.5 MB | 12/131 kB | 4.1/38 kB Progress (5): 286/592 kB | 188/248 kB | 0.2/1.5 MB | 12/131 kB | 4.1/38 kB Progress (5): 286/592 kB | 192/248 kB | 0.2/1.5 MB | 12/131 kB | 4.1/38 kB Progress (5): 286/592 kB | 196/248 kB | 0.2/1.5 MB | 12/131 kB | 4.1/38 kB Progress (5): 286/592 kB | 200/248 kB | 0.2/1.5 MB | 12/131 kB | 4.1/38 kB Progress (5): 286/592 kB | 204/248 kB | 0.2/1.5 MB | 12/131 kB | 4.1/38 kB Progress (5): 286/592 kB | 208/248 kB | 0.2/1.5 MB | 12/131 kB | 4.1/38 kB Progress (5): 286/592 kB | 212/248 kB | 0.2/1.5 MB | 12/131 kB | 4.1/38 kB Progress (5): 290/592 kB | 212/248 kB | 0.2/1.5 MB | 12/131 kB | 4.1/38 kB Progress (5): 290/592 kB | 212/248 kB | 0.2/1.5 MB | 16/131 kB | 4.1/38 kB Progress (5): 290/592 kB | 212/248 kB | 0.2/1.5 MB | 16/131 kB | 7.7/38 kB Progress (5): 290/592 kB | 212/248 kB | 0.2/1.5 MB | 20/131 kB | 7.7/38 kB Progress (5): 290/592 kB | 212/248 kB | 0.2/1.5 MB | 24/131 kB | 7.7/38 kB Progress (5): 290/592 kB | 212/248 kB | 0.2/1.5 MB | 24/131 kB | 7.7/38 kB Progress (5): 290/592 kB | 212/248 kB | 0.2/1.5 MB | 28/131 kB | 7.7/38 kB Progress (5): 290/592 kB | 212/248 kB | 0.2/1.5 MB | 28/131 kB | 12/38 kB Progress (5): 290/592 kB | 217/248 kB | 0.2/1.5 MB | 28/131 kB | 12/38 kB Progress (5): 294/592 kB | 217/248 kB | 0.2/1.5 MB | 28/131 kB | 12/38 kB Progress (5): 294/592 kB | 221/248 kB | 0.2/1.5 MB | 28/131 kB | 12/38 kB Progress (5): 294/592 kB | 221/248 kB | 0.2/1.5 MB | 28/131 kB | 16/38 kB Progress (5): 294/592 kB | 221/248 kB | 0.3/1.5 MB | 28/131 kB | 16/38 kB Progress (5): 294/592 kB | 221/248 kB | 0.3/1.5 MB | 32/131 kB | 16/38 kB Progress (5): 294/592 kB | 221/248 kB | 0.3/1.5 MB | 32/131 kB | 16/38 kB Progress (5): 294/592 kB | 221/248 kB | 0.3/1.5 MB | 32/131 kB | 20/38 kB Progress (5): 294/592 kB | 225/248 kB | 0.3/1.5 MB | 32/131 kB | 20/38 kB Progress (5): 298/592 kB | 225/248 kB | 0.3/1.5 MB | 32/131 kB | 20/38 kB Progress (5): 303/592 kB | 225/248 kB | 0.3/1.5 MB | 32/131 kB | 20/38 kB Progress (5): 303/592 kB | 229/248 kB | 0.3/1.5 MB | 32/131 kB | 20/38 kB Progress (5): 303/592 kB | 229/248 kB | 0.3/1.5 MB | 32/131 kB | 20/38 kB Progress (5): 303/592 kB | 229/248 kB | 0.3/1.5 MB | 32/131 kB | 24/38 kB Progress (5): 303/592 kB | 229/248 kB | 0.3/1.5 MB | 36/131 kB | 24/38 kB Progress (5): 303/592 kB | 229/248 kB | 0.3/1.5 MB | 36/131 kB | 28/38 kB Progress (5): 303/592 kB | 229/248 kB | 0.3/1.5 MB | 36/131 kB | 28/38 kB Progress (5): 303/592 kB | 233/248 kB | 0.3/1.5 MB | 36/131 kB | 28/38 kB Progress (5): 307/592 kB | 233/248 kB | 0.3/1.5 MB | 36/131 kB | 28/38 kB Progress (5): 307/592 kB | 233/248 kB | 0.3/1.5 MB | 36/131 kB | 28/38 kB Progress (5): 307/592 kB | 237/248 kB | 0.3/1.5 MB | 36/131 kB | 28/38 kB Progress (5): 307/592 kB | 237/248 kB | 0.3/1.5 MB | 36/131 kB | 32/38 kB Progress (5): 307/592 kB | 237/248 kB | 0.3/1.5 MB | 40/131 kB | 32/38 kB Progress (5): 307/592 kB | 237/248 kB | 0.3/1.5 MB | 45/131 kB | 32/38 kB Progress (5): 307/592 kB | 237/248 kB | 0.3/1.5 MB | 45/131 kB | 36/38 kB Progress (5): 307/592 kB | 237/248 kB | 0.3/1.5 MB | 45/131 kB | 38 kB Progress (5): 307/592 kB | 241/248 kB | 0.3/1.5 MB | 45/131 kB | 38 kB Progress (5): 307/592 kB | 245/248 kB | 0.3/1.5 MB | 45/131 kB | 38 kB Progress (5): 307/592 kB | 248 kB | 0.3/1.5 MB | 45/131 kB | 38 kB Progress (5): 307/592 kB | 248 kB | 0.3/1.5 MB | 45/131 kB | 38 kB Progress (5): 311/592 kB | 248 kB | 0.3/1.5 MB | 45/131 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar (38 kB at 16 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar Progress (4): 311/592 kB | 248 kB | 0.3/1.5 MB | 45/131 kB Progress (4): 311/592 kB | 248 kB | 0.3/1.5 MB | 45/131 kB Progress (4): 311/592 kB | 248 kB | 0.3/1.5 MB | 49/131 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 100 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar Progress (3): 315/592 kB | 0.3/1.5 MB | 49/131 kB Progress (4): 315/592 kB | 0.3/1.5 MB | 49/131 kB | 4.1/7.0 kB Progress (4): 315/592 kB | 0.3/1.5 MB | 53/131 kB | 4.1/7.0 kB Progress (4): 315/592 kB | 0.3/1.5 MB | 57/131 kB | 4.1/7.0 kB Progress (4): 315/592 kB | 0.3/1.5 MB | 61/131 kB | 4.1/7.0 kB Progress (4): 315/592 kB | 0.3/1.5 MB | 65/131 kB | 4.1/7.0 kB Progress (4): 315/592 kB | 0.3/1.5 MB | 65/131 kB | 4.1/7.0 kB Progress (5): 315/592 kB | 0.3/1.5 MB | 65/131 kB | 4.1/7.0 kB | 4.1/9.4 kB Progress (5): 315/592 kB | 0.3/1.5 MB | 65/131 kB | 7.0 kB | 4.1/9.4 kB Progress (5): 319/592 kB | 0.3/1.5 MB | 65/131 kB | 7.0 kB | 4.1/9.4 kB Progress (5): 323/592 kB | 0.3/1.5 MB | 65/131 kB | 7.0 kB | 4.1/9.4 kB Progress (5): 327/592 kB | 0.3/1.5 MB | 65/131 kB | 7.0 kB | 4.1/9.4 kB Progress (5): 327/592 kB | 0.3/1.5 MB | 65/131 kB | 7.0 kB | 7.7/9.4 kB Progress (5): 327/592 kB | 0.3/1.5 MB | 65/131 kB | 7.0 kB | 9.4 kB Progress (5): 327/592 kB | 0.3/1.5 MB | 65/131 kB | 7.0 kB | 9.4 kB Progress (5): 327/592 kB | 0.3/1.5 MB | 69/131 kB | 7.0 kB | 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar (7.0 kB at 2.8 kB/s) Progress (4): 331/592 kB | 0.3/1.5 MB | 69/131 kB | 9.4 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar Progress (4): 331/592 kB | 0.3/1.5 MB | 69/131 kB | 9.4 kB Progress (4): 331/592 kB | 0.3/1.5 MB | 73/131 kB | 9.4 kB Progress (4): 331/592 kB | 0.3/1.5 MB | 77/131 kB | 9.4 kB Progress (4): 331/592 kB | 0.3/1.5 MB | 77/131 kB | 9.4 kB Progress (4): 331/592 kB | 0.4/1.5 MB | 77/131 kB | 9.4 kB Progress (4): 331/592 kB | 0.4/1.5 MB | 77/131 kB | 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar (9.4 kB at 3.7 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): 335/592 kB | 0.4/1.5 MB | 77/131 kB Progress (3): 335/592 kB | 0.4/1.5 MB | 77/131 kB Progress (4): 335/592 kB | 0.4/1.5 MB | 77/131 kB | 4.1/37 kB Progress (4): 335/592 kB | 0.4/1.5 MB | 81/131 kB | 4.1/37 kB Progress (4): 335/592 kB | 0.4/1.5 MB | 81/131 kB | 7.7/37 kB Progress (4): 335/592 kB | 0.4/1.5 MB | 85/131 kB | 7.7/37 kB Progress (4): 335/592 kB | 0.4/1.5 MB | 90/131 kB | 7.7/37 kB Progress (4): 335/592 kB | 0.4/1.5 MB | 94/131 kB | 7.7/37 kB Progress (4): 335/592 kB | 0.4/1.5 MB | 98/131 kB | 7.7/37 kB Progress (4): 335/592 kB | 0.4/1.5 MB | 98/131 kB | 7.7/37 kB Progress (4): 339/592 kB | 0.4/1.5 MB | 98/131 kB | 7.7/37 kB Progress (4): 339/592 kB | 0.4/1.5 MB | 98/131 kB | 7.7/37 kB Progress (4): 339/592 kB | 0.4/1.5 MB | 102/131 kB | 7.7/37 kB Progress (4): 339/592 kB | 0.4/1.5 MB | 106/131 kB | 7.7/37 kB Progress (4): 339/592 kB | 0.4/1.5 MB | 110/131 kB | 7.7/37 kB Progress (5): 339/592 kB | 0.4/1.5 MB | 110/131 kB | 7.7/37 kB | 4.1/285 kB Progress (5): 339/592 kB | 0.4/1.5 MB | 110/131 kB | 12/37 kB | 4.1/285 kB Progress (5): 339/592 kB | 0.4/1.5 MB | 110/131 kB | 16/37 kB | 4.1/285 kB Progress (5): 339/592 kB | 0.4/1.5 MB | 110/131 kB | 16/37 kB | 7.7/285 kB Progress (5): 339/592 kB | 0.4/1.5 MB | 110/131 kB | 20/37 kB | 7.7/285 kB Progress (5): 339/592 kB | 0.4/1.5 MB | 110/131 kB | 24/37 kB | 7.7/285 kB Progress (5): 339/592 kB | 0.4/1.5 MB | 110/131 kB | 28/37 kB | 7.7/285 kB Progress (5): 339/592 kB | 0.4/1.5 MB | 110/131 kB | 32/37 kB | 7.7/285 kB Progress (5): 339/592 kB | 0.4/1.5 MB | 114/131 kB | 32/37 kB | 7.7/285 kB Progress (5): 339/592 kB | 0.4/1.5 MB | 114/131 kB | 32/37 kB | 7.7/285 kB Progress (5): 339/592 kB | 0.4/1.5 MB | 118/131 kB | 32/37 kB | 7.7/285 kB Progress (5): 339/592 kB | 0.4/1.5 MB | 122/131 kB | 32/37 kB | 7.7/285 kB Progress (5): 344/592 kB | 0.4/1.5 MB | 122/131 kB | 32/37 kB | 7.7/285 kB Progress (5): 344/592 kB | 0.4/1.5 MB | 126/131 kB | 32/37 kB | 7.7/285 kB Progress (5): 344/592 kB | 0.4/1.5 MB | 131/131 kB | 32/37 kB | 7.7/285 kB Progress (5): 348/592 kB | 0.4/1.5 MB | 131/131 kB | 32/37 kB | 7.7/285 kB Progress (5): 348/592 kB | 0.4/1.5 MB | 131/131 kB | 32/37 kB | 7.7/285 kB Progress (5): 348/592 kB | 0.4/1.5 MB | 131/131 kB | 36/37 kB | 7.7/285 kB Progress (5): 348/592 kB | 0.4/1.5 MB | 131/131 kB | 36/37 kB | 12/285 kB Progress (5): 348/592 kB | 0.4/1.5 MB | 131/131 kB | 37 kB | 12/285 kB Progress (5): 348/592 kB | 0.4/1.5 MB | 131/131 kB | 37 kB | 12/285 kB Progress (5): 348/592 kB | 0.4/1.5 MB | 131/131 kB | 37 kB | 12/285 kB Progress (5): 352/592 kB | 0.4/1.5 MB | 131/131 kB | 37 kB | 12/285 kB Progress (5): 352/592 kB | 0.4/1.5 MB | 131 kB | 37 kB | 12/285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar (37 kB at 14 kB/s) Progress (4): 356/592 kB | 0.4/1.5 MB | 131 kB | 12/285 kB Progress (4): 360/592 kB | 0.4/1.5 MB | 131 kB | 12/285 kB Progress (4): 360/592 kB | 0.4/1.5 MB | 131 kB | 12/285 kB Progress (4): 360/592 kB | 0.4/1.5 MB | 131 kB | 16/285 kB Progress (4): 364/592 kB | 0.4/1.5 MB | 131 kB | 16/285 kB Progress (4): 368/592 kB | 0.4/1.5 MB | 131 kB | 16/285 kB Progress (4): 372/592 kB | 0.4/1.5 MB | 131 kB | 16/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (4): 376/592 kB | 0.4/1.5 MB | 131 kB | 16/285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 49 kB/s) Progress (3): 376/592 kB | 0.4/1.5 MB | 20/285 kB Progress (3): 376/592 kB | 0.4/1.5 MB | 24/285 kB Progress (3): 376/592 kB | 0.4/1.5 MB | 24/285 kB Progress (3): 376/592 kB | 0.4/1.5 MB | 28/285 kB Progress (3): 376/592 kB | 0.4/1.5 MB | 32/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar Progress (3): 380/592 kB | 0.4/1.5 MB | 32/285 kB Progress (3): 380/592 kB | 0.4/1.5 MB | 36/285 kB Progress (3): 380/592 kB | 0.4/1.5 MB | 36/285 kB Progress (3): 380/592 kB | 0.4/1.5 MB | 40/285 kB Progress (4): 380/592 kB | 0.4/1.5 MB | 40/285 kB | 4.1/53 kB Progress (4): 380/592 kB | 0.5/1.5 MB | 40/285 kB | 4.1/53 kB Progress (4): 384/592 kB | 0.5/1.5 MB | 40/285 kB | 4.1/53 kB Progress (4): 389/592 kB | 0.5/1.5 MB | 40/285 kB | 4.1/53 kB Progress (4): 393/592 kB | 0.5/1.5 MB | 40/285 kB | 4.1/53 kB Progress (4): 393/592 kB | 0.5/1.5 MB | 40/285 kB | 4.1/53 kB Progress (5): 393/592 kB | 0.5/1.5 MB | 40/285 kB | 4.1/53 kB | 4.1/37 kB Progress (5): 393/592 kB | 0.5/1.5 MB | 40/285 kB | 4.1/53 kB | 4.1/37 kB Progress (5): 393/592 kB | 0.5/1.5 MB | 40/285 kB | 7.7/53 kB | 4.1/37 kB Progress (5): 393/592 kB | 0.5/1.5 MB | 45/285 kB | 7.7/53 kB | 4.1/37 kB Progress (5): 393/592 kB | 0.5/1.5 MB | 45/285 kB | 12/53 kB | 4.1/37 kB Progress (5): 393/592 kB | 0.5/1.5 MB | 45/285 kB | 16/53 kB | 4.1/37 kB Progress (5): 393/592 kB | 0.5/1.5 MB | 45/285 kB | 16/53 kB | 4.1/37 kB Progress (5): 393/592 kB | 0.5/1.5 MB | 45/285 kB | 16/53 kB | 7.7/37 kB Progress (5): 397/592 kB | 0.5/1.5 MB | 45/285 kB | 16/53 kB | 7.7/37 kB Progress (5): 397/592 kB | 0.5/1.5 MB | 45/285 kB | 16/53 kB | 12/37 kB Progress (5): 397/592 kB | 0.5/1.5 MB | 45/285 kB | 16/53 kB | 12/37 kB Progress (5): 397/592 kB | 0.5/1.5 MB | 45/285 kB | 20/53 kB | 12/37 kB Progress (5): 397/592 kB | 0.5/1.5 MB | 49/285 kB | 20/53 kB | 12/37 kB Progress (5): 397/592 kB | 0.5/1.5 MB | 49/285 kB | 24/53 kB | 12/37 kB Progress (5): 397/592 kB | 0.5/1.5 MB | 49/285 kB | 24/53 kB | 12/37 kB Progress (5): 397/592 kB | 0.5/1.5 MB | 49/285 kB | 24/53 kB | 16/37 kB Progress (5): 397/592 kB | 0.5/1.5 MB | 49/285 kB | 24/53 kB | 16/37 kB Progress (5): 401/592 kB | 0.5/1.5 MB | 49/285 kB | 24/53 kB | 16/37 kB Progress (5): 401/592 kB | 0.5/1.5 MB | 49/285 kB | 24/53 kB | 20/37 kB Progress (5): 401/592 kB | 0.5/1.5 MB | 49/285 kB | 24/53 kB | 20/37 kB Progress (5): 401/592 kB | 0.5/1.5 MB | 53/285 kB | 24/53 kB | 20/37 kB Progress (5): 401/592 kB | 0.5/1.5 MB | 57/285 kB | 24/53 kB | 20/37 kB Progress (5): 401/592 kB | 0.5/1.5 MB | 61/285 kB | 24/53 kB | 20/37 kB Progress (5): 401/592 kB | 0.5/1.5 MB | 65/285 kB | 24/53 kB | 20/37 kB Progress (5): 401/592 kB | 0.5/1.5 MB | 65/285 kB | 28/53 kB | 20/37 kB Progress (5): 401/592 kB | 0.5/1.5 MB | 65/285 kB | 28/53 kB | 20/37 kB Progress (5): 401/592 kB | 0.5/1.5 MB | 65/285 kB | 28/53 kB | 24/37 kB Progress (5): 405/592 kB | 0.5/1.5 MB | 65/285 kB | 28/53 kB | 24/37 kB Progress (5): 405/592 kB | 0.5/1.5 MB | 65/285 kB | 28/53 kB | 28/37 kB Progress (5): 405/592 kB | 0.5/1.5 MB | 65/285 kB | 28/53 kB | 28/37 kB Progress (5): 405/592 kB | 0.5/1.5 MB | 69/285 kB | 28/53 kB | 28/37 kB Progress (5): 405/592 kB | 0.5/1.5 MB | 73/285 kB | 28/53 kB | 28/37 kB Progress (5): 405/592 kB | 0.5/1.5 MB | 77/285 kB | 28/53 kB | 28/37 kB Progress (5): 405/592 kB | 0.5/1.5 MB | 81/285 kB | 28/53 kB | 28/37 kB Progress (5): 405/592 kB | 0.5/1.5 MB | 81/285 kB | 32/53 kB | 28/37 kB Progress (5): 405/592 kB | 0.5/1.5 MB | 81/285 kB | 32/53 kB | 28/37 kB Progress (5): 405/592 kB | 0.5/1.5 MB | 81/285 kB | 36/53 kB | 28/37 kB Progress (5): 405/592 kB | 0.5/1.5 MB | 81/285 kB | 40/53 kB | 28/37 kB Progress (5): 405/592 kB | 0.5/1.5 MB | 81/285 kB | 40/53 kB | 32/37 kB Progress (5): 409/592 kB | 0.5/1.5 MB | 81/285 kB | 40/53 kB | 32/37 kB Progress (5): 409/592 kB | 0.5/1.5 MB | 81/285 kB | 40/53 kB | 36/37 kB Progress (5): 409/592 kB | 0.5/1.5 MB | 81/285 kB | 40/53 kB | 37 kB Progress (5): 409/592 kB | 0.5/1.5 MB | 81/285 kB | 45/53 kB | 37 kB Progress (5): 409/592 kB | 0.5/1.5 MB | 85/285 kB | 45/53 kB | 37 kB Progress (5): 409/592 kB | 0.5/1.5 MB | 90/285 kB | 45/53 kB | 37 kB Progress (5): 409/592 kB | 0.5/1.5 MB | 90/285 kB | 45/53 kB | 37 kB Progress (5): 409/592 kB | 0.5/1.5 MB | 94/285 kB | 45/53 kB | 37 kB Progress (5): 409/592 kB | 0.5/1.5 MB | 94/285 kB | 45/53 kB | 37 kB Progress (5): 409/592 kB | 0.6/1.5 MB | 94/285 kB | 45/53 kB | 37 kB Progress (5): 409/592 kB | 0.6/1.5 MB | 94/285 kB | 49/53 kB | 37 kB Progress (5): 413/592 kB | 0.6/1.5 MB | 94/285 kB | 49/53 kB | 37 kB Progress (5): 413/592 kB | 0.6/1.5 MB | 94/285 kB | 53/53 kB | 37 kB Progress (5): 413/592 kB | 0.6/1.5 MB | 94/285 kB | 53 kB | 37 kB Progress (5): 413/592 kB | 0.6/1.5 MB | 94/285 kB | 53 kB | 37 kB Progress (5): 413/592 kB | 0.6/1.5 MB | 98/285 kB | 53 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar (37 kB at 13 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (4): 413/592 kB | 0.6/1.5 MB | 102/285 kB | 53 kB Progress (4): 413/592 kB | 0.6/1.5 MB | 102/285 kB | 53 kB Progress (4): 417/592 kB | 0.6/1.5 MB | 102/285 kB | 53 kB Progress (4): 417/592 kB | 0.6/1.5 MB | 102/285 kB | 53 kB Progress (4): 417/592 kB | 0.6/1.5 MB | 106/285 kB | 53 kB Progress (5): 417/592 kB | 0.6/1.5 MB | 106/285 kB | 53 kB | 4.1/4.3 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 19 kB/s) Progress (4): 417/592 kB | 0.6/1.5 MB | 106/285 kB | 4.3 kB Progress (4): 417/592 kB | 0.6/1.5 MB | 110/285 kB | 4.3 kB Progress (4): 417/592 kB | 0.6/1.5 MB | 110/285 kB | 4.3 kB Progress (4): 421/592 kB | 0.6/1.5 MB | 110/285 kB | 4.3 kB Progress (4): 421/592 kB | 0.6/1.5 MB | 110/285 kB | 4.3 kB Progress (4): 421/592 kB | 0.6/1.5 MB | 114/285 kB | 4.3 kB Progress (4): 421/592 kB | 0.6/1.5 MB | 118/285 kB | 4.3 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar Progress (4): 421/592 kB | 0.6/1.5 MB | 122/285 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 1.5 kB/s) Progress (3): 421/592 kB | 0.6/1.5 MB | 122/285 kB Progress (3): 425/592 kB | 0.6/1.5 MB | 122/285 kB Progress (3): 425/592 kB | 0.6/1.5 MB | 122/285 kB Progress (4): 425/592 kB | 0.6/1.5 MB | 122/285 kB | 4.1/29 kB Progress (4): 425/592 kB | 0.6/1.5 MB | 126/285 kB | 4.1/29 kB Progress (4): 425/592 kB | 0.6/1.5 MB | 126/285 kB | 7.7/29 kB Progress (4): 425/592 kB | 0.6/1.5 MB | 126/285 kB | 7.7/29 kB Progress (4): 430/592 kB | 0.6/1.5 MB | 126/285 kB | 7.7/29 kB Progress (4): 434/592 kB | 0.6/1.5 MB | 126/285 kB | 7.7/29 kB Progress (4): 434/592 kB | 0.6/1.5 MB | 126/285 kB | 12/29 kB Progress (4): 434/592 kB | 0.6/1.5 MB | 126/285 kB | 16/29 kB Progress (4): 434/592 kB | 0.6/1.5 MB | 131/285 kB | 16/29 kB Progress (4): 434/592 kB | 0.6/1.5 MB | 131/285 kB | 20/29 kB Progress (4): 438/592 kB | 0.6/1.5 MB | 131/285 kB | 20/29 kB Progress (4): 438/592 kB | 0.6/1.5 MB | 131/285 kB | 20/29 kB Progress (4): 442/592 kB | 0.6/1.5 MB | 131/285 kB | 20/29 kB Progress (4): 442/592 kB | 0.6/1.5 MB | 135/285 kB | 20/29 kB Progress (4): 446/592 kB | 0.6/1.5 MB | 135/285 kB | 20/29 kB Progress (4): 446/592 kB | 0.6/1.5 MB | 135/285 kB | 24/29 kB Progress (4): 450/592 kB | 0.6/1.5 MB | 135/285 kB | 24/29 kB Progress (4): 454/592 kB | 0.6/1.5 MB | 135/285 kB | 24/29 kB Progress (4): 458/592 kB | 0.6/1.5 MB | 135/285 kB | 24/29 kB Progress (4): 458/592 kB | 0.6/1.5 MB | 139/285 kB | 24/29 kB Progress (4): 458/592 kB | 0.6/1.5 MB | 139/285 kB | 24/29 kB Progress (4): 458/592 kB | 0.6/1.5 MB | 143/285 kB | 24/29 kB Progress (4): 462/592 kB | 0.6/1.5 MB | 143/285 kB | 24/29 kB Progress (4): 462/592 kB | 0.6/1.5 MB | 143/285 kB | 24/29 kB Progress (4): 462/592 kB | 0.7/1.5 MB | 143/285 kB | 24/29 kB Progress (4): 462/592 kB | 0.7/1.5 MB | 143/285 kB | 28/29 kB Progress (4): 466/592 kB | 0.7/1.5 MB | 143/285 kB | 28/29 kB Progress (4): 466/592 kB | 0.7/1.5 MB | 143/285 kB | 28/29 kB Progress (4): 466/592 kB | 0.7/1.5 MB | 147/285 kB | 28/29 kB Progress (4): 466/592 kB | 0.7/1.5 MB | 147/285 kB | 28/29 kB Progress (4): 471/592 kB | 0.7/1.5 MB | 147/285 kB | 28/29 kB Progress (4): 471/592 kB | 0.7/1.5 MB | 147/285 kB | 29 kB Progress (4): 471/592 kB | 0.7/1.5 MB | 147/285 kB | 29 kB Progress (4): 475/592 kB | 0.7/1.5 MB | 147/285 kB | 29 kB Progress (4): 475/592 kB | 0.7/1.5 MB | 151/285 kB | 29 kB Progress (4): 475/592 kB | 0.7/1.5 MB | 151/285 kB | 29 kB Progress (4): 479/592 kB | 0.7/1.5 MB | 151/285 kB | 29 kB Progress (4): 483/592 kB | 0.7/1.5 MB | 151/285 kB | 29 kB Progress (4): 483/592 kB | 0.7/1.5 MB | 155/285 kB | 29 kB Progress (4): 483/592 kB | 0.7/1.5 MB | 159/285 kB | 29 kB Progress (4): 483/592 kB | 0.7/1.5 MB | 163/285 kB | 29 kB Progress (4): 487/592 kB | 0.7/1.5 MB | 163/285 kB | 29 kB Progress (4): 487/592 kB | 0.7/1.5 MB | 163/285 kB | 29 kB Progress (4): 487/592 kB | 0.7/1.5 MB | 163/285 kB | 29 kB Progress (4): 487/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 491/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 495/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 499/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 503/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 507/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 511/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 516/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 520/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 524/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 528/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 532/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 536/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 540/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 544/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 548/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 552/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 557/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 561/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 565/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 569/592 kB | 0.7/1.5 MB | 167/285 kB | 29 kB Progress (4): 569/592 kB | 0.7/1.5 MB | 171/285 kB | 29 kB Progress (4): 569/592 kB | 0.7/1.5 MB | 171/285 kB | 29 kB Progress (4): 569/592 kB | 0.7/1.5 MB | 171/285 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar (29 kB at 9.7 kB/s) Progress (3): 569/592 kB | 0.7/1.5 MB | 171/285 kB Progress (3): 569/592 kB | 0.7/1.5 MB | 171/285 kB Progress (3): 569/592 kB | 0.7/1.5 MB | 176/285 kB Progress (3): 569/592 kB | 0.7/1.5 MB | 180/285 kB Progress (3): 569/592 kB | 0.7/1.5 MB | 184/285 kB Progress (3): 569/592 kB | 0.7/1.5 MB | 188/285 kB Progress (3): 569/592 kB | 0.7/1.5 MB | 192/285 kB Progress (3): 569/592 kB | 0.7/1.5 MB | 196/285 kB Progress (3): 573/592 kB | 0.7/1.5 MB | 196/285 kB Progress (3): 573/592 kB | 0.7/1.5 MB | 200/285 kB Progress (3): 573/592 kB | 0.7/1.5 MB | 204/285 kB Progress (3): 573/592 kB | 0.7/1.5 MB | 208/285 kB Progress (3): 573/592 kB | 0.7/1.5 MB | 208/285 kB Progress (3): 573/592 kB | 0.8/1.5 MB | 208/285 kB Progress (3): 573/592 kB | 0.8/1.5 MB | 212/285 kB Progress (3): 573/592 kB | 0.8/1.5 MB | 212/285 kB Progress (3): 573/592 kB | 0.8/1.5 MB | 217/285 kB Progress (3): 577/592 kB | 0.8/1.5 MB | 217/285 kB Progress (3): 581/592 kB | 0.8/1.5 MB | 217/285 kB Progress (3): 585/592 kB | 0.8/1.5 MB | 217/285 kB Progress (3): 585/592 kB | 0.8/1.5 MB | 221/285 kB Progress (3): 585/592 kB | 0.8/1.5 MB | 221/285 kB Progress (3): 585/592 kB | 0.8/1.5 MB | 225/285 kB Progress (3): 585/592 kB | 0.8/1.5 MB | 229/285 kB Progress (3): 589/592 kB | 0.8/1.5 MB | 229/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 229/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 229/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 233/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 237/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 237/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 241/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 245/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 245/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 245/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 249/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 253/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 258/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 258/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 258/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 262/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 262/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 266/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 266/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 270/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 274/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 278/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 278/285 kB Progress (3): 592 kB | 0.8/1.5 MB | 282/285 kB Progress (3): 592 kB | 0.9/1.5 MB | 282/285 kB Progress (3): 592 kB | 0.9/1.5 MB | 282/285 kB Progress (3): 592 kB | 0.9/1.5 MB | 282/285 kB Progress (3): 592 kB | 0.9/1.5 MB | 282/285 kB Progress (3): 592 kB | 0.9/1.5 MB | 282/285 kB Progress (3): 592 kB | 0.9/1.5 MB | 285 kB Progress (3): 592 kB | 0.9/1.5 MB | 285 kB Progress (3): 592 kB | 0.9/1.5 MB | 285 kB Progress (3): 592 kB | 0.9/1.5 MB | 285 kB Progress (3): 592 kB | 0.9/1.5 MB | 285 kB Progress (3): 592 kB | 0.9/1.5 MB | 285 kB Progress (3): 592 kB | 0.9/1.5 MB | 285 kB Progress (3): 592 kB | 0.9/1.5 MB | 285 kB Progress (3): 592 kB | 0.9/1.5 MB | 285 kB Progress (3): 592 kB | 1.0/1.5 MB | 285 kB Progress (3): 592 kB | 1.0/1.5 MB | 285 kB Progress (3): 592 kB | 1.0/1.5 MB | 285 kB Progress (3): 592 kB | 1.0/1.5 MB | 285 kB Progress (3): 592 kB | 1.0/1.5 MB | 285 kB Progress (3): 592 kB | 1.0/1.5 MB | 285 kB Progress (3): 592 kB | 1.0/1.5 MB | 285 kB Progress (3): 592 kB | 1.0/1.5 MB | 285 kB Progress (3): 592 kB | 1.0/1.5 MB | 285 kB Progress (3): 592 kB | 1.0/1.5 MB | 285 kB Progress (3): 592 kB | 1.0/1.5 MB | 285 kB Progress (3): 592 kB | 1.0/1.5 MB | 285 kB Progress (3): 592 kB | 1.1/1.5 MB | 285 kB Progress (3): 592 kB | 1.1/1.5 MB | 285 kB Progress (3): 592 kB | 1.1/1.5 MB | 285 kB Progress (3): 592 kB | 1.1/1.5 MB | 285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 92 kB/s) Progress (2): 592 kB | 1.1/1.5 MB Progress (2): 592 kB | 1.1/1.5 MB Progress (2): 592 kB | 1.1/1.5 MB Progress (2): 592 kB | 1.1/1.5 MB Progress (2): 592 kB | 1.1/1.5 MB Progress (2): 592 kB | 1.1/1.5 MB Progress (2): 592 kB | 1.1/1.5 MB Progress (2): 592 kB | 1.1/1.5 MB Progress (2): 592 kB | 1.2/1.5 MB Progress (2): 592 kB | 1.2/1.5 MB Progress (2): 592 kB | 1.2/1.5 MB Progress (2): 592 kB | 1.2/1.5 MB Progress (2): 592 kB | 1.2/1.5 MB Progress (2): 592 kB | 1.2/1.5 MB Progress (2): 592 kB | 1.2/1.5 MB Progress (2): 592 kB | 1.2/1.5 MB Progress (2): 592 kB | 1.2/1.5 MB Progress (2): 592 kB | 1.2/1.5 MB Progress (2): 592 kB | 1.2/1.5 MB Progress (2): 592 kB | 1.2/1.5 MB Progress (2): 592 kB | 1.3/1.5 MB Progress (2): 592 kB | 1.3/1.5 MB Progress (2): 592 kB | 1.3/1.5 MB Progress (2): 592 kB | 1.3/1.5 MB Progress (2): 592 kB | 1.3/1.5 MB Progress (2): 592 kB | 1.3/1.5 MB Progress (2): 592 kB | 1.3/1.5 MB Progress (2): 592 kB | 1.3/1.5 MB Progress (2): 592 kB | 1.3/1.5 MB Progress (2): 592 kB | 1.3/1.5 MB Progress (2): 592 kB | 1.3/1.5 MB Progress (2): 592 kB | 1.3/1.5 MB Progress (2): 592 kB | 1.4/1.5 MB Progress (2): 592 kB | 1.4/1.5 MB Progress (2): 592 kB | 1.4/1.5 MB Progress (2): 592 kB | 1.4/1.5 MB Progress (2): 592 kB | 1.4/1.5 MB Progress (2): 592 kB | 1.4/1.5 MB Progress (2): 592 kB | 1.4/1.5 MB Progress (2): 592 kB | 1.4/1.5 MB Progress (2): 592 kB | 1.4/1.5 MB Progress (2): 592 kB | 1.4/1.5 MB Progress (2): 592 kB | 1.4/1.5 MB Progress (2): 592 kB | 1.4/1.5 MB Progress (2): 592 kB | 1.4/1.5 MB Progress (2): 592 kB | 1.5/1.5 MB Progress (2): 592 kB | 1.5 MB 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 185 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar (1.5 MB at 458 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/2.1/archetype-packaging-2.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/2.1/archetype-packaging-2.1.pom (1.5 kB at 91 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/2.1/maven-archetype-2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/2.1/maven-archetype-2.1.pom (14 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 1.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/2.1/archetype-packaging-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Progress (2): 7.9 kB | 4.1/169 kB Progress (2): 7.9 kB | 7.7/169 kB Progress (2): 7.9 kB | 12/169 kB Progress (2): 7.9 kB | 16/169 kB Progress (2): 7.9 kB | 20/169 kB Progress (2): 7.9 kB | 24/169 kB Progress (2): 7.9 kB | 28/169 kB Progress (2): 7.9 kB | 32/169 kB Progress (2): 7.9 kB | 36/169 kB Progress (2): 7.9 kB | 40/169 kB Progress (2): 7.9 kB | 45/169 kB Progress (2): 7.9 kB | 49/169 kB Progress (2): 7.9 kB | 53/169 kB Progress (2): 7.9 kB | 57/169 kB Progress (2): 7.9 kB | 61/169 kB Progress (2): 7.9 kB | 65/169 kB Progress (2): 7.9 kB | 69/169 kB Progress (2): 7.9 kB | 73/169 kB Progress (2): 7.9 kB | 77/169 kB Progress (2): 7.9 kB | 81/169 kB Progress (2): 7.9 kB | 85/169 kB Progress (2): 7.9 kB | 90/169 kB Progress (2): 7.9 kB | 94/169 kB Progress (2): 7.9 kB | 98/169 kB Progress (2): 7.9 kB | 102/169 kB Progress (2): 7.9 kB | 106/169 kB Progress (2): 7.9 kB | 110/169 kB Progress (2): 7.9 kB | 114/169 kB Progress (2): 7.9 kB | 118/169 kB Progress (2): 7.9 kB | 122/169 kB Progress (2): 7.9 kB | 126/169 kB Progress (2): 7.9 kB | 131/169 kB Progress (2): 7.9 kB | 135/169 kB Progress (2): 7.9 kB | 139/169 kB Progress (2): 7.9 kB | 143/169 kB Progress (2): 7.9 kB | 147/169 kB Progress (2): 7.9 kB | 151/169 kB Progress (2): 7.9 kB | 155/169 kB Progress (2): 7.9 kB | 159/169 kB Progress (2): 7.9 kB | 163/169 kB Progress (2): 7.9 kB | 167/169 kB Progress (2): 7.9 kB | 169 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 2.5 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/2.1/archetype-packaging-2.1.jar (7.9 kB at 16 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.pom (8.5 kB at 852 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/3.0.0/maven-archetype-3.0.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/3.0.0/maven-archetype-3.0.0.pom (13 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 3.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.0.0/archetype-catalog-3.0.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.0.0/archetype-catalog-3.0.0.pom (2.0 kB at 196 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-models/3.0.0/archetype-models-3.0.0.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-models/3.0.0/archetype-models-3.0.0.pom (2.8 kB at 350 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 91 kB/s) 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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 818 kB/s) 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 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 966 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.0.0/archetype-descriptor-3.0.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.0.0/archetype-descriptor-3.0.0.pom (2.0 kB at 104 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.pom (19 kB at 475 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom (1.3 kB at 133 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Progress (1): 748 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 29 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 60 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 694 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 398 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 98 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom (1.2 kB at 167 kB/s) 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 229 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom Progress (1): 4.1 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom (5.9 kB at 344 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Progress (1): 4.1 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 567 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 1.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom Progress (1): 4.1 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom (7.6 kB at 211 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Progress (1): 4.1 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 509 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 481 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 568 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 3.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 892 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Progress (1): 4.1 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 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 kB Progress (1): 8.2 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 235 kB/s) 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 798 kB/s) 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 40 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 384 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 148 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 168 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 1.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 2.4 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 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 642 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom (1.7 kB at 60 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom (19 kB at 541 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 2.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 1.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom (32 kB at 2.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom Progress (1): 632 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 90 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.pom Progress (1): 264 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.pom (264 B at 33 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.2/asm-parent-3.2.pom Progress (1): 4.1 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.2/asm-parent-3.2.pom (4.4 kB at 544 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.pom Progress (1): 415 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.pom (415 B at 59 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.pom Progress (1): 404 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.pom (404 B at 67 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.pom Progress (1): 409 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.pom (409 B at 11 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.pom Progress (1): 417 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.pom (417 B at 60 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-6/plexus-interactivity-api-1.0-alpha-6.pom Progress (1): 726 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 35 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 47 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 110 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom (3.8 kB at 481 kB/s) 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 kB Progress (1): 8.2 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 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 4.8 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 54 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 367 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom Progress (1): 4.1 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 178 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.0.0/archetype-descriptor-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.0.0/archetype-catalog-3.0.0.jar Progress (1): 4.1/95 kB Progress (1): 7.7/95 kB Progress (1): 12/95 kB Progress (1): 16/95 kB Progress (1): 20/95 kB Progress (1): 24/95 kB Progress (1): 28/95 kB Progress (2): 28/95 kB | 4.1/27 kB Progress (3): 28/95 kB | 4.1/27 kB | 4.1/24 kB Progress (3): 28/95 kB | 7.7/27 kB | 4.1/24 kB Progress (4): 28/95 kB | 7.7/27 kB | 4.1/24 kB | 4.1/331 kB Progress (4): 28/95 kB | 7.7/27 kB | 4.1/24 kB | 7.7/331 kB Progress (4): 28/95 kB | 7.7/27 kB | 4.1/24 kB | 12/331 kB Progress (4): 32/95 kB | 7.7/27 kB | 4.1/24 kB | 12/331 kB Progress (4): 32/95 kB | 7.7/27 kB | 4.1/24 kB | 16/331 kB Progress (4): 32/95 kB | 12/27 kB | 4.1/24 kB | 16/331 kB Progress (4): 32/95 kB | 12/27 kB | 7.7/24 kB | 16/331 kB Progress (4): 32/95 kB | 12/27 kB | 7.7/24 kB | 20/331 kB Progress (4): 32/95 kB | 16/27 kB | 7.7/24 kB | 20/331 kB Progress (4): 36/95 kB | 16/27 kB | 7.7/24 kB | 20/331 kB Progress (4): 36/95 kB | 16/27 kB | 7.7/24 kB | 24/331 kB Progress (4): 36/95 kB | 16/27 kB | 12/24 kB | 24/331 kB Progress (4): 36/95 kB | 16/27 kB | 12/24 kB | 28/331 kB Progress (4): 40/95 kB | 16/27 kB | 12/24 kB | 28/331 kB Progress (4): 40/95 kB | 20/27 kB | 12/24 kB | 28/331 kB Progress (4): 40/95 kB | 24/27 kB | 12/24 kB | 28/331 kB Progress (4): 45/95 kB | 24/27 kB | 12/24 kB | 28/331 kB Progress (4): 49/95 kB | 24/27 kB | 12/24 kB | 28/331 kB Progress (4): 49/95 kB | 24/27 kB | 12/24 kB | 32/331 kB Progress (4): 49/95 kB | 24/27 kB | 16/24 kB | 32/331 kB Progress (4): 49/95 kB | 24/27 kB | 16/24 kB | 36/331 kB Progress (4): 49/95 kB | 24/27 kB | 16/24 kB | 40/331 kB Progress (4): 53/95 kB | 24/27 kB | 16/24 kB | 40/331 kB Progress (4): 57/95 kB | 24/27 kB | 16/24 kB | 40/331 kB Progress (4): 57/95 kB | 27 kB | 16/24 kB | 40/331 kB Progress (4): 57/95 kB | 27 kB | 16/24 kB | 45/331 kB Progress (4): 57/95 kB | 27 kB | 16/24 kB | 49/331 kB Progress (4): 57/95 kB | 27 kB | 20/24 kB | 49/331 kB Progress (4): 57/95 kB | 27 kB | 24 kB | 49/331 kB Progress (4): 61/95 kB | 27 kB | 24 kB | 49/331 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar (27 kB at 333 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar Progress (3): 61/95 kB | 24 kB | 53/331 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.0.0/archetype-descriptor-3.0.0.jar (24 kB at 286 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar Progress (2): 65/95 kB | 53/331 kB Progress (2): 65/95 kB | 57/331 kB Progress (2): 65/95 kB | 61/331 kB Progress (2): 69/95 kB | 61/331 kB Progress (2): 69/95 kB | 65/331 kB Progress (2): 73/95 kB | 65/331 kB Progress (2): 77/95 kB | 65/331 kB Progress (2): 81/95 kB | 65/331 kB Progress (2): 81/95 kB | 69/331 kB Progress (2): 81/95 kB | 73/331 kB Progress (2): 85/95 kB | 73/331 kB Progress (2): 85/95 kB | 77/331 kB Progress (2): 90/95 kB | 77/331 kB Progress (2): 90/95 kB | 81/331 kB Progress (2): 94/95 kB | 81/331 kB Progress (2): 95 kB | 81/331 kB Progress (2): 95 kB | 85/331 kB Progress (2): 95 kB | 90/331 kB Progress (2): 95 kB | 94/331 kB Progress (2): 95 kB | 98/331 kB Progress (2): 95 kB | 102/331 kB Progress (2): 95 kB | 106/331 kB Progress (2): 95 kB | 110/331 kB Progress (2): 95 kB | 114/331 kB Progress (2): 95 kB | 118/331 kB Progress (2): 95 kB | 122/331 kB Progress (3): 95 kB | 122/331 kB | 4.1/314 kB Progress (3): 95 kB | 126/331 kB | 4.1/314 kB Progress (3): 95 kB | 126/331 kB | 7.7/314 kB Progress (3): 95 kB | 131/331 kB | 7.7/314 kB Progress (3): 95 kB | 131/331 kB | 12/314 kB Progress (3): 95 kB | 131/331 kB | 16/314 kB Progress (3): 95 kB | 135/331 kB | 16/314 kB Progress (3): 95 kB | 139/331 kB | 16/314 kB Progress (4): 95 kB | 139/331 kB | 16/314 kB | 4.1/4.3 kB Progress (4): 95 kB | 139/331 kB | 16/314 kB | 4.3 kB Progress (5): 95 kB | 139/331 kB | 16/314 kB | 4.3 kB | 4.1/19 kB Progress (5): 95 kB | 139/331 kB | 16/314 kB | 4.3 kB | 7.7/19 kB Progress (5): 95 kB | 139/331 kB | 16/314 kB | 4.3 kB | 12/19 kB Progress (5): 95 kB | 139/331 kB | 16/314 kB | 4.3 kB | 16/19 kB Progress (5): 95 kB | 139/331 kB | 16/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 143/331 kB | 16/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 147/331 kB | 16/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 147/331 kB | 20/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 147/331 kB | 24/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 151/331 kB | 24/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 151/331 kB | 28/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 151/331 kB | 32/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 151/331 kB | 36/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 151/331 kB | 40/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 151/331 kB | 45/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 151/331 kB | 49/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 151/331 kB | 53/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 151/331 kB | 57/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 151/331 kB | 61/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 155/331 kB | 61/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 155/331 kB | 65/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 159/331 kB | 65/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 163/331 kB | 65/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 163/331 kB | 69/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 163/331 kB | 73/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 167/331 kB | 73/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 167/331 kB | 77/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 171/331 kB | 77/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 171/331 kB | 81/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 176/331 kB | 81/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 180/331 kB | 81/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 180/331 kB | 85/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 180/331 kB | 90/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 184/331 kB | 90/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 184/331 kB | 94/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 188/331 kB | 94/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 188/331 kB | 98/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 192/331 kB | 98/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 196/331 kB | 98/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 196/331 kB | 102/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 196/331 kB | 106/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 200/331 kB | 106/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 200/331 kB | 110/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 204/331 kB | 110/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 204/331 kB | 114/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 208/331 kB | 114/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 212/331 kB | 114/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 212/331 kB | 118/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 212/331 kB | 122/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 217/331 kB | 122/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 217/331 kB | 126/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 221/331 kB | 126/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 221/331 kB | 131/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 221/331 kB | 135/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 221/331 kB | 139/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 221/331 kB | 143/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 221/331 kB | 147/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 221/331 kB | 151/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 221/331 kB | 155/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 221/331 kB | 159/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 221/331 kB | 163/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 225/331 kB | 163/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 225/331 kB | 167/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 225/331 kB | 171/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 225/331 kB | 176/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 229/331 kB | 176/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 229/331 kB | 180/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 233/331 kB | 180/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 233/331 kB | 184/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 237/331 kB | 184/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 237/331 kB | 188/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 241/331 kB | 188/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 241/331 kB | 192/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 245/331 kB | 192/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 245/331 kB | 196/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 249/331 kB | 196/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 249/331 kB | 200/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 249/331 kB | 204/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 253/331 kB | 204/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 258/331 kB | 204/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 262/331 kB | 204/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 262/331 kB | 208/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 262/331 kB | 212/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 266/331 kB | 212/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 266/331 kB | 217/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 266/331 kB | 221/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 266/331 kB | 225/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 266/331 kB | 229/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 270/331 kB | 229/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 270/331 kB | 233/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 270/331 kB | 237/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 270/331 kB | 241/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 270/331 kB | 245/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 274/331 kB | 245/314 kB | 4.3 kB | 19 kB Progress (5): 95 kB | 274/331 kB | 249/314 kB | 4.3 kB | 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 14 kB/s) Progress (4): 95 kB | 274/331 kB | 253/314 kB | 19 kB Progress (4): 95 kB | 274/331 kB | 258/314 kB | 19 kB Progress (4): 95 kB | 274/331 kB | 262/314 kB | 19 kB Progress (4): 95 kB | 278/331 kB | 262/314 kB | 19 kB Progress (4): 95 kB | 278/331 kB | 266/314 kB | 19 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Progress (4): 95 kB | 282/331 kB | 266/314 kB | 19 kB Progress (4): 95 kB | 282/331 kB | 270/314 kB | 19 kB Progress (4): 95 kB | 286/331 kB | 270/314 kB | 19 kB Progress (5): 95 kB | 286/331 kB | 270/314 kB | 19 kB | 4.1/109 kB Progress (5): 95 kB | 286/331 kB | 270/314 kB | 19 kB | 7.7/109 kB Progress (5): 95 kB | 286/331 kB | 270/314 kB | 19 kB | 12/109 kB Progress (5): 95 kB | 286/331 kB | 270/314 kB | 19 kB | 16/109 kB Progress (5): 95 kB | 286/331 kB | 270/314 kB | 19 kB | 20/109 kB Progress (5): 95 kB | 286/331 kB | 270/314 kB | 19 kB | 24/109 kB Progress (5): 95 kB | 286/331 kB | 270/314 kB | 19 kB | 28/109 kB Progress (5): 95 kB | 286/331 kB | 270/314 kB | 19 kB | 32/109 kB Progress (5): 95 kB | 286/331 kB | 270/314 kB | 19 kB | 36/109 kB Progress (5): 95 kB | 286/331 kB | 270/314 kB | 19 kB | 40/109 kB Progress (5): 95 kB | 286/331 kB | 270/314 kB | 19 kB | 45/109 kB Progress (5): 95 kB | 286/331 kB | 270/314 kB | 19 kB | 49/109 kB Progress (5): 95 kB | 286/331 kB | 274/314 kB | 19 kB | 49/109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.0.0/archetype-catalog-3.0.0.jar (19 kB at 50 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.jar (95 kB at 247 kB/s) Progress (3): 290/331 kB | 274/314 kB | 49/109 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar Progress (3): 290/331 kB | 274/314 kB | 53/109 kB Progress (3): 290/331 kB | 274/314 kB | 57/109 kB Progress (3): 290/331 kB | 278/314 kB | 57/109 kB Progress (3): 290/331 kB | 282/314 kB | 57/109 kB Progress (3): 290/331 kB | 286/314 kB | 57/109 kB Progress (3): 290/331 kB | 290/314 kB | 57/109 kB Progress (3): 290/331 kB | 294/314 kB | 57/109 kB Progress (3): 290/331 kB | 294/314 kB | 61/109 kB Progress (4): 290/331 kB | 294/314 kB | 61/109 kB | 4.1/153 kB Progress (4): 294/331 kB | 294/314 kB | 61/109 kB | 4.1/153 kB Progress (4): 294/331 kB | 294/314 kB | 61/109 kB | 7.7/153 kB Progress (4): 294/331 kB | 294/314 kB | 65/109 kB | 7.7/153 kB Progress (4): 294/331 kB | 298/314 kB | 65/109 kB | 7.7/153 kB Progress (5): 294/331 kB | 298/314 kB | 65/109 kB | 7.7/153 kB | 4.1/174 kB Progress (5): 294/331 kB | 298/314 kB | 69/109 kB | 7.7/153 kB | 4.1/174 kB Progress (5): 294/331 kB | 303/314 kB | 69/109 kB | 7.7/153 kB | 4.1/174 kB Progress (5): 294/331 kB | 303/314 kB | 69/109 kB | 12/153 kB | 4.1/174 kB Progress (5): 298/331 kB | 303/314 kB | 69/109 kB | 12/153 kB | 4.1/174 kB Progress (5): 303/331 kB | 303/314 kB | 69/109 kB | 12/153 kB | 4.1/174 kB Progress (5): 303/331 kB | 303/314 kB | 69/109 kB | 16/153 kB | 4.1/174 kB Progress (5): 303/331 kB | 307/314 kB | 69/109 kB | 16/153 kB | 4.1/174 kB Progress (5): 303/331 kB | 311/314 kB | 69/109 kB | 16/153 kB | 4.1/174 kB Progress (5): 303/331 kB | 311/314 kB | 69/109 kB | 20/153 kB | 4.1/174 kB Progress (5): 303/331 kB | 311/314 kB | 73/109 kB | 20/153 kB | 4.1/174 kB Progress (5): 303/331 kB | 311/314 kB | 77/109 kB | 20/153 kB | 4.1/174 kB Progress (5): 303/331 kB | 311/314 kB | 77/109 kB | 20/153 kB | 7.7/174 kB Progress (5): 303/331 kB | 311/314 kB | 81/109 kB | 20/153 kB | 7.7/174 kB Progress (5): 303/331 kB | 311/314 kB | 81/109 kB | 24/153 kB | 7.7/174 kB Progress (5): 303/331 kB | 314 kB | 81/109 kB | 24/153 kB | 7.7/174 kB Progress (5): 307/331 kB | 314 kB | 81/109 kB | 24/153 kB | 7.7/174 kB Progress (5): 307/331 kB | 314 kB | 81/109 kB | 28/153 kB | 7.7/174 kB Progress (5): 307/331 kB | 314 kB | 85/109 kB | 28/153 kB | 7.7/174 kB Progress (5): 307/331 kB | 314 kB | 85/109 kB | 28/153 kB | 12/174 kB Progress (5): 307/331 kB | 314 kB | 90/109 kB | 28/153 kB | 12/174 kB Progress (5): 307/331 kB | 314 kB | 90/109 kB | 32/153 kB | 12/174 kB Progress (5): 311/331 kB | 314 kB | 90/109 kB | 32/153 kB | 12/174 kB Progress (5): 311/331 kB | 314 kB | 90/109 kB | 36/153 kB | 12/174 kB Progress (5): 311/331 kB | 314 kB | 90/109 kB | 40/153 kB | 12/174 kB Progress (5): 311/331 kB | 314 kB | 90/109 kB | 45/153 kB | 12/174 kB Progress (5): 311/331 kB | 314 kB | 90/109 kB | 49/153 kB | 12/174 kB Progress (5): 311/331 kB | 314 kB | 94/109 kB | 49/153 kB | 12/174 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 606 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar Progress (4): 311/331 kB | 94/109 kB | 49/153 kB | 16/174 kB Progress (4): 311/331 kB | 94/109 kB | 53/153 kB | 16/174 kB Progress (4): 311/331 kB | 94/109 kB | 57/153 kB | 16/174 kB Progress (4): 311/331 kB | 94/109 kB | 61/153 kB | 16/174 kB Progress (4): 311/331 kB | 94/109 kB | 65/153 kB | 16/174 kB Progress (4): 311/331 kB | 94/109 kB | 69/153 kB | 16/174 kB Progress (4): 311/331 kB | 94/109 kB | 73/153 kB | 16/174 kB Progress (4): 311/331 kB | 94/109 kB | 77/153 kB | 16/174 kB Progress (4): 311/331 kB | 94/109 kB | 81/153 kB | 16/174 kB Progress (4): 311/331 kB | 94/109 kB | 85/153 kB | 16/174 kB Progress (4): 311/331 kB | 94/109 kB | 90/153 kB | 16/174 kB Progress (4): 311/331 kB | 94/109 kB | 94/153 kB | 16/174 kB Progress (4): 311/331 kB | 94/109 kB | 98/153 kB | 16/174 kB Progress (4): 311/331 kB | 98/109 kB | 98/153 kB | 16/174 kB Progress (4): 311/331 kB | 98/109 kB | 102/153 kB | 16/174 kB Progress (4): 315/331 kB | 98/109 kB | 102/153 kB | 16/174 kB Progress (4): 315/331 kB | 98/109 kB | 106/153 kB | 16/174 kB Progress (4): 315/331 kB | 102/109 kB | 106/153 kB | 16/174 kB Progress (4): 315/331 kB | 106/109 kB | 106/153 kB | 16/174 kB Progress (4): 315/331 kB | 109 kB | 106/153 kB | 16/174 kB Progress (5): 315/331 kB | 109 kB | 106/153 kB | 16/174 kB | 4.1/7.9 kB Progress (5): 315/331 kB | 109 kB | 106/153 kB | 20/174 kB | 4.1/7.9 kB Progress (5): 315/331 kB | 109 kB | 106/153 kB | 24/174 kB | 4.1/7.9 kB Progress (5): 315/331 kB | 109 kB | 106/153 kB | 28/174 kB | 4.1/7.9 kB Progress (5): 315/331 kB | 109 kB | 106/153 kB | 32/174 kB | 4.1/7.9 kB Progress (5): 315/331 kB | 109 kB | 106/153 kB | 32/174 kB | 7.7/7.9 kB Progress (5): 315/331 kB | 109 kB | 110/153 kB | 32/174 kB | 7.7/7.9 kB Progress (5): 315/331 kB | 109 kB | 114/153 kB | 32/174 kB | 7.7/7.9 kB Progress (5): 319/331 kB | 109 kB | 114/153 kB | 32/174 kB | 7.7/7.9 kB Progress (5): 319/331 kB | 109 kB | 118/153 kB | 32/174 kB | 7.7/7.9 kB Progress (5): 319/331 kB | 109 kB | 118/153 kB | 32/174 kB | 7.9 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 184 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar Progress (4): 319/331 kB | 118/153 kB | 36/174 kB | 7.9 kB Progress (4): 319/331 kB | 122/153 kB | 36/174 kB | 7.9 kB Progress (4): 319/331 kB | 126/153 kB | 36/174 kB | 7.9 kB Progress (4): 323/331 kB | 126/153 kB | 36/174 kB | 7.9 kB Progress (4): 323/331 kB | 131/153 kB | 36/174 kB | 7.9 kB Progress (4): 323/331 kB | 131/153 kB | 40/174 kB | 7.9 kB Progress (4): 323/331 kB | 131/153 kB | 45/174 kB | 7.9 kB Progress (5): 323/331 kB | 131/153 kB | 45/174 kB | 7.9 kB | 4.1/450 kB Progress (5): 327/331 kB | 131/153 kB | 45/174 kB | 7.9 kB | 4.1/450 kB Progress (5): 327/331 kB | 131/153 kB | 45/174 kB | 7.9 kB | 7.7/450 kB Progress (5): 327/331 kB | 131/153 kB | 49/174 kB | 7.9 kB | 7.7/450 kB Progress (5): 327/331 kB | 135/153 kB | 49/174 kB | 7.9 kB | 7.7/450 kB Progress (5): 327/331 kB | 135/153 kB | 49/174 kB | 7.9 kB | 12/450 kB Progress (5): 331/331 kB | 135/153 kB | 49/174 kB | 7.9 kB | 12/450 kB Progress (5): 331 kB | 135/153 kB | 49/174 kB | 7.9 kB | 12/450 kB Progress (5): 331 kB | 135/153 kB | 49/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 139/153 kB | 49/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 139/153 kB | 53/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 139/153 kB | 57/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 139/153 kB | 61/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 139/153 kB | 65/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 139/153 kB | 69/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 139/153 kB | 73/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 139/153 kB | 77/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 139/153 kB | 81/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 139/153 kB | 85/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 139/153 kB | 90/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 139/153 kB | 94/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 139/153 kB | 98/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 143/153 kB | 98/174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 143/153 kB | 98/174 kB | 7.9 kB | 20/450 kB Progress (5): 331 kB | 143/153 kB | 102/174 kB | 7.9 kB | 20/450 kB Progress (5): 331 kB | 143/153 kB | 106/174 kB | 7.9 kB | 20/450 kB Progress (5): 331 kB | 143/153 kB | 110/174 kB | 7.9 kB | 20/450 kB Progress (5): 331 kB | 143/153 kB | 114/174 kB | 7.9 kB | 20/450 kB Progress (5): 331 kB | 147/153 kB | 114/174 kB | 7.9 kB | 20/450 kB Progress (5): 331 kB | 147/153 kB | 118/174 kB | 7.9 kB | 20/450 kB Progress (5): 331 kB | 147/153 kB | 118/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 147/153 kB | 122/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 147/153 kB | 126/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 147/153 kB | 131/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 147/153 kB | 135/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 147/153 kB | 139/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 147/153 kB | 143/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 147/153 kB | 147/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 147/153 kB | 151/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 147/153 kB | 155/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 147/153 kB | 159/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 147/153 kB | 163/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 147/153 kB | 167/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 151/153 kB | 167/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 153 kB | 167/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 153 kB | 171/174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 153 kB | 171/174 kB | 7.9 kB | 28/450 kB Progress (5): 331 kB | 153 kB | 171/174 kB | 7.9 kB | 32/450 kB Progress (5): 331 kB | 153 kB | 174 kB | 7.9 kB | 32/450 kB Progress (5): 331 kB | 153 kB | 174 kB | 7.9 kB | 36/450 kB Progress (5): 331 kB | 153 kB | 174 kB | 7.9 kB | 40/450 kB Progress (5): 331 kB | 153 kB | 174 kB | 7.9 kB | 45/450 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar (153 kB at 216 kB/s) Progress (4): 331 kB | 174 kB | 7.9 kB | 49/450 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 244 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar Progress (3): 331 kB | 7.9 kB | 53/450 kB Progress (3): 331 kB | 7.9 kB | 57/450 kB Progress (3): 331 kB | 7.9 kB | 61/450 kB Progress (3): 331 kB | 7.9 kB | 65/450 kB Progress (3): 331 kB | 7.9 kB | 69/450 kB Progress (3): 331 kB | 7.9 kB | 73/450 kB Progress (3): 331 kB | 7.9 kB | 77/450 kB Progress (3): 331 kB | 7.9 kB | 81/450 kB Progress (4): 331 kB | 7.9 kB | 81/450 kB | 4.1/262 kB Progress (4): 331 kB | 7.9 kB | 85/450 kB | 4.1/262 kB Progress (4): 331 kB | 7.9 kB | 85/450 kB | 7.7/262 kB Progress (4): 331 kB | 7.9 kB | 90/450 kB | 7.7/262 kB Progress (4): 331 kB | 7.9 kB | 90/450 kB | 12/262 kB Progress (4): 331 kB | 7.9 kB | 94/450 kB | 12/262 kB Progress (4): 331 kB | 7.9 kB | 94/450 kB | 16/262 kB Progress (4): 331 kB | 7.9 kB | 98/450 kB | 16/262 kB Progress (4): 331 kB | 7.9 kB | 98/450 kB | 20/262 kB Progress (4): 331 kB | 7.9 kB | 102/450 kB | 20/262 kB Progress (4): 331 kB | 7.9 kB | 102/450 kB | 24/262 kB Progress (4): 331 kB | 7.9 kB | 106/450 kB | 24/262 kB Progress (4): 331 kB | 7.9 kB | 106/450 kB | 28/262 kB Progress (4): 331 kB | 7.9 kB | 110/450 kB | 28/262 kB Progress (5): 331 kB | 7.9 kB | 110/450 kB | 28/262 kB | 4.1/53 kB Progress (5): 331 kB | 7.9 kB | 110/450 kB | 32/262 kB | 4.1/53 kB Progress (5): 331 kB | 7.9 kB | 110/450 kB | 32/262 kB | 7.7/53 kB Progress (5): 331 kB | 7.9 kB | 114/450 kB | 32/262 kB | 7.7/53 kB Progress (5): 331 kB | 7.9 kB | 114/450 kB | 36/262 kB | 7.7/53 kB Progress (5): 331 kB | 7.9 kB | 114/450 kB | 36/262 kB | 12/53 kB Progress (5): 331 kB | 7.9 kB | 114/450 kB | 40/262 kB | 12/53 kB Progress (5): 331 kB | 7.9 kB | 118/450 kB | 40/262 kB | 12/53 kB Progress (5): 331 kB | 7.9 kB | 118/450 kB | 45/262 kB | 12/53 kB Progress (5): 331 kB | 7.9 kB | 118/450 kB | 49/262 kB | 12/53 kB Progress (5): 331 kB | 7.9 kB | 118/450 kB | 49/262 kB | 16/53 kB Progress (5): 331 kB | 7.9 kB | 122/450 kB | 49/262 kB | 16/53 kB Progress (5): 331 kB | 7.9 kB | 122/450 kB | 53/262 kB | 16/53 kB Progress (5): 331 kB | 7.9 kB | 122/450 kB | 53/262 kB | 20/53 kB Progress (5): 331 kB | 7.9 kB | 126/450 kB | 53/262 kB | 20/53 kB Progress (5): 331 kB | 7.9 kB | 126/450 kB | 53/262 kB | 24/53 kB Progress (5): 331 kB | 7.9 kB | 126/450 kB | 57/262 kB | 24/53 kB Progress (5): 331 kB | 7.9 kB | 126/450 kB | 57/262 kB | 28/53 kB Progress (5): 331 kB | 7.9 kB | 131/450 kB | 57/262 kB | 28/53 kB Progress (5): 331 kB | 7.9 kB | 131/450 kB | 57/262 kB | 32/53 kB Progress (5): 331 kB | 7.9 kB | 131/450 kB | 61/262 kB | 32/53 kB Progress (5): 331 kB | 7.9 kB | 131/450 kB | 65/262 kB | 32/53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.jar (331 kB at 414 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar Progress (4): 7.9 kB | 135/450 kB | 65/262 kB | 32/53 kB Progress (4): 7.9 kB | 139/450 kB | 65/262 kB | 32/53 kB Progress (4): 7.9 kB | 143/450 kB | 65/262 kB | 32/53 kB Progress (4): 7.9 kB | 147/450 kB | 65/262 kB | 32/53 kB Progress (4): 7.9 kB | 147/450 kB | 69/262 kB | 32/53 kB Progress (4): 7.9 kB | 147/450 kB | 73/262 kB | 32/53 kB Progress (4): 7.9 kB | 147/450 kB | 77/262 kB | 32/53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 9.7 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar Progress (3): 147/450 kB | 81/262 kB | 32/53 kB Progress (3): 147/450 kB | 81/262 kB | 36/53 kB Progress (3): 147/450 kB | 81/262 kB | 40/53 kB Progress (4): 147/450 kB | 81/262 kB | 40/53 kB | 0/5.5 MB Progress (4): 151/450 kB | 81/262 kB | 40/53 kB | 0/5.5 MB Progress (4): 155/450 kB | 81/262 kB | 40/53 kB | 0/5.5 MB Progress (4): 159/450 kB | 81/262 kB | 40/53 kB | 0/5.5 MB Progress (4): 163/450 kB | 81/262 kB | 40/53 kB | 0/5.5 MB Progress (4): 163/450 kB | 81/262 kB | 45/53 kB | 0/5.5 MB Progress (4): 163/450 kB | 81/262 kB | 49/53 kB | 0/5.5 MB Progress (4): 163/450 kB | 85/262 kB | 49/53 kB | 0/5.5 MB Progress (4): 163/450 kB | 85/262 kB | 53 kB | 0/5.5 MB Progress (4): 167/450 kB | 85/262 kB | 53 kB | 0/5.5 MB Progress (5): 167/450 kB | 85/262 kB | 53 kB | 0/5.5 MB | 4.1/445 kB Progress (5): 167/450 kB | 85/262 kB | 53 kB | 0.1/5.5 MB | 4.1/445 kB Progress (5): 167/450 kB | 85/262 kB | 53 kB | 0.1/5.5 MB | 7.7/445 kB Progress (5): 167/450 kB | 85/262 kB | 53 kB | 0.1/5.5 MB | 12/445 kB Progress (5): 171/450 kB | 85/262 kB | 53 kB | 0.1/5.5 MB | 12/445 kB Progress (5): 171/450 kB | 90/262 kB | 53 kB | 0.1/5.5 MB | 12/445 kB Progress (5): 171/450 kB | 94/262 kB | 53 kB | 0.1/5.5 MB | 12/445 kB Progress (5): 176/450 kB | 94/262 kB | 53 kB | 0.1/5.5 MB | 12/445 kB Progress (5): 176/450 kB | 94/262 kB | 53 kB | 0.1/5.5 MB | 12/445 kB Progress (5): 176/450 kB | 94/262 kB | 53 kB | 0.1/5.5 MB | 16/445 kB Progress (5): 180/450 kB | 94/262 kB | 53 kB | 0.1/5.5 MB | 16/445 kB Progress (5): 180/450 kB | 94/262 kB | 53 kB | 0.1/5.5 MB | 20/445 kB Progress (5): 184/450 kB | 94/262 kB | 53 kB | 0.1/5.5 MB | 20/445 kB Progress (5): 184/450 kB | 98/262 kB | 53 kB | 0.1/5.5 MB | 20/445 kB Progress (5): 188/450 kB | 98/262 kB | 53 kB | 0.1/5.5 MB | 20/445 kB Progress (5): 192/450 kB | 98/262 kB | 53 kB | 0.1/5.5 MB | 20/445 kB Progress (5): 192/450 kB | 98/262 kB | 53 kB | 0.1/5.5 MB | 24/445 kB Progress (5): 192/450 kB | 98/262 kB | 53 kB | 0.1/5.5 MB | 28/445 kB Progress (5): 192/450 kB | 98/262 kB | 53 kB | 0.1/5.5 MB | 28/445 kB Progress (5): 192/450 kB | 98/262 kB | 53 kB | 0.1/5.5 MB | 32/445 kB Progress (5): 196/450 kB | 98/262 kB | 53 kB | 0.1/5.5 MB | 32/445 kB Progress (5): 196/450 kB | 98/262 kB | 53 kB | 0.1/5.5 MB | 36/445 kB Progress (5): 196/450 kB | 98/262 kB | 53 kB | 0.1/5.5 MB | 40/445 kB Progress (5): 196/450 kB | 98/262 kB | 53 kB | 0.1/5.5 MB | 45/445 kB Progress (5): 196/450 kB | 98/262 kB | 53 kB | 0.1/5.5 MB | 49/445 kB Progress (5): 196/450 kB | 102/262 kB | 53 kB | 0.1/5.5 MB | 49/445 kB Progress (5): 196/450 kB | 106/262 kB | 53 kB | 0.1/5.5 MB | 49/445 kB Progress (5): 196/450 kB | 106/262 kB | 53 kB | 0.1/5.5 MB | 53/445 kB Progress (5): 196/450 kB | 106/262 kB | 53 kB | 0.1/5.5 MB | 57/445 kB Progress (5): 200/450 kB | 106/262 kB | 53 kB | 0.1/5.5 MB | 57/445 kB Progress (5): 200/450 kB | 106/262 kB | 53 kB | 0.2/5.5 MB | 57/445 kB Progress (5): 204/450 kB | 106/262 kB | 53 kB | 0.2/5.5 MB | 57/445 kB Progress (5): 208/450 kB | 106/262 kB | 53 kB | 0.2/5.5 MB | 57/445 kB Progress (5): 212/450 kB | 106/262 kB | 53 kB | 0.2/5.5 MB | 57/445 kB Progress (5): 217/450 kB | 106/262 kB | 53 kB | 0.2/5.5 MB | 57/445 kB Progress (5): 221/450 kB | 106/262 kB | 53 kB | 0.2/5.5 MB | 57/445 kB Progress (5): 225/450 kB | 106/262 kB | 53 kB | 0.2/5.5 MB | 57/445 kB Progress (5): 229/450 kB | 106/262 kB | 53 kB | 0.2/5.5 MB | 57/445 kB Progress (5): 229/450 kB | 106/262 kB | 53 kB | 0.2/5.5 MB | 61/445 kB Progress (5): 229/450 kB | 106/262 kB | 53 kB | 0.2/5.5 MB | 65/445 kB Progress (5): 229/450 kB | 110/262 kB | 53 kB | 0.2/5.5 MB | 65/445 kB Progress (5): 229/450 kB | 114/262 kB | 53 kB | 0.2/5.5 MB | 65/445 kB Progress (5): 233/450 kB | 114/262 kB | 53 kB | 0.2/5.5 MB | 65/445 kB Progress (5): 233/450 kB | 114/262 kB | 53 kB | 0.2/5.5 MB | 65/445 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar (53 kB at 54 kB/s) Progress (4): 233/450 kB | 114/262 kB | 0.2/5.5 MB | 65/445 kB Progress (4): 237/450 kB | 114/262 kB | 0.2/5.5 MB | 65/445 kB Progress (4): 241/450 kB | 114/262 kB | 0.2/5.5 MB | 65/445 kB Progress (4): 241/450 kB | 114/262 kB | 0.3/5.5 MB | 65/445 kB Progress (4): 241/450 kB | 118/262 kB | 0.3/5.5 MB | 65/445 kB Progress (4): 241/450 kB | 122/262 kB | 0.3/5.5 MB | 65/445 kB Progress (4): 241/450 kB | 126/262 kB | 0.3/5.5 MB | 65/445 kB Progress (4): 241/450 kB | 126/262 kB | 0.3/5.5 MB | 65/445 kB Progress (4): 241/450 kB | 126/262 kB | 0.3/5.5 MB | 69/445 kB Progress (4): 241/450 kB | 126/262 kB | 0.3/5.5 MB | 73/445 kB Progress (4): 241/450 kB | 126/262 kB | 0.3/5.5 MB | 77/445 kB Progress (4): 241/450 kB | 126/262 kB | 0.3/5.5 MB | 81/445 kB Progress (4): 241/450 kB | 131/262 kB | 0.3/5.5 MB | 81/445 kB Progress (4): 241/450 kB | 131/262 kB | 0.3/5.5 MB | 85/445 kB Progress (4): 245/450 kB | 131/262 kB | 0.3/5.5 MB | 85/445 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.jar Progress (4): 249/450 kB | 131/262 kB | 0.3/5.5 MB | 85/445 kB Progress (4): 253/450 kB | 131/262 kB | 0.3/5.5 MB | 85/445 kB Progress (4): 253/450 kB | 131/262 kB | 0.3/5.5 MB | 90/445 kB Progress (4): 253/450 kB | 135/262 kB | 0.3/5.5 MB | 90/445 kB Progress (4): 253/450 kB | 135/262 kB | 0.3/5.5 MB | 90/445 kB Progress (4): 253/450 kB | 139/262 kB | 0.3/5.5 MB | 90/445 kB Progress (4): 253/450 kB | 139/262 kB | 0.3/5.5 MB | 94/445 kB Progress (4): 258/450 kB | 139/262 kB | 0.3/5.5 MB | 94/445 kB Progress (4): 258/450 kB | 139/262 kB | 0.4/5.5 MB | 94/445 kB Progress (4): 258/450 kB | 139/262 kB | 0.4/5.5 MB | 98/445 kB Progress (4): 258/450 kB | 143/262 kB | 0.4/5.5 MB | 98/445 kB Progress (4): 262/450 kB | 143/262 kB | 0.4/5.5 MB | 98/445 kB Progress (4): 262/450 kB | 143/262 kB | 0.4/5.5 MB | 102/445 kB Progress (4): 262/450 kB | 143/262 kB | 0.4/5.5 MB | 102/445 kB Progress (4): 262/450 kB | 147/262 kB | 0.4/5.5 MB | 102/445 kB Progress (4): 262/450 kB | 147/262 kB | 0.4/5.5 MB | 106/445 kB Progress (4): 266/450 kB | 147/262 kB | 0.4/5.5 MB | 106/445 kB Progress (4): 266/450 kB | 147/262 kB | 0.4/5.5 MB | 106/445 kB Progress (4): 266/450 kB | 147/262 kB | 0.4/5.5 MB | 110/445 kB Progress (4): 266/450 kB | 151/262 kB | 0.4/5.5 MB | 110/445 kB Progress (4): 266/450 kB | 155/262 kB | 0.4/5.5 MB | 110/445 kB Progress (4): 266/450 kB | 159/262 kB | 0.4/5.5 MB | 110/445 kB Progress (4): 266/450 kB | 163/262 kB | 0.4/5.5 MB | 110/445 kB Progress (4): 270/450 kB | 163/262 kB | 0.4/5.5 MB | 110/445 kB Progress (4): 270/450 kB | 167/262 kB | 0.4/5.5 MB | 110/445 kB Progress (4): 270/450 kB | 171/262 kB | 0.4/5.5 MB | 110/445 kB Progress (5): 270/450 kB | 171/262 kB | 0.4/5.5 MB | 110/445 kB | 4.1/43 kB Progress (5): 270/450 kB | 171/262 kB | 0.4/5.5 MB | 110/445 kB | 7.7/43 kB Progress (5): 270/450 kB | 171/262 kB | 0.4/5.5 MB | 110/445 kB | 12/43 kB Progress (5): 270/450 kB | 171/262 kB | 0.4/5.5 MB | 110/445 kB | 16/43 kB Progress (5): 270/450 kB | 171/262 kB | 0.4/5.5 MB | 114/445 kB | 16/43 kB Progress (5): 270/450 kB | 171/262 kB | 0.5/5.5 MB | 114/445 kB | 16/43 kB Progress (5): 270/450 kB | 171/262 kB | 0.5/5.5 MB | 114/445 kB | 20/43 kB Progress (5): 270/450 kB | 176/262 kB | 0.5/5.5 MB | 114/445 kB | 20/43 kB Progress (5): 270/450 kB | 180/262 kB | 0.5/5.5 MB | 114/445 kB | 20/43 kB Progress (5): 274/450 kB | 180/262 kB | 0.5/5.5 MB | 114/445 kB | 20/43 kB Progress (5): 274/450 kB | 180/262 kB | 0.5/5.5 MB | 114/445 kB | 20/43 kB Progress (5): 274/450 kB | 180/262 kB | 0.5/5.5 MB | 114/445 kB | 24/43 kB Progress (5): 274/450 kB | 180/262 kB | 0.5/5.5 MB | 118/445 kB | 24/43 kB Progress (5): 274/450 kB | 180/262 kB | 0.5/5.5 MB | 118/445 kB | 28/43 kB Progress (5): 274/450 kB | 180/262 kB | 0.5/5.5 MB | 118/445 kB | 28/43 kB Progress (5): 278/450 kB | 180/262 kB | 0.5/5.5 MB | 118/445 kB | 28/43 kB Progress (5): 278/450 kB | 184/262 kB | 0.5/5.5 MB | 118/445 kB | 28/43 kB Progress (5): 282/450 kB | 184/262 kB | 0.5/5.5 MB | 118/445 kB | 28/43 kB Progress (5): 286/450 kB | 184/262 kB | 0.5/5.5 MB | 118/445 kB | 28/43 kB Progress (5): 286/450 kB | 184/262 kB | 0.5/5.5 MB | 118/445 kB | 32/43 kB Progress (5): 286/450 kB | 184/262 kB | 0.5/5.5 MB | 122/445 kB | 32/43 kB Progress (5): 286/450 kB | 184/262 kB | 0.5/5.5 MB | 122/445 kB | 36/43 kB Progress (5): 286/450 kB | 184/262 kB | 0.5/5.5 MB | 122/445 kB | 40/43 kB Progress (5): 286/450 kB | 184/262 kB | 0.5/5.5 MB | 122/445 kB | 43 kB Progress (5): 290/450 kB | 184/262 kB | 0.5/5.5 MB | 122/445 kB | 43 kB Progress (5): 290/450 kB | 184/262 kB | 0.6/5.5 MB | 122/445 kB | 43 kB Progress (5): 290/450 kB | 188/262 kB | 0.6/5.5 MB | 122/445 kB | 43 kB Progress (5): 294/450 kB | 188/262 kB | 0.6/5.5 MB | 122/445 kB | 43 kB Progress (5): 298/450 kB | 188/262 kB | 0.6/5.5 MB | 122/445 kB | 43 kB Progress (5): 303/450 kB | 188/262 kB | 0.6/5.5 MB | 122/445 kB | 43 kB Progress (5): 307/450 kB | 188/262 kB | 0.6/5.5 MB | 122/445 kB | 43 kB Progress (5): 311/450 kB | 188/262 kB | 0.6/5.5 MB | 122/445 kB | 43 kB Progress (5): 311/450 kB | 188/262 kB | 0.6/5.5 MB | 126/445 kB | 43 kB Progress (5): 315/450 kB | 188/262 kB | 0.6/5.5 MB | 126/445 kB | 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.jar (43 kB at 40 kB/s) Progress (4): 315/450 kB | 188/262 kB | 0.6/5.5 MB | 126/445 kB Progress (4): 315/450 kB | 192/262 kB | 0.6/5.5 MB | 126/445 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.jar Progress (4): 319/450 kB | 192/262 kB | 0.6/5.5 MB | 126/445 kB Progress (4): 319/450 kB | 192/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 323/450 kB | 192/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 327/450 kB | 192/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 327/450 kB | 192/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 331/450 kB | 192/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 335/450 kB | 192/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 339/450 kB | 192/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 344/450 kB | 192/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 348/450 kB | 192/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 352/450 kB | 192/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 356/450 kB | 192/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 360/450 kB | 192/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 360/450 kB | 196/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 364/450 kB | 196/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 364/450 kB | 200/262 kB | 0.6/5.5 MB | 131/445 kB Progress (4): 364/450 kB | 200/262 kB | 0.7/5.5 MB | 131/445 kB Progress (5): 364/450 kB | 200/262 kB | 0.7/5.5 MB | 131/445 kB | 4.1/33 kB Progress (5): 364/450 kB | 200/262 kB | 0.7/5.5 MB | 131/445 kB | 7.7/33 kB Progress (5): 364/450 kB | 200/262 kB | 0.7/5.5 MB | 131/445 kB | 12/33 kB Progress (5): 364/450 kB | 200/262 kB | 0.7/5.5 MB | 135/445 kB | 12/33 kB Progress (5): 364/450 kB | 200/262 kB | 0.7/5.5 MB | 135/445 kB | 16/33 kB Progress (5): 364/450 kB | 200/262 kB | 0.7/5.5 MB | 135/445 kB | 16/33 kB Progress (5): 364/450 kB | 200/262 kB | 0.7/5.5 MB | 135/445 kB | 20/33 kB Progress (5): 364/450 kB | 204/262 kB | 0.7/5.5 MB | 135/445 kB | 20/33 kB Progress (5): 364/450 kB | 208/262 kB | 0.7/5.5 MB | 135/445 kB | 20/33 kB Progress (5): 368/450 kB | 208/262 kB | 0.7/5.5 MB | 135/445 kB | 20/33 kB Progress (5): 368/450 kB | 212/262 kB | 0.7/5.5 MB | 135/445 kB | 20/33 kB Progress (5): 368/450 kB | 212/262 kB | 0.7/5.5 MB | 135/445 kB | 20/33 kB Progress (5): 368/450 kB | 212/262 kB | 0.7/5.5 MB | 135/445 kB | 24/33 kB Progress (5): 368/450 kB | 212/262 kB | 0.7/5.5 MB | 135/445 kB | 28/33 kB Progress (5): 368/450 kB | 212/262 kB | 0.7/5.5 MB | 139/445 kB | 28/33 kB Progress (5): 368/450 kB | 212/262 kB | 0.8/5.5 MB | 139/445 kB | 28/33 kB Progress (5): 368/450 kB | 212/262 kB | 0.8/5.5 MB | 139/445 kB | 32/33 kB Progress (5): 368/450 kB | 212/262 kB | 0.8/5.5 MB | 139/445 kB | 33 kB Progress (5): 368/450 kB | 212/262 kB | 0.8/5.5 MB | 139/445 kB | 33 kB Progress (5): 368/450 kB | 217/262 kB | 0.8/5.5 MB | 139/445 kB | 33 kB Progress (5): 368/450 kB | 221/262 kB | 0.8/5.5 MB | 139/445 kB | 33 kB Progress (5): 372/450 kB | 221/262 kB | 0.8/5.5 MB | 139/445 kB | 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.jar (33 kB at 28 kB/s) Progress (4): 372/450 kB | 225/262 kB | 0.8/5.5 MB | 139/445 kB Progress (4): 372/450 kB | 225/262 kB | 0.8/5.5 MB | 139/445 kB Progress (4): 372/450 kB | 225/262 kB | 0.8/5.5 MB | 143/445 kB Progress (4): 372/450 kB | 229/262 kB | 0.8/5.5 MB | 143/445 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.jar Progress (4): 376/450 kB | 229/262 kB | 0.8/5.5 MB | 143/445 kB Progress (4): 376/450 kB | 229/262 kB | 0.9/5.5 MB | 143/445 kB Progress (4): 376/450 kB | 233/262 kB | 0.9/5.5 MB | 143/445 kB Progress (4): 376/450 kB | 233/262 kB | 0.9/5.5 MB | 147/445 kB Progress (4): 376/450 kB | 237/262 kB | 0.9/5.5 MB | 147/445 kB Progress (4): 380/450 kB | 237/262 kB | 0.9/5.5 MB | 147/445 kB Progress (5): 380/450 kB | 237/262 kB | 0.9/5.5 MB | 147/445 kB | 4.1/37 kB Progress (5): 380/450 kB | 241/262 kB | 0.9/5.5 MB | 147/445 kB | 4.1/37 kB Progress (5): 380/450 kB | 245/262 kB | 0.9/5.5 MB | 147/445 kB | 4.1/37 kB Progress (5): 380/450 kB | 245/262 kB | 0.9/5.5 MB | 147/445 kB | 4.1/37 kB Progress (5): 380/450 kB | 245/262 kB | 0.9/5.5 MB | 151/445 kB | 4.1/37 kB Progress (5): 380/450 kB | 249/262 kB | 0.9/5.5 MB | 151/445 kB | 4.1/37 kB Progress (5): 380/450 kB | 253/262 kB | 0.9/5.5 MB | 151/445 kB | 4.1/37 kB Progress (5): 380/450 kB | 258/262 kB | 0.9/5.5 MB | 151/445 kB | 4.1/37 kB Progress (5): 380/450 kB | 262/262 kB | 0.9/5.5 MB | 151/445 kB | 4.1/37 kB Progress (5): 380/450 kB | 262/262 kB | 0.9/5.5 MB | 151/445 kB | 7.7/37 kB Progress (5): 384/450 kB | 262/262 kB | 0.9/5.5 MB | 151/445 kB | 7.7/37 kB Progress (5): 389/450 kB | 262/262 kB | 0.9/5.5 MB | 151/445 kB | 7.7/37 kB Progress (5): 393/450 kB | 262/262 kB | 0.9/5.5 MB | 151/445 kB | 7.7/37 kB Progress (5): 397/450 kB | 262/262 kB | 0.9/5.5 MB | 151/445 kB | 7.7/37 kB Progress (5): 401/450 kB | 262/262 kB | 0.9/5.5 MB | 151/445 kB | 7.7/37 kB Progress (5): 405/450 kB | 262/262 kB | 0.9/5.5 MB | 151/445 kB | 7.7/37 kB Progress (5): 409/450 kB | 262/262 kB | 0.9/5.5 MB | 151/445 kB | 7.7/37 kB Progress (5): 409/450 kB | 262/262 kB | 0.9/5.5 MB | 151/445 kB | 12/37 kB Progress (5): 409/450 kB | 262 kB | 0.9/5.5 MB | 151/445 kB | 12/37 kB Progress (5): 409/450 kB | 262 kB | 0.9/5.5 MB | 151/445 kB | 12/37 kB Progress (5): 409/450 kB | 262 kB | 0.9/5.5 MB | 155/445 kB | 12/37 kB Progress (5): 413/450 kB | 262 kB | 0.9/5.5 MB | 155/445 kB | 12/37 kB Progress (5): 417/450 kB | 262 kB | 0.9/5.5 MB | 155/445 kB | 12/37 kB Progress (5): 417/450 kB | 262 kB | 0.9/5.5 MB | 155/445 kB | 16/37 kB Progress (5): 421/450 kB | 262 kB | 0.9/5.5 MB | 155/445 kB | 16/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 204 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.jar Progress (4): 421/450 kB | 0.9/5.5 MB | 155/445 kB | 16/37 kB Progress (4): 421/450 kB | 0.9/5.5 MB | 159/445 kB | 16/37 kB Progress (4): 425/450 kB | 0.9/5.5 MB | 159/445 kB | 16/37 kB Progress (4): 425/450 kB | 0.9/5.5 MB | 159/445 kB | 20/37 kB Progress (4): 425/450 kB | 0.9/5.5 MB | 163/445 kB | 20/37 kB Progress (4): 425/450 kB | 0.9/5.5 MB | 163/445 kB | 24/37 kB Progress (4): 425/450 kB | 1.0/5.5 MB | 163/445 kB | 24/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 163/445 kB | 24/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 167/445 kB | 24/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 167/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 171/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 176/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 180/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 184/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 188/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 192/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 196/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 200/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 204/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 208/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 212/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 217/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 221/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 225/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 229/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 233/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 237/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 241/445 kB | 28/37 kB Progress (4): 430/450 kB | 1.0/5.5 MB | 245/445 kB | 28/37 kB Progress (4): 434/450 kB | 1.0/5.5 MB | 245/445 kB | 28/37 kB Progress (5): 434/450 kB | 1.0/5.5 MB | 245/445 kB | 28/37 kB | 4.1/18 kB Progress (5): 434/450 kB | 1.0/5.5 MB | 249/445 kB | 28/37 kB | 4.1/18 kB Progress (5): 434/450 kB | 1.0/5.5 MB | 249/445 kB | 28/37 kB | 4.1/18 kB Progress (5): 434/450 kB | 1.0/5.5 MB | 249/445 kB | 32/37 kB | 4.1/18 kB Progress (5): 434/450 kB | 1.0/5.5 MB | 253/445 kB | 32/37 kB | 4.1/18 kB Progress (5): 434/450 kB | 1.0/5.5 MB | 253/445 kB | 32/37 kB | 7.7/18 kB Progress (5): 438/450 kB | 1.0/5.5 MB | 253/445 kB | 32/37 kB | 7.7/18 kB Progress (5): 438/450 kB | 1.0/5.5 MB | 253/445 kB | 32/37 kB | 7.7/18 kB Progress (5): 438/450 kB | 1.0/5.5 MB | 253/445 kB | 32/37 kB | 12/18 kB Progress (5): 438/450 kB | 1.0/5.5 MB | 253/445 kB | 32/37 kB | 16/18 kB Progress (5): 438/450 kB | 1.0/5.5 MB | 253/445 kB | 32/37 kB | 18 kB Progress (5): 438/450 kB | 1.0/5.5 MB | 253/445 kB | 36/37 kB | 18 kB Progress (5): 438/450 kB | 1.0/5.5 MB | 253/445 kB | 37 kB | 18 kB Progress (5): 438/450 kB | 1.1/5.5 MB | 253/445 kB | 37 kB | 18 kB Progress (5): 438/450 kB | 1.1/5.5 MB | 258/445 kB | 37 kB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.jar (37 kB at 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.jar Progress (4): 438/450 kB | 1.1/5.5 MB | 258/445 kB | 18 kB Progress (4): 442/450 kB | 1.1/5.5 MB | 258/445 kB | 18 kB Progress (4): 446/450 kB | 1.1/5.5 MB | 258/445 kB | 18 kB Progress (4): 450 kB | 1.1/5.5 MB | 258/445 kB | 18 kB Progress (4): 450 kB | 1.1/5.5 MB | 258/445 kB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.jar (18 kB at 13 kB/s) Progress (3): 450 kB | 1.1/5.5 MB | 262/445 kB Progress (3): 450 kB | 1.2/5.5 MB | 262/445 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar Progress (4): 450 kB | 1.2/5.5 MB | 262/445 kB | 4.1/22 kB Progress (4): 450 kB | 1.2/5.5 MB | 262/445 kB | 7.7/22 kB Progress (4): 450 kB | 1.2/5.5 MB | 262/445 kB | 7.7/22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 324 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-6/plexus-interactivity-api-1.0-alpha-6.jar Progress (3): 1.2/5.5 MB | 266/445 kB | 7.7/22 kB Progress (3): 1.2/5.5 MB | 266/445 kB | 7.7/22 kB Progress (3): 1.2/5.5 MB | 266/445 kB | 12/22 kB Progress (3): 1.2/5.5 MB | 270/445 kB | 12/22 kB Progress (3): 1.2/5.5 MB | 274/445 kB | 12/22 kB Progress (3): 1.2/5.5 MB | 278/445 kB | 12/22 kB Progress (3): 1.2/5.5 MB | 282/445 kB | 12/22 kB Progress (3): 1.2/5.5 MB | 286/445 kB | 12/22 kB Progress (3): 1.2/5.5 MB | 290/445 kB | 12/22 kB Progress (3): 1.2/5.5 MB | 294/445 kB | 12/22 kB Progress (3): 1.2/5.5 MB | 294/445 kB | 16/22 kB Progress (4): 1.2/5.5 MB | 294/445 kB | 16/22 kB | 4.1/245 kB Progress (4): 1.2/5.5 MB | 298/445 kB | 16/22 kB | 4.1/245 kB Progress (4): 1.3/5.5 MB | 298/445 kB | 16/22 kB | 4.1/245 kB Progress (4): 1.3/5.5 MB | 303/445 kB | 16/22 kB | 4.1/245 kB Progress (4): 1.3/5.5 MB | 303/445 kB | 16/22 kB | 7.7/245 kB Progress (4): 1.3/5.5 MB | 303/445 kB | 20/22 kB | 7.7/245 kB Progress (4): 1.3/5.5 MB | 303/445 kB | 20/22 kB | 12/245 kB Progress (5): 1.3/5.5 MB | 303/445 kB | 20/22 kB | 12/245 kB | 4.1/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 20/22 kB | 12/245 kB | 4.1/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 20/22 kB | 12/245 kB | 7.7/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 20/22 kB | 12/245 kB | 7.7/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 20/22 kB | 16/245 kB | 7.7/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 22 kB | 16/245 kB | 7.7/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 22 kB | 20/245 kB | 7.7/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 22 kB | 24/245 kB | 7.7/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 22 kB | 28/245 kB | 7.7/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 22 kB | 32/245 kB | 7.7/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 22 kB | 36/245 kB | 7.7/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 22 kB | 40/245 kB | 7.7/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 22 kB | 45/245 kB | 7.7/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 22 kB | 49/245 kB | 7.7/12 kB Progress (5): 1.3/5.5 MB | 307/445 kB | 22 kB | 49/245 kB | 12/12 kB Progress (5): 1.3/5.5 MB | 311/445 kB | 22 kB | 49/245 kB | 12/12 kB Progress (5): 1.3/5.5 MB | 311/445 kB | 22 kB | 49/245 kB | 12 kB Progress (5): 1.3/5.5 MB | 311/445 kB | 22 kB | 53/245 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.jar (22 kB at 15 kB/s) 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 (4): 1.3/5.5 MB | 311/445 kB | 53/245 kB | 12 kB Progress (4): 1.3/5.5 MB | 311/445 kB | 57/245 kB | 12 kB Progress (4): 1.3/5.5 MB | 315/445 kB | 57/245 kB | 12 kB Progress (4): 1.3/5.5 MB | 315/445 kB | 61/245 kB | 12 kB Progress (4): 1.3/5.5 MB | 315/445 kB | 65/245 kB | 12 kB Progress (4): 1.3/5.5 MB | 319/445 kB | 65/245 kB | 12 kB Progress (4): 1.3/5.5 MB | 319/445 kB | 69/245 kB | 12 kB Progress (5): 1.3/5.5 MB | 319/445 kB | 69/245 kB | 12 kB | 4.1/13 kB Progress (5): 1.4/5.5 MB | 319/445 kB | 69/245 kB | 12 kB | 4.1/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 7.9 kB/s) Progress (4): 1.4/5.5 MB | 319/445 kB | 69/245 kB | 7.7/13 kB Progress (4): 1.4/5.5 MB | 319/445 kB | 73/245 kB | 7.7/13 kB Progress (4): 1.4/5.5 MB | 319/445 kB | 77/245 kB | 7.7/13 kB Progress (4): 1.4/5.5 MB | 323/445 kB | 77/245 kB | 7.7/13 kB Progress (4): 1.4/5.5 MB | 323/445 kB | 81/245 kB | 7.7/13 kB Progress (4): 1.4/5.5 MB | 323/445 kB | 81/245 kB | 7.7/13 kB Progress (4): 1.4/5.5 MB | 323/445 kB | 81/245 kB | 12/13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar Progress (4): 1.4/5.5 MB | 323/445 kB | 81/245 kB | 13 kB Progress (4): 1.4/5.5 MB | 323/445 kB | 85/245 kB | 13 kB Progress (4): 1.4/5.5 MB | 327/445 kB | 85/245 kB | 13 kB Progress (4): 1.4/5.5 MB | 327/445 kB | 90/245 kB | 13 kB Progress (4): 1.4/5.5 MB | 327/445 kB | 90/245 kB | 13 kB Progress (4): 1.4/5.5 MB | 331/445 kB | 90/245 kB | 13 kB Progress (4): 1.4/5.5 MB | 331/445 kB | 94/245 kB | 13 kB Progress (5): 1.4/5.5 MB | 331/445 kB | 94/245 kB | 13 kB | 4.1/30 kB Progress (5): 1.4/5.5 MB | 335/445 kB | 94/245 kB | 13 kB | 4.1/30 kB Progress (5): 1.4/5.5 MB | 339/445 kB | 94/245 kB | 13 kB | 4.1/30 kB Progress (5): 1.4/5.5 MB | 344/445 kB | 94/245 kB | 13 kB | 4.1/30 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 9.0 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.jar Progress (4): 1.4/5.5 MB | 348/445 kB | 94/245 kB | 4.1/30 kB Progress (4): 1.4/5.5 MB | 348/445 kB | 94/245 kB | 7.7/30 kB Progress (4): 1.4/5.5 MB | 348/445 kB | 94/245 kB | 12/30 kB Progress (4): 1.4/5.5 MB | 348/445 kB | 94/245 kB | 16/30 kB Progress (4): 1.5/5.5 MB | 348/445 kB | 94/245 kB | 16/30 kB Progress (4): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 16/30 kB Progress (5): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 16/30 kB | 4.1/123 kB Progress (5): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 16/30 kB | 7.7/123 kB Progress (5): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 16/30 kB | 12/123 kB Progress (5): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 16/30 kB | 16/123 kB Progress (5): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 16/30 kB | 20/123 kB Progress (5): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 16/30 kB | 24/123 kB Progress (5): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 16/30 kB | 28/123 kB Progress (5): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 16/30 kB | 32/123 kB Progress (5): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 16/30 kB | 36/123 kB Progress (5): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 16/30 kB | 40/123 kB Progress (5): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 16/30 kB | 45/123 kB Progress (5): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 16/30 kB | 49/123 kB Progress (5): 1.5/5.5 MB | 348/445 kB | 98/245 kB | 20/30 kB | 49/123 kB Progress (5): 1.5/5.5 MB | 352/445 kB | 98/245 kB | 20/30 kB | 49/123 kB Progress (5): 1.5/5.5 MB | 352/445 kB | 98/245 kB | 20/30 kB | 53/123 kB Progress (5): 1.5/5.5 MB | 352/445 kB | 98/245 kB | 24/30 kB | 53/123 kB Progress (5): 1.5/5.5 MB | 352/445 kB | 98/245 kB | 24/30 kB | 53/123 kB Progress (5): 1.5/5.5 MB | 352/445 kB | 102/245 kB | 24/30 kB | 53/123 kB Progress (5): 1.5/5.5 MB | 352/445 kB | 102/245 kB | 28/30 kB | 53/123 kB Progress (5): 1.5/5.5 MB | 352/445 kB | 102/245 kB | 30 kB | 53/123 kB Progress (5): 1.5/5.5 MB | 352/445 kB | 102/245 kB | 30 kB | 57/123 kB Progress (5): 1.5/5.5 MB | 352/445 kB | 102/245 kB | 30 kB | 61/123 kB Progress (5): 1.5/5.5 MB | 356/445 kB | 102/245 kB | 30 kB | 61/123 kB Progress (5): 1.5/5.5 MB | 360/445 kB | 102/245 kB | 30 kB | 61/123 kB Progress (5): 1.5/5.5 MB | 360/445 kB | 102/245 kB | 30 kB | 65/123 kB Progress (5): 1.5/5.5 MB | 360/445 kB | 102/245 kB | 30 kB | 65/123 kB Progress (5): 1.5/5.5 MB | 360/445 kB | 106/245 kB | 30 kB | 65/123 kB Progress (5): 1.5/5.5 MB | 360/445 kB | 110/245 kB | 30 kB | 65/123 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar (30 kB at 19 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar Progress (4): 1.5/5.5 MB | 360/445 kB | 110/245 kB | 69/123 kB Progress (4): 1.5/5.5 MB | 364/445 kB | 110/245 kB | 69/123 kB Progress (4): 1.5/5.5 MB | 368/445 kB | 110/245 kB | 69/123 kB Progress (4): 1.5/5.5 MB | 372/445 kB | 110/245 kB | 69/123 kB Progress (4): 1.5/5.5 MB | 376/445 kB | 110/245 kB | 69/123 kB Progress (4): 1.5/5.5 MB | 376/445 kB | 110/245 kB | 73/123 kB Progress (4): 1.6/5.5 MB | 376/445 kB | 110/245 kB | 73/123 kB Progress (4): 1.6/5.5 MB | 376/445 kB | 114/245 kB | 73/123 kB Progress (4): 1.6/5.5 MB | 376/445 kB | 114/245 kB | 77/123 kB Progress (4): 1.6/5.5 MB | 380/445 kB | 114/245 kB | 77/123 kB Progress (5): 1.6/5.5 MB | 380/445 kB | 114/245 kB | 77/123 kB | 4.1/57 kB Progress (5): 1.6/5.5 MB | 384/445 kB | 114/245 kB | 77/123 kB | 4.1/57 kB Progress (5): 1.6/5.5 MB | 389/445 kB | 114/245 kB | 77/123 kB | 4.1/57 kB Progress (5): 1.6/5.5 MB | 393/445 kB | 114/245 kB | 77/123 kB | 4.1/57 kB Progress (5): 1.6/5.5 MB | 393/445 kB | 114/245 kB | 77/123 kB | 4.1/57 kB Progress (5): 1.6/5.5 MB | 393/445 kB | 114/245 kB | 81/123 kB | 4.1/57 kB Progress (5): 1.6/5.5 MB | 393/445 kB | 118/245 kB | 81/123 kB | 4.1/57 kB Progress (5): 1.6/5.5 MB | 393/445 kB | 118/245 kB | 85/123 kB | 4.1/57 kB Progress (5): 1.6/5.5 MB | 393/445 kB | 118/245 kB | 90/123 kB | 4.1/57 kB Progress (5): 1.6/5.5 MB | 393/445 kB | 118/245 kB | 94/123 kB | 4.1/57 kB Progress (5): 1.6/5.5 MB | 397/445 kB | 118/245 kB | 94/123 kB | 4.1/57 kB Progress (5): 1.6/5.5 MB | 397/445 kB | 118/245 kB | 94/123 kB | 7.7/57 kB Progress (5): 1.6/5.5 MB | 401/445 kB | 118/245 kB | 94/123 kB | 7.7/57 kB Progress (5): 1.6/5.5 MB | 401/445 kB | 118/245 kB | 98/123 kB | 7.7/57 kB Progress (5): 1.6/5.5 MB | 401/445 kB | 118/245 kB | 98/123 kB | 7.7/57 kB Progress (5): 1.6/5.5 MB | 401/445 kB | 118/245 kB | 102/123 kB | 7.7/57 kB Progress (5): 1.6/5.5 MB | 401/445 kB | 118/245 kB | 106/123 kB | 7.7/57 kB Progress (5): 1.6/5.5 MB | 401/445 kB | 118/245 kB | 110/123 kB | 7.7/57 kB Progress (5): 1.6/5.5 MB | 401/445 kB | 118/245 kB | 114/123 kB | 7.7/57 kB Progress (5): 1.6/5.5 MB | 401/445 kB | 122/245 kB | 114/123 kB | 7.7/57 kB Progress (5): 1.6/5.5 MB | 401/445 kB | 122/245 kB | 118/123 kB | 7.7/57 kB Progress (5): 1.7/5.5 MB | 401/445 kB | 122/245 kB | 118/123 kB | 7.7/57 kB Progress (5): 1.7/5.5 MB | 405/445 kB | 122/245 kB | 118/123 kB | 7.7/57 kB Progress (5): 1.7/5.5 MB | 409/445 kB | 122/245 kB | 118/123 kB | 7.7/57 kB Progress (5): 1.7/5.5 MB | 409/445 kB | 122/245 kB | 118/123 kB | 12/57 kB Progress (5): 1.7/5.5 MB | 409/445 kB | 122/245 kB | 122/123 kB | 12/57 kB Progress (5): 1.7/5.5 MB | 409/445 kB | 126/245 kB | 122/123 kB | 12/57 kB Progress (5): 1.7/5.5 MB | 409/445 kB | 126/245 kB | 123 kB | 12/57 kB Progress (5): 1.7/5.5 MB | 409/445 kB | 126/245 kB | 123 kB | 12/57 kB Progress (5): 1.7/5.5 MB | 413/445 kB | 126/245 kB | 123 kB | 12/57 kB Progress (5): 1.7/5.5 MB | 413/445 kB | 126/245 kB | 123 kB | 16/57 kB Progress (5): 1.7/5.5 MB | 417/445 kB | 126/245 kB | 123 kB | 16/57 kB Progress (5): 1.7/5.5 MB | 421/445 kB | 126/245 kB | 123 kB | 16/57 kB Progress (5): 1.7/5.5 MB | 425/445 kB | 126/245 kB | 123 kB | 16/57 kB Progress (5): 1.7/5.5 MB | 430/445 kB | 126/245 kB | 123 kB | 16/57 kB Progress (5): 1.7/5.5 MB | 434/445 kB | 126/245 kB | 123 kB | 16/57 kB Progress (5): 1.7/5.5 MB | 438/445 kB | 126/245 kB | 123 kB | 16/57 kB Progress (5): 1.7/5.5 MB | 442/445 kB | 126/245 kB | 123 kB | 16/57 kB Progress (5): 1.7/5.5 MB | 445 kB | 126/245 kB | 123 kB | 16/57 kB Progress (5): 1.7/5.5 MB | 445 kB | 131/245 kB | 123 kB | 16/57 kB Progress (5): 1.7/5.5 MB | 445 kB | 131/245 kB | 123 kB | 20/57 kB Progress (5): 1.7/5.5 MB | 445 kB | 131/245 kB | 123 kB | 20/57 kB Progress (5): 1.7/5.5 MB | 445 kB | 131/245 kB | 123 kB | 24/57 kB Progress (5): 1.7/5.5 MB | 445 kB | 131/245 kB | 123 kB | 28/57 kB Progress (5): 1.7/5.5 MB | 445 kB | 131/245 kB | 123 kB | 32/57 kB Progress (5): 1.7/5.5 MB | 445 kB | 131/245 kB | 123 kB | 36/57 kB Progress (5): 1.7/5.5 MB | 445 kB | 131/245 kB | 123 kB | 40/57 kB Progress (5): 1.7/5.5 MB | 445 kB | 135/245 kB | 123 kB | 40/57 kB Progress (5): 1.7/5.5 MB | 445 kB | 135/245 kB | 123 kB | 45/57 kB Progress (5): 1.7/5.5 MB | 445 kB | 135/245 kB | 123 kB | 49/57 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 261 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Progress (4): 1.8/5.5 MB | 135/245 kB | 123 kB | 49/57 kB Progress (4): 1.8/5.5 MB | 135/245 kB | 123 kB | 53/57 kB Progress (4): 1.8/5.5 MB | 135/245 kB | 123 kB | 57/57 kB Progress (4): 1.8/5.5 MB | 135/245 kB | 123 kB | 57 kB Progress (4): 1.8/5.5 MB | 139/245 kB | 123 kB | 57 kB Progress (4): 1.8/5.5 MB | 143/245 kB | 123 kB | 57 kB Progress (4): 1.8/5.5 MB | 147/245 kB | 123 kB | 57 kB Progress (4): 1.8/5.5 MB | 147/245 kB | 123 kB | 57 kB Progress (4): 1.8/5.5 MB | 151/245 kB | 123 kB | 57 kB Progress (4): 1.8/5.5 MB | 155/245 kB | 123 kB | 57 kB Progress (5): 1.8/5.5 MB | 155/245 kB | 123 kB | 57 kB | 4.1/155 kB Progress (5): 1.8/5.5 MB | 155/245 kB | 123 kB | 57 kB | 4.1/155 kB Progress (5): 1.8/5.5 MB | 159/245 kB | 123 kB | 57 kB | 4.1/155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 32 kB/s) Progress (4): 1.9/5.5 MB | 159/245 kB | 123 kB | 4.1/155 kB Progress (4): 1.9/5.5 MB | 163/245 kB | 123 kB | 4.1/155 kB Progress (4): 1.9/5.5 MB | 163/245 kB | 123 kB | 7.7/155 kB Progress (4): 1.9/5.5 MB | 163/245 kB | 123 kB | 12/155 kB Progress (4): 1.9/5.5 MB | 167/245 kB | 123 kB | 12/155 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Progress (4): 1.9/5.5 MB | 171/245 kB | 123 kB | 12/155 kB Progress (4): 1.9/5.5 MB | 171/245 kB | 123 kB | 12/155 kB Progress (4): 1.9/5.5 MB | 171/245 kB | 123 kB | 16/155 kB Progress (4): 1.9/5.5 MB | 176/245 kB | 123 kB | 16/155 kB Progress (4): 1.9/5.5 MB | 176/245 kB | 123 kB | 20/155 kB Progress (4): 1.9/5.5 MB | 176/245 kB | 123 kB | 20/155 kB Progress (4): 2.0/5.5 MB | 176/245 kB | 123 kB | 20/155 kB Progress (4): 2.0/5.5 MB | 180/245 kB | 123 kB | 20/155 kB Progress (4): 2.0/5.5 MB | 184/245 kB | 123 kB | 20/155 kB Progress (4): 2.0/5.5 MB | 184/245 kB | 123 kB | 24/155 kB Progress (4): 2.0/5.5 MB | 184/245 kB | 123 kB | 24/155 kB Progress (4): 2.0/5.5 MB | 188/245 kB | 123 kB | 24/155 kB Progress (4): 2.0/5.5 MB | 188/245 kB | 123 kB | 28/155 kB Progress (4): 2.0/5.5 MB | 192/245 kB | 123 kB | 28/155 kB Progress (4): 2.0/5.5 MB | 192/245 kB | 123 kB | 32/155 kB Progress (4): 2.0/5.5 MB | 192/245 kB | 123 kB | 32/155 kB Progress (4): 2.0/5.5 MB | 196/245 kB | 123 kB | 32/155 kB Progress (4): 2.0/5.5 MB | 196/245 kB | 123 kB | 36/155 kB Progress (4): 2.0/5.5 MB | 196/245 kB | 123 kB | 40/155 kB Progress (4): 2.0/5.5 MB | 200/245 kB | 123 kB | 40/155 kB Progress (4): 2.1/5.5 MB | 200/245 kB | 123 kB | 40/155 kB Progress (4): 2.1/5.5 MB | 200/245 kB | 123 kB | 45/155 kB Progress (5): 2.1/5.5 MB | 200/245 kB | 123 kB | 45/155 kB | 4.1/32 kB Progress (5): 2.1/5.5 MB | 204/245 kB | 123 kB | 45/155 kB | 4.1/32 kB Progress (5): 2.1/5.5 MB | 208/245 kB | 123 kB | 45/155 kB | 4.1/32 kB Progress (5): 2.1/5.5 MB | 212/245 kB | 123 kB | 45/155 kB | 4.1/32 kB Progress (5): 2.1/5.5 MB | 212/245 kB | 123 kB | 45/155 kB | 7.7/32 kB Progress (5): 2.1/5.5 MB | 212/245 kB | 123 kB | 45/155 kB | 12/32 kB Progress (5): 2.1/5.5 MB | 212/245 kB | 123 kB | 45/155 kB | 16/32 kB Progress (5): 2.1/5.5 MB | 212/245 kB | 123 kB | 45/155 kB | 20/32 kB Progress (5): 2.1/5.5 MB | 212/245 kB | 123 kB | 45/155 kB | 24/32 kB Progress (5): 2.1/5.5 MB | 212/245 kB | 123 kB | 45/155 kB | 28/32 kB Progress (5): 2.1/5.5 MB | 212/245 kB | 123 kB | 45/155 kB | 32 kB Progress (5): 2.1/5.5 MB | 212/245 kB | 123 kB | 49/155 kB | 32 kB Progress (5): 2.1/5.5 MB | 217/245 kB | 123 kB | 49/155 kB | 32 kB Progress (5): 2.1/5.5 MB | 217/245 kB | 123 kB | 49/155 kB | 32 kB Progress (5): 2.1/5.5 MB | 217/245 kB | 123 kB | 53/155 kB | 32 kB Progress (5): 2.1/5.5 MB | 221/245 kB | 123 kB | 53/155 kB | 32 kB Progress (5): 2.1/5.5 MB | 225/245 kB | 123 kB | 53/155 kB | 32 kB Progress (5): 2.1/5.5 MB | 229/245 kB | 123 kB | 53/155 kB | 32 kB Progress (5): 2.1/5.5 MB | 229/245 kB | 123 kB | 57/155 kB | 32 kB Progress (5): 2.1/5.5 MB | 233/245 kB | 123 kB | 57/155 kB | 32 kB Progress (5): 2.1/5.5 MB | 233/245 kB | 123 kB | 57/155 kB | 32 kB Progress (5): 2.1/5.5 MB | 237/245 kB | 123 kB | 57/155 kB | 32 kB Progress (5): 2.1/5.5 MB | 237/245 kB | 123 kB | 61/155 kB | 32 kB Progress (5): 2.1/5.5 MB | 237/245 kB | 123 kB | 65/155 kB | 32 kB Progress (5): 2.2/5.5 MB | 237/245 kB | 123 kB | 65/155 kB | 32 kB Progress (5): 2.2/5.5 MB | 237/245 kB | 123 kB | 65/155 kB | 32 kB Progress (5): 2.2/5.5 MB | 241/245 kB | 123 kB | 65/155 kB | 32 kB Progress (5): 2.2/5.5 MB | 245 kB | 123 kB | 65/155 kB | 32 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 17 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Progress (4): 2.2/5.5 MB | 245 kB | 123 kB | 65/155 kB Progress (4): 2.2/5.5 MB | 245 kB | 123 kB | 69/155 kB Progress (4): 2.2/5.5 MB | 245 kB | 123 kB | 73/155 kB Progress (4): 2.2/5.5 MB | 245 kB | 123 kB | 77/155 kB Progress (4): 2.2/5.5 MB | 245 kB | 123 kB | 81/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 81/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 85/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 90/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 94/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 98/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 98/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 102/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 106/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 110/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 114/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 114/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 118/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 122/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 126/155 kB Progress (4): 2.3/5.5 MB | 245 kB | 123 kB | 131/155 kB Progress (4): 2.4/5.5 MB | 245 kB | 123 kB | 131/155 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 131/155 kB | 4.1/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 135/155 kB | 4.1/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 135/155 kB | 7.7/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 135/155 kB | 12/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 135/155 kB | 12/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 139/155 kB | 12/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 143/155 kB | 12/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 147/155 kB | 12/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 147/155 kB | 16/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 151/155 kB | 16/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 151/155 kB | 16/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 151/155 kB | 20/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 155 kB | 20/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 155 kB | 24/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 155 kB | 28/233 kB Progress (5): 2.4/5.5 MB | 245 kB | 123 kB | 155 kB | 32/233 kB Progress (5): 2.5/5.5 MB | 245 kB | 123 kB | 155 kB | 32/233 kB Progress (5): 2.5/5.5 MB | 245 kB | 123 kB | 155 kB | 36/233 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.jar (123 kB at 65 kB/s) Progress (4): 2.5/5.5 MB | 245 kB | 155 kB | 36/233 kB Progress (4): 2.5/5.5 MB | 245 kB | 155 kB | 40/233 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar Progress (4): 2.5/5.5 MB | 245 kB | 155 kB | 40/233 kB Progress (4): 2.5/5.5 MB | 245 kB | 155 kB | 45/233 kB Progress (4): 2.5/5.5 MB | 245 kB | 155 kB | 49/233 kB Progress (4): 2.6/5.5 MB | 245 kB | 155 kB | 49/233 kB Progress (4): 2.6/5.5 MB | 245 kB | 155 kB | 53/233 kB Progress (4): 2.6/5.5 MB | 245 kB | 155 kB | 57/233 kB Progress (4): 2.6/5.5 MB | 245 kB | 155 kB | 61/233 kB Progress (4): 2.6/5.5 MB | 245 kB | 155 kB | 65/233 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 124 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Progress (3): 2.6/5.5 MB | 155 kB | 65/233 kB Progress (4): 2.6/5.5 MB | 155 kB | 65/233 kB | 4.1/26 kB Progress (4): 2.6/5.5 MB | 155 kB | 65/233 kB | 7.7/26 kB Progress (4): 2.6/5.5 MB | 155 kB | 65/233 kB | 12/26 kB Progress (4): 2.6/5.5 MB | 155 kB | 69/233 kB | 12/26 kB Progress (4): 2.6/5.5 MB | 155 kB | 73/233 kB | 12/26 kB Progress (4): 2.6/5.5 MB | 155 kB | 77/233 kB | 12/26 kB Progress (4): 2.6/5.5 MB | 155 kB | 81/233 kB | 12/26 kB Progress (5): 2.6/5.5 MB | 155 kB | 81/233 kB | 12/26 kB | 4.1/575 kB Progress (5): 2.6/5.5 MB | 155 kB | 85/233 kB | 12/26 kB | 4.1/575 kB Progress (5): 2.6/5.5 MB | 155 kB | 85/233 kB | 16/26 kB | 4.1/575 kB Progress (5): 2.6/5.5 MB | 155 kB | 85/233 kB | 16/26 kB | 4.1/575 kB Progress (5): 2.6/5.5 MB | 155 kB | 85/233 kB | 20/26 kB | 4.1/575 kB Progress (5): 2.6/5.5 MB | 155 kB | 85/233 kB | 24/26 kB | 4.1/575 kB Progress (5): 2.6/5.5 MB | 155 kB | 85/233 kB | 26 kB | 4.1/575 kB Progress (5): 2.7/5.5 MB | 155 kB | 85/233 kB | 26 kB | 4.1/575 kB Progress (5): 2.7/5.5 MB | 155 kB | 85/233 kB | 26 kB | 4.1/575 kB Progress (5): 2.7/5.5 MB | 155 kB | 90/233 kB | 26 kB | 4.1/575 kB Progress (5): 2.7/5.5 MB | 155 kB | 94/233 kB | 26 kB | 4.1/575 kB Progress (5): 2.7/5.5 MB | 155 kB | 94/233 kB | 26 kB | 7.7/575 kB Progress (5): 2.7/5.5 MB | 155 kB | 94/233 kB | 26 kB | 7.7/575 kB Progress (5): 2.7/5.5 MB | 155 kB | 98/233 kB | 26 kB | 7.7/575 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 13 kB/s) Progress (4): 2.7/5.5 MB | 155 kB | 102/233 kB | 7.7/575 kB Progress (4): 2.7/5.5 MB | 155 kB | 106/233 kB | 7.7/575 kB Progress (4): 2.7/5.5 MB | 155 kB | 110/233 kB | 7.7/575 kB Progress (4): 2.7/5.5 MB | 155 kB | 114/233 kB | 7.7/575 kB Progress (4): 2.8/5.5 MB | 155 kB | 114/233 kB | 7.7/575 kB Progress (4): 2.8/5.5 MB | 155 kB | 114/233 kB | 12/575 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar Progress (4): 2.8/5.5 MB | 155 kB | 114/233 kB | 12/575 kB Progress (4): 2.8/5.5 MB | 155 kB | 118/233 kB | 12/575 kB Progress (4): 2.8/5.5 MB | 155 kB | 118/233 kB | 16/575 kB Progress (4): 2.8/5.5 MB | 155 kB | 118/233 kB | 16/575 kB Progress (4): 2.8/5.5 MB | 155 kB | 118/233 kB | 20/575 kB Progress (4): 2.8/5.5 MB | 155 kB | 118/233 kB | 24/575 kB Progress (4): 2.8/5.5 MB | 155 kB | 118/233 kB | 28/575 kB Progress (4): 2.8/5.5 MB | 155 kB | 118/233 kB | 32/575 kB Progress (4): 2.8/5.5 MB | 155 kB | 122/233 kB | 32/575 kB Progress (4): 2.8/5.5 MB | 155 kB | 126/233 kB | 32/575 kB Progress (4): 2.8/5.5 MB | 155 kB | 131/233 kB | 32/575 kB Progress (4): 2.9/5.5 MB | 155 kB | 131/233 kB | 32/575 kB Progress (5): 2.9/5.5 MB | 155 kB | 131/233 kB | 32/575 kB | 4.1/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 135/233 kB | 32/575 kB | 4.1/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 139/233 kB | 32/575 kB | 4.1/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 143/233 kB | 32/575 kB | 4.1/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 143/233 kB | 32/575 kB | 4.1/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 143/233 kB | 36/575 kB | 4.1/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 147/233 kB | 36/575 kB | 4.1/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 147/233 kB | 36/575 kB | 7.7/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 147/233 kB | 40/575 kB | 7.7/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 151/233 kB | 40/575 kB | 7.7/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 151/233 kB | 40/575 kB | 12/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 155/233 kB | 40/575 kB | 12/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 155/233 kB | 45/575 kB | 12/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 155/233 kB | 49/575 kB | 12/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 159/233 kB | 49/575 kB | 12/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 159/233 kB | 49/575 kB | 12/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 159/233 kB | 49/575 kB | 16/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 163/233 kB | 49/575 kB | 16/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 163/233 kB | 53/575 kB | 16/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 163/233 kB | 53/575 kB | 16/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 163/233 kB | 53/575 kB | 20/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 167/233 kB | 53/575 kB | 20/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 167/233 kB | 57/575 kB | 20/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 171/233 kB | 57/575 kB | 20/21 kB Progress (5): 2.9/5.5 MB | 155 kB | 171/233 kB | 57/575 kB | 21 kB Progress (5): 2.9/5.5 MB | 155 kB | 176/233 kB | 57/575 kB | 21 kB Progress (5): 3.0/5.5 MB | 155 kB | 176/233 kB | 57/575 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar (21 kB at 10.0 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Progress (4): 3.0/5.5 MB | 155 kB | 176/233 kB | 61/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 176/233 kB | 65/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 176/233 kB | 65/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 180/233 kB | 65/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 180/233 kB | 69/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 180/233 kB | 73/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 180/233 kB | 77/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 180/233 kB | 81/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 184/233 kB | 81/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 188/233 kB | 81/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 192/233 kB | 81/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 196/233 kB | 81/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 196/233 kB | 81/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 196/233 kB | 85/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 200/233 kB | 85/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 200/233 kB | 90/575 kB Progress (4): 3.0/5.5 MB | 155 kB | 204/233 kB | 90/575 kB Progress (4): 3.1/5.5 MB | 155 kB | 204/233 kB | 90/575 kB Progress (4): 3.1/5.5 MB | 155 kB | 204/233 kB | 94/575 kB Progress (5): 3.1/5.5 MB | 155 kB | 204/233 kB | 94/575 kB | 4.1/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 204/233 kB | 94/575 kB | 7.7/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 204/233 kB | 94/575 kB | 7.7/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 208/233 kB | 94/575 kB | 7.7/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 212/233 kB | 94/575 kB | 7.7/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 212/233 kB | 94/575 kB | 12/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 212/233 kB | 98/575 kB | 12/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 217/233 kB | 98/575 kB | 12/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 217/233 kB | 98/575 kB | 16/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 217/233 kB | 98/575 kB | 16/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 221/233 kB | 98/575 kB | 16/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 221/233 kB | 102/575 kB | 16/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 225/233 kB | 102/575 kB | 16/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 225/233 kB | 102/575 kB | 20/282 kB Progress (5): 3.1/5.5 MB | 155 kB | 229/233 kB | 102/575 kB | 20/282 kB Progress (5): 3.2/5.5 MB | 155 kB | 229/233 kB | 102/575 kB | 20/282 kB Progress (5): 3.2/5.5 MB | 155 kB | 229/233 kB | 106/575 kB | 20/282 kB Progress (5): 3.2/5.5 MB | 155 kB | 233 kB | 106/575 kB | 20/282 kB Progress (5): 3.2/5.5 MB | 155 kB | 233 kB | 106/575 kB | 24/282 kB Progress (5): 3.2/5.5 MB | 155 kB | 233 kB | 106/575 kB | 24/282 kB Progress (5): 3.2/5.5 MB | 155 kB | 233 kB | 110/575 kB | 24/282 kB Progress (5): 3.2/5.5 MB | 155 kB | 233 kB | 110/575 kB | 28/282 kB Progress (5): 3.2/5.5 MB | 155 kB | 233 kB | 114/575 kB | 28/282 kB Progress (5): 3.2/5.5 MB | 155 kB | 233 kB | 114/575 kB | 28/282 kB Progress (5): 3.2/5.5 MB | 155 kB | 233 kB | 114/575 kB | 32/282 kB Progress (5): 3.3/5.5 MB | 155 kB | 233 kB | 114/575 kB | 32/282 kB Progress (5): 3.3/5.5 MB | 155 kB | 233 kB | 118/575 kB | 32/282 kB Progress (5): 3.3/5.5 MB | 155 kB | 233 kB | 122/575 kB | 32/282 kB Progress (5): 3.3/5.5 MB | 155 kB | 233 kB | 122/575 kB | 36/282 kB Progress (5): 3.3/5.5 MB | 155 kB | 233 kB | 126/575 kB | 36/282 kB Progress (5): 3.3/5.5 MB | 155 kB | 233 kB | 131/575 kB | 36/282 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 107 kB/s) Progress (4): 3.3/5.5 MB | 155 kB | 135/575 kB | 36/282 kB Progress (4): 3.3/5.5 MB | 155 kB | 135/575 kB | 36/282 kB Progress (4): 3.3/5.5 MB | 155 kB | 135/575 kB | 40/282 kB Progress (4): 3.3/5.5 MB | 155 kB | 139/575 kB | 40/282 kB Progress (4): 3.3/5.5 MB | 155 kB | 143/575 kB | 40/282 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar Progress (4): 3.3/5.5 MB | 155 kB | 143/575 kB | 40/282 kB Progress (4): 3.3/5.5 MB | 155 kB | 147/575 kB | 40/282 kB Progress (4): 3.3/5.5 MB | 155 kB | 147/575 kB | 45/282 kB Progress (4): 3.3/5.5 MB | 155 kB | 147/575 kB | 49/282 kB Progress (4): 3.3/5.5 MB | 155 kB | 151/575 kB | 49/282 kB Progress (4): 3.3/5.5 MB | 155 kB | 155/575 kB | 49/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 155/575 kB | 49/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 155/575 kB | 53/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 159/575 kB | 53/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 159/575 kB | 57/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 163/575 kB | 57/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 163/575 kB | 61/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 163/575 kB | 61/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 167/575 kB | 61/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 171/575 kB | 61/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 171/575 kB | 65/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 176/575 kB | 65/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 180/575 kB | 65/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 180/575 kB | 69/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 180/575 kB | 69/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 184/575 kB | 69/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 184/575 kB | 73/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 188/575 kB | 73/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 188/575 kB | 77/282 kB Progress (4): 3.4/5.5 MB | 155 kB | 192/575 kB | 77/282 kB Progress (4): 3.5/5.5 MB | 155 kB | 192/575 kB | 77/282 kB Progress (4): 3.5/5.5 MB | 155 kB | 192/575 kB | 81/282 kB Progress (4): 3.5/5.5 MB | 155 kB | 196/575 kB | 81/282 kB Progress (4): 3.5/5.5 MB | 155 kB | 196/575 kB | 85/282 kB Progress (4): 3.5/5.5 MB | 155 kB | 200/575 kB | 85/282 kB Progress (4): 3.5/5.5 MB | 155 kB | 200/575 kB | 85/282 kB Progress (4): 3.5/5.5 MB | 155 kB | 200/575 kB | 90/282 kB Progress (4): 3.5/5.5 MB | 155 kB | 204/575 kB | 90/282 kB Progress (5): 3.5/5.5 MB | 155 kB | 204/575 kB | 90/282 kB | 0/1.5 MB Progress (5): 3.5/5.5 MB | 155 kB | 204/575 kB | 94/282 kB | 0/1.5 MB Progress (5): 3.5/5.5 MB | 155 kB | 204/575 kB | 94/282 kB | 0/1.5 MB Progress (5): 3.5/5.5 MB | 155 kB | 208/575 kB | 94/282 kB | 0/1.5 MB Progress (5): 3.5/5.5 MB | 155 kB | 208/575 kB | 94/282 kB | 0/1.5 MB Progress (5): 3.5/5.5 MB | 155 kB | 208/575 kB | 98/282 kB | 0/1.5 MB Progress (5): 3.5/5.5 MB | 155 kB | 208/575 kB | 98/282 kB | 0/1.5 MB Progress (5): 3.5/5.5 MB | 155 kB | 212/575 kB | 98/282 kB | 0/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 212/575 kB | 98/282 kB | 0/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 212/575 kB | 98/282 kB | 0/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 212/575 kB | 102/282 kB | 0/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 217/575 kB | 102/282 kB | 0/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 217/575 kB | 102/282 kB | 0/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 217/575 kB | 102/282 kB | 0/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 217/575 kB | 106/282 kB | 0/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 217/575 kB | 106/282 kB | 0/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 221/575 kB | 106/282 kB | 0/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 221/575 kB | 110/282 kB | 0/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 221/575 kB | 110/282 kB | 0.1/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 225/575 kB | 110/282 kB | 0.1/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 225/575 kB | 110/282 kB | 0.1/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 225/575 kB | 114/282 kB | 0.1/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 225/575 kB | 114/282 kB | 0.1/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 225/575 kB | 114/282 kB | 0.1/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 229/575 kB | 114/282 kB | 0.1/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 229/575 kB | 114/282 kB | 0.1/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 233/575 kB | 114/282 kB | 0.1/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 237/575 kB | 114/282 kB | 0.1/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 237/575 kB | 118/282 kB | 0.1/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 237/575 kB | 118/282 kB | 0.1/1.5 MB Progress (5): 3.6/5.5 MB | 155 kB | 237/575 kB | 122/282 kB | 0.1/1.5 MB Progress (5): 3.7/5.5 MB | 155 kB | 237/575 kB | 122/282 kB | 0.1/1.5 MB Progress (5): 3.7/5.5 MB | 155 kB | 241/575 kB | 122/282 kB | 0.1/1.5 MB 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 68 kB/s) Progress (4): 3.7/5.5 MB | 241/575 kB | 122/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 245/575 kB | 122/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 245/575 kB | 126/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 245/575 kB | 131/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 131/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 135/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 139/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 143/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 147/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 151/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 155/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 159/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 163/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 167/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 171/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 176/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 180/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 249/575 kB | 180/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 253/575 kB | 180/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 253/575 kB | 180/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 253/575 kB | 180/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 258/575 kB | 180/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 262/575 kB | 180/282 kB | 0.1/1.5 MB Progress (4): 3.7/5.5 MB | 262/575 kB | 184/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 184/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 184/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 188/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 192/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 196/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 200/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 204/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 208/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 212/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 217/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 221/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 225/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 229/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 233/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 237/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 241/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 262/575 kB | 245/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 266/575 kB | 245/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 266/575 kB | 245/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 266/575 kB | 245/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 266/575 kB | 249/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 266/575 kB | 253/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 266/575 kB | 258/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 270/575 kB | 258/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 270/575 kB | 262/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 270/575 kB | 262/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 270/575 kB | 262/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 270/575 kB | 266/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 270/575 kB | 270/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 274/575 kB | 270/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 274/575 kB | 274/282 kB | 0.1/1.5 MB Progress (4): 3.8/5.5 MB | 274/575 kB | 274/282 kB | 0.1/1.5 MB Progress (4): 3.9/5.5 MB | 274/575 kB | 274/282 kB | 0.1/1.5 MB Progress (4): 3.9/5.5 MB | 274/575 kB | 274/282 kB | 0.1/1.5 MB Progress (4): 3.9/5.5 MB | 274/575 kB | 278/282 kB | 0.1/1.5 MB Progress (4): 3.9/5.5 MB | 274/575 kB | 278/282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 278/575 kB | 278/282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 278/575 kB | 278/282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 282/575 kB | 278/282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 286/575 kB | 278/282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 290/575 kB | 278/282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 294/575 kB | 278/282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 294/575 kB | 278/282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 294/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 298/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 303/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 307/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 311/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 311/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 311/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 311/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 311/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 311/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 315/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 3.9/5.5 MB | 315/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 4.0/5.5 MB | 315/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 4.0/5.5 MB | 315/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 4.0/5.5 MB | 319/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 4.0/5.5 MB | 323/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 4.0/5.5 MB | 327/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 4.0/5.5 MB | 327/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 4.0/5.5 MB | 327/575 kB | 282 kB | 0.2/1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 118 kB/s) Progress (3): 4.0/5.5 MB | 331/575 kB | 0.2/1.5 MB Progress (3): 4.0/5.5 MB | 335/575 kB | 0.2/1.5 MB Progress (3): 4.0/5.5 MB | 335/575 kB | 0.2/1.5 MB Progress (3): 4.0/5.5 MB | 335/575 kB | 0.2/1.5 MB Progress (3): 4.0/5.5 MB | 339/575 kB | 0.2/1.5 MB Progress (3): 4.0/5.5 MB | 344/575 kB | 0.2/1.5 MB Progress (3): 4.0/5.5 MB | 344/575 kB | 0.2/1.5 MB Progress (3): 4.0/5.5 MB | 344/575 kB | 0.2/1.5 MB Progress (3): 4.0/5.5 MB | 348/575 kB | 0.2/1.5 MB Progress (3): 4.1/5.5 MB | 348/575 kB | 0.2/1.5 MB Progress (3): 4.1/5.5 MB | 348/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 352/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 352/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 356/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 360/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 360/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 360/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 364/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 364/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 368/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 372/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 372/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 372/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 376/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 376/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 380/575 kB | 0.3/1.5 MB Progress (3): 4.1/5.5 MB | 380/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 380/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 384/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 384/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 389/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 393/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 393/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 393/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 397/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 397/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 401/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 405/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 405/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 409/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 409/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 409/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 413/575 kB | 0.3/1.5 MB Progress (3): 4.2/5.5 MB | 413/575 kB | 0.4/1.5 MB Progress (3): 4.2/5.5 MB | 417/575 kB | 0.4/1.5 MB Progress (3): 4.2/5.5 MB | 417/575 kB | 0.4/1.5 MB Progress (3): 4.2/5.5 MB | 421/575 kB | 0.4/1.5 MB Progress (3): 4.2/5.5 MB | 425/575 kB | 0.4/1.5 MB Progress (3): 4.3/5.5 MB | 425/575 kB | 0.4/1.5 MB Progress (3): 4.3/5.5 MB | 425/575 kB | 0.4/1.5 MB Progress (3): 4.3/5.5 MB | 430/575 kB | 0.4/1.5 MB Progress (3): 4.3/5.5 MB | 434/575 kB | 0.4/1.5 MB Progress (3): 4.3/5.5 MB | 434/575 kB | 0.4/1.5 MB Progress (3): 4.3/5.5 MB | 434/575 kB | 0.4/1.5 MB Progress (3): 4.3/5.5 MB | 438/575 kB | 0.4/1.5 MB Progress (3): 4.3/5.5 MB | 438/575 kB | 0.4/1.5 MB Progress (3): 4.3/5.5 MB | 438/575 kB | 0.4/1.5 MB Progress (3): 4.3/5.5 MB | 438/575 kB | 0.4/1.5 MB Progress (3): 4.3/5.5 MB | 438/575 kB | 0.4/1.5 MB Progress (3): 4.3/5.5 MB | 438/575 kB | 0.4/1.5 MB Progress (3): 4.3/5.5 MB | 442/575 kB | 0.4/1.5 MB Progress (3): 4.4/5.5 MB | 442/575 kB | 0.4/1.5 MB Progress (3): 4.4/5.5 MB | 442/575 kB | 0.4/1.5 MB Progress (3): 4.4/5.5 MB | 442/575 kB | 0.4/1.5 MB Progress (3): 4.4/5.5 MB | 446/575 kB | 0.4/1.5 MB Progress (3): 4.4/5.5 MB | 450/575 kB | 0.4/1.5 MB Progress (3): 4.4/5.5 MB | 454/575 kB | 0.4/1.5 MB Progress (3): 4.4/5.5 MB | 454/575 kB | 0.4/1.5 MB Progress (3): 4.4/5.5 MB | 454/575 kB | 0.4/1.5 MB Progress (3): 4.4/5.5 MB | 454/575 kB | 0.4/1.5 MB Progress (3): 4.4/5.5 MB | 454/575 kB | 0.5/1.5 MB Progress (3): 4.4/5.5 MB | 454/575 kB | 0.5/1.5 MB Progress (3): 4.4/5.5 MB | 458/575 kB | 0.5/1.5 MB Progress (3): 4.4/5.5 MB | 458/575 kB | 0.5/1.5 MB Progress (3): 4.4/5.5 MB | 462/575 kB | 0.5/1.5 MB Progress (3): 4.4/5.5 MB | 462/575 kB | 0.5/1.5 MB Progress (3): 4.4/5.5 MB | 462/575 kB | 0.5/1.5 MB Progress (3): 4.4/5.5 MB | 466/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 466/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 466/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 466/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 471/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 475/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 475/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 475/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 479/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 483/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 483/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 487/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 487/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 487/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 491/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 491/575 kB | 0.5/1.5 MB Progress (3): 4.5/5.5 MB | 495/575 kB | 0.5/1.5 MB Progress (3): 4.6/5.5 MB | 495/575 kB | 0.5/1.5 MB Progress (3): 4.6/5.5 MB | 495/575 kB | 0.5/1.5 MB Progress (3): 4.6/5.5 MB | 499/575 kB | 0.5/1.5 MB Progress (3): 4.6/5.5 MB | 499/575 kB | 0.5/1.5 MB Progress (3): 4.6/5.5 MB | 503/575 kB | 0.5/1.5 MB Progress (3): 4.6/5.5 MB | 507/575 kB | 0.5/1.5 MB Progress (3): 4.6/5.5 MB | 507/575 kB | 0.5/1.5 MB Progress (3): 4.6/5.5 MB | 507/575 kB | 0.5/1.5 MB Progress (3): 4.6/5.5 MB | 507/575 kB | 0.6/1.5 MB Progress (3): 4.6/5.5 MB | 511/575 kB | 0.6/1.5 MB Progress (3): 4.6/5.5 MB | 516/575 kB | 0.6/1.5 MB Progress (3): 4.6/5.5 MB | 516/575 kB | 0.6/1.5 MB Progress (3): 4.6/5.5 MB | 520/575 kB | 0.6/1.5 MB Progress (3): 4.6/5.5 MB | 520/575 kB | 0.6/1.5 MB Progress (3): 4.6/5.5 MB | 520/575 kB | 0.6/1.5 MB Progress (3): 4.6/5.5 MB | 524/575 kB | 0.6/1.5 MB Progress (3): 4.6/5.5 MB | 524/575 kB | 0.6/1.5 MB Progress (3): 4.6/5.5 MB | 524/575 kB | 0.6/1.5 MB Progress (3): 4.6/5.5 MB | 528/575 kB | 0.6/1.5 MB Progress (3): 4.6/5.5 MB | 532/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 532/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 532/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 536/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 536/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 540/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 540/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 540/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 544/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 548/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 552/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 552/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 552/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 557/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 557/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 557/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 561/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 565/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 569/575 kB | 0.6/1.5 MB Progress (3): 4.7/5.5 MB | 569/575 kB | 0.6/1.5 MB Progress (3): 4.8/5.5 MB | 569/575 kB | 0.6/1.5 MB Progress (3): 4.8/5.5 MB | 569/575 kB | 0.7/1.5 MB Progress (3): 4.8/5.5 MB | 573/575 kB | 0.7/1.5 MB Progress (3): 4.8/5.5 MB | 573/575 kB | 0.7/1.5 MB Progress (3): 4.8/5.5 MB | 573/575 kB | 0.7/1.5 MB Progress (3): 4.8/5.5 MB | 573/575 kB | 0.7/1.5 MB Progress (3): 4.8/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.8/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.8/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.8/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.8/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.8/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.8/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.9/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.9/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.9/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.9/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.9/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.9/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.9/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.9/5.5 MB | 575 kB | 0.7/1.5 MB Progress (3): 4.9/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.0/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.0/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.0/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.0/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.0/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.0/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.0/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.0/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.0/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.1/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.1/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.1/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.1/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.1/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.1/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.1/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.1/5.5 MB | 575 kB | 0.8/1.5 MB Progress (3): 5.1/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.1/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.2/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.2/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.2/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.2/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.2/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.2/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.2/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.2/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.2/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.3/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.3/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.3/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.3/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.3/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.3/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.3/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.3/5.5 MB | 575 kB | 0.9/1.5 MB Progress (3): 5.3/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.3/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.4/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.4/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.4/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.4/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.4/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.4/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.4/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.4/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.4/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.4/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.4/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.5/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.5/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.5/5.5 MB | 575 kB | 1.0/1.5 MB Progress (3): 5.5/5.5 MB | 575 kB | 1.1/1.5 MB Progress (3): 5.5/5.5 MB | 575 kB | 1.1/1.5 MB Progress (3): 5.5/5.5 MB | 575 kB | 1.1/1.5 MB Progress (3): 5.5/5.5 MB | 575 kB | 1.1/1.5 MB Progress (3): 5.5 MB | 575 kB | 1.1/1.5 MB Progress (3): 5.5 MB | 575 kB | 1.1/1.5 MB Progress (3): 5.5 MB | 575 kB | 1.1/1.5 MB Progress (3): 5.5 MB | 575 kB | 1.1/1.5 MB Progress (3): 5.5 MB | 575 kB | 1.1/1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar (5.5 MB at 2.1 MB/s) Progress (2): 575 kB | 1.1/1.5 MB Progress (2): 575 kB | 1.1/1.5 MB Progress (2): 575 kB | 1.1/1.5 MB Progress (2): 575 kB | 1.1/1.5 MB Progress (2): 575 kB | 1.1/1.5 MB Progress (2): 575 kB | 1.2/1.5 MB Progress (2): 575 kB | 1.2/1.5 MB Progress (2): 575 kB | 1.2/1.5 MB Progress (2): 575 kB | 1.2/1.5 MB Progress (2): 575 kB | 1.2/1.5 MB Progress (2): 575 kB | 1.2/1.5 MB Progress (2): 575 kB | 1.2/1.5 MB Progress (2): 575 kB | 1.2/1.5 MB Progress (2): 575 kB | 1.2/1.5 MB Progress (2): 575 kB | 1.2/1.5 MB Progress (2): 575 kB | 1.2/1.5 MB Progress (2): 575 kB | 1.2/1.5 MB Progress (2): 575 kB | 1.3/1.5 MB Progress (2): 575 kB | 1.3/1.5 MB Progress (2): 575 kB | 1.3/1.5 MB Progress (2): 575 kB | 1.3/1.5 MB Progress (2): 575 kB | 1.3/1.5 MB Progress (2): 575 kB | 1.3/1.5 MB Progress (2): 575 kB | 1.3/1.5 MB Progress (2): 575 kB | 1.3/1.5 MB Progress (2): 575 kB | 1.3/1.5 MB Progress (2): 575 kB | 1.3/1.5 MB Progress (2): 575 kB | 1.3/1.5 MB Progress (2): 575 kB | 1.3/1.5 MB Progress (2): 575 kB | 1.4/1.5 MB Progress (2): 575 kB | 1.4/1.5 MB Progress (2): 575 kB | 1.4/1.5 MB Progress (2): 575 kB | 1.4/1.5 MB Progress (2): 575 kB | 1.4/1.5 MB Progress (2): 575 kB | 1.4/1.5 MB Progress (2): 575 kB | 1.4/1.5 MB Progress (2): 575 kB | 1.4/1.5 MB Progress (2): 575 kB | 1.4/1.5 MB Progress (2): 575 kB | 1.4/1.5 MB Progress (2): 575 kB | 1.4/1.5 MB Progress (2): 575 kB | 1.4/1.5 MB Progress (2): 575 kB | 1.4/1.5 MB Progress (2): 575 kB | 1.5/1.5 MB Progress (2): 575 kB | 1.5/1.5 MB Progress (2): 575 kB | 1.5/1.5 MB Progress (2): 575 kB | 1.5/1.5 MB Progress (2): 575 kB | 1.5/1.5 MB Progress (2): 575 kB | 1.5/1.5 MB Progress (2): 575 kB | 1.5/1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 212 kB/s) Progress (1): 1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 555 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip Progress (1): 0/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip (8.1 MB at 17 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar Progress (1): 4.1/218 kB Progress (1): 7.7/218 kB Progress (1): 12/218 kB Progress (1): 16/218 kB Progress (1): 20/218 kB Progress (1): 24/218 kB Progress (1): 28/218 kB Progress (1): 32/218 kB Progress (1): 36/218 kB Progress (1): 40/218 kB Progress (1): 45/218 kB Progress (1): 49/218 kB Progress (1): 53/218 kB Progress (1): 57/218 kB Progress (1): 61/218 kB Progress (1): 65/218 kB Progress (1): 69/218 kB Progress (1): 73/218 kB Progress (1): 77/218 kB Progress (1): 81/218 kB Progress (1): 85/218 kB Progress (1): 90/218 kB Progress (1): 94/218 kB Progress (1): 98/218 kB Progress (1): 102/218 kB Progress (1): 106/218 kB Progress (1): 110/218 kB Progress (1): 114/218 kB Progress (1): 118/218 kB Progress (1): 122/218 kB Progress (1): 126/218 kB Progress (1): 131/218 kB Progress (1): 135/218 kB Progress (1): 139/218 kB Progress (1): 143/218 kB Progress (1): 147/218 kB Progress (1): 151/218 kB Progress (1): 155/218 kB Progress (1): 159/218 kB Progress (1): 163/218 kB Progress (1): 167/218 kB Progress (1): 171/218 kB Progress (1): 176/218 kB Progress (1): 180/218 kB Progress (1): 184/218 kB Progress (1): 188/218 kB Progress (1): 192/218 kB Progress (1): 196/218 kB Progress (1): 200/218 kB Progress (1): 204/218 kB Progress (1): 208/218 kB Progress (1): 212/218 kB Progress (1): 217/218 kB Progress (1): 218 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar (218 kB at 5.1 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 36/148 kB Progress (1): 40/148 kB Progress (1): 45/148 kB Progress (1): 49/148 kB Progress (1): 53/148 kB Progress (1): 57/148 kB Progress (1): 61/148 kB Progress (1): 65/148 kB Progress (1): 69/148 kB Progress (1): 73/148 kB Progress (1): 77/148 kB Progress (1): 81/148 kB Progress (1): 85/148 kB Progress (1): 90/148 kB Progress (1): 94/148 kB Progress (1): 98/148 kB Progress (1): 102/148 kB Progress (1): 106/148 kB Progress (1): 110/148 kB Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 131/148 kB Progress (1): 135/148 kB Progress (1): 139/148 kB Progress (1): 143/148 kB Progress (1): 147/148 kB Progress (1): 148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar (148 kB at 5.9 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar Progress (1): 4.1/50 kB Progress (1): 7.7/50 kB Progress (1): 12/50 kB Progress (1): 16/50 kB Progress (1): 20/50 kB Progress (1): 24/50 kB Progress (1): 28/50 kB Progress (1): 32/50 kB Progress (1): 36/50 kB Progress (1): 40/50 kB Progress (1): 45/50 kB Progress (1): 49/50 kB Progress (1): 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar (50 kB at 32 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom (2.7 kB at 74 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar Progress (1): 4.1/129 kB Progress (1): 7.7/129 kB Progress (1): 12/129 kB Progress (1): 16/129 kB Progress (1): 20/129 kB Progress (1): 24/129 kB Progress (1): 28/129 kB Progress (1): 32/129 kB Progress (1): 36/129 kB Progress (1): 40/129 kB Progress (1): 45/129 kB Progress (1): 49/129 kB Progress (1): 53/129 kB Progress (1): 57/129 kB Progress (1): 61/129 kB Progress (1): 65/129 kB Progress (1): 69/129 kB Progress (1): 73/129 kB Progress (1): 77/129 kB Progress (1): 81/129 kB Progress (1): 85/129 kB Progress (1): 90/129 kB Progress (1): 94/129 kB Progress (1): 98/129 kB Progress (1): 102/129 kB Progress (1): 106/129 kB Progress (1): 110/129 kB Progress (1): 114/129 kB Progress (1): 118/129 kB Progress (1): 122/129 kB Progress (1): 126/129 kB Progress (1): 129 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar (129 kB at 2.4 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom (1.7 kB at 6.1 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar Progress (1): 4.1/7.6 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar (7.6 kB at 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom (2.9 kB at 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar (23 kB at 664 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 139 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 337 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 131 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 102 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.3 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 417 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 141 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 359 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.8 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 481 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 63 kB/s) Downloading from cbi-release: 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-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.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 Progress (2): 24 kB | 4.1/209 kB Progress (2): 24 kB | 7.7/209 kB Progress (2): 24 kB | 12/209 kB Progress (2): 24 kB | 16/209 kB Progress (2): 24 kB | 20/209 kB Progress (2): 24 kB | 24/209 kB Progress (2): 24 kB | 28/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 361 kB/s) Progress (1): 32/209 kB Progress (1): 36/209 kB Progress (1): 40/209 kB Progress (1): 45/209 kB Progress (1): 49/209 kB Progress (1): 53/209 kB Progress (1): 57/209 kB Progress (1): 61/209 kB Progress (1): 65/209 kB Progress (1): 69/209 kB Progress (2): 69/209 kB | 4.1/26 kB Progress (3): 69/209 kB | 4.1/26 kB | 4.1/167 kB Progress (3): 69/209 kB | 4.1/26 kB | 7.7/167 kB Progress (3): 69/209 kB | 4.1/26 kB | 12/167 kB Progress (3): 73/209 kB | 4.1/26 kB | 12/167 kB Progress (3): 77/209 kB | 4.1/26 kB | 12/167 kB Progress (3): 77/209 kB | 4.1/26 kB | 16/167 kB Progress (3): 77/209 kB | 7.7/26 kB | 16/167 kB Progress (3): 77/209 kB | 12/26 kB | 16/167 kB Progress (3): 77/209 kB | 12/26 kB | 20/167 kB Progress (3): 77/209 kB | 12/26 kB | 24/167 kB Progress (3): 77/209 kB | 12/26 kB | 28/167 kB Progress (3): 81/209 kB | 12/26 kB | 28/167 kB Progress (3): 81/209 kB | 12/26 kB | 32/167 kB Progress (3): 81/209 kB | 16/26 kB | 32/167 kB Progress (3): 85/209 kB | 16/26 kB | 32/167 kB Progress (3): 85/209 kB | 20/26 kB | 32/167 kB Progress (3): 85/209 kB | 20/26 kB | 36/167 kB Progress (3): 85/209 kB | 24/26 kB | 36/167 kB Progress (3): 90/209 kB | 24/26 kB | 36/167 kB Progress (3): 90/209 kB | 26 kB | 36/167 kB Progress (3): 90/209 kB | 26 kB | 40/167 kB Progress (3): 94/209 kB | 26 kB | 40/167 kB Progress (3): 94/209 kB | 26 kB | 45/167 kB Progress (3): 94/209 kB | 26 kB | 49/167 kB Progress (3): 98/209 kB | 26 kB | 49/167 kB Progress (3): 98/209 kB | 26 kB | 53/167 kB Progress (3): 98/209 kB | 26 kB | 57/167 kB Progress (3): 98/209 kB | 26 kB | 61/167 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 176 kB/s) Progress (2): 102/209 kB | 61/167 kB Progress (2): 102/209 kB | 65/167 kB Progress (2): 106/209 kB | 65/167 kB Progress (2): 106/209 kB | 69/167 kB Progress (2): 110/209 kB | 69/167 kB Progress (2): 110/209 kB | 73/167 kB Progress (2): 110/209 kB | 77/167 kB Progress (2): 114/209 kB | 77/167 kB Progress (2): 114/209 kB | 81/167 kB Progress (2): 118/209 kB | 81/167 kB Progress (2): 118/209 kB | 85/167 kB Progress (2): 122/209 kB | 85/167 kB Progress (2): 122/209 kB | 90/167 kB Progress (2): 126/209 kB | 90/167 kB Progress (2): 126/209 kB | 94/167 kB Progress (2): 131/209 kB | 94/167 kB Progress (2): 131/209 kB | 98/167 kB Progress (2): 135/209 kB | 98/167 kB Progress (2): 139/209 kB | 98/167 kB Progress (2): 139/209 kB | 102/167 kB Progress (2): 143/209 kB | 102/167 kB Progress (2): 143/209 kB | 106/167 kB Progress (2): 147/209 kB | 106/167 kB Progress (2): 147/209 kB | 110/167 kB Progress (2): 147/209 kB | 114/167 kB Progress (2): 151/209 kB | 114/167 kB Progress (2): 155/209 kB | 114/167 kB Progress (2): 159/209 kB | 114/167 kB Progress (2): 159/209 kB | 118/167 kB Progress (2): 163/209 kB | 118/167 kB Progress (2): 163/209 kB | 122/167 kB Progress (2): 163/209 kB | 126/167 kB Progress (2): 167/209 kB | 126/167 kB Progress (2): 167/209 kB | 131/167 kB Progress (2): 171/209 kB | 131/167 kB Progress (2): 176/209 kB | 131/167 kB Progress (2): 180/209 kB | 131/167 kB Progress (2): 180/209 kB | 135/167 kB Progress (2): 180/209 kB | 139/167 kB Progress (2): 184/209 kB | 139/167 kB Progress (2): 184/209 kB | 143/167 kB Progress (2): 188/209 kB | 143/167 kB Progress (2): 188/209 kB | 147/167 kB Progress (2): 192/209 kB | 147/167 kB Progress (2): 196/209 kB | 147/167 kB Progress (2): 196/209 kB | 151/167 kB Progress (2): 196/209 kB | 155/167 kB Progress (2): 200/209 kB | 155/167 kB Progress (2): 200/209 kB | 159/167 kB Progress (2): 204/209 kB | 159/167 kB Progress (2): 204/209 kB | 163/167 kB Progress (2): 208/209 kB | 163/167 kB Progress (2): 208/209 kB | 167 kB Progress (2): 209 kB | 167 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 1.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 920 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom (16 kB at 1.6 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 450 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.7 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 368 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar Progress (1): 4.1/368 kB Progress (1): 7.7/368 kB Progress (1): 12/368 kB Progress (1): 16/368 kB Progress (1): 20/368 kB Progress (1): 24/368 kB Progress (1): 28/368 kB Progress (1): 32/368 kB Progress (1): 36/368 kB Progress (1): 40/368 kB Progress (1): 45/368 kB Progress (1): 49/368 kB Progress (1): 53/368 kB Progress (1): 57/368 kB Progress (1): 61/368 kB Progress (1): 65/368 kB Progress (1): 69/368 kB Progress (1): 73/368 kB Progress (1): 77/368 kB Progress (1): 81/368 kB Progress (1): 85/368 kB Progress (1): 90/368 kB Progress (1): 94/368 kB Progress (1): 98/368 kB Progress (1): 102/368 kB Progress (1): 106/368 kB Progress (1): 110/368 kB Progress (1): 114/368 kB Progress (1): 118/368 kB Progress (1): 122/368 kB Progress (1): 126/368 kB Progress (1): 131/368 kB Progress (1): 135/368 kB Progress (1): 139/368 kB Progress (1): 143/368 kB Progress (1): 147/368 kB Progress (1): 151/368 kB Progress (1): 155/368 kB Progress (1): 159/368 kB Progress (1): 163/368 kB Progress (1): 167/368 kB Progress (1): 171/368 kB Progress (1): 176/368 kB Progress (1): 180/368 kB Progress (1): 184/368 kB Progress (1): 188/368 kB Progress (1): 192/368 kB Progress (1): 196/368 kB Progress (1): 200/368 kB Progress (1): 204/368 kB Progress (1): 208/368 kB Progress (1): 212/368 kB Progress (1): 217/368 kB Progress (1): 221/368 kB Progress (1): 225/368 kB Progress (1): 229/368 kB Progress (1): 233/368 kB Progress (1): 237/368 kB Progress (1): 241/368 kB Progress (1): 245/368 kB Progress (1): 249/368 kB Progress (1): 253/368 kB Progress (1): 258/368 kB Progress (1): 262/368 kB Progress (1): 266/368 kB Progress (1): 270/368 kB Progress (1): 274/368 kB Progress (1): 278/368 kB Progress (1): 282/368 kB Progress (1): 286/368 kB Progress (1): 290/368 kB Progress (1): 294/368 kB Progress (1): 298/368 kB Progress (1): 303/368 kB Progress (1): 307/368 kB Progress (1): 311/368 kB Progress (1): 315/368 kB Progress (1): 319/368 kB Progress (1): 323/368 kB Progress (1): 327/368 kB Progress (1): 331/368 kB Progress (1): 335/368 kB Progress (1): 339/368 kB Progress (1): 344/368 kB Progress (1): 348/368 kB Progress (1): 352/368 kB Progress (1): 356/368 kB Progress (1): 360/368 kB Progress (1): 364/368 kB Progress (1): 368 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar (368 kB at 5.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.pom Progress (1): 4.1 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.pom (4.9 kB at 187 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.8.2/org.jacoco.build-0.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.2/org.jacoco.build-0.8.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.2/org.jacoco.build-0.8.2.pom (40 kB at 1.5 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar Progress (1): 4.1/54 kB Progress (1): 7.7/54 kB Progress (1): 12/54 kB Progress (1): 16/54 kB Progress (1): 20/54 kB Progress (1): 24/54 kB Progress (1): 28/54 kB Progress (1): 32/54 kB Progress (1): 36/54 kB Progress (1): 40/54 kB Progress (1): 45/54 kB Progress (1): 49/54 kB Progress (1): 53/54 kB Progress (1): 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar (54 kB at 366 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 119 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 303 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 524 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Progress (1): 4.1 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 138 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 482 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 612 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 219 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 740 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom (2.2 kB at 46 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar (28 kB at 98 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom (2.7 kB at 82 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 407 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.4 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom (2.1 kB at 11 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom (3.1 kB at 101 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 374 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 118 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom (3.7 kB at 89 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom (3.2 kB at 72 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar Progress (1): 4.1/28 kB Progress (2): 4.1/28 kB | 4.1/54 kB Progress (2): 7.7/28 kB | 4.1/54 kB Progress (2): 7.7/28 kB | 7.7/54 kB Progress (2): 12/28 kB | 7.7/54 kB Progress (2): 12/28 kB | 12/54 kB Progress (2): 16/28 kB | 12/54 kB Progress (2): 16/28 kB | 16/54 kB Progress (2): 20/28 kB | 16/54 kB Progress (2): 24/28 kB | 16/54 kB Progress (2): 24/28 kB | 20/54 kB Progress (2): 28 kB | 20/54 kB Progress (2): 28 kB | 24/54 kB Progress (2): 28 kB | 28/54 kB Progress (2): 28 kB | 32/54 kB Progress (2): 28 kB | 36/54 kB Progress (2): 28 kB | 40/54 kB Progress (2): 28 kB | 45/54 kB Progress (2): 28 kB | 49/54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar (28 kB at 656 kB/s) Progress (1): 53/54 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar Progress (1): 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 672 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar Progress (1): 4.1/81 kB Progress (1): 7.7/81 kB Progress (1): 12/81 kB Progress (1): 16/81 kB Progress (1): 20/81 kB Progress (1): 24/81 kB Progress (1): 28/81 kB Progress (1): 32/81 kB Progress (2): 32/81 kB | 4.1/33 kB Progress (2): 36/81 kB | 4.1/33 kB Progress (2): 36/81 kB | 7.7/33 kB Progress (2): 40/81 kB | 7.7/33 kB Progress (2): 40/81 kB | 12/33 kB Progress (2): 45/81 kB | 12/33 kB Progress (2): 49/81 kB | 12/33 kB Progress (2): 53/81 kB | 12/33 kB Progress (2): 57/81 kB | 12/33 kB Progress (2): 61/81 kB | 12/33 kB Progress (2): 65/81 kB | 12/33 kB Progress (2): 69/81 kB | 12/33 kB Progress (2): 73/81 kB | 12/33 kB Progress (2): 77/81 kB | 12/33 kB Progress (2): 81 kB | 12/33 kB Progress (2): 81 kB | 16/33 kB Progress (2): 81 kB | 20/33 kB Progress (2): 81 kB | 24/33 kB Progress (2): 81 kB | 28/33 kB Progress (2): 81 kB | 32/33 kB Progress (3): 81 kB | 32/33 kB | 4.1/115 kB Progress (3): 81 kB | 32/33 kB | 7.7/115 kB Progress (3): 81 kB | 32/33 kB | 12/115 kB Progress (3): 81 kB | 32/33 kB | 16/115 kB Progress (3): 81 kB | 33 kB | 16/115 kB Progress (3): 81 kB | 33 kB | 20/115 kB Progress (3): 81 kB | 33 kB | 24/115 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar (81 kB at 877 kB/s) Progress (2): 33 kB | 28/115 kB Progress (2): 33 kB | 32/115 kB Progress (2): 33 kB | 36/115 kB Progress (2): 33 kB | 40/115 kB Progress (2): 33 kB | 45/115 kB Progress (2): 33 kB | 49/115 kB Progress (2): 33 kB | 53/115 kB Progress (2): 33 kB | 57/115 kB Progress (3): 33 kB | 57/115 kB | 4.1/20 kB Progress (3): 33 kB | 61/115 kB | 4.1/20 kB Progress (3): 33 kB | 61/115 kB | 7.7/20 kB Progress (3): 33 kB | 65/115 kB | 7.7/20 kB Progress (3): 33 kB | 65/115 kB | 12/20 kB Progress (3): 33 kB | 65/115 kB | 16/20 kB Progress (3): 33 kB | 65/115 kB | 20/20 kB Progress (3): 33 kB | 65/115 kB | 20 kB Progress (4): 33 kB | 65/115 kB | 20 kB | 4.1/50 kB Progress (4): 33 kB | 65/115 kB | 20 kB | 7.7/50 kB Progress (4): 33 kB | 65/115 kB | 20 kB | 12/50 kB Progress (4): 33 kB | 65/115 kB | 20 kB | 16/50 kB Progress (4): 33 kB | 65/115 kB | 20 kB | 20/50 kB Progress (4): 33 kB | 65/115 kB | 20 kB | 24/50 kB Progress (4): 33 kB | 65/115 kB | 20 kB | 28/50 kB Progress (4): 33 kB | 69/115 kB | 20 kB | 28/50 kB Progress (4): 33 kB | 73/115 kB | 20 kB | 28/50 kB Progress (4): 33 kB | 77/115 kB | 20 kB | 28/50 kB Progress (4): 33 kB | 81/115 kB | 20 kB | 28/50 kB Progress (4): 33 kB | 81/115 kB | 20 kB | 32/50 kB Progress (4): 33 kB | 85/115 kB | 20 kB | 32/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar (20 kB at 112 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar (33 kB at 190 kB/s) Progress (2): 85/115 kB | 36/50 kB Progress (2): 90/115 kB | 36/50 kB Progress (2): 90/115 kB | 40/50 kB Progress (2): 94/115 kB | 40/50 kB Progress (2): 94/115 kB | 45/50 kB Progress (2): 98/115 kB | 45/50 kB Progress (2): 98/115 kB | 49/50 kB Progress (2): 98/115 kB | 50 kB Progress (2): 102/115 kB | 50 kB Progress (2): 106/115 kB | 50 kB Progress (2): 110/115 kB | 50 kB Progress (2): 114/115 kB | 50 kB Progress (2): 115 kB | 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar (50 kB at 243 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 563 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom (2.5 kB at 360 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar (33 kB at 1.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Progress (1): 4.1 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 698 kB/s) Downloading from cbi-release: 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 373 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 154 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 418 kB/s) Downloading from cbi-release: 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 525 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 534 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Progress (1): 4.1/124 kB Progress (1): 7.7/124 kB Progress (1): 12/124 kB Progress (1): 16/124 kB Progress (1): 20/124 kB Progress (1): 24/124 kB Progress (1): 28/124 kB Progress (1): 32/124 kB Progress (1): 36/124 kB Progress (1): 40/124 kB Progress (1): 45/124 kB Progress (1): 49/124 kB Progress (1): 53/124 kB Progress (1): 57/124 kB Progress (1): 61/124 kB Progress (1): 65/124 kB Progress (1): 69/124 kB Progress (1): 73/124 kB Progress (1): 77/124 kB Progress (1): 81/124 kB Progress (1): 85/124 kB Progress (1): 90/124 kB Progress (1): 94/124 kB Progress (1): 98/124 kB Progress (1): 102/124 kB Progress (1): 106/124 kB Progress (1): 110/124 kB Progress (1): 114/124 kB Progress (1): 118/124 kB Progress (1): 122/124 kB Progress (1): 124 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 1.8 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom (4.8 kB at 108 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar Progress (1): 4.1/58 kB Progress (1): 7.7/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 40/58 kB Progress (1): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar (58 kB at 1.8 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom (3.3 kB at 22 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom (1.5 kB at 16 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom (3.0 kB at 94 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom (1.5 kB at 16 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom (1.9 kB at 24 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom (3.3 kB at 41 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom (2.1 kB at 11 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 118 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 683 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.3 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 85 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 392 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 16 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 424 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Progress (1): 4.1 kB Progress (1): 7.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 217 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 547 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 16 kB/s) Downloading from cbi-release: 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 123 kB/s) Downloading from cbi-release: 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 16 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 179 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13/junit-4.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom (25 kB at 928 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 52 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 32 kB/s) Downloading from cbi-release: 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 130 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 121 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 75 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 30 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 216 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 375 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 100 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 8.2 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 24 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 57 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 119 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 62 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 69 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 84 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 440 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 4.1 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 243 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar Progress (1): 4.1/185 kB Progress (1): 7.7/185 kB Progress (1): 12/185 kB Progress (1): 16/185 kB Progress (1): 20/185 kB Progress (1): 24/185 kB Progress (1): 28/185 kB Progress (1): 32/185 kB Progress (2): 32/185 kB | 4.1/424 kB Progress (2): 36/185 kB | 4.1/424 kB Progress (2): 36/185 kB | 7.7/424 kB Progress (2): 40/185 kB | 7.7/424 kB Progress (2): 40/185 kB | 12/424 kB Progress (2): 45/185 kB | 12/424 kB Progress (2): 49/185 kB | 12/424 kB Progress (3): 49/185 kB | 12/424 kB | 7.7/927 kB Progress (3): 49/185 kB | 12/424 kB | 16/927 kB Progress (3): 49/185 kB | 16/424 kB | 16/927 kB Progress (3): 49/185 kB | 16/424 kB | 24/927 kB Progress (3): 49/185 kB | 16/424 kB | 32/927 kB Progress (3): 49/185 kB | 16/424 kB | 40/927 kB Progress (3): 49/185 kB | 16/424 kB | 49/927 kB Progress (3): 49/185 kB | 16/424 kB | 57/927 kB Progress (3): 49/185 kB | 16/424 kB | 65/927 kB Progress (3): 53/185 kB | 16/424 kB | 65/927 kB Progress (3): 57/185 kB | 16/424 kB | 65/927 kB Progress (3): 61/185 kB | 16/424 kB | 65/927 kB Progress (3): 65/185 kB | 16/424 kB | 65/927 kB Progress (4): 65/185 kB | 16/424 kB | 65/927 kB | 4.1/25 kB Progress (4): 65/185 kB | 16/424 kB | 65/927 kB | 7.7/25 kB Progress (4): 65/185 kB | 20/424 kB | 65/927 kB | 7.7/25 kB Progress (4): 69/185 kB | 20/424 kB | 65/927 kB | 7.7/25 kB Progress (4): 73/185 kB | 20/424 kB | 65/927 kB | 7.7/25 kB Progress (4): 73/185 kB | 20/424 kB | 65/927 kB | 12/25 kB Progress (4): 73/185 kB | 20/424 kB | 65/927 kB | 16/25 kB Progress (5): 73/185 kB | 20/424 kB | 65/927 kB | 16/25 kB | 4.1/65 kB Progress (5): 73/185 kB | 20/424 kB | 73/927 kB | 16/25 kB | 4.1/65 kB Progress (5): 73/185 kB | 20/424 kB | 73/927 kB | 16/25 kB | 7.7/65 kB Progress (5): 73/185 kB | 20/424 kB | 73/927 kB | 16/25 kB | 12/65 kB Progress (5): 73/185 kB | 20/424 kB | 73/927 kB | 20/25 kB | 12/65 kB Progress (5): 73/185 kB | 20/424 kB | 73/927 kB | 24/25 kB | 12/65 kB Progress (5): 73/185 kB | 20/424 kB | 73/927 kB | 25 kB | 12/65 kB Progress (5): 77/185 kB | 20/424 kB | 73/927 kB | 25 kB | 12/65 kB Progress (5): 81/185 kB | 20/424 kB | 73/927 kB | 25 kB | 12/65 kB Progress (5): 81/185 kB | 24/424 kB | 73/927 kB | 25 kB | 12/65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar (25 kB at 357 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar Progress (4): 85/185 kB | 24/424 kB | 73/927 kB | 12/65 kB Progress (4): 85/185 kB | 24/424 kB | 73/927 kB | 16/65 kB Progress (4): 85/185 kB | 24/424 kB | 81/927 kB | 16/65 kB Progress (4): 85/185 kB | 24/424 kB | 81/927 kB | 20/65 kB Progress (4): 90/185 kB | 24/424 kB | 81/927 kB | 20/65 kB Progress (4): 90/185 kB | 28/424 kB | 81/927 kB | 20/65 kB Progress (4): 90/185 kB | 32/424 kB | 81/927 kB | 20/65 kB Progress (4): 94/185 kB | 32/424 kB | 81/927 kB | 20/65 kB Progress (5): 94/185 kB | 32/424 kB | 81/927 kB | 20/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 90/927 kB | 20/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 90/927 kB | 24/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 98/927 kB | 24/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 106/927 kB | 24/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 114/927 kB | 24/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 122/927 kB | 24/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 131/927 kB | 24/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 139/927 kB | 24/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 147/927 kB | 24/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 155/927 kB | 24/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 163/927 kB | 24/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 171/927 kB | 24/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 180/927 kB | 24/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 188/927 kB | 24/65 kB | 4.1/110 kB Progress (5): 94/185 kB | 32/424 kB | 188/927 kB | 24/65 kB | 7.7/110 kB Progress (5): 94/185 kB | 36/424 kB | 188/927 kB | 24/65 kB | 7.7/110 kB Progress (5): 98/185 kB | 36/424 kB | 188/927 kB | 24/65 kB | 7.7/110 kB Progress (5): 98/185 kB | 40/424 kB | 188/927 kB | 24/65 kB | 7.7/110 kB Progress (5): 98/185 kB | 40/424 kB | 188/927 kB | 24/65 kB | 12/110 kB Progress (5): 98/185 kB | 40/424 kB | 196/927 kB | 24/65 kB | 12/110 kB Progress (5): 98/185 kB | 40/424 kB | 196/927 kB | 28/65 kB | 12/110 kB Progress (5): 98/185 kB | 40/424 kB | 196/927 kB | 28/65 kB | 16/110 kB Progress (5): 98/185 kB | 45/424 kB | 196/927 kB | 28/65 kB | 16/110 kB Progress (5): 102/185 kB | 45/424 kB | 196/927 kB | 28/65 kB | 16/110 kB Progress (5): 102/185 kB | 45/424 kB | 196/927 kB | 28/65 kB | 20/110 kB Progress (5): 102/185 kB | 49/424 kB | 196/927 kB | 28/65 kB | 20/110 kB Progress (5): 102/185 kB | 53/424 kB | 196/927 kB | 28/65 kB | 20/110 kB Progress (5): 102/185 kB | 57/424 kB | 196/927 kB | 28/65 kB | 20/110 kB Progress (5): 102/185 kB | 57/424 kB | 204/927 kB | 28/65 kB | 20/110 kB Progress (5): 102/185 kB | 57/424 kB | 204/927 kB | 32/65 kB | 20/110 kB Progress (5): 102/185 kB | 57/424 kB | 212/927 kB | 32/65 kB | 20/110 kB Progress (5): 102/185 kB | 61/424 kB | 212/927 kB | 32/65 kB | 20/110 kB Progress (5): 102/185 kB | 65/424 kB | 212/927 kB | 32/65 kB | 20/110 kB Progress (5): 102/185 kB | 65/424 kB | 212/927 kB | 32/65 kB | 24/110 kB Progress (5): 106/185 kB | 65/424 kB | 212/927 kB | 32/65 kB | 24/110 kB Progress (5): 106/185 kB | 65/424 kB | 212/927 kB | 32/65 kB | 28/110 kB Progress (5): 106/185 kB | 69/424 kB | 212/927 kB | 32/65 kB | 28/110 kB Progress (5): 106/185 kB | 69/424 kB | 221/927 kB | 32/65 kB | 28/110 kB Progress (5): 106/185 kB | 69/424 kB | 221/927 kB | 36/65 kB | 28/110 kB Progress (5): 106/185 kB | 69/424 kB | 229/927 kB | 36/65 kB | 28/110 kB Progress (5): 106/185 kB | 73/424 kB | 229/927 kB | 36/65 kB | 28/110 kB Progress (5): 106/185 kB | 73/424 kB | 237/927 kB | 36/65 kB | 28/110 kB Progress (5): 106/185 kB | 73/424 kB | 245/927 kB | 36/65 kB | 28/110 kB Progress (5): 106/185 kB | 73/424 kB | 253/927 kB | 36/65 kB | 28/110 kB Progress (5): 106/185 kB | 73/424 kB | 262/927 kB | 36/65 kB | 28/110 kB Progress (5): 106/185 kB | 73/424 kB | 270/927 kB | 36/65 kB | 28/110 kB Progress (5): 106/185 kB | 73/424 kB | 278/927 kB | 36/65 kB | 28/110 kB Progress (5): 106/185 kB | 73/424 kB | 278/927 kB | 36/65 kB | 32/110 kB Progress (5): 106/185 kB | 73/424 kB | 278/927 kB | 36/65 kB | 36/110 kB Progress (5): 110/185 kB | 73/424 kB | 278/927 kB | 36/65 kB | 36/110 kB Progress (5): 110/185 kB | 73/424 kB | 286/927 kB | 36/65 kB | 36/110 kB Progress (5): 110/185 kB | 73/424 kB | 286/927 kB | 36/65 kB | 40/110 kB Progress (5): 110/185 kB | 77/424 kB | 286/927 kB | 36/65 kB | 40/110 kB Progress (5): 110/185 kB | 77/424 kB | 286/927 kB | 40/65 kB | 40/110 kB Progress (5): 110/185 kB | 81/424 kB | 286/927 kB | 40/65 kB | 40/110 kB Progress (5): 110/185 kB | 81/424 kB | 286/927 kB | 40/65 kB | 45/110 kB Progress (5): 110/185 kB | 81/424 kB | 294/927 kB | 40/65 kB | 45/110 kB Progress (5): 114/185 kB | 81/424 kB | 294/927 kB | 40/65 kB | 45/110 kB Progress (5): 114/185 kB | 85/424 kB | 294/927 kB | 40/65 kB | 45/110 kB Progress (5): 114/185 kB | 85/424 kB | 294/927 kB | 40/65 kB | 49/110 kB Progress (5): 114/185 kB | 85/424 kB | 294/927 kB | 45/65 kB | 49/110 kB Progress (5): 114/185 kB | 85/424 kB | 294/927 kB | 45/65 kB | 53/110 kB Progress (5): 118/185 kB | 85/424 kB | 294/927 kB | 45/65 kB | 53/110 kB Progress (5): 118/185 kB | 90/424 kB | 294/927 kB | 45/65 kB | 53/110 kB Progress (5): 118/185 kB | 90/424 kB | 303/927 kB | 45/65 kB | 53/110 kB Progress (5): 118/185 kB | 94/424 kB | 303/927 kB | 45/65 kB | 53/110 kB Progress (5): 122/185 kB | 94/424 kB | 303/927 kB | 45/65 kB | 53/110 kB Progress (5): 122/185 kB | 94/424 kB | 303/927 kB | 45/65 kB | 57/110 kB Progress (5): 122/185 kB | 94/424 kB | 303/927 kB | 49/65 kB | 57/110 kB Progress (5): 122/185 kB | 94/424 kB | 303/927 kB | 49/65 kB | 61/110 kB Progress (5): 122/185 kB | 94/424 kB | 303/927 kB | 49/65 kB | 65/110 kB Progress (5): 126/185 kB | 94/424 kB | 303/927 kB | 49/65 kB | 65/110 kB Progress (5): 126/185 kB | 98/424 kB | 303/927 kB | 49/65 kB | 65/110 kB Progress (5): 126/185 kB | 98/424 kB | 311/927 kB | 49/65 kB | 65/110 kB Progress (5): 131/185 kB | 98/424 kB | 311/927 kB | 49/65 kB | 65/110 kB Progress (5): 131/185 kB | 98/424 kB | 311/927 kB | 49/65 kB | 69/110 kB Progress (5): 131/185 kB | 98/424 kB | 311/927 kB | 49/65 kB | 73/110 kB Progress (5): 131/185 kB | 98/424 kB | 311/927 kB | 53/65 kB | 73/110 kB Progress (5): 131/185 kB | 98/424 kB | 311/927 kB | 53/65 kB | 77/110 kB Progress (5): 135/185 kB | 98/424 kB | 311/927 kB | 53/65 kB | 77/110 kB Progress (5): 135/185 kB | 98/424 kB | 319/927 kB | 53/65 kB | 77/110 kB Progress (5): 135/185 kB | 102/424 kB | 319/927 kB | 53/65 kB | 77/110 kB Progress (5): 135/185 kB | 102/424 kB | 327/927 kB | 53/65 kB | 77/110 kB Progress (5): 139/185 kB | 102/424 kB | 327/927 kB | 53/65 kB | 77/110 kB Progress (5): 139/185 kB | 102/424 kB | 327/927 kB | 53/65 kB | 81/110 kB Progress (5): 139/185 kB | 102/424 kB | 327/927 kB | 57/65 kB | 81/110 kB Progress (5): 139/185 kB | 102/424 kB | 335/927 kB | 57/65 kB | 81/110 kB Progress (5): 143/185 kB | 102/424 kB | 335/927 kB | 57/65 kB | 81/110 kB Progress (5): 143/185 kB | 106/424 kB | 335/927 kB | 57/65 kB | 81/110 kB Progress (5): 147/185 kB | 106/424 kB | 335/927 kB | 57/65 kB | 81/110 kB Progress (5): 147/185 kB | 106/424 kB | 344/927 kB | 57/65 kB | 81/110 kB Progress (5): 147/185 kB | 106/424 kB | 344/927 kB | 57/65 kB | 85/110 kB Progress (5): 147/185 kB | 106/424 kB | 344/927 kB | 57/65 kB | 90/110 kB Progress (5): 147/185 kB | 106/424 kB | 344/927 kB | 57/65 kB | 94/110 kB Progress (5): 147/185 kB | 106/424 kB | 344/927 kB | 57/65 kB | 98/110 kB Progress (5): 147/185 kB | 106/424 kB | 344/927 kB | 61/65 kB | 98/110 kB Progress (5): 147/185 kB | 106/424 kB | 344/927 kB | 65 kB | 98/110 kB Progress (5): 147/185 kB | 106/424 kB | 344/927 kB | 65 kB | 102/110 kB Progress (5): 147/185 kB | 106/424 kB | 352/927 kB | 65 kB | 102/110 kB Progress (5): 151/185 kB | 106/424 kB | 352/927 kB | 65 kB | 102/110 kB Progress (5): 155/185 kB | 106/424 kB | 352/927 kB | 65 kB | 102/110 kB Progress (5): 155/185 kB | 110/424 kB | 352/927 kB | 65 kB | 102/110 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar (65 kB at 332 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Progress (4): 159/185 kB | 110/424 kB | 352/927 kB | 102/110 kB Progress (4): 163/185 kB | 110/424 kB | 352/927 kB | 102/110 kB Progress (4): 167/185 kB | 110/424 kB | 352/927 kB | 102/110 kB Progress (4): 171/185 kB | 110/424 kB | 352/927 kB | 102/110 kB Progress (4): 176/185 kB | 110/424 kB | 352/927 kB | 102/110 kB Progress (4): 180/185 kB | 110/424 kB | 352/927 kB | 102/110 kB Progress (4): 184/185 kB | 110/424 kB | 352/927 kB | 102/110 kB Progress (4): 185 kB | 110/424 kB | 352/927 kB | 102/110 kB Progress (4): 185 kB | 110/424 kB | 360/927 kB | 102/110 kB Progress (4): 185 kB | 110/424 kB | 360/927 kB | 106/110 kB Progress (5): 185 kB | 110/424 kB | 360/927 kB | 106/110 kB | 4.1/186 kB Progress (5): 185 kB | 114/424 kB | 360/927 kB | 106/110 kB | 4.1/186 kB Progress (5): 185 kB | 114/424 kB | 360/927 kB | 106/110 kB | 7.7/186 kB Progress (5): 185 kB | 114/424 kB | 368/927 kB | 106/110 kB | 7.7/186 kB Progress (5): 185 kB | 114/424 kB | 368/927 kB | 110/110 kB | 7.7/186 kB Progress (5): 185 kB | 114/424 kB | 376/927 kB | 110/110 kB | 7.7/186 kB Progress (5): 185 kB | 114/424 kB | 376/927 kB | 110/110 kB | 12/186 kB Progress (5): 185 kB | 118/424 kB | 376/927 kB | 110/110 kB | 12/186 kB Progress (5): 185 kB | 122/424 kB | 376/927 kB | 110/110 kB | 12/186 kB Progress (5): 185 kB | 122/424 kB | 376/927 kB | 110/110 kB | 16/186 kB Progress (5): 185 kB | 122/424 kB | 376/927 kB | 110 kB | 16/186 kB Progress (5): 185 kB | 126/424 kB | 376/927 kB | 110 kB | 16/186 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar (185 kB at 708 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Progress (4): 126/424 kB | 384/927 kB | 110 kB | 16/186 kB Progress (4): 131/424 kB | 384/927 kB | 110 kB | 16/186 kB Progress (4): 131/424 kB | 384/927 kB | 110 kB | 20/186 kB Progress (4): 131/424 kB | 393/927 kB | 110 kB | 20/186 kB Progress (4): 131/424 kB | 393/927 kB | 110 kB | 24/186 kB Progress (5): 131/424 kB | 393/927 kB | 110 kB | 24/186 kB | 4.1/13 kB Progress (5): 135/424 kB | 393/927 kB | 110 kB | 24/186 kB | 4.1/13 kB Progress (5): 139/424 kB | 393/927 kB | 110 kB | 24/186 kB | 4.1/13 kB Progress (5): 143/424 kB | 393/927 kB | 110 kB | 24/186 kB | 4.1/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar (110 kB at 406 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Progress (4): 143/424 kB | 393/927 kB | 28/186 kB | 4.1/13 kB Progress (4): 143/424 kB | 393/927 kB | 28/186 kB | 7.7/13 kB Progress (4): 143/424 kB | 401/927 kB | 28/186 kB | 7.7/13 kB Progress (4): 143/424 kB | 401/927 kB | 28/186 kB | 12/13 kB Progress (4): 143/424 kB | 401/927 kB | 28/186 kB | 13 kB Progress (4): 143/424 kB | 401/927 kB | 32/186 kB | 13 kB Progress (4): 147/424 kB | 401/927 kB | 32/186 kB | 13 kB Progress (5): 147/424 kB | 401/927 kB | 32/186 kB | 13 kB | 4.1/524 kB Progress (5): 151/424 kB | 401/927 kB | 32/186 kB | 13 kB | 4.1/524 kB Progress (5): 151/424 kB | 409/927 kB | 32/186 kB | 13 kB | 4.1/524 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 48 kB/s) Progress (4): 155/424 kB | 409/927 kB | 32/186 kB | 4.1/524 kB Progress (4): 155/424 kB | 409/927 kB | 32/186 kB | 7.7/524 kB Progress (4): 155/424 kB | 409/927 kB | 36/186 kB | 7.7/524 kB Progress (4): 155/424 kB | 409/927 kB | 36/186 kB | 12/524 kB Progress (4): 159/424 kB | 409/927 kB | 36/186 kB | 12/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Progress (4): 159/424 kB | 417/927 kB | 36/186 kB | 12/524 kB Progress (4): 163/424 kB | 417/927 kB | 36/186 kB | 12/524 kB Progress (4): 163/424 kB | 417/927 kB | 36/186 kB | 16/524 kB Progress (4): 167/424 kB | 417/927 kB | 36/186 kB | 16/524 kB Progress (4): 167/424 kB | 417/927 kB | 40/186 kB | 16/524 kB Progress (4): 171/424 kB | 417/927 kB | 40/186 kB | 16/524 kB Progress (4): 171/424 kB | 425/927 kB | 40/186 kB | 16/524 kB Progress (5): 171/424 kB | 425/927 kB | 40/186 kB | 16/524 kB | 4.1/273 kB Progress (5): 176/424 kB | 425/927 kB | 40/186 kB | 16/524 kB | 4.1/273 kB Progress (5): 176/424 kB | 425/927 kB | 40/186 kB | 20/524 kB | 4.1/273 kB Progress (5): 176/424 kB | 425/927 kB | 45/186 kB | 20/524 kB | 4.1/273 kB Progress (5): 176/424 kB | 425/927 kB | 45/186 kB | 24/524 kB | 4.1/273 kB Progress (5): 180/424 kB | 425/927 kB | 45/186 kB | 24/524 kB | 4.1/273 kB Progress (5): 180/424 kB | 434/927 kB | 45/186 kB | 24/524 kB | 4.1/273 kB Progress (5): 180/424 kB | 434/927 kB | 45/186 kB | 24/524 kB | 7.7/273 kB Progress (5): 180/424 kB | 434/927 kB | 45/186 kB | 24/524 kB | 12/273 kB Progress (5): 180/424 kB | 434/927 kB | 45/186 kB | 24/524 kB | 16/273 kB Progress (5): 180/424 kB | 434/927 kB | 45/186 kB | 24/524 kB | 20/273 kB Progress (5): 180/424 kB | 434/927 kB | 45/186 kB | 24/524 kB | 24/273 kB Progress (5): 184/424 kB | 434/927 kB | 45/186 kB | 24/524 kB | 24/273 kB Progress (5): 184/424 kB | 442/927 kB | 45/186 kB | 24/524 kB | 24/273 kB Progress (5): 184/424 kB | 442/927 kB | 45/186 kB | 28/524 kB | 24/273 kB Progress (5): 184/424 kB | 442/927 kB | 45/186 kB | 32/524 kB | 24/273 kB Progress (5): 184/424 kB | 442/927 kB | 49/186 kB | 32/524 kB | 24/273 kB Progress (5): 184/424 kB | 442/927 kB | 49/186 kB | 36/524 kB | 24/273 kB Progress (5): 184/424 kB | 442/927 kB | 49/186 kB | 40/524 kB | 24/273 kB Progress (5): 184/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 24/273 kB Progress (5): 188/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 24/273 kB Progress (5): 188/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 28/273 kB Progress (5): 188/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 192/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 196/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 200/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 204/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 208/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 212/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 217/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 221/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 225/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 229/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 233/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 237/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 241/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 245/424 kB | 450/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 49/186 kB | 40/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 49/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 53/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 57/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 61/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 65/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 69/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 73/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 77/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 81/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 85/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 90/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 94/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 458/927 kB | 98/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 466/927 kB | 98/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 475/927 kB | 98/186 kB | 45/524 kB | 32/273 kB Progress (5): 245/424 kB | 475/927 kB | 98/186 kB | 49/524 kB | 32/273 kB Progress (5): 245/424 kB | 483/927 kB | 98/186 kB | 49/524 kB | 32/273 kB Progress (5): 249/424 kB | 483/927 kB | 98/186 kB | 49/524 kB | 32/273 kB Progress (5): 253/424 kB | 483/927 kB | 98/186 kB | 49/524 kB | 32/273 kB Progress (5): 258/424 kB | 483/927 kB | 98/186 kB | 49/524 kB | 32/273 kB Progress (5): 262/424 kB | 483/927 kB | 98/186 kB | 49/524 kB | 32/273 kB Progress (5): 266/424 kB | 483/927 kB | 98/186 kB | 49/524 kB | 32/273 kB Progress (5): 270/424 kB | 483/927 kB | 98/186 kB | 49/524 kB | 32/273 kB Progress (5): 274/424 kB | 483/927 kB | 98/186 kB | 49/524 kB | 32/273 kB Progress (5): 278/424 kB | 483/927 kB | 98/186 kB | 49/524 kB | 32/273 kB Progress (5): 278/424 kB | 483/927 kB | 98/186 kB | 49/524 kB | 36/273 kB Progress (5): 282/424 kB | 483/927 kB | 98/186 kB | 49/524 kB | 36/273 kB Progress (5): 286/424 kB | 483/927 kB | 98/186 kB | 49/524 kB | 36/273 kB Progress (5): 290/424 kB | 483/927 kB | 98/186 kB | 49/524 kB | 36/273 kB Progress (5): 290/424 kB | 491/927 kB | 98/186 kB | 49/524 kB | 36/273 kB Progress (5): 290/424 kB | 499/927 kB | 98/186 kB | 49/524 kB | 36/273 kB Progress (5): 290/424 kB | 507/927 kB | 98/186 kB | 49/524 kB | 36/273 kB Progress (5): 290/424 kB | 516/927 kB | 98/186 kB | 49/524 kB | 36/273 kB Progress (5): 290/424 kB | 524/927 kB | 98/186 kB | 49/524 kB | 36/273 kB Progress (5): 290/424 kB | 532/927 kB | 98/186 kB | 49/524 kB | 36/273 kB Progress (5): 290/424 kB | 540/927 kB | 98/186 kB | 49/524 kB | 36/273 kB Progress (5): 290/424 kB | 548/927 kB | 98/186 kB | 49/524 kB | 36/273 kB Progress (5): 290/424 kB | 548/927 kB | 98/186 kB | 53/524 kB | 36/273 kB Progress (5): 290/424 kB | 548/927 kB | 98/186 kB | 57/524 kB | 36/273 kB Progress (5): 290/424 kB | 548/927 kB | 102/186 kB | 57/524 kB | 36/273 kB Progress (5): 290/424 kB | 548/927 kB | 106/186 kB | 57/524 kB | 36/273 kB Progress (5): 290/424 kB | 548/927 kB | 110/186 kB | 57/524 kB | 36/273 kB Progress (5): 290/424 kB | 548/927 kB | 110/186 kB | 61/524 kB | 36/273 kB Progress (5): 290/424 kB | 548/927 kB | 110/186 kB | 65/524 kB | 36/273 kB Progress (5): 290/424 kB | 557/927 kB | 110/186 kB | 65/524 kB | 36/273 kB Progress (5): 294/424 kB | 557/927 kB | 110/186 kB | 65/524 kB | 36/273 kB Progress (5): 294/424 kB | 565/927 kB | 110/186 kB | 65/524 kB | 36/273 kB Progress (5): 294/424 kB | 573/927 kB | 110/186 kB | 65/524 kB | 36/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 36/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 40/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 45/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 49/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 53/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 57/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 61/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 65/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 69/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 73/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 77/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 81/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 85/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 90/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 94/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 98/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 102/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 106/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 110/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 114/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 118/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 122/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 126/273 kB Progress (5): 294/424 kB | 581/927 kB | 110/186 kB | 65/524 kB | 131/273 kB Progress (5): 294/424 kB | 589/927 kB | 110/186 kB | 65/524 kB | 131/273 kB Progress (5): 298/424 kB | 589/927 kB | 110/186 kB | 65/524 kB | 131/273 kB Progress (5): 303/424 kB | 589/927 kB | 110/186 kB | 65/524 kB | 131/273 kB Progress (5): 303/424 kB | 589/927 kB | 110/186 kB | 69/524 kB | 131/273 kB Progress (5): 303/424 kB | 589/927 kB | 114/186 kB | 69/524 kB | 131/273 kB Progress (5): 303/424 kB | 589/927 kB | 118/186 kB | 69/524 kB | 131/273 kB Progress (5): 303/424 kB | 589/927 kB | 122/186 kB | 69/524 kB | 131/273 kB Progress (5): 303/424 kB | 589/927 kB | 126/186 kB | 69/524 kB | 131/273 kB Progress (5): 303/424 kB | 589/927 kB | 131/186 kB | 69/524 kB | 131/273 kB Progress (5): 303/424 kB | 589/927 kB | 131/186 kB | 73/524 kB | 131/273 kB Progress (5): 307/424 kB | 589/927 kB | 131/186 kB | 73/524 kB | 131/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 131/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 135/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 139/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 143/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 147/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 151/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 155/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 159/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 163/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 167/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 171/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 176/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 180/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 184/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 188/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 192/273 kB Progress (5): 307/424 kB | 597/927 kB | 131/186 kB | 73/524 kB | 196/273 kB Progress (5): 307/424 kB | 606/927 kB | 131/186 kB | 73/524 kB | 196/273 kB Progress (5): 311/424 kB | 606/927 kB | 131/186 kB | 73/524 kB | 196/273 kB Progress (5): 311/424 kB | 606/927 kB | 131/186 kB | 77/524 kB | 196/273 kB Progress (5): 311/424 kB | 606/927 kB | 135/186 kB | 77/524 kB | 196/273 kB Progress (5): 315/424 kB | 606/927 kB | 135/186 kB | 77/524 kB | 196/273 kB Progress (5): 315/424 kB | 606/927 kB | 135/186 kB | 81/524 kB | 196/273 kB Progress (5): 315/424 kB | 614/927 kB | 135/186 kB | 81/524 kB | 196/273 kB Progress (5): 315/424 kB | 614/927 kB | 135/186 kB | 81/524 kB | 200/273 kB Progress (5): 315/424 kB | 614/927 kB | 135/186 kB | 85/524 kB | 200/273 kB Progress (5): 315/424 kB | 622/927 kB | 135/186 kB | 85/524 kB | 200/273 kB Progress (5): 319/424 kB | 622/927 kB | 135/186 kB | 85/524 kB | 200/273 kB Progress (5): 319/424 kB | 622/927 kB | 139/186 kB | 85/524 kB | 200/273 kB Progress (5): 319/424 kB | 622/927 kB | 143/186 kB | 85/524 kB | 200/273 kB Progress (5): 319/424 kB | 622/927 kB | 147/186 kB | 85/524 kB | 200/273 kB Progress (5): 323/424 kB | 622/927 kB | 147/186 kB | 85/524 kB | 200/273 kB Progress (5): 323/424 kB | 630/927 kB | 147/186 kB | 85/524 kB | 200/273 kB Progress (5): 323/424 kB | 630/927 kB | 147/186 kB | 90/524 kB | 200/273 kB Progress (5): 323/424 kB | 630/927 kB | 147/186 kB | 90/524 kB | 204/273 kB Progress (5): 323/424 kB | 630/927 kB | 147/186 kB | 94/524 kB | 204/273 kB Progress (5): 323/424 kB | 638/927 kB | 147/186 kB | 94/524 kB | 204/273 kB Progress (5): 327/424 kB | 638/927 kB | 147/186 kB | 94/524 kB | 204/273 kB Progress (5): 331/424 kB | 638/927 kB | 147/186 kB | 94/524 kB | 204/273 kB Progress (5): 331/424 kB | 638/927 kB | 151/186 kB | 94/524 kB | 204/273 kB Progress (5): 335/424 kB | 638/927 kB | 151/186 kB | 94/524 kB | 204/273 kB Progress (5): 339/424 kB | 638/927 kB | 151/186 kB | 94/524 kB | 204/273 kB Progress (5): 339/424 kB | 647/927 kB | 151/186 kB | 94/524 kB | 204/273 kB Progress (5): 339/424 kB | 655/927 kB | 151/186 kB | 94/524 kB | 204/273 kB Progress (5): 339/424 kB | 655/927 kB | 151/186 kB | 98/524 kB | 204/273 kB Progress (5): 339/424 kB | 655/927 kB | 151/186 kB | 98/524 kB | 208/273 kB Progress (5): 339/424 kB | 655/927 kB | 151/186 kB | 98/524 kB | 212/273 kB Progress (5): 339/424 kB | 663/927 kB | 151/186 kB | 98/524 kB | 212/273 kB Progress (5): 339/424 kB | 671/927 kB | 151/186 kB | 98/524 kB | 212/273 kB Progress (5): 344/424 kB | 671/927 kB | 151/186 kB | 98/524 kB | 212/273 kB Progress (5): 344/424 kB | 671/927 kB | 155/186 kB | 98/524 kB | 212/273 kB Progress (5): 344/424 kB | 679/927 kB | 155/186 kB | 98/524 kB | 212/273 kB Progress (5): 344/424 kB | 688/927 kB | 155/186 kB | 98/524 kB | 212/273 kB Progress (5): 344/424 kB | 688/927 kB | 155/186 kB | 98/524 kB | 217/273 kB Progress (5): 344/424 kB | 696/927 kB | 155/186 kB | 98/524 kB | 217/273 kB Progress (5): 344/424 kB | 696/927 kB | 155/186 kB | 102/524 kB | 217/273 kB Progress (5): 344/424 kB | 704/927 kB | 155/186 kB | 102/524 kB | 217/273 kB Progress (5): 344/424 kB | 704/927 kB | 155/186 kB | 102/524 kB | 221/273 kB Progress (5): 344/424 kB | 712/927 kB | 155/186 kB | 102/524 kB | 221/273 kB Progress (5): 348/424 kB | 712/927 kB | 155/186 kB | 102/524 kB | 221/273 kB Progress (5): 348/424 kB | 712/927 kB | 159/186 kB | 102/524 kB | 221/273 kB Progress (5): 352/424 kB | 712/927 kB | 159/186 kB | 102/524 kB | 221/273 kB Progress (5): 352/424 kB | 720/927 kB | 159/186 kB | 102/524 kB | 221/273 kB Progress (5): 352/424 kB | 720/927 kB | 159/186 kB | 102/524 kB | 225/273 kB Progress (5): 352/424 kB | 720/927 kB | 159/186 kB | 102/524 kB | 229/273 kB Progress (5): 352/424 kB | 720/927 kB | 159/186 kB | 106/524 kB | 229/273 kB Progress (5): 352/424 kB | 729/927 kB | 159/186 kB | 106/524 kB | 229/273 kB Progress (5): 356/424 kB | 729/927 kB | 159/186 kB | 106/524 kB | 229/273 kB Progress (5): 360/424 kB | 729/927 kB | 159/186 kB | 106/524 kB | 229/273 kB Progress (5): 360/424 kB | 729/927 kB | 163/186 kB | 106/524 kB | 229/273 kB Progress (5): 360/424 kB | 737/927 kB | 163/186 kB | 106/524 kB | 229/273 kB Progress (5): 360/424 kB | 737/927 kB | 163/186 kB | 106/524 kB | 233/273 kB Progress (5): 360/424 kB | 737/927 kB | 163/186 kB | 110/524 kB | 233/273 kB Progress (5): 360/424 kB | 737/927 kB | 163/186 kB | 110/524 kB | 237/273 kB Progress (5): 360/424 kB | 745/927 kB | 163/186 kB | 110/524 kB | 237/273 kB Progress (5): 360/424 kB | 745/927 kB | 167/186 kB | 110/524 kB | 237/273 kB Progress (5): 364/424 kB | 745/927 kB | 167/186 kB | 110/524 kB | 237/273 kB Progress (5): 368/424 kB | 745/927 kB | 167/186 kB | 110/524 kB | 237/273 kB Progress (5): 372/424 kB | 745/927 kB | 167/186 kB | 110/524 kB | 237/273 kB Progress (5): 376/424 kB | 745/927 kB | 167/186 kB | 110/524 kB | 237/273 kB Progress (5): 376/424 kB | 745/927 kB | 171/186 kB | 110/524 kB | 237/273 kB Progress (5): 376/424 kB | 753/927 kB | 171/186 kB | 110/524 kB | 237/273 kB Progress (5): 376/424 kB | 753/927 kB | 171/186 kB | 110/524 kB | 241/273 kB Progress (5): 376/424 kB | 753/927 kB | 171/186 kB | 114/524 kB | 241/273 kB Progress (5): 376/424 kB | 761/927 kB | 171/186 kB | 114/524 kB | 241/273 kB Progress (5): 376/424 kB | 761/927 kB | 171/186 kB | 114/524 kB | 245/273 kB Progress (5): 376/424 kB | 761/927 kB | 176/186 kB | 114/524 kB | 245/273 kB Progress (5): 376/424 kB | 761/927 kB | 180/186 kB | 114/524 kB | 245/273 kB Progress (5): 380/424 kB | 761/927 kB | 180/186 kB | 114/524 kB | 245/273 kB Progress (5): 380/424 kB | 761/927 kB | 184/186 kB | 114/524 kB | 245/273 kB Progress (5): 380/424 kB | 761/927 kB | 184/186 kB | 114/524 kB | 249/273 kB Progress (5): 380/424 kB | 761/927 kB | 184/186 kB | 114/524 kB | 253/273 kB Progress (5): 380/424 kB | 761/927 kB | 184/186 kB | 114/524 kB | 258/273 kB Progress (5): 380/424 kB | 761/927 kB | 184/186 kB | 114/524 kB | 262/273 kB Progress (5): 380/424 kB | 761/927 kB | 184/186 kB | 118/524 kB | 262/273 kB Progress (5): 380/424 kB | 770/927 kB | 184/186 kB | 118/524 kB | 262/273 kB Progress (5): 380/424 kB | 770/927 kB | 184/186 kB | 118/524 kB | 266/273 kB Progress (5): 380/424 kB | 770/927 kB | 184/186 kB | 122/524 kB | 266/273 kB Progress (5): 380/424 kB | 770/927 kB | 186 kB | 122/524 kB | 266/273 kB Progress (5): 384/424 kB | 770/927 kB | 186 kB | 122/524 kB | 266/273 kB Progress (5): 384/424 kB | 770/927 kB | 186 kB | 126/524 kB | 266/273 kB Progress (5): 384/424 kB | 770/927 kB | 186 kB | 131/524 kB | 266/273 kB Progress (5): 384/424 kB | 770/927 kB | 186 kB | 131/524 kB | 270/273 kB Progress (5): 384/424 kB | 770/927 kB | 186 kB | 135/524 kB | 270/273 kB Progress (5): 384/424 kB | 770/927 kB | 186 kB | 139/524 kB | 270/273 kB Progress (5): 384/424 kB | 770/927 kB | 186 kB | 143/524 kB | 270/273 kB Progress (5): 384/424 kB | 770/927 kB | 186 kB | 147/524 kB | 270/273 kB Progress (5): 384/424 kB | 778/927 kB | 186 kB | 147/524 kB | 270/273 kB Progress (5): 384/424 kB | 786/927 kB | 186 kB | 147/524 kB | 270/273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 310 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (4): 384/424 kB | 786/927 kB | 147/524 kB | 273 kB Progress (4): 389/424 kB | 786/927 kB | 147/524 kB | 273 kB Progress (4): 389/424 kB | 794/927 kB | 147/524 kB | 273 kB Progress (4): 389/424 kB | 794/927 kB | 151/524 kB | 273 kB Progress (4): 389/424 kB | 794/927 kB | 155/524 kB | 273 kB Progress (4): 389/424 kB | 794/927 kB | 159/524 kB | 273 kB Progress (4): 389/424 kB | 794/927 kB | 163/524 kB | 273 kB Progress (4): 389/424 kB | 794/927 kB | 167/524 kB | 273 kB Progress (4): 389/424 kB | 794/927 kB | 171/524 kB | 273 kB Progress (4): 389/424 kB | 794/927 kB | 176/524 kB | 273 kB Progress (4): 389/424 kB | 794/927 kB | 180/524 kB | 273 kB Progress (4): 389/424 kB | 802/927 kB | 180/524 kB | 273 kB Progress (4): 389/424 kB | 810/927 kB | 180/524 kB | 273 kB Progress (4): 389/424 kB | 819/927 kB | 180/524 kB | 273 kB Progress (4): 393/424 kB | 819/927 kB | 180/524 kB | 273 kB Progress (4): 393/424 kB | 827/927 kB | 180/524 kB | 273 kB Progress (4): 393/424 kB | 827/927 kB | 184/524 kB | 273 kB Progress (4): 393/424 kB | 827/927 kB | 188/524 kB | 273 kB Progress (4): 393/424 kB | 835/927 kB | 188/524 kB | 273 kB Progress (4): 397/424 kB | 835/927 kB | 188/524 kB | 273 kB Progress (4): 397/424 kB | 843/927 kB | 188/524 kB | 273 kB Progress (4): 397/424 kB | 843/927 kB | 192/524 kB | 273 kB Progress (4): 397/424 kB | 843/927 kB | 196/524 kB | 273 kB Progress (4): 397/424 kB | 851/927 kB | 196/524 kB | 273 kB Progress (4): 401/424 kB | 851/927 kB | 196/524 kB | 273 kB Progress (4): 405/424 kB | 851/927 kB | 196/524 kB | 273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 413 kB/s) Progress (3): 405/424 kB | 851/927 kB | 200/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (3): 405/424 kB | 860/927 kB | 200/524 kB Progress (3): 409/424 kB | 860/927 kB | 200/524 kB Progress (4): 409/424 kB | 860/927 kB | 200/524 kB | 4.1/39 kB Progress (4): 409/424 kB | 868/927 kB | 200/524 kB | 4.1/39 kB Progress (4): 409/424 kB | 868/927 kB | 204/524 kB | 4.1/39 kB Progress (4): 413/424 kB | 868/927 kB | 204/524 kB | 4.1/39 kB Progress (4): 413/424 kB | 868/927 kB | 204/524 kB | 7.7/39 kB Progress (4): 417/424 kB | 868/927 kB | 204/524 kB | 7.7/39 kB Progress (4): 417/424 kB | 876/927 kB | 204/524 kB | 7.7/39 kB Progress (5): 417/424 kB | 876/927 kB | 204/524 kB | 7.7/39 kB | 4.1/194 kB Progress (5): 417/424 kB | 876/927 kB | 204/524 kB | 7.7/39 kB | 7.7/194 kB Progress (5): 417/424 kB | 876/927 kB | 204/524 kB | 7.7/39 kB | 12/194 kB Progress (5): 417/424 kB | 876/927 kB | 204/524 kB | 7.7/39 kB | 16/194 kB Progress (5): 417/424 kB | 876/927 kB | 208/524 kB | 7.7/39 kB | 16/194 kB Progress (5): 417/424 kB | 884/927 kB | 208/524 kB | 7.7/39 kB | 16/194 kB Progress (5): 421/424 kB | 884/927 kB | 208/524 kB | 7.7/39 kB | 16/194 kB Progress (5): 421/424 kB | 884/927 kB | 208/524 kB | 12/39 kB | 16/194 kB Progress (5): 421/424 kB | 892/927 kB | 208/524 kB | 12/39 kB | 16/194 kB Progress (5): 424 kB | 892/927 kB | 208/524 kB | 12/39 kB | 16/194 kB Progress (5): 424 kB | 892/927 kB | 208/524 kB | 12/39 kB | 20/194 kB Progress (5): 424 kB | 892/927 kB | 208/524 kB | 12/39 kB | 24/194 kB Progress (5): 424 kB | 892/927 kB | 212/524 kB | 12/39 kB | 24/194 kB Progress (5): 424 kB | 892/927 kB | 212/524 kB | 12/39 kB | 28/194 kB Progress (5): 424 kB | 901/927 kB | 212/524 kB | 12/39 kB | 28/194 kB Progress (5): 424 kB | 901/927 kB | 212/524 kB | 16/39 kB | 28/194 kB Progress (5): 424 kB | 901/927 kB | 217/524 kB | 16/39 kB | 28/194 kB Progress (5): 424 kB | 901/927 kB | 217/524 kB | 16/39 kB | 32/194 kB Progress (5): 424 kB | 901/927 kB | 217/524 kB | 16/39 kB | 36/194 kB Progress (5): 424 kB | 901/927 kB | 217/524 kB | 16/39 kB | 40/194 kB Progress (5): 424 kB | 901/927 kB | 217/524 kB | 16/39 kB | 45/194 kB Progress (5): 424 kB | 901/927 kB | 217/524 kB | 16/39 kB | 49/194 kB Progress (5): 424 kB | 901/927 kB | 217/524 kB | 20/39 kB | 49/194 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar (424 kB at 615 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Progress (4): 901/927 kB | 221/524 kB | 20/39 kB | 49/194 kB Progress (4): 909/927 kB | 221/524 kB | 20/39 kB | 49/194 kB Progress (4): 909/927 kB | 225/524 kB | 20/39 kB | 49/194 kB Progress (4): 909/927 kB | 229/524 kB | 20/39 kB | 49/194 kB Progress (4): 909/927 kB | 229/524 kB | 20/39 kB | 53/194 kB Progress (4): 909/927 kB | 229/524 kB | 24/39 kB | 53/194 kB Progress (4): 909/927 kB | 233/524 kB | 24/39 kB | 53/194 kB Progress (4): 909/927 kB | 237/524 kB | 24/39 kB | 53/194 kB Progress (4): 909/927 kB | 241/524 kB | 24/39 kB | 53/194 kB Progress (4): 909/927 kB | 241/524 kB | 24/39 kB | 57/194 kB Progress (4): 917/927 kB | 241/524 kB | 24/39 kB | 57/194 kB Progress (4): 917/927 kB | 241/524 kB | 24/39 kB | 61/194 kB Progress (4): 925/927 kB | 241/524 kB | 24/39 kB | 61/194 kB Progress (4): 925/927 kB | 245/524 kB | 24/39 kB | 61/194 kB Progress (5): 925/927 kB | 245/524 kB | 24/39 kB | 61/194 kB | 4.1/38 kB Progress (5): 925/927 kB | 245/524 kB | 28/39 kB | 61/194 kB | 4.1/38 kB Progress (5): 925/927 kB | 245/524 kB | 28/39 kB | 61/194 kB | 7.7/38 kB Progress (5): 925/927 kB | 245/524 kB | 28/39 kB | 61/194 kB | 12/38 kB Progress (5): 925/927 kB | 245/524 kB | 28/39 kB | 61/194 kB | 16/38 kB Progress (5): 925/927 kB | 249/524 kB | 28/39 kB | 61/194 kB | 16/38 kB Progress (5): 927 kB | 249/524 kB | 28/39 kB | 61/194 kB | 16/38 kB Progress (5): 927 kB | 249/524 kB | 28/39 kB | 65/194 kB | 16/38 kB Progress (5): 927 kB | 249/524 kB | 28/39 kB | 65/194 kB | 20/38 kB Progress (5): 927 kB | 253/524 kB | 28/39 kB | 65/194 kB | 20/38 kB Progress (5): 927 kB | 253/524 kB | 32/39 kB | 65/194 kB | 20/38 kB Progress (5): 927 kB | 258/524 kB | 32/39 kB | 65/194 kB | 20/38 kB Progress (5): 927 kB | 262/524 kB | 32/39 kB | 65/194 kB | 20/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar (927 kB at 1.2 MB/s) Progress (4): 262/524 kB | 32/39 kB | 65/194 kB | 24/38 kB Progress (4): 262/524 kB | 32/39 kB | 69/194 kB | 24/38 kB Progress (4): 262/524 kB | 32/39 kB | 73/194 kB | 24/38 kB Progress (4): 262/524 kB | 32/39 kB | 73/194 kB | 28/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Progress (4): 266/524 kB | 32/39 kB | 73/194 kB | 28/38 kB Progress (4): 266/524 kB | 36/39 kB | 73/194 kB | 28/38 kB Progress (4): 270/524 kB | 36/39 kB | 73/194 kB | 28/38 kB Progress (4): 274/524 kB | 36/39 kB | 73/194 kB | 28/38 kB Progress (4): 278/524 kB | 36/39 kB | 73/194 kB | 28/38 kB Progress (4): 278/524 kB | 36/39 kB | 73/194 kB | 32/38 kB Progress (4): 278/524 kB | 36/39 kB | 77/194 kB | 32/38 kB Progress (4): 278/524 kB | 36/39 kB | 81/194 kB | 32/38 kB Progress (5): 278/524 kB | 36/39 kB | 81/194 kB | 32/38 kB | 4.1/156 kB Progress (5): 282/524 kB | 36/39 kB | 81/194 kB | 32/38 kB | 4.1/156 kB Progress (5): 282/524 kB | 39 kB | 81/194 kB | 32/38 kB | 4.1/156 kB Progress (5): 286/524 kB | 39 kB | 81/194 kB | 32/38 kB | 4.1/156 kB Progress (5): 286/524 kB | 39 kB | 81/194 kB | 32/38 kB | 7.7/156 kB Progress (5): 286/524 kB | 39 kB | 85/194 kB | 32/38 kB | 7.7/156 kB Progress (5): 286/524 kB | 39 kB | 85/194 kB | 36/38 kB | 7.7/156 kB Progress (5): 286/524 kB | 39 kB | 85/194 kB | 38 kB | 7.7/156 kB Progress (5): 286/524 kB | 39 kB | 90/194 kB | 38 kB | 7.7/156 kB Progress (5): 286/524 kB | 39 kB | 90/194 kB | 38 kB | 12/156 kB Progress (5): 286/524 kB | 39 kB | 90/194 kB | 38 kB | 16/156 kB Progress (5): 290/524 kB | 39 kB | 90/194 kB | 38 kB | 16/156 kB Progress (5): 294/524 kB | 39 kB | 90/194 kB | 38 kB | 16/156 kB Progress (5): 294/524 kB | 39 kB | 94/194 kB | 38 kB | 16/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 50 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (4): 294/524 kB | 98/194 kB | 38 kB | 16/156 kB Progress (4): 298/524 kB | 98/194 kB | 38 kB | 16/156 kB Progress (4): 303/524 kB | 98/194 kB | 38 kB | 16/156 kB Progress (4): 307/524 kB | 98/194 kB | 38 kB | 16/156 kB Progress (4): 311/524 kB | 98/194 kB | 38 kB | 16/156 kB Progress (4): 311/524 kB | 98/194 kB | 38 kB | 20/156 kB Progress (4): 311/524 kB | 98/194 kB | 38 kB | 24/156 kB Progress (4): 311/524 kB | 98/194 kB | 38 kB | 28/156 kB Progress (4): 311/524 kB | 98/194 kB | 38 kB | 32/156 kB Progress (4): 311/524 kB | 98/194 kB | 38 kB | 36/156 kB Progress (4): 311/524 kB | 98/194 kB | 38 kB | 40/156 kB Progress (4): 311/524 kB | 98/194 kB | 38 kB | 45/156 kB Progress (4): 311/524 kB | 98/194 kB | 38 kB | 49/156 kB Progress (4): 311/524 kB | 98/194 kB | 38 kB | 53/156 kB Progress (4): 311/524 kB | 102/194 kB | 38 kB | 53/156 kB Progress (4): 311/524 kB | 102/194 kB | 38 kB | 57/156 kB Progress (4): 311/524 kB | 102/194 kB | 38 kB | 61/156 kB Progress (4): 311/524 kB | 102/194 kB | 38 kB | 65/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 44 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (4): 311/524 kB | 102/194 kB | 65/156 kB | 4.1/35 kB Progress (4): 311/524 kB | 102/194 kB | 65/156 kB | 7.7/35 kB Progress (4): 311/524 kB | 102/194 kB | 65/156 kB | 12/35 kB Progress (4): 311/524 kB | 102/194 kB | 65/156 kB | 16/35 kB Progress (4): 311/524 kB | 102/194 kB | 65/156 kB | 20/35 kB Progress (4): 315/524 kB | 102/194 kB | 65/156 kB | 20/35 kB Progress (4): 315/524 kB | 102/194 kB | 65/156 kB | 24/35 kB Progress (4): 315/524 kB | 102/194 kB | 69/156 kB | 24/35 kB Progress (4): 315/524 kB | 106/194 kB | 69/156 kB | 24/35 kB Progress (4): 315/524 kB | 106/194 kB | 73/156 kB | 24/35 kB Progress (4): 315/524 kB | 106/194 kB | 73/156 kB | 28/35 kB Progress (4): 319/524 kB | 106/194 kB | 73/156 kB | 28/35 kB Progress (4): 319/524 kB | 106/194 kB | 73/156 kB | 32/35 kB Progress (4): 319/524 kB | 106/194 kB | 77/156 kB | 32/35 kB Progress (4): 319/524 kB | 110/194 kB | 77/156 kB | 32/35 kB Progress (4): 319/524 kB | 110/194 kB | 81/156 kB | 32/35 kB Progress (4): 319/524 kB | 110/194 kB | 81/156 kB | 35 kB Progress (4): 319/524 kB | 110/194 kB | 85/156 kB | 35 kB Progress (4): 323/524 kB | 110/194 kB | 85/156 kB | 35 kB Progress (4): 323/524 kB | 110/194 kB | 90/156 kB | 35 kB Progress (4): 323/524 kB | 114/194 kB | 90/156 kB | 35 kB Progress (4): 323/524 kB | 114/194 kB | 94/156 kB | 35 kB Progress (4): 327/524 kB | 114/194 kB | 94/156 kB | 35 kB Progress (4): 327/524 kB | 118/194 kB | 94/156 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 39 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (3): 327/524 kB | 118/194 kB | 98/156 kB Progress (3): 331/524 kB | 118/194 kB | 98/156 kB Progress (3): 335/524 kB | 118/194 kB | 98/156 kB Progress (3): 335/524 kB | 118/194 kB | 102/156 kB Progress (3): 335/524 kB | 118/194 kB | 106/156 kB Progress (3): 335/524 kB | 118/194 kB | 110/156 kB Progress (3): 335/524 kB | 118/194 kB | 114/156 kB Progress (3): 335/524 kB | 122/194 kB | 114/156 kB Progress (3): 339/524 kB | 122/194 kB | 114/156 kB Progress (3): 339/524 kB | 122/194 kB | 118/156 kB Progress (3): 339/524 kB | 122/194 kB | 122/156 kB Progress (3): 339/524 kB | 122/194 kB | 126/156 kB Progress (3): 339/524 kB | 122/194 kB | 131/156 kB Progress (3): 339/524 kB | 126/194 kB | 131/156 kB Progress (3): 344/524 kB | 126/194 kB | 131/156 kB Progress (3): 344/524 kB | 126/194 kB | 135/156 kB Progress (3): 344/524 kB | 126/194 kB | 139/156 kB Progress (3): 348/524 kB | 126/194 kB | 139/156 kB Progress (3): 348/524 kB | 131/194 kB | 139/156 kB Progress (3): 352/524 kB | 131/194 kB | 139/156 kB Progress (3): 352/524 kB | 131/194 kB | 143/156 kB Progress (3): 352/524 kB | 135/194 kB | 143/156 kB Progress (3): 352/524 kB | 139/194 kB | 143/156 kB Progress (3): 352/524 kB | 143/194 kB | 143/156 kB Progress (3): 352/524 kB | 147/194 kB | 143/156 kB Progress (3): 356/524 kB | 147/194 kB | 143/156 kB Progress (3): 356/524 kB | 147/194 kB | 147/156 kB Progress (3): 356/524 kB | 151/194 kB | 147/156 kB Progress (3): 356/524 kB | 155/194 kB | 147/156 kB Progress (3): 356/524 kB | 159/194 kB | 147/156 kB Progress (3): 356/524 kB | 163/194 kB | 147/156 kB Progress (3): 356/524 kB | 167/194 kB | 147/156 kB Progress (3): 356/524 kB | 171/194 kB | 147/156 kB Progress (3): 356/524 kB | 176/194 kB | 147/156 kB Progress (3): 356/524 kB | 180/194 kB | 147/156 kB Progress (3): 360/524 kB | 180/194 kB | 147/156 kB Progress (3): 360/524 kB | 180/194 kB | 151/156 kB Progress (3): 360/524 kB | 184/194 kB | 151/156 kB Progress (3): 364/524 kB | 184/194 kB | 151/156 kB Progress (3): 364/524 kB | 184/194 kB | 155/156 kB Progress (3): 368/524 kB | 184/194 kB | 155/156 kB Progress (3): 368/524 kB | 188/194 kB | 155/156 kB Progress (3): 372/524 kB | 188/194 kB | 155/156 kB Progress (3): 376/524 kB | 188/194 kB | 155/156 kB Progress (3): 376/524 kB | 188/194 kB | 156 kB Progress (3): 376/524 kB | 192/194 kB | 156 kB Progress (3): 380/524 kB | 192/194 kB | 156 kB Progress (3): 380/524 kB | 194 kB | 156 kB Progress (3): 384/524 kB | 194 kB | 156 kB Progress (3): 389/524 kB | 194 kB | 156 kB Progress (3): 393/524 kB | 194 kB | 156 kB Progress (3): 397/524 kB | 194 kB | 156 kB Progress (3): 401/524 kB | 194 kB | 156 kB Progress (3): 405/524 kB | 194 kB | 156 kB Progress (3): 409/524 kB | 194 kB | 156 kB Progress (4): 409/524 kB | 194 kB | 156 kB | 4.1/332 kB Progress (4): 409/524 kB | 194 kB | 156 kB | 7.7/332 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 201 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (4): 409/524 kB | 156 kB | 7.7/332 kB | 4.1/68 kB Progress (4): 409/524 kB | 156 kB | 12/332 kB | 4.1/68 kB Progress (4): 413/524 kB | 156 kB | 12/332 kB | 4.1/68 kB Progress (4): 413/524 kB | 156 kB | 16/332 kB | 4.1/68 kB Progress (4): 413/524 kB | 156 kB | 16/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 20/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 24/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 28/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 32/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 36/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 40/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 45/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 49/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 53/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 57/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 61/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 65/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 69/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 73/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 156 kB | 77/332 kB | 7.7/68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 159 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Progress (3): 413/524 kB | 81/332 kB | 7.7/68 kB Progress (4): 413/524 kB | 81/332 kB | 7.7/68 kB | 4.1/30 kB Progress (4): 413/524 kB | 81/332 kB | 12/68 kB | 4.1/30 kB Progress (4): 417/524 kB | 81/332 kB | 12/68 kB | 4.1/30 kB Progress (4): 421/524 kB | 81/332 kB | 12/68 kB | 4.1/30 kB Progress (4): 421/524 kB | 81/332 kB | 16/68 kB | 4.1/30 kB Progress (4): 421/524 kB | 81/332 kB | 16/68 kB | 7.7/30 kB Progress (4): 421/524 kB | 85/332 kB | 16/68 kB | 7.7/30 kB Progress (4): 421/524 kB | 85/332 kB | 20/68 kB | 7.7/30 kB Progress (4): 421/524 kB | 85/332 kB | 20/68 kB | 12/30 kB Progress (4): 425/524 kB | 85/332 kB | 20/68 kB | 12/30 kB Progress (4): 425/524 kB | 85/332 kB | 20/68 kB | 16/30 kB Progress (4): 425/524 kB | 85/332 kB | 24/68 kB | 16/30 kB Progress (4): 425/524 kB | 85/332 kB | 28/68 kB | 16/30 kB Progress (4): 425/524 kB | 85/332 kB | 32/68 kB | 16/30 kB Progress (4): 425/524 kB | 85/332 kB | 36/68 kB | 16/30 kB Progress (4): 425/524 kB | 85/332 kB | 40/68 kB | 16/30 kB Progress (4): 425/524 kB | 85/332 kB | 45/68 kB | 16/30 kB Progress (4): 425/524 kB | 85/332 kB | 49/68 kB | 16/30 kB Progress (4): 425/524 kB | 85/332 kB | 53/68 kB | 16/30 kB Progress (5): 425/524 kB | 85/332 kB | 53/68 kB | 16/30 kB | 4.1/38 kB Progress (5): 425/524 kB | 85/332 kB | 53/68 kB | 16/30 kB | 7.7/38 kB Progress (5): 425/524 kB | 85/332 kB | 53/68 kB | 16/30 kB | 12/38 kB Progress (5): 425/524 kB | 85/332 kB | 53/68 kB | 16/30 kB | 16/38 kB Progress (5): 425/524 kB | 85/332 kB | 53/68 kB | 16/30 kB | 20/38 kB Progress (5): 425/524 kB | 85/332 kB | 53/68 kB | 16/30 kB | 24/38 kB Progress (5): 425/524 kB | 85/332 kB | 53/68 kB | 16/30 kB | 28/38 kB Progress (5): 425/524 kB | 85/332 kB | 53/68 kB | 16/30 kB | 32/38 kB Progress (5): 425/524 kB | 85/332 kB | 53/68 kB | 16/30 kB | 36/38 kB Progress (5): 425/524 kB | 85/332 kB | 53/68 kB | 16/30 kB | 38 kB Progress (5): 425/524 kB | 90/332 kB | 53/68 kB | 16/30 kB | 38 kB Progress (5): 425/524 kB | 90/332 kB | 57/68 kB | 16/30 kB | 38 kB Progress (5): 425/524 kB | 90/332 kB | 61/68 kB | 16/30 kB | 38 kB Progress (5): 425/524 kB | 90/332 kB | 65/68 kB | 16/30 kB | 38 kB Progress (5): 425/524 kB | 90/332 kB | 65/68 kB | 20/30 kB | 38 kB Progress (5): 430/524 kB | 90/332 kB | 65/68 kB | 20/30 kB | 38 kB Progress (5): 430/524 kB | 90/332 kB | 65/68 kB | 24/30 kB | 38 kB Progress (5): 430/524 kB | 90/332 kB | 68 kB | 24/30 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 35 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Progress (4): 430/524 kB | 94/332 kB | 68 kB | 24/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 63 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Progress (3): 430/524 kB | 94/332 kB | 28/30 kB Progress (3): 434/524 kB | 94/332 kB | 28/30 kB Progress (3): 434/524 kB | 94/332 kB | 30 kB Progress (4): 434/524 kB | 94/332 kB | 30 kB | 4.1/35 kB Progress (4): 434/524 kB | 98/332 kB | 30 kB | 4.1/35 kB Progress (5): 434/524 kB | 98/332 kB | 30 kB | 4.1/35 kB | 4.1/108 kB Progress (5): 434/524 kB | 98/332 kB | 30 kB | 7.7/35 kB | 4.1/108 kB Progress (5): 434/524 kB | 98/332 kB | 30 kB | 12/35 kB | 4.1/108 kB Progress (5): 438/524 kB | 98/332 kB | 30 kB | 12/35 kB | 4.1/108 kB Progress (5): 438/524 kB | 98/332 kB | 30 kB | 16/35 kB | 4.1/108 kB Progress (5): 438/524 kB | 102/332 kB | 30 kB | 16/35 kB | 4.1/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 28 kB/s) Progress (4): 438/524 kB | 102/332 kB | 16/35 kB | 7.7/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Progress (4): 438/524 kB | 102/332 kB | 20/35 kB | 7.7/108 kB Progress (4): 438/524 kB | 106/332 kB | 20/35 kB | 7.7/108 kB Progress (4): 438/524 kB | 110/332 kB | 20/35 kB | 7.7/108 kB Progress (4): 438/524 kB | 114/332 kB | 20/35 kB | 7.7/108 kB Progress (5): 438/524 kB | 114/332 kB | 20/35 kB | 7.7/108 kB | 4.1/315 kB Progress (5): 442/524 kB | 114/332 kB | 20/35 kB | 7.7/108 kB | 4.1/315 kB Progress (5): 442/524 kB | 114/332 kB | 20/35 kB | 7.7/108 kB | 7.7/315 kB Progress (5): 442/524 kB | 114/332 kB | 20/35 kB | 7.7/108 kB | 12/315 kB Progress (5): 442/524 kB | 118/332 kB | 20/35 kB | 7.7/108 kB | 12/315 kB Progress (5): 442/524 kB | 118/332 kB | 24/35 kB | 7.7/108 kB | 12/315 kB Progress (5): 442/524 kB | 118/332 kB | 24/35 kB | 12/108 kB | 12/315 kB Progress (5): 442/524 kB | 118/332 kB | 28/35 kB | 12/108 kB | 12/315 kB Progress (5): 442/524 kB | 118/332 kB | 32/35 kB | 12/108 kB | 12/315 kB Progress (5): 442/524 kB | 118/332 kB | 35 kB | 12/108 kB | 12/315 kB Progress (5): 442/524 kB | 122/332 kB | 35 kB | 12/108 kB | 12/315 kB Progress (5): 442/524 kB | 126/332 kB | 35 kB | 12/108 kB | 12/315 kB Progress (5): 442/524 kB | 126/332 kB | 35 kB | 12/108 kB | 16/315 kB Progress (5): 446/524 kB | 126/332 kB | 35 kB | 12/108 kB | 16/315 kB Progress (5): 450/524 kB | 126/332 kB | 35 kB | 12/108 kB | 16/315 kB Progress (5): 450/524 kB | 131/332 kB | 35 kB | 12/108 kB | 16/315 kB Progress (5): 450/524 kB | 131/332 kB | 35 kB | 16/108 kB | 16/315 kB Progress (5): 454/524 kB | 131/332 kB | 35 kB | 16/108 kB | 16/315 kB Progress (5): 458/524 kB | 131/332 kB | 35 kB | 16/108 kB | 16/315 kB Progress (5): 458/524 kB | 131/332 kB | 35 kB | 16/108 kB | 20/315 kB Progress (5): 458/524 kB | 131/332 kB | 35 kB | 16/108 kB | 24/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 30 kB/s) Progress (4): 458/524 kB | 131/332 kB | 16/108 kB | 28/315 kB Progress (4): 462/524 kB | 131/332 kB | 16/108 kB | 28/315 kB Progress (4): 462/524 kB | 131/332 kB | 20/108 kB | 28/315 kB Progress (4): 462/524 kB | 135/332 kB | 20/108 kB | 28/315 kB Progress (4): 462/524 kB | 135/332 kB | 24/108 kB | 28/315 kB Progress (4): 466/524 kB | 135/332 kB | 24/108 kB | 28/315 kB Progress (4): 471/524 kB | 135/332 kB | 24/108 kB | 28/315 kB Progress (4): 475/524 kB | 135/332 kB | 24/108 kB | 28/315 kB Progress (4): 475/524 kB | 135/332 kB | 24/108 kB | 32/315 kB Progress (4): 475/524 kB | 135/332 kB | 28/108 kB | 32/315 kB Progress (4): 475/524 kB | 139/332 kB | 28/108 kB | 32/315 kB Progress (4): 475/524 kB | 143/332 kB | 28/108 kB | 32/315 kB Progress (4): 475/524 kB | 147/332 kB | 28/108 kB | 32/315 kB Progress (4): 475/524 kB | 147/332 kB | 28/108 kB | 36/315 kB Progress (4): 479/524 kB | 147/332 kB | 28/108 kB | 36/315 kB Progress (4): 483/524 kB | 147/332 kB | 28/108 kB | 36/315 kB Progress (4): 487/524 kB | 147/332 kB | 28/108 kB | 36/315 kB Progress (4): 487/524 kB | 147/332 kB | 32/108 kB | 36/315 kB Progress (4): 491/524 kB | 147/332 kB | 32/108 kB | 36/315 kB Progress (4): 491/524 kB | 151/332 kB | 32/108 kB | 36/315 kB Progress (4): 491/524 kB | 155/332 kB | 32/108 kB | 36/315 kB Progress (4): 491/524 kB | 159/332 kB | 32/108 kB | 36/315 kB Progress (4): 491/524 kB | 163/332 kB | 32/108 kB | 36/315 kB Progress (4): 491/524 kB | 163/332 kB | 32/108 kB | 40/315 kB Progress (4): 495/524 kB | 163/332 kB | 32/108 kB | 40/315 kB Progress (4): 495/524 kB | 163/332 kB | 36/108 kB | 40/315 kB Progress (4): 499/524 kB | 163/332 kB | 36/108 kB | 40/315 kB Progress (4): 499/524 kB | 167/332 kB | 36/108 kB | 40/315 kB Progress (4): 499/524 kB | 167/332 kB | 36/108 kB | 45/315 kB Progress (4): 499/524 kB | 171/332 kB | 36/108 kB | 45/315 kB Progress (4): 503/524 kB | 171/332 kB | 36/108 kB | 45/315 kB Progress (4): 503/524 kB | 171/332 kB | 40/108 kB | 45/315 kB Progress (4): 507/524 kB | 171/332 kB | 40/108 kB | 45/315 kB Progress (4): 507/524 kB | 176/332 kB | 40/108 kB | 45/315 kB Progress (4): 507/524 kB | 176/332 kB | 40/108 kB | 49/315 kB Progress (4): 511/524 kB | 176/332 kB | 40/108 kB | 49/315 kB Progress (4): 511/524 kB | 180/332 kB | 40/108 kB | 49/315 kB Progress (4): 511/524 kB | 180/332 kB | 45/108 kB | 49/315 kB Progress (4): 511/524 kB | 180/332 kB | 49/108 kB | 49/315 kB Progress (4): 511/524 kB | 180/332 kB | 49/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 49/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 53/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 57/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 61/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 65/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 69/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 73/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 77/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 81/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 85/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 90/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 94/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 98/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 102/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 106/108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 108 kB | 53/315 kB Progress (4): 516/524 kB | 180/332 kB | 108 kB | 57/315 kB Progress (4): 516/524 kB | 184/332 kB | 108 kB | 57/315 kB Progress (4): 516/524 kB | 184/332 kB | 108 kB | 61/315 kB Progress (4): 520/524 kB | 184/332 kB | 108 kB | 61/315 kB Progress (4): 520/524 kB | 184/332 kB | 108 kB | 65/315 kB Progress (4): 520/524 kB | 184/332 kB | 108 kB | 69/315 kB Progress (4): 520/524 kB | 184/332 kB | 108 kB | 73/315 kB Progress (4): 520/524 kB | 184/332 kB | 108 kB | 77/315 kB Progress (4): 520/524 kB | 184/332 kB | 108 kB | 81/315 kB Progress (4): 520/524 kB | 188/332 kB | 108 kB | 81/315 kB Progress (4): 520/524 kB | 188/332 kB | 108 kB | 85/315 kB Progress (4): 524/524 kB | 188/332 kB | 108 kB | 85/315 kB Progress (4): 524/524 kB | 188/332 kB | 108 kB | 90/315 kB Progress (4): 524/524 kB | 188/332 kB | 108 kB | 94/315 kB Progress (4): 524/524 kB | 188/332 kB | 108 kB | 98/315 kB Progress (4): 524/524 kB | 192/332 kB | 108 kB | 98/315 kB Progress (4): 524/524 kB | 192/332 kB | 108 kB | 102/315 kB Progress (4): 524 kB | 192/332 kB | 108 kB | 102/315 kB Progress (4): 524 kB | 192/332 kB | 108 kB | 106/315 kB Progress (4): 524 kB | 196/332 kB | 108 kB | 106/315 kB Progress (4): 524 kB | 196/332 kB | 108 kB | 110/315 kB Progress (4): 524 kB | 196/332 kB | 108 kB | 114/315 kB Progress (4): 524 kB | 200/332 kB | 108 kB | 114/315 kB Progress (4): 524 kB | 204/332 kB | 108 kB | 114/315 kB Progress (4): 524 kB | 204/332 kB | 108 kB | 118/315 kB Progress (4): 524 kB | 208/332 kB | 108 kB | 118/315 kB Progress (4): 524 kB | 208/332 kB | 108 kB | 122/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 414 kB/s) Progress (3): 212/332 kB | 108 kB | 122/315 kB Progress (3): 212/332 kB | 108 kB | 126/315 kB Progress (3): 212/332 kB | 108 kB | 131/315 kB Progress (3): 217/332 kB | 108 kB | 131/315 kB Progress (3): 221/332 kB | 108 kB | 131/315 kB Progress (3): 225/332 kB | 108 kB | 131/315 kB Progress (3): 229/332 kB | 108 kB | 131/315 kB Progress (3): 229/332 kB | 108 kB | 135/315 kB Progress (3): 233/332 kB | 108 kB | 135/315 kB Progress (3): 233/332 kB | 108 kB | 139/315 kB Progress (3): 237/332 kB | 108 kB | 139/315 kB Progress (3): 241/332 kB | 108 kB | 139/315 kB Progress (3): 245/332 kB | 108 kB | 139/315 kB Progress (3): 245/332 kB | 108 kB | 143/315 kB Progress (3): 249/332 kB | 108 kB | 143/315 kB Progress (3): 253/332 kB | 108 kB | 143/315 kB Progress (3): 258/332 kB | 108 kB | 143/315 kB Progress (3): 262/332 kB | 108 kB | 143/315 kB Progress (3): 262/332 kB | 108 kB | 147/315 kB Progress (3): 266/332 kB | 108 kB | 147/315 kB Progress (3): 270/332 kB | 108 kB | 147/315 kB Progress (3): 274/332 kB | 108 kB | 147/315 kB Progress (3): 278/332 kB | 108 kB | 147/315 kB Progress (3): 282/332 kB | 108 kB | 147/315 kB Progress (3): 286/332 kB | 108 kB | 147/315 kB Progress (3): 290/332 kB | 108 kB | 147/315 kB Progress (3): 290/332 kB | 108 kB | 151/315 kB Progress (3): 290/332 kB | 108 kB | 155/315 kB Progress (3): 290/332 kB | 108 kB | 159/315 kB Progress (3): 290/332 kB | 108 kB | 163/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 84 kB/s) Progress (2): 290/332 kB | 167/315 kB Progress (2): 290/332 kB | 171/315 kB Progress (2): 290/332 kB | 176/315 kB Progress (2): 294/332 kB | 176/315 kB Progress (2): 294/332 kB | 180/315 kB Progress (2): 298/332 kB | 180/315 kB Progress (2): 303/332 kB | 180/315 kB Progress (2): 303/332 kB | 184/315 kB Progress (2): 307/332 kB | 184/315 kB Progress (2): 307/332 kB | 188/315 kB Progress (2): 311/332 kB | 188/315 kB Progress (2): 311/332 kB | 192/315 kB Progress (2): 311/332 kB | 196/315 kB Progress (2): 315/332 kB | 196/315 kB Progress (2): 319/332 kB | 196/315 kB Progress (2): 319/332 kB | 200/315 kB Progress (2): 319/332 kB | 204/315 kB Progress (2): 319/332 kB | 208/315 kB Progress (2): 319/332 kB | 212/315 kB Progress (2): 319/332 kB | 217/315 kB Progress (2): 319/332 kB | 221/315 kB Progress (2): 319/332 kB | 225/315 kB Progress (2): 323/332 kB | 225/315 kB Progress (2): 323/332 kB | 229/315 kB Progress (2): 327/332 kB | 229/315 kB Progress (2): 327/332 kB | 233/315 kB Progress (2): 327/332 kB | 237/315 kB Progress (2): 327/332 kB | 241/315 kB Progress (2): 327/332 kB | 245/315 kB Progress (2): 331/332 kB | 245/315 kB Progress (2): 332 kB | 245/315 kB Progress (2): 332 kB | 249/315 kB Progress (2): 332 kB | 253/315 kB Progress (2): 332 kB | 258/315 kB Progress (2): 332 kB | 262/315 kB Progress (2): 332 kB | 266/315 kB Progress (2): 332 kB | 270/315 kB Progress (2): 332 kB | 274/315 kB Progress (2): 332 kB | 278/315 kB Progress (2): 332 kB | 282/315 kB Progress (2): 332 kB | 286/315 kB Progress (2): 332 kB | 290/315 kB Progress (2): 332 kB | 294/315 kB Progress (2): 332 kB | 298/315 kB Progress (2): 332 kB | 303/315 kB Progress (2): 332 kB | 307/315 kB Progress (2): 332 kB | 311/315 kB Progress (2): 332 kB | 315/315 kB Progress (2): 332 kB | 315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 245 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 225 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 1.6 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar Progress (1): 4.1/153 kB Progress (1): 7.7/153 kB Progress (1): 12/153 kB Progress (1): 16/153 kB Progress (1): 20/153 kB Progress (1): 24/153 kB Progress (1): 28/153 kB Progress (1): 32/153 kB Progress (1): 36/153 kB Progress (1): 40/153 kB Progress (1): 45/153 kB Progress (1): 49/153 kB Progress (1): 53/153 kB Progress (1): 57/153 kB Progress (1): 61/153 kB Progress (1): 65/153 kB Progress (1): 69/153 kB Progress (1): 73/153 kB Progress (1): 77/153 kB Progress (1): 81/153 kB Progress (1): 85/153 kB Progress (1): 90/153 kB Progress (1): 94/153 kB Progress (1): 98/153 kB Progress (1): 102/153 kB Progress (1): 106/153 kB Progress (1): 110/153 kB Progress (1): 114/153 kB Progress (1): 118/153 kB Progress (1): 122/153 kB Progress (1): 126/153 kB Progress (1): 131/153 kB Progress (1): 135/153 kB Progress (1): 139/153 kB Progress (1): 143/153 kB Progress (1): 147/153 kB Progress (1): 151/153 kB Progress (1): 153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 7.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.pom (8.7 kB at 620 kB/s) Downloading from cbi-release: 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 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 172 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.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/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.jar (21 kB at 532 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.pom (2.2 kB at 19 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom (6.8 kB at 211 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.jar Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.jar (19 kB at 341 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Progress (1): 750 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 9.6 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 209 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 48 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.pom (1.4 kB at 15 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.jar (14 kB at 282 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.pom (2.0 kB at 5.8 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.jar Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.jar (21 kB at 332 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 477 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Progress (1): 4.1/316 kB Progress (1): 7.7/316 kB Progress (1): 12/316 kB Progress (1): 16/316 kB Progress (1): 20/316 kB Progress (1): 24/316 kB Progress (1): 28/316 kB Progress (1): 32/316 kB Progress (1): 36/316 kB Progress (1): 40/316 kB Progress (1): 45/316 kB Progress (1): 49/316 kB Progress (1): 53/316 kB Progress (1): 57/316 kB Progress (1): 61/316 kB Progress (1): 65/316 kB Progress (1): 69/316 kB Progress (1): 73/316 kB Progress (1): 77/316 kB Progress (1): 81/316 kB Progress (1): 85/316 kB Progress (1): 90/316 kB Progress (1): 94/316 kB Progress (1): 98/316 kB Progress (1): 102/316 kB Progress (1): 106/316 kB Progress (1): 110/316 kB Progress (1): 114/316 kB Progress (1): 118/316 kB Progress (1): 122/316 kB Progress (1): 126/316 kB Progress (1): 131/316 kB Progress (1): 135/316 kB Progress (1): 139/316 kB Progress (1): 143/316 kB Progress (1): 147/316 kB Progress (1): 151/316 kB Progress (1): 155/316 kB Progress (1): 159/316 kB Progress (1): 163/316 kB Progress (1): 167/316 kB Progress (1): 171/316 kB Progress (1): 176/316 kB Progress (1): 180/316 kB Progress (1): 184/316 kB Progress (1): 188/316 kB Progress (1): 192/316 kB Progress (1): 196/316 kB Progress (1): 200/316 kB Progress (1): 204/316 kB Progress (1): 208/316 kB Progress (1): 212/316 kB Progress (1): 217/316 kB Progress (1): 221/316 kB Progress (1): 225/316 kB Progress (1): 229/316 kB Progress (1): 233/316 kB Progress (1): 237/316 kB Progress (1): 241/316 kB Progress (1): 245/316 kB Progress (1): 249/316 kB Progress (1): 253/316 kB Progress (1): 258/316 kB Progress (1): 262/316 kB Progress (1): 266/316 kB Progress (1): 270/316 kB Progress (1): 274/316 kB Progress (1): 278/316 kB Progress (1): 282/316 kB Progress (1): 286/316 kB Progress (1): 290/316 kB Progress (1): 294/316 kB Progress (1): 298/316 kB Progress (1): 303/316 kB Progress (1): 307/316 kB Progress (1): 311/316 kB Progress (1): 315/316 kB Progress (1): 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 4.5 MB/s) [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/staging/2020-03/ [INFO] Adding repository http://download.eclipse.org/staging/2020-03 [INFO] Fetching content.jar from http://download.eclipse.org/staging/2020-03/ (2.99MB) [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (460.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (460.88kB) [INFO] Unpacking org.eclipse.osgi_3.15.200.v20200214-1600... [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (155.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (155.55kB) [INFO] Unpacking org.apache.felix.scr_2.1.16.v20200110-1820... [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.03kB) [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147... [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.65kB) [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141... [INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.01kB) [INFO] Unpacking org.eclipse.swt_3.114.0.v20200304-0601... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (835.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (835.59kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.114.0.v20200304-0601... Mar 11, 2020 6:38:45 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:38:45 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.13MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.13MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601... Mar 11, 2020 6:38:46 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:38:46 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (957.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.core/pom.xml Mar 11, 2020 6:38:47 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:38:47 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (9.5MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (9.5MB) [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337... [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/staging/2020-03/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/staging/2020-03/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.71kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (16.71kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (258.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (258.72kB) [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436... [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.03kB) [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436... [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/staging/2020-03/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (101.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (101.68kB) [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (63.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (63.49kB) [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (14.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (14.52kB) [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.86MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.86MB) [INFO] Unpacking org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703... [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.01kB) [INFO] Unpacking org.eclipse.core.commands_3.9.700.v20191217-1850... [INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (52.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (52.7kB) [INFO] Unpacking org.eclipse.equinox.common_3.11.0.v20200206-0817... [INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (41.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (41.5kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.600.v20200124-1609... [INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (54.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (54.37kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.7.700.v20191213-1901... [INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (76.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (76.99kB) [INFO] Unpacking org.eclipse.equinox.registry_3.8.700.v20200121-1457... [INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (55.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (55.68kB) [INFO] Unpacking org.eclipse.core.databinding_1.8.0.v20200205-2008... [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (82.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (82.47kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.9.0.v20200205-2119... [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.98kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.8.0.v20200124-0715... [INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.98kB) [INFO] Unpacking org.eclipse.core.expressions_3.6.700.v20200212-1751... [INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.69kB) [INFO] Unpacking org.eclipse.core.runtime_3.17.100.v20200203-0917... [INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (46.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (46.09kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.700.v20200106-1020... [INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (42.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (42.13kB) [INFO] Unpacking org.eclipse.equinox.app_1.4.400.v20191212-0743... [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.76kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.12.900.v20200110-1732... [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (25.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (25.92kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.500.v20190916-2125... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/staging/2020-03/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (22.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (22.66kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... [INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (28.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (28.2kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.200.v20200127-0814... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (7.68kB) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (7.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (7.75kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.67kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.82kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (107.16kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (485.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (485.73kB) [INFO] Unpacking org.eclipse.emf.ecore_2.21.0.v20200127-1342... [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (22.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (22.97kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805... [INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (361.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (361.89kB) [INFO] Unpacking org.eclipse.jface_3.19.0.v20200218-1607... [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (65.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (65.52kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (79.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (79.02kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.45kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005... [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (9.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (9.76kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.2.800.v20200128-0855... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24.04kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (111.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (111.14kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422... [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.16kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643... [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.7kB) [INFO] Unpacking org.eclipse.equinox.event_1.5.300.v20191001-1333... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (9.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (9.45kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048... [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (85.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (85.45kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (51.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (51.02kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (84.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (84.07kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (94.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (94.67kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (61.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (61.43kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442... [INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (78.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (78.02kB) [INFO] Unpacking org.eclipse.jface.databinding_1.11.0.v20200205-2119... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805... [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (115.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (115.01kB) [INFO] Unpacking org.eclipse.emf.common_2.18.0.v20191225-1014... [INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (125.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (125.61kB) [INFO] Unpacking org.eclipse.help_3.8.700.v20191212-1123... [INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (363.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (363.87kB) [INFO] Unpacking org.eclipse.ui_3.116.0.v20200203-1308... [INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1,004.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1,004.16kB) [INFO] Unpacking org.eclipse.ui.workbench_3.118.0.v20200222-0719... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.04kB) [INFO] Unpacking org.eclipse.compare.core_3.6.800.v20191213-2246... [INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (41.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (41.39kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.900.v20200117-0616... [INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (100.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (100.66kB) [INFO] Unpacking org.eclipse.text_3.10.100.v20200217-1239... [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (27.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (27.79kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734... [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/staging/2020-03/plugins/ (873.17kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (8.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (8.02kB) [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.0.v20200113-2039... [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (23.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (23.95kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.2.300.v20191213-1901... [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (32.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (32.04kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (74.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (74.67kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (108.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (108.27kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.94kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528... [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (55.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (55.47kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.56kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637... [INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (317.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (317.81kB) [INFO] Unpacking org.eclipse.jface.text_3.16.200.v20200218-0828... [INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (200.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (200.77kB) [INFO] Unpacking org.eclipse.ui.editors_3.13.100.v20200130-1507... [INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (961.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (961.05kB) [INFO] Unpacking org.eclipse.ui.ide_3.17.0.v20200217-1511... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (233.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (233.92kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049... [INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (133.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (133.31kB) [INFO] Unpacking org.eclipse.ui.navigator_3.9.200.v20200213-1442... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.uiforms/pom.xml Mar 11, 2020 6:39:13 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:39:13 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (124.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (124.26kB) [INFO] Unpacking org.eclipse.ui.forms_3.9.0.v20200213-1442... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (31.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (31.66kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522... [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (128.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (128.56kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522... [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (383.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (383.02kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522... [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (82.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (82.7kB) [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (18.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101... [INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (126.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (126.21kB) [INFO] Unpacking org.eclipse.debug.core_3.15.0.v20200224-0654... [INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200222-1431.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.01MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200222-1431.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.01MB) [INFO] Unpacking org.eclipse.debug.ui_3.14.400.v20200222-1431... Mar 11, 2020 6:39:16 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:39:16 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.ui.console_3.9.100.v20200215-1209.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (85.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.9.100.v20200215-1209.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (85.4kB) [INFO] Unpacking org.eclipse.ui.console_3.9.100.v20200215-1209... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (19.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (19.47kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (34.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (34.39kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (58.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (58.06kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (38.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (38.9kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (48.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (48.12kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.600.v20200211-1504... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (116.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (116.64kB) [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (81.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (81.19kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (23.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (23.81kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505... [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (31.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (31.99kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.28kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20200203-1449.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (105.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20200203-1449.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (105.62kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20200203-1449... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (16.64kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505... [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (287.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (287.29kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530... [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (71.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (71.21kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.600.v20191213-1901... [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (44.64kB) [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515... [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (123kB) [INFO] Unpacking org.junit_4.13.0.v20200204-1500... [INFO] Fetching org.eclipse.ui.browser_3.6.700.v20200217-0820.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (97.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.browser_3.6.700.v20200217-0820.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (97.29kB) [INFO] Unpacking org.eclipse.ui.browser_3.6.700.v20200217-0820... [INFO] Fetching org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (84.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (84.98kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.1000.v20200127-1026... [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/ [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (114.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (114.11kB) [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220... Mar 11, 2020 6:39:22 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:39:22 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (124.58kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (124.58kB) [INFO] Unpacking org.eclipse.wst.server.core_1.10.100.v201910252115... [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (275.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (275.12kB) [INFO] Unpacking org.eclipse.wst.server.ui_1.5.600.v201910252115... [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (29.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (29.69kB) [INFO] Unpacking org.json_1.0.0.v201011060100... [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (91.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (91.12kB) [INFO] Unpacking org.yaml.snakeyaml_1.14.0.v201604211500... [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24.05kB) [INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201903222010... [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.21kB) [INFO] Unpacking org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115... [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.12kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (43.12kB) [INFO] Unpacking org.eclipse.wst.server.discovery_1.3.200.v201910252115... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2020-03/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 http://download.eclipse.org/staging/2020-03/plugins/ (215.67kB) [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308... [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2020-03/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 http://download.eclipse.org/staging/2020-03/plugins/ (366.65kB) [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.graphiti/pom.xml Mar 11, 2020 6:39:25 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:39:25 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (59.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (59.63kB) [INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402... [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (96.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (96.99kB) [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401... [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (108.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (108.56kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.18.0.v20200205-0529... [INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (48.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (48.15kB) [INFO] Unpacking org.eclipse.ui.views_3.10.200.v20200213-1442... [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/staging/2020-03/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/staging/2020-03/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/staging/2020-03/plugins/ (85.1kB) [INFO] Fetching org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (95.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (95.62kB) [INFO] Unpacking org.eclipse.graphiti_0.16.1.201909061426... [INFO] Fetching org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (58kB) [INFO] Unpacking org.eclipse.graphiti.mm_0.16.1.201909061426... [INFO] Fetching org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (226.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (226.24kB) [INFO] Unpacking org.eclipse.graphiti.ui_0.16.1.201909061426... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (40.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (40.96kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jdt.junit/pom.xml Mar 11, 2020 6:39:30 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:39:30 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24.62kB) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.selenium/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.selenium/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.selenium/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.ui/pom.xml Mar 11, 2020 6:39:31 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:39:31 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (2.83MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (2.83MB) [INFO] Unpacking org.apache.ant_1.10.7.v20190926-0324... [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (72.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (72.39kB) [INFO] Unpacking org.eclipse.ant.core_3.5.700.v20191221-1203... [INFO] Fetching org.eclipse.ant.launching_1.2.800.v20191221-1203.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (101.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.800.v20191221-1203.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (101.67kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.800.v20191221-1203... [INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (274.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (274.22kB) [INFO] Unpacking org.eclipse.jdt.launching_3.17.0.v20200215-0651... [INFO] Fetching org.eclipse.core.externaltools_1.1.600.v20200216-2241.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (20.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.600.v20200216-2241.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (20.79kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.600.v20200216-2241... [INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200304-1404.jar from http://download.eclipse.org/staging/2020-03/plugins/ (6.72MB) [INFO] Fetching org.eclipse.ant.ui_3.7.700.v20200304-2203.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (487.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.700.v20200304-2203.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (487.69kB) [INFO] Unpacking org.eclipse.ant.ui_3.7.700.v20200304-2203... [INFO] Fetching org.eclipse.ui.externaltools_3.4.600.v20200113-1854.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (65.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.600.v20200113-1854.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (65.94kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.600.v20200113-1854... [INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200226-1531.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (3.91MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200226-1531.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (3.91MB) [INFO] Unpacking org.eclipse.jdt.ui_3.21.0.v20200226-1531... [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.600.v20200220-2022.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.66MB) [INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (126.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (126.56kB) [INFO] Unpacking org.eclipse.team.core_3.8.900.v20200211-0946... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (107.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (107.96kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156... [INFO] Fetching org.eclipse.jdt.junit_3.11.700.v20200214-0716.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (235.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.700.v20200214-0716.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (235.99kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.700.v20200214-0716... [INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (306.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (306.39kB) [INFO] Unpacking org.eclipse.compare_3.7.900.v20200129-0902... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (37.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (37.85kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.86kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (121.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (121.9kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (46.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (46.47kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (488.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (488.87kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108... [INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200224-0604.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (969.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200224-0604.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (969.65kB) [INFO] Unpacking org.eclipse.jdt.debug_3.15.0.v20200224-0604... [INFO] Fetching org.eclipse.search_3.11.900.v20200211-1227.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (215.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.900.v20200211-1227.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (215.14kB) [INFO] Unpacking org.eclipse.search_3.11.900.v20200211-1227... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (182.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (182.38kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.600.v20200214-0716.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (66.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.600.v20200214-0716.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (66.02kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.600.v20200214-0716... [INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (494.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (494.08kB) [INFO] Unpacking org.eclipse.team.ui_3.8.800.v20200211-0752... [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (70.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (70.9kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442... [INFO] Fetching org.eclipse.pde.build_3.10.700.v20191228-1214.jar from http://download.eclipse.org/staging/2020-03/plugins/ (478.68kB) [INFO] Fetching org.eclipse.pde.core_3.13.300.v20200217-1517.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.29MB) [INFO] Fetching org.eclipse.update.configurator_3.4.500.v20200225-0827.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.4.500.v20200225-0827.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.3kB) [INFO] Unpacking org.eclipse.update.configurator_3.4.500.v20200225-0827... [INFO] Fetching org.eclipse.pde.launching_3.8.100.v20200220-1000.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (51.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.8.100.v20200220-1000.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (51.44kB) [INFO] Unpacking org.eclipse.pde.launching_3.8.100.v20200220-1000... [INFO] Fetching org.eclipse.pde.ui_3.11.300.v20200214-1413.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.47MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.11.300.v20200214-1413.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.47MB) [INFO] Unpacking org.eclipse.pde.ui_3.11.300.v20200214-1413... Mar 11, 2020 6:39:46 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:39:46 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200217-1223.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (142.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200217-1223.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (142.42kB) [INFO] Unpacking org.eclipse.ui.intro_3.5.900.v20200217-1223... [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (151.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (151.09kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748... [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (26.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (26.28kB) [INFO] Unpacking org.eclipse.ui.trace_1.1.800.v20200106-1301... [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (49.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (49.3kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.700.v20200211-1227... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Fetching org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (39.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (39.29kB) [INFO] Unpacking org.eclipse.swtbot.generator_2.9.0.201909110845... [INFO] Fetching org.eclipse.swtbot.generator.jdt_2.9.0.201909110845.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (24.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.jdt_2.9.0.201909110845.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (24.56kB) [INFO] Unpacking org.eclipse.swtbot.generator.jdt_2.9.0.201909110845... [INFO] Fetching org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (12.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (12.89kB) [INFO] Unpacking org.eclipse.swtbot.generator.ui_2.9.0.201909110845... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/staging/2020-03/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 http://download.eclipse.org/staging/2020-03/plugins/ (21.32kB) [INFO] Unpacking javax.annotation_1.2.0.v201602091430... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (33.79kB) [INFO] Unpacking org.eclipse.core.net_1.3.800.v20200218-0937... [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (29.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (29.85kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.5.700.v20200207-2156... [INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (56.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (56.27kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.3.600.v20200116-2127... [INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (21.42kB) [INFO] Unpacking org.eclipse.urischeme_1.0.600.v20200115-1733... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (743.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (743.15kB) [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946... Mar 11, 2020 6:39:54 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:39:54 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/staging/2020-03/plugins/ (249kB) [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (14.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (14.59kB) [INFO] Unpacking org.slf4j.jcl_1.7.2.v20130115-1340... [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (122.3kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (122.3kB) [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.29MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (45.51kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (45.51kB) [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (26.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (26.2kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.6.100.v20191217-1850... [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (61.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (61.25kB) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... [INFO] Fetching org.eclipse.m2e.archetype.common_1.15.0.20200310-1832.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.92MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.15.0.20200310-1832.jar from http://download.eclipse.org/staging/2020-03/plugins/ (7.22MB) [INFO] Fetching org.eclipse.m2e.core_1.15.0.20200305-1308.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (198.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core_1.15.0.20200305-1308.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (198.97kB) [INFO] Unpacking org.eclipse.m2e.core_1.15.0.20200305-1308... [INFO] Fetching org.eclipse.m2e.maven.indexer_1.15.0.20200310-1832.jar from http://download.eclipse.org/staging/2020-03/plugins/ (1.08MB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/staging/2020-03/plugins/ (15.56kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24kB) [INFO] Unpacking org.slf4j.api_1.7.30.v20200204-2150... [INFO] Fetching org.eclipse.m2e.core.ui_1.15.0.20200305-1308.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (203.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core.ui_1.15.0.20200305-1308.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (203.94kB) [INFO] Unpacking org.eclipse.m2e.core.ui_1.15.0.20200305-1308... [INFO] Fetching org.eclipse.m2e.model.edit_1.15.0.20200225-1921.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (128.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.model.edit_1.15.0.20200225-1921.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (128.88kB) [INFO] Unpacking org.eclipse.m2e.model.edit_1.15.0.20200225-1921... [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.15.0.20200310-1832.jar from http://download.eclipse.org/staging/2020-03/plugins/ (19.43kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (77.31kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (77.31kB) [INFO] Unpacking org.eclipse.wst.common.emf_1.2.600.v201903222010... [INFO] Fetching org.eclipse.wst.sse.core_1.2.200.v202002172151.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (155.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.core_1.2.200.v202002172151.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (155.41kB) [INFO] Unpacking org.eclipse.wst.sse.core_1.2.200.v202002172151... [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201911262147.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (255.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201911262147.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (255.09kB) [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v201911262147... [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (43.24kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (43.24kB) [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.201.v201903222010... [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (20.13kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (20.13kB) [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201903222010... [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (24.69kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (24.69kB) [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.workbench.test/pom.xml Mar 11, 2020 6:40:00 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:40:00 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (34.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (34.1kB) [INFO] Unpacking org.eclipse.jdt_3.18.300.v20200305-0155... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.eclipse.test/pom.xml Mar 11, 2020 6:40:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:40:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching p2.index from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ [INFO] Adding repository http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ [INFO] Adding repository http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (79.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (79.97kB) [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110... [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/staging/2020-03/plugins/ (2.55MB) [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.14MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.14MB) [INFO] Unpacking com.google.javascript_0.0.20160315.v20161124-1903... Mar 11, 2020 6:40:06 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:40:06 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/staging/2020-03/plugins/ (611.72kB) [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (143.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (143.6kB) [INFO] Unpacking org.apache.commons.codec_1.13.0.v20200108-0001... [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (109.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (109.72kB) [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212... [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (333.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (333.78kB) [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512... [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (693.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (693.29kB) [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (899.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (899.36kB) [INFO] Unpacking org.apache.lucene.core_7.5.0.v20181003-1532... Mar 11, 2020 6:40:09 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:40:09 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (50.23kB) [INFO] Unpacking org.apache.lucene.misc_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (135.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (135.97kB) [INFO] Unpacking org.apache.lucene.queryparser_7.5.0.v20181003-1532... [INFO] Fetching org.eclipse.datatools.connectivity_1.14.102.201911250848.jar from http://download.eclipse.org/staging/2020-03/plugins/ (271.01kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (17.58kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (13.22kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (566.23kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (166.46kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (344.1kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (563.53kB) [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (17.92kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (340.77kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (621.79kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (228.74kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (91.99kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from http://download.eclipse.org/staging/2020-03/plugins/ (97.49kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (189.45kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (130.23kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (31.85kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (46.89kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (369.84kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (462.63kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2020-03/plugins/ (139.67kB) [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (126.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (126.93kB) [INFO] Unpacking org.eclipse.emf.codegen_2.19.0.v20190821-1536... [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (30.47kB) [INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146... [INFO] Fetching org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (54.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (54.88kB) [INFO] Unpacking org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806... [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (124.12kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (124.12kB) [INFO] Unpacking org.apache.commons.lang3_3.1.0.v201403281430... [INFO] Fetching org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (152.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (152.06kB) [INFO] Unpacking org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806... [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (104.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (104.32kB) [INFO] Unpacking org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231... [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (201.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (201.34kB) [INFO] Unpacking org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231... [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (37.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (37.81kB) [INFO] Unpacking org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231... [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (10.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (10.45kB) [INFO] Unpacking org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231... [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (92.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (92.89kB) [INFO] Unpacking org.eclipse.jem_2.0.600.v201903222024... [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (47.49kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (47.49kB) [INFO] Unpacking org.eclipse.jem.util_2.1.201.v201903222010... [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (36.06kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (36.06kB) [INFO] Unpacking org.eclipse.jem.workbench_2.0.400.v201903222024... [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (22.25kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (22.25kB) [INFO] Unpacking org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024... [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/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 http://download.eclipse.org/staging/2020-03/plugins/ (13.66kB) [INFO] Unpacking org.eclipse.jst.common.annotations.core_1.1.300.v201903222024... [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (46.47kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (46.47kB) [INFO] Unpacking org.eclipse.jst.common.frameworks_1.1.701.v201903222024... [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (130.46kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (130.46kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (53kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (53kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (135.43kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (135.43kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (119.69kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (119.69kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (63.92kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (63.92kB) [INFO] Unpacking org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755... [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (51.16kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (51.16kB) [INFO] Unpacking org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010... [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (91.81kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (91.81kB) [INFO] Unpacking org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010... [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/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 http://download.eclipse.org/staging/2020-03/plugins/ (30.97kB) [INFO] Unpacking org.eclipse.jst.common.ui_1.0.301.v201903222024... [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (49.57kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (49.57kB) [INFO] Unpacking org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010... [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (330.51kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (330.51kB) [INFO] Unpacking org.eclipse.jst.ejb.ui_1.1.911.v201903222024... [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (53.38kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (53.38kB) [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010... [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (120.14kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (120.14kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (860.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 http://download.eclipse.org/staging/2020-03/plugins/ (860.39kB) [INFO] Unpacking org.eclipse.jst.j2ee_1.2.301.v201903222025... [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (590.41kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (590.41kB) [INFO] Unpacking org.eclipse.jst.j2ee.core_1.4.1.v201903222024... Mar 11, 2020 6:40:21 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:40:21 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (361.33kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (361.33kB) [INFO] Unpacking org.eclipse.jst.j2ee.ui_1.1.931.v201903222025... [INFO] Fetching org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (42.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (42.81kB) [INFO] Unpacking org.eclipse.wst.web.ui_1.2.100.v201902281912... [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (49.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (49.33kB) [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.600.v201903222010... [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (36.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (36.66kB) [INFO] Unpacking org.eclipse.wst.web_1.2.100.v201905161255... [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (73.43kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (73.43kB) [INFO] Unpacking org.eclipse.jst.jee.ui_1.0.901.v201903222025... [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (31.71kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (31.71kB) [INFO] Unpacking org.eclipse.jst.server.core_1.2.600.v201910252115... [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (39.89kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (39.89kB) [INFO] Unpacking org.eclipse.jst.jee_1.0.902.v201905281719... [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (25.32kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (25.32kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429... [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (39.22kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (39.22kB) [INFO] Unpacking org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346... [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (15.99kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (15.99kB) [INFO] Unpacking org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346... [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (172.05kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (172.05kB) [INFO] Unpacking org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (222.68kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (222.68kB) [INFO] Unpacking org.eclipse.jst.j2ee.web_1.1.911.v201903222025... [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (55.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (55.8kB) [INFO] Unpacking org.eclipse.wst.common.ui_1.1.700.v201905071717... [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (79.53kB) [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 http://download.eclipse.org/staging/2020-03/plugins/ (79.53kB) [INFO] Unpacking org.eclipse.jst.servlet.ui_1.1.921.v201903222025... [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (87.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (87.57kB) [INFO] Unpacking org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231... [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (69.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (69.6kB) [INFO] Unpacking org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231... [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (181.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (181.16kB) [INFO] Unpacking org.eclipse.wst.css.core_1.2.0.v201904210526... [INFO] Fetching org.eclipse.wst.css.ui_1.1.300.v201911262315.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (120.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.css.ui_1.1.300.v201911262315.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (120.06kB) [INFO] Unpacking org.eclipse.wst.css.ui_1.1.300.v201911262315... [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (334.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (334.4kB) [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.300.v201904272112... [INFO] Fetching org.eclipse.wst.sse.ui_1.6.300.v202001091420.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (314.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.ui_1.6.300.v202001091420.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (314.72kB) [INFO] Unpacking org.eclipse.wst.sse.ui_1.6.300.v202001091420... [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (200.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (200.89kB) [INFO] Unpacking org.eclipse.wst.html.core_1.3.200.v201910140306... [INFO] Fetching org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (115.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (115.38kB) [INFO] Unpacking org.eclipse.wst.html.ui_1.1.200.v201905301652... [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.2MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (1.2MB) [INFO] Unpacking org.eclipse.wst.jsdt.core_2.0.302.v201903222047... Mar 11, 2020 6:40:28 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:40:28 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (20.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (20.9kB) [INFO] Unpacking org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047... [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.402.v202002141644.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (2.32MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.402.v202002141644.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (2.32MB) [INFO] Unpacking org.eclipse.wst.jsdt.ui_2.0.402.v202002141644... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Adding repository http://download.eclipse.org/tools/gef/updates/legacy/releases [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (634.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (634.79kB) [INFO] Unpacking net.bytebuddy.byte-buddy_1.9.0.v20181107-1410... Mar 11, 2020 6:40:43 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 Mar 11, 2020 6:40:43 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (23.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (23.9kB) [INFO] Unpacking net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534... [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (32.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (32.1kB) [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246... [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (170.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (170.56kB) [INFO] Unpacking org.mockito_2.23.0.v20190527-1420... [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (27.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (27.19kB) [INFO] Unpacking org.objenesis_2.6.0.v20180420-1519... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.ui.test/pom.xml Mar 11, 2020 6:40:44 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 11, 2020 6:40:44 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.700.v20200116-1804.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.700.v20200116-1804.jar.pack.gz from http://download.eclipse.org/staging/2020-03/plugins/ (13.97kB) [INFO] Unpacking org.eclipse.pde.junit.runtime_3.5.700.v20200116-1804... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.selenium.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.selenium.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.selenium.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.staging/site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] RedDeer Parent POM File [pom] [INFO] RedDeer Plugins [pom] [INFO] RedDeer Common [eclipse-plugin] [INFO] RedDeer Workbench Core [eclipse-plugin] [INFO] RedDeer E4 Workbench Core [eclipse-plugin] [INFO] RedDeer Core [eclipse-plugin] [INFO] RedDeer SWT [eclipse-plugin] [INFO] RedDeer JFace [eclipse-plugin] [INFO] RedDeer Workbench [eclipse-plugin] [INFO] RedDeer E4 Workbench [eclipse-plugin] [INFO] RedDeer UIForms [eclipse-plugin] [INFO] RedDeer Direct [eclipse-plugin] [INFO] RedDeer JUnit [eclipse-plugin] [INFO] RedDeer Eclipse [eclipse-plugin] [INFO] RedDeer GEF [eclipse-plugin] [INFO] RedDeer GEF Spy [eclipse-plugin] [INFO] RedDeer Graphiti [eclipse-plugin] [INFO] RedDeer JDT Junit [eclipse-plugin] [INFO] RedDeer JUnit Extensions [eclipse-plugin] [INFO] RedDeer Selenium [eclipse-plugin] [INFO] RedDeer Requirements [eclipse-plugin] [INFO] RedDeer UI [eclipse-plugin] [INFO] RedDeer Spy [eclipse-plugin] [INFO] RedDeer Recorder [eclipse-plugin] [INFO] RedDeer Go [eclipse-plugin] [INFO] RedDeer Log Parser [eclipse-plugin] [INFO] RedDeer CodeGen [eclipse-plugin] [INFO] RedDeer Test-Apps [pom] [INFO] RedDeer E4 Test App [eclipse-plugin] [INFO] RedDeer Tests [pom] [INFO] RedDeer Common Tests [eclipse-test-plugin] [INFO] RedDeer SWT Tests [eclipse-test-plugin] [INFO] RedDeer Core Tests [eclipse-test-plugin] [INFO] RedDeer Workbench Tests [eclipse-test-plugin] [INFO] RedDeer UIForms Test [eclipse-test-plugin] [INFO] RedDeer JFace Tests [eclipse-test-plugin] [INFO] RedDeer Eclipse Tests [eclipse-test-plugin] [INFO] RedDeer GEF Tests [eclipse-test-plugin] [INFO] RedDeer Graphiti Tests [eclipse-test-plugin] [INFO] RedDeer Direct Tests [eclipse-test-plugin] [INFO] RedDeer JUnit Tests [eclipse-test-plugin] [INFO] RedDeer Requirements Tests [eclipse-test-plugin] [INFO] RedDeer UI Tests [eclipse-test-plugin] [INFO] RedDeer E4 Workbench Tests [eclipse-test-plugin] [INFO] RedDeer Integration and Eclipse Installation Tests [eclipse-test-plugin] [INFO] RedDeer Features [pom] [INFO] RedDeer E4 Feature [eclipse-feature] [INFO] RedDeer Eclipse Feature [eclipse-feature] [INFO] RedDeer GEF Spy Feature [eclipse-feature] [INFO] RedDeer SWT Feature [eclipse-feature] [INFO] RedDeer Tests Feature [eclipse-feature] [INFO] RedDeer UI Feature [eclipse-feature] [INFO] RedDeer Recorder Feature [eclipse-feature] [INFO] RedDeer GEF/Graphiti Feature [eclipse-feature] [INFO] RedDeer Spy Feature [eclipse-feature] [INFO] RedDeer Log Parser Feature [eclipse-feature] [INFO] RedDeer Selenium Feature [eclipse-feature] [INFO] RedDeer CodeGen Feature [eclipse-feature] [INFO] RedDeer Site [eclipse-repository] [INFO] RedDeer Archetype [maven-archetype] [INFO] [INFO] ---------------------< org.eclipse.reddeer:parent >--------------------- [INFO] Building RedDeer Parent POM File 2.9.0-SNAPSHOT [1/60] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- Downloading from cbi-release: 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 48 kB/s) Downloading from cbi-release: 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 kB Progress (1): 8.2 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 377 kB/s) Downloading from cbi-release: 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 525 kB/s) Downloading from cbi-release: 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 88 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 127 kB/s) Downloading from cbi-release: 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 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 310 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/226 kB 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 415 kB/s) Progress (1): 7.7/226 kB Progress (1): 12/226 kB Progress (1): 16/226 kB Progress (1): 20/226 kB Progress (1): 24/226 kB Progress (1): 28/226 kB Progress (1): 32/226 kB Progress (1): 36/226 kB Progress (1): 40/226 kB Progress (1): 45/226 kB Progress (1): 49/226 kB Progress (1): 53/226 kB Progress (1): 57/226 kB Progress (1): 61/226 kB Progress (1): 65/226 kB Progress (1): 69/226 kB Progress (1): 73/226 kB Progress (1): 77/226 kB Progress (1): 81/226 kB Progress (1): 85/226 kB Progress (1): 90/226 kB Progress (1): 94/226 kB Progress (1): 98/226 kB Progress (1): 102/226 kB Progress (1): 106/226 kB Progress (1): 110/226 kB Progress (1): 114/226 kB Progress (1): 118/226 kB Progress (1): 122/226 kB Progress (1): 126/226 kB Progress (1): 131/226 kB Progress (1): 135/226 kB Progress (1): 139/226 kB Progress (1): 143/226 kB Progress (1): 147/226 kB Progress (1): 151/226 kB Progress (1): 155/226 kB Progress (1): 159/226 kB Progress (1): 163/226 kB Progress (1): 167/226 kB Progress (1): 171/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 217/226 kB Progress (1): 221/226 kB Progress (1): 225/226 kB Progress (1): 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 1.7 MB/s) [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ parent --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 243 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 73 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 108 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 221 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 45 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1 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 254 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 142 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom 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 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 248 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 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 887 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 116 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 79 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 817 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Progress (1): 765 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 22 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 274 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Progress (1): 767 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 4.6 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 48 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 11 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 18 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Progress (1): 588 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 3.2 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Progress (1): 4.1 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 207 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 76 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1 kB Progress (1): 8.2 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 359 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom 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 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 156 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom 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 kB Progress (1): 8.2 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 377 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.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.2.1/maven-reporting-2.2.1.pom (1.4 kB at 58 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-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/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 68 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 523 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 39 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 11 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 11 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 44 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 151 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom 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 kB Progress (1): 8.2 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 311 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 72 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 311 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 855 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 129 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 347 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 86 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 101 kB/s) Downloading from cbi-release: 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 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 191 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 50 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 75 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 18 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 36 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 46 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 69 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 53 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 550 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 56 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 124 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 188 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 100 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Progress (1): 738 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 34 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/1/apache-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 162 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 277 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 188 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 142 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Progress (1): 4.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 235 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 546 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 106 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 66 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 211 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 34 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 104 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 80 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 30 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 36 kB/s) Downloading from cbi-release: 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 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 289 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 30 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Progress (1): 4.1 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 349 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 268 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 477 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 368 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom Progress (1): 140 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 4.7 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 303 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Progress (1): 357 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 7.9 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Progress (1): 866 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 22 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Progress (1): 974 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 49 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 82 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Progress (1): 163 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 5.8 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Progress (1): 346 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 16 kB/s) Downloading from cbi-release: 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 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 218 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2.pom (3.5 kB at 122 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.pom (2.1 kB at 59 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom (2.9 kB at 109 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.pom (3.7 kB at 127 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.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/6.2.1/asm-tree-6.2.1.pom (3.1 kB at 112 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.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/6.2.1/asm-analysis-6.2.1.pom (3.2 kB at 109 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.pom (1.9 kB at 87 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.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): 45/49 kB Progress (1): 49/49 kB Progress (1): 49 kB Progress (2): 49 kB | 4.1/51 kB Progress (2): 49 kB | 7.7/51 kB Progress (2): 49 kB | 12/51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (1): 28/51 kB Progress (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 40/51 kB Progress (1): 45/51 kB Progress (1): 49/51 kB Progress (1): 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (2): 12/12 kB | 4.1/88 kB Progress (2): 12/12 kB | 7.7/88 kB Progress (2): 12/12 kB | 12/88 kB Progress (2): 12/12 kB | 16/88 kB Progress (2): 12 kB | 16/88 kB Progress (2): 12 kB | 20/88 kB Progress (2): 12 kB | 24/88 kB Progress (2): 12 kB | 28/88 kB Progress (2): 12 kB | 32/88 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 75 kB/s) Progress (1): 36/88 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Progress (1): 40/88 kB Progress (1): 45/88 kB Progress (1): 49/88 kB Progress (1): 53/88 kB Progress (1): 57/88 kB Progress (1): 61/88 kB Progress (1): 65/88 kB Progress (2): 65/88 kB | 4.1/245 kB Progress (2): 65/88 kB | 7.7/245 kB Progress (2): 69/88 kB | 7.7/245 kB Progress (2): 69/88 kB | 12/245 kB Progress (2): 73/88 kB | 12/245 kB Progress (2): 73/88 kB | 16/245 kB Progress (2): 77/88 kB | 16/245 kB Progress (2): 81/88 kB | 16/245 kB Progress (2): 81/88 kB | 20/245 kB Progress (2): 85/88 kB | 20/245 kB Progress (2): 85/88 kB | 24/245 kB Progress (2): 85/88 kB | 28/245 kB Progress (2): 88 kB | 28/245 kB Progress (2): 88 kB | 32/245 kB Progress (2): 88 kB | 36/245 kB Progress (2): 88 kB | 40/245 kB Progress (2): 88 kB | 45/245 kB Progress (2): 88 kB | 49/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 498 kB/s) Progress (1): 53/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Progress (1): 57/245 kB Progress (1): 61/245 kB Progress (1): 65/245 kB Progress (1): 69/245 kB Progress (1): 73/245 kB Progress (2): 73/245 kB | 4.1/237 kB Progress (2): 73/245 kB | 7.7/237 kB Progress (2): 73/245 kB | 12/237 kB Progress (2): 73/245 kB | 16/237 kB Progress (2): 77/245 kB | 16/237 kB Progress (3): 77/245 kB | 16/237 kB | 4.1/80 kB Progress (4): 77/245 kB | 16/237 kB | 4.1/80 kB | 4.1/26 kB Progress (4): 77/245 kB | 20/237 kB | 4.1/80 kB | 4.1/26 kB Progress (4): 77/245 kB | 20/237 kB | 7.7/80 kB | 4.1/26 kB Progress (4): 81/245 kB | 20/237 kB | 7.7/80 kB | 4.1/26 kB Progress (4): 81/245 kB | 20/237 kB | 12/80 kB | 4.1/26 kB Progress (4): 81/245 kB | 24/237 kB | 12/80 kB | 4.1/26 kB Progress (4): 81/245 kB | 24/237 kB | 12/80 kB | 7.7/26 kB Progress (4): 81/245 kB | 28/237 kB | 12/80 kB | 7.7/26 kB Progress (4): 85/245 kB | 28/237 kB | 12/80 kB | 7.7/26 kB Progress (4): 85/245 kB | 28/237 kB | 16/80 kB | 7.7/26 kB Progress (4): 90/245 kB | 28/237 kB | 16/80 kB | 7.7/26 kB Progress (4): 90/245 kB | 32/237 kB | 16/80 kB | 7.7/26 kB Progress (4): 90/245 kB | 32/237 kB | 16/80 kB | 12/26 kB Progress (4): 90/245 kB | 32/237 kB | 20/80 kB | 12/26 kB Progress (4): 90/245 kB | 32/237 kB | 24/80 kB | 12/26 kB Progress (4): 94/245 kB | 32/237 kB | 24/80 kB | 12/26 kB Progress (4): 94/245 kB | 32/237 kB | 28/80 kB | 12/26 kB Progress (4): 94/245 kB | 32/237 kB | 32/80 kB | 12/26 kB Progress (4): 94/245 kB | 36/237 kB | 32/80 kB | 12/26 kB Progress (4): 94/245 kB | 36/237 kB | 36/80 kB | 12/26 kB Progress (4): 94/245 kB | 36/237 kB | 36/80 kB | 16/26 kB Progress (4): 94/245 kB | 36/237 kB | 40/80 kB | 16/26 kB Progress (4): 94/245 kB | 40/237 kB | 40/80 kB | 16/26 kB Progress (5): 94/245 kB | 40/237 kB | 40/80 kB | 16/26 kB | 4.1/38 kB Progress (5): 94/245 kB | 40/237 kB | 40/80 kB | 16/26 kB | 7.7/38 kB Progress (5): 94/245 kB | 40/237 kB | 40/80 kB | 16/26 kB | 12/38 kB Progress (5): 94/245 kB | 40/237 kB | 40/80 kB | 16/26 kB | 16/38 kB Progress (5): 94/245 kB | 40/237 kB | 40/80 kB | 16/26 kB | 20/38 kB Progress (5): 94/245 kB | 40/237 kB | 40/80 kB | 16/26 kB | 24/38 kB Progress (5): 98/245 kB | 40/237 kB | 40/80 kB | 16/26 kB | 24/38 kB Progress (5): 98/245 kB | 40/237 kB | 40/80 kB | 16/26 kB | 28/38 kB Progress (5): 98/245 kB | 45/237 kB | 40/80 kB | 16/26 kB | 28/38 kB Progress (5): 98/245 kB | 45/237 kB | 45/80 kB | 16/26 kB | 28/38 kB Progress (5): 98/245 kB | 45/237 kB | 45/80 kB | 20/26 kB | 28/38 kB Progress (5): 98/245 kB | 45/237 kB | 49/80 kB | 20/26 kB | 28/38 kB Progress (5): 98/245 kB | 49/237 kB | 49/80 kB | 20/26 kB | 28/38 kB Progress (5): 102/245 kB | 49/237 kB | 49/80 kB | 20/26 kB | 28/38 kB Progress (5): 102/245 kB | 49/237 kB | 49/80 kB | 20/26 kB | 32/38 kB Progress (5): 102/245 kB | 53/237 kB | 49/80 kB | 20/26 kB | 32/38 kB Progress (5): 106/245 kB | 53/237 kB | 49/80 kB | 20/26 kB | 32/38 kB Progress (5): 106/245 kB | 53/237 kB | 53/80 kB | 20/26 kB | 32/38 kB Progress (5): 106/245 kB | 53/237 kB | 53/80 kB | 24/26 kB | 32/38 kB Progress (5): 106/245 kB | 53/237 kB | 57/80 kB | 24/26 kB | 32/38 kB Progress (5): 110/245 kB | 53/237 kB | 57/80 kB | 24/26 kB | 32/38 kB Progress (5): 110/245 kB | 57/237 kB | 57/80 kB | 24/26 kB | 32/38 kB Progress (5): 110/245 kB | 57/237 kB | 57/80 kB | 24/26 kB | 36/38 kB Progress (5): 110/245 kB | 61/237 kB | 57/80 kB | 24/26 kB | 36/38 kB Progress (5): 114/245 kB | 61/237 kB | 57/80 kB | 24/26 kB | 36/38 kB Progress (5): 114/245 kB | 61/237 kB | 61/80 kB | 24/26 kB | 36/38 kB Progress (5): 114/245 kB | 61/237 kB | 65/80 kB | 24/26 kB | 36/38 kB Progress (5): 114/245 kB | 61/237 kB | 65/80 kB | 26 kB | 36/38 kB Progress (5): 114/245 kB | 61/237 kB | 69/80 kB | 26 kB | 36/38 kB Progress (5): 114/245 kB | 61/237 kB | 73/80 kB | 26 kB | 36/38 kB Progress (5): 114/245 kB | 61/237 kB | 77/80 kB | 26 kB | 36/38 kB Progress (5): 114/245 kB | 61/237 kB | 80 kB | 26 kB | 36/38 kB Progress (5): 118/245 kB | 61/237 kB | 80 kB | 26 kB | 36/38 kB Progress (5): 118/245 kB | 65/237 kB | 80 kB | 26 kB | 36/38 kB Progress (5): 118/245 kB | 65/237 kB | 80 kB | 26 kB | 38 kB Progress (5): 122/245 kB | 65/237 kB | 80 kB | 26 kB | 38 kB Progress (5): 122/245 kB | 69/237 kB | 80 kB | 26 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 360 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 115 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 167 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Progress (2): 122/245 kB | 73/237 kB Progress (2): 126/245 kB | 73/237 kB Progress (2): 126/245 kB | 77/237 kB Progress (3): 126/245 kB | 77/237 kB | 4.1/39 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Progress (3): 126/245 kB | 77/237 kB | 7.7/39 kB Progress (3): 126/245 kB | 81/237 kB | 7.7/39 kB Progress (3): 131/245 kB | 81/237 kB | 7.7/39 kB Progress (3): 131/245 kB | 85/237 kB | 7.7/39 kB Progress (3): 131/245 kB | 90/237 kB | 7.7/39 kB Progress (3): 135/245 kB | 90/237 kB | 7.7/39 kB Progress (3): 135/245 kB | 90/237 kB | 12/39 kB Progress (3): 139/245 kB | 90/237 kB | 12/39 kB Progress (3): 139/245 kB | 94/237 kB | 12/39 kB Progress (3): 143/245 kB | 94/237 kB | 12/39 kB Progress (3): 143/245 kB | 94/237 kB | 16/39 kB Progress (3): 147/245 kB | 94/237 kB | 16/39 kB Progress (3): 147/245 kB | 94/237 kB | 20/39 kB Progress (3): 147/245 kB | 94/237 kB | 24/39 kB Progress (3): 151/245 kB | 94/237 kB | 24/39 kB Progress (3): 151/245 kB | 98/237 kB | 24/39 kB Progress (3): 155/245 kB | 98/237 kB | 24/39 kB Progress (3): 159/245 kB | 98/237 kB | 24/39 kB Progress (3): 163/245 kB | 98/237 kB | 24/39 kB Progress (3): 163/245 kB | 98/237 kB | 28/39 kB Progress (3): 167/245 kB | 98/237 kB | 28/39 kB Progress (3): 167/245 kB | 102/237 kB | 28/39 kB Progress (3): 171/245 kB | 102/237 kB | 28/39 kB Progress (3): 171/245 kB | 102/237 kB | 32/39 kB Progress (3): 176/245 kB | 102/237 kB | 32/39 kB Progress (3): 176/245 kB | 106/237 kB | 32/39 kB Progress (3): 176/245 kB | 106/237 kB | 36/39 kB Progress (4): 176/245 kB | 106/237 kB | 36/39 kB | 4.1/43 kB Progress (5): 176/245 kB | 106/237 kB | 36/39 kB | 4.1/43 kB | 4.1/9.8 kB Progress (5): 180/245 kB | 106/237 kB | 36/39 kB | 4.1/43 kB | 4.1/9.8 kB Progress (5): 180/245 kB | 106/237 kB | 36/39 kB | 4.1/43 kB | 7.7/9.8 kB Progress (5): 180/245 kB | 106/237 kB | 36/39 kB | 7.7/43 kB | 7.7/9.8 kB Progress (5): 180/245 kB | 106/237 kB | 36/39 kB | 12/43 kB | 7.7/9.8 kB Progress (5): 180/245 kB | 106/237 kB | 39 kB | 12/43 kB | 7.7/9.8 kB Progress (5): 180/245 kB | 110/237 kB | 39 kB | 12/43 kB | 7.7/9.8 kB Progress (5): 180/245 kB | 114/237 kB | 39 kB | 12/43 kB | 7.7/9.8 kB Progress (5): 180/245 kB | 114/237 kB | 39 kB | 16/43 kB | 7.7/9.8 kB Progress (5): 180/245 kB | 118/237 kB | 39 kB | 16/43 kB | 7.7/9.8 kB Progress (5): 180/245 kB | 118/237 kB | 39 kB | 16/43 kB | 9.8 kB Progress (5): 180/245 kB | 118/237 kB | 39 kB | 20/43 kB | 9.8 kB Progress (5): 180/245 kB | 122/237 kB | 39 kB | 20/43 kB | 9.8 kB Progress (5): 184/245 kB | 122/237 kB | 39 kB | 20/43 kB | 9.8 kB Progress (5): 184/245 kB | 126/237 kB | 39 kB | 20/43 kB | 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 32 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Progress (4): 184/245 kB | 126/237 kB | 39 kB | 24/43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 126 kB/s) Progress (4): 184/245 kB | 126/237 kB | 24/43 kB | 4.1/13 kB Progress (4): 184/245 kB | 126/237 kB | 28/43 kB | 4.1/13 kB Progress (4): 184/245 kB | 131/237 kB | 28/43 kB | 4.1/13 kB Progress (4): 188/245 kB | 131/237 kB | 28/43 kB | 4.1/13 kB Progress (4): 188/245 kB | 131/237 kB | 32/43 kB | 4.1/13 kB Progress (4): 188/245 kB | 135/237 kB | 32/43 kB | 4.1/13 kB Progress (4): 188/245 kB | 139/237 kB | 32/43 kB | 4.1/13 kB Progress (4): 188/245 kB | 143/237 kB | 32/43 kB | 4.1/13 kB Progress (4): 188/245 kB | 143/237 kB | 32/43 kB | 7.7/13 kB Progress (4): 188/245 kB | 143/237 kB | 32/43 kB | 12/13 kB Progress (4): 188/245 kB | 143/237 kB | 32/43 kB | 13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Progress (4): 188/245 kB | 147/237 kB | 32/43 kB | 13 kB Progress (4): 188/245 kB | 147/237 kB | 36/43 kB | 13 kB Progress (4): 188/245 kB | 147/237 kB | 40/43 kB | 13 kB Progress (4): 192/245 kB | 147/237 kB | 40/43 kB | 13 kB Progress (4): 192/245 kB | 147/237 kB | 43 kB | 13 kB Progress (4): 192/245 kB | 151/237 kB | 43 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 39 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Progress (3): 192/245 kB | 155/237 kB | 43 kB Progress (3): 196/245 kB | 155/237 kB | 43 kB Progress (3): 196/245 kB | 159/237 kB | 43 kB Progress (3): 196/245 kB | 163/237 kB | 43 kB Progress (3): 200/245 kB | 163/237 kB | 43 kB Progress (3): 204/245 kB | 163/237 kB | 43 kB Progress (3): 208/245 kB | 163/237 kB | 43 kB Progress (3): 212/245 kB | 163/237 kB | 43 kB Progress (3): 217/245 kB | 163/237 kB | 43 kB Progress (3): 217/245 kB | 167/237 kB | 43 kB Progress (3): 221/245 kB | 167/237 kB | 43 kB Progress (3): 225/245 kB | 167/237 kB | 43 kB Progress (3): 229/245 kB | 167/237 kB | 43 kB Progress (4): 229/245 kB | 167/237 kB | 43 kB | 4.1/17 kB Progress (4): 233/245 kB | 167/237 kB | 43 kB | 4.1/17 kB Progress (4): 233/245 kB | 171/237 kB | 43 kB | 4.1/17 kB Progress (4): 237/245 kB | 171/237 kB | 43 kB | 4.1/17 kB Progress (4): 241/245 kB | 171/237 kB | 43 kB | 4.1/17 kB Progress (4): 245 kB | 171/237 kB | 43 kB | 4.1/17 kB Progress (4): 245 kB | 171/237 kB | 43 kB | 7.7/17 kB Progress (4): 245 kB | 176/237 kB | 43 kB | 7.7/17 kB Progress (4): 245 kB | 176/237 kB | 43 kB | 12/17 kB Progress (4): 245 kB | 180/237 kB | 43 kB | 12/17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 125 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Progress (3): 245 kB | 184/237 kB | 12/17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 710 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Progress (2): 184/237 kB | 16/17 kB Progress (2): 184/237 kB | 17 kB Progress (3): 184/237 kB | 17 kB | 0/1.2 MB Progress (3): 184/237 kB | 17 kB | 0/1.2 MB Progress (4): 184/237 kB | 17 kB | 0/1.2 MB | 4.1/158 kB Progress (4): 188/237 kB | 17 kB | 0/1.2 MB | 4.1/158 kB Progress (4): 192/237 kB | 17 kB | 0/1.2 MB | 4.1/158 kB Progress (4): 192/237 kB | 17 kB | 0/1.2 MB | 7.7/158 kB Progress (4): 192/237 kB | 17 kB | 0/1.2 MB | 12/158 kB Progress (4): 192/237 kB | 17 kB | 0/1.2 MB | 16/158 kB Progress (4): 192/237 kB | 17 kB | 0/1.2 MB | 16/158 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 41 kB/s) Progress (3): 192/237 kB | 0/1.2 MB | 20/158 kB Progress (3): 192/237 kB | 0/1.2 MB | 20/158 kB Progress (3): 196/237 kB | 0/1.2 MB | 20/158 kB Progress (3): 196/237 kB | 0/1.2 MB | 24/158 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Progress (3): 196/237 kB | 0/1.2 MB | 24/158 kB Progress (3): 200/237 kB | 0/1.2 MB | 24/158 kB Progress (3): 200/237 kB | 0/1.2 MB | 28/158 kB Progress (3): 204/237 kB | 0/1.2 MB | 28/158 kB Progress (3): 208/237 kB | 0/1.2 MB | 28/158 kB Progress (3): 212/237 kB | 0/1.2 MB | 28/158 kB Progress (4): 212/237 kB | 0/1.2 MB | 28/158 kB | 4.1/305 kB Progress (4): 212/237 kB | 0/1.2 MB | 28/158 kB | 4.1/305 kB Progress (4): 217/237 kB | 0/1.2 MB | 28/158 kB | 4.1/305 kB Progress (4): 217/237 kB | 0/1.2 MB | 28/158 kB | 7.7/305 kB Progress (4): 217/237 kB | 0.1/1.2 MB | 28/158 kB | 7.7/305 kB Progress (4): 217/237 kB | 0.1/1.2 MB | 28/158 kB | 7.7/305 kB Progress (4): 217/237 kB | 0.1/1.2 MB | 32/158 kB | 7.7/305 kB Progress (4): 217/237 kB | 0.1/1.2 MB | 32/158 kB | 12/305 kB Progress (4): 221/237 kB | 0.1/1.2 MB | 32/158 kB | 12/305 kB Progress (4): 221/237 kB | 0.1/1.2 MB | 36/158 kB | 12/305 kB Progress (4): 221/237 kB | 0.1/1.2 MB | 36/158 kB | 16/305 kB Progress (4): 221/237 kB | 0.1/1.2 MB | 36/158 kB | 16/305 kB Progress (4): 221/237 kB | 0.1/1.2 MB | 36/158 kB | 20/305 kB Progress (4): 221/237 kB | 0.1/1.2 MB | 40/158 kB | 20/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 40/158 kB | 20/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 45/158 kB | 20/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 45/158 kB | 24/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 45/158 kB | 24/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 45/158 kB | 28/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 49/158 kB | 28/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 53/158 kB | 28/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 57/158 kB | 28/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 61/158 kB | 28/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 65/158 kB | 28/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 69/158 kB | 28/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 73/158 kB | 28/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 77/158 kB | 28/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 81/158 kB | 28/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 85/158 kB | 28/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 90/158 kB | 28/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 94/158 kB | 28/305 kB Progress (4): 225/237 kB | 0.1/1.2 MB | 98/158 kB | 28/305 kB Progress (4): 229/237 kB | 0.1/1.2 MB | 98/158 kB | 28/305 kB Progress (4): 229/237 kB | 0.1/1.2 MB | 98/158 kB | 28/305 kB Progress (4): 229/237 kB | 0.1/1.2 MB | 98/158 kB | 32/305 kB Progress (4): 229/237 kB | 0.1/1.2 MB | 98/158 kB | 32/305 kB Progress (4): 229/237 kB | 0.1/1.2 MB | 98/158 kB | 36/305 kB Progress (4): 229/237 kB | 0.1/1.2 MB | 98/158 kB | 40/305 kB Progress (4): 233/237 kB | 0.1/1.2 MB | 98/158 kB | 40/305 kB Progress (4): 233/237 kB | 0.1/1.2 MB | 102/158 kB | 40/305 kB Progress (4): 233/237 kB | 0.1/1.2 MB | 106/158 kB | 40/305 kB Progress (4): 237/237 kB | 0.1/1.2 MB | 106/158 kB | 40/305 kB Progress (4): 237/237 kB | 0.1/1.2 MB | 106/158 kB | 45/305 kB Progress (4): 237/237 kB | 0.1/1.2 MB | 106/158 kB | 45/305 kB Progress (4): 237/237 kB | 0.1/1.2 MB | 106/158 kB | 49/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 106/158 kB | 49/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 110/158 kB | 49/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 110/158 kB | 53/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 110/158 kB | 53/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 110/158 kB | 57/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 114/158 kB | 57/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 114/158 kB | 61/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 114/158 kB | 65/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 118/158 kB | 65/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 122/158 kB | 65/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 122/158 kB | 69/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 126/158 kB | 69/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 126/158 kB | 73/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 126/158 kB | 77/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 131/158 kB | 77/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 131/158 kB | 77/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 131/158 kB | 81/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 131/158 kB | 81/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 135/158 kB | 81/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 139/158 kB | 81/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 139/158 kB | 85/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 139/158 kB | 85/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 139/158 kB | 90/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 143/158 kB | 90/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 147/158 kB | 90/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 147/158 kB | 94/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 151/158 kB | 94/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 151/158 kB | 94/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 155/158 kB | 94/305 kB Progress (4): 237 kB | 0.1/1.2 MB | 155/158 kB | 98/305 kB Progress (4): 237 kB | 0.2/1.2 MB | 155/158 kB | 98/305 kB Progress (4): 237 kB | 0.2/1.2 MB | 158 kB | 98/305 kB Progress (4): 237 kB | 0.2/1.2 MB | 158 kB | 102/305 kB Progress (4): 237 kB | 0.2/1.2 MB | 158 kB | 102/305 kB Progress (4): 237 kB | 0.2/1.2 MB | 158 kB | 106/305 kB Progress (4): 237 kB | 0.2/1.2 MB | 158 kB | 110/305 kB Progress (4): 237 kB | 0.2/1.2 MB | 158 kB | 114/305 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 306 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Progress (3): 237 kB | 0.2/1.2 MB | 114/305 kB Progress (3): 237 kB | 0.2/1.2 MB | 118/305 kB Progress (3): 237 kB | 0.2/1.2 MB | 118/305 kB Progress (3): 237 kB | 0.2/1.2 MB | 122/305 kB Progress (3): 237 kB | 0.2/1.2 MB | 126/305 kB Progress (3): 237 kB | 0.2/1.2 MB | 131/305 kB Progress (3): 237 kB | 0.2/1.2 MB | 131/305 kB Progress (4): 237 kB | 0.2/1.2 MB | 131/305 kB | 4.1/30 kB Progress (4): 237 kB | 0.2/1.2 MB | 131/305 kB | 4.1/30 kB Progress (4): 237 kB | 0.2/1.2 MB | 135/305 kB | 4.1/30 kB Progress (4): 237 kB | 0.2/1.2 MB | 135/305 kB | 7.7/30 kB Progress (4): 237 kB | 0.2/1.2 MB | 139/305 kB | 7.7/30 kB Progress (4): 237 kB | 0.2/1.2 MB | 139/305 kB | 7.7/30 kB Progress (4): 237 kB | 0.2/1.2 MB | 139/305 kB | 12/30 kB Progress (4): 237 kB | 0.2/1.2 MB | 139/305 kB | 16/30 kB Progress (4): 237 kB | 0.2/1.2 MB | 139/305 kB | 20/30 kB Progress (4): 237 kB | 0.2/1.2 MB | 139/305 kB | 24/30 kB Progress (4): 237 kB | 0.2/1.2 MB | 139/305 kB | 28/30 kB Progress (4): 237 kB | 0.2/1.2 MB | 139/305 kB | 30 kB Progress (4): 237 kB | 0.2/1.2 MB | 139/305 kB | 30 kB Progress (4): 237 kB | 0.2/1.2 MB | 143/305 kB | 30 kB Progress (4): 237 kB | 0.2/1.2 MB | 147/305 kB | 30 kB Progress (5): 237 kB | 0.2/1.2 MB | 147/305 kB | 30 kB | 4.1/11 kB Progress (5): 237 kB | 0.2/1.2 MB | 151/305 kB | 30 kB | 4.1/11 kB Progress (5): 237 kB | 0.2/1.2 MB | 151/305 kB | 30 kB | 4.1/11 kB Progress (5): 237 kB | 0.2/1.2 MB | 155/305 kB | 30 kB | 4.1/11 kB Progress (5): 237 kB | 0.2/1.2 MB | 159/305 kB | 30 kB | 4.1/11 kB Progress (5): 237 kB | 0.2/1.2 MB | 159/305 kB | 30 kB | 7.7/11 kB Progress (5): 237 kB | 0.2/1.2 MB | 163/305 kB | 30 kB | 7.7/11 kB Progress (5): 237 kB | 0.2/1.2 MB | 163/305 kB | 30 kB | 7.7/11 kB Progress (5): 237 kB | 0.2/1.2 MB | 163/305 kB | 30 kB | 11 kB Progress (5): 237 kB | 0.2/1.2 MB | 167/305 kB | 30 kB | 11 kB Progress (5): 237 kB | 0.2/1.2 MB | 167/305 kB | 30 kB | 11 kB Progress (5): 237 kB | 0.2/1.2 MB | 171/305 kB | 30 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 440 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Progress (4): 0.2/1.2 MB | 171/305 kB | 30 kB | 11 kB Progress (4): 0.3/1.2 MB | 171/305 kB | 30 kB | 11 kB Progress (4): 0.3/1.2 MB | 171/305 kB | 30 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 55 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 21 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Progress (2): 0.3/1.2 MB | 176/305 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Progress (2): 0.3/1.2 MB | 176/305 kB Progress (2): 0.3/1.2 MB | 180/305 kB Progress (2): 0.3/1.2 MB | 180/305 kB Progress (2): 0.3/1.2 MB | 184/305 kB Progress (2): 0.3/1.2 MB | 184/305 kB Progress (2): 0.3/1.2 MB | 188/305 kB Progress (2): 0.3/1.2 MB | 188/305 kB Progress (2): 0.3/1.2 MB | 192/305 kB Progress (2): 0.3/1.2 MB | 196/305 kB Progress (2): 0.3/1.2 MB | 196/305 kB Progress (2): 0.3/1.2 MB | 196/305 kB Progress (2): 0.3/1.2 MB | 200/305 kB Progress (2): 0.3/1.2 MB | 204/305 kB Progress (2): 0.3/1.2 MB | 208/305 kB Progress (2): 0.3/1.2 MB | 208/305 kB Progress (2): 0.3/1.2 MB | 212/305 kB Progress (2): 0.3/1.2 MB | 212/305 kB Progress (2): 0.3/1.2 MB | 212/305 kB Progress (2): 0.3/1.2 MB | 217/305 kB Progress (2): 0.3/1.2 MB | 217/305 kB Progress (2): 0.3/1.2 MB | 221/305 kB Progress (2): 0.3/1.2 MB | 225/305 kB Progress (2): 0.3/1.2 MB | 229/305 kB Progress (3): 0.3/1.2 MB | 229/305 kB | 4.1/50 kB Progress (3): 0.4/1.2 MB | 229/305 kB | 4.1/50 kB Progress (3): 0.4/1.2 MB | 229/305 kB | 7.7/50 kB Progress (3): 0.4/1.2 MB | 229/305 kB | 12/50 kB Progress (3): 0.4/1.2 MB | 233/305 kB | 12/50 kB Progress (3): 0.4/1.2 MB | 237/305 kB | 12/50 kB Progress (3): 0.4/1.2 MB | 241/305 kB | 12/50 kB Progress (3): 0.4/1.2 MB | 245/305 kB | 12/50 kB Progress (4): 0.4/1.2 MB | 245/305 kB | 12/50 kB | 4.1/15 kB Progress (4): 0.4/1.2 MB | 249/305 kB | 12/50 kB | 4.1/15 kB Progress (4): 0.4/1.2 MB | 249/305 kB | 16/50 kB | 4.1/15 kB Progress (5): 0.4/1.2 MB | 249/305 kB | 16/50 kB | 4.1/15 kB | 4.1/52 kB Progress (5): 0.4/1.2 MB | 249/305 kB | 20/50 kB | 4.1/15 kB | 4.1/52 kB Progress (5): 0.4/1.2 MB | 249/305 kB | 20/50 kB | 4.1/15 kB | 4.1/52 kB Progress (5): 0.4/1.2 MB | 249/305 kB | 24/50 kB | 4.1/15 kB | 4.1/52 kB Progress (5): 0.4/1.2 MB | 249/305 kB | 28/50 kB | 4.1/15 kB | 4.1/52 kB Progress (5): 0.4/1.2 MB | 249/305 kB | 32/50 kB | 4.1/15 kB | 4.1/52 kB Progress (5): 0.4/1.2 MB | 249/305 kB | 32/50 kB | 4.1/15 kB | 7.7/52 kB Progress (5): 0.4/1.2 MB | 249/305 kB | 32/50 kB | 4.1/15 kB | 12/52 kB Progress (5): 0.4/1.2 MB | 253/305 kB | 32/50 kB | 4.1/15 kB | 12/52 kB Progress (5): 0.4/1.2 MB | 258/305 kB | 32/50 kB | 4.1/15 kB | 12/52 kB Progress (5): 0.4/1.2 MB | 258/305 kB | 32/50 kB | 7.7/15 kB | 12/52 kB Progress (5): 0.4/1.2 MB | 262/305 kB | 32/50 kB | 7.7/15 kB | 12/52 kB Progress (5): 0.4/1.2 MB | 262/305 kB | 32/50 kB | 7.7/15 kB | 16/52 kB Progress (5): 0.4/1.2 MB | 262/305 kB | 36/50 kB | 7.7/15 kB | 16/52 kB Progress (5): 0.4/1.2 MB | 262/305 kB | 36/50 kB | 7.7/15 kB | 16/52 kB Progress (5): 0.4/1.2 MB | 262/305 kB | 36/50 kB | 7.7/15 kB | 20/52 kB Progress (5): 0.4/1.2 MB | 262/305 kB | 40/50 kB | 7.7/15 kB | 20/52 kB Progress (5): 0.4/1.2 MB | 266/305 kB | 40/50 kB | 7.7/15 kB | 20/52 kB Progress (5): 0.4/1.2 MB | 266/305 kB | 40/50 kB | 12/15 kB | 20/52 kB Progress (5): 0.4/1.2 MB | 270/305 kB | 40/50 kB | 12/15 kB | 20/52 kB Progress (5): 0.4/1.2 MB | 270/305 kB | 45/50 kB | 12/15 kB | 20/52 kB Progress (5): 0.4/1.2 MB | 270/305 kB | 45/50 kB | 12/15 kB | 24/52 kB Progress (5): 0.4/1.2 MB | 270/305 kB | 45/50 kB | 12/15 kB | 24/52 kB Progress (5): 0.4/1.2 MB | 270/305 kB | 45/50 kB | 12/15 kB | 28/52 kB Progress (5): 0.4/1.2 MB | 270/305 kB | 49/50 kB | 12/15 kB | 28/52 kB Progress (5): 0.4/1.2 MB | 274/305 kB | 49/50 kB | 12/15 kB | 28/52 kB Progress (5): 0.4/1.2 MB | 274/305 kB | 49/50 kB | 15 kB | 28/52 kB Progress (5): 0.4/1.2 MB | 278/305 kB | 49/50 kB | 15 kB | 28/52 kB Progress (5): 0.4/1.2 MB | 278/305 kB | 50 kB | 15 kB | 28/52 kB Progress (5): 0.4/1.2 MB | 278/305 kB | 50 kB | 15 kB | 28/52 kB Progress (5): 0.4/1.2 MB | 278/305 kB | 50 kB | 15 kB | 32/52 kB Progress (5): 0.4/1.2 MB | 278/305 kB | 50 kB | 15 kB | 32/52 kB Progress (5): 0.4/1.2 MB | 278/305 kB | 50 kB | 15 kB | 36/52 kB Progress (5): 0.4/1.2 MB | 278/305 kB | 50 kB | 15 kB | 40/52 kB Progress (5): 0.4/1.2 MB | 282/305 kB | 50 kB | 15 kB | 40/52 kB Progress (5): 0.4/1.2 MB | 282/305 kB | 50 kB | 15 kB | 40/52 kB Progress (5): 0.4/1.2 MB | 282/305 kB | 50 kB | 15 kB | 45/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 79 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 23 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Progress (3): 0.4/1.2 MB | 282/305 kB | 49/52 kB Progress (3): 0.4/1.2 MB | 282/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 282/305 kB | 52 kB Progress (4): 0.4/1.2 MB | 282/305 kB | 52 kB | 4.1/11 kB Progress (4): 0.4/1.2 MB | 286/305 kB | 52 kB | 4.1/11 kB Progress (4): 0.4/1.2 MB | 286/305 kB | 52 kB | 7.7/11 kB Progress (4): 0.4/1.2 MB | 286/305 kB | 52 kB | 7.7/11 kB Progress (4): 0.4/1.2 MB | 286/305 kB | 52 kB | 11 kB Progress (4): 0.4/1.2 MB | 290/305 kB | 52 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 81 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Progress (3): 0.4/1.2 MB | 290/305 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 15 kB/s) Progress (2): 0.4/1.2 MB | 294/305 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar Progress (3): 0.4/1.2 MB | 294/305 kB | 4.1/37 kB Progress (3): 0.4/1.2 MB | 294/305 kB | 4.1/37 kB Progress (3): 0.4/1.2 MB | 294/305 kB | 4.1/37 kB Progress (3): 0.4/1.2 MB | 294/305 kB | 7.7/37 kB Progress (3): 0.4/1.2 MB | 294/305 kB | 12/37 kB Progress (3): 0.4/1.2 MB | 294/305 kB | 16/37 kB Progress (4): 0.4/1.2 MB | 294/305 kB | 16/37 kB | 4.1/7.7 kB Progress (4): 0.4/1.2 MB | 294/305 kB | 16/37 kB | 7.7/7.7 kB Progress (4): 0.4/1.2 MB | 294/305 kB | 16/37 kB | 7.7 kB Progress (4): 0.4/1.2 MB | 298/305 kB | 16/37 kB | 7.7 kB Progress (5): 0.4/1.2 MB | 298/305 kB | 16/37 kB | 7.7 kB | 4.1/392 kB Progress (5): 0.4/1.2 MB | 298/305 kB | 20/37 kB | 7.7 kB | 4.1/392 kB Progress (5): 0.4/1.2 MB | 298/305 kB | 24/37 kB | 7.7 kB | 4.1/392 kB Progress (5): 0.4/1.2 MB | 298/305 kB | 28/37 kB | 7.7 kB | 4.1/392 kB Progress (5): 0.4/1.2 MB | 298/305 kB | 32/37 kB | 7.7 kB | 4.1/392 kB Progress (5): 0.5/1.2 MB | 298/305 kB | 32/37 kB | 7.7 kB | 4.1/392 kB Progress (5): 0.5/1.2 MB | 298/305 kB | 36/37 kB | 7.7 kB | 4.1/392 kB Progress (5): 0.5/1.2 MB | 298/305 kB | 37 kB | 7.7 kB | 4.1/392 kB Progress (5): 0.5/1.2 MB | 298/305 kB | 37 kB | 7.7 kB | 7.7/392 kB Progress (5): 0.5/1.2 MB | 303/305 kB | 37 kB | 7.7 kB | 7.7/392 kB Progress (5): 0.5/1.2 MB | 305 kB | 37 kB | 7.7 kB | 7.7/392 kB Progress (5): 0.5/1.2 MB | 305 kB | 37 kB | 7.7 kB | 12/392 kB Progress (5): 0.5/1.2 MB | 305 kB | 37 kB | 7.7 kB | 16/392 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 421 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 11 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Progress (3): 0.5/1.2 MB | 37 kB | 16/392 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar Progress (3): 0.5/1.2 MB | 37 kB | 20/392 kB Progress (3): 0.5/1.2 MB | 37 kB | 24/392 kB Progress (3): 0.5/1.2 MB | 37 kB | 28/392 kB Progress (3): 0.5/1.2 MB | 37 kB | 32/392 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 51 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Progress (3): 0.5/1.2 MB | 32/392 kB | 4.1/588 kB Progress (3): 0.5/1.2 MB | 36/392 kB | 4.1/588 kB Progress (3): 0.5/1.2 MB | 40/392 kB | 4.1/588 kB Progress (3): 0.5/1.2 MB | 45/392 kB | 4.1/588 kB Progress (3): 0.5/1.2 MB | 49/392 kB | 4.1/588 kB Progress (3): 0.5/1.2 MB | 49/392 kB | 4.1/588 kB Progress (3): 0.5/1.2 MB | 49/392 kB | 7.7/588 kB Progress (3): 0.5/1.2 MB | 49/392 kB | 12/588 kB Progress (4): 0.5/1.2 MB | 49/392 kB | 12/588 kB | 4.1/91 kB Progress (4): 0.5/1.2 MB | 49/392 kB | 16/588 kB | 4.1/91 kB Progress (4): 0.5/1.2 MB | 53/392 kB | 16/588 kB | 4.1/91 kB Progress (4): 0.5/1.2 MB | 57/392 kB | 16/588 kB | 4.1/91 kB Progress (4): 0.5/1.2 MB | 61/392 kB | 16/588 kB | 4.1/91 kB Progress (4): 0.5/1.2 MB | 65/392 kB | 16/588 kB | 4.1/91 kB Progress (4): 0.5/1.2 MB | 65/392 kB | 16/588 kB | 4.1/91 kB Progress (4): 0.5/1.2 MB | 65/392 kB | 20/588 kB | 4.1/91 kB Progress (4): 0.5/1.2 MB | 65/392 kB | 24/588 kB | 4.1/91 kB Progress (4): 0.5/1.2 MB | 65/392 kB | 24/588 kB | 7.7/91 kB Progress (4): 0.5/1.2 MB | 65/392 kB | 24/588 kB | 12/91 kB Progress (5): 0.5/1.2 MB | 65/392 kB | 24/588 kB | 12/91 kB | 4.1/189 kB Progress (5): 0.5/1.2 MB | 65/392 kB | 28/588 kB | 12/91 kB | 4.1/189 kB Progress (5): 0.5/1.2 MB | 65/392 kB | 32/588 kB | 12/91 kB | 4.1/189 kB Progress (5): 0.5/1.2 MB | 65/392 kB | 32/588 kB | 12/91 kB | 4.1/189 kB Progress (5): 0.5/1.2 MB | 69/392 kB | 32/588 kB | 12/91 kB | 4.1/189 kB Progress (5): 0.5/1.2 MB | 73/392 kB | 32/588 kB | 12/91 kB | 4.1/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 32/588 kB | 12/91 kB | 4.1/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 32/588 kB | 12/91 kB | 4.1/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 36/588 kB | 12/91 kB | 4.1/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 12/91 kB | 4.1/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 12/91 kB | 7.7/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 12/91 kB | 12/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 12/91 kB | 16/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 12/91 kB | 20/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 12/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 16/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 20/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 24/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 28/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 32/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 36/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 40/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 45/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 49/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 53/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 57/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 61/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 65/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 69/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 73/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 77/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 81/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 85/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 90/91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 40/588 kB | 91 kB | 28/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 45/588 kB | 91 kB | 28/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 45/588 kB | 91 kB | 28/189 kB Progress (5): 0.5/1.2 MB | 77/392 kB | 45/588 kB | 91 kB | 28/189 kB Progress (5): 0.5/1.2 MB | 81/392 kB | 45/588 kB | 91 kB | 28/189 kB Progress (5): 0.5/1.2 MB | 81/392 kB | 49/588 kB | 91 kB | 28/189 kB Progress (5): 0.5/1.2 MB | 85/392 kB | 49/588 kB | 91 kB | 28/189 kB Progress (5): 0.5/1.2 MB | 90/392 kB | 49/588 kB | 91 kB | 28/189 kB Progress (5): 0.5/1.2 MB | 94/392 kB | 49/588 kB | 91 kB | 28/189 kB Progress (5): 0.5/1.2 MB | 98/392 kB | 49/588 kB | 91 kB | 28/189 kB Progress (5): 0.5/1.2 MB | 98/392 kB | 49/588 kB | 91 kB | 32/189 kB Progress (5): 0.5/1.2 MB | 102/392 kB | 49/588 kB | 91 kB | 32/189 kB Progress (5): 0.5/1.2 MB | 102/392 kB | 53/588 kB | 91 kB | 32/189 kB Progress (5): 0.5/1.2 MB | 102/392 kB | 53/588 kB | 91 kB | 32/189 kB Progress (5): 0.5/1.2 MB | 102/392 kB | 57/588 kB | 91 kB | 32/189 kB Progress (5): 0.5/1.2 MB | 102/392 kB | 57/588 kB | 91 kB | 36/189 kB Progress (5): 0.5/1.2 MB | 102/392 kB | 57/588 kB | 91 kB | 40/189 kB Progress (5): 0.5/1.2 MB | 106/392 kB | 57/588 kB | 91 kB | 40/189 kB Progress (5): 0.5/1.2 MB | 110/392 kB | 57/588 kB | 91 kB | 40/189 kB Progress (5): 0.5/1.2 MB | 114/392 kB | 57/588 kB | 91 kB | 40/189 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 110 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Progress (4): 0.5/1.2 MB | 114/392 kB | 57/588 kB | 45/189 kB Progress (4): 0.5/1.2 MB | 114/392 kB | 61/588 kB | 45/189 kB Progress (4): 0.5/1.2 MB | 114/392 kB | 61/588 kB | 45/189 kB Progress (4): 0.5/1.2 MB | 114/392 kB | 65/588 kB | 45/189 kB Progress (4): 0.5/1.2 MB | 114/392 kB | 65/588 kB | 49/189 kB Progress (4): 0.5/1.2 MB | 114/392 kB | 65/588 kB | 49/189 kB Progress (4): 0.5/1.2 MB | 118/392 kB | 65/588 kB | 49/189 kB Progress (4): 0.5/1.2 MB | 118/392 kB | 65/588 kB | 49/189 kB Progress (4): 0.5/1.2 MB | 118/392 kB | 65/588 kB | 53/189 kB Progress (4): 0.5/1.2 MB | 118/392 kB | 69/588 kB | 53/189 kB Progress (4): 0.5/1.2 MB | 118/392 kB | 69/588 kB | 53/189 kB Progress (4): 0.5/1.2 MB | 118/392 kB | 69/588 kB | 57/189 kB Progress (4): 0.5/1.2 MB | 118/392 kB | 69/588 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 118/392 kB | 69/588 kB | 65/189 kB Progress (5): 0.5/1.2 MB | 118/392 kB | 69/588 kB | 65/189 kB | 4.1/168 kB Progress (5): 0.5/1.2 MB | 122/392 kB | 69/588 kB | 65/189 kB | 4.1/168 kB Progress (5): 0.5/1.2 MB | 126/392 kB | 69/588 kB | 65/189 kB | 4.1/168 kB Progress (5): 0.5/1.2 MB | 131/392 kB | 69/588 kB | 65/189 kB | 4.1/168 kB Progress (5): 0.5/1.2 MB | 131/392 kB | 69/588 kB | 65/189 kB | 7.7/168 kB Progress (5): 0.5/1.2 MB | 131/392 kB | 69/588 kB | 69/189 kB | 7.7/168 kB Progress (5): 0.6/1.2 MB | 131/392 kB | 69/588 kB | 69/189 kB | 7.7/168 kB Progress (5): 0.6/1.2 MB | 131/392 kB | 73/588 kB | 69/189 kB | 7.7/168 kB Progress (5): 0.6/1.2 MB | 131/392 kB | 73/588 kB | 73/189 kB | 7.7/168 kB Progress (5): 0.6/1.2 MB | 135/392 kB | 73/588 kB | 73/189 kB | 7.7/168 kB Progress (5): 0.6/1.2 MB | 135/392 kB | 73/588 kB | 73/189 kB | 12/168 kB Progress (5): 0.6/1.2 MB | 139/392 kB | 73/588 kB | 73/189 kB | 12/168 kB Progress (5): 0.6/1.2 MB | 139/392 kB | 73/588 kB | 77/189 kB | 12/168 kB Progress (5): 0.6/1.2 MB | 139/392 kB | 73/588 kB | 77/189 kB | 12/168 kB Progress (5): 0.6/1.2 MB | 139/392 kB | 77/588 kB | 77/189 kB | 12/168 kB Progress (5): 0.6/1.2 MB | 139/392 kB | 77/588 kB | 77/189 kB | 12/168 kB Progress (5): 0.6/1.2 MB | 139/392 kB | 77/588 kB | 81/189 kB | 12/168 kB Progress (5): 0.6/1.2 MB | 143/392 kB | 77/588 kB | 81/189 kB | 12/168 kB Progress (5): 0.6/1.2 MB | 143/392 kB | 77/588 kB | 81/189 kB | 16/168 kB Progress (5): 0.6/1.2 MB | 143/392 kB | 77/588 kB | 85/189 kB | 16/168 kB Progress (5): 0.6/1.2 MB | 147/392 kB | 77/588 kB | 85/189 kB | 16/168 kB Progress (5): 0.6/1.2 MB | 147/392 kB | 77/588 kB | 85/189 kB | 16/168 kB Progress (5): 0.6/1.2 MB | 147/392 kB | 81/588 kB | 85/189 kB | 16/168 kB Progress (5): 0.6/1.2 MB | 147/392 kB | 81/588 kB | 85/189 kB | 16/168 kB Progress (5): 0.6/1.2 MB | 151/392 kB | 81/588 kB | 85/189 kB | 16/168 kB Progress (5): 0.6/1.2 MB | 151/392 kB | 81/588 kB | 85/189 kB | 20/168 kB Progress (5): 0.6/1.2 MB | 151/392 kB | 81/588 kB | 90/189 kB | 20/168 kB Progress (5): 0.6/1.2 MB | 151/392 kB | 81/588 kB | 90/189 kB | 24/168 kB Progress (5): 0.6/1.2 MB | 151/392 kB | 81/588 kB | 90/189 kB | 24/168 kB Progress (5): 0.6/1.2 MB | 155/392 kB | 81/588 kB | 90/189 kB | 24/168 kB Progress (5): 0.6/1.2 MB | 155/392 kB | 85/588 kB | 90/189 kB | 24/168 kB Progress (5): 0.6/1.2 MB | 159/392 kB | 85/588 kB | 90/189 kB | 24/168 kB Progress (5): 0.6/1.2 MB | 159/392 kB | 85/588 kB | 90/189 kB | 24/168 kB Progress (5): 0.6/1.2 MB | 159/392 kB | 85/588 kB | 90/189 kB | 28/168 kB Progress (5): 0.6/1.2 MB | 159/392 kB | 85/588 kB | 94/189 kB | 28/168 kB Progress (5): 0.6/1.2 MB | 159/392 kB | 85/588 kB | 94/189 kB | 32/168 kB Progress (5): 0.6/1.2 MB | 159/392 kB | 85/588 kB | 94/189 kB | 32/168 kB Progress (5): 0.6/1.2 MB | 159/392 kB | 85/588 kB | 94/189 kB | 36/168 kB Progress (5): 0.6/1.2 MB | 163/392 kB | 85/588 kB | 94/189 kB | 36/168 kB Progress (5): 0.6/1.2 MB | 163/392 kB | 90/588 kB | 94/189 kB | 36/168 kB Progress (5): 0.6/1.2 MB | 163/392 kB | 90/588 kB | 94/189 kB | 40/168 kB Progress (5): 0.6/1.2 MB | 163/392 kB | 90/588 kB | 94/189 kB | 40/168 kB Progress (5): 0.6/1.2 MB | 163/392 kB | 90/588 kB | 98/189 kB | 40/168 kB Progress (5): 0.6/1.2 MB | 163/392 kB | 90/588 kB | 98/189 kB | 45/168 kB Progress (5): 0.6/1.2 MB | 167/392 kB | 90/588 kB | 98/189 kB | 45/168 kB Progress (5): 0.6/1.2 MB | 167/392 kB | 94/588 kB | 98/189 kB | 45/168 kB Progress (5): 0.6/1.2 MB | 167/392 kB | 98/588 kB | 98/189 kB | 45/168 kB Progress (5): 0.6/1.2 MB | 171/392 kB | 98/588 kB | 98/189 kB | 45/168 kB Progress (5): 0.6/1.2 MB | 176/392 kB | 98/588 kB | 98/189 kB | 45/168 kB Progress (5): 0.6/1.2 MB | 180/392 kB | 98/588 kB | 98/189 kB | 45/168 kB Progress (5): 0.6/1.2 MB | 180/392 kB | 98/588 kB | 102/189 kB | 45/168 kB Progress (5): 0.6/1.2 MB | 180/392 kB | 98/588 kB | 102/189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 180/392 kB | 98/588 kB | 102/189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 180/392 kB | 98/588 kB | 102/189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 184/392 kB | 98/588 kB | 102/189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 188/392 kB | 98/588 kB | 102/189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 192/392 kB | 98/588 kB | 102/189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 196/392 kB | 98/588 kB | 102/189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 196/392 kB | 98/588 kB | 106/189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 200/392 kB | 98/588 kB | 106/189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 200/392 kB | 102/588 kB | 106/189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 204/392 kB | 102/588 kB | 106/189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 102/588 kB | 106/189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 102/588 kB | 110/189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 102/588 kB | 110/189 kB | 57/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 102/588 kB | 110/189 kB | 57/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 102/588 kB | 110/189 kB | 61/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 102/588 kB | 110/189 kB | 65/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 102/588 kB | 114/189 kB | 65/168 kB Progress (5): 0.6/1.2 MB | 212/392 kB | 102/588 kB | 114/189 kB | 65/168 kB Progress (5): 0.6/1.2 MB | 212/392 kB | 106/588 kB | 114/189 kB | 65/168 kB Progress (5): 0.6/1.2 MB | 217/392 kB | 106/588 kB | 114/189 kB | 65/168 kB Progress (5): 0.6/1.2 MB | 217/392 kB | 106/588 kB | 118/189 kB | 65/168 kB Progress (5): 0.6/1.2 MB | 217/392 kB | 106/588 kB | 118/189 kB | 69/168 kB Progress (5): 0.6/1.2 MB | 217/392 kB | 106/588 kB | 118/189 kB | 69/168 kB Progress (5): 0.6/1.2 MB | 217/392 kB | 106/588 kB | 118/189 kB | 73/168 kB Progress (5): 0.6/1.2 MB | 217/392 kB | 106/588 kB | 122/189 kB | 73/168 kB Progress (5): 0.6/1.2 MB | 221/392 kB | 106/588 kB | 122/189 kB | 73/168 kB Progress (5): 0.6/1.2 MB | 221/392 kB | 110/588 kB | 122/189 kB | 73/168 kB Progress (5): 0.6/1.2 MB | 225/392 kB | 110/588 kB | 122/189 kB | 73/168 kB Progress (5): 0.6/1.2 MB | 225/392 kB | 110/588 kB | 126/189 kB | 73/168 kB Progress (5): 0.6/1.2 MB | 225/392 kB | 110/588 kB | 126/189 kB | 77/168 kB Progress (5): 0.7/1.2 MB | 225/392 kB | 110/588 kB | 126/189 kB | 77/168 kB Progress (5): 0.7/1.2 MB | 225/392 kB | 110/588 kB | 126/189 kB | 81/168 kB Progress (5): 0.7/1.2 MB | 225/392 kB | 110/588 kB | 131/189 kB | 81/168 kB Progress (5): 0.7/1.2 MB | 229/392 kB | 110/588 kB | 131/189 kB | 81/168 kB Progress (5): 0.7/1.2 MB | 229/392 kB | 114/588 kB | 131/189 kB | 81/168 kB Progress (5): 0.7/1.2 MB | 233/392 kB | 114/588 kB | 131/189 kB | 81/168 kB Progress (5): 0.7/1.2 MB | 237/392 kB | 114/588 kB | 131/189 kB | 81/168 kB Progress (5): 0.7/1.2 MB | 237/392 kB | 114/588 kB | 135/189 kB | 81/168 kB Progress (5): 0.7/1.2 MB | 237/392 kB | 114/588 kB | 135/189 kB | 85/168 kB Progress (5): 0.7/1.2 MB | 237/392 kB | 114/588 kB | 135/189 kB | 85/168 kB Progress (5): 0.7/1.2 MB | 237/392 kB | 114/588 kB | 135/189 kB | 90/168 kB Progress (5): 0.7/1.2 MB | 237/392 kB | 114/588 kB | 139/189 kB | 90/168 kB Progress (5): 0.7/1.2 MB | 241/392 kB | 114/588 kB | 139/189 kB | 90/168 kB Progress (5): 0.7/1.2 MB | 241/392 kB | 118/588 kB | 139/189 kB | 90/168 kB Progress (5): 0.7/1.2 MB | 245/392 kB | 118/588 kB | 139/189 kB | 90/168 kB Progress (5): 0.7/1.2 MB | 245/392 kB | 118/588 kB | 143/189 kB | 90/168 kB Progress (5): 0.7/1.2 MB | 245/392 kB | 118/588 kB | 143/189 kB | 94/168 kB Progress (5): 0.7/1.2 MB | 245/392 kB | 118/588 kB | 143/189 kB | 94/168 kB Progress (5): 0.7/1.2 MB | 245/392 kB | 118/588 kB | 143/189 kB | 98/168 kB Progress (5): 0.7/1.2 MB | 245/392 kB | 118/588 kB | 147/189 kB | 98/168 kB Progress (5): 0.7/1.2 MB | 249/392 kB | 118/588 kB | 147/189 kB | 98/168 kB Progress (5): 0.7/1.2 MB | 253/392 kB | 118/588 kB | 147/189 kB | 98/168 kB Progress (5): 0.7/1.2 MB | 258/392 kB | 118/588 kB | 147/189 kB | 98/168 kB Progress (5): 0.7/1.2 MB | 262/392 kB | 118/588 kB | 147/189 kB | 98/168 kB Progress (5): 0.7/1.2 MB | 262/392 kB | 122/588 kB | 147/189 kB | 98/168 kB Progress (5): 0.7/1.2 MB | 266/392 kB | 122/588 kB | 147/189 kB | 98/168 kB Progress (5): 0.7/1.2 MB | 270/392 kB | 122/588 kB | 147/189 kB | 98/168 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 122/588 kB | 147/189 kB | 98/168 kB Progress (5): 0.7/1.2 MB | 278/392 kB | 122/588 kB | 147/189 kB | 98/168 kB Progress (5): 0.7/1.2 MB | 278/392 kB | 122/588 kB | 151/189 kB | 98/168 kB Progress (5): 0.7/1.2 MB | 278/392 kB | 122/588 kB | 151/189 kB | 102/168 kB Progress (5): 0.7/1.2 MB | 278/392 kB | 122/588 kB | 151/189 kB | 102/168 kB Progress (5): 0.7/1.2 MB | 278/392 kB | 122/588 kB | 151/189 kB | 106/168 kB Progress (5): 0.7/1.2 MB | 278/392 kB | 122/588 kB | 151/189 kB | 110/168 kB Progress (5): 0.7/1.2 MB | 278/392 kB | 122/588 kB | 155/189 kB | 110/168 kB Progress (5): 0.7/1.2 MB | 282/392 kB | 122/588 kB | 155/189 kB | 110/168 kB Progress (5): 0.7/1.2 MB | 286/392 kB | 122/588 kB | 155/189 kB | 110/168 kB Progress (5): 0.7/1.2 MB | 286/392 kB | 126/588 kB | 155/189 kB | 110/168 kB Progress (5): 0.7/1.2 MB | 290/392 kB | 126/588 kB | 155/189 kB | 110/168 kB Progress (5): 0.7/1.2 MB | 290/392 kB | 126/588 kB | 159/189 kB | 110/168 kB Progress (5): 0.7/1.2 MB | 290/392 kB | 126/588 kB | 159/189 kB | 114/168 kB Progress (5): 0.7/1.2 MB | 290/392 kB | 126/588 kB | 159/189 kB | 114/168 kB Progress (5): 0.7/1.2 MB | 290/392 kB | 126/588 kB | 163/189 kB | 114/168 kB Progress (5): 0.7/1.2 MB | 290/392 kB | 126/588 kB | 163/189 kB | 114/168 kB Progress (5): 0.7/1.2 MB | 294/392 kB | 126/588 kB | 163/189 kB | 114/168 kB Progress (5): 0.7/1.2 MB | 294/392 kB | 131/588 kB | 163/189 kB | 114/168 kB Progress (5): 0.7/1.2 MB | 298/392 kB | 131/588 kB | 163/189 kB | 114/168 kB Progress (5): 0.7/1.2 MB | 298/392 kB | 131/588 kB | 163/189 kB | 114/168 kB Progress (5): 0.7/1.2 MB | 298/392 kB | 131/588 kB | 167/189 kB | 114/168 kB Progress (5): 0.7/1.2 MB | 298/392 kB | 131/588 kB | 167/189 kB | 118/168 kB Progress (5): 0.7/1.2 MB | 298/392 kB | 131/588 kB | 167/189 kB | 118/168 kB Progress (5): 0.7/1.2 MB | 298/392 kB | 131/588 kB | 171/189 kB | 118/168 kB Progress (5): 0.7/1.2 MB | 298/392 kB | 131/588 kB | 176/189 kB | 118/168 kB Progress (5): 0.7/1.2 MB | 298/392 kB | 135/588 kB | 176/189 kB | 118/168 kB Progress (5): 0.7/1.2 MB | 303/392 kB | 135/588 kB | 176/189 kB | 118/168 kB Progress (5): 0.7/1.2 MB | 307/392 kB | 135/588 kB | 176/189 kB | 118/168 kB Progress (5): 0.7/1.2 MB | 307/392 kB | 139/588 kB | 176/189 kB | 118/168 kB Progress (5): 0.7/1.2 MB | 307/392 kB | 143/588 kB | 176/189 kB | 118/168 kB Progress (5): 0.7/1.2 MB | 307/392 kB | 147/588 kB | 176/189 kB | 118/168 kB Progress (5): 0.7/1.2 MB | 307/392 kB | 147/588 kB | 180/189 kB | 118/168 kB Progress (5): 0.7/1.2 MB | 307/392 kB | 147/588 kB | 180/189 kB | 118/168 kB Progress (5): 0.7/1.2 MB | 307/392 kB | 147/588 kB | 180/189 kB | 122/168 kB Progress (5): 0.7/1.2 MB | 307/392 kB | 147/588 kB | 184/189 kB | 122/168 kB Progress (5): 0.7/1.2 MB | 307/392 kB | 147/588 kB | 188/189 kB | 122/168 kB Progress (5): 0.7/1.2 MB | 307/392 kB | 151/588 kB | 188/189 kB | 122/168 kB Progress (5): 0.7/1.2 MB | 311/392 kB | 151/588 kB | 188/189 kB | 122/168 kB Progress (5): 0.7/1.2 MB | 311/392 kB | 155/588 kB | 188/189 kB | 122/168 kB Progress (5): 0.7/1.2 MB | 315/392 kB | 155/588 kB | 188/189 kB | 122/168 kB Progress (5): 0.7/1.2 MB | 315/392 kB | 155/588 kB | 189 kB | 122/168 kB Progress (5): 0.7/1.2 MB | 315/392 kB | 155/588 kB | 189 kB | 122/168 kB Progress (5): 0.7/1.2 MB | 315/392 kB | 155/588 kB | 189 kB | 122/168 kB Progress (5): 0.7/1.2 MB | 315/392 kB | 155/588 kB | 189 kB | 126/168 kB Progress (5): 0.7/1.2 MB | 315/392 kB | 155/588 kB | 189 kB | 126/168 kB Progress (5): 0.7/1.2 MB | 319/392 kB | 155/588 kB | 189 kB | 126/168 kB Progress (5): 0.7/1.2 MB | 319/392 kB | 159/588 kB | 189 kB | 126/168 kB Progress (5): 0.7/1.2 MB | 323/392 kB | 159/588 kB | 189 kB | 126/168 kB Progress (5): 0.8/1.2 MB | 323/392 kB | 159/588 kB | 189 kB | 126/168 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 183 kB/s) Progress (4): 0.8/1.2 MB | 323/392 kB | 159/588 kB | 131/168 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Progress (4): 0.8/1.2 MB | 323/392 kB | 159/588 kB | 131/168 kB Progress (4): 0.8/1.2 MB | 327/392 kB | 159/588 kB | 131/168 kB Progress (4): 0.8/1.2 MB | 327/392 kB | 163/588 kB | 131/168 kB Progress (4): 0.8/1.2 MB | 327/392 kB | 163/588 kB | 131/168 kB Progress (4): 0.8/1.2 MB | 327/392 kB | 163/588 kB | 135/168 kB Progress (4): 0.8/1.2 MB | 327/392 kB | 167/588 kB | 135/168 kB Progress (4): 0.8/1.2 MB | 331/392 kB | 167/588 kB | 135/168 kB Progress (4): 0.8/1.2 MB | 331/392 kB | 171/588 kB | 135/168 kB Progress (4): 0.8/1.2 MB | 331/392 kB | 171/588 kB | 135/168 kB Progress (4): 0.8/1.2 MB | 331/392 kB | 171/588 kB | 139/168 kB Progress (4): 0.8/1.2 MB | 331/392 kB | 171/588 kB | 139/168 kB Progress (4): 0.8/1.2 MB | 331/392 kB | 176/588 kB | 139/168 kB Progress (4): 0.8/1.2 MB | 335/392 kB | 176/588 kB | 139/168 kB Progress (4): 0.8/1.2 MB | 335/392 kB | 176/588 kB | 139/168 kB Progress (4): 0.8/1.2 MB | 335/392 kB | 180/588 kB | 139/168 kB Progress (4): 0.8/1.2 MB | 335/392 kB | 180/588 kB | 143/168 kB Progress (4): 0.8/1.2 MB | 335/392 kB | 180/588 kB | 143/168 kB Progress (4): 0.8/1.2 MB | 339/392 kB | 180/588 kB | 143/168 kB Progress (4): 0.8/1.2 MB | 344/392 kB | 180/588 kB | 143/168 kB Progress (4): 0.8/1.2 MB | 344/392 kB | 184/588 kB | 143/168 kB Progress (4): 0.8/1.2 MB | 344/392 kB | 184/588 kB | 147/168 kB Progress (4): 0.8/1.2 MB | 348/392 kB | 184/588 kB | 147/168 kB Progress (4): 0.8/1.2 MB | 348/392 kB | 188/588 kB | 147/168 kB Progress (4): 0.8/1.2 MB | 348/392 kB | 188/588 kB | 147/168 kB Progress (5): 0.8/1.2 MB | 348/392 kB | 188/588 kB | 147/168 kB | 4.1/38 kB Progress (5): 0.8/1.2 MB | 348/392 kB | 188/588 kB | 147/168 kB | 4.1/38 kB Progress (5): 0.8/1.2 MB | 348/392 kB | 192/588 kB | 147/168 kB | 4.1/38 kB Progress (5): 0.8/1.2 MB | 348/392 kB | 192/588 kB | 151/168 kB | 4.1/38 kB Progress (5): 0.8/1.2 MB | 352/392 kB | 192/588 kB | 151/168 kB | 4.1/38 kB Progress (5): 0.8/1.2 MB | 352/392 kB | 192/588 kB | 155/168 kB | 4.1/38 kB Progress (5): 0.8/1.2 MB | 352/392 kB | 192/588 kB | 155/168 kB | 4.1/38 kB Progress (5): 0.8/1.2 MB | 352/392 kB | 196/588 kB | 155/168 kB | 4.1/38 kB Progress (5): 0.8/1.2 MB | 352/392 kB | 196/588 kB | 155/168 kB | 7.7/38 kB Progress (5): 0.8/1.2 MB | 352/392 kB | 196/588 kB | 155/168 kB | 7.7/38 kB Progress (5): 0.8/1.2 MB | 352/392 kB | 196/588 kB | 159/168 kB | 7.7/38 kB Progress (5): 0.8/1.2 MB | 356/392 kB | 196/588 kB | 159/168 kB | 7.7/38 kB Progress (5): 0.8/1.2 MB | 356/392 kB | 196/588 kB | 159/168 kB | 7.7/38 kB Progress (5): 0.8/1.2 MB | 356/392 kB | 196/588 kB | 163/168 kB | 7.7/38 kB Progress (5): 0.8/1.2 MB | 356/392 kB | 200/588 kB | 163/168 kB | 7.7/38 kB Progress (5): 0.8/1.2 MB | 356/392 kB | 200/588 kB | 163/168 kB | 12/38 kB Progress (5): 0.8/1.2 MB | 356/392 kB | 204/588 kB | 163/168 kB | 12/38 kB Progress (5): 0.8/1.2 MB | 356/392 kB | 208/588 kB | 163/168 kB | 12/38 kB Progress (5): 0.8/1.2 MB | 356/392 kB | 208/588 kB | 167/168 kB | 12/38 kB Progress (5): 0.9/1.2 MB | 356/392 kB | 208/588 kB | 167/168 kB | 12/38 kB Progress (5): 0.9/1.2 MB | 360/392 kB | 208/588 kB | 167/168 kB | 12/38 kB Progress (5): 0.9/1.2 MB | 360/392 kB | 208/588 kB | 167/168 kB | 12/38 kB Progress (5): 0.9/1.2 MB | 360/392 kB | 208/588 kB | 168 kB | 12/38 kB Progress (5): 0.9/1.2 MB | 360/392 kB | 212/588 kB | 168 kB | 12/38 kB Progress (5): 0.9/1.2 MB | 360/392 kB | 212/588 kB | 168 kB | 16/38 kB Progress (5): 0.9/1.2 MB | 360/392 kB | 217/588 kB | 168 kB | 16/38 kB Progress (5): 0.9/1.2 MB | 364/392 kB | 217/588 kB | 168 kB | 16/38 kB Progress (5): 0.9/1.2 MB | 364/392 kB | 217/588 kB | 168 kB | 16/38 kB Progress (5): 0.9/1.2 MB | 368/392 kB | 217/588 kB | 168 kB | 16/38 kB Progress (5): 0.9/1.2 MB | 368/392 kB | 217/588 kB | 168 kB | 20/38 kB Progress (5): 0.9/1.2 MB | 368/392 kB | 221/588 kB | 168 kB | 20/38 kB Progress (5): 0.9/1.2 MB | 368/392 kB | 221/588 kB | 168 kB | 24/38 kB Progress (5): 0.9/1.2 MB | 368/392 kB | 221/588 kB | 168 kB | 24/38 kB Progress (5): 0.9/1.2 MB | 372/392 kB | 221/588 kB | 168 kB | 24/38 kB Progress (5): 0.9/1.2 MB | 376/392 kB | 221/588 kB | 168 kB | 24/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 151 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar Progress (4): 0.9/1.2 MB | 380/392 kB | 221/588 kB | 24/38 kB Progress (4): 0.9/1.2 MB | 380/392 kB | 221/588 kB | 24/38 kB Progress (4): 0.9/1.2 MB | 380/392 kB | 221/588 kB | 28/38 kB Progress (4): 0.9/1.2 MB | 380/392 kB | 225/588 kB | 28/38 kB Progress (4): 0.9/1.2 MB | 380/392 kB | 229/588 kB | 28/38 kB Progress (4): 0.9/1.2 MB | 380/392 kB | 229/588 kB | 28/38 kB Progress (4): 0.9/1.2 MB | 380/392 kB | 229/588 kB | 32/38 kB Progress (4): 0.9/1.2 MB | 384/392 kB | 229/588 kB | 32/38 kB Progress (4): 0.9/1.2 MB | 384/392 kB | 229/588 kB | 36/38 kB Progress (4): 0.9/1.2 MB | 384/392 kB | 229/588 kB | 38 kB Progress (4): 0.9/1.2 MB | 384/392 kB | 229/588 kB | 38 kB Progress (4): 0.9/1.2 MB | 384/392 kB | 233/588 kB | 38 kB Progress (5): 0.9/1.2 MB | 384/392 kB | 233/588 kB | 38 kB | 4.1/65 kB Progress (5): 0.9/1.2 MB | 384/392 kB | 233/588 kB | 38 kB | 4.1/65 kB Progress (5): 0.9/1.2 MB | 384/392 kB | 237/588 kB | 38 kB | 4.1/65 kB Progress (5): 0.9/1.2 MB | 389/392 kB | 237/588 kB | 38 kB | 4.1/65 kB Progress (5): 0.9/1.2 MB | 392 kB | 237/588 kB | 38 kB | 4.1/65 kB Progress (5): 0.9/1.2 MB | 392 kB | 241/588 kB | 38 kB | 4.1/65 kB Progress (5): 0.9/1.2 MB | 392 kB | 241/588 kB | 38 kB | 4.1/65 kB Progress (5): 0.9/1.2 MB | 392 kB | 241/588 kB | 38 kB | 7.7/65 kB Progress (5): 0.9/1.2 MB | 392 kB | 245/588 kB | 38 kB | 7.7/65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 34 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar Progress (4): 0.9/1.2 MB | 392 kB | 249/588 kB | 7.7/65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 346 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar Progress (3): 0.9/1.2 MB | 249/588 kB | 7.7/65 kB Progress (3): 0.9/1.2 MB | 249/588 kB | 12/65 kB Progress (3): 0.9/1.2 MB | 249/588 kB | 12/65 kB Progress (4): 0.9/1.2 MB | 249/588 kB | 12/65 kB | 4.1/270 kB Progress (4): 0.9/1.2 MB | 253/588 kB | 12/65 kB | 4.1/270 kB Progress (4): 0.9/1.2 MB | 253/588 kB | 12/65 kB | 7.7/270 kB Progress (4): 0.9/1.2 MB | 253/588 kB | 12/65 kB | 12/270 kB Progress (4): 0.9/1.2 MB | 253/588 kB | 12/65 kB | 16/270 kB Progress (4): 0.9/1.2 MB | 253/588 kB | 16/65 kB | 16/270 kB Progress (4): 0.9/1.2 MB | 258/588 kB | 16/65 kB | 16/270 kB Progress (4): 0.9/1.2 MB | 258/588 kB | 16/65 kB | 16/270 kB Progress (4): 0.9/1.2 MB | 258/588 kB | 20/65 kB | 16/270 kB Progress (4): 0.9/1.2 MB | 262/588 kB | 20/65 kB | 16/270 kB Progress (4): 0.9/1.2 MB | 262/588 kB | 20/65 kB | 20/270 kB Progress (4): 0.9/1.2 MB | 266/588 kB | 20/65 kB | 20/270 kB Progress (4): 0.9/1.2 MB | 266/588 kB | 24/65 kB | 20/270 kB Progress (4): 0.9/1.2 MB | 266/588 kB | 24/65 kB | 20/270 kB Progress (4): 0.9/1.2 MB | 266/588 kB | 28/65 kB | 20/270 kB Progress (4): 0.9/1.2 MB | 270/588 kB | 28/65 kB | 20/270 kB Progress (4): 0.9/1.2 MB | 270/588 kB | 28/65 kB | 24/270 kB Progress (4): 0.9/1.2 MB | 274/588 kB | 28/65 kB | 24/270 kB Progress (4): 1.0/1.2 MB | 274/588 kB | 28/65 kB | 24/270 kB Progress (4): 1.0/1.2 MB | 274/588 kB | 32/65 kB | 24/270 kB Progress (4): 1.0/1.2 MB | 274/588 kB | 32/65 kB | 24/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 32/65 kB | 24/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 32/65 kB | 28/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 32/65 kB | 28/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 36/65 kB | 28/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 36/65 kB | 28/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 36/65 kB | 32/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 40/65 kB | 32/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 40/65 kB | 32/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 45/65 kB | 32/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 45/65 kB | 32/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 49/65 kB | 32/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 49/65 kB | 32/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 49/65 kB | 32/270 kB Progress (4): 1.0/1.2 MB | 278/588 kB | 49/65 kB | 32/270 kB Progress (4): 1.0/1.2 MB | 282/588 kB | 49/65 kB | 32/270 kB Progress (4): 1.0/1.2 MB | 282/588 kB | 53/65 kB | 32/270 kB Progress (4): 1.0/1.2 MB | 282/588 kB | 57/65 kB | 32/270 kB Progress (4): 1.0/1.2 MB | 282/588 kB | 61/65 kB | 32/270 kB Progress (4): 1.0/1.2 MB | 282/588 kB | 61/65 kB | 36/270 kB Progress (4): 1.0/1.2 MB | 282/588 kB | 61/65 kB | 36/270 kB Progress (4): 1.0/1.2 MB | 282/588 kB | 61/65 kB | 40/270 kB Progress (4): 1.0/1.2 MB | 282/588 kB | 65/65 kB | 40/270 kB Progress (5): 1.0/1.2 MB | 282/588 kB | 65/65 kB | 40/270 kB | 4.1/175 kB Progress (5): 1.0/1.2 MB | 286/588 kB | 65/65 kB | 40/270 kB | 4.1/175 kB Progress (5): 1.0/1.2 MB | 286/588 kB | 65/65 kB | 40/270 kB | 7.7/175 kB Progress (5): 1.0/1.2 MB | 286/588 kB | 65 kB | 40/270 kB | 7.7/175 kB Progress (5): 1.0/1.2 MB | 286/588 kB | 65 kB | 40/270 kB | 7.7/175 kB Progress (5): 1.0/1.2 MB | 286/588 kB | 65 kB | 40/270 kB | 7.7/175 kB Progress (5): 1.1/1.2 MB | 286/588 kB | 65 kB | 40/270 kB | 7.7/175 kB Progress (5): 1.1/1.2 MB | 286/588 kB | 65 kB | 40/270 kB | 7.7/175 kB Progress (5): 1.1/1.2 MB | 286/588 kB | 65 kB | 40/270 kB | 7.7/175 kB Progress (5): 1.1/1.2 MB | 286/588 kB | 65 kB | 40/270 kB | 7.7/175 kB Progress (5): 1.1/1.2 MB | 286/588 kB | 65 kB | 40/270 kB | 7.7/175 kB Progress (5): 1.1/1.2 MB | 286/588 kB | 65 kB | 40/270 kB | 7.7/175 kB Progress (5): 1.1/1.2 MB | 286/588 kB | 65 kB | 45/270 kB | 7.7/175 kB Progress (5): 1.1/1.2 MB | 286/588 kB | 65 kB | 49/270 kB | 7.7/175 kB Progress (5): 1.1/1.2 MB | 286/588 kB | 65 kB | 49/270 kB | 12/175 kB Progress (5): 1.1/1.2 MB | 290/588 kB | 65 kB | 49/270 kB | 12/175 kB Progress (5): 1.1/1.2 MB | 294/588 kB | 65 kB | 49/270 kB | 12/175 kB Progress (5): 1.1/1.2 MB | 294/588 kB | 65 kB | 49/270 kB | 16/175 kB Progress (5): 1.1/1.2 MB | 294/588 kB | 65 kB | 53/270 kB | 16/175 kB Progress (5): 1.1/1.2 MB | 294/588 kB | 65 kB | 53/270 kB | 16/175 kB Progress (5): 1.1/1.2 MB | 294/588 kB | 65 kB | 53/270 kB | 20/175 kB Progress (5): 1.1/1.2 MB | 294/588 kB | 65 kB | 57/270 kB | 20/175 kB Progress (5): 1.1/1.2 MB | 294/588 kB | 65 kB | 61/270 kB | 20/175 kB Progress (5): 1.1/1.2 MB | 298/588 kB | 65 kB | 61/270 kB | 20/175 kB Progress (5): 1.1/1.2 MB | 298/588 kB | 65 kB | 65/270 kB | 20/175 kB Progress (5): 1.1/1.2 MB | 298/588 kB | 65 kB | 65/270 kB | 24/175 kB Progress (5): 1.1/1.2 MB | 298/588 kB | 65 kB | 65/270 kB | 24/175 kB Progress (5): 1.1/1.2 MB | 298/588 kB | 65 kB | 65/270 kB | 28/175 kB Progress (5): 1.1/1.2 MB | 298/588 kB | 65 kB | 65/270 kB | 32/175 kB Progress (5): 1.1/1.2 MB | 298/588 kB | 65 kB | 69/270 kB | 32/175 kB Progress (5): 1.1/1.2 MB | 298/588 kB | 65 kB | 73/270 kB | 32/175 kB Progress (5): 1.1/1.2 MB | 303/588 kB | 65 kB | 73/270 kB | 32/175 kB Progress (5): 1.1/1.2 MB | 303/588 kB | 65 kB | 77/270 kB | 32/175 kB Progress (5): 1.1/1.2 MB | 303/588 kB | 65 kB | 77/270 kB | 36/175 kB Progress (5): 1.1/1.2 MB | 303/588 kB | 65 kB | 77/270 kB | 36/175 kB Progress (5): 1.1/1.2 MB | 303/588 kB | 65 kB | 77/270 kB | 40/175 kB Progress (5): 1.1/1.2 MB | 303/588 kB | 65 kB | 81/270 kB | 40/175 kB Progress (5): 1.1/1.2 MB | 307/588 kB | 65 kB | 81/270 kB | 40/175 kB Progress (5): 1.1/1.2 MB | 311/588 kB | 65 kB | 81/270 kB | 40/175 kB Progress (5): 1.1/1.2 MB | 311/588 kB | 65 kB | 81/270 kB | 45/175 kB Progress (5): 1.1/1.2 MB | 311/588 kB | 65 kB | 81/270 kB | 45/175 kB Progress (5): 1.1/1.2 MB | 315/588 kB | 65 kB | 81/270 kB | 45/175 kB Progress (5): 1.1/1.2 MB | 315/588 kB | 65 kB | 81/270 kB | 49/175 kB Progress (5): 1.1/1.2 MB | 315/588 kB | 65 kB | 85/270 kB | 49/175 kB Progress (5): 1.1/1.2 MB | 315/588 kB | 65 kB | 85/270 kB | 53/175 kB Progress (5): 1.1/1.2 MB | 315/588 kB | 65 kB | 85/270 kB | 53/175 kB Progress (5): 1.1/1.2 MB | 319/588 kB | 65 kB | 85/270 kB | 53/175 kB Progress (5): 1.1/1.2 MB | 319/588 kB | 65 kB | 85/270 kB | 53/175 kB Progress (5): 1.1/1.2 MB | 319/588 kB | 65 kB | 85/270 kB | 57/175 kB Progress (5): 1.1/1.2 MB | 319/588 kB | 65 kB | 85/270 kB | 61/175 kB Progress (5): 1.1/1.2 MB | 319/588 kB | 65 kB | 90/270 kB | 61/175 kB Progress (5): 1.1/1.2 MB | 319/588 kB | 65 kB | 90/270 kB | 65/175 kB Progress (5): 1.2/1.2 MB | 319/588 kB | 65 kB | 90/270 kB | 65/175 kB Progress (5): 1.2/1.2 MB | 323/588 kB | 65 kB | 90/270 kB | 65/175 kB Progress (5): 1.2/1.2 MB | 327/588 kB | 65 kB | 90/270 kB | 65/175 kB Progress (5): 1.2/1.2 MB | 327/588 kB | 65 kB | 90/270 kB | 65/175 kB Progress (5): 1.2/1.2 MB | 327/588 kB | 65 kB | 90/270 kB | 69/175 kB Progress (5): 1.2/1.2 MB | 327/588 kB | 65 kB | 94/270 kB | 69/175 kB Progress (5): 1.2/1.2 MB | 327/588 kB | 65 kB | 94/270 kB | 69/175 kB Progress (5): 1.2/1.2 MB | 327/588 kB | 65 kB | 94/270 kB | 69/175 kB Progress (5): 1.2/1.2 MB | 327/588 kB | 65 kB | 94/270 kB | 69/175 kB Progress (5): 1.2/1.2 MB | 327/588 kB | 65 kB | 94/270 kB | 73/175 kB Progress (5): 1.2/1.2 MB | 327/588 kB | 65 kB | 94/270 kB | 77/175 kB Progress (5): 1.2/1.2 MB | 327/588 kB | 65 kB | 94/270 kB | 81/175 kB Progress (5): 1.2/1.2 MB | 331/588 kB | 65 kB | 94/270 kB | 81/175 kB Progress (5): 1.2/1.2 MB | 331/588 kB | 65 kB | 94/270 kB | 81/175 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 50 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar Progress (4): 1.2/1.2 MB | 331/588 kB | 98/270 kB | 81/175 kB Progress (4): 1.2/1.2 MB | 331/588 kB | 98/270 kB | 81/175 kB Progress (4): 1.2/1.2 MB | 331/588 kB | 98/270 kB | 81/175 kB Progress (4): 1.2 MB | 331/588 kB | 98/270 kB | 81/175 kB Progress (4): 1.2 MB | 331/588 kB | 98/270 kB | 85/175 kB Progress (4): 1.2 MB | 335/588 kB | 98/270 kB | 85/175 kB Progress (4): 1.2 MB | 335/588 kB | 98/270 kB | 90/175 kB Progress (5): 1.2 MB | 335/588 kB | 98/270 kB | 90/175 kB | 4.1/113 kB Progress (5): 1.2 MB | 335/588 kB | 102/270 kB | 90/175 kB | 4.1/113 kB Progress (5): 1.2 MB | 335/588 kB | 102/270 kB | 90/175 kB | 7.7/113 kB Progress (5): 1.2 MB | 335/588 kB | 102/270 kB | 94/175 kB | 7.7/113 kB Progress (5): 1.2 MB | 335/588 kB | 102/270 kB | 98/175 kB | 7.7/113 kB Progress (5): 1.2 MB | 339/588 kB | 102/270 kB | 98/175 kB | 7.7/113 kB Progress (5): 1.2 MB | 339/588 kB | 102/270 kB | 98/175 kB | 12/113 kB Progress (5): 1.2 MB | 339/588 kB | 102/270 kB | 98/175 kB | 16/113 kB Progress (5): 1.2 MB | 339/588 kB | 106/270 kB | 98/175 kB | 16/113 kB Progress (5): 1.2 MB | 339/588 kB | 110/270 kB | 98/175 kB | 16/113 kB Progress (5): 1.2 MB | 339/588 kB | 114/270 kB | 98/175 kB | 16/113 kB Progress (5): 1.2 MB | 339/588 kB | 114/270 kB | 102/175 kB | 16/113 kB Progress (5): 1.2 MB | 344/588 kB | 114/270 kB | 102/175 kB | 16/113 kB Progress (5): 1.2 MB | 344/588 kB | 118/270 kB | 102/175 kB | 16/113 kB Progress (5): 1.2 MB | 344/588 kB | 118/270 kB | 106/175 kB | 16/113 kB Progress (5): 1.2 MB | 344/588 kB | 118/270 kB | 106/175 kB | 20/113 kB Progress (5): 1.2 MB | 344/588 kB | 118/270 kB | 110/175 kB | 20/113 kB Progress (5): 1.2 MB | 348/588 kB | 118/270 kB | 110/175 kB | 20/113 kB Progress (5): 1.2 MB | 348/588 kB | 122/270 kB | 110/175 kB | 20/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 110/175 kB | 20/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 20/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 24/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 28/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 32/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 36/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 40/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 45/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 49/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 53/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 57/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 61/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 65/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 69/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 73/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 77/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 114/175 kB | 81/113 kB Progress (5): 1.2 MB | 352/588 kB | 122/270 kB | 118/175 kB | 81/113 kB Progress (5): 1.2 MB | 356/588 kB | 122/270 kB | 118/175 kB | 81/113 kB Progress (5): 1.2 MB | 356/588 kB | 126/270 kB | 118/175 kB | 81/113 kB Progress (5): 1.2 MB | 360/588 kB | 126/270 kB | 118/175 kB | 81/113 kB Progress (5): 1.2 MB | 360/588 kB | 126/270 kB | 118/175 kB | 85/113 kB Progress (5): 1.2 MB | 360/588 kB | 126/270 kB | 122/175 kB | 85/113 kB Progress (5): 1.2 MB | 360/588 kB | 126/270 kB | 126/175 kB | 85/113 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 900 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar Progress (4): 360/588 kB | 126/270 kB | 131/175 kB | 85/113 kB Progress (4): 364/588 kB | 126/270 kB | 131/175 kB | 85/113 kB Progress (4): 364/588 kB | 126/270 kB | 131/175 kB | 90/113 kB Progress (4): 364/588 kB | 131/270 kB | 131/175 kB | 90/113 kB Progress (4): 364/588 kB | 131/270 kB | 131/175 kB | 94/113 kB Progress (4): 364/588 kB | 131/270 kB | 131/175 kB | 98/113 kB Progress (4): 364/588 kB | 131/270 kB | 135/175 kB | 98/113 kB Progress (4): 364/588 kB | 131/270 kB | 139/175 kB | 98/113 kB Progress (4): 368/588 kB | 131/270 kB | 139/175 kB | 98/113 kB Progress (4): 368/588 kB | 131/270 kB | 143/175 kB | 98/113 kB Progress (4): 368/588 kB | 131/270 kB | 143/175 kB | 102/113 kB Progress (4): 368/588 kB | 135/270 kB | 143/175 kB | 102/113 kB Progress (5): 368/588 kB | 135/270 kB | 143/175 kB | 102/113 kB | 4.1/79 kB Progress (5): 368/588 kB | 139/270 kB | 143/175 kB | 102/113 kB | 4.1/79 kB Progress (5): 368/588 kB | 139/270 kB | 143/175 kB | 106/113 kB | 4.1/79 kB Progress (5): 368/588 kB | 139/270 kB | 147/175 kB | 106/113 kB | 4.1/79 kB Progress (5): 372/588 kB | 139/270 kB | 147/175 kB | 106/113 kB | 4.1/79 kB Progress (5): 376/588 kB | 139/270 kB | 147/175 kB | 106/113 kB | 4.1/79 kB Progress (5): 376/588 kB | 139/270 kB | 147/175 kB | 110/113 kB | 4.1/79 kB Progress (5): 376/588 kB | 139/270 kB | 151/175 kB | 110/113 kB | 4.1/79 kB Progress (5): 376/588 kB | 143/270 kB | 151/175 kB | 110/113 kB | 4.1/79 kB Progress (5): 376/588 kB | 143/270 kB | 151/175 kB | 110/113 kB | 7.7/79 kB Progress (5): 376/588 kB | 147/270 kB | 151/175 kB | 110/113 kB | 7.7/79 kB Progress (5): 376/588 kB | 147/270 kB | 155/175 kB | 110/113 kB | 7.7/79 kB Progress (5): 380/588 kB | 147/270 kB | 155/175 kB | 110/113 kB | 7.7/79 kB Progress (5): 380/588 kB | 147/270 kB | 155/175 kB | 113 kB | 7.7/79 kB Progress (5): 384/588 kB | 147/270 kB | 155/175 kB | 113 kB | 7.7/79 kB Progress (5): 389/588 kB | 147/270 kB | 155/175 kB | 113 kB | 7.7/79 kB Progress (5): 389/588 kB | 151/270 kB | 155/175 kB | 113 kB | 7.7/79 kB Progress (5): 389/588 kB | 151/270 kB | 159/175 kB | 113 kB | 7.7/79 kB Progress (5): 389/588 kB | 151/270 kB | 159/175 kB | 113 kB | 12/79 kB Progress (5): 389/588 kB | 151/270 kB | 163/175 kB | 113 kB | 12/79 kB Progress (5): 389/588 kB | 155/270 kB | 163/175 kB | 113 kB | 12/79 kB Progress (5): 393/588 kB | 155/270 kB | 163/175 kB | 113 kB | 12/79 kB Progress (5): 393/588 kB | 155/270 kB | 167/175 kB | 113 kB | 12/79 kB Progress (5): 393/588 kB | 159/270 kB | 167/175 kB | 113 kB | 12/79 kB Progress (5): 393/588 kB | 159/270 kB | 167/175 kB | 113 kB | 16/79 kB Progress (5): 393/588 kB | 163/270 kB | 167/175 kB | 113 kB | 16/79 kB Progress (5): 397/588 kB | 163/270 kB | 167/175 kB | 113 kB | 16/79 kB Progress (5): 397/588 kB | 163/270 kB | 171/175 kB | 113 kB | 16/79 kB Progress (5): 397/588 kB | 167/270 kB | 171/175 kB | 113 kB | 16/79 kB Progress (5): 397/588 kB | 171/270 kB | 171/175 kB | 113 kB | 16/79 kB Progress (5): 401/588 kB | 171/270 kB | 171/175 kB | 113 kB | 16/79 kB Progress (5): 401/588 kB | 171/270 kB | 171/175 kB | 113 kB | 20/79 kB Progress (5): 405/588 kB | 171/270 kB | 171/175 kB | 113 kB | 20/79 kB Progress (5): 405/588 kB | 176/270 kB | 171/175 kB | 113 kB | 20/79 kB Progress (5): 405/588 kB | 176/270 kB | 175 kB | 113 kB | 20/79 kB Progress (5): 405/588 kB | 180/270 kB | 175 kB | 113 kB | 20/79 kB Progress (5): 409/588 kB | 180/270 kB | 175 kB | 113 kB | 20/79 kB Progress (5): 409/588 kB | 180/270 kB | 175 kB | 113 kB | 24/79 kB Progress (5): 409/588 kB | 184/270 kB | 175 kB | 113 kB | 24/79 kB Progress (5): 413/588 kB | 184/270 kB | 175 kB | 113 kB | 24/79 kB Progress (5): 413/588 kB | 184/270 kB | 175 kB | 113 kB | 28/79 kB Progress (5): 417/588 kB | 184/270 kB | 175 kB | 113 kB | 28/79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar (175 kB at 123 kB/s) Progress (4): 417/588 kB | 188/270 kB | 113 kB | 28/79 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar Progress (4): 421/588 kB | 188/270 kB | 113 kB | 28/79 kB Progress (4): 421/588 kB | 188/270 kB | 113 kB | 32/79 kB Progress (4): 425/588 kB | 188/270 kB | 113 kB | 32/79 kB Progress (4): 425/588 kB | 192/270 kB | 113 kB | 32/79 kB Progress (4): 425/588 kB | 192/270 kB | 113 kB | 36/79 kB Progress (4): 430/588 kB | 192/270 kB | 113 kB | 36/79 kB Progress (4): 430/588 kB | 196/270 kB | 113 kB | 36/79 kB Progress (4): 434/588 kB | 196/270 kB | 113 kB | 36/79 kB Progress (4): 434/588 kB | 196/270 kB | 113 kB | 40/79 kB Progress (4): 434/588 kB | 196/270 kB | 113 kB | 45/79 kB Progress (4): 434/588 kB | 200/270 kB | 113 kB | 45/79 kB Progress (4): 438/588 kB | 200/270 kB | 113 kB | 45/79 kB Progress (4): 438/588 kB | 204/270 kB | 113 kB | 45/79 kB Progress (4): 438/588 kB | 204/270 kB | 113 kB | 49/79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar (113 kB at 79 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar Progress (3): 438/588 kB | 208/270 kB | 49/79 kB Progress (3): 442/588 kB | 208/270 kB | 49/79 kB Progress (3): 442/588 kB | 212/270 kB | 49/79 kB Progress (3): 442/588 kB | 212/270 kB | 53/79 kB Progress (3): 446/588 kB | 212/270 kB | 53/79 kB Progress (3): 446/588 kB | 217/270 kB | 53/79 kB Progress (3): 446/588 kB | 221/270 kB | 53/79 kB Progress (4): 446/588 kB | 221/270 kB | 53/79 kB | 4.1/33 kB Progress (4): 446/588 kB | 221/270 kB | 53/79 kB | 7.7/33 kB Progress (4): 446/588 kB | 221/270 kB | 53/79 kB | 12/33 kB Progress (4): 446/588 kB | 221/270 kB | 57/79 kB | 12/33 kB Progress (4): 446/588 kB | 221/270 kB | 57/79 kB | 16/33 kB Progress (4): 446/588 kB | 225/270 kB | 57/79 kB | 16/33 kB Progress (5): 446/588 kB | 225/270 kB | 57/79 kB | 16/33 kB | 4.1/50 kB Progress (5): 450/588 kB | 225/270 kB | 57/79 kB | 16/33 kB | 4.1/50 kB Progress (5): 450/588 kB | 225/270 kB | 57/79 kB | 16/33 kB | 7.7/50 kB Progress (5): 450/588 kB | 225/270 kB | 57/79 kB | 20/33 kB | 7.7/50 kB Progress (5): 450/588 kB | 229/270 kB | 57/79 kB | 20/33 kB | 7.7/50 kB Progress (5): 450/588 kB | 229/270 kB | 61/79 kB | 20/33 kB | 7.7/50 kB Progress (5): 450/588 kB | 229/270 kB | 61/79 kB | 24/33 kB | 7.7/50 kB Progress (5): 450/588 kB | 229/270 kB | 61/79 kB | 28/33 kB | 7.7/50 kB Progress (5): 450/588 kB | 229/270 kB | 61/79 kB | 32/33 kB | 7.7/50 kB Progress (5): 450/588 kB | 229/270 kB | 61/79 kB | 33 kB | 7.7/50 kB Progress (5): 450/588 kB | 229/270 kB | 61/79 kB | 33 kB | 12/50 kB Progress (5): 454/588 kB | 229/270 kB | 61/79 kB | 33 kB | 12/50 kB Progress (5): 458/588 kB | 229/270 kB | 61/79 kB | 33 kB | 12/50 kB Progress (5): 458/588 kB | 229/270 kB | 61/79 kB | 33 kB | 16/50 kB Progress (5): 462/588 kB | 229/270 kB | 61/79 kB | 33 kB | 16/50 kB Progress (5): 462/588 kB | 233/270 kB | 61/79 kB | 33 kB | 16/50 kB Progress (5): 462/588 kB | 233/270 kB | 65/79 kB | 33 kB | 16/50 kB Progress (5): 462/588 kB | 237/270 kB | 65/79 kB | 33 kB | 16/50 kB Progress (5): 462/588 kB | 237/270 kB | 65/79 kB | 33 kB | 20/50 kB Progress (5): 466/588 kB | 237/270 kB | 65/79 kB | 33 kB | 20/50 kB Progress (5): 471/588 kB | 237/270 kB | 65/79 kB | 33 kB | 20/50 kB Progress (5): 471/588 kB | 237/270 kB | 65/79 kB | 33 kB | 24/50 kB Progress (5): 471/588 kB | 237/270 kB | 69/79 kB | 33 kB | 24/50 kB Progress (5): 471/588 kB | 241/270 kB | 69/79 kB | 33 kB | 24/50 kB Progress (5): 471/588 kB | 241/270 kB | 73/79 kB | 33 kB | 24/50 kB Progress (5): 471/588 kB | 241/270 kB | 77/79 kB | 33 kB | 24/50 kB Progress (5): 471/588 kB | 241/270 kB | 79 kB | 33 kB | 24/50 kB Progress (5): 471/588 kB | 241/270 kB | 79 kB | 33 kB | 28/50 kB Progress (5): 475/588 kB | 241/270 kB | 79 kB | 33 kB | 28/50 kB Progress (5): 475/588 kB | 241/270 kB | 79 kB | 33 kB | 32/50 kB Progress (5): 475/588 kB | 245/270 kB | 79 kB | 33 kB | 32/50 kB Progress (5): 479/588 kB | 245/270 kB | 79 kB | 33 kB | 32/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar (79 kB at 52 kB/s) Progress (4): 479/588 kB | 245/270 kB | 33 kB | 36/50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar Progress (4): 483/588 kB | 245/270 kB | 33 kB | 36/50 kB Progress (4): 483/588 kB | 249/270 kB | 33 kB | 36/50 kB Progress (4): 487/588 kB | 249/270 kB | 33 kB | 36/50 kB Progress (4): 491/588 kB | 249/270 kB | 33 kB | 36/50 kB Progress (4): 491/588 kB | 249/270 kB | 33 kB | 40/50 kB Progress (4): 491/588 kB | 253/270 kB | 33 kB | 40/50 kB Progress (4): 495/588 kB | 253/270 kB | 33 kB | 40/50 kB Progress (4): 495/588 kB | 253/270 kB | 33 kB | 45/50 kB Progress (4): 499/588 kB | 253/270 kB | 33 kB | 45/50 kB Progress (4): 499/588 kB | 258/270 kB | 33 kB | 45/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar (33 kB at 21 kB/s) Progress (3): 503/588 kB | 258/270 kB | 45/50 kB Progress (3): 503/588 kB | 258/270 kB | 49/50 kB Progress (3): 507/588 kB | 258/270 kB | 49/50 kB Progress (3): 507/588 kB | 262/270 kB | 49/50 kB Progress (3): 507/588 kB | 262/270 kB | 50 kB Progress (3): 511/588 kB | 262/270 kB | 50 kB Progress (3): 516/588 kB | 262/270 kB | 50 kB Progress (3): 516/588 kB | 266/270 kB | 50 kB Progress (3): 520/588 kB | 266/270 kB | 50 kB Progress (3): 524/588 kB | 266/270 kB | 50 kB Progress (3): 528/588 kB | 266/270 kB | 50 kB Progress (3): 532/588 kB | 266/270 kB | 50 kB Progress (3): 536/588 kB | 266/270 kB | 50 kB Progress (3): 540/588 kB | 266/270 kB | 50 kB Progress (3): 544/588 kB | 266/270 kB | 50 kB Progress (3): 548/588 kB | 266/270 kB | 50 kB Progress (3): 552/588 kB | 266/270 kB | 50 kB Progress (3): 557/588 kB | 266/270 kB | 50 kB Progress (3): 561/588 kB | 266/270 kB | 50 kB Progress (3): 565/588 kB | 266/270 kB | 50 kB Progress (3): 569/588 kB | 266/270 kB | 50 kB Progress (3): 573/588 kB | 266/270 kB | 50 kB Progress (3): 577/588 kB | 266/270 kB | 50 kB Progress (3): 581/588 kB | 266/270 kB | 50 kB Progress (3): 585/588 kB | 266/270 kB | 50 kB Progress (3): 588 kB | 266/270 kB | 50 kB Progress (3): 588 kB | 270 kB | 50 kB Progress (4): 588 kB | 270 kB | 50 kB | 4.1/128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar (50 kB at 32 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar (270 kB at 174 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 379 kB/s) Progress (1): 7.7/128 kB Progress (1): 12/128 kB Progress (1): 16/128 kB Progress (1): 20/128 kB Progress (1): 24/128 kB Progress (1): 28/128 kB Progress (1): 32/128 kB Progress (1): 36/128 kB Progress (1): 40/128 kB Progress (1): 45/128 kB Progress (1): 49/128 kB Progress (1): 53/128 kB Progress (1): 57/128 kB Progress (1): 61/128 kB Progress (1): 65/128 kB Progress (1): 69/128 kB Progress (1): 73/128 kB Progress (1): 77/128 kB Progress (1): 81/128 kB Progress (1): 85/128 kB Progress (1): 90/128 kB Progress (1): 94/128 kB Progress (1): 98/128 kB Progress (1): 102/128 kB Progress (1): 106/128 kB Progress (1): 110/128 kB Progress (1): 114/128 kB Progress (1): 118/128 kB Progress (1): 122/128 kB Progress (1): 126/128 kB Progress (1): 128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar (128 kB at 79 kB/s) [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --------------------< org.eclipse.reddeer:plugins >--------------------- [INFO] Building RedDeer Plugins 2.9.0-SNAPSHOT [2/60] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >----------- [INFO] Building RedDeer Common 2.9.0-SNAPSHOT [3/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.pom (1.9 kB at 5.0 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.pom Progress (1): 4.1 kB Progress (1): 8.2 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.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.pom (9.8 kB at 99 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.6.0.201912101111-r/org.eclipse.jgit-parent-5.6.0.201912101111-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.6.0.201912101111-r/org.eclipse.jgit-parent-5.6.0.201912101111-r.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.6.0.201912101111-r/org.eclipse.jgit-parent-5.6.0.201912101111-r.pom (36 kB at 3.6 MB/s) Downloading from cbi-release: 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 647 kB/s) Downloading from cbi-release: 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 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 146 kB/s) Downloading from cbi-release: 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 110 kB/s) Downloading from cbi-release: 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 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 215 kB/s) Downloading from cbi-release: 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 157 kB/s) Downloading from cbi-release: 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 128 kB/s) Downloading from cbi-release: 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 472 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom (2.5 kB at 108 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom (1.2 kB at 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom (2.2 kB at 106 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.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 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.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.jar Progress (1): 4.1/166 kB Progress (1): 7.7/166 kB Progress (1): 12/166 kB Progress (1): 16/166 kB Progress (1): 20/166 kB Progress (1): 24/166 kB Progress (1): 28/166 kB Progress (1): 32/166 kB Progress (1): 36/166 kB Progress (1): 40/166 kB Progress (1): 45/166 kB Progress (1): 49/166 kB Progress (2): 49/166 kB | 4.1/70 kB Progress (2): 49/166 kB | 7.7/70 kB Progress (2): 49/166 kB | 12/70 kB Progress (2): 49/166 kB | 16/70 kB Progress (2): 53/166 kB | 16/70 kB Progress (2): 57/166 kB | 16/70 kB Progress (2): 57/166 kB | 20/70 kB Progress (2): 61/166 kB | 20/70 kB Progress (2): 61/166 kB | 24/70 kB Progress (2): 65/166 kB | 24/70 kB Progress (2): 65/166 kB | 28/70 kB Progress (2): 65/166 kB | 32/70 kB Progress (2): 69/166 kB | 32/70 kB Progress (2): 73/166 kB | 32/70 kB Progress (2): 73/166 kB | 36/70 kB Progress (2): 73/166 kB | 40/70 kB Progress (2): 77/166 kB | 40/70 kB Progress (2): 77/166 kB | 45/70 kB Progress (2): 81/166 kB | 45/70 kB Progress (2): 81/166 kB | 49/70 kB Progress (2): 85/166 kB | 49/70 kB Progress (2): 85/166 kB | 53/70 kB Progress (2): 90/166 kB | 53/70 kB Progress (2): 90/166 kB | 57/70 kB Progress (2): 94/166 kB | 57/70 kB Progress (2): 94/166 kB | 61/70 kB Progress (2): 98/166 kB | 61/70 kB Progress (2): 98/166 kB | 65/70 kB Progress (2): 98/166 kB | 69/70 kB Progress (2): 102/166 kB | 69/70 kB Progress (2): 102/166 kB | 70 kB Progress (2): 106/166 kB | 70 kB Progress (2): 110/166 kB | 70 kB Progress (2): 114/166 kB | 70 kB Progress (2): 118/166 kB | 70 kB Progress (2): 122/166 kB | 70 kB Progress (2): 126/166 kB | 70 kB Progress (2): 131/166 kB | 70 kB Progress (2): 135/166 kB | 70 kB Progress (2): 139/166 kB | 70 kB Progress (2): 143/166 kB | 70 kB Progress (2): 147/166 kB | 70 kB Progress (2): 151/166 kB | 70 kB Progress (2): 155/166 kB | 70 kB Progress (2): 159/166 kB | 70 kB Progress (2): 163/166 kB | 70 kB Progress (2): 166 kB | 70 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 2.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Progress (2): 70 kB | 4.1/12 kB Progress (2): 70 kB | 7.7/12 kB Progress (2): 70 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.jar (12 kB at 118 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar Progress (2): 70 kB | 4.1/329 kB Progress (2): 70 kB | 7.7/329 kB Progress (2): 70 kB | 12/329 kB Progress (2): 70 kB | 16/329 kB Progress (2): 70 kB | 20/329 kB Progress (2): 70 kB | 24/329 kB Progress (2): 70 kB | 28/329 kB Progress (2): 70 kB | 32/329 kB Progress (2): 70 kB | 36/329 kB Progress (2): 70 kB | 40/329 kB Progress (2): 70 kB | 45/329 kB Progress (2): 70 kB | 49/329 kB Progress (2): 70 kB | 53/329 kB Progress (2): 70 kB | 57/329 kB Progress (2): 70 kB | 61/329 kB Progress (2): 70 kB | 65/329 kB Progress (2): 70 kB | 69/329 kB Progress (2): 70 kB | 73/329 kB Progress (2): 70 kB | 77/329 kB Progress (2): 70 kB | 81/329 kB Progress (2): 70 kB | 85/329 kB Progress (2): 70 kB | 90/329 kB Progress (2): 70 kB | 94/329 kB Progress (2): 70 kB | 98/329 kB Progress (2): 70 kB | 102/329 kB Progress (2): 70 kB | 106/329 kB Progress (2): 70 kB | 110/329 kB Progress (3): 70 kB | 110/329 kB | 0/2.8 MB Progress (3): 70 kB | 114/329 kB | 0/2.8 MB Progress (3): 70 kB | 118/329 kB | 0/2.8 MB Progress (3): 70 kB | 118/329 kB | 0/2.8 MB Progress (3): 70 kB | 122/329 kB | 0/2.8 MB Progress (3): 70 kB | 126/329 kB | 0/2.8 MB Progress (3): 70 kB | 131/329 kB | 0/2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 595 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar Progress (2): 131/329 kB | 0/2.8 MB Progress (2): 135/329 kB | 0/2.8 MB Progress (2): 139/329 kB | 0/2.8 MB Progress (2): 143/329 kB | 0/2.8 MB Progress (2): 147/329 kB | 0/2.8 MB Progress (2): 147/329 kB | 0.1/2.8 MB Progress (2): 151/329 kB | 0.1/2.8 MB Progress (2): 155/329 kB | 0.1/2.8 MB Progress (2): 155/329 kB | 0.1/2.8 MB Progress (3): 155/329 kB | 0.1/2.8 MB | 4.1/283 kB Progress (3): 159/329 kB | 0.1/2.8 MB | 4.1/283 kB Progress (3): 159/329 kB | 0.1/2.8 MB | 7.7/283 kB Progress (3): 159/329 kB | 0.1/2.8 MB | 12/283 kB Progress (3): 159/329 kB | 0.1/2.8 MB | 16/283 kB Progress (3): 163/329 kB | 0.1/2.8 MB | 16/283 kB Progress (3): 163/329 kB | 0.1/2.8 MB | 16/283 kB Progress (3): 163/329 kB | 0.1/2.8 MB | 20/283 kB Progress (3): 163/329 kB | 0.1/2.8 MB | 24/283 kB Progress (4): 163/329 kB | 0.1/2.8 MB | 24/283 kB | 0/4.8 MB Progress (4): 163/329 kB | 0.1/2.8 MB | 24/283 kB | 0/4.8 MB Progress (4): 163/329 kB | 0.1/2.8 MB | 28/283 kB | 0/4.8 MB Progress (4): 167/329 kB | 0.1/2.8 MB | 28/283 kB | 0/4.8 MB Progress (5): 167/329 kB | 0.1/2.8 MB | 28/283 kB | 0/4.8 MB | 4.1/26 kB Progress (5): 171/329 kB | 0.1/2.8 MB | 28/283 kB | 0/4.8 MB | 4.1/26 kB Progress (5): 176/329 kB | 0.1/2.8 MB | 28/283 kB | 0/4.8 MB | 4.1/26 kB Progress (5): 180/329 kB | 0.1/2.8 MB | 28/283 kB | 0/4.8 MB | 4.1/26 kB Progress (5): 184/329 kB | 0.1/2.8 MB | 28/283 kB | 0/4.8 MB | 4.1/26 kB Progress (5): 188/329 kB | 0.1/2.8 MB | 28/283 kB | 0/4.8 MB | 4.1/26 kB Progress (5): 192/329 kB | 0.1/2.8 MB | 28/283 kB | 0/4.8 MB | 4.1/26 kB Progress (5): 192/329 kB | 0.1/2.8 MB | 28/283 kB | 0/4.8 MB | 4.1/26 kB Progress (5): 192/329 kB | 0.1/2.8 MB | 28/283 kB | 0/4.8 MB | 4.1/26 kB Progress (5): 192/329 kB | 0.1/2.8 MB | 28/283 kB | 0.1/4.8 MB | 4.1/26 kB Progress (5): 192/329 kB | 0.1/2.8 MB | 28/283 kB | 0.1/4.8 MB | 4.1/26 kB Progress (5): 192/329 kB | 0.1/2.8 MB | 28/283 kB | 0.1/4.8 MB | 4.1/26 kB Progress (5): 192/329 kB | 0.2/2.8 MB | 28/283 kB | 0.1/4.8 MB | 4.1/26 kB Progress (5): 192/329 kB | 0.2/2.8 MB | 28/283 kB | 0.1/4.8 MB | 4.1/26 kB Progress (5): 192/329 kB | 0.2/2.8 MB | 28/283 kB | 0.1/4.8 MB | 4.1/26 kB Progress (5): 192/329 kB | 0.2/2.8 MB | 32/283 kB | 0.1/4.8 MB | 4.1/26 kB Progress (5): 192/329 kB | 0.2/2.8 MB | 32/283 kB | 0.1/4.8 MB | 4.1/26 kB Progress (5): 192/329 kB | 0.2/2.8 MB | 36/283 kB | 0.1/4.8 MB | 4.1/26 kB Progress (5): 196/329 kB | 0.2/2.8 MB | 36/283 kB | 0.1/4.8 MB | 4.1/26 kB Progress (5): 196/329 kB | 0.2/2.8 MB | 36/283 kB | 0.1/4.8 MB | 7.7/26 kB Progress (5): 196/329 kB | 0.2/2.8 MB | 36/283 kB | 0.2/4.8 MB | 7.7/26 kB Progress (5): 196/329 kB | 0.2/2.8 MB | 40/283 kB | 0.2/4.8 MB | 7.7/26 kB Progress (5): 196/329 kB | 0.2/2.8 MB | 40/283 kB | 0.2/4.8 MB | 7.7/26 kB Progress (5): 196/329 kB | 0.2/2.8 MB | 45/283 kB | 0.2/4.8 MB | 7.7/26 kB Progress (5): 196/329 kB | 0.2/2.8 MB | 45/283 kB | 0.2/4.8 MB | 12/26 kB Progress (5): 200/329 kB | 0.2/2.8 MB | 45/283 kB | 0.2/4.8 MB | 12/26 kB Progress (5): 200/329 kB | 0.2/2.8 MB | 45/283 kB | 0.2/4.8 MB | 16/26 kB Progress (5): 200/329 kB | 0.2/2.8 MB | 45/283 kB | 0.2/4.8 MB | 16/26 kB Progress (5): 200/329 kB | 0.2/2.8 MB | 49/283 kB | 0.2/4.8 MB | 16/26 kB Progress (5): 200/329 kB | 0.2/2.8 MB | 49/283 kB | 0.2/4.8 MB | 16/26 kB Progress (5): 200/329 kB | 0.2/2.8 MB | 53/283 kB | 0.2/4.8 MB | 16/26 kB Progress (5): 200/329 kB | 0.2/2.8 MB | 53/283 kB | 0.2/4.8 MB | 16/26 kB Progress (5): 200/329 kB | 0.2/2.8 MB | 53/283 kB | 0.2/4.8 MB | 20/26 kB Progress (5): 204/329 kB | 0.2/2.8 MB | 53/283 kB | 0.2/4.8 MB | 20/26 kB Progress (5): 204/329 kB | 0.2/2.8 MB | 53/283 kB | 0.2/4.8 MB | 20/26 kB Progress (5): 204/329 kB | 0.2/2.8 MB | 53/283 kB | 0.2/4.8 MB | 20/26 kB Progress (5): 204/329 kB | 0.2/2.8 MB | 53/283 kB | 0.2/4.8 MB | 24/26 kB Progress (5): 204/329 kB | 0.2/2.8 MB | 57/283 kB | 0.2/4.8 MB | 24/26 kB Progress (5): 204/329 kB | 0.2/2.8 MB | 57/283 kB | 0.2/4.8 MB | 24/26 kB Progress (5): 204/329 kB | 0.2/2.8 MB | 57/283 kB | 0.2/4.8 MB | 26 kB Progress (5): 204/329 kB | 0.3/2.8 MB | 57/283 kB | 0.2/4.8 MB | 26 kB Progress (5): 208/329 kB | 0.3/2.8 MB | 57/283 kB | 0.2/4.8 MB | 26 kB Progress (5): 212/329 kB | 0.3/2.8 MB | 57/283 kB | 0.2/4.8 MB | 26 kB Progress (5): 212/329 kB | 0.3/2.8 MB | 61/283 kB | 0.2/4.8 MB | 26 kB Progress (5): 212/329 kB | 0.3/2.8 MB | 61/283 kB | 0.2/4.8 MB | 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 127 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar Progress (4): 212/329 kB | 0.3/2.8 MB | 61/283 kB | 0.3/4.8 MB Progress (4): 212/329 kB | 0.3/2.8 MB | 61/283 kB | 0.3/4.8 MB Progress (4): 217/329 kB | 0.3/2.8 MB | 61/283 kB | 0.3/4.8 MB Progress (4): 221/329 kB | 0.3/2.8 MB | 61/283 kB | 0.3/4.8 MB Progress (4): 225/329 kB | 0.3/2.8 MB | 61/283 kB | 0.3/4.8 MB Progress (4): 225/329 kB | 0.3/2.8 MB | 65/283 kB | 0.3/4.8 MB Progress (5): 225/329 kB | 0.3/2.8 MB | 65/283 kB | 0.3/4.8 MB | 7.7/878 kB Progress (5): 225/329 kB | 0.3/2.8 MB | 69/283 kB | 0.3/4.8 MB | 7.7/878 kB Progress (5): 225/329 kB | 0.3/2.8 MB | 73/283 kB | 0.3/4.8 MB | 7.7/878 kB Progress (5): 225/329 kB | 0.3/2.8 MB | 77/283 kB | 0.3/4.8 MB | 7.7/878 kB Progress (5): 229/329 kB | 0.3/2.8 MB | 77/283 kB | 0.3/4.8 MB | 7.7/878 kB Progress (5): 229/329 kB | 0.3/2.8 MB | 77/283 kB | 0.3/4.8 MB | 7.7/878 kB Progress (5): 229/329 kB | 0.3/2.8 MB | 77/283 kB | 0.3/4.8 MB | 7.7/878 kB Progress (5): 233/329 kB | 0.3/2.8 MB | 77/283 kB | 0.3/4.8 MB | 7.7/878 kB Progress (5): 233/329 kB | 0.3/2.8 MB | 81/283 kB | 0.3/4.8 MB | 7.7/878 kB Progress (5): 233/329 kB | 0.3/2.8 MB | 81/283 kB | 0.3/4.8 MB | 16/878 kB Progress (5): 237/329 kB | 0.3/2.8 MB | 81/283 kB | 0.3/4.8 MB | 16/878 kB Progress (5): 241/329 kB | 0.3/2.8 MB | 81/283 kB | 0.3/4.8 MB | 16/878 kB Progress (5): 245/329 kB | 0.3/2.8 MB | 81/283 kB | 0.3/4.8 MB | 16/878 kB Progress (5): 249/329 kB | 0.3/2.8 MB | 81/283 kB | 0.3/4.8 MB | 16/878 kB Progress (5): 253/329 kB | 0.3/2.8 MB | 81/283 kB | 0.3/4.8 MB | 16/878 kB Progress (5): 258/329 kB | 0.3/2.8 MB | 81/283 kB | 0.3/4.8 MB | 16/878 kB Progress (5): 258/329 kB | 0.3/2.8 MB | 81/283 kB | 0.3/4.8 MB | 16/878 kB Progress (5): 262/329 kB | 0.3/2.8 MB | 81/283 kB | 0.3/4.8 MB | 16/878 kB Progress (5): 262/329 kB | 0.3/2.8 MB | 81/283 kB | 0.3/4.8 MB | 24/878 kB Progress (5): 262/329 kB | 0.3/2.8 MB | 81/283 kB | 0.3/4.8 MB | 24/878 kB Progress (5): 262/329 kB | 0.3/2.8 MB | 85/283 kB | 0.3/4.8 MB | 24/878 kB Progress (5): 262/329 kB | 0.3/2.8 MB | 90/283 kB | 0.3/4.8 MB | 24/878 kB Progress (5): 262/329 kB | 0.3/2.8 MB | 94/283 kB | 0.3/4.8 MB | 24/878 kB Progress (5): 262/329 kB | 0.3/2.8 MB | 94/283 kB | 0.3/4.8 MB | 32/878 kB Progress (5): 266/329 kB | 0.3/2.8 MB | 94/283 kB | 0.3/4.8 MB | 32/878 kB Progress (5): 266/329 kB | 0.3/2.8 MB | 94/283 kB | 0.3/4.8 MB | 32/878 kB Progress (5): 266/329 kB | 0.3/2.8 MB | 94/283 kB | 0.3/4.8 MB | 40/878 kB Progress (5): 270/329 kB | 0.3/2.8 MB | 94/283 kB | 0.3/4.8 MB | 40/878 kB Progress (5): 270/329 kB | 0.3/2.8 MB | 94/283 kB | 0.3/4.8 MB | 40/878 kB Progress (5): 274/329 kB | 0.3/2.8 MB | 94/283 kB | 0.3/4.8 MB | 40/878 kB Progress (5): 274/329 kB | 0.3/2.8 MB | 98/283 kB | 0.3/4.8 MB | 40/878 kB Progress (5): 274/329 kB | 0.3/2.8 MB | 98/283 kB | 0.3/4.8 MB | 49/878 kB Progress (5): 274/329 kB | 0.4/2.8 MB | 98/283 kB | 0.3/4.8 MB | 49/878 kB Progress (5): 274/329 kB | 0.4/2.8 MB | 98/283 kB | 0.4/4.8 MB | 49/878 kB Progress (5): 274/329 kB | 0.4/2.8 MB | 98/283 kB | 0.4/4.8 MB | 49/878 kB Progress (5): 274/329 kB | 0.4/2.8 MB | 102/283 kB | 0.4/4.8 MB | 49/878 kB Progress (5): 274/329 kB | 0.4/2.8 MB | 106/283 kB | 0.4/4.8 MB | 49/878 kB Progress (5): 278/329 kB | 0.4/2.8 MB | 106/283 kB | 0.4/4.8 MB | 49/878 kB Progress (5): 278/329 kB | 0.4/2.8 MB | 110/283 kB | 0.4/4.8 MB | 49/878 kB Progress (5): 278/329 kB | 0.4/2.8 MB | 110/283 kB | 0.4/4.8 MB | 49/878 kB Progress (5): 278/329 kB | 0.4/2.8 MB | 110/283 kB | 0.4/4.8 MB | 49/878 kB Progress (5): 278/329 kB | 0.4/2.8 MB | 110/283 kB | 0.4/4.8 MB | 57/878 kB Progress (5): 278/329 kB | 0.4/2.8 MB | 110/283 kB | 0.4/4.8 MB | 57/878 kB Progress (5): 282/329 kB | 0.4/2.8 MB | 110/283 kB | 0.4/4.8 MB | 57/878 kB Progress (5): 286/329 kB | 0.4/2.8 MB | 110/283 kB | 0.4/4.8 MB | 57/878 kB Progress (5): 286/329 kB | 0.4/2.8 MB | 114/283 kB | 0.4/4.8 MB | 57/878 kB Progress (5): 290/329 kB | 0.4/2.8 MB | 114/283 kB | 0.4/4.8 MB | 57/878 kB Progress (5): 294/329 kB | 0.4/2.8 MB | 114/283 kB | 0.4/4.8 MB | 57/878 kB Progress (5): 294/329 kB | 0.4/2.8 MB | 114/283 kB | 0.4/4.8 MB | 57/878 kB Progress (5): 294/329 kB | 0.4/2.8 MB | 114/283 kB | 0.4/4.8 MB | 57/878 kB Progress (5): 294/329 kB | 0.4/2.8 MB | 114/283 kB | 0.4/4.8 MB | 65/878 kB Progress (5): 294/329 kB | 0.4/2.8 MB | 114/283 kB | 0.4/4.8 MB | 65/878 kB Progress (5): 294/329 kB | 0.4/2.8 MB | 114/283 kB | 0.4/4.8 MB | 73/878 kB Progress (5): 298/329 kB | 0.4/2.8 MB | 114/283 kB | 0.4/4.8 MB | 73/878 kB Progress (5): 298/329 kB | 0.4/2.8 MB | 118/283 kB | 0.4/4.8 MB | 73/878 kB Progress (5): 298/329 kB | 0.4/2.8 MB | 122/283 kB | 0.4/4.8 MB | 73/878 kB Progress (5): 298/329 kB | 0.4/2.8 MB | 126/283 kB | 0.4/4.8 MB | 73/878 kB Progress (5): 298/329 kB | 0.4/2.8 MB | 131/283 kB | 0.4/4.8 MB | 73/878 kB Progress (5): 303/329 kB | 0.4/2.8 MB | 131/283 kB | 0.4/4.8 MB | 73/878 kB Progress (5): 303/329 kB | 0.4/2.8 MB | 131/283 kB | 0.4/4.8 MB | 81/878 kB Progress (5): 303/329 kB | 0.5/2.8 MB | 131/283 kB | 0.4/4.8 MB | 81/878 kB Progress (5): 303/329 kB | 0.5/2.8 MB | 131/283 kB | 0.4/4.8 MB | 90/878 kB Progress (5): 303/329 kB | 0.5/2.8 MB | 131/283 kB | 0.4/4.8 MB | 98/878 kB Progress (5): 303/329 kB | 0.5/2.8 MB | 131/283 kB | 0.4/4.8 MB | 98/878 kB Progress (5): 303/329 kB | 0.5/2.8 MB | 131/283 kB | 0.4/4.8 MB | 106/878 kB Progress (5): 303/329 kB | 0.5/2.8 MB | 131/283 kB | 0.4/4.8 MB | 114/878 kB Progress (5): 303/329 kB | 0.5/2.8 MB | 131/283 kB | 0.4/4.8 MB | 114/878 kB Progress (5): 303/329 kB | 0.5/2.8 MB | 131/283 kB | 0.4/4.8 MB | 122/878 kB Progress (5): 303/329 kB | 0.5/2.8 MB | 131/283 kB | 0.4/4.8 MB | 131/878 kB Progress (5): 307/329 kB | 0.5/2.8 MB | 131/283 kB | 0.4/4.8 MB | 131/878 kB Progress (5): 307/329 kB | 0.5/2.8 MB | 135/283 kB | 0.4/4.8 MB | 131/878 kB Progress (5): 307/329 kB | 0.5/2.8 MB | 135/283 kB | 0.4/4.8 MB | 139/878 kB Progress (5): 311/329 kB | 0.5/2.8 MB | 135/283 kB | 0.4/4.8 MB | 139/878 kB Progress (5): 315/329 kB | 0.5/2.8 MB | 135/283 kB | 0.4/4.8 MB | 139/878 kB Progress (5): 319/329 kB | 0.5/2.8 MB | 135/283 kB | 0.4/4.8 MB | 139/878 kB Progress (5): 323/329 kB | 0.5/2.8 MB | 135/283 kB | 0.4/4.8 MB | 139/878 kB Progress (5): 327/329 kB | 0.5/2.8 MB | 135/283 kB | 0.4/4.8 MB | 139/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 135/283 kB | 0.4/4.8 MB | 139/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 135/283 kB | 0.4/4.8 MB | 139/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 135/283 kB | 0.5/4.8 MB | 139/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 135/283 kB | 0.5/4.8 MB | 147/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 139/283 kB | 0.5/4.8 MB | 147/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 139/283 kB | 0.5/4.8 MB | 147/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 139/283 kB | 0.5/4.8 MB | 155/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 139/283 kB | 0.5/4.8 MB | 155/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 143/283 kB | 0.5/4.8 MB | 155/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 143/283 kB | 0.5/4.8 MB | 155/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 143/283 kB | 0.5/4.8 MB | 163/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 143/283 kB | 0.5/4.8 MB | 163/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 147/283 kB | 0.5/4.8 MB | 163/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 147/283 kB | 0.5/4.8 MB | 171/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 147/283 kB | 0.5/4.8 MB | 171/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 147/283 kB | 0.5/4.8 MB | 180/878 kB Progress (5): 329 kB | 0.5/2.8 MB | 151/283 kB | 0.5/4.8 MB | 180/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 151/283 kB | 0.5/4.8 MB | 180/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 151/283 kB | 0.5/4.8 MB | 180/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 151/283 kB | 0.5/4.8 MB | 188/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 151/283 kB | 0.5/4.8 MB | 196/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 155/283 kB | 0.5/4.8 MB | 196/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 155/283 kB | 0.5/4.8 MB | 204/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 155/283 kB | 0.6/4.8 MB | 204/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 155/283 kB | 0.6/4.8 MB | 204/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 155/283 kB | 0.6/4.8 MB | 204/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 155/283 kB | 0.6/4.8 MB | 212/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 155/283 kB | 0.6/4.8 MB | 212/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 155/283 kB | 0.6/4.8 MB | 212/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 155/283 kB | 0.6/4.8 MB | 212/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 155/283 kB | 0.6/4.8 MB | 212/878 kB Progress (5): 329 kB | 0.6/2.8 MB | 155/283 kB | 0.6/4.8 MB | 212/878 kB Progress (5): 329 kB | 0.7/2.8 MB | 155/283 kB | 0.6/4.8 MB | 212/878 kB Progress (5): 329 kB | 0.7/2.8 MB | 155/283 kB | 0.6/4.8 MB | 212/878 kB Progress (5): 329 kB | 0.7/2.8 MB | 159/283 kB | 0.6/4.8 MB | 212/878 kB Progress (5): 329 kB | 0.7/2.8 MB | 163/283 kB | 0.6/4.8 MB | 212/878 kB Progress (5): 329 kB | 0.7/2.8 MB | 163/283 kB | 0.6/4.8 MB | 221/878 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar (329 kB at 850 kB/s) Progress (4): 0.7/2.8 MB | 163/283 kB | 0.6/4.8 MB | 221/878 kB Progress (4): 0.7/2.8 MB | 163/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 167/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 171/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 176/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 180/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 184/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 188/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 192/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 196/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 200/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 204/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 208/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 212/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 212/283 kB | 0.6/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 212/283 kB | 0.6/4.8 MB | 237/878 kB Progress (4): 0.7/2.8 MB | 212/283 kB | 0.6/4.8 MB | 245/878 kB Progress (4): 0.7/2.8 MB | 212/283 kB | 0.7/4.8 MB | 245/878 kB Progress (4): 0.7/2.8 MB | 212/283 kB | 0.7/4.8 MB | 245/878 kB Progress (4): 0.7/2.8 MB | 212/283 kB | 0.7/4.8 MB | 245/878 kB Progress (4): 0.7/2.8 MB | 217/283 kB | 0.7/4.8 MB | 245/878 kB Progress (4): 0.7/2.8 MB | 217/283 kB | 0.7/4.8 MB | 245/878 kB Progress (4): 0.7/2.8 MB | 217/283 kB | 0.7/4.8 MB | 253/878 kB Progress (4): 0.7/2.8 MB | 217/283 kB | 0.7/4.8 MB | 253/878 kB Progress (4): 0.7/2.8 MB | 221/283 kB | 0.7/4.8 MB | 253/878 kB Progress (4): 0.7/2.8 MB | 221/283 kB | 0.7/4.8 MB | 253/878 kB Progress (4): 0.7/2.8 MB | 221/283 kB | 0.7/4.8 MB | 262/878 kB Progress (4): 0.7/2.8 MB | 221/283 kB | 0.7/4.8 MB | 262/878 kB Progress (4): 0.7/2.8 MB | 225/283 kB | 0.7/4.8 MB | 262/878 kB Progress (4): 0.7/2.8 MB | 225/283 kB | 0.7/4.8 MB | 270/878 kB Progress (4): 0.8/2.8 MB | 225/283 kB | 0.7/4.8 MB | 270/878 kB Progress (4): 0.8/2.8 MB | 225/283 kB | 0.7/4.8 MB | 278/878 kB Progress (4): 0.8/2.8 MB | 225/283 kB | 0.8/4.8 MB | 278/878 kB Progress (4): 0.8/2.8 MB | 229/283 kB | 0.8/4.8 MB | 278/878 kB Progress (4): 0.8/2.8 MB | 229/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 233/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 233/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 237/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 241/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 245/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 249/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 253/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 258/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 262/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 266/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 270/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 274/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 278/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 282/283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 286/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 294/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 294/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 294/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 303/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 311/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 319/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 327/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 335/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 344/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 352/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 352/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 360/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 360/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 360/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 368/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 368/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.8/4.8 MB | 376/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.9/4.8 MB | 376/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.9/4.8 MB | 384/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.9/4.8 MB | 384/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.9/4.8 MB | 393/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.9/4.8 MB | 393/878 kB Progress (4): 0.8/2.8 MB | 283 kB | 0.9/4.8 MB | 401/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 0.9/4.8 MB | 401/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 0.9/4.8 MB | 409/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 0.9/4.8 MB | 409/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 0.9/4.8 MB | 409/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 0.9/4.8 MB | 417/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 0.9/4.8 MB | 417/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 0.9/4.8 MB | 425/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 0.9/4.8 MB | 425/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 1.0/4.8 MB | 425/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 1.0/4.8 MB | 425/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 1.0/4.8 MB | 425/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 1.0/4.8 MB | 434/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 1.0/4.8 MB | 434/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 1.0/4.8 MB | 434/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 1.0/4.8 MB | 434/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 1.0/4.8 MB | 442/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 1.0/4.8 MB | 442/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 1.0/4.8 MB | 442/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 1.0/4.8 MB | 450/878 kB Progress (4): 0.9/2.8 MB | 283 kB | 1.0/4.8 MB | 458/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.0/4.8 MB | 458/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.0/4.8 MB | 466/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 466/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 466/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 475/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 475/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 483/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 483/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 491/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 491/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 499/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 499/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 507/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 507/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 516/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 516/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 516/878 kB Progress (4): 1.0/2.8 MB | 283 kB | 1.1/4.8 MB | 524/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.1/4.8 MB | 524/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 524/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 532/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 540/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 540/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 540/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 548/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 557/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 557/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 565/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 565/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 565/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 573/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 573/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 573/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 581/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 589/878 kB Progress (4): 1.1/2.8 MB | 283 kB | 1.2/4.8 MB | 589/878 kB Progress (4): 1.2/2.8 MB | 283 kB | 1.2/4.8 MB | 589/878 kB Progress (4): 1.2/2.8 MB | 283 kB | 1.3/4.8 MB | 589/878 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 483 kB/s) Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 597/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 597/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 597/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 606/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 606/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 614/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 622/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 622/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 622/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 622/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 630/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 638/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 638/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 638/878 kB Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 647/878 kB Progress (3): 1.3/2.8 MB | 1.3/4.8 MB | 647/878 kB Progress (3): 1.3/2.8 MB | 1.3/4.8 MB | 655/878 kB Progress (3): 1.3/2.8 MB | 1.3/4.8 MB | 655/878 kB Progress (3): 1.3/2.8 MB | 1.3/4.8 MB | 663/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 663/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 663/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 671/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 671/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 679/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 688/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 688/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 688/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 696/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 704/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 704/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 712/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 720/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 720/878 kB Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 729/878 kB Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 729/878 kB Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 737/878 kB Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 737/878 kB Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 745/878 kB Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 753/878 kB Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 753/878 kB Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 761/878 kB Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 770/878 kB Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 770/878 kB Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 770/878 kB Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 778/878 kB Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 786/878 kB Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 786/878 kB Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 794/878 kB Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 794/878 kB Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 802/878 kB Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 802/878 kB Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 810/878 kB Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 810/878 kB Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 819/878 kB Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 819/878 kB Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 819/878 kB Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 827/878 kB Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 827/878 kB Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 835/878 kB Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 835/878 kB Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 843/878 kB Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 851/878 kB Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 860/878 kB Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 868/878 kB Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 868/878 kB Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 876/878 kB Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 876/878 kB Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 878 kB Progress (3): 1.5/2.8 MB | 1.6/4.8 MB | 878 kB Progress (3): 1.5/2.8 MB | 1.6/4.8 MB | 878 kB Progress (3): 1.5/2.8 MB | 1.6/4.8 MB | 878 kB Progress (3): 1.5/2.8 MB | 1.6/4.8 MB | 878 kB Progress (3): 1.5/2.8 MB | 1.6/4.8 MB | 878 kB Progress (3): 1.5/2.8 MB | 1.6/4.8 MB | 878 kB Progress (3): 1.6/2.8 MB | 1.6/4.8 MB | 878 kB Progress (3): 1.6/2.8 MB | 1.6/4.8 MB | 878 kB Progress (3): 1.6/2.8 MB | 1.6/4.8 MB | 878 kB Progress (3): 1.6/2.8 MB | 1.6/4.8 MB | 878 kB Progress (3): 1.6/2.8 MB | 1.6/4.8 MB | 878 kB Progress (3): 1.6/2.8 MB | 1.6/4.8 MB | 878 kB Progress (3): 1.6/2.8 MB | 1.6/4.8 MB | 878 kB Progress (3): 1.6/2.8 MB | 1.7/4.8 MB | 878 kB Progress (3): 1.7/2.8 MB | 1.7/4.8 MB | 878 kB Progress (3): 1.7/2.8 MB | 1.7/4.8 MB | 878 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar (878 kB at 1.3 MB/s) Progress (2): 1.7/2.8 MB | 1.7/4.8 MB Progress (2): 1.7/2.8 MB | 1.7/4.8 MB Progress (2): 1.7/2.8 MB | 1.7/4.8 MB Progress (2): 1.7/2.8 MB | 1.7/4.8 MB Progress (2): 1.7/2.8 MB | 1.7/4.8 MB Progress (2): 1.7/2.8 MB | 1.8/4.8 MB Progress (2): 1.7/2.8 MB | 1.8/4.8 MB Progress (2): 1.7/2.8 MB | 1.8/4.8 MB Progress (2): 1.7/2.8 MB | 1.8/4.8 MB Progress (2): 1.8/2.8 MB | 1.8/4.8 MB Progress (2): 1.8/2.8 MB | 1.8/4.8 MB Progress (2): 1.8/2.8 MB | 1.8/4.8 MB Progress (2): 1.8/2.8 MB | 1.8/4.8 MB Progress (2): 1.8/2.8 MB | 1.8/4.8 MB Progress (2): 1.8/2.8 MB | 1.8/4.8 MB Progress (2): 1.8/2.8 MB | 1.9/4.8 MB Progress (2): 1.8/2.8 MB | 1.9/4.8 MB Progress (2): 1.8/2.8 MB | 1.9/4.8 MB Progress (2): 1.8/2.8 MB | 1.9/4.8 MB Progress (2): 1.9/2.8 MB | 1.9/4.8 MB Progress (2): 1.9/2.8 MB | 1.9/4.8 MB Progress (2): 1.9/2.8 MB | 1.9/4.8 MB Progress (2): 1.9/2.8 MB | 1.9/4.8 MB Progress (2): 1.9/2.8 MB | 1.9/4.8 MB Progress (2): 1.9/2.8 MB | 1.9/4.8 MB Progress (2): 1.9/2.8 MB | 2.0/4.8 MB Progress (2): 1.9/2.8 MB | 2.0/4.8 MB Progress (2): 1.9/2.8 MB | 2.0/4.8 MB Progress (2): 1.9/2.8 MB | 2.0/4.8 MB Progress (2): 1.9/2.8 MB | 2.0/4.8 MB Progress (2): 1.9/2.8 MB | 2.0/4.8 MB Progress (2): 2.0/2.8 MB | 2.0/4.8 MB Progress (2): 2.0/2.8 MB | 2.0/4.8 MB Progress (2): 2.0/2.8 MB | 2.0/4.8 MB Progress (2): 2.0/2.8 MB | 2.0/4.8 MB Progress (2): 2.0/2.8 MB | 2.0/4.8 MB Progress (2): 2.0/2.8 MB | 2.1/4.8 MB Progress (2): 2.0/2.8 MB | 2.1/4.8 MB Progress (2): 2.0/2.8 MB | 2.1/4.8 MB Progress (2): 2.0/2.8 MB | 2.1/4.8 MB Progress (2): 2.1/2.8 MB | 2.1/4.8 MB Progress (2): 2.1/2.8 MB | 2.1/4.8 MB Progress (2): 2.1/2.8 MB | 2.1/4.8 MB Progress (2): 2.1/2.8 MB | 2.1/4.8 MB Progress (2): 2.1/2.8 MB | 2.1/4.8 MB Progress (2): 2.1/2.8 MB | 2.1/4.8 MB Progress (2): 2.1/2.8 MB | 2.2/4.8 MB Progress (2): 2.1/2.8 MB | 2.2/4.8 MB Progress (2): 2.1/2.8 MB | 2.2/4.8 MB Progress (2): 2.1/2.8 MB | 2.2/4.8 MB Progress (2): 2.2/2.8 MB | 2.2/4.8 MB Progress (2): 2.2/2.8 MB | 2.2/4.8 MB Progress (2): 2.2/2.8 MB | 2.2/4.8 MB Progress (2): 2.2/2.8 MB | 2.2/4.8 MB Progress (2): 2.2/2.8 MB | 2.2/4.8 MB Progress (2): 2.2/2.8 MB | 2.2/4.8 MB Progress (2): 2.2/2.8 MB | 2.3/4.8 MB Progress (2): 2.2/2.8 MB | 2.3/4.8 MB Progress (2): 2.2/2.8 MB | 2.3/4.8 MB Progress (2): 2.2/2.8 MB | 2.3/4.8 MB Progress (2): 2.3/2.8 MB | 2.3/4.8 MB Progress (2): 2.3/2.8 MB | 2.3/4.8 MB Progress (2): 2.3/2.8 MB | 2.3/4.8 MB Progress (2): 2.3/2.8 MB | 2.3/4.8 MB Progress (2): 2.3/2.8 MB | 2.3/4.8 MB Progress (2): 2.3/2.8 MB | 2.3/4.8 MB Progress (2): 2.3/2.8 MB | 2.4/4.8 MB Progress (2): 2.3/2.8 MB | 2.4/4.8 MB Progress (2): 2.3/2.8 MB | 2.4/4.8 MB Progress (2): 2.3/2.8 MB | 2.4/4.8 MB Progress (2): 2.4/2.8 MB | 2.4/4.8 MB Progress (2): 2.4/2.8 MB | 2.4/4.8 MB Progress (2): 2.4/2.8 MB | 2.4/4.8 MB Progress (2): 2.4/2.8 MB | 2.4/4.8 MB Progress (2): 2.4/2.8 MB | 2.4/4.8 MB Progress (2): 2.4/2.8 MB | 2.4/4.8 MB Progress (2): 2.4/2.8 MB | 2.5/4.8 MB Progress (2): 2.4/2.8 MB | 2.5/4.8 MB Progress (2): 2.4/2.8 MB | 2.5/4.8 MB Progress (2): 2.4/2.8 MB | 2.5/4.8 MB Progress (2): 2.5/2.8 MB | 2.5/4.8 MB Progress (2): 2.5/2.8 MB | 2.5/4.8 MB Progress (2): 2.5/2.8 MB | 2.5/4.8 MB Progress (2): 2.5/2.8 MB | 2.5/4.8 MB Progress (2): 2.5/2.8 MB | 2.5/4.8 MB Progress (2): 2.5/2.8 MB | 2.5/4.8 MB Progress (2): 2.5/2.8 MB | 2.6/4.8 MB Progress (2): 2.5/2.8 MB | 2.6/4.8 MB Progress (2): 2.5/2.8 MB | 2.6/4.8 MB Progress (2): 2.5/2.8 MB | 2.6/4.8 MB Progress (2): 2.6/2.8 MB | 2.6/4.8 MB Progress (2): 2.6/2.8 MB | 2.6/4.8 MB Progress (2): 2.6/2.8 MB | 2.6/4.8 MB Progress (2): 2.6/2.8 MB | 2.6/4.8 MB Progress (2): 2.6/2.8 MB | 2.6/4.8 MB Progress (2): 2.6/2.8 MB | 2.6/4.8 MB Progress (2): 2.6/2.8 MB | 2.7/4.8 MB Progress (2): 2.6/2.8 MB | 2.7/4.8 MB Progress (2): 2.6/2.8 MB | 2.7/4.8 MB Progress (2): 2.6/2.8 MB | 2.7/4.8 MB Progress (2): 2.7/2.8 MB | 2.7/4.8 MB Progress (2): 2.7/2.8 MB | 2.7/4.8 MB Progress (2): 2.7/2.8 MB | 2.7/4.8 MB Progress (2): 2.7/2.8 MB | 2.7/4.8 MB Progress (2): 2.7/2.8 MB | 2.7/4.8 MB Progress (2): 2.7/2.8 MB | 2.7/4.8 MB Progress (2): 2.7/2.8 MB | 2.8/4.8 MB Progress (2): 2.7/2.8 MB | 2.8/4.8 MB Progress (2): 2.7/2.8 MB | 2.8/4.8 MB Progress (2): 2.7/2.8 MB | 2.8/4.8 MB Progress (2): 2.8/2.8 MB | 2.8/4.8 MB Progress (2): 2.8/2.8 MB | 2.8/4.8 MB Progress (2): 2.8/2.8 MB | 2.8/4.8 MB Progress (2): 2.8/2.8 MB | 2.8/4.8 MB Progress (2): 2.8/2.8 MB | 2.8/4.8 MB Progress (2): 2.8/2.8 MB | 2.8/4.8 MB Progress (2): 2.8/2.8 MB | 2.9/4.8 MB Progress (2): 2.8/2.8 MB | 2.9/4.8 MB Progress (2): 2.8 MB | 2.9/4.8 MB Progress (2): 2.8 MB | 2.9/4.8 MB Progress (2): 2.8 MB | 2.9/4.8 MB Progress (2): 2.8 MB | 2.9/4.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.jar (2.8 MB at 3.5 MB/s) Progress (1): 2.9/4.8 MB Progress (1): 3.0/4.8 MB Progress (1): 3.0/4.8 MB Progress (1): 3.0/4.8 MB Progress (1): 3.0/4.8 MB Progress (1): 3.1/4.8 MB Progress (1): 3.1/4.8 MB Progress (1): 3.1/4.8 MB Progress (1): 3.1/4.8 MB Progress (1): 3.2/4.8 MB Progress (1): 3.2/4.8 MB Progress (1): 3.2/4.8 MB Progress (1): 3.2/4.8 MB Progress (1): 3.3/4.8 MB Progress (1): 3.3/4.8 MB Progress (1): 3.3/4.8 MB Progress (1): 3.3/4.8 MB Progress (1): 3.4/4.8 MB Progress (1): 3.4/4.8 MB Progress (1): 3.4/4.8 MB Progress (1): 3.4/4.8 MB Progress (1): 3.5/4.8 MB Progress (1): 3.5/4.8 MB Progress (1): 3.5/4.8 MB Progress (1): 3.5/4.8 MB Progress (1): 3.6/4.8 MB Progress (1): 3.6/4.8 MB Progress (1): 3.6/4.8 MB Progress (1): 3.6/4.8 MB Progress (1): 3.7/4.8 MB Progress (1): 3.7/4.8 MB Progress (1): 3.7/4.8 MB Progress (1): 3.7/4.8 MB Progress (1): 3.8/4.8 MB Progress (1): 3.8/4.8 MB Progress (1): 3.8/4.8 MB Progress (1): 3.8/4.8 MB Progress (1): 3.9/4.8 MB Progress (1): 3.9/4.8 MB Progress (1): 3.9/4.8 MB Progress (1): 3.9/4.8 MB Progress (1): 4.0/4.8 MB Progress (1): 4.0/4.8 MB Progress (1): 4.0/4.8 MB Progress (1): 4.0/4.8 MB Progress (1): 4.1/4.8 MB Progress (1): 4.1/4.8 MB Progress (1): 4.1/4.8 MB Progress (1): 4.1/4.8 MB Progress (1): 4.2/4.8 MB Progress (1): 4.2/4.8 MB Progress (1): 4.2/4.8 MB Progress (1): 4.2/4.8 MB Progress (1): 4.3/4.8 MB Progress (1): 4.3/4.8 MB Progress (1): 4.3/4.8 MB Progress (1): 4.3/4.8 MB Progress (1): 4.3/4.8 MB Progress (1): 4.4/4.8 MB Progress (1): 4.4/4.8 MB Progress (1): 4.4/4.8 MB Progress (1): 4.4/4.8 MB Progress (1): 4.5/4.8 MB Progress (1): 4.5/4.8 MB Progress (1): 4.5/4.8 MB Progress (1): 4.5/4.8 MB Progress (1): 4.6/4.8 MB Progress (1): 4.6/4.8 MB Progress (1): 4.6/4.8 MB Progress (1): 4.6/4.8 MB Progress (1): 4.7/4.8 MB Progress (1): 4.7/4.8 MB Progress (1): 4.7/4.8 MB Progress (1): 4.7/4.8 MB Progress (1): 4.8/4.8 MB Progress (1): 4.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar (4.8 MB at 5.0 MB/s) [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.common/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 330 kB/s) Downloading from cbi-release: 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 286 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 609 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom 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 200 kB/s) Downloading from cbi-release: 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 90 kB/s) Downloading from cbi-release: 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 125 kB/s) Downloading from cbi-release: 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 3.3 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 79 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 75 kB/s) Downloading from cbi-release: 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 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 224 kB/s) Downloading from cbi-release: 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 13 kB/s) Downloading from cbi-release: 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 55 kB/s) Downloading from cbi-release: 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 46 kB/s) Downloading from cbi-release: 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 14 kB/s) Downloading from cbi-release: 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 115 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 14 kB/s) Downloading from cbi-release: 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 68 kB/s) Downloading from cbi-release: 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 22 kB/s) Downloading from cbi-release: 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 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 67 kB/s) Downloading from cbi-release: 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 60 kB/s) Downloading from cbi-release: 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 138 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom 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 128 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 233 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 39 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 95 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 121 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 219 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Progress (1): 890 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 28 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-profile/2.0.6/maven-profile-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Progress (1): 4.1/57 kB Progress (2): 4.1/57 kB | 4.1/29 kB Progress (2): 4.1/57 kB | 7.7/29 kB Progress (2): 7.7/57 kB | 7.7/29 kB Progress (2): 12/57 kB | 7.7/29 kB Progress (2): 16/57 kB | 7.7/29 kB Progress (2): 16/57 kB | 12/29 kB Progress (2): 20/57 kB | 12/29 kB Progress (2): 24/57 kB | 12/29 kB Progress (2): 28/57 kB | 12/29 kB Progress (2): 32/57 kB | 12/29 kB Progress (2): 32/57 kB | 16/29 kB Progress (2): 36/57 kB | 16/29 kB Progress (2): 40/57 kB | 16/29 kB Progress (2): 45/57 kB | 16/29 kB Progress (3): 45/57 kB | 16/29 kB | 4.1/152 kB Progress (3): 49/57 kB | 16/29 kB | 4.1/152 kB Progress (3): 53/57 kB | 16/29 kB | 4.1/152 kB Progress (3): 53/57 kB | 20/29 kB | 4.1/152 kB Progress (4): 53/57 kB | 20/29 kB | 4.1/152 kB | 4.1/116 kB Progress (4): 53/57 kB | 20/29 kB | 4.1/152 kB | 7.7/116 kB Progress (4): 53/57 kB | 24/29 kB | 4.1/152 kB | 7.7/116 kB Progress (4): 57 kB | 24/29 kB | 4.1/152 kB | 7.7/116 kB Progress (4): 57 kB | 24/29 kB | 7.7/152 kB | 7.7/116 kB Progress (4): 57 kB | 24/29 kB | 12/152 kB | 7.7/116 kB Progress (4): 57 kB | 28/29 kB | 12/152 kB | 7.7/116 kB Progress (4): 57 kB | 28/29 kB | 12/152 kB | 12/116 kB Progress (4): 57 kB | 29 kB | 12/152 kB | 12/116 kB Progress (4): 57 kB | 29 kB | 16/152 kB | 12/116 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 1.2 MB/s) Progress (3): 29 kB | 16/152 kB | 16/116 kB 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 Progress (3): 29 kB | 20/152 kB | 16/116 kB Progress (3): 29 kB | 20/152 kB | 20/116 kB Progress (3): 29 kB | 20/152 kB | 24/116 kB Progress (3): 29 kB | 20/152 kB | 28/116 kB Progress (3): 29 kB | 20/152 kB | 32/116 kB Progress (3): 29 kB | 20/152 kB | 36/116 kB Progress (3): 29 kB | 24/152 kB | 36/116 kB Progress (3): 29 kB | 24/152 kB | 40/116 kB Progress (4): 29 kB | 24/152 kB | 40/116 kB | 4.1/35 kB Progress (4): 29 kB | 24/152 kB | 45/116 kB | 4.1/35 kB Progress (4): 29 kB | 24/152 kB | 49/116 kB | 4.1/35 kB Progress (4): 29 kB | 28/152 kB | 49/116 kB | 4.1/35 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 516 kB/s) Progress (3): 28/152 kB | 49/116 kB | 7.7/35 kB 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 Progress (3): 28/152 kB | 53/116 kB | 7.7/35 kB Progress (3): 32/152 kB | 53/116 kB | 7.7/35 kB Progress (3): 32/152 kB | 57/116 kB | 7.7/35 kB Progress (3): 32/152 kB | 57/116 kB | 12/35 kB Progress (3): 36/152 kB | 57/116 kB | 12/35 kB Progress (3): 36/152 kB | 61/116 kB | 12/35 kB Progress (3): 40/152 kB | 61/116 kB | 12/35 kB Progress (4): 40/152 kB | 61/116 kB | 12/35 kB | 4.1/9.9 kB Progress (4): 40/152 kB | 61/116 kB | 16/35 kB | 4.1/9.9 kB Progress (4): 40/152 kB | 61/116 kB | 16/35 kB | 7.7/9.9 kB Progress (4): 45/152 kB | 61/116 kB | 16/35 kB | 7.7/9.9 kB Progress (4): 45/152 kB | 65/116 kB | 16/35 kB | 7.7/9.9 kB Progress (4): 49/152 kB | 65/116 kB | 16/35 kB | 7.7/9.9 kB Progress (4): 49/152 kB | 65/116 kB | 20/35 kB | 7.7/9.9 kB Progress (4): 49/152 kB | 65/116 kB | 20/35 kB | 9.9 kB Progress (4): 49/152 kB | 65/116 kB | 24/35 kB | 9.9 kB Progress (4): 49/152 kB | 65/116 kB | 28/35 kB | 9.9 kB Progress (4): 49/152 kB | 65/116 kB | 32/35 kB | 9.9 kB Progress (4): 53/152 kB | 65/116 kB | 32/35 kB | 9.9 kB Progress (4): 53/152 kB | 69/116 kB | 32/35 kB | 9.9 kB Progress (4): 53/152 kB | 73/116 kB | 32/35 kB | 9.9 kB Progress (4): 53/152 kB | 73/116 kB | 35 kB | 9.9 kB Progress (4): 57/152 kB | 73/116 kB | 35 kB | 9.9 kB Progress (4): 61/152 kB | 73/116 kB | 35 kB | 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 131 kB/s) 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 Progress (3): 65/152 kB | 73/116 kB | 35 kB Progress (3): 65/152 kB | 77/116 kB | 35 kB Progress (3): 65/152 kB | 81/116 kB | 35 kB Progress (3): 69/152 kB | 81/116 kB | 35 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 254 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Progress (2): 73/152 kB | 81/116 kB Progress (2): 73/152 kB | 85/116 kB Progress (2): 77/152 kB | 85/116 kB Progress (2): 77/152 kB | 90/116 kB Progress (2): 77/152 kB | 94/116 kB Progress (2): 77/152 kB | 98/116 kB Progress (2): 81/152 kB | 98/116 kB Progress (2): 81/152 kB | 102/116 kB Progress (2): 85/152 kB | 102/116 kB Progress (2): 85/152 kB | 106/116 kB Progress (2): 85/152 kB | 110/116 kB Progress (2): 85/152 kB | 114/116 kB Progress (2): 85/152 kB | 116 kB Progress (2): 90/152 kB | 116 kB Progress (2): 94/152 kB | 116 kB Progress (2): 98/152 kB | 116 kB Progress (2): 102/152 kB | 116 kB Progress (2): 106/152 kB | 116 kB Progress (2): 110/152 kB | 116 kB Progress (2): 114/152 kB | 116 kB Progress (2): 118/152 kB | 116 kB Progress (2): 122/152 kB | 116 kB Progress (2): 126/152 kB | 116 kB Progress (2): 131/152 kB | 116 kB Progress (2): 135/152 kB | 116 kB Progress (2): 139/152 kB | 116 kB Progress (2): 143/152 kB | 116 kB Progress (2): 147/152 kB | 116 kB Progress (2): 151/152 kB | 116 kB Progress (2): 152 kB | 116 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.jar (152 kB at 972 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Progress (2): 116 kB | 4.1/21 kB Progress (2): 116 kB | 7.7/21 kB Progress (2): 116 kB | 12/21 kB Progress (2): 116 kB | 16/21 kB Progress (2): 116 kB | 20/21 kB Progress (2): 116 kB | 21 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.jar (116 kB at 679 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Progress (2): 21 kB | 4.1/30 kB Progress (2): 21 kB | 7.7/30 kB Progress (2): 21 kB | 12/30 kB Progress (2): 21 kB | 16/30 kB Progress (2): 21 kB | 20/30 kB Progress (2): 21 kB | 24/30 kB Progress (2): 21 kB | 28/30 kB Progress (2): 21 kB | 30 kB Progress (3): 21 kB | 30 kB | 4.1/5.9 kB Progress (3): 21 kB | 30 kB | 5.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 116 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 33 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Progress (2): 30 kB | 4.1/14 kB Progress (3): 30 kB | 4.1/14 kB | 4.1/24 kB Progress (3): 30 kB | 7.7/14 kB | 4.1/24 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Progress (4): 30 kB | 7.7/14 kB | 4.1/24 kB | 4.1/13 kB Progress (4): 30 kB | 7.7/14 kB | 4.1/24 kB | 7.7/13 kB Progress (4): 30 kB | 12/14 kB | 4.1/24 kB | 7.7/13 kB Progress (4): 30 kB | 14 kB | 4.1/24 kB | 7.7/13 kB Progress (4): 30 kB | 14 kB | 7.7/24 kB | 7.7/13 kB Progress (4): 30 kB | 14 kB | 7.7/24 kB | 12/13 kB Progress (4): 30 kB | 14 kB | 7.7/24 kB | 13 kB Progress (4): 30 kB | 14 kB | 12/24 kB | 13 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 71 kB/s) Progress (4): 30 kB | 12/24 kB | 13 kB | 4.1/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 154 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 68 kB/s) 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 (2): 16/24 kB | 4.1/37 kB 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 (2): 16/24 kB | 7.7/37 kB Progress (2): 16/24 kB | 12/37 kB Progress (2): 16/24 kB | 16/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (3): 16/24 kB | 16/37 kB | 4.1/87 kB Progress (3): 16/24 kB | 20/37 kB | 4.1/87 kB Progress (4): 16/24 kB | 20/37 kB | 4.1/87 kB | 4.1/49 kB Progress (4): 16/24 kB | 20/37 kB | 4.1/87 kB | 7.7/49 kB Progress (5): 16/24 kB | 20/37 kB | 4.1/87 kB | 7.7/49 kB | 4.1/38 kB Progress (5): 16/24 kB | 20/37 kB | 4.1/87 kB | 7.7/49 kB | 7.7/38 kB Progress (5): 20/24 kB | 20/37 kB | 4.1/87 kB | 7.7/49 kB | 7.7/38 kB Progress (5): 20/24 kB | 20/37 kB | 4.1/87 kB | 7.7/49 kB | 12/38 kB Progress (5): 20/24 kB | 20/37 kB | 4.1/87 kB | 12/49 kB | 12/38 kB Progress (5): 20/24 kB | 24/37 kB | 4.1/87 kB | 12/49 kB | 12/38 kB Progress (5): 20/24 kB | 24/37 kB | 7.7/87 kB | 12/49 kB | 12/38 kB Progress (5): 20/24 kB | 28/37 kB | 7.7/87 kB | 12/49 kB | 12/38 kB Progress (5): 20/24 kB | 32/37 kB | 7.7/87 kB | 12/49 kB | 12/38 kB Progress (5): 20/24 kB | 32/37 kB | 7.7/87 kB | 16/49 kB | 12/38 kB Progress (5): 20/24 kB | 32/37 kB | 7.7/87 kB | 16/49 kB | 16/38 kB Progress (5): 24/24 kB | 32/37 kB | 7.7/87 kB | 16/49 kB | 16/38 kB Progress (5): 24 kB | 32/37 kB | 7.7/87 kB | 16/49 kB | 16/38 kB Progress (5): 24 kB | 32/37 kB | 7.7/87 kB | 20/49 kB | 16/38 kB Progress (5): 24 kB | 36/37 kB | 7.7/87 kB | 20/49 kB | 16/38 kB Progress (5): 24 kB | 36/37 kB | 12/87 kB | 20/49 kB | 16/38 kB Progress (5): 24 kB | 37 kB | 12/87 kB | 20/49 kB | 16/38 kB Progress (5): 24 kB | 37 kB | 12/87 kB | 24/49 kB | 16/38 kB Progress (5): 24 kB | 37 kB | 12/87 kB | 24/49 kB | 20/38 kB Progress (5): 24 kB | 37 kB | 12/87 kB | 28/49 kB | 20/38 kB Progress (5): 24 kB | 37 kB | 12/87 kB | 32/49 kB | 20/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 97 kB/s) Progress (4): 37 kB | 16/87 kB | 32/49 kB | 20/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Progress (4): 37 kB | 16/87 kB | 36/49 kB | 20/38 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 143 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Progress (3): 16/87 kB | 36/49 kB | 24/38 kB Progress (4): 16/87 kB | 36/49 kB | 24/38 kB | 4.1/86 kB Progress (4): 16/87 kB | 40/49 kB | 24/38 kB | 4.1/86 kB Progress (4): 20/87 kB | 40/49 kB | 24/38 kB | 4.1/86 kB Progress (5): 20/87 kB | 40/49 kB | 24/38 kB | 4.1/86 kB | 4.1/10 kB Progress (5): 20/87 kB | 45/49 kB | 24/38 kB | 4.1/86 kB | 4.1/10 kB Progress (5): 20/87 kB | 45/49 kB | 24/38 kB | 7.7/86 kB | 4.1/10 kB Progress (5): 20/87 kB | 45/49 kB | 24/38 kB | 12/86 kB | 4.1/10 kB Progress (5): 20/87 kB | 45/49 kB | 24/38 kB | 16/86 kB | 4.1/10 kB Progress (5): 20/87 kB | 45/49 kB | 28/38 kB | 16/86 kB | 4.1/10 kB Progress (5): 20/87 kB | 45/49 kB | 28/38 kB | 20/86 kB | 4.1/10 kB Progress (5): 20/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 4.1/10 kB Progress (5): 20/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 7.7/10 kB Progress (5): 24/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 7.7/10 kB Progress (5): 28/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 7.7/10 kB Progress (5): 32/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 7.7/10 kB Progress (5): 36/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 7.7/10 kB Progress (5): 40/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 7.7/10 kB Progress (5): 45/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 7.7/10 kB Progress (5): 49/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 7.7/10 kB Progress (5): 53/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 7.7/10 kB Progress (5): 57/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 7.7/10 kB Progress (5): 61/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 7.7/10 kB Progress (5): 65/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 7.7/10 kB Progress (5): 65/87 kB | 49/49 kB | 28/38 kB | 20/86 kB | 10 kB Progress (5): 65/87 kB | 49 kB | 28/38 kB | 20/86 kB | 10 kB Progress (5): 65/87 kB | 49 kB | 28/38 kB | 24/86 kB | 10 kB Progress (5): 65/87 kB | 49 kB | 32/38 kB | 24/86 kB | 10 kB Progress (5): 65/87 kB | 49 kB | 32/38 kB | 28/86 kB | 10 kB Progress (5): 69/87 kB | 49 kB | 32/38 kB | 28/86 kB | 10 kB Progress (5): 69/87 kB | 49 kB | 32/38 kB | 32/86 kB | 10 kB Progress (5): 69/87 kB | 49 kB | 36/38 kB | 32/86 kB | 10 kB Progress (5): 69/87 kB | 49 kB | 38 kB | 32/86 kB | 10 kB Progress (5): 69/87 kB | 49 kB | 38 kB | 36/86 kB | 10 kB Progress (5): 73/87 kB | 49 kB | 38 kB | 36/86 kB | 10 kB Progress (5): 77/87 kB | 49 kB | 38 kB | 36/86 kB | 10 kB Progress (5): 81/87 kB | 49 kB | 38 kB | 36/86 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 132 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar 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 170 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.jar Progress (3): 81/87 kB | 40/86 kB | 10 kB Progress (4): 81/87 kB | 40/86 kB | 10 kB | 4.1/121 kB Progress (4): 85/87 kB | 40/86 kB | 10 kB | 4.1/121 kB Progress (4): 85/87 kB | 40/86 kB | 10 kB | 7.7/121 kB Progress (5): 85/87 kB | 40/86 kB | 10 kB | 7.7/121 kB | 4.1/223 kB Progress (5): 85/87 kB | 40/86 kB | 10 kB | 7.7/121 kB | 7.7/223 kB Progress (5): 85/87 kB | 40/86 kB | 10 kB | 7.7/121 kB | 12/223 kB Progress (5): 85/87 kB | 40/86 kB | 10 kB | 7.7/121 kB | 16/223 kB Progress (5): 85/87 kB | 45/86 kB | 10 kB | 7.7/121 kB | 16/223 kB Progress (5): 85/87 kB | 45/86 kB | 10 kB | 7.7/121 kB | 20/223 kB Progress (5): 85/87 kB | 45/86 kB | 10 kB | 12/121 kB | 20/223 kB Progress (5): 87 kB | 45/86 kB | 10 kB | 12/121 kB | 20/223 kB Progress (5): 87 kB | 45/86 kB | 10 kB | 16/121 kB | 20/223 kB Progress (5): 87 kB | 45/86 kB | 10 kB | 16/121 kB | 24/223 kB Progress (5): 87 kB | 45/86 kB | 10 kB | 16/121 kB | 28/223 kB Progress (5): 87 kB | 45/86 kB | 10 kB | 16/121 kB | 32/223 kB Progress (5): 87 kB | 49/86 kB | 10 kB | 16/121 kB | 32/223 kB Progress (5): 87 kB | 49/86 kB | 10 kB | 16/121 kB | 36/223 kB Progress (5): 87 kB | 49/86 kB | 10 kB | 16/121 kB | 40/223 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 254 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-4/maven-filtering-1.0-beta-4.jar Progress (4): 49/86 kB | 10 kB | 20/121 kB | 40/223 kB Progress (4): 49/86 kB | 10 kB | 20/121 kB | 45/223 kB Progress (4): 49/86 kB | 10 kB | 20/121 kB | 49/223 kB Progress (4): 53/86 kB | 10 kB | 20/121 kB | 49/223 kB Progress (4): 57/86 kB | 10 kB | 20/121 kB | 49/223 kB Progress (4): 61/86 kB | 10 kB | 20/121 kB | 49/223 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 29 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Progress (3): 61/86 kB | 24/121 kB | 49/223 kB Progress (3): 65/86 kB | 24/121 kB | 49/223 kB Progress (3): 65/86 kB | 24/121 kB | 53/223 kB Progress (3): 65/86 kB | 24/121 kB | 57/223 kB Progress (3): 65/86 kB | 24/121 kB | 61/223 kB Progress (3): 65/86 kB | 28/121 kB | 61/223 kB Progress (3): 65/86 kB | 28/121 kB | 65/223 kB Progress (3): 65/86 kB | 28/121 kB | 69/223 kB Progress (3): 65/86 kB | 28/121 kB | 73/223 kB Progress (3): 65/86 kB | 28/121 kB | 77/223 kB Progress (3): 69/86 kB | 28/121 kB | 77/223 kB Progress (3): 69/86 kB | 28/121 kB | 81/223 kB Progress (3): 69/86 kB | 32/121 kB | 81/223 kB Progress (3): 73/86 kB | 32/121 kB | 81/223 kB Progress (3): 73/86 kB | 32/121 kB | 85/223 kB Progress (3): 73/86 kB | 36/121 kB | 85/223 kB Progress (3): 73/86 kB | 40/121 kB | 85/223 kB Progress (3): 77/86 kB | 40/121 kB | 85/223 kB Progress (3): 77/86 kB | 45/121 kB | 85/223 kB Progress (3): 77/86 kB | 45/121 kB | 90/223 kB Progress (3): 77/86 kB | 45/121 kB | 94/223 kB Progress (3): 77/86 kB | 45/121 kB | 98/223 kB Progress (3): 77/86 kB | 49/121 kB | 98/223 kB Progress (3): 77/86 kB | 53/121 kB | 98/223 kB Progress (3): 77/86 kB | 57/121 kB | 98/223 kB Progress (3): 77/86 kB | 61/121 kB | 98/223 kB Progress (3): 81/86 kB | 61/121 kB | 98/223 kB Progress (3): 85/86 kB | 61/121 kB | 98/223 kB Progress (3): 85/86 kB | 65/121 kB | 98/223 kB Progress (4): 85/86 kB | 65/121 kB | 98/223 kB | 4.1/35 kB Progress (4): 85/86 kB | 65/121 kB | 102/223 kB | 4.1/35 kB Progress (4): 85/86 kB | 65/121 kB | 106/223 kB | 4.1/35 kB Progress (4): 85/86 kB | 65/121 kB | 110/223 kB | 4.1/35 kB Progress (4): 85/86 kB | 65/121 kB | 114/223 kB | 4.1/35 kB Progress (4): 85/86 kB | 69/121 kB | 114/223 kB | 4.1/35 kB Progress (4): 85/86 kB | 69/121 kB | 114/223 kB | 7.7/35 kB Progress (5): 85/86 kB | 69/121 kB | 114/223 kB | 7.7/35 kB | 4.1/6.8 kB Progress (5): 86 kB | 69/121 kB | 114/223 kB | 7.7/35 kB | 4.1/6.8 kB Progress (5): 86 kB | 69/121 kB | 114/223 kB | 7.7/35 kB | 6.8 kB Progress (5): 86 kB | 69/121 kB | 114/223 kB | 12/35 kB | 6.8 kB Progress (5): 86 kB | 69/121 kB | 118/223 kB | 12/35 kB | 6.8 kB Progress (5): 86 kB | 73/121 kB | 118/223 kB | 12/35 kB | 6.8 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 230 kB/s) Progress (4): 73/121 kB | 122/223 kB | 12/35 kB | 6.8 kB Progress (4): 73/121 kB | 126/223 kB | 12/35 kB | 6.8 kB Progress (4): 73/121 kB | 131/223 kB | 12/35 kB | 6.8 kB Progress (4): 73/121 kB | 131/223 kB | 16/35 kB | 6.8 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 18 kB/s) Progress (3): 77/121 kB | 131/223 kB | 16/35 kB Progress (3): 77/121 kB | 131/223 kB | 20/35 kB Progress (3): 77/121 kB | 135/223 kB | 20/35 kB Progress (3): 77/121 kB | 135/223 kB | 24/35 kB Progress (3): 81/121 kB | 135/223 kB | 24/35 kB Progress (3): 81/121 kB | 135/223 kB | 28/35 kB Progress (3): 81/121 kB | 139/223 kB | 28/35 kB Progress (3): 85/121 kB | 139/223 kB | 28/35 kB Progress (3): 85/121 kB | 139/223 kB | 32/35 kB Progress (3): 85/121 kB | 143/223 kB | 32/35 kB Progress (3): 85/121 kB | 147/223 kB | 32/35 kB Progress (3): 85/121 kB | 147/223 kB | 35 kB Progress (3): 85/121 kB | 151/223 kB | 35 kB Progress (3): 85/121 kB | 155/223 kB | 35 kB Progress (3): 90/121 kB | 155/223 kB | 35 kB Progress (3): 90/121 kB | 159/223 kB | 35 kB Progress (3): 90/121 kB | 163/223 kB | 35 kB Progress (3): 94/121 kB | 163/223 kB | 35 kB Progress (3): 94/121 kB | 167/223 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 79 kB/s) Progress (2): 98/121 kB | 167/223 kB Progress (2): 98/121 kB | 171/223 kB Progress (2): 98/121 kB | 176/223 kB Progress (2): 102/121 kB | 176/223 kB Progress (2): 102/121 kB | 180/223 kB Progress (2): 106/121 kB | 180/223 kB Progress (2): 110/121 kB | 180/223 kB Progress (2): 110/121 kB | 184/223 kB Progress (2): 114/121 kB | 184/223 kB Progress (2): 114/121 kB | 188/223 kB Progress (2): 114/121 kB | 192/223 kB Progress (2): 118/121 kB | 192/223 kB Progress (2): 118/121 kB | 196/223 kB Progress (2): 121 kB | 196/223 kB Progress (2): 121 kB | 200/223 kB Progress (2): 121 kB | 204/223 kB Progress (2): 121 kB | 208/223 kB Progress (2): 121 kB | 212/223 kB Progress (2): 121 kB | 217/223 kB Progress (2): 121 kB | 221/223 kB Progress (2): 121 kB | 223 kB Progress (3): 121 kB | 223 kB | 4.1/61 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 475 kB/s) Progress (2): 121 kB | 7.7/61 kB Progress (2): 121 kB | 12/61 kB Progress (2): 121 kB | 16/61 kB Progress (2): 121 kB | 20/61 kB Progress (2): 121 kB | 24/61 kB Progress (2): 121 kB | 28/61 kB Progress (2): 121 kB | 32/61 kB Progress (2): 121 kB | 36/61 kB Progress (2): 121 kB | 40/61 kB Progress (2): 121 kB | 45/61 kB Progress (2): 121 kB | 49/61 kB Progress (2): 121 kB | 53/61 kB Progress (2): 121 kB | 57/61 kB Progress (2): 121 kB | 61/61 kB Progress (2): 121 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 127 kB/s) 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 218 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.common --- Downloading from cbi-release: 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 5.5 kB/s) Downloading from cbi-release: 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 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 861 kB/s) Downloading from cbi-release: 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 443 kB/s) Downloading from cbi-release: 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 173 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.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.6.0/tycho-compiler-jdt-1.6.0.pom (2.4 kB at 76 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.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.6.0/tycho-lib-detector-1.6.0.pom (1.6 kB at 68 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.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.20.0/ecj-3.20.0.pom (1.7 kB at 40 kB/s) Downloading from cbi-release: 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-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar Downloading from cbi-release: 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 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/jdt/ecj/3.20.0/ecj-3.20.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.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/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar Progress (1): 0/3.0 MB Progress (1): 0/3.0 MB Progress (1): 0/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.1/3.0 MB Progress (2): 0.1/3.0 MB | 4.1/17 kB Progress (2): 0.1/3.0 MB | 7.7/17 kB Progress (2): 0.1/3.0 MB | 7.7/17 kB Progress (2): 0.1/3.0 MB | 12/17 kB Progress (2): 0.1/3.0 MB | 16/17 kB Progress (2): 0.1/3.0 MB | 16/17 kB Progress (2): 0.1/3.0 MB | 17 kB Progress (2): 0.2/3.0 MB | 17 kB Progress (2): 0.2/3.0 MB | 17 kB Progress (2): 0.2/3.0 MB | 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar (17 kB at 457 kB/s) Progress (2): 0.2/3.0 MB | 4.1/27 kB Progress (2): 0.2/3.0 MB | 4.1/27 kB Progress (2): 0.2/3.0 MB | 7.7/27 kB Progress (2): 0.2/3.0 MB | 12/27 kB Progress (2): 0.2/3.0 MB | 16/27 kB Progress (2): 0.2/3.0 MB | 20/27 kB Progress (2): 0.2/3.0 MB | 24/27 kB Progress (2): 0.2/3.0 MB | 27 kB Progress (2): 0.2/3.0 MB | 27 kB Progress (3): 0.2/3.0 MB | 27 kB | 3.5 kB Progress (3): 0.2/3.0 MB | 27 kB | 3.5 kB Progress (3): 0.3/3.0 MB | 27 kB | 3.5 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 531 kB/s) Progress (2): 0.3/3.0 MB | 3.5 kB Progress (2): 0.3/3.0 MB | 3.5 kB Progress (2): 0.3/3.0 MB | 3.5 kB Progress (2): 0.3/3.0 MB | 3.5 kB Progress (2): 0.3/3.0 MB | 3.5 kB Progress (2): 0.4/3.0 MB | 3.5 kB Progress (2): 0.4/3.0 MB | 3.5 kB Progress (2): 0.4/3.0 MB | 3.5 kB Progress (2): 0.4/3.0 MB | 3.5 kB Progress (2): 0.4/3.0 MB | 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar (3.5 kB at 55 kB/s) Progress (1): 0.4/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (2): 1.1/3.0 MB | 4.1/4.7 kB Progress (2): 1.1/3.0 MB | 4.1/4.7 kB Progress (2): 1.1/3.0 MB | 4.7 kB Progress (2): 1.1/3.0 MB | 4.7 kB Progress (2): 1.1/3.0 MB | 4.7 kB Progress (2): 1.2/3.0 MB | 4.7 kB Progress (2): 1.2/3.0 MB | 4.7 kB Progress (2): 1.2/3.0 MB | 4.7 kB Progress (2): 1.2/3.0 MB | 4.7 kB Progress (2): 1.2/3.0 MB | 4.7 kB Progress (2): 1.2/3.0 MB | 4.7 kB Progress (2): 1.3/3.0 MB | 4.7 kB Progress (2): 1.3/3.0 MB | 4.7 kB Progress (2): 1.3/3.0 MB | 4.7 kB 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 27 kB/s) Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 3.0/3.0 MB Progress (1): 3.0/3.0 MB Progress (1): 3.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.jar (3.0 MB at 5.9 MB/s) [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.common/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.common/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common --- [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.core >------- [INFO] Building RedDeer Workbench Core 2.9.0-SNAPSHOT [4/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.core --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench.core/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.workbench.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench.core/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core >------ [INFO] Building RedDeer E4 Workbench Core 2.9.0-SNAPSHOT [5/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench.core/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench.core/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.core >------------ [INFO] Building RedDeer Core 2.9.0-SNAPSHOT [6/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.core/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.core/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.swt >------------- [INFO] Building RedDeer SWT 2.9.0-SNAPSHOT [7/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.swt/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.swt/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 159 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.swt/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.swt/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.jface >------------ [INFO] Building RedDeer JFace 2.9.0-SNAPSHOT [8/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jface/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jface/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.jface --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jface/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jface/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jface/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.workbench >---------- [INFO] Building RedDeer Workbench 2.9.0-SNAPSHOT [9/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.workbench --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench >-------- [INFO] Building RedDeer E4 Workbench 2.9.0-SNAPSHOT [10/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.e4.workbench --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms >----------- [INFO] Building RedDeer UIForms 2.9.0-SNAPSHOT [11/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.uiforms/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.uiforms/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.uiforms --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.uiforms/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.uiforms/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.uiforms/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.direct >----------- [INFO] Building RedDeer Direct 2.9.0-SNAPSHOT [12/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.direct --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.direct/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.direct --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.direct/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.direct --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.direct/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.direct/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.direct --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.direct/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.junit >------------ [INFO] Building RedDeer JUnit 2.9.0-SNAPSHOT [13/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.junit --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse >----------- [INFO] Building RedDeer Eclipse 2.9.0-SNAPSHOT [14/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.eclipse/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.eclipse/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.eclipse --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.eclipse/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 254 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.eclipse/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.eclipse/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.gef >------------- [INFO] Building RedDeer GEF 2.9.0-SNAPSHOT [15/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy >----------- [INFO] Building RedDeer GEF Spy 2.9.0-SNAPSHOT [16/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.spy --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.spy --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef.spy/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef.spy/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.gef.spy --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef.spy/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef.spy/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef.spy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti >---------- [INFO] Building RedDeer Graphiti 2.9.0-SNAPSHOT [17/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.graphiti/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.graphiti --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.graphiti/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.graphiti --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.graphiti/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.graphiti/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.graphiti --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.graphiti/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit >---------- [INFO] Building RedDeer JDT Junit 2.9.0-SNAPSHOT [18/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jdt.junit --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jdt.junit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jdt.junit/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jdt.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jdt.junit/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.jdt.junit --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jdt.junit/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jdt.junit/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jdt.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jdt.junit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jdt.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jdt.junit --- [WARNING] /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jdt.junit/build.properties: bin.includes value(s) [resources/] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.junit.extension >------- [INFO] Building RedDeer JUnit Extensions 2.9.0-SNAPSHOT [19/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.extension --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit.extension/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit.extension/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.junit.extension --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit.extension/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit.extension/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit.extension/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.selenium >---------- [INFO] Building RedDeer Selenium 2.9.0-SNAPSHOT [20/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.selenium --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.selenium --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.selenium/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.selenium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.selenium/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.selenium --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.selenium/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.selenium/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.selenium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.selenium/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.selenium --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.selenium --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.requirements >-------- [INFO] Building RedDeer Requirements 2.9.0-SNAPSHOT [21/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.requirements --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.requirements/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.requirements --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.requirements/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.requirements --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.requirements/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.requirements/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.requirements --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.requirements/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.ui >------------- [INFO] Building RedDeer UI 2.9.0-SNAPSHOT [22/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.ui/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.ui/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.spy >------------- [INFO] Building RedDeer Spy 2.9.0-SNAPSHOT [23/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.spy --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.spy --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.spy/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.spy --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.spy/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.spy/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.spy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.recorder >---------- [INFO] Building RedDeer Recorder 2.9.0-SNAPSHOT [24/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.recorder --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.recorder --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.recorder/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.recorder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.recorder/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.recorder --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.recorder/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.recorder/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.recorder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.recorder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.go >------------- [INFO] Building RedDeer Go 2.9.0-SNAPSHOT [25/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.go --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.go --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.go/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.go --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.go/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.go --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.go/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.go --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.go/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.go --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.logparser >---------- [INFO] Building RedDeer Log Parser 2.9.0-SNAPSHOT [26/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.logparser --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.logparser --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.logparser/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.logparser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.logparser/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.logparser --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.logparser/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.logparser/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.logparser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.logparser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.codegen >----------- [INFO] Building RedDeer CodeGen 2.9.0-SNAPSHOT [27/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.codegen --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.codegen --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.codegen/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.codegen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.codegen/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.codegen --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.codegen/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.codegen/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.codegen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.codegen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] -------------------< org.eclipse.reddeer:test-apps >-------------------- [INFO] Building RedDeer Test-Apps 2.9.0-SNAPSHOT [28/60] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-apps --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ test-apps --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/test-apps/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ test-apps --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.e4 >------------- [INFO] Building RedDeer E4 Test App 2.9.0-SNAPSHOT [29/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 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 68 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (1): 2.5 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 76 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4 --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/test-apps/org.eclipse.reddeer.e4/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/test-apps/org.eclipse.reddeer.e4/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.e4 --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/test-apps/org.eclipse.reddeer.e4/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.staging/test-apps/org.eclipse.reddeer.e4/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/test-apps/org.eclipse.reddeer.e4/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.staging/test-apps/org.eclipse.reddeer.e4/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4 --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] ---------------------< org.eclipse.reddeer:tests >---------------------- [INFO] Building RedDeer Tests 2.9.0-SNAPSHOT [30/60] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ tests --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.common.test >--------- [INFO] Building RedDeer Common Tests 2.9.0-SNAPSHOT [31/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.common.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.common.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.common.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.common.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.common.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.common.test/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.common.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.common.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.common.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.swt.test >---------- [INFO] Building RedDeer SWT Tests 2.9.0-SNAPSHOT [32/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.swt.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.swt.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.swt.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.swt.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.swt.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.swt.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.swt.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.core.test >---------- [INFO] Building RedDeer Core Tests 2.9.0-SNAPSHOT [33/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.core.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.core.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.core.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.core.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.core.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.core.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.core.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.test >------- [INFO] Building RedDeer Workbench Tests 2.9.0-SNAPSHOT [34/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.workbench.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.workbench.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.workbench.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.workbench.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.workbench.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.workbench.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test >-------- [INFO] Building RedDeer UIForms Test 2.9.0-SNAPSHOT [35/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.uiforms.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.uiforms.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.uiforms.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.uiforms.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.uiforms.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.uiforms.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.uiforms.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jface.test >--------- [INFO] Building RedDeer JFace Tests 2.9.0-SNAPSHOT [36/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.jface.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.jface.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.jface.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.jface.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.jface.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.jface.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >-------- [INFO] Building RedDeer Eclipse Tests 2.9.0-SNAPSHOT [37/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hsqldb/hsqldb/2.3.0/hsqldb-2.3.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hsqldb/hsqldb/2.3.0/hsqldb-2.3.0.pom (1.3 kB at 159 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hsqldb/hsqldb/2.3.0/hsqldb-2.3.0.jar Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.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.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hsqldb/hsqldb/2.3.0/hsqldb-2.3.0.jar (1.5 MB at 6.0 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.eclipse.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.eclipse.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 98 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.eclipse.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.eclipse.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (copy-hsqldb-driver) @ org.eclipse.reddeer.eclipse.test --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.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.9/maven-artifact-2.0.9.pom (1.6 kB at 231 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 1.7 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.1 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.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.9/maven-plugin-api-2.0.9.pom (1.5 kB at 60 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 93 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 62 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 150 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.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.9/maven-profile-2.0.9.pom (2.0 kB at 73 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 73 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.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.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 17 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 60 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 338 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 19 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.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.9/maven-reporting-api-2.0.9.pom (1.8 kB at 86 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 46 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.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-10/doxia-sink-api-1.0-alpha-10.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 52 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 352 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 501 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.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.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 6.2 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 9.9 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.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.9/maven-monitor-2.0.9.pom (1.3 kB at 44 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 162 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 80 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Progress (1): 4.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 269 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Progress (1): 4.1 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 138 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 309 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Progress (1): 4.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 196 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 88 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 356 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 102 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 114 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 117 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 86 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 55 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom Progress (1): 4.1 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 196 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 309 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 366 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 673 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Progress (1): 171 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 4.5 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 124 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (3.4 kB at 116 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 113 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 686 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 112 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (2.2 kB at 74 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 105 kB/s) Downloading from cbi-release: 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 469 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.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.8/plexus-utils-3.0.8.pom (3.1 kB at 131 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.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.9/plexus-utils-3.0.9.pom (3.1 kB at 121 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom Progress (1): 4.1 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 8.4 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Progress (1): 4.1 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 303 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom Progress (1): 266 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 6.3 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Progress (1): 4.1 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 144 kB/s) Downloading from cbi-release: 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 9.8 kB/s) Downloading from cbi-release: 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 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 112 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.5/maven-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 204 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 124 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 53 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 76 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (1.5 kB at 6.6 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom Progress (1): 727 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 33 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 226 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 96 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 898 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 75 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 95 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 87 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 111 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 13 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 56 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 62 kB/s) Downloading from cbi-release: 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-release: 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 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 1.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 10 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.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.8/maven-artifact-2.0.8.pom (1.6 kB at 67 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 432 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 95 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 100 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 89 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.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.8/maven-profile-2.0.8.pom (2.0 kB at 73 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 100 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.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.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 14 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 62 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.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.8/maven-plugin-api-2.0.8.pom (1.5 kB at 53 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 12 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.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.2/plexus-classworlds-2.2.2.pom (4.0 kB at 155 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 91 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 421 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom Progress (1): 145 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 5.6 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 162 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 83 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 60 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.2/junit-3.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom Progress (1): 747 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 36 kB/s) Downloading from cbi-release: 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 134 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 169 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Progress (1): 4.1 kB Progress (1): 8.2 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/12/maven-shared-components-12.pom (9.3 kB at 311 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/13/maven-parent-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 629 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 795 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 742 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar Downloading from cbi-release: 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-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Downloading from cbi-release: 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-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/122 kB Progress (3): 13 kB | 4.1/122 kB | 4.1/35 kB Progress (3): 13 kB | 7.7/122 kB | 4.1/35 kB Progress (3): 13 kB | 7.7/122 kB | 7.7/35 kB Progress (3): 13 kB | 7.7/122 kB | 12/35 kB Progress (3): 13 kB | 7.7/122 kB | 16/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 416 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Progress (2): 12/122 kB | 16/35 kB Progress (2): 12/122 kB | 20/35 kB Progress (2): 16/122 kB | 20/35 kB Progress (2): 16/122 kB | 24/35 kB Progress (2): 16/122 kB | 28/35 kB Progress (2): 20/122 kB | 28/35 kB Progress (2): 24/122 kB | 28/35 kB Progress (2): 28/122 kB | 28/35 kB Progress (2): 32/122 kB | 28/35 kB Progress (2): 32/122 kB | 32/35 kB Progress (3): 32/122 kB | 32/35 kB | 4.1/29 kB Progress (3): 36/122 kB | 32/35 kB | 4.1/29 kB Progress (3): 40/122 kB | 32/35 kB | 4.1/29 kB Progress (3): 40/122 kB | 35 kB | 4.1/29 kB Progress (3): 45/122 kB | 35 kB | 4.1/29 kB Progress (3): 45/122 kB | 35 kB | 7.7/29 kB Progress (3): 49/122 kB | 35 kB | 7.7/29 kB Progress (3): 49/122 kB | 35 kB | 12/29 kB Progress (3): 49/122 kB | 35 kB | 16/29 kB Progress (3): 53/122 kB | 35 kB | 16/29 kB Progress (4): 53/122 kB | 35 kB | 16/29 kB | 4.1/49 kB Progress (4): 53/122 kB | 35 kB | 20/29 kB | 4.1/49 kB Progress (4): 57/122 kB | 35 kB | 20/29 kB | 4.1/49 kB Progress (4): 57/122 kB | 35 kB | 24/29 kB | 4.1/49 kB Progress (4): 57/122 kB | 35 kB | 24/29 kB | 7.7/49 kB Progress (4): 57/122 kB | 35 kB | 28/29 kB | 7.7/49 kB Progress (4): 61/122 kB | 35 kB | 28/29 kB | 7.7/49 kB Progress (4): 61/122 kB | 35 kB | 29 kB | 7.7/49 kB Progress (4): 61/122 kB | 35 kB | 29 kB | 12/49 kB Progress (4): 65/122 kB | 35 kB | 29 kB | 12/49 kB Progress (4): 65/122 kB | 35 kB | 29 kB | 16/49 kB Progress (4): 69/122 kB | 35 kB | 29 kB | 16/49 kB Progress (4): 73/122 kB | 35 kB | 29 kB | 16/49 kB Progress (4): 73/122 kB | 35 kB | 29 kB | 20/49 kB Progress (4): 73/122 kB | 35 kB | 29 kB | 24/49 kB Progress (4): 73/122 kB | 35 kB | 29 kB | 28/49 kB Progress (4): 73/122 kB | 35 kB | 29 kB | 32/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 581 kB/s) Progress (4): 73/122 kB | 35 kB | 32/49 kB | 4.1/89 kB Progress (4): 73/122 kB | 35 kB | 32/49 kB | 7.7/89 kB Progress (4): 73/122 kB | 35 kB | 36/49 kB | 7.7/89 kB Progress (4): 77/122 kB | 35 kB | 36/49 kB | 7.7/89 kB Progress (4): 77/122 kB | 35 kB | 40/49 kB | 7.7/89 kB Progress (4): 77/122 kB | 35 kB | 40/49 kB | 12/89 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Progress (4): 77/122 kB | 35 kB | 40/49 kB | 16/89 kB Progress (4): 77/122 kB | 35 kB | 45/49 kB | 16/89 kB Progress (4): 81/122 kB | 35 kB | 45/49 kB | 16/89 kB Progress (4): 81/122 kB | 35 kB | 49/49 kB | 16/89 kB Progress (4): 81/122 kB | 35 kB | 49 kB | 16/89 kB Progress (4): 81/122 kB | 35 kB | 49 kB | 20/89 kB Progress (5): 81/122 kB | 35 kB | 49 kB | 20/89 kB | 4.1/87 kB Progress (5): 85/122 kB | 35 kB | 49 kB | 20/89 kB | 4.1/87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 792 kB/s) Progress (4): 85/122 kB | 35 kB | 20/89 kB | 7.7/87 kB Progress (4): 85/122 kB | 35 kB | 24/89 kB | 7.7/87 kB Progress (4): 85/122 kB | 35 kB | 24/89 kB | 12/87 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Progress (4): 90/122 kB | 35 kB | 24/89 kB | 12/87 kB Progress (4): 90/122 kB | 35 kB | 24/89 kB | 16/87 kB Progress (4): 90/122 kB | 35 kB | 28/89 kB | 16/87 kB Progress (4): 94/122 kB | 35 kB | 28/89 kB | 16/87 kB Progress (4): 94/122 kB | 35 kB | 28/89 kB | 20/87 kB Progress (4): 94/122 kB | 35 kB | 32/89 kB | 20/87 kB Progress (4): 94/122 kB | 35 kB | 32/89 kB | 24/87 kB Progress (4): 98/122 kB | 35 kB | 32/89 kB | 24/87 kB Progress (4): 98/122 kB | 35 kB | 36/89 kB | 24/87 kB Progress (4): 98/122 kB | 35 kB | 36/89 kB | 28/87 kB Progress (4): 98/122 kB | 35 kB | 36/89 kB | 32/87 kB Progress (4): 102/122 kB | 35 kB | 36/89 kB | 32/87 kB Progress (4): 106/122 kB | 35 kB | 36/89 kB | 32/87 kB Progress (4): 106/122 kB | 35 kB | 40/89 kB | 32/87 kB Progress (4): 110/122 kB | 35 kB | 40/89 kB | 32/87 kB Progress (4): 110/122 kB | 35 kB | 40/89 kB | 36/87 kB Progress (4): 114/122 kB | 35 kB | 40/89 kB | 36/87 kB Progress (4): 114/122 kB | 35 kB | 45/89 kB | 36/87 kB Progress (4): 118/122 kB | 35 kB | 45/89 kB | 36/87 kB Progress (4): 122 kB | 35 kB | 45/89 kB | 36/87 kB Progress (4): 122 kB | 35 kB | 45/89 kB | 40/87 kB Progress (4): 122 kB | 35 kB | 49/89 kB | 40/87 kB Progress (4): 122 kB | 35 kB | 49/89 kB | 45/87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar Progress (3): 35 kB | 53/89 kB | 45/87 kB Progress (3): 35 kB | 53/89 kB | 49/87 kB Progress (3): 35 kB | 57/89 kB | 49/87 kB Progress (3): 35 kB | 61/89 kB | 49/87 kB Progress (3): 35 kB | 65/89 kB | 49/87 kB Progress (3): 35 kB | 65/89 kB | 53/87 kB Progress (3): 35 kB | 69/89 kB | 53/87 kB Progress (3): 35 kB | 69/89 kB | 57/87 kB Progress (3): 35 kB | 73/89 kB | 57/87 kB Progress (3): 35 kB | 73/89 kB | 61/87 kB Progress (3): 35 kB | 77/89 kB | 61/87 kB Progress (3): 35 kB | 77/89 kB | 65/87 kB Progress (3): 35 kB | 81/89 kB | 65/87 kB Progress (3): 35 kB | 81/89 kB | 69/87 kB Progress (3): 35 kB | 81/89 kB | 73/87 kB Progress (3): 35 kB | 81/89 kB | 77/87 kB Progress (3): 35 kB | 81/89 kB | 81/87 kB Progress (3): 35 kB | 81/89 kB | 85/87 kB Progress (3): 35 kB | 81/89 kB | 87 kB Progress (3): 35 kB | 85/89 kB | 87 kB Progress (3): 35 kB | 89 kB | 87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 606 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Progress (3): 35 kB | 89 kB | 4.1/160 kB Progress (3): 35 kB | 89 kB | 7.7/160 kB Progress (3): 35 kB | 89 kB | 12/160 kB Progress (3): 35 kB | 89 kB | 16/160 kB Progress (3): 35 kB | 89 kB | 20/160 kB Progress (4): 35 kB | 89 kB | 20/160 kB | 4.1/21 kB Progress (4): 35 kB | 89 kB | 20/160 kB | 7.7/21 kB Progress (4): 35 kB | 89 kB | 20/160 kB | 12/21 kB Progress (4): 35 kB | 89 kB | 20/160 kB | 16/21 kB Progress (4): 35 kB | 89 kB | 24/160 kB | 16/21 kB Progress (4): 35 kB | 89 kB | 28/160 kB | 16/21 kB Progress (4): 35 kB | 89 kB | 32/160 kB | 16/21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 566 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 222 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Progress (2): 36/160 kB | 16/21 kB Progress (2): 40/160 kB | 16/21 kB Progress (2): 40/160 kB | 20/21 kB Progress (2): 45/160 kB | 20/21 kB Progress (2): 45/160 kB | 21 kB Progress (2): 49/160 kB | 21 kB Progress (3): 49/160 kB | 21 kB | 4.1/10 kB Progress (3): 49/160 kB | 21 kB | 7.7/10 kB Progress (3): 53/160 kB | 21 kB | 7.7/10 kB Progress (3): 53/160 kB | 21 kB | 10 kB Progress (3): 57/160 kB | 21 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 126 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 61 kB/s) Progress (1): 61/160 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Progress (1): 65/160 kB Progress (1): 69/160 kB Progress (1): 73/160 kB Progress (1): 77/160 kB Progress (1): 81/160 kB Progress (1): 85/160 kB Progress (2): 85/160 kB | 4.1/25 kB Progress (2): 85/160 kB | 7.7/25 kB Progress (2): 85/160 kB | 12/25 kB Progress (2): 90/160 kB | 12/25 kB Progress (3): 90/160 kB | 12/25 kB | 4.1/14 kB Progress (3): 90/160 kB | 16/25 kB | 4.1/14 kB Progress (3): 90/160 kB | 16/25 kB | 7.7/14 kB Progress (3): 94/160 kB | 16/25 kB | 7.7/14 kB Progress (4): 94/160 kB | 16/25 kB | 7.7/14 kB | 4.1/37 kB Progress (4): 98/160 kB | 16/25 kB | 7.7/14 kB | 4.1/37 kB Progress (4): 98/160 kB | 20/25 kB | 7.7/14 kB | 4.1/37 kB Progress (4): 98/160 kB | 20/25 kB | 12/14 kB | 4.1/37 kB Progress (4): 98/160 kB | 24/25 kB | 12/14 kB | 4.1/37 kB Progress (4): 102/160 kB | 24/25 kB | 12/14 kB | 4.1/37 kB Progress (4): 102/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 106/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 110/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 114/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 118/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 122/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 126/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 131/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 135/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 139/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 143/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 147/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 151/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 155/160 kB | 24/25 kB | 12/14 kB | 7.7/37 kB Progress (4): 155/160 kB | 25 kB | 12/14 kB | 7.7/37 kB Progress (4): 155/160 kB | 25 kB | 14 kB | 7.7/37 kB Progress (4): 159/160 kB | 25 kB | 14 kB | 7.7/37 kB Progress (4): 159/160 kB | 25 kB | 14 kB | 12/37 kB Progress (4): 160 kB | 25 kB | 14 kB | 12/37 kB Progress (4): 160 kB | 25 kB | 14 kB | 16/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 56 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 99 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar Progress (3): 160 kB | 16/37 kB | 4.1/11 kB Progress (4): 160 kB | 16/37 kB | 4.1/11 kB | 4.1/58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 621 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar Progress (3): 20/37 kB | 4.1/11 kB | 4.1/58 kB Progress (4): 20/37 kB | 4.1/11 kB | 4.1/58 kB | 4.1/21 kB Progress (4): 20/37 kB | 4.1/11 kB | 7.7/58 kB | 4.1/21 kB Progress (4): 20/37 kB | 7.7/11 kB | 7.7/58 kB | 4.1/21 kB Progress (4): 20/37 kB | 11 kB | 7.7/58 kB | 4.1/21 kB Progress (4): 20/37 kB | 11 kB | 12/58 kB | 4.1/21 kB Progress (4): 20/37 kB | 11 kB | 12/58 kB | 7.7/21 kB Progress (4): 20/37 kB | 11 kB | 12/58 kB | 12/21 kB Progress (4): 20/37 kB | 11 kB | 12/58 kB | 16/21 kB Progress (4): 24/37 kB | 11 kB | 12/58 kB | 16/21 kB Progress (4): 24/37 kB | 11 kB | 12/58 kB | 20/21 kB Progress (4): 24/37 kB | 11 kB | 12/58 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 41 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar Progress (3): 24/37 kB | 16/58 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 76 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar Progress (2): 28/37 kB | 16/58 kB Progress (2): 32/37 kB | 16/58 kB Progress (2): 36/37 kB | 16/58 kB Progress (2): 37 kB | 16/58 kB Progress (3): 37 kB | 16/58 kB | 4.1/41 kB Progress (3): 37 kB | 20/58 kB | 4.1/41 kB Progress (3): 37 kB | 24/58 kB | 4.1/41 kB Progress (3): 37 kB | 28/58 kB | 4.1/41 kB Progress (3): 37 kB | 32/58 kB | 4.1/41 kB Progress (3): 37 kB | 36/58 kB | 4.1/41 kB Progress (3): 37 kB | 40/58 kB | 4.1/41 kB Progress (3): 37 kB | 45/58 kB | 4.1/41 kB Progress (3): 37 kB | 49/58 kB | 4.1/41 kB Progress (3): 37 kB | 53/58 kB | 4.1/41 kB Progress (3): 37 kB | 57/58 kB | 4.1/41 kB Progress (3): 37 kB | 58 kB | 4.1/41 kB Progress (3): 37 kB | 58 kB | 7.7/41 kB Progress (4): 37 kB | 58 kB | 7.7/41 kB | 4.1/55 kB Progress (4): 37 kB | 58 kB | 7.7/41 kB | 7.7/55 kB Progress (5): 37 kB | 58 kB | 7.7/41 kB | 7.7/55 kB | 4.1/109 kB Progress (5): 37 kB | 58 kB | 7.7/41 kB | 12/55 kB | 4.1/109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 108 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 167 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Progress (3): 12/41 kB | 12/55 kB | 4.1/109 kB Progress (3): 16/41 kB | 12/55 kB | 4.1/109 kB Progress (4): 16/41 kB | 12/55 kB | 4.1/109 kB | 4.1/10 kB Progress (4): 16/41 kB | 16/55 kB | 4.1/109 kB | 4.1/10 kB Progress (4): 16/41 kB | 16/55 kB | 7.7/109 kB | 4.1/10 kB Progress (4): 16/41 kB | 16/55 kB | 12/109 kB | 4.1/10 kB Progress (4): 16/41 kB | 16/55 kB | 12/109 kB | 7.7/10 kB Progress (4): 16/41 kB | 16/55 kB | 12/109 kB | 10 kB Progress (4): 20/41 kB | 16/55 kB | 12/109 kB | 10 kB Progress (4): 20/41 kB | 16/55 kB | 16/109 kB | 10 kB Progress (4): 20/41 kB | 20/55 kB | 16/109 kB | 10 kB Progress (4): 20/41 kB | 24/55 kB | 16/109 kB | 10 kB Progress (4): 20/41 kB | 28/55 kB | 16/109 kB | 10 kB Progress (4): 20/41 kB | 32/55 kB | 16/109 kB | 10 kB Progress (5): 20/41 kB | 32/55 kB | 16/109 kB | 10 kB | 4.1/47 kB Progress (5): 20/41 kB | 36/55 kB | 16/109 kB | 10 kB | 4.1/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 28 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Progress (4): 20/41 kB | 36/55 kB | 20/109 kB | 4.1/47 kB Progress (4): 24/41 kB | 36/55 kB | 20/109 kB | 4.1/47 kB Progress (4): 28/41 kB | 36/55 kB | 20/109 kB | 4.1/47 kB Progress (4): 32/41 kB | 36/55 kB | 20/109 kB | 4.1/47 kB Progress (4): 32/41 kB | 36/55 kB | 24/109 kB | 4.1/47 kB Progress (4): 32/41 kB | 36/55 kB | 28/109 kB | 4.1/47 kB Progress (4): 32/41 kB | 40/55 kB | 28/109 kB | 4.1/47 kB Progress (4): 32/41 kB | 40/55 kB | 28/109 kB | 7.7/47 kB Progress (4): 32/41 kB | 45/55 kB | 28/109 kB | 7.7/47 kB Progress (4): 32/41 kB | 45/55 kB | 32/109 kB | 7.7/47 kB Progress (4): 36/41 kB | 45/55 kB | 32/109 kB | 7.7/47 kB Progress (4): 40/41 kB | 45/55 kB | 32/109 kB | 7.7/47 kB Progress (4): 40/41 kB | 49/55 kB | 32/109 kB | 7.7/47 kB Progress (4): 40/41 kB | 53/55 kB | 32/109 kB | 7.7/47 kB Progress (4): 40/41 kB | 53/55 kB | 32/109 kB | 12/47 kB Progress (4): 40/41 kB | 55 kB | 32/109 kB | 12/47 kB Progress (4): 41 kB | 55 kB | 32/109 kB | 12/47 kB Progress (4): 41 kB | 55 kB | 36/109 kB | 12/47 kB Progress (4): 41 kB | 55 kB | 36/109 kB | 16/47 kB Progress (4): 41 kB | 55 kB | 40/109 kB | 16/47 kB Progress (4): 41 kB | 55 kB | 45/109 kB | 16/47 kB Progress (4): 41 kB | 55 kB | 45/109 kB | 20/47 kB Progress (4): 41 kB | 55 kB | 49/109 kB | 20/47 kB Progress (4): 41 kB | 55 kB | 49/109 kB | 24/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 110 kB/s) Progress (3): 55 kB | 53/109 kB | 24/47 kB Progress (3): 55 kB | 53/109 kB | 28/47 kB Progress (3): 55 kB | 57/109 kB | 28/47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Progress (3): 55 kB | 61/109 kB | 28/47 kB Progress (3): 55 kB | 61/109 kB | 32/47 kB Progress (3): 55 kB | 65/109 kB | 32/47 kB Progress (3): 55 kB | 65/109 kB | 36/47 kB Progress (3): 55 kB | 65/109 kB | 40/47 kB Progress (3): 55 kB | 65/109 kB | 45/47 kB Progress (3): 55 kB | 65/109 kB | 47 kB Progress (3): 55 kB | 69/109 kB | 47 kB Progress (3): 55 kB | 73/109 kB | 47 kB Progress (3): 55 kB | 77/109 kB | 47 kB Progress (4): 55 kB | 77/109 kB | 47 kB | 4.1/49 kB Progress (4): 55 kB | 77/109 kB | 47 kB | 7.7/49 kB Progress (5): 55 kB | 77/109 kB | 47 kB | 7.7/49 kB | 4.1/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 123 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 104 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Progress (3): 81/109 kB | 7.7/49 kB | 4.1/47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Progress (3): 81/109 kB | 7.7/49 kB | 7.7/47 kB Progress (3): 81/109 kB | 12/49 kB | 7.7/47 kB Progress (3): 81/109 kB | 16/49 kB | 7.7/47 kB Progress (3): 81/109 kB | 16/49 kB | 12/47 kB Progress (3): 81/109 kB | 16/49 kB | 16/47 kB Progress (3): 85/109 kB | 16/49 kB | 16/47 kB Progress (3): 90/109 kB | 16/49 kB | 16/47 kB Progress (3): 90/109 kB | 16/49 kB | 20/47 kB Progress (3): 90/109 kB | 20/49 kB | 20/47 kB Progress (3): 90/109 kB | 20/49 kB | 24/47 kB Progress (3): 94/109 kB | 20/49 kB | 24/47 kB Progress (3): 98/109 kB | 20/49 kB | 24/47 kB Progress (4): 98/109 kB | 20/49 kB | 24/47 kB | 4.1/19 kB Progress (4): 102/109 kB | 20/49 kB | 24/47 kB | 4.1/19 kB Progress (4): 106/109 kB | 20/49 kB | 24/47 kB | 4.1/19 kB Progress (4): 106/109 kB | 20/49 kB | 28/47 kB | 4.1/19 kB Progress (4): 106/109 kB | 24/49 kB | 28/47 kB | 4.1/19 kB Progress (4): 106/109 kB | 28/49 kB | 28/47 kB | 4.1/19 kB Progress (4): 106/109 kB | 28/49 kB | 32/47 kB | 4.1/19 kB Progress (4): 109 kB | 28/49 kB | 32/47 kB | 4.1/19 kB Progress (4): 109 kB | 28/49 kB | 36/47 kB | 4.1/19 kB Progress (4): 109 kB | 28/49 kB | 40/47 kB | 4.1/19 kB Progress (4): 109 kB | 28/49 kB | 45/47 kB | 4.1/19 kB Progress (4): 109 kB | 28/49 kB | 45/47 kB | 7.7/19 kB Progress (4): 109 kB | 28/49 kB | 47 kB | 7.7/19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 235 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Progress (3): 32/49 kB | 47 kB | 7.7/19 kB Progress (3): 32/49 kB | 47 kB | 12/19 kB Progress (3): 32/49 kB | 47 kB | 16/19 kB Progress (3): 36/49 kB | 47 kB | 16/19 kB Progress (3): 36/49 kB | 47 kB | 19 kB Progress (3): 40/49 kB | 47 kB | 19 kB Progress (3): 45/49 kB | 47 kB | 19 kB Progress (3): 49/49 kB | 47 kB | 19 kB Progress (3): 49 kB | 47 kB | 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 39 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 78 kB/s) Progress (2): 49 kB | 4.1/28 kB Progress (2): 49 kB | 7.7/28 kB Progress (2): 49 kB | 12/28 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar Progress (2): 49 kB | 16/28 kB Progress (2): 49 kB | 20/28 kB Progress (2): 49 kB | 24/28 kB Progress (2): 49 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 46 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar Progress (2): 49 kB | 4.1/22 kB Progress (3): 49 kB | 4.1/22 kB | 4.1/186 kB Progress (3): 49 kB | 4.1/22 kB | 7.7/186 kB Progress (4): 49 kB | 4.1/22 kB | 7.7/186 kB | 4.1/58 kB Progress (5): 49 kB | 4.1/22 kB | 7.7/186 kB | 4.1/58 kB | 4.1/232 kB Progress (5): 49 kB | 4.1/22 kB | 12/186 kB | 4.1/58 kB | 4.1/232 kB Progress (5): 49 kB | 4.1/22 kB | 16/186 kB | 4.1/58 kB | 4.1/232 kB Progress (5): 49 kB | 7.7/22 kB | 16/186 kB | 4.1/58 kB | 4.1/232 kB Progress (5): 49 kB | 7.7/22 kB | 20/186 kB | 4.1/58 kB | 4.1/232 kB Progress (5): 49 kB | 7.7/22 kB | 20/186 kB | 4.1/58 kB | 7.7/232 kB Progress (5): 49 kB | 7.7/22 kB | 20/186 kB | 7.7/58 kB | 7.7/232 kB Progress (5): 49 kB | 7.7/22 kB | 20/186 kB | 12/58 kB | 7.7/232 kB Progress (5): 49 kB | 7.7/22 kB | 20/186 kB | 12/58 kB | 12/232 kB Progress (5): 49 kB | 7.7/22 kB | 24/186 kB | 12/58 kB | 12/232 kB Progress (5): 49 kB | 12/22 kB | 24/186 kB | 12/58 kB | 12/232 kB Progress (5): 49 kB | 12/22 kB | 28/186 kB | 12/58 kB | 12/232 kB Progress (5): 49 kB | 12/22 kB | 32/186 kB | 12/58 kB | 12/232 kB Progress (5): 49 kB | 12/22 kB | 32/186 kB | 12/58 kB | 16/232 kB Progress (5): 49 kB | 12/22 kB | 32/186 kB | 16/58 kB | 16/232 kB Progress (5): 49 kB | 12/22 kB | 36/186 kB | 16/58 kB | 16/232 kB Progress (5): 49 kB | 12/22 kB | 40/186 kB | 16/58 kB | 16/232 kB Progress (5): 49 kB | 16/22 kB | 40/186 kB | 16/58 kB | 16/232 kB Progress (5): 49 kB | 16/22 kB | 45/186 kB | 16/58 kB | 16/232 kB Progress (5): 49 kB | 16/22 kB | 45/186 kB | 20/58 kB | 16/232 kB Progress (5): 49 kB | 16/22 kB | 45/186 kB | 24/58 kB | 16/232 kB Progress (5): 49 kB | 16/22 kB | 45/186 kB | 28/58 kB | 16/232 kB Progress (5): 49 kB | 16/22 kB | 45/186 kB | 32/58 kB | 16/232 kB Progress (5): 49 kB | 16/22 kB | 45/186 kB | 32/58 kB | 20/232 kB Progress (5): 49 kB | 16/22 kB | 49/186 kB | 32/58 kB | 20/232 kB Progress (5): 49 kB | 20/22 kB | 49/186 kB | 32/58 kB | 20/232 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 76 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar Progress (4): 20/22 kB | 49/186 kB | 36/58 kB | 20/232 kB Progress (4): 20/22 kB | 49/186 kB | 36/58 kB | 24/232 kB Progress (4): 20/22 kB | 49/186 kB | 40/58 kB | 24/232 kB Progress (4): 20/22 kB | 53/186 kB | 40/58 kB | 24/232 kB Progress (4): 22 kB | 53/186 kB | 40/58 kB | 24/232 kB Progress (5): 22 kB | 53/186 kB | 40/58 kB | 24/232 kB | 4.1/27 kB Progress (5): 22 kB | 57/186 kB | 40/58 kB | 24/232 kB | 4.1/27 kB Progress (5): 22 kB | 57/186 kB | 45/58 kB | 24/232 kB | 4.1/27 kB Progress (5): 22 kB | 57/186 kB | 45/58 kB | 28/232 kB | 4.1/27 kB Progress (5): 22 kB | 57/186 kB | 49/58 kB | 28/232 kB | 4.1/27 kB Progress (5): 22 kB | 61/186 kB | 49/58 kB | 28/232 kB | 4.1/27 kB Progress (5): 22 kB | 61/186 kB | 49/58 kB | 28/232 kB | 7.7/27 kB Progress (5): 22 kB | 65/186 kB | 49/58 kB | 28/232 kB | 7.7/27 kB Progress (5): 22 kB | 65/186 kB | 53/58 kB | 28/232 kB | 7.7/27 kB Progress (5): 22 kB | 65/186 kB | 53/58 kB | 32/232 kB | 7.7/27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 33 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar Progress (4): 65/186 kB | 53/58 kB | 36/232 kB | 7.7/27 kB Progress (4): 65/186 kB | 53/58 kB | 40/232 kB | 7.7/27 kB Progress (4): 65/186 kB | 53/58 kB | 45/232 kB | 7.7/27 kB Progress (4): 69/186 kB | 53/58 kB | 45/232 kB | 7.7/27 kB Progress (4): 69/186 kB | 57/58 kB | 45/232 kB | 7.7/27 kB Progress (4): 69/186 kB | 57/58 kB | 45/232 kB | 12/27 kB Progress (4): 69/186 kB | 58 kB | 45/232 kB | 12/27 kB Progress (5): 69/186 kB | 58 kB | 45/232 kB | 12/27 kB | 4.1/44 kB Progress (5): 73/186 kB | 58 kB | 45/232 kB | 12/27 kB | 4.1/44 kB Progress (5): 73/186 kB | 58 kB | 49/232 kB | 12/27 kB | 4.1/44 kB Progress (5): 77/186 kB | 58 kB | 49/232 kB | 12/27 kB | 4.1/44 kB Progress (5): 77/186 kB | 58 kB | 49/232 kB | 12/27 kB | 7.7/44 kB Progress (5): 77/186 kB | 58 kB | 49/232 kB | 16/27 kB | 7.7/44 kB Progress (5): 77/186 kB | 58 kB | 49/232 kB | 16/27 kB | 12/44 kB Progress (5): 77/186 kB | 58 kB | 49/232 kB | 20/27 kB | 12/44 kB Progress (5): 77/186 kB | 58 kB | 53/232 kB | 20/27 kB | 12/44 kB Progress (5): 81/186 kB | 58 kB | 53/232 kB | 20/27 kB | 12/44 kB Progress (5): 81/186 kB | 58 kB | 57/232 kB | 20/27 kB | 12/44 kB Progress (5): 81/186 kB | 58 kB | 57/232 kB | 24/27 kB | 12/44 kB Progress (5): 81/186 kB | 58 kB | 57/232 kB | 24/27 kB | 16/44 kB Progress (5): 81/186 kB | 58 kB | 57/232 kB | 27 kB | 16/44 kB Progress (5): 85/186 kB | 58 kB | 57/232 kB | 27 kB | 16/44 kB Progress (5): 85/186 kB | 58 kB | 61/232 kB | 27 kB | 16/44 kB Progress (5): 90/186 kB | 58 kB | 61/232 kB | 27 kB | 16/44 kB Progress (5): 90/186 kB | 58 kB | 61/232 kB | 27 kB | 20/44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 kB at 41 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Progress (4): 94/186 kB | 58 kB | 61/232 kB | 20/44 kB Progress (4): 94/186 kB | 58 kB | 65/232 kB | 20/44 kB Progress (4): 98/186 kB | 58 kB | 65/232 kB | 20/44 kB Progress (4): 98/186 kB | 58 kB | 65/232 kB | 24/44 kB Progress (5): 98/186 kB | 58 kB | 65/232 kB | 24/44 kB | 4.1/4.2 kB Progress (5): 102/186 kB | 58 kB | 65/232 kB | 24/44 kB | 4.1/4.2 kB Progress (5): 102/186 kB | 58 kB | 69/232 kB | 24/44 kB | 4.1/4.2 kB Progress (5): 102/186 kB | 58 kB | 69/232 kB | 28/44 kB | 4.1/4.2 kB Progress (5): 102/186 kB | 58 kB | 73/232 kB | 28/44 kB | 4.1/4.2 kB Progress (5): 106/186 kB | 58 kB | 73/232 kB | 28/44 kB | 4.1/4.2 kB Progress (5): 106/186 kB | 58 kB | 73/232 kB | 28/44 kB | 4.2 kB Progress (5): 110/186 kB | 58 kB | 73/232 kB | 28/44 kB | 4.2 kB Progress (5): 110/186 kB | 58 kB | 77/232 kB | 28/44 kB | 4.2 kB Progress (5): 110/186 kB | 58 kB | 77/232 kB | 32/44 kB | 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 6.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Progress (4): 110/186 kB | 58 kB | 81/232 kB | 32/44 kB Progress (4): 114/186 kB | 58 kB | 81/232 kB | 32/44 kB Progress (4): 114/186 kB | 58 kB | 81/232 kB | 36/44 kB Progress (4): 114/186 kB | 58 kB | 85/232 kB | 36/44 kB Progress (4): 118/186 kB | 58 kB | 85/232 kB | 36/44 kB Progress (4): 118/186 kB | 58 kB | 85/232 kB | 40/44 kB Progress (4): 122/186 kB | 58 kB | 85/232 kB | 40/44 kB Progress (4): 122/186 kB | 58 kB | 90/232 kB | 40/44 kB Progress (5): 122/186 kB | 58 kB | 90/232 kB | 40/44 kB | 4.1/60 kB Progress (5): 122/186 kB | 58 kB | 90/232 kB | 40/44 kB | 7.7/60 kB Progress (5): 122/186 kB | 58 kB | 90/232 kB | 40/44 kB | 12/60 kB Progress (5): 122/186 kB | 58 kB | 90/232 kB | 40/44 kB | 16/60 kB Progress (5): 126/186 kB | 58 kB | 90/232 kB | 40/44 kB | 16/60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 83 kB/s) 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): 126/186 kB | 90/232 kB | 44 kB | 16/60 kB Progress (4): 131/186 kB | 90/232 kB | 44 kB | 16/60 kB Progress (4): 131/186 kB | 90/232 kB | 44 kB | 20/60 kB Progress (4): 131/186 kB | 90/232 kB | 44 kB | 24/60 kB Progress (4): 131/186 kB | 90/232 kB | 44 kB | 28/60 kB Progress (4): 131/186 kB | 90/232 kB | 44 kB | 32/60 kB Progress (4): 131/186 kB | 94/232 kB | 44 kB | 32/60 kB Progress (4): 131/186 kB | 98/232 kB | 44 kB | 32/60 kB Progress (4): 131/186 kB | 98/232 kB | 44 kB | 36/60 kB Progress (4): 135/186 kB | 98/232 kB | 44 kB | 36/60 kB Progress (4): 139/186 kB | 98/232 kB | 44 kB | 36/60 kB Progress (4): 143/186 kB | 98/232 kB | 44 kB | 36/60 kB Progress (4): 143/186 kB | 102/232 kB | 44 kB | 36/60 kB Progress (4): 143/186 kB | 102/232 kB | 44 kB | 40/60 kB Progress (5): 143/186 kB | 102/232 kB | 44 kB | 40/60 kB | 4.1/134 kB Progress (5): 143/186 kB | 102/232 kB | 44 kB | 45/60 kB | 4.1/134 kB Progress (5): 143/186 kB | 102/232 kB | 44 kB | 49/60 kB | 4.1/134 kB Progress (5): 143/186 kB | 106/232 kB | 44 kB | 49/60 kB | 4.1/134 kB Progress (5): 147/186 kB | 106/232 kB | 44 kB | 49/60 kB | 4.1/134 kB Progress (5): 147/186 kB | 110/232 kB | 44 kB | 49/60 kB | 4.1/134 kB Progress (5): 151/186 kB | 110/232 kB | 44 kB | 49/60 kB | 4.1/134 kB Progress (5): 151/186 kB | 110/232 kB | 44 kB | 53/60 kB | 4.1/134 kB Progress (5): 151/186 kB | 110/232 kB | 44 kB | 53/60 kB | 7.7/134 kB Progress (5): 151/186 kB | 110/232 kB | 44 kB | 57/60 kB | 7.7/134 kB Progress (5): 151/186 kB | 110/232 kB | 44 kB | 60 kB | 7.7/134 kB Progress (5): 155/186 kB | 110/232 kB | 44 kB | 60 kB | 7.7/134 kB Progress (5): 155/186 kB | 114/232 kB | 44 kB | 60 kB | 7.7/134 kB Progress (5): 159/186 kB | 114/232 kB | 44 kB | 60 kB | 7.7/134 kB Progress (5): 163/186 kB | 114/232 kB | 44 kB | 60 kB | 7.7/134 kB Progress (5): 163/186 kB | 118/232 kB | 44 kB | 60 kB | 7.7/134 kB Progress (5): 163/186 kB | 118/232 kB | 44 kB | 60 kB | 12/134 kB Progress (5): 163/186 kB | 122/232 kB | 44 kB | 60 kB | 12/134 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 79 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar Progress (4): 167/186 kB | 122/232 kB | 44 kB | 12/134 kB Progress (4): 167/186 kB | 126/232 kB | 44 kB | 12/134 kB Progress (4): 167/186 kB | 131/232 kB | 44 kB | 12/134 kB Progress (4): 167/186 kB | 131/232 kB | 44 kB | 16/134 kB Progress (4): 167/186 kB | 135/232 kB | 44 kB | 16/134 kB Progress (4): 171/186 kB | 135/232 kB | 44 kB | 16/134 kB Progress (4): 171/186 kB | 139/232 kB | 44 kB | 16/134 kB Progress (4): 171/186 kB | 139/232 kB | 44 kB | 20/134 kB Progress (5): 171/186 kB | 139/232 kB | 44 kB | 20/134 kB | 4.1/32 kB Progress (5): 171/186 kB | 139/232 kB | 44 kB | 24/134 kB | 4.1/32 kB Progress (5): 171/186 kB | 143/232 kB | 44 kB | 24/134 kB | 4.1/32 kB Progress (5): 176/186 kB | 143/232 kB | 44 kB | 24/134 kB | 4.1/32 kB Progress (5): 176/186 kB | 147/232 kB | 44 kB | 24/134 kB | 4.1/32 kB Progress (5): 176/186 kB | 147/232 kB | 44 kB | 28/134 kB | 4.1/32 kB Progress (5): 176/186 kB | 147/232 kB | 44 kB | 32/134 kB | 4.1/32 kB Progress (5): 176/186 kB | 147/232 kB | 44 kB | 32/134 kB | 7.7/32 kB Progress (5): 176/186 kB | 147/232 kB | 44 kB | 36/134 kB | 7.7/32 kB Progress (5): 176/186 kB | 147/232 kB | 44 kB | 40/134 kB | 7.7/32 kB Progress (5): 176/186 kB | 151/232 kB | 44 kB | 40/134 kB | 7.7/32 kB Progress (5): 180/186 kB | 151/232 kB | 44 kB | 40/134 kB | 7.7/32 kB Progress (5): 180/186 kB | 155/232 kB | 44 kB | 40/134 kB | 7.7/32 kB Progress (5): 180/186 kB | 159/232 kB | 44 kB | 40/134 kB | 7.7/32 kB Progress (5): 180/186 kB | 159/232 kB | 44 kB | 45/134 kB | 7.7/32 kB Progress (5): 180/186 kB | 159/232 kB | 44 kB | 49/134 kB | 7.7/32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 56 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar Progress (4): 180/186 kB | 159/232 kB | 49/134 kB | 12/32 kB Progress (4): 180/186 kB | 159/232 kB | 49/134 kB | 16/32 kB Progress (4): 180/186 kB | 159/232 kB | 53/134 kB | 16/32 kB Progress (4): 180/186 kB | 159/232 kB | 57/134 kB | 16/32 kB Progress (4): 180/186 kB | 159/232 kB | 61/134 kB | 16/32 kB Progress (4): 180/186 kB | 163/232 kB | 61/134 kB | 16/32 kB Progress (4): 184/186 kB | 163/232 kB | 61/134 kB | 16/32 kB Progress (4): 186 kB | 163/232 kB | 61/134 kB | 16/32 kB Progress (4): 186 kB | 163/232 kB | 65/134 kB | 16/32 kB Progress (4): 186 kB | 163/232 kB | 65/134 kB | 20/32 kB Progress (5): 186 kB | 163/232 kB | 65/134 kB | 20/32 kB | 4.1/29 kB Progress (5): 186 kB | 167/232 kB | 65/134 kB | 20/32 kB | 4.1/29 kB Progress (5): 186 kB | 167/232 kB | 65/134 kB | 20/32 kB | 7.7/29 kB Progress (5): 186 kB | 167/232 kB | 65/134 kB | 20/32 kB | 12/29 kB Progress (5): 186 kB | 167/232 kB | 65/134 kB | 20/32 kB | 16/29 kB Progress (5): 186 kB | 167/232 kB | 65/134 kB | 20/32 kB | 20/29 kB Progress (5): 186 kB | 167/232 kB | 65/134 kB | 20/32 kB | 24/29 kB Progress (5): 186 kB | 167/232 kB | 65/134 kB | 20/32 kB | 28/29 kB Progress (5): 186 kB | 167/232 kB | 65/134 kB | 20/32 kB | 29 kB Progress (5): 186 kB | 167/232 kB | 69/134 kB | 20/32 kB | 29 kB Progress (5): 186 kB | 167/232 kB | 69/134 kB | 24/32 kB | 29 kB Progress (5): 186 kB | 167/232 kB | 69/134 kB | 28/32 kB | 29 kB Progress (5): 186 kB | 167/232 kB | 73/134 kB | 28/32 kB | 29 kB Progress (5): 186 kB | 171/232 kB | 73/134 kB | 28/32 kB | 29 kB Progress (5): 186 kB | 171/232 kB | 77/134 kB | 28/32 kB | 29 kB Progress (5): 186 kB | 171/232 kB | 77/134 kB | 32 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 34 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Progress (4): 186 kB | 171/232 kB | 81/134 kB | 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 37 kB/s) Progress (3): 186 kB | 176/232 kB | 81/134 kB Progress (3): 186 kB | 180/232 kB | 81/134 kB Progress (4): 186 kB | 180/232 kB | 81/134 kB | 4.1/284 kB Progress (4): 186 kB | 180/232 kB | 81/134 kB | 7.7/284 kB Progress (4): 186 kB | 180/232 kB | 85/134 kB | 7.7/284 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (186 kB at 219 kB/s) Progress (3): 180/232 kB | 90/134 kB | 7.7/284 kB Progress (3): 180/232 kB | 94/134 kB | 7.7/284 kB Progress (3): 180/232 kB | 94/134 kB | 12/284 kB Progress (3): 180/232 kB | 94/134 kB | 16/284 kB Progress (3): 184/232 kB | 94/134 kB | 16/284 kB Progress (3): 184/232 kB | 94/134 kB | 20/284 kB Progress (3): 184/232 kB | 94/134 kB | 24/284 kB Progress (3): 184/232 kB | 98/134 kB | 24/284 kB Progress (3): 184/232 kB | 98/134 kB | 28/284 kB Progress (3): 184/232 kB | 98/134 kB | 32/284 kB Progress (3): 188/232 kB | 98/134 kB | 32/284 kB Progress (3): 188/232 kB | 102/134 kB | 32/284 kB Progress (3): 188/232 kB | 102/134 kB | 36/284 kB Progress (3): 188/232 kB | 102/134 kB | 40/284 kB Progress (3): 188/232 kB | 102/134 kB | 45/284 kB Progress (3): 188/232 kB | 102/134 kB | 49/284 kB Progress (3): 188/232 kB | 102/134 kB | 53/284 kB Progress (3): 188/232 kB | 102/134 kB | 57/284 kB Progress (3): 188/232 kB | 102/134 kB | 61/284 kB Progress (3): 188/232 kB | 102/134 kB | 65/284 kB Progress (3): 188/232 kB | 102/134 kB | 69/284 kB Progress (3): 188/232 kB | 102/134 kB | 73/284 kB Progress (3): 188/232 kB | 102/134 kB | 77/284 kB Progress (3): 188/232 kB | 102/134 kB | 81/284 kB Progress (3): 188/232 kB | 102/134 kB | 85/284 kB Progress (3): 188/232 kB | 102/134 kB | 90/284 kB Progress (3): 188/232 kB | 102/134 kB | 94/284 kB Progress (3): 188/232 kB | 102/134 kB | 98/284 kB Progress (3): 188/232 kB | 102/134 kB | 102/284 kB Progress (3): 188/232 kB | 102/134 kB | 106/284 kB Progress (3): 188/232 kB | 102/134 kB | 110/284 kB Progress (3): 188/232 kB | 102/134 kB | 114/284 kB Progress (3): 188/232 kB | 102/134 kB | 118/284 kB Progress (3): 192/232 kB | 102/134 kB | 118/284 kB Progress (3): 192/232 kB | 102/134 kB | 122/284 kB Progress (3): 192/232 kB | 106/134 kB | 122/284 kB Progress (3): 192/232 kB | 106/134 kB | 126/284 kB Progress (3): 192/232 kB | 106/134 kB | 131/284 kB Progress (3): 196/232 kB | 106/134 kB | 131/284 kB Progress (3): 196/232 kB | 110/134 kB | 131/284 kB Progress (3): 196/232 kB | 110/134 kB | 135/284 kB Progress (3): 200/232 kB | 110/134 kB | 135/284 kB Progress (3): 200/232 kB | 114/134 kB | 135/284 kB Progress (3): 204/232 kB | 114/134 kB | 135/284 kB Progress (3): 204/232 kB | 114/134 kB | 139/284 kB Progress (3): 204/232 kB | 118/134 kB | 139/284 kB Progress (3): 208/232 kB | 118/134 kB | 139/284 kB Progress (3): 208/232 kB | 122/134 kB | 139/284 kB Progress (3): 208/232 kB | 122/134 kB | 143/284 kB Progress (3): 208/232 kB | 126/134 kB | 143/284 kB Progress (3): 212/232 kB | 126/134 kB | 143/284 kB Progress (3): 212/232 kB | 131/134 kB | 143/284 kB Progress (3): 212/232 kB | 131/134 kB | 147/284 kB Progress (3): 217/232 kB | 131/134 kB | 147/284 kB Progress (3): 217/232 kB | 134 kB | 147/284 kB Progress (3): 217/232 kB | 134 kB | 151/284 kB Progress (3): 221/232 kB | 134 kB | 151/284 kB Progress (3): 221/232 kB | 134 kB | 155/284 kB Progress (3): 225/232 kB | 134 kB | 155/284 kB Progress (3): 225/232 kB | 134 kB | 159/284 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 151 kB/s) Progress (2): 229/232 kB | 159/284 kB Progress (2): 229/232 kB | 163/284 kB Progress (2): 232 kB | 163/284 kB Progress (2): 232 kB | 167/284 kB Progress (2): 232 kB | 171/284 kB Progress (2): 232 kB | 176/284 kB Progress (2): 232 kB | 180/284 kB Progress (2): 232 kB | 184/284 kB Progress (2): 232 kB | 188/284 kB Progress (2): 232 kB | 192/284 kB Progress (2): 232 kB | 196/284 kB Progress (2): 232 kB | 200/284 kB Progress (2): 232 kB | 204/284 kB Progress (2): 232 kB | 208/284 kB Progress (2): 232 kB | 212/284 kB Progress (2): 232 kB | 217/284 kB Progress (2): 232 kB | 221/284 kB Progress (2): 232 kB | 225/284 kB Progress (2): 232 kB | 229/284 kB Progress (2): 232 kB | 233/284 kB Progress (2): 232 kB | 237/284 kB Progress (2): 232 kB | 241/284 kB Progress (2): 232 kB | 245/284 kB Progress (2): 232 kB | 249/284 kB Progress (2): 232 kB | 253/284 kB Progress (2): 232 kB | 258/284 kB Progress (2): 232 kB | 262/284 kB Progress (2): 232 kB | 266/284 kB Progress (2): 232 kB | 270/284 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 243 kB/s) Progress (1): 274/284 kB Progress (1): 278/284 kB Progress (1): 282/284 kB Progress (1): 284 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 296 kB/s) [INFO] Configured Artifact: org.hsqldb:hsqldb:2.3.0:jar [INFO] Copying hsqldb-2.3.0.jar to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.eclipse.test/target/lib/hsqldb-2.3.0.jar [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (install-h2-driver) @ org.eclipse.reddeer.eclipse.test --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0/maven-core-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.pom (5.6 kB at 933 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0/maven-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 1.5 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom (1.4 kB at 153 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (2.4 kB at 481 kB/s) Downloading from cbi-release: 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 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 33 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.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-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom (1.5 kB at 11 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom (1.1 kB at 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom Progress (1): 504 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom (504 B at 20 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom (1.1 kB at 30 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (1.4 kB at 42 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom Progress (1): 723 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 26 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 8.5 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom Progress (1): 812 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom (812 B at 41 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 58 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom (1.3 kB at 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom Progress (1): 601 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 22 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.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-descriptor/2.0/maven-plugin-descriptor-2.0.pom (1.5 kB at 49 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom Progress (1): 400 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom (400 B at 14 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom (5.1 kB at 220 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom Progress (1): 4.1 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom (7.9 kB at 57 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/4.0/project-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 596 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom (4.7 kB at 182 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom Progress (1): 4.1 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom (6.9 kB at 96 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 437 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 729 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Progress (1): 4.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 197 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom (3.5 kB at 176 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom (2.2 kB at 105 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom (11 kB at 461 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/28/commons-parent-28.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 1.4 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.2/xz-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.pom (1.9 kB at 73 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom (5.1 kB at 206 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 62 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 682 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0/maven-core-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.jar Downloading from cbi-release: 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.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.2/xz-1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar 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 (2): 32/43 kB | 4.1/136 kB Progress (2): 32/43 kB | 7.7/136 kB Progress (2): 32/43 kB | 12/136 kB Progress (3): 32/43 kB | 12/136 kB | 4.1/4.3 kB Progress (3): 32/43 kB | 16/136 kB | 4.1/4.3 kB Progress (3): 36/43 kB | 16/136 kB | 4.1/4.3 kB Progress (3): 36/43 kB | 16/136 kB | 4.3 kB Progress (3): 36/43 kB | 20/136 kB | 4.3 kB Progress (3): 36/43 kB | 24/136 kB | 4.3 kB Progress (3): 40/43 kB | 24/136 kB | 4.3 kB Progress (3): 40/43 kB | 28/136 kB | 4.3 kB Progress (3): 43 kB | 28/136 kB | 4.3 kB Progress (3): 43 kB | 32/136 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar (4.3 kB at 130 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar Progress (3): 43 kB | 32/136 kB | 4.1/6.6 kB Progress (3): 43 kB | 36/136 kB | 4.1/6.6 kB Progress (3): 43 kB | 36/136 kB | 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.jar (43 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar (6.6 kB at 160 kB/s) Progress (2): 36/136 kB | 4.1/30 kB Progress (2): 36/136 kB | 7.7/30 kB Progress (2): 40/136 kB | 7.7/30 kB Progress (2): 40/136 kB | 12/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar Progress (3): 40/136 kB | 12/30 kB | 4.1/78 kB Progress (3): 40/136 kB | 16/30 kB | 4.1/78 kB Progress (3): 45/136 kB | 16/30 kB | 4.1/78 kB Progress (3): 45/136 kB | 16/30 kB | 7.7/78 kB Progress (3): 45/136 kB | 20/30 kB | 7.7/78 kB Progress (3): 49/136 kB | 20/30 kB | 7.7/78 kB Progress (3): 49/136 kB | 24/30 kB | 7.7/78 kB Progress (3): 49/136 kB | 28/30 kB | 7.7/78 kB Progress (3): 49/136 kB | 30 kB | 7.7/78 kB Progress (3): 49/136 kB | 30 kB | 12/78 kB Progress (3): 53/136 kB | 30 kB | 12/78 kB Progress (3): 53/136 kB | 30 kB | 16/78 kB Progress (3): 57/136 kB | 30 kB | 16/78 kB Progress (3): 61/136 kB | 30 kB | 16/78 kB Progress (3): 65/136 kB | 30 kB | 16/78 kB Progress (3): 65/136 kB | 30 kB | 20/78 kB Progress (3): 65/136 kB | 30 kB | 24/78 kB Progress (3): 69/136 kB | 30 kB | 24/78 kB Progress (3): 69/136 kB | 30 kB | 28/78 kB Progress (3): 73/136 kB | 30 kB | 28/78 kB Progress (3): 73/136 kB | 30 kB | 32/78 kB Progress (3): 77/136 kB | 30 kB | 32/78 kB Progress (3): 81/136 kB | 30 kB | 32/78 kB Progress (3): 81/136 kB | 30 kB | 36/78 kB Progress (3): 81/136 kB | 30 kB | 40/78 kB Progress (3): 85/136 kB | 30 kB | 40/78 kB Progress (3): 85/136 kB | 30 kB | 45/78 kB Progress (3): 90/136 kB | 30 kB | 45/78 kB Progress (3): 90/136 kB | 30 kB | 49/78 kB Progress (3): 94/136 kB | 30 kB | 49/78 kB Progress (3): 98/136 kB | 30 kB | 49/78 kB Progress (3): 98/136 kB | 30 kB | 53/78 kB Progress (3): 98/136 kB | 30 kB | 57/78 kB Progress (3): 102/136 kB | 30 kB | 57/78 kB Progress (3): 102/136 kB | 30 kB | 61/78 kB Progress (3): 106/136 kB | 30 kB | 61/78 kB Progress (3): 106/136 kB | 30 kB | 65/78 kB Progress (3): 110/136 kB | 30 kB | 65/78 kB Progress (3): 114/136 kB | 30 kB | 65/78 kB Progress (3): 114/136 kB | 30 kB | 69/78 kB Progress (3): 118/136 kB | 30 kB | 69/78 kB Progress (3): 122/136 kB | 30 kB | 69/78 kB Progress (3): 126/136 kB | 30 kB | 69/78 kB Progress (3): 131/136 kB | 30 kB | 69/78 kB Progress (3): 131/136 kB | 30 kB | 73/78 kB Progress (3): 135/136 kB | 30 kB | 73/78 kB Progress (3): 135/136 kB | 30 kB | 77/78 kB Progress (3): 136 kB | 30 kB | 77/78 kB Progress (3): 136 kB | 30 kB | 78 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar (78 kB at 236 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar Progress (3): 136 kB | 30 kB | 4.1/18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 kB at 90 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.jar (136 kB at 400 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.jar Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Progress (2): 18 kB | 4.1/10 kB Progress (2): 18 kB | 7.7/10 kB Progress (2): 18 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar (18 kB at 51 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar (10 kB at 30 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar Progress (1): 4.1/25 kB Progress (2): 4.1/25 kB | 4.1/21 kB Progress (2): 7.7/25 kB | 4.1/21 kB Progress (2): 7.7/25 kB | 7.7/21 kB Progress (2): 12/25 kB | 7.7/21 kB Progress (2): 12/25 kB | 12/21 kB Progress (2): 16/25 kB | 12/21 kB Progress (2): 16/25 kB | 16/21 kB Progress (2): 20/25 kB | 16/21 kB Progress (2): 20/25 kB | 20/21 kB Progress (2): 24/25 kB | 20/21 kB Progress (2): 24/25 kB | 21 kB Progress (2): 25 kB | 21 kB Progress (3): 25 kB | 21 kB | 4.1/195 kB Progress (3): 25 kB | 21 kB | 7.7/195 kB Progress (3): 25 kB | 21 kB | 12/195 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (21 kB at 58 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.jar (25 kB at 71 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar Progress (1): 16/195 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar Progress (1): 20/195 kB Progress (2): 20/195 kB | 4.1/10 kB Progress (2): 24/195 kB | 4.1/10 kB Progress (2): 24/195 kB | 7.7/10 kB Progress (2): 28/195 kB | 7.7/10 kB Progress (2): 28/195 kB | 10 kB Progress (2): 32/195 kB | 10 kB Progress (2): 36/195 kB | 10 kB Progress (2): 40/195 kB | 10 kB Progress (2): 45/195 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 28 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar Progress (1): 49/195 kB Progress (1): 53/195 kB Progress (1): 57/195 kB Progress (1): 61/195 kB Progress (1): 65/195 kB Progress (1): 69/195 kB Progress (1): 73/195 kB Progress (1): 77/195 kB Progress (1): 81/195 kB Progress (1): 85/195 kB Progress (1): 90/195 kB Progress (1): 94/195 kB Progress (1): 98/195 kB Progress (1): 102/195 kB Progress (1): 106/195 kB Progress (1): 110/195 kB Progress (1): 114/195 kB Progress (1): 118/195 kB Progress (1): 122/195 kB Progress (1): 126/195 kB Progress (1): 131/195 kB Progress (1): 135/195 kB Progress (1): 139/195 kB Progress (1): 143/195 kB Progress (1): 147/195 kB Progress (1): 151/195 kB Progress (1): 155/195 kB Progress (1): 159/195 kB Progress (1): 163/195 kB Progress (1): 167/195 kB Progress (1): 171/195 kB Progress (1): 176/195 kB Progress (1): 180/195 kB Progress (1): 184/195 kB Progress (1): 188/195 kB Progress (1): 192/195 kB Progress (1): 195 kB Progress (2): 195 kB | 4.1/7.6 kB Progress (3): 195 kB | 4.1/7.6 kB | 4.1/79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 452 kB/s) Progress (3): 4.1/7.6 kB | 4.1/79 kB | 4.1/33 kB Progress (3): 7.6 kB | 4.1/79 kB | 4.1/33 kB Progress (3): 7.6 kB | 4.1/79 kB | 7.7/33 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar Progress (4): 7.6 kB | 4.1/79 kB | 7.7/33 kB | 4.1/51 kB Progress (4): 7.6 kB | 4.1/79 kB | 7.7/33 kB | 7.7/51 kB Progress (4): 7.6 kB | 4.1/79 kB | 7.7/33 kB | 12/51 kB Progress (4): 7.6 kB | 4.1/79 kB | 7.7/33 kB | 16/51 kB Progress (4): 7.6 kB | 4.1/79 kB | 7.7/33 kB | 20/51 kB Progress (4): 7.6 kB | 4.1/79 kB | 7.7/33 kB | 24/51 kB Progress (4): 7.6 kB | 4.1/79 kB | 7.7/33 kB | 28/51 kB Progress (4): 7.6 kB | 4.1/79 kB | 7.7/33 kB | 32/51 kB Progress (4): 7.6 kB | 4.1/79 kB | 7.7/33 kB | 36/51 kB Progress (4): 7.6 kB | 4.1/79 kB | 7.7/33 kB | 40/51 kB Progress (4): 7.6 kB | 4.1/79 kB | 7.7/33 kB | 45/51 kB Progress (4): 7.6 kB | 7.7/79 kB | 7.7/33 kB | 45/51 kB Progress (4): 7.6 kB | 7.7/79 kB | 7.7/33 kB | 49/51 kB Progress (5): 7.6 kB | 7.7/79 kB | 7.7/33 kB | 49/51 kB | 4.1/105 kB Progress (5): 7.6 kB | 7.7/79 kB | 7.7/33 kB | 49/51 kB | 7.7/105 kB Progress (5): 7.6 kB | 7.7/79 kB | 7.7/33 kB | 49/51 kB | 12/105 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar (7.6 kB at 17 kB/s) Progress (4): 7.7/79 kB | 12/33 kB | 49/51 kB | 12/105 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar Progress (4): 7.7/79 kB | 12/33 kB | 49/51 kB | 16/105 kB Progress (4): 7.7/79 kB | 12/33 kB | 51 kB | 16/105 kB Progress (4): 12/79 kB | 12/33 kB | 51 kB | 16/105 kB Progress (4): 16/79 kB | 12/33 kB | 51 kB | 16/105 kB Progress (5): 16/79 kB | 12/33 kB | 51 kB | 16/105 kB | 4.1/276 kB Progress (5): 16/79 kB | 12/33 kB | 51 kB | 20/105 kB | 4.1/276 kB Progress (5): 16/79 kB | 16/33 kB | 51 kB | 20/105 kB | 4.1/276 kB Progress (5): 16/79 kB | 16/33 kB | 51 kB | 24/105 kB | 4.1/276 kB Progress (5): 16/79 kB | 16/33 kB | 51 kB | 28/105 kB | 4.1/276 kB Progress (5): 16/79 kB | 16/33 kB | 51 kB | 28/105 kB | 7.7/276 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (51 kB at 110 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar Progress (4): 20/79 kB | 16/33 kB | 28/105 kB | 7.7/276 kB Progress (4): 20/79 kB | 16/33 kB | 28/105 kB | 12/276 kB Progress (4): 20/79 kB | 16/33 kB | 32/105 kB | 12/276 kB Progress (4): 20/79 kB | 20/33 kB | 32/105 kB | 12/276 kB Progress (4): 20/79 kB | 20/33 kB | 36/105 kB | 12/276 kB Progress (4): 20/79 kB | 20/33 kB | 36/105 kB | 16/276 kB Progress (4): 24/79 kB | 20/33 kB | 36/105 kB | 16/276 kB Progress (4): 28/79 kB | 20/33 kB | 36/105 kB | 16/276 kB Progress (4): 28/79 kB | 20/33 kB | 36/105 kB | 20/276 kB Progress (4): 28/79 kB | 20/33 kB | 40/105 kB | 20/276 kB Progress (4): 28/79 kB | 24/33 kB | 40/105 kB | 20/276 kB Progress (4): 28/79 kB | 24/33 kB | 45/105 kB | 20/276 kB Progress (4): 28/79 kB | 24/33 kB | 45/105 kB | 24/276 kB Progress (4): 32/79 kB | 24/33 kB | 45/105 kB | 24/276 kB Progress (4): 32/79 kB | 24/33 kB | 45/105 kB | 28/276 kB Progress (4): 32/79 kB | 24/33 kB | 49/105 kB | 28/276 kB Progress (4): 32/79 kB | 28/33 kB | 49/105 kB | 28/276 kB Progress (4): 32/79 kB | 32/33 kB | 49/105 kB | 28/276 kB Progress (4): 32/79 kB | 32/33 kB | 49/105 kB | 32/276 kB Progress (5): 32/79 kB | 32/33 kB | 49/105 kB | 32/276 kB | 4.1/172 kB Progress (5): 32/79 kB | 32/33 kB | 49/105 kB | 32/276 kB | 7.7/172 kB Progress (5): 36/79 kB | 32/33 kB | 49/105 kB | 32/276 kB | 7.7/172 kB Progress (5): 36/79 kB | 32/33 kB | 49/105 kB | 32/276 kB | 12/172 kB Progress (5): 36/79 kB | 32/33 kB | 49/105 kB | 36/276 kB | 12/172 kB Progress (5): 36/79 kB | 33 kB | 49/105 kB | 36/276 kB | 12/172 kB Progress (5): 36/79 kB | 33 kB | 53/105 kB | 36/276 kB | 12/172 kB Progress (5): 36/79 kB | 33 kB | 53/105 kB | 40/276 kB | 12/172 kB Progress (5): 36/79 kB | 33 kB | 53/105 kB | 40/276 kB | 16/172 kB Progress (5): 40/79 kB | 33 kB | 53/105 kB | 40/276 kB | 16/172 kB Progress (5): 45/79 kB | 33 kB | 53/105 kB | 40/276 kB | 16/172 kB Progress (5): 49/79 kB | 33 kB | 53/105 kB | 40/276 kB | 16/172 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar (33 kB at 64 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Progress (4): 49/79 kB | 53/105 kB | 40/276 kB | 20/172 kB Progress (4): 49/79 kB | 53/105 kB | 45/276 kB | 20/172 kB Progress (4): 49/79 kB | 57/105 kB | 45/276 kB | 20/172 kB Progress (4): 49/79 kB | 57/105 kB | 49/276 kB | 20/172 kB Progress (4): 49/79 kB | 57/105 kB | 49/276 kB | 24/172 kB Progress (4): 49/79 kB | 57/105 kB | 49/276 kB | 28/172 kB Progress (4): 49/79 kB | 57/105 kB | 49/276 kB | 32/172 kB Progress (4): 53/79 kB | 57/105 kB | 49/276 kB | 32/172 kB Progress (4): 53/79 kB | 57/105 kB | 53/276 kB | 32/172 kB Progress (4): 53/79 kB | 61/105 kB | 53/276 kB | 32/172 kB Progress (4): 53/79 kB | 61/105 kB | 57/276 kB | 32/172 kB Progress (4): 53/79 kB | 61/105 kB | 57/276 kB | 36/172 kB Progress (4): 53/79 kB | 61/105 kB | 57/276 kB | 40/172 kB Progress (4): 53/79 kB | 61/105 kB | 57/276 kB | 45/172 kB Progress (4): 57/79 kB | 61/105 kB | 57/276 kB | 45/172 kB Progress (4): 57/79 kB | 61/105 kB | 57/276 kB | 49/172 kB Progress (4): 57/79 kB | 61/105 kB | 61/276 kB | 49/172 kB Progress (4): 57/79 kB | 65/105 kB | 61/276 kB | 49/172 kB Progress (4): 57/79 kB | 65/105 kB | 61/276 kB | 53/172 kB Progress (4): 57/79 kB | 65/105 kB | 61/276 kB | 57/172 kB Progress (4): 57/79 kB | 65/105 kB | 65/276 kB | 57/172 kB Progress (4): 57/79 kB | 65/105 kB | 69/276 kB | 57/172 kB Progress (4): 57/79 kB | 65/105 kB | 73/276 kB | 57/172 kB Progress (4): 61/79 kB | 65/105 kB | 73/276 kB | 57/172 kB Progress (4): 61/79 kB | 65/105 kB | 77/276 kB | 57/172 kB Progress (4): 61/79 kB | 65/105 kB | 81/276 kB | 57/172 kB Progress (4): 61/79 kB | 65/105 kB | 81/276 kB | 61/172 kB Progress (4): 61/79 kB | 65/105 kB | 81/276 kB | 65/172 kB Progress (4): 61/79 kB | 65/105 kB | 81/276 kB | 69/172 kB Progress (4): 61/79 kB | 69/105 kB | 81/276 kB | 69/172 kB Progress (4): 61/79 kB | 73/105 kB | 81/276 kB | 69/172 kB Progress (4): 61/79 kB | 77/105 kB | 81/276 kB | 69/172 kB Progress (4): 61/79 kB | 81/105 kB | 81/276 kB | 69/172 kB Progress (4): 61/79 kB | 81/105 kB | 81/276 kB | 73/172 kB Progress (4): 61/79 kB | 81/105 kB | 85/276 kB | 73/172 kB Progress (4): 61/79 kB | 81/105 kB | 90/276 kB | 73/172 kB Progress (4): 61/79 kB | 81/105 kB | 94/276 kB | 73/172 kB Progress (4): 61/79 kB | 81/105 kB | 98/276 kB | 73/172 kB Progress (4): 65/79 kB | 81/105 kB | 98/276 kB | 73/172 kB Progress (4): 65/79 kB | 85/105 kB | 98/276 kB | 73/172 kB Progress (4): 65/79 kB | 90/105 kB | 98/276 kB | 73/172 kB Progress (4): 65/79 kB | 94/105 kB | 98/276 kB | 73/172 kB Progress (4): 65/79 kB | 98/105 kB | 98/276 kB | 73/172 kB Progress (4): 65/79 kB | 98/105 kB | 98/276 kB | 77/172 kB Progress (4): 65/79 kB | 102/105 kB | 98/276 kB | 77/172 kB Progress (4): 65/79 kB | 105 kB | 98/276 kB | 77/172 kB Progress (4): 69/79 kB | 105 kB | 98/276 kB | 77/172 kB Progress (4): 69/79 kB | 105 kB | 102/276 kB | 77/172 kB Progress (4): 69/79 kB | 105 kB | 106/276 kB | 77/172 kB Progress (4): 69/79 kB | 105 kB | 110/276 kB | 77/172 kB Progress (4): 73/79 kB | 105 kB | 110/276 kB | 77/172 kB Progress (4): 77/79 kB | 105 kB | 110/276 kB | 77/172 kB Progress (4): 77/79 kB | 105 kB | 110/276 kB | 81/172 kB Progress (4): 79 kB | 105 kB | 110/276 kB | 81/172 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (105 kB at 189 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Progress (3): 79 kB | 114/276 kB | 81/172 kB Progress (3): 79 kB | 114/276 kB | 85/172 kB Progress (3): 79 kB | 114/276 kB | 90/172 kB Progress (3): 79 kB | 118/276 kB | 90/172 kB Progress (3): 79 kB | 122/276 kB | 90/172 kB Progress (3): 79 kB | 122/276 kB | 94/172 kB Progress (3): 79 kB | 126/276 kB | 94/172 kB Progress (4): 79 kB | 126/276 kB | 94/172 kB | 4.1/47 kB Progress (4): 79 kB | 126/276 kB | 98/172 kB | 4.1/47 kB Progress (4): 79 kB | 126/276 kB | 98/172 kB | 7.7/47 kB Progress (4): 79 kB | 131/276 kB | 98/172 kB | 7.7/47 kB Progress (4): 79 kB | 135/276 kB | 98/172 kB | 7.7/47 kB Progress (4): 79 kB | 139/276 kB | 98/172 kB | 7.7/47 kB Progress (4): 79 kB | 143/276 kB | 98/172 kB | 7.7/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 130 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar Progress (3): 143/276 kB | 98/172 kB | 12/47 kB Progress (3): 143/276 kB | 98/172 kB | 16/47 kB Progress (4): 143/276 kB | 98/172 kB | 16/47 kB | 4.1/61 kB Progress (4): 147/276 kB | 98/172 kB | 16/47 kB | 4.1/61 kB Progress (4): 147/276 kB | 102/172 kB | 16/47 kB | 4.1/61 kB Progress (4): 147/276 kB | 106/172 kB | 16/47 kB | 4.1/61 kB Progress (4): 147/276 kB | 110/172 kB | 16/47 kB | 4.1/61 kB Progress (4): 147/276 kB | 114/172 kB | 16/47 kB | 4.1/61 kB Progress (4): 147/276 kB | 114/172 kB | 20/47 kB | 4.1/61 kB Progress (4): 147/276 kB | 114/172 kB | 20/47 kB | 7.7/61 kB Progress (4): 147/276 kB | 118/172 kB | 20/47 kB | 7.7/61 kB Progress (4): 147/276 kB | 118/172 kB | 24/47 kB | 7.7/61 kB Progress (4): 151/276 kB | 118/172 kB | 24/47 kB | 7.7/61 kB Progress (4): 151/276 kB | 118/172 kB | 28/47 kB | 7.7/61 kB Progress (4): 151/276 kB | 122/172 kB | 28/47 kB | 7.7/61 kB Progress (4): 151/276 kB | 122/172 kB | 28/47 kB | 12/61 kB Progress (4): 151/276 kB | 126/172 kB | 28/47 kB | 12/61 kB Progress (4): 151/276 kB | 126/172 kB | 32/47 kB | 12/61 kB Progress (4): 155/276 kB | 126/172 kB | 32/47 kB | 12/61 kB Progress (4): 155/276 kB | 131/172 kB | 32/47 kB | 12/61 kB Progress (4): 155/276 kB | 131/172 kB | 32/47 kB | 16/61 kB Progress (4): 155/276 kB | 131/172 kB | 36/47 kB | 16/61 kB Progress (4): 159/276 kB | 131/172 kB | 36/47 kB | 16/61 kB Progress (4): 159/276 kB | 131/172 kB | 40/47 kB | 16/61 kB Progress (4): 159/276 kB | 131/172 kB | 40/47 kB | 20/61 kB Progress (4): 159/276 kB | 135/172 kB | 40/47 kB | 20/61 kB Progress (4): 159/276 kB | 135/172 kB | 40/47 kB | 24/61 kB Progress (4): 159/276 kB | 135/172 kB | 45/47 kB | 24/61 kB Progress (4): 163/276 kB | 135/172 kB | 45/47 kB | 24/61 kB Progress (4): 163/276 kB | 135/172 kB | 47 kB | 24/61 kB Progress (4): 163/276 kB | 135/172 kB | 47 kB | 28/61 kB Progress (4): 163/276 kB | 135/172 kB | 47 kB | 32/61 kB Progress (4): 163/276 kB | 139/172 kB | 47 kB | 32/61 kB Progress (4): 163/276 kB | 139/172 kB | 47 kB | 36/61 kB Progress (4): 167/276 kB | 139/172 kB | 47 kB | 36/61 kB Progress (4): 167/276 kB | 139/172 kB | 47 kB | 40/61 kB Progress (4): 167/276 kB | 139/172 kB | 47 kB | 45/61 kB Progress (4): 167/276 kB | 139/172 kB | 47 kB | 49/61 kB Progress (4): 167/276 kB | 143/172 kB | 47 kB | 49/61 kB Progress (4): 167/276 kB | 143/172 kB | 47 kB | 53/61 kB Progress (4): 167/276 kB | 143/172 kB | 47 kB | 57/61 kB Progress (4): 171/276 kB | 143/172 kB | 47 kB | 57/61 kB Progress (4): 171/276 kB | 143/172 kB | 47 kB | 61 kB Progress (4): 171/276 kB | 147/172 kB | 47 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 74 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar Progress (3): 176/276 kB | 147/172 kB | 61 kB Progress (4): 176/276 kB | 147/172 kB | 61 kB | 4.1/164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 95 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar Progress (3): 176/276 kB | 151/172 kB | 4.1/164 kB Progress (4): 176/276 kB | 151/172 kB | 4.1/164 kB | 4.1/59 kB Progress (4): 176/276 kB | 151/172 kB | 4.1/164 kB | 7.7/59 kB Progress (4): 176/276 kB | 151/172 kB | 7.7/164 kB | 7.7/59 kB Progress (4): 180/276 kB | 151/172 kB | 7.7/164 kB | 7.7/59 kB Progress (4): 180/276 kB | 151/172 kB | 12/164 kB | 7.7/59 kB Progress (4): 180/276 kB | 151/172 kB | 12/164 kB | 12/59 kB Progress (4): 180/276 kB | 155/172 kB | 12/164 kB | 12/59 kB Progress (4): 180/276 kB | 155/172 kB | 12/164 kB | 16/59 kB Progress (4): 184/276 kB | 155/172 kB | 12/164 kB | 16/59 kB Progress (4): 184/276 kB | 155/172 kB | 12/164 kB | 20/59 kB Progress (4): 184/276 kB | 155/172 kB | 16/164 kB | 20/59 kB Progress (4): 184/276 kB | 155/172 kB | 16/164 kB | 24/59 kB Progress (4): 188/276 kB | 155/172 kB | 16/164 kB | 24/59 kB Progress (5): 188/276 kB | 155/172 kB | 16/164 kB | 24/59 kB | 4.1/256 kB Progress (5): 188/276 kB | 159/172 kB | 16/164 kB | 24/59 kB | 4.1/256 kB Progress (5): 188/276 kB | 159/172 kB | 16/164 kB | 24/59 kB | 7.7/256 kB Progress (5): 188/276 kB | 159/172 kB | 16/164 kB | 24/59 kB | 12/256 kB Progress (5): 188/276 kB | 159/172 kB | 16/164 kB | 24/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 16/164 kB | 24/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 20/164 kB | 24/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 24/164 kB | 24/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 24/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 28/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 32/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 36/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 40/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 45/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 49/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 53/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 57/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 61/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 65/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 69/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 73/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 77/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 81/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 85/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 90/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 94/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 98/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 102/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 106/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 110/164 kB | 28/59 kB | 16/256 kB Progress (5): 192/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 16/256 kB Progress (5): 196/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 16/256 kB Progress (5): 196/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 20/256 kB Progress (5): 196/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 24/256 kB Progress (5): 196/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 28/256 kB Progress (5): 196/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 32/256 kB Progress (5): 196/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 36/256 kB Progress (5): 196/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 40/256 kB Progress (5): 196/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 45/256 kB Progress (5): 196/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 49/256 kB Progress (5): 196/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 53/256 kB Progress (5): 196/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 57/256 kB Progress (5): 196/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 61/256 kB Progress (5): 196/276 kB | 159/172 kB | 114/164 kB | 28/59 kB | 65/256 kB Progress (5): 196/276 kB | 163/172 kB | 114/164 kB | 28/59 kB | 65/256 kB Progress (5): 200/276 kB | 163/172 kB | 114/164 kB | 28/59 kB | 65/256 kB Progress (5): 200/276 kB | 163/172 kB | 118/164 kB | 28/59 kB | 65/256 kB Progress (5): 200/276 kB | 163/172 kB | 122/164 kB | 28/59 kB | 65/256 kB Progress (5): 200/276 kB | 163/172 kB | 126/164 kB | 28/59 kB | 65/256 kB Progress (5): 200/276 kB | 163/172 kB | 126/164 kB | 32/59 kB | 65/256 kB Progress (5): 200/276 kB | 163/172 kB | 131/164 kB | 32/59 kB | 65/256 kB Progress (5): 200/276 kB | 163/172 kB | 131/164 kB | 36/59 kB | 65/256 kB Progress (5): 200/276 kB | 163/172 kB | 131/164 kB | 40/59 kB | 65/256 kB Progress (5): 204/276 kB | 163/172 kB | 131/164 kB | 40/59 kB | 65/256 kB Progress (5): 204/276 kB | 167/172 kB | 131/164 kB | 40/59 kB | 65/256 kB Progress (5): 204/276 kB | 171/172 kB | 131/164 kB | 40/59 kB | 65/256 kB Progress (5): 204/276 kB | 172 kB | 131/164 kB | 40/59 kB | 65/256 kB Progress (5): 204/276 kB | 172 kB | 131/164 kB | 40/59 kB | 69/256 kB Progress (5): 208/276 kB | 172 kB | 131/164 kB | 40/59 kB | 69/256 kB Progress (5): 212/276 kB | 172 kB | 131/164 kB | 40/59 kB | 69/256 kB Progress (5): 212/276 kB | 172 kB | 131/164 kB | 45/59 kB | 69/256 kB Progress (5): 212/276 kB | 172 kB | 135/164 kB | 45/59 kB | 69/256 kB Progress (5): 217/276 kB | 172 kB | 135/164 kB | 45/59 kB | 69/256 kB Progress (5): 217/276 kB | 172 kB | 135/164 kB | 49/59 kB | 69/256 kB Progress (5): 217/276 kB | 172 kB | 135/164 kB | 49/59 kB | 73/256 kB Progress (5): 217/276 kB | 172 kB | 135/164 kB | 53/59 kB | 73/256 kB Progress (5): 217/276 kB | 172 kB | 135/164 kB | 53/59 kB | 77/256 kB Progress (5): 221/276 kB | 172 kB | 135/164 kB | 53/59 kB | 77/256 kB Progress (5): 221/276 kB | 172 kB | 139/164 kB | 53/59 kB | 77/256 kB Progress (5): 225/276 kB | 172 kB | 139/164 kB | 53/59 kB | 77/256 kB Progress (5): 225/276 kB | 172 kB | 139/164 kB | 53/59 kB | 81/256 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar (172 kB at 229 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar Progress (4): 225/276 kB | 139/164 kB | 57/59 kB | 81/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 81/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 85/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 90/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 94/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 98/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 102/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 106/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 110/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 114/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 118/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 122/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 126/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 131/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 135/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 139/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 143/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 147/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 151/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 155/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 159/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 163/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 167/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 171/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 176/256 kB Progress (4): 225/276 kB | 139/164 kB | 59 kB | 180/256 kB Progress (4): 229/276 kB | 139/164 kB | 59 kB | 180/256 kB Progress (4): 229/276 kB | 143/164 kB | 59 kB | 180/256 kB Progress (5): 229/276 kB | 143/164 kB | 59 kB | 180/256 kB | 4.1/95 kB Progress (5): 229/276 kB | 143/164 kB | 59 kB | 180/256 kB | 7.7/95 kB Progress (5): 233/276 kB | 143/164 kB | 59 kB | 180/256 kB | 7.7/95 kB Progress (5): 237/276 kB | 143/164 kB | 59 kB | 180/256 kB | 7.7/95 kB Progress (5): 241/276 kB | 143/164 kB | 59 kB | 180/256 kB | 7.7/95 kB Progress (5): 245/276 kB | 143/164 kB | 59 kB | 180/256 kB | 7.7/95 kB Progress (5): 245/276 kB | 147/164 kB | 59 kB | 180/256 kB | 7.7/95 kB Progress (5): 245/276 kB | 147/164 kB | 59 kB | 180/256 kB | 12/95 kB Progress (5): 245/276 kB | 147/164 kB | 59 kB | 184/256 kB | 12/95 kB Progress (5): 245/276 kB | 147/164 kB | 59 kB | 188/256 kB | 12/95 kB Progress (5): 245/276 kB | 147/164 kB | 59 kB | 192/256 kB | 12/95 kB Progress (5): 245/276 kB | 151/164 kB | 59 kB | 192/256 kB | 12/95 kB Progress (5): 245/276 kB | 155/164 kB | 59 kB | 192/256 kB | 12/95 kB Progress (5): 245/276 kB | 159/164 kB | 59 kB | 192/256 kB | 12/95 kB Progress (5): 245/276 kB | 163/164 kB | 59 kB | 192/256 kB | 12/95 kB Progress (5): 245/276 kB | 164 kB | 59 kB | 192/256 kB | 12/95 kB Progress (5): 245/276 kB | 164 kB | 59 kB | 192/256 kB | 16/95 kB Progress (5): 249/276 kB | 164 kB | 59 kB | 192/256 kB | 16/95 kB Progress (5): 249/276 kB | 164 kB | 59 kB | 192/256 kB | 20/95 kB Progress (5): 249/276 kB | 164 kB | 59 kB | 192/256 kB | 24/95 kB Progress (5): 249/276 kB | 164 kB | 59 kB | 192/256 kB | 28/95 kB Progress (5): 249/276 kB | 164 kB | 59 kB | 192/256 kB | 32/95 kB Progress (5): 249/276 kB | 164 kB | 59 kB | 196/256 kB | 32/95 kB Progress (5): 249/276 kB | 164 kB | 59 kB | 196/256 kB | 36/95 kB Progress (5): 249/276 kB | 164 kB | 59 kB | 196/256 kB | 40/95 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar (164 kB at 196 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar Progress (4): 253/276 kB | 59 kB | 196/256 kB | 40/95 kB Progress (4): 258/276 kB | 59 kB | 196/256 kB | 40/95 kB Progress (4): 262/276 kB | 59 kB | 196/256 kB | 40/95 kB Progress (4): 262/276 kB | 59 kB | 196/256 kB | 45/95 kB Progress (4): 262/276 kB | 59 kB | 196/256 kB | 49/95 kB Progress (4): 262/276 kB | 59 kB | 196/256 kB | 53/95 kB Progress (4): 262/276 kB | 59 kB | 196/256 kB | 57/95 kB Progress (4): 262/276 kB | 59 kB | 196/256 kB | 61/95 kB Progress (4): 262/276 kB | 59 kB | 196/256 kB | 65/95 kB Progress (4): 262/276 kB | 59 kB | 196/256 kB | 69/95 kB Progress (4): 262/276 kB | 59 kB | 196/256 kB | 73/95 kB Progress (4): 262/276 kB | 59 kB | 196/256 kB | 77/95 kB Progress (4): 262/276 kB | 59 kB | 196/256 kB | 81/95 kB Progress (4): 262/276 kB | 59 kB | 200/256 kB | 81/95 kB Progress (4): 262/276 kB | 59 kB | 200/256 kB | 85/95 kB Progress (4): 266/276 kB | 59 kB | 200/256 kB | 85/95 kB Progress (4): 266/276 kB | 59 kB | 200/256 kB | 90/95 kB Progress (4): 266/276 kB | 59 kB | 204/256 kB | 90/95 kB Progress (4): 266/276 kB | 59 kB | 204/256 kB | 94/95 kB Progress (4): 270/276 kB | 59 kB | 204/256 kB | 94/95 kB Progress (4): 270/276 kB | 59 kB | 204/256 kB | 95 kB Progress (4): 270/276 kB | 59 kB | 208/256 kB | 95 kB Progress (4): 270/276 kB | 59 kB | 212/256 kB | 95 kB Progress (4): 270/276 kB | 59 kB | 217/256 kB | 95 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar (95 kB at 111 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar Progress (3): 274/276 kB | 59 kB | 217/256 kB Progress (3): 274/276 kB | 59 kB | 221/256 kB Progress (3): 276 kB | 59 kB | 221/256 kB Progress (3): 276 kB | 59 kB | 225/256 kB Progress (3): 276 kB | 59 kB | 229/256 kB Progress (3): 276 kB | 59 kB | 233/256 kB Progress (3): 276 kB | 59 kB | 237/256 kB Progress (3): 276 kB | 59 kB | 241/256 kB Progress (3): 276 kB | 59 kB | 245/256 kB Progress (3): 276 kB | 59 kB | 249/256 kB Progress (3): 276 kB | 59 kB | 253/256 kB Progress (3): 276 kB | 59 kB | 256 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar (276 kB at 222 kB/s) Progress (3): 59 kB | 256 kB | 4.1/52 kB Progress (3): 59 kB | 256 kB | 7.7/52 kB Progress (3): 59 kB | 256 kB | 12/52 kB Progress (3): 59 kB | 256 kB | 16/52 kB Progress (3): 59 kB | 256 kB | 20/52 kB Progress (3): 59 kB | 256 kB | 24/52 kB Progress (3): 59 kB | 256 kB | 28/52 kB Progress (3): 59 kB | 256 kB | 32/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar (59 kB at 47 kB/s) Progress (2): 256 kB | 36/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar (256 kB at 204 kB/s) Progress (2): 36/52 kB | 4.1/250 kB Progress (2): 36/52 kB | 7.7/250 kB Progress (2): 36/52 kB | 12/250 kB Progress (2): 36/52 kB | 16/250 kB Progress (2): 40/52 kB | 16/250 kB Progress (2): 45/52 kB | 16/250 kB Progress (2): 49/52 kB | 16/250 kB Progress (2): 49/52 kB | 20/250 kB Progress (2): 52 kB | 20/250 kB Progress (2): 52 kB | 24/250 kB Progress (2): 52 kB | 28/250 kB Progress (2): 52 kB | 32/250 kB Progress (2): 52 kB | 36/250 kB Progress (2): 52 kB | 40/250 kB Progress (2): 52 kB | 45/250 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 42 kB/s) Progress (1): 49/250 kB Progress (1): 53/250 kB Progress (1): 57/250 kB Progress (1): 61/250 kB Progress (1): 65/250 kB Progress (1): 69/250 kB Progress (1): 73/250 kB Progress (1): 77/250 kB Progress (1): 81/250 kB Progress (1): 85/250 kB Progress (1): 90/250 kB Progress (1): 94/250 kB Progress (1): 98/250 kB Progress (1): 102/250 kB Progress (1): 106/250 kB Progress (1): 110/250 kB Progress (1): 114/250 kB Progress (1): 118/250 kB Progress (1): 122/250 kB Progress (1): 126/250 kB Progress (1): 131/250 kB Progress (1): 135/250 kB Progress (1): 139/250 kB Progress (1): 143/250 kB Progress (1): 147/250 kB Progress (1): 151/250 kB Progress (1): 155/250 kB Progress (1): 159/250 kB Progress (1): 163/250 kB Progress (1): 167/250 kB Progress (1): 171/250 kB Progress (1): 176/250 kB Progress (1): 180/250 kB Progress (1): 184/250 kB Progress (1): 188/250 kB Progress (1): 192/250 kB Progress (1): 196/250 kB Progress (1): 200/250 kB Progress (1): 204/250 kB Progress (1): 208/250 kB Progress (1): 212/250 kB Progress (1): 217/250 kB Progress (1): 221/250 kB Progress (1): 225/250 kB Progress (1): 229/250 kB Progress (1): 233/250 kB Progress (1): 237/250 kB Progress (1): 241/250 kB Progress (1): 245/250 kB Progress (1): 249/250 kB Progress (1): 250 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar (250 kB at 184 kB/s) Downloading: https://repo1.maven.org/maven2/com/h2database/h2/1.4.199/h2-1.4.199.jar 10/2127K 20/2127K 31/2127K 47/2127K 63/2127K 79/2127K 95/2127K 111/2127K 127/2127K 143/2127K 159/2127K 175/2127K 191/2127K 207/2127K 223/2127K 239/2127K 255/2127K 271/2127K 287/2127K 303/2127K 319/2127K 335/2127K 351/2127K 367/2127K 383/2127K 399/2127K 415/2127K 431/2127K 447/2127K 463/2127K 479/2127K 495/2127K 511/2127K 527/2127K 543/2127K 559/2127K 575/2127K 591/2127K 607/2127K 623/2127K 639/2127K 655/2127K 671/2127K 687/2127K 703/2127K 719/2127K 735/2127K 751/2127K 767/2127K 783/2127K 799/2127K 815/2127K 831/2127K 847/2127K 863/2127K 879/2127K 895/2127K 911/2127K 927/2127K 943/2127K 959/2127K 975/2127K 991/2127K 1007/2127K 1023/2127K 1039/2127K 1055/2127K 1071/2127K 1087/2127K 1103/2127K 1119/2127K 1135/2127K 1151/2127K 1167/2127K 1183/2127K 1199/2127K 1215/2127K 1231/2127K 1247/2127K 1263/2127K 1279/2127K 1295/2127K 1311/2127K 1327/2127K 1343/2127K 1359/2127K 1375/2127K 1391/2127K 1407/2127K 1423/2127K 1439/2127K 1455/2127K 1471/2127K 1487/2127K 1503/2127K 1519/2127K 1535/2127K 1551/2127K 1567/2127K 1583/2127K 1599/2127K 1615/2127K 1631/2127K 1647/2127K 1663/2127K 1679/2127K 1695/2127K 1711/2127K 1727/2127K 1743/2127K 1759/2127K 1775/2127K 1791/2127K 1807/2127K 1823/2127K 1839/2127K 1855/2127K 1871/2127K 1887/2127K 1903/2127K 1919/2127K 1935/2127K 1951/2127K 1967/2127K 1983/2127K 1999/2127K 2015/2127K 2031/2127K 2047/2127K 2063/2127K 2079/2127K 2095/2127K 2111/2127K 2127/2127K 2127K downloaded [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.eclipse.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.eclipse.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.test >---------- [INFO] Building RedDeer GEF Tests 2.9.0-SNAPSHOT [38/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.gef.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.gef.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.gef.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.gef.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.gef.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.gef.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.gef.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.gef.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test >-------- [INFO] Building RedDeer Graphiti Tests 2.9.0-SNAPSHOT [39/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.graphiti.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.graphiti.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.graphiti.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.graphiti.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.graphiti.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.graphiti.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.graphiti.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.graphiti.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.graphiti.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.graphiti.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.graphiti' with 17 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.graphiti' with 17 classes [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.direct.test >--------- [INFO] Building RedDeer Direct Tests 2.9.0-SNAPSHOT [40/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.direct.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.direct.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.direct.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.direct.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.direct.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.direct.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.direct.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.direct.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.direct.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.direct.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.direct.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.junit.test >--------- [INFO] Building RedDeer JUnit Tests 2.9.0-SNAPSHOT [41/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.junit.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.junit.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.junit.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.junit.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.junit.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.junit.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.junit.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.requirements.test >------ [INFO] Building RedDeer Requirements Tests 2.9.0-SNAPSHOT [42/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.requirements.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.requirements.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.requirements.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.requirements.test/../../plugins/org.eclipse.reddeer.requirements/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.requirements.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.requirements.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.requirements.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.requirements.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.requirements.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (install-apache-tomcat-7) @ org.eclipse.reddeer.requirements.test --- Downloading: http://archive.apache.org/dist/tomcat/tomcat-7//v7.0.56/bin/apache-tomcat-7.0.56.zip 47/9244K 95/9244K 145/9244K 195/9244K 245/9244K 294/9244K 341/9244K 391/9244K 437/9244K 485/9244K 536/9244K 584/9244K 637/9244K 687/9244K 736/9244K 788/9244K 841/9244K 892/9244K 941/9244K 993/9244K 1041/9244K 1091/9244K 1138/9244K 1187/9244K 1235/9244K 1281/9244K 1333/9244K 1381/9244K 1432/9244K 1480/9244K 1534/9244K 1581/9244K 1629/9244K 1677/9244K 1725/9244K 1773/9244K 1821/9244K 1869/9244K 1917/9244K 1965/9244K 2013/9244K 2061/9244K 2109/9244K 2157/9244K 2205/9244K 2253/9244K 2301/9244K 2349/9244K 2397/9244K 2445/9244K 2493/9244K 2541/9244K 2593/9244K 2647/9244K 2698/9244K 2745/9244K 2798/9244K 2846/9244K 2892/9244K 2944/9244K 2993/9244K 3042/9244K 3095/9244K 3147/9244K 3198/9244K 3244/9244K 3295/9244K 3341/9244K 3387/9244K 3434/9244K 3481/9244K 3528/9244K 3575/9244K 3626/9244K 3679/9244K 3729/9244K 3775/9244K 3823/9244K 3876/9244K 3923/9244K 3972/9244K 4018/9244K 4066/9244K 4117/9244K 4165/9244K 4211/9244K 4261/9244K 4310/9244K 4358/9244K 4406/9244K 4459/9244K 4510/9244K 4556/9244K 4608/9244K 4659/9244K 4712/9244K 4763/9244K 4810/9244K 4858/9244K 4904/9244K 4951/9244K 4997/9244K 5050/9244K 5097/9244K 5143/9244K 5193/9244K 5239/9244K 5287/9244K 5334/9244K 5385/9244K 5438/9244K 5486/9244K 5534/9244K 5583/9244K 5635/9244K 5681/9244K 5730/9244K 5780/9244K 5830/9244K 5878/9244K 5927/9244K 5979/9244K 6025/9244K 6073/9244K 6120/9244K 6170/9244K 6217/9244K 6263/9244K 6315/9244K 6364/9244K 6413/9244K 6460/9244K 6507/9244K 6556/9244K 6604/9244K 6656/9244K 6703/9244K 6752/9244K 6798/9244K 6847/9244K 6898/9244K 6949/9244K 6999/9244K 7049/9244K 7100/9244K 7146/9244K 7194/9244K 7240/9244K 7287/9244K 7339/9244K 7385/9244K 7434/9244K 7481/9244K 7531/9244K 7583/9244K 7629/9244K 7677/9244K 7726/9244K 7773/9244K 7825/9244K 7874/9244K 7920/9244K 7972/9244K 8021/9244K 8069/9244K 8119/9244K 8170/9244K 8217/9244K 8266/9244K 8316/9244K 8369/9244K 8417/9244K 8469/9244K 8518/9244K 8565/9244K 8611/9244K 8663/9244K 8716/9244K 8764/9244K 8813/9244K 8865/9244K 8917/9244K 8970/9244K 9021/9244K 9072/9244K 9120/9244K 9173/9244K 9220/9244K 9244/9244K 9244K downloaded [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.requirements.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.requirements.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.ui.test >----------- [INFO] Building RedDeer UI Tests 2.9.0-SNAPSHOT [43/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.ui.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.ui.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.ui.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.ui.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.ui.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.ui.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.ui.test/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.ui.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.ui.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.ui.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.ui.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.ui' with 28 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jdt.junit' with 4 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.ui' with 28 classes [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test >------ [INFO] Building RedDeer E4 Workbench Tests 2.9.0-SNAPSHOT [44/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.e4.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.e4.workbench.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.e4.workbench.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.e4.workbench.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.e4.workbench.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.test --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.e4.workbench.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.e4' with 9 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.e4.workbench' with 11 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.e4.workbench.core' with 7 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jdt.junit' with 4 classes [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.integration.test >------ [INFO] Building RedDeer Integration and Eclipse Installation Tests 2.9.0-SNAPSHOT [45/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.integration.test --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.integration.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.integration.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.integration.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.integration.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.reddeer.integration.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.integration.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.integration.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.integration.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.integration.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.integration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.integration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.reddeer.integration.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.integration.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] [INFO] --------------------< org.eclipse.reddeer:features >-------------------- [INFO] Building RedDeer Features 2.9.0-SNAPSHOT [46/60] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ features --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ features --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/features/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ features --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.e4.feature >--------- [INFO] Building RedDeer E4 Feature 2.9.0-SNAPSHOT [47/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.e4.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.e4.feature --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.e4.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.reddeer.e4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.reddeer.e4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature >------- [INFO] Building RedDeer Eclipse Feature 2.9.0-SNAPSHOT [48/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.eclipse.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.eclipse.feature --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.eclipse.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature >------- [INFO] Building RedDeer GEF Spy Feature 2.9.0-SNAPSHOT [49/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.gef.spy.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.gef.spy.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.swt.feature >--------- [INFO] Building RedDeer SWT Feature 2.9.0-SNAPSHOT [50/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.swt.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.swt.feature --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.swt.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.reddeer.swt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.reddeer.swt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.tests.feature >-------- [INFO] Building RedDeer Tests Feature 2.9.0-SNAPSHOT [51/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.tests.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.tests.feature --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.tests.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.reddeer.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.reddeer.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.ui.feature >--------- [INFO] Building RedDeer UI Feature 2.9.0-SNAPSHOT [52/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.ui.feature --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.ui.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.reddeer.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.reddeer.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature >------ [INFO] Building RedDeer Recorder Feature 2.9.0-SNAPSHOT [53/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.recorder.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.recorder.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.recorder.feature --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.recorder.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.recorder.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.reddeer.recorder.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.reddeer.recorder.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature >------ [INFO] Building RedDeer GEF/Graphiti Feature 2.9.0-SNAPSHOT [54/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.graphiti.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.graphiti.feature --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.graphiti.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.spy.feature >--------- [INFO] Building RedDeer Spy Feature 2.9.0-SNAPSHOT [55/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.spy.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.spy.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.spy.feature --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.spy.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.spy.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.reddeer.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.reddeer.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature >------ [INFO] Building RedDeer Log Parser Feature 2.9.0-SNAPSHOT [56/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.logparser.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.logparser.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.logparser.feature --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.logparser.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.logparser.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.reddeer.logparser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.reddeer.logparser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature >------ [INFO] Building RedDeer Selenium Feature 2.9.0-SNAPSHOT [57/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.selenium.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.selenium.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.selenium.feature --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.selenium.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.selenium.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.reddeer.selenium.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.reddeer.selenium.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature >------- [INFO] Building RedDeer CodeGen Feature 2.9.0-SNAPSHOT [58/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.codegen.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.codegen.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.codegen.feature --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.codegen.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.codegen.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.reddeer.codegen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.reddeer.codegen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.staging/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.site >------------ [INFO] Building RedDeer Site 2.9.0-SNAPSHOT [59/60] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.site --- [INFO] The project's OSGi version is 2.9.0.v20200311-1837 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.site --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.staging/site/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.staging/site/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.reddeer.site --- [INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.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 9.0.0, config.a.jre 9.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-products (default-publish-products) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-categories (default-publish-categories) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.6.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.6.0:assemble-repository (default-assemble-repository) @ org.eclipse.reddeer.site --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from config.a.jre 9.0.0 to org.eclipse.equinox.p2.iu; a.jre 9.0.0.] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from config.a.jre 9.0.0 to org.eclipse.equinox.p2.iu; a.jre 9.0.0.] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from config.a.jre 9.0.0 to org.eclipse.equinox.p2.iu; a.jre 9.0.0.] [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.6.0:archive-repository (default-archive-repository) @ org.eclipse.reddeer.site --- [INFO] Building zip: /home/jenkins/agent/workspace/reddeer.staging/site/target/org.eclipse.reddeer.site-2.9.0-SNAPSHOT.zip [INFO] [INFO] -----------< org.eclipse.reddeer:eclipse-reddeer-archetype >------------ [INFO] Building RedDeer Archetype 2.9.0-SNAPSHOT [60/60] [INFO] --------------------------[ maven-archetype ]--------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml Progress (1): 843 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml (843 B at 4.1 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Progress (1): 4.1 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 398 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 743 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/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 3.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml Progress (1): 663 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (663 B at 2.0 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom Progress (1): 4.1 kB Progress (1): 6.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 884 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 1.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar Progress (1): 4.1/29 kB Progress (1): 7.7/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (1): 28/29 kB Progress (1): 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 3.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml Progress (1): 749 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (749 B at 7.8 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom (7.8 kB at 459 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar Progress (1): 4.1/34 kB Progress (1): 7.7/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar (34 kB at 3.4 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eclipse-reddeer-archetype --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-reddeer-archetype --- 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 476 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Progress (1): 4.1 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 776 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 189 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom Progress (1): 4.1 kB Progress (1): 8.2 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 598 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 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.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Progress (1): 4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 78 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 220 kB/s) 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 14 kB/s) 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 458 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 291 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Progress (1): 4.1/262 kB Progress (1): 7.7/262 kB Progress (1): 12/262 kB Progress (1): 16/262 kB Progress (1): 20/262 kB Progress (1): 24/262 kB Progress (1): 28/262 kB Progress (1): 32/262 kB Progress (1): 36/262 kB Progress (1): 40/262 kB Progress (1): 45/262 kB Progress (1): 49/262 kB Progress (1): 53/262 kB Progress (1): 57/262 kB Progress (1): 61/262 kB Progress (1): 65/262 kB Progress (1): 69/262 kB Progress (1): 73/262 kB Progress (1): 77/262 kB Progress (1): 81/262 kB Progress (1): 85/262 kB Progress (1): 90/262 kB Progress (1): 94/262 kB Progress (1): 98/262 kB Progress (1): 102/262 kB Progress (1): 106/262 kB Progress (1): 110/262 kB Progress (1): 114/262 kB Progress (1): 118/262 kB Progress (1): 122/262 kB Progress (1): 126/262 kB Progress (1): 131/262 kB Progress (1): 135/262 kB Progress (1): 139/262 kB Progress (1): 143/262 kB Progress (1): 147/262 kB Progress (1): 151/262 kB Progress (1): 155/262 kB Progress (1): 159/262 kB Progress (1): 163/262 kB Progress (2): 163/262 kB | 4.1/79 kB Progress (2): 163/262 kB | 7.7/79 kB Progress (2): 163/262 kB | 12/79 kB Progress (2): 163/262 kB | 16/79 kB Progress (2): 163/262 kB | 20/79 kB Progress (2): 163/262 kB | 24/79 kB Progress (2): 163/262 kB | 28/79 kB Progress (2): 163/262 kB | 32/79 kB Progress (2): 163/262 kB | 36/79 kB Progress (2): 163/262 kB | 40/79 kB Progress (2): 163/262 kB | 45/79 kB Progress (3): 163/262 kB | 45/79 kB | 4.1/51 kB Progress (3): 163/262 kB | 49/79 kB | 4.1/51 kB Progress (3): 167/262 kB | 49/79 kB | 4.1/51 kB Progress (3): 167/262 kB | 49/79 kB | 7.7/51 kB Progress (3): 167/262 kB | 49/79 kB | 12/51 kB Progress (3): 167/262 kB | 49/79 kB | 16/51 kB Progress (3): 171/262 kB | 49/79 kB | 16/51 kB Progress (3): 176/262 kB | 49/79 kB | 16/51 kB Progress (3): 180/262 kB | 49/79 kB | 16/51 kB Progress (3): 180/262 kB | 53/79 kB | 16/51 kB Progress (3): 180/262 kB | 53/79 kB | 20/51 kB Progress (3): 180/262 kB | 53/79 kB | 24/51 kB Progress (3): 180/262 kB | 53/79 kB | 28/51 kB Progress (3): 180/262 kB | 53/79 kB | 32/51 kB Progress (3): 184/262 kB | 53/79 kB | 32/51 kB Progress (4): 184/262 kB | 53/79 kB | 32/51 kB | 4.1/8.5 kB Progress (4): 184/262 kB | 57/79 kB | 32/51 kB | 4.1/8.5 kB Progress (4): 184/262 kB | 61/79 kB | 32/51 kB | 4.1/8.5 kB Progress (4): 184/262 kB | 65/79 kB | 32/51 kB | 4.1/8.5 kB Progress (4): 184/262 kB | 65/79 kB | 32/51 kB | 7.7/8.5 kB Progress (4): 184/262 kB | 65/79 kB | 36/51 kB | 7.7/8.5 kB Progress (4): 184/262 kB | 65/79 kB | 40/51 kB | 7.7/8.5 kB Progress (4): 184/262 kB | 65/79 kB | 45/51 kB | 7.7/8.5 kB Progress (4): 184/262 kB | 65/79 kB | 49/51 kB | 7.7/8.5 kB Progress (4): 184/262 kB | 65/79 kB | 51 kB | 7.7/8.5 kB Progress (4): 188/262 kB | 65/79 kB | 51 kB | 7.7/8.5 kB Progress (4): 188/262 kB | 65/79 kB | 51 kB | 8.5 kB Progress (4): 188/262 kB | 69/79 kB | 51 kB | 8.5 kB Progress (4): 188/262 kB | 73/79 kB | 51 kB | 8.5 kB Progress (4): 188/262 kB | 77/79 kB | 51 kB | 8.5 kB Progress (4): 188/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 192/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 196/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 200/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 204/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 208/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 212/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 217/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 221/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 225/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 229/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 233/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 237/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 241/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 245/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 249/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 253/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 258/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 262/262 kB | 79 kB | 51 kB | 8.5 kB Progress (4): 262 kB | 79 kB | 51 kB | 8.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 2.5 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 101 kB/s) 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 156 kB/s) 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 16 kB/s) [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 8 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-reddeer-archetype --- [INFO] Not copying test resources [INFO] [INFO] --- maven-archetype-plugin:3.0.0:jar (default-jar) @ eclipse-reddeer-archetype --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/reddeer.staging/archetype/target/eclipse-reddeer-archetype-2.9.0-SNAPSHOT [INFO] [INFO] --- maven-archetype-plugin:3.0.0:integration-test (default-integration-test) @ eclipse-reddeer-archetype --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for RedDeer Parent POM File 2.9.0-SNAPSHOT: [INFO] [INFO] RedDeer Parent POM File ............................ SUCCESS [ 8.970 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.012 s] [INFO] RedDeer Common ..................................... SUCCESS [ 10.143 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 0.871 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.401 s] [INFO] RedDeer Core ....................................... SUCCESS [ 1.788 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 1.442 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.601 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 1.049 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.312 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.386 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.346 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 0.990 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 2.165 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.499 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.307 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.348 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.273 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.545 s] [INFO] RedDeer Selenium ................................... SUCCESS [ 0.194 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.442 s] [INFO] RedDeer UI ......................................... SUCCESS [ 0.660 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.356 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 0.831 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.150 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.452 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.675 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.010 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.263 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.258 s] [INFO] RedDeer Common Tests ............................... SUCCESS [ 4.380 s] [INFO] RedDeer SWT Tests .................................. SUCCESS [ 3.607 s] [INFO] RedDeer Core Tests ................................. SUCCESS [ 3.307 s] [INFO] RedDeer Workbench Tests ............................ SUCCESS [ 2.715 s] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 2.283 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [ 2.773 s] [INFO] RedDeer Eclipse Tests .............................. SUCCESS [ 18.615 s] [INFO] RedDeer GEF Tests .................................. SUCCESS [ 2.423 s] [INFO] RedDeer Graphiti Tests ............................. SUCCESS [ 2.327 s] [INFO] RedDeer Direct Tests ............................... SUCCESS [ 2.216 s] [INFO] RedDeer JUnit Tests ................................ SUCCESS [ 2.779 s] [INFO] RedDeer Requirements Tests ......................... SUCCESS [ 5.727 s] [INFO] RedDeer UI Tests ................................... SUCCESS [ 2.600 s] [INFO] RedDeer E4 Workbench Tests ......................... SUCCESS [ 1.198 s] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 1.388 s] [INFO] RedDeer Features ................................... SUCCESS [ 0.011 s] [INFO] RedDeer E4 Feature ................................. SUCCESS [ 0.532 s] [INFO] RedDeer Eclipse Feature ............................ SUCCESS [ 0.689 s] [INFO] RedDeer GEF Spy Feature ............................ SUCCESS [ 0.174 s] [INFO] RedDeer SWT Feature ................................ SUCCESS [ 0.324 s] [INFO] RedDeer Tests Feature .............................. SUCCESS [ 0.730 s] [INFO] RedDeer UI Feature ................................. SUCCESS [ 0.146 s] [INFO] RedDeer Recorder Feature ........................... SUCCESS [ 0.156 s] [INFO] RedDeer GEF/Graphiti Feature ....................... SUCCESS [ 0.613 s] [INFO] RedDeer Spy Feature ................................ SUCCESS [ 0.298 s] [INFO] RedDeer Log Parser Feature ......................... SUCCESS [ 0.147 s] [INFO] RedDeer Selenium Feature ........................... SUCCESS [ 0.133 s] [INFO] RedDeer CodeGen Feature ............................ SUCCESS [ 0.173 s] [INFO] RedDeer Site ....................................... SUCCESS [ 54.186 s] [INFO] RedDeer Archetype .................................. SUCCESS [ 2.118 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:32 min [INFO] Finished at: 2020-03-11T18:43:25Z [INFO] ------------------------------------------------------------------------ No mail will be sent out, as 'reddeer.staging #69' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Finished: SUCCESS