Started by an SCM change Running as SYSTEM Agent default-agent-hxxpt is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-hxxpt" 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-hxxpt" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-hxxpt" - 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-hxxpt in workspace /home/jenkins/agent/workspace/reddeer.nightly [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-ofcyJFB5rgCK/agent.61 SSH_AGENT_PID=63 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/reddeer.nightly@tmp/private_key_8562220560015862521.key (/home/jenkins/agent/workspace/reddeer.nightly@tmp/private_key_8562220560015862521.key) [ssh-agent] Using credentials genie.reddeer (ssh://genie.reddeer@projects-storage.eclipse.org) No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/reddeer.git > git init /home/jenkins/agent/workspace/reddeer.nightly # 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 c532c06e6b0b68870cae84689796f69a4f709fd9 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c532c06e6b0b68870cae84689796f69a4f709fd9 Commit message: "New TreeContainsItem constructor, unit tests, fixes #2034 - update orbit update site" > git rev-list --no-walk 6eae0ffd2998b8025aaeddb9c43d231a5e11d7bb # timeout=10 [reddeer.nightly] $ /bin/sh -xe /tmp/jenkins2767909186144125240.sh + metacity --sm-disable --replace [reddeer.nightly] $ /opt/tools/apache-maven/latest/bin/mvn -Dmaven.test.skip=true -Dhttp.proxyPort=9898 -Dcbi.jarsigner.skip=false "-Dtycho.testArgLine=-Dhttp.proxyHost=proxy.eclipse.org -Dhttp.proxyPort=9898" clean verify -Peclipse-sign Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom (2.1 kB at 38 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom (20 kB at 391 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom (4.5 kB at 107 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/6.6 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 123 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/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 534 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/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 600 kB/s) Downloading from 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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 272 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 111 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 96 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/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 512 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/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 301 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 51 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 62 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 21 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/5.4 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 75 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/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 432 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 8.2 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/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 129 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 99 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/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 200 kB/s) Downloading from cbi-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/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 240 kB/s) Downloading from cbi-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/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 95 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/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 226 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/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 232 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.0 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 60 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 79 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/5.4 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 138 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 76 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 79 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 39 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/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 236 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/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 326 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 100 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/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 453 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/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 176 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/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 325 kB/s) Downloading from cbi-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 77 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 73 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 51 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/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 209 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 61 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 106 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 41 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 161 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 149 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/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 446 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 199 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 283 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 36/47 kB Progress (1): 40/47 kB Progress (1): 44/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.3 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 410 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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 350 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/62 kB Progress (1): 7.7/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 24/62 kB Progress (1): 28/62 kB Progress (1): 32/62 kB Progress (1): 36/62 kB Progress (1): 40/62 kB Progress (1): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/62 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.3 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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 385 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 398 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/68 kB Progress (1): 7.7/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 24/68 kB Progress (1): 28/68 kB Progress (1): 32/68 kB Progress (1): 36/68 kB Progress (1): 40/68 kB Progress (1): 44/68 kB Progress (1): 48/68 kB Progress (1): 52/68 kB Progress (1): 56/68 kB Progress (1): 60/68 kB Progress (1): 64/68 kB Progress (1): 68/68 kB Progress (1): 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.8 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/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 448 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 80 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 501 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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 393 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 58 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom (2.0 kB at 51 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 51 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom (1.8 kB at 45 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom (1.0 kB at 27 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom (1.7 kB at 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom (1.3 kB at 45 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 142 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom (2.1 kB at 54 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom (1.1 kB at 13 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom (3.3 kB at 96 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom (1.0 kB at 16 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 115 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 30 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/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 310 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/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 111 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/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 105 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom (2.1 kB at 74 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom (1.1 kB at 19 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom (1.1 kB at 38 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom (1.1 kB at 18 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar Downloading from 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/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.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-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-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/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.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.5/xz-1.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Downloading from 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.4.0/tycho-p2-facade-1.4.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.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Progress (1): 4.1/527 kB Progress (1): 7.7/527 kB Progress (1): 12/527 kB Progress (1): 16/527 kB Progress (1): 20/527 kB Progress (1): 24/527 kB Progress (1): 28/527 kB Progress (1): 32/527 kB Progress (1): 36/527 kB Progress (1): 40/527 kB Progress (1): 44/527 kB Progress (2): 44/527 kB | 4.1/5.5 kB Progress (2): 48/527 kB | 4.1/5.5 kB Progress (2): 48/527 kB | 5.5 kB Progress (2): 52/527 kB | 5.5 kB Progress (2): 56/527 kB | 5.5 kB Progress (2): 60/527 kB | 5.5 kB Progress (2): 64/527 kB | 5.5 kB Progress (2): 68/527 kB | 5.5 kB Progress (3): 68/527 kB | 5.5 kB | 4.1/200 kB Progress (3): 68/527 kB | 5.5 kB | 7.7/200 kB Progress (3): 72/527 kB | 5.5 kB | 7.7/200 kB Progress (4): 72/527 kB | 5.5 kB | 7.7/200 kB | 4.1/47 kB Progress (4): 72/527 kB | 5.5 kB | 12/200 kB | 4.1/47 kB Progress (4): 72/527 kB | 5.5 kB | 12/200 kB | 7.7/47 kB Progress (4): 76/527 kB | 5.5 kB | 12/200 kB | 7.7/47 kB Progress (4): 76/527 kB | 5.5 kB | 12/200 kB | 12/47 kB Progress (4): 76/527 kB | 5.5 kB | 16/200 kB | 12/47 kB Progress (4): 76/527 kB | 5.5 kB | 16/200 kB | 16/47 kB Progress (4): 80/527 kB | 5.5 kB | 16/200 kB | 16/47 kB Progress (4): 80/527 kB | 5.5 kB | 16/200 kB | 20/47 kB Progress (4): 80/527 kB | 5.5 kB | 20/200 kB | 20/47 kB Progress (4): 80/527 kB | 5.5 kB | 20/200 kB | 24/47 kB Progress (4): 84/527 kB | 5.5 kB | 20/200 kB | 24/47 kB Progress (4): 84/527 kB | 5.5 kB | 20/200 kB | 28/47 kB Progress (5): 84/527 kB | 5.5 kB | 20/200 kB | 28/47 kB | 4.1/165 kB Progress (5): 84/527 kB | 5.5 kB | 24/200 kB | 28/47 kB | 4.1/165 kB Progress (5): 84/527 kB | 5.5 kB | 24/200 kB | 28/47 kB | 7.7/165 kB Progress (5): 84/527 kB | 5.5 kB | 24/200 kB | 32/47 kB | 7.7/165 kB Progress (5): 84/527 kB | 5.5 kB | 24/200 kB | 36/47 kB | 7.7/165 kB Progress (5): 84/527 kB | 5.5 kB | 24/200 kB | 40/47 kB | 7.7/165 kB Progress (5): 88/527 kB | 5.5 kB | 24/200 kB | 40/47 kB | 7.7/165 kB Progress (5): 88/527 kB | 5.5 kB | 24/200 kB | 44/47 kB | 7.7/165 kB Progress (5): 88/527 kB | 5.5 kB | 24/200 kB | 44/47 kB | 12/165 kB Progress (5): 88/527 kB | 5.5 kB | 28/200 kB | 44/47 kB | 12/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar (5.5 kB at 96 kB/s) Progress (4): 88/527 kB | 28/200 kB | 44/47 kB | 16/165 kB Progress (4): 92/527 kB | 28/200 kB | 44/47 kB | 16/165 kB Progress (4): 92/527 kB | 28/200 kB | 44/47 kB | 20/165 kB Progress (4): 92/527 kB | 28/200 kB | 47 kB | 20/165 kB Progress (4): 92/527 kB | 28/200 kB | 47 kB | 24/165 kB Progress (4): 96/527 kB | 28/200 kB | 47 kB | 24/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (4): 96/527 kB | 32/200 kB | 47 kB | 24/165 kB Progress (4): 100/527 kB | 32/200 kB | 47 kB | 24/165 kB Progress (4): 100/527 kB | 32/200 kB | 47 kB | 28/165 kB Progress (4): 104/527 kB | 32/200 kB | 47 kB | 28/165 kB Progress (4): 104/527 kB | 36/200 kB | 47 kB | 28/165 kB Progress (4): 108/527 kB | 36/200 kB | 47 kB | 28/165 kB Progress (4): 108/527 kB | 36/200 kB | 47 kB | 32/165 kB Progress (4): 112/527 kB | 36/200 kB | 47 kB | 32/165 kB Progress (4): 112/527 kB | 40/200 kB | 47 kB | 32/165 kB Progress (4): 112/527 kB | 40/200 kB | 47 kB | 36/165 kB Progress (4): 116/527 kB | 40/200 kB | 47 kB | 36/165 kB Progress (4): 116/527 kB | 40/200 kB | 47 kB | 40/165 kB Progress (4): 116/527 kB | 44/200 kB | 47 kB | 40/165 kB Progress (4): 120/527 kB | 44/200 kB | 47 kB | 40/165 kB Progress (4): 120/527 kB | 48/200 kB | 47 kB | 40/165 kB Progress (4): 120/527 kB | 48/200 kB | 47 kB | 44/165 kB Progress (4): 124/527 kB | 48/200 kB | 47 kB | 44/165 kB Progress (4): 124/527 kB | 48/200 kB | 47 kB | 48/165 kB Progress (4): 124/527 kB | 52/200 kB | 47 kB | 48/165 kB Progress (4): 124/527 kB | 52/200 kB | 47 kB | 52/165 kB Progress (4): 128/527 kB | 52/200 kB | 47 kB | 52/165 kB Progress (4): 128/527 kB | 52/200 kB | 47 kB | 56/165 kB Progress (4): 132/527 kB | 52/200 kB | 47 kB | 56/165 kB Progress (4): 132/527 kB | 56/200 kB | 47 kB | 56/165 kB Progress (4): 136/527 kB | 56/200 kB | 47 kB | 56/165 kB Progress (4): 136/527 kB | 60/200 kB | 47 kB | 56/165 kB Progress (4): 136/527 kB | 60/200 kB | 47 kB | 60/165 kB Progress (4): 136/527 kB | 64/200 kB | 47 kB | 60/165 kB Progress (4): 140/527 kB | 64/200 kB | 47 kB | 60/165 kB Progress (4): 140/527 kB | 68/200 kB | 47 kB | 60/165 kB Progress (4): 140/527 kB | 68/200 kB | 47 kB | 64/165 kB Progress (4): 140/527 kB | 72/200 kB | 47 kB | 64/165 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 667 kB/s) Progress (3): 144/527 kB | 72/200 kB | 64/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (3): 144/527 kB | 76/200 kB | 64/165 kB Progress (3): 144/527 kB | 76/200 kB | 68/165 kB Progress (3): 144/527 kB | 80/200 kB | 68/165 kB Progress (3): 148/527 kB | 80/200 kB | 68/165 kB Progress (3): 148/527 kB | 80/200 kB | 72/165 kB Progress (3): 148/527 kB | 84/200 kB | 72/165 kB Progress (3): 152/527 kB | 84/200 kB | 72/165 kB Progress (3): 152/527 kB | 88/200 kB | 72/165 kB Progress (3): 152/527 kB | 88/200 kB | 76/165 kB Progress (3): 156/527 kB | 88/200 kB | 76/165 kB Progress (3): 156/527 kB | 88/200 kB | 80/165 kB Progress (3): 156/527 kB | 92/200 kB | 80/165 kB Progress (3): 156/527 kB | 92/200 kB | 84/165 kB Progress (3): 160/527 kB | 92/200 kB | 84/165 kB Progress (3): 164/527 kB | 92/200 kB | 84/165 kB Progress (4): 164/527 kB | 92/200 kB | 84/165 kB | 4.1/38 kB Progress (4): 164/527 kB | 92/200 kB | 84/165 kB | 7.7/38 kB Progress (4): 164/527 kB | 92/200 kB | 84/165 kB | 12/38 kB Progress (4): 164/527 kB | 92/200 kB | 88/165 kB | 12/38 kB Progress (4): 164/527 kB | 96/200 kB | 88/165 kB | 12/38 kB Progress (4): 164/527 kB | 96/200 kB | 88/165 kB | 16/38 kB Progress (5): 164/527 kB | 96/200 kB | 88/165 kB | 16/38 kB | 4.1/30 kB Progress (5): 168/527 kB | 96/200 kB | 88/165 kB | 16/38 kB | 4.1/30 kB Progress (5): 168/527 kB | 96/200 kB | 88/165 kB | 16/38 kB | 7.7/30 kB Progress (5): 168/527 kB | 96/200 kB | 88/165 kB | 20/38 kB | 7.7/30 kB Progress (5): 168/527 kB | 100/200 kB | 88/165 kB | 20/38 kB | 7.7/30 kB Progress (5): 168/527 kB | 100/200 kB | 92/165 kB | 20/38 kB | 7.7/30 kB Progress (5): 168/527 kB | 104/200 kB | 92/165 kB | 20/38 kB | 7.7/30 kB Progress (5): 168/527 kB | 104/200 kB | 92/165 kB | 24/38 kB | 7.7/30 kB Progress (5): 168/527 kB | 104/200 kB | 92/165 kB | 24/38 kB | 12/30 kB Progress (5): 172/527 kB | 104/200 kB | 92/165 kB | 24/38 kB | 12/30 kB Progress (5): 172/527 kB | 104/200 kB | 92/165 kB | 24/38 kB | 16/30 kB Progress (5): 172/527 kB | 104/200 kB | 92/165 kB | 28/38 kB | 16/30 kB Progress (5): 172/527 kB | 108/200 kB | 92/165 kB | 28/38 kB | 16/30 kB Progress (5): 172/527 kB | 108/200 kB | 96/165 kB | 28/38 kB | 16/30 kB Progress (5): 172/527 kB | 112/200 kB | 96/165 kB | 28/38 kB | 16/30 kB Progress (5): 172/527 kB | 112/200 kB | 100/165 kB | 28/38 kB | 16/30 kB Progress (5): 172/527 kB | 112/200 kB | 100/165 kB | 32/38 kB | 16/30 kB Progress (5): 172/527 kB | 112/200 kB | 100/165 kB | 32/38 kB | 20/30 kB Progress (5): 176/527 kB | 112/200 kB | 100/165 kB | 32/38 kB | 20/30 kB Progress (5): 180/527 kB | 112/200 kB | 100/165 kB | 32/38 kB | 20/30 kB Progress (5): 180/527 kB | 112/200 kB | 100/165 kB | 32/38 kB | 24/30 kB Progress (5): 180/527 kB | 112/200 kB | 100/165 kB | 33/38 kB | 24/30 kB Progress (5): 180/527 kB | 112/200 kB | 100/165 kB | 33/38 kB | 28/30 kB Progress (5): 180/527 kB | 112/200 kB | 104/165 kB | 33/38 kB | 28/30 kB Progress (5): 180/527 kB | 116/200 kB | 104/165 kB | 33/38 kB | 28/30 kB Progress (5): 180/527 kB | 116/200 kB | 108/165 kB | 33/38 kB | 28/30 kB Progress (5): 180/527 kB | 116/200 kB | 108/165 kB | 33/38 kB | 30 kB Progress (5): 180/527 kB | 116/200 kB | 108/165 kB | 37/38 kB | 30 kB Progress (5): 184/527 kB | 116/200 kB | 108/165 kB | 37/38 kB | 30 kB Progress (5): 184/527 kB | 116/200 kB | 108/165 kB | 38 kB | 30 kB Progress (5): 188/527 kB | 116/200 kB | 108/165 kB | 38 kB | 30 kB Progress (5): 188/527 kB | 116/200 kB | 112/165 kB | 38 kB | 30 kB Progress (5): 188/527 kB | 120/200 kB | 112/165 kB | 38 kB | 30 kB Progress (5): 188/527 kB | 120/200 kB | 116/165 kB | 38 kB | 30 kB Progress (5): 188/527 kB | 120/200 kB | 120/165 kB | 38 kB | 30 kB Progress (5): 188/527 kB | 120/200 kB | 124/165 kB | 38 kB | 30 kB Progress (5): 192/527 kB | 120/200 kB | 124/165 kB | 38 kB | 30 kB Progress (5): 192/527 kB | 120/200 kB | 128/165 kB | 38 kB | 30 kB Progress (5): 192/527 kB | 124/200 kB | 128/165 kB | 38 kB | 30 kB Progress (5): 192/527 kB | 128/200 kB | 128/165 kB | 38 kB | 30 kB Progress (5): 192/527 kB | 128/200 kB | 132/165 kB | 38 kB | 30 kB Progress (5): 196/527 kB | 128/200 kB | 132/165 kB | 38 kB | 30 kB Progress (5): 196/527 kB | 128/200 kB | 136/165 kB | 38 kB | 30 kB Progress (5): 196/527 kB | 132/200 kB | 136/165 kB | 38 kB | 30 kB Progress (5): 196/527 kB | 132/200 kB | 140/165 kB | 38 kB | 30 kB Progress (5): 200/527 kB | 132/200 kB | 140/165 kB | 38 kB | 30 kB Progress (5): 200/527 kB | 132/200 kB | 144/165 kB | 38 kB | 30 kB Progress (5): 200/527 kB | 136/200 kB | 144/165 kB | 38 kB | 30 kB Progress (5): 200/527 kB | 136/200 kB | 148/165 kB | 38 kB | 30 kB Progress (5): 200/527 kB | 136/200 kB | 152/165 kB | 38 kB | 30 kB Progress (5): 200/527 kB | 136/200 kB | 156/165 kB | 38 kB | 30 kB Progress (5): 200/527 kB | 136/200 kB | 160/165 kB | 38 kB | 30 kB Progress (5): 200/527 kB | 136/200 kB | 164/165 kB | 38 kB | 30 kB Progress (5): 200/527 kB | 136/200 kB | 165 kB | 38 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 199 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (4): 204/527 kB | 136/200 kB | 165 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 249 kB/s) 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): 204/527 kB | 140/200 kB | 165 kB Progress (3): 208/527 kB | 140/200 kB | 165 kB Progress (3): 208/527 kB | 144/200 kB | 165 kB Progress (3): 212/527 kB | 144/200 kB | 165 kB Progress (3): 212/527 kB | 148/200 kB | 165 kB Progress (3): 216/527 kB | 148/200 kB | 165 kB Progress (3): 216/527 kB | 152/200 kB | 165 kB Progress (3): 220/527 kB | 152/200 kB | 165 kB Progress (3): 220/527 kB | 156/200 kB | 165 kB Progress (3): 224/527 kB | 156/200 kB | 165 kB Progress (3): 224/527 kB | 160/200 kB | 165 kB Progress (3): 228/527 kB | 160/200 kB | 165 kB Progress (3): 228/527 kB | 164/200 kB | 165 kB Progress (3): 232/527 kB | 164/200 kB | 165 kB Progress (3): 232/527 kB | 168/200 kB | 165 kB Progress (3): 236/527 kB | 168/200 kB | 165 kB Progress (3): 236/527 kB | 172/200 kB | 165 kB Progress (3): 240/527 kB | 172/200 kB | 165 kB Progress (3): 240/527 kB | 176/200 kB | 165 kB Progress (3): 244/527 kB | 176/200 kB | 165 kB Progress (3): 248/527 kB | 176/200 kB | 165 kB Progress (3): 248/527 kB | 180/200 kB | 165 kB Progress (3): 252/527 kB | 180/200 kB | 165 kB Progress (3): 252/527 kB | 184/200 kB | 165 kB Progress (3): 256/527 kB | 184/200 kB | 165 kB Progress (3): 256/527 kB | 188/200 kB | 165 kB Progress (3): 260/527 kB | 188/200 kB | 165 kB Progress (3): 260/527 kB | 192/200 kB | 165 kB Progress (3): 264/527 kB | 192/200 kB | 165 kB Progress (3): 264/527 kB | 196/200 kB | 165 kB Progress (3): 268/527 kB | 196/200 kB | 165 kB Progress (3): 268/527 kB | 200/200 kB | 165 kB Progress (3): 272/527 kB | 200/200 kB | 165 kB Progress (3): 276/527 kB | 200/200 kB | 165 kB Progress (3): 280/527 kB | 200/200 kB | 165 kB Progress (3): 284/527 kB | 200/200 kB | 165 kB Progress (3): 284/527 kB | 200 kB | 165 kB Progress (3): 288/527 kB | 200 kB | 165 kB Progress (4): 288/527 kB | 200 kB | 165 kB | 4.1/52 kB Progress (4): 292/527 kB | 200 kB | 165 kB | 4.1/52 kB Progress (4): 292/527 kB | 200 kB | 165 kB | 7.7/52 kB Progress (4): 296/527 kB | 200 kB | 165 kB | 7.7/52 kB Progress (4): 296/527 kB | 200 kB | 165 kB | 12/52 kB Progress (4): 300/527 kB | 200 kB | 165 kB | 12/52 kB Progress (4): 300/527 kB | 200 kB | 165 kB | 16/52 kB Progress (4): 304/527 kB | 200 kB | 165 kB | 16/52 kB Progress (4): 304/527 kB | 200 kB | 165 kB | 20/52 kB Progress (4): 304/527 kB | 200 kB | 165 kB | 24/52 kB Progress (4): 308/527 kB | 200 kB | 165 kB | 24/52 kB Progress (4): 308/527 kB | 200 kB | 165 kB | 28/52 kB Progress (4): 312/527 kB | 200 kB | 165 kB | 28/52 kB Progress (4): 312/527 kB | 200 kB | 165 kB | 32/52 kB Progress (4): 316/527 kB | 200 kB | 165 kB | 32/52 kB Progress (4): 316/527 kB | 200 kB | 165 kB | 36/52 kB Progress (4): 320/527 kB | 200 kB | 165 kB | 36/52 kB Progress (4): 320/527 kB | 200 kB | 165 kB | 40/52 kB Progress (4): 324/527 kB | 200 kB | 165 kB | 40/52 kB Progress (4): 324/527 kB | 200 kB | 165 kB | 44/52 kB Progress (4): 328/527 kB | 200 kB | 165 kB | 44/52 kB Progress (4): 328/527 kB | 200 kB | 165 kB | 48/52 kB Progress (4): 328/527 kB | 200 kB | 165 kB | 52/52 kB Progress (4): 328/527 kB | 200 kB | 165 kB | 52 kB Progress (4): 332/527 kB | 200 kB | 165 kB | 52 kB Progress (4): 336/527 kB | 200 kB | 165 kB | 52 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 656 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar (200 kB at 793 kB/s) Progress (2): 340/527 kB | 52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (2): 344/527 kB | 52 kB Progress (2): 348/527 kB | 52 kB Progress (2): 352/527 kB | 52 kB Progress (2): 356/527 kB | 52 kB Progress (2): 360/527 kB | 52 kB Progress (2): 364/527 kB | 52 kB Progress (2): 368/527 kB | 52 kB Progress (2): 372/527 kB | 52 kB Progress (2): 376/527 kB | 52 kB Progress (2): 380/527 kB | 52 kB Progress (2): 384/527 kB | 52 kB Progress (2): 388/527 kB | 52 kB Progress (2): 392/527 kB | 52 kB Progress (2): 396/527 kB | 52 kB Progress (2): 400/527 kB | 52 kB Progress (2): 404/527 kB | 52 kB Progress (2): 408/527 kB | 52 kB Progress (2): 412/527 kB | 52 kB Progress (2): 416/527 kB | 52 kB Progress (2): 420/527 kB | 52 kB Progress (2): 424/527 kB | 52 kB Progress (2): 428/527 kB | 52 kB Progress (2): 432/527 kB | 52 kB Progress (3): 432/527 kB | 52 kB | 4.1/148 kB Progress (3): 436/527 kB | 52 kB | 4.1/148 kB Progress (3): 436/527 kB | 52 kB | 7.7/148 kB Progress (3): 440/527 kB | 52 kB | 7.7/148 kB Progress (3): 440/527 kB | 52 kB | 12/148 kB Progress (3): 444/527 kB | 52 kB | 12/148 kB Progress (3): 444/527 kB | 52 kB | 16/148 kB Progress (3): 448/527 kB | 52 kB | 16/148 kB Progress (4): 448/527 kB | 52 kB | 16/148 kB | 4.1/106 kB Progress (4): 452/527 kB | 52 kB | 16/148 kB | 4.1/106 kB Progress (4): 452/527 kB | 52 kB | 16/148 kB | 7.7/106 kB Progress (4): 456/527 kB | 52 kB | 16/148 kB | 7.7/106 kB Progress (4): 456/527 kB | 52 kB | 20/148 kB | 7.7/106 kB Progress (4): 460/527 kB | 52 kB | 20/148 kB | 7.7/106 kB Progress (4): 460/527 kB | 52 kB | 24/148 kB | 7.7/106 kB Progress (4): 464/527 kB | 52 kB | 24/148 kB | 7.7/106 kB Progress (4): 464/527 kB | 52 kB | 28/148 kB | 7.7/106 kB Progress (4): 468/527 kB | 52 kB | 28/148 kB | 7.7/106 kB Progress (4): 468/527 kB | 52 kB | 32/148 kB | 7.7/106 kB Progress (4): 472/527 kB | 52 kB | 32/148 kB | 7.7/106 kB Progress (4): 472/527 kB | 52 kB | 33/148 kB | 7.7/106 kB Progress (4): 476/527 kB | 52 kB | 33/148 kB | 7.7/106 kB Progress (4): 480/527 kB | 52 kB | 33/148 kB | 7.7/106 kB Progress (4): 484/527 kB | 52 kB | 33/148 kB | 7.7/106 kB Progress (4): 488/527 kB | 52 kB | 33/148 kB | 7.7/106 kB Progress (4): 492/527 kB | 52 kB | 33/148 kB | 7.7/106 kB Progress (4): 496/527 kB | 52 kB | 33/148 kB | 7.7/106 kB Progress (4): 500/527 kB | 52 kB | 33/148 kB | 7.7/106 kB Progress (4): 504/527 kB | 52 kB | 33/148 kB | 7.7/106 kB Progress (4): 508/527 kB | 52 kB | 33/148 kB | 7.7/106 kB Progress (4): 512/527 kB | 52 kB | 33/148 kB | 7.7/106 kB Progress (4): 512/527 kB | 52 kB | 33/148 kB | 12/106 kB Progress (4): 516/527 kB | 52 kB | 33/148 kB | 12/106 kB Progress (4): 516/527 kB | 52 kB | 37/148 kB | 12/106 kB Progress (4): 520/527 kB | 52 kB | 37/148 kB | 12/106 kB Progress (4): 520/527 kB | 52 kB | 37/148 kB | 16/106 kB Progress (4): 524/527 kB | 52 kB | 37/148 kB | 16/106 kB Progress (4): 524/527 kB | 52 kB | 41/148 kB | 16/106 kB Progress (4): 524/527 kB | 52 kB | 41/148 kB | 20/106 kB Progress (4): 527 kB | 52 kB | 41/148 kB | 20/106 kB Progress (4): 527 kB | 52 kB | 41/148 kB | 24/106 kB Progress (4): 527 kB | 52 kB | 45/148 kB | 24/106 kB Progress (4): 527 kB | 52 kB | 45/148 kB | 28/106 kB Progress (4): 527 kB | 52 kB | 49/148 kB | 28/106 kB Progress (5): 527 kB | 52 kB | 49/148 kB | 28/106 kB | 4.1/51 kB Progress (5): 527 kB | 52 kB | 49/148 kB | 32/106 kB | 4.1/51 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 159 kB/s) Progress (4): 527 kB | 49/148 kB | 33/106 kB | 4.1/51 kB Progress (4): 527 kB | 49/148 kB | 33/106 kB | 7.7/51 kB Progress (4): 527 kB | 53/148 kB | 33/106 kB | 7.7/51 kB Progress (4): 527 kB | 53/148 kB | 37/106 kB | 7.7/51 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (4): 527 kB | 53/148 kB | 41/106 kB | 7.7/51 kB Progress (4): 527 kB | 57/148 kB | 41/106 kB | 7.7/51 kB Progress (4): 527 kB | 57/148 kB | 41/106 kB | 12/51 kB Progress (4): 527 kB | 61/148 kB | 41/106 kB | 12/51 kB Progress (4): 527 kB | 61/148 kB | 45/106 kB | 12/51 kB Progress (4): 527 kB | 65/148 kB | 45/106 kB | 12/51 kB Progress (4): 527 kB | 65/148 kB | 45/106 kB | 16/51 kB Progress (4): 527 kB | 66/148 kB | 45/106 kB | 16/51 kB Progress (4): 527 kB | 66/148 kB | 45/106 kB | 20/51 kB Progress (4): 527 kB | 66/148 kB | 45/106 kB | 24/51 kB Progress (4): 527 kB | 66/148 kB | 49/106 kB | 24/51 kB Progress (4): 527 kB | 66/148 kB | 49/106 kB | 28/51 kB Progress (4): 527 kB | 70/148 kB | 49/106 kB | 28/51 kB Progress (4): 527 kB | 70/148 kB | 49/106 kB | 32/51 kB Progress (4): 527 kB | 70/148 kB | 53/106 kB | 32/51 kB Progress (4): 527 kB | 70/148 kB | 53/106 kB | 33/51 kB Progress (4): 527 kB | 74/148 kB | 53/106 kB | 33/51 kB Progress (4): 527 kB | 74/148 kB | 53/106 kB | 37/51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (3): 74/148 kB | 57/106 kB | 37/51 kB Progress (3): 74/148 kB | 61/106 kB | 37/51 kB Progress (3): 74/148 kB | 61/106 kB | 41/51 kB Progress (3): 78/148 kB | 61/106 kB | 41/51 kB Progress (4): 78/148 kB | 61/106 kB | 41/51 kB | 4.1/14 kB Progress (4): 78/148 kB | 65/106 kB | 41/51 kB | 4.1/14 kB Progress (4): 78/148 kB | 65/106 kB | 41/51 kB | 7.7/14 kB Progress (4): 78/148 kB | 65/106 kB | 45/51 kB | 7.7/14 kB Progress (4): 82/148 kB | 65/106 kB | 45/51 kB | 7.7/14 kB Progress (4): 82/148 kB | 65/106 kB | 49/51 kB | 7.7/14 kB Progress (4): 82/148 kB | 65/106 kB | 51 kB | 7.7/14 kB Progress (4): 82/148 kB | 65/106 kB | 51 kB | 12/14 kB Progress (4): 82/148 kB | 66/106 kB | 51 kB | 12/14 kB Progress (4): 82/148 kB | 66/106 kB | 51 kB | 14 kB Progress (4): 86/148 kB | 66/106 kB | 51 kB | 14 kB Progress (4): 90/148 kB | 66/106 kB | 51 kB | 14 kB Progress (4): 94/148 kB | 66/106 kB | 51 kB | 14 kB Progress (4): 98/148 kB | 66/106 kB | 51 kB | 14 kB Progress (4): 102/148 kB | 66/106 kB | 51 kB | 14 kB Progress (4): 106/148 kB | 66/106 kB | 51 kB | 14 kB Progress (4): 110/148 kB | 66/106 kB | 51 kB | 14 kB Progress (4): 110/148 kB | 70/106 kB | 51 kB | 14 kB Progress (4): 114/148 kB | 70/106 kB | 51 kB | 14 kB Progress (4): 114/148 kB | 74/106 kB | 51 kB | 14 kB Progress (4): 118/148 kB | 74/106 kB | 51 kB | 14 kB Progress (4): 118/148 kB | 78/106 kB | 51 kB | 14 kB Progress (4): 122/148 kB | 78/106 kB | 51 kB | 14 kB Progress (4): 122/148 kB | 82/106 kB | 51 kB | 14 kB Progress (4): 126/148 kB | 82/106 kB | 51 kB | 14 kB Progress (4): 126/148 kB | 86/106 kB | 51 kB | 14 kB Progress (4): 130/148 kB | 86/106 kB | 51 kB | 14 kB Progress (4): 130/148 kB | 90/106 kB | 51 kB | 14 kB Progress (4): 134/148 kB | 90/106 kB | 51 kB | 14 kB Progress (4): 134/148 kB | 94/106 kB | 51 kB | 14 kB Progress (4): 138/148 kB | 94/106 kB | 51 kB | 14 kB Progress (4): 138/148 kB | 98/106 kB | 51 kB | 14 kB Progress (4): 142/148 kB | 98/106 kB | 51 kB | 14 kB Progress (4): 142/148 kB | 102/106 kB | 51 kB | 14 kB Progress (4): 146/148 kB | 102/106 kB | 51 kB | 14 kB Progress (5): 146/148 kB | 102/106 kB | 51 kB | 14 kB | 4.1/74 kB Progress (5): 146/148 kB | 106/106 kB | 51 kB | 14 kB | 4.1/74 kB Progress (5): 146/148 kB | 106/106 kB | 51 kB | 14 kB | 7.7/74 kB Progress (5): 148 kB | 106/106 kB | 51 kB | 14 kB | 7.7/74 kB Progress (5): 148 kB | 106/106 kB | 51 kB | 14 kB | 12/74 kB Progress (5): 148 kB | 106 kB | 51 kB | 14 kB | 12/74 kB Progress (5): 148 kB | 106 kB | 51 kB | 14 kB | 16/74 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 144 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 38 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (3): 148 kB | 106 kB | 20/74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Progress (3): 148 kB | 106 kB | 24/74 kB Progress (3): 148 kB | 106 kB | 28/74 kB Progress (3): 148 kB | 106 kB | 32/74 kB Progress (3): 148 kB | 106 kB | 33/74 kB Progress (3): 148 kB | 106 kB | 37/74 kB Progress (3): 148 kB | 106 kB | 41/74 kB Progress (3): 148 kB | 106 kB | 45/74 kB Progress (3): 148 kB | 106 kB | 49/74 kB Progress (3): 148 kB | 106 kB | 53/74 kB Progress (3): 148 kB | 106 kB | 57/74 kB Progress (3): 148 kB | 106 kB | 61/74 kB Progress (3): 148 kB | 106 kB | 65/74 kB Progress (3): 148 kB | 106 kB | 66/74 kB Progress (3): 148 kB | 106 kB | 70/74 kB Progress (3): 148 kB | 106 kB | 74/74 kB Progress (3): 148 kB | 106 kB | 74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 407 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 290 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 (2): 74 kB | 4.1/202 kB Progress (2): 74 kB | 7.7/202 kB Progress (2): 74 kB | 12/202 kB Progress (3): 74 kB | 12/202 kB | 4.1/108 kB Progress (3): 74 kB | 12/202 kB | 7.7/108 kB Progress (3): 74 kB | 16/202 kB | 7.7/108 kB Progress (3): 74 kB | 16/202 kB | 12/108 kB Progress (3): 74 kB | 20/202 kB | 12/108 kB Progress (3): 74 kB | 20/202 kB | 16/108 kB Progress (3): 74 kB | 24/202 kB | 16/108 kB Progress (3): 74 kB | 24/202 kB | 20/108 kB Progress (3): 74 kB | 24/202 kB | 24/108 kB Progress (3): 74 kB | 28/202 kB | 24/108 kB Progress (3): 74 kB | 28/202 kB | 28/108 kB Progress (3): 74 kB | 28/202 kB | 32/108 kB Progress (3): 74 kB | 32/202 kB | 32/108 kB Progress (3): 74 kB | 32/202 kB | 33/108 kB Progress (3): 74 kB | 36/202 kB | 33/108 kB Progress (3): 74 kB | 36/202 kB | 37/108 kB Progress (3): 74 kB | 40/202 kB | 37/108 kB Progress (3): 74 kB | 40/202 kB | 41/108 kB Progress (3): 74 kB | 44/202 kB | 41/108 kB Progress (3): 74 kB | 48/202 kB | 41/108 kB Progress (3): 74 kB | 48/202 kB | 45/108 kB Progress (3): 74 kB | 52/202 kB | 45/108 kB Progress (3): 74 kB | 52/202 kB | 49/108 kB Progress (3): 74 kB | 56/202 kB | 49/108 kB Progress (3): 74 kB | 56/202 kB | 53/108 kB Progress (3): 74 kB | 60/202 kB | 53/108 kB Progress (3): 74 kB | 60/202 kB | 57/108 kB Progress (3): 74 kB | 64/202 kB | 57/108 kB Progress (3): 74 kB | 64/202 kB | 61/108 kB Progress (3): 74 kB | 68/202 kB | 61/108 kB Progress (3): 74 kB | 68/202 kB | 65/108 kB Progress (3): 74 kB | 72/202 kB | 65/108 kB Progress (3): 74 kB | 72/202 kB | 66/108 kB Progress (3): 74 kB | 76/202 kB | 66/108 kB Progress (3): 74 kB | 76/202 kB | 70/108 kB Progress (3): 74 kB | 80/202 kB | 70/108 kB Progress (3): 74 kB | 80/202 kB | 74/108 kB Progress (3): 74 kB | 84/202 kB | 74/108 kB Progress (3): 74 kB | 84/202 kB | 78/108 kB Progress (3): 74 kB | 88/202 kB | 78/108 kB Progress (3): 74 kB | 88/202 kB | 82/108 kB Progress (3): 74 kB | 92/202 kB | 82/108 kB Progress (3): 74 kB | 96/202 kB | 82/108 kB Progress (3): 74 kB | 96/202 kB | 86/108 kB Progress (3): 74 kB | 100/202 kB | 86/108 kB Progress (3): 74 kB | 100/202 kB | 90/108 kB Progress (3): 74 kB | 104/202 kB | 90/108 kB Progress (3): 74 kB | 104/202 kB | 94/108 kB Progress (3): 74 kB | 108/202 kB | 94/108 kB Progress (3): 74 kB | 108/202 kB | 98/108 kB Progress (3): 74 kB | 112/202 kB | 98/108 kB Progress (3): 74 kB | 112/202 kB | 102/108 kB Progress (3): 74 kB | 116/202 kB | 102/108 kB Progress (3): 74 kB | 116/202 kB | 106/108 kB Progress (3): 74 kB | 120/202 kB | 106/108 kB Progress (3): 74 kB | 120/202 kB | 108 kB Progress (3): 74 kB | 124/202 kB | 108 kB Progress (3): 74 kB | 128/202 kB | 108 kB Progress (3): 74 kB | 132/202 kB | 108 kB Progress (3): 74 kB | 136/202 kB | 108 kB Progress (4): 74 kB | 136/202 kB | 108 kB | 4.1/472 kB Progress (4): 74 kB | 140/202 kB | 108 kB | 4.1/472 kB Progress (4): 74 kB | 140/202 kB | 108 kB | 7.7/472 kB Progress (4): 74 kB | 144/202 kB | 108 kB | 7.7/472 kB Progress (4): 74 kB | 144/202 kB | 108 kB | 12/472 kB Progress (4): 74 kB | 148/202 kB | 108 kB | 12/472 kB Progress (4): 74 kB | 148/202 kB | 108 kB | 16/472 kB Progress (4): 74 kB | 152/202 kB | 108 kB | 16/472 kB Progress (4): 74 kB | 152/202 kB | 108 kB | 20/472 kB Progress (4): 74 kB | 156/202 kB | 108 kB | 20/472 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 167 kB/s) Progress (3): 156/202 kB | 108 kB | 24/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (3): 160/202 kB | 108 kB | 24/472 kB Progress (3): 160/202 kB | 108 kB | 28/472 kB Progress (3): 164/202 kB | 108 kB | 28/472 kB Progress (3): 164/202 kB | 108 kB | 32/472 kB Progress (3): 168/202 kB | 108 kB | 32/472 kB Progress (3): 168/202 kB | 108 kB | 33/472 kB Progress (3): 172/202 kB | 108 kB | 33/472 kB Progress (3): 176/202 kB | 108 kB | 33/472 kB Progress (3): 180/202 kB | 108 kB | 33/472 kB Progress (3): 184/202 kB | 108 kB | 33/472 kB Progress (3): 188/202 kB | 108 kB | 33/472 kB Progress (3): 192/202 kB | 108 kB | 33/472 kB Progress (3): 196/202 kB | 108 kB | 33/472 kB Progress (3): 200/202 kB | 108 kB | 33/472 kB Progress (3): 202 kB | 108 kB | 33/472 kB Progress (4): 202 kB | 108 kB | 33/472 kB | 4.1/61 kB Progress (4): 202 kB | 108 kB | 33/472 kB | 7.7/61 kB Progress (4): 202 kB | 108 kB | 33/472 kB | 12/61 kB Progress (4): 202 kB | 108 kB | 37/472 kB | 12/61 kB Progress (4): 202 kB | 108 kB | 37/472 kB | 16/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 239 kB/s) Progress (4): 202 kB | 37/472 kB | 16/61 kB | 4.1/153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (4): 202 kB | 37/472 kB | 20/61 kB | 4.1/153 kB Progress (4): 202 kB | 41/472 kB | 20/61 kB | 4.1/153 kB Progress (4): 202 kB | 41/472 kB | 24/61 kB | 4.1/153 kB Progress (4): 202 kB | 41/472 kB | 24/61 kB | 7.7/153 kB Progress (4): 202 kB | 45/472 kB | 24/61 kB | 7.7/153 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 443 kB/s) Progress (3): 49/472 kB | 24/61 kB | 7.7/153 kB Progress (3): 49/472 kB | 24/61 kB | 12/153 kB Progress (3): 49/472 kB | 28/61 kB | 12/153 kB Progress (3): 49/472 kB | 28/61 kB | 16/153 kB Progress (3): 53/472 kB | 28/61 kB | 16/153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (3): 57/472 kB | 28/61 kB | 16/153 kB Progress (3): 57/472 kB | 28/61 kB | 20/153 kB Progress (3): 57/472 kB | 32/61 kB | 20/153 kB Progress (4): 57/472 kB | 32/61 kB | 20/153 kB | 4.1/46 kB Progress (4): 57/472 kB | 32/61 kB | 24/153 kB | 4.1/46 kB Progress (4): 61/472 kB | 32/61 kB | 24/153 kB | 4.1/46 kB Progress (4): 61/472 kB | 32/61 kB | 24/153 kB | 7.7/46 kB Progress (4): 61/472 kB | 36/61 kB | 24/153 kB | 7.7/46 kB Progress (4): 61/472 kB | 36/61 kB | 24/153 kB | 12/46 kB Progress (4): 65/472 kB | 36/61 kB | 24/153 kB | 12/46 kB Progress (4): 65/472 kB | 36/61 kB | 28/153 kB | 12/46 kB Progress (4): 66/472 kB | 36/61 kB | 28/153 kB | 12/46 kB Progress (4): 66/472 kB | 36/61 kB | 28/153 kB | 16/46 kB Progress (4): 66/472 kB | 40/61 kB | 28/153 kB | 16/46 kB Progress (4): 66/472 kB | 40/61 kB | 28/153 kB | 20/46 kB Progress (4): 70/472 kB | 40/61 kB | 28/153 kB | 20/46 kB Progress (4): 74/472 kB | 40/61 kB | 28/153 kB | 20/46 kB Progress (4): 74/472 kB | 40/61 kB | 32/153 kB | 20/46 kB Progress (4): 78/472 kB | 40/61 kB | 32/153 kB | 20/46 kB Progress (4): 82/472 kB | 40/61 kB | 32/153 kB | 20/46 kB Progress (4): 86/472 kB | 40/61 kB | 32/153 kB | 20/46 kB Progress (4): 90/472 kB | 40/61 kB | 32/153 kB | 20/46 kB Progress (4): 90/472 kB | 40/61 kB | 32/153 kB | 24/46 kB Progress (4): 90/472 kB | 44/61 kB | 32/153 kB | 24/46 kB Progress (4): 90/472 kB | 44/61 kB | 32/153 kB | 28/46 kB Progress (4): 94/472 kB | 44/61 kB | 32/153 kB | 28/46 kB Progress (4): 94/472 kB | 44/61 kB | 33/153 kB | 28/46 kB Progress (4): 98/472 kB | 44/61 kB | 33/153 kB | 28/46 kB Progress (4): 98/472 kB | 44/61 kB | 33/153 kB | 32/46 kB Progress (4): 98/472 kB | 48/61 kB | 33/153 kB | 32/46 kB Progress (4): 102/472 kB | 48/61 kB | 33/153 kB | 32/46 kB Progress (4): 102/472 kB | 48/61 kB | 33/153 kB | 33/46 kB Progress (4): 102/472 kB | 48/61 kB | 37/153 kB | 33/46 kB Progress (4): 102/472 kB | 48/61 kB | 37/153 kB | 37/46 kB Progress (4): 106/472 kB | 48/61 kB | 37/153 kB | 37/46 kB Progress (4): 106/472 kB | 52/61 kB | 37/153 kB | 37/46 kB Progress (4): 110/472 kB | 52/61 kB | 37/153 kB | 37/46 kB Progress (4): 114/472 kB | 52/61 kB | 37/153 kB | 37/46 kB Progress (4): 114/472 kB | 52/61 kB | 37/153 kB | 41/46 kB Progress (4): 114/472 kB | 52/61 kB | 41/153 kB | 41/46 kB Progress (4): 114/472 kB | 52/61 kB | 41/153 kB | 45/46 kB Progress (4): 118/472 kB | 52/61 kB | 41/153 kB | 45/46 kB Progress (4): 118/472 kB | 56/61 kB | 41/153 kB | 45/46 kB Progress (4): 122/472 kB | 56/61 kB | 41/153 kB | 45/46 kB Progress (4): 122/472 kB | 60/61 kB | 41/153 kB | 45/46 kB Progress (4): 122/472 kB | 60/61 kB | 41/153 kB | 46 kB Progress (4): 122/472 kB | 60/61 kB | 45/153 kB | 46 kB Progress (5): 122/472 kB | 60/61 kB | 45/153 kB | 46 kB | 4.1/29 kB Progress (5): 122/472 kB | 61 kB | 45/153 kB | 46 kB | 4.1/29 kB Progress (5): 126/472 kB | 61 kB | 45/153 kB | 46 kB | 4.1/29 kB Progress (5): 126/472 kB | 61 kB | 45/153 kB | 46 kB | 7.7/29 kB Progress (5): 126/472 kB | 61 kB | 49/153 kB | 46 kB | 7.7/29 kB Progress (5): 126/472 kB | 61 kB | 49/153 kB | 46 kB | 12/29 kB Progress (5): 130/472 kB | 61 kB | 49/153 kB | 46 kB | 12/29 kB Progress (5): 130/472 kB | 61 kB | 49/153 kB | 46 kB | 16/29 kB Progress (5): 130/472 kB | 61 kB | 53/153 kB | 46 kB | 16/29 kB Progress (5): 130/472 kB | 61 kB | 53/153 kB | 46 kB | 20/29 kB Progress (5): 134/472 kB | 61 kB | 53/153 kB | 46 kB | 20/29 kB Progress (5): 134/472 kB | 61 kB | 53/153 kB | 46 kB | 24/29 kB Progress (5): 134/472 kB | 61 kB | 57/153 kB | 46 kB | 24/29 kB Progress (5): 134/472 kB | 61 kB | 57/153 kB | 46 kB | 28/29 kB Progress (5): 134/472 kB | 61 kB | 61/153 kB | 46 kB | 28/29 kB Progress (5): 138/472 kB | 61 kB | 61/153 kB | 46 kB | 28/29 kB Progress (5): 138/472 kB | 61 kB | 65/153 kB | 46 kB | 28/29 kB Progress (5): 138/472 kB | 61 kB | 65/153 kB | 46 kB | 29 kB Progress (5): 138/472 kB | 61 kB | 66/153 kB | 46 kB | 29 kB Progress (5): 142/472 kB | 61 kB | 66/153 kB | 46 kB | 29 kB Progress (5): 142/472 kB | 61 kB | 70/153 kB | 46 kB | 29 kB Progress (5): 146/472 kB | 61 kB | 70/153 kB | 46 kB | 29 kB Progress (5): 146/472 kB | 61 kB | 74/153 kB | 46 kB | 29 kB Progress (5): 150/472 kB | 61 kB | 74/153 kB | 46 kB | 29 kB Progress (5): 150/472 kB | 61 kB | 78/153 kB | 46 kB | 29 kB Progress (5): 154/472 kB | 61 kB | 78/153 kB | 46 kB | 29 kB Progress (5): 154/472 kB | 61 kB | 82/153 kB | 46 kB | 29 kB Progress (5): 158/472 kB | 61 kB | 82/153 kB | 46 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 84 kB/s) Progress (4): 158/472 kB | 61 kB | 86/153 kB | 29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar 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 111 kB/s) Progress (3): 162/472 kB | 86/153 kB | 29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Progress (3): 162/472 kB | 90/153 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 52 kB/s) Progress (2): 166/472 kB | 90/153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Progress (2): 166/472 kB | 94/153 kB Progress (2): 170/472 kB | 94/153 kB Progress (2): 170/472 kB | 98/153 kB Progress (2): 174/472 kB | 98/153 kB Progress (2): 174/472 kB | 102/153 kB Progress (2): 178/472 kB | 102/153 kB Progress (2): 178/472 kB | 106/153 kB Progress (2): 182/472 kB | 106/153 kB Progress (2): 182/472 kB | 110/153 kB Progress (2): 186/472 kB | 110/153 kB Progress (2): 186/472 kB | 114/153 kB Progress (2): 190/472 kB | 114/153 kB Progress (2): 190/472 kB | 118/153 kB Progress (2): 194/472 kB | 118/153 kB Progress (2): 194/472 kB | 122/153 kB Progress (2): 198/472 kB | 122/153 kB Progress (2): 198/472 kB | 126/153 kB Progress (2): 202/472 kB | 126/153 kB Progress (2): 202/472 kB | 130/153 kB Progress (2): 206/472 kB | 130/153 kB Progress (2): 206/472 kB | 134/153 kB Progress (2): 210/472 kB | 134/153 kB Progress (2): 210/472 kB | 138/153 kB Progress (2): 214/472 kB | 138/153 kB Progress (2): 214/472 kB | 142/153 kB Progress (2): 218/472 kB | 142/153 kB Progress (2): 218/472 kB | 146/153 kB Progress (2): 222/472 kB | 146/153 kB Progress (2): 222/472 kB | 150/153 kB Progress (2): 226/472 kB | 150/153 kB Progress (2): 226/472 kB | 153 kB Progress (2): 230/472 kB | 153 kB Progress (2): 234/472 kB | 153 kB Progress (2): 238/472 kB | 153 kB Progress (2): 242/472 kB | 153 kB Progress (2): 246/472 kB | 153 kB Progress (2): 250/472 kB | 153 kB Progress (3): 250/472 kB | 153 kB | 4.1/247 kB Progress (3): 254/472 kB | 153 kB | 4.1/247 kB Progress (3): 254/472 kB | 153 kB | 7.7/247 kB Progress (4): 254/472 kB | 153 kB | 7.7/247 kB | 4.1/49 kB Progress (4): 258/472 kB | 153 kB | 7.7/247 kB | 4.1/49 kB Progress (4): 258/472 kB | 153 kB | 7.7/247 kB | 7.7/49 kB Progress (4): 258/472 kB | 153 kB | 12/247 kB | 7.7/49 kB Progress (4): 262/472 kB | 153 kB | 12/247 kB | 7.7/49 kB Progress (4): 262/472 kB | 153 kB | 16/247 kB | 7.7/49 kB Progress (4): 262/472 kB | 153 kB | 16/247 kB | 12/49 kB Progress (4): 262/472 kB | 153 kB | 16/247 kB | 16/49 kB Progress (4): 266/472 kB | 153 kB | 16/247 kB | 16/49 kB Progress (4): 266/472 kB | 153 kB | 16/247 kB | 20/49 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 245 kB/s) Progress (4): 266/472 kB | 16/247 kB | 20/49 kB | 4.1/13 kB Progress (4): 266/472 kB | 20/247 kB | 20/49 kB | 4.1/13 kB Progress (4): 266/472 kB | 20/247 kB | 20/49 kB | 7.7/13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Progress (4): 266/472 kB | 20/247 kB | 24/49 kB | 7.7/13 kB Progress (4): 270/472 kB | 20/247 kB | 24/49 kB | 7.7/13 kB Progress (4): 270/472 kB | 20/247 kB | 28/49 kB | 7.7/13 kB Progress (4): 270/472 kB | 20/247 kB | 28/49 kB | 12/13 kB Progress (4): 270/472 kB | 24/247 kB | 28/49 kB | 12/13 kB Progress (4): 270/472 kB | 24/247 kB | 28/49 kB | 13 kB Progress (4): 270/472 kB | 28/247 kB | 28/49 kB | 13 kB Progress (4): 270/472 kB | 28/247 kB | 32/49 kB | 13 kB Progress (4): 274/472 kB | 28/247 kB | 32/49 kB | 13 kB Progress (4): 274/472 kB | 28/247 kB | 36/49 kB | 13 kB Progress (4): 278/472 kB | 28/247 kB | 36/49 kB | 13 kB Progress (4): 278/472 kB | 32/247 kB | 36/49 kB | 13 kB Progress (4): 282/472 kB | 32/247 kB | 36/49 kB | 13 kB Progress (4): 282/472 kB | 32/247 kB | 40/49 kB | 13 kB Progress (4): 286/472 kB | 32/247 kB | 40/49 kB | 13 kB Progress (4): 286/472 kB | 33/247 kB | 40/49 kB | 13 kB Progress (4): 290/472 kB | 33/247 kB | 40/49 kB | 13 kB Progress (4): 290/472 kB | 33/247 kB | 44/49 kB | 13 kB Progress (4): 290/472 kB | 37/247 kB | 44/49 kB | 13 kB Progress (4): 290/472 kB | 37/247 kB | 48/49 kB | 13 kB Progress (4): 294/472 kB | 37/247 kB | 48/49 kB | 13 kB Progress (4): 294/472 kB | 37/247 kB | 49 kB | 13 kB Progress (4): 294/472 kB | 41/247 kB | 49 kB | 13 kB Progress (4): 298/472 kB | 41/247 kB | 49 kB | 13 kB Progress (4): 298/472 kB | 45/247 kB | 49 kB | 13 kB Progress (4): 302/472 kB | 45/247 kB | 49 kB | 13 kB Progress (4): 302/472 kB | 49/247 kB | 49 kB | 13 kB Progress (4): 306/472 kB | 49/247 kB | 49 kB | 13 kB Progress (4): 306/472 kB | 53/247 kB | 49 kB | 13 kB Progress (4): 306/472 kB | 57/247 kB | 49 kB | 13 kB Progress (4): 310/472 kB | 57/247 kB | 49 kB | 13 kB Progress (4): 310/472 kB | 61/247 kB | 49 kB | 13 kB Progress (4): 314/472 kB | 61/247 kB | 49 kB | 13 kB Progress (4): 314/472 kB | 65/247 kB | 49 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 21 kB/s) Progress (3): 318/472 kB | 65/247 kB | 49 kB Progress (3): 318/472 kB | 66/247 kB | 49 kB Progress (3): 322/472 kB | 66/247 kB | 49 kB Progress (3): 322/472 kB | 70/247 kB | 49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Progress (3): 326/472 kB | 70/247 kB | 49 kB Progress (3): 326/472 kB | 74/247 kB | 49 kB Progress (4): 326/472 kB | 74/247 kB | 49 kB | 4.1/187 kB Progress (4): 326/472 kB | 78/247 kB | 49 kB | 4.1/187 kB Progress (4): 330/472 kB | 78/247 kB | 49 kB | 4.1/187 kB Progress (4): 330/472 kB | 82/247 kB | 49 kB | 4.1/187 kB Progress (4): 334/472 kB | 82/247 kB | 49 kB | 4.1/187 kB Progress (4): 334/472 kB | 82/247 kB | 49 kB | 7.7/187 kB Progress (4): 338/472 kB | 82/247 kB | 49 kB | 7.7/187 kB Progress (4): 338/472 kB | 82/247 kB | 49 kB | 12/187 kB Progress (4): 338/472 kB | 86/247 kB | 49 kB | 12/187 kB Progress (4): 338/472 kB | 86/247 kB | 49 kB | 16/187 kB Progress (4): 342/472 kB | 86/247 kB | 49 kB | 16/187 kB Progress (4): 342/472 kB | 90/247 kB | 49 kB | 16/187 kB Progress (4): 346/472 kB | 90/247 kB | 49 kB | 16/187 kB Progress (4): 346/472 kB | 94/247 kB | 49 kB | 16/187 kB Progress (4): 346/472 kB | 94/247 kB | 49 kB | 20/187 kB Progress (4): 346/472 kB | 98/247 kB | 49 kB | 20/187 kB Progress (4): 350/472 kB | 98/247 kB | 49 kB | 20/187 kB Progress (4): 350/472 kB | 102/247 kB | 49 kB | 20/187 kB Progress (4): 350/472 kB | 102/247 kB | 49 kB | 24/187 kB Progress (4): 350/472 kB | 106/247 kB | 49 kB | 24/187 kB Progress (4): 354/472 kB | 106/247 kB | 49 kB | 24/187 kB Progress (4): 354/472 kB | 110/247 kB | 49 kB | 24/187 kB Progress (4): 358/472 kB | 110/247 kB | 49 kB | 24/187 kB Progress (4): 358/472 kB | 110/247 kB | 49 kB | 28/187 kB Progress (4): 362/472 kB | 110/247 kB | 49 kB | 28/187 kB Progress (4): 362/472 kB | 114/247 kB | 49 kB | 28/187 kB Progress (4): 366/472 kB | 114/247 kB | 49 kB | 28/187 kB Progress (4): 366/472 kB | 118/247 kB | 49 kB | 28/187 kB Progress (4): 366/472 kB | 118/247 kB | 49 kB | 32/187 kB Progress (4): 366/472 kB | 122/247 kB | 49 kB | 32/187 kB Progress (4): 370/472 kB | 122/247 kB | 49 kB | 32/187 kB Progress (4): 370/472 kB | 122/247 kB | 49 kB | 33/187 kB Progress (4): 374/472 kB | 122/247 kB | 49 kB | 33/187 kB Progress (4): 374/472 kB | 126/247 kB | 49 kB | 33/187 kB Progress (4): 378/472 kB | 126/247 kB | 49 kB | 33/187 kB Progress (4): 378/472 kB | 126/247 kB | 49 kB | 37/187 kB Progress (4): 378/472 kB | 130/247 kB | 49 kB | 37/187 kB Progress (4): 378/472 kB | 130/247 kB | 49 kB | 41/187 kB Progress (4): 382/472 kB | 130/247 kB | 49 kB | 41/187 kB Progress (4): 382/472 kB | 130/247 kB | 49 kB | 45/187 kB Progress (4): 382/472 kB | 134/247 kB | 49 kB | 45/187 kB Progress (4): 382/472 kB | 134/247 kB | 49 kB | 49/187 kB Progress (5): 382/472 kB | 134/247 kB | 49 kB | 49/187 kB | 4.1/86 kB Progress (5): 386/472 kB | 134/247 kB | 49 kB | 49/187 kB | 4.1/86 kB Progress (5): 386/472 kB | 134/247 kB | 49 kB | 49/187 kB | 7.7/86 kB Progress (5): 386/472 kB | 134/247 kB | 49 kB | 53/187 kB | 7.7/86 kB Progress (5): 386/472 kB | 134/247 kB | 49 kB | 53/187 kB | 12/86 kB Progress (5): 386/472 kB | 138/247 kB | 49 kB | 53/187 kB | 12/86 kB Progress (5): 386/472 kB | 138/247 kB | 49 kB | 53/187 kB | 16/86 kB Progress (5): 386/472 kB | 138/247 kB | 49 kB | 57/187 kB | 16/86 kB Progress (5): 390/472 kB | 138/247 kB | 49 kB | 57/187 kB | 16/86 kB Progress (5): 390/472 kB | 138/247 kB | 49 kB | 61/187 kB | 16/86 kB Progress (5): 390/472 kB | 138/247 kB | 49 kB | 61/187 kB | 20/86 kB Progress (5): 390/472 kB | 142/247 kB | 49 kB | 61/187 kB | 20/86 kB Progress (5): 390/472 kB | 142/247 kB | 49 kB | 61/187 kB | 24/86 kB Progress (5): 390/472 kB | 142/247 kB | 49 kB | 65/187 kB | 24/86 kB Progress (5): 394/472 kB | 142/247 kB | 49 kB | 65/187 kB | 24/86 kB Progress (5): 394/472 kB | 142/247 kB | 49 kB | 66/187 kB | 24/86 kB Progress (5): 394/472 kB | 142/247 kB | 49 kB | 66/187 kB | 28/86 kB Progress (5): 394/472 kB | 146/247 kB | 49 kB | 66/187 kB | 28/86 kB Progress (5): 394/472 kB | 146/247 kB | 49 kB | 66/187 kB | 32/86 kB Progress (5): 394/472 kB | 146/247 kB | 49 kB | 70/187 kB | 32/86 kB Progress (5): 398/472 kB | 146/247 kB | 49 kB | 70/187 kB | 32/86 kB Progress (5): 398/472 kB | 146/247 kB | 49 kB | 74/187 kB | 32/86 kB Progress (5): 398/472 kB | 146/247 kB | 49 kB | 74/187 kB | 33/86 kB Progress (5): 398/472 kB | 150/247 kB | 49 kB | 74/187 kB | 33/86 kB Progress (5): 398/472 kB | 150/247 kB | 49 kB | 74/187 kB | 37/86 kB Progress (5): 398/472 kB | 150/247 kB | 49 kB | 78/187 kB | 37/86 kB Progress (5): 402/472 kB | 150/247 kB | 49 kB | 78/187 kB | 37/86 kB Progress (5): 402/472 kB | 150/247 kB | 49 kB | 82/187 kB | 37/86 kB Progress (5): 402/472 kB | 150/247 kB | 49 kB | 82/187 kB | 41/86 kB Progress (5): 402/472 kB | 154/247 kB | 49 kB | 82/187 kB | 41/86 kB Progress (5): 402/472 kB | 154/247 kB | 49 kB | 82/187 kB | 45/86 kB Progress (5): 402/472 kB | 154/247 kB | 49 kB | 86/187 kB | 45/86 kB Progress (5): 406/472 kB | 154/247 kB | 49 kB | 86/187 kB | 45/86 kB Progress (5): 406/472 kB | 154/247 kB | 49 kB | 90/187 kB | 45/86 kB Progress (5): 406/472 kB | 154/247 kB | 49 kB | 90/187 kB | 49/86 kB Progress (5): 406/472 kB | 158/247 kB | 49 kB | 90/187 kB | 49/86 kB Progress (5): 406/472 kB | 158/247 kB | 49 kB | 90/187 kB | 53/86 kB Progress (5): 406/472 kB | 158/247 kB | 49 kB | 90/187 kB | 57/86 kB Progress (5): 406/472 kB | 158/247 kB | 49 kB | 90/187 kB | 61/86 kB Progress (5): 406/472 kB | 158/247 kB | 49 kB | 90/187 kB | 65/86 kB Progress (5): 406/472 kB | 158/247 kB | 49 kB | 94/187 kB | 65/86 kB Progress (5): 410/472 kB | 158/247 kB | 49 kB | 94/187 kB | 65/86 kB Progress (5): 410/472 kB | 158/247 kB | 49 kB | 98/187 kB | 65/86 kB Progress (5): 410/472 kB | 158/247 kB | 49 kB | 98/187 kB | 69/86 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 67 kB/s) Progress (4): 410/472 kB | 162/247 kB | 98/187 kB | 69/86 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (4): 410/472 kB | 162/247 kB | 98/187 kB | 73/86 kB Progress (4): 410/472 kB | 162/247 kB | 98/187 kB | 73/86 kB Progress (4): 414/472 kB | 162/247 kB | 98/187 kB | 73/86 kB Progress (4): 414/472 kB | 162/247 kB | 102/187 kB | 73/86 kB Progress (4): 414/472 kB | 162/247 kB | 102/187 kB | 77/86 kB Progress (4): 414/472 kB | 166/247 kB | 102/187 kB | 77/86 kB Progress (4): 414/472 kB | 166/247 kB | 102/187 kB | 81/86 kB Progress (4): 414/472 kB | 166/247 kB | 106/187 kB | 81/86 kB Progress (4): 418/472 kB | 166/247 kB | 106/187 kB | 81/86 kB Progress (4): 418/472 kB | 166/247 kB | 110/187 kB | 81/86 kB Progress (4): 418/472 kB | 166/247 kB | 110/187 kB | 85/86 kB Progress (4): 418/472 kB | 170/247 kB | 110/187 kB | 85/86 kB Progress (4): 418/472 kB | 170/247 kB | 110/187 kB | 86 kB Progress (4): 422/472 kB | 170/247 kB | 110/187 kB | 86 kB Progress (4): 422/472 kB | 170/247 kB | 114/187 kB | 86 kB Progress (4): 426/472 kB | 170/247 kB | 114/187 kB | 86 kB Progress (4): 426/472 kB | 174/247 kB | 114/187 kB | 86 kB Progress (4): 426/472 kB | 174/247 kB | 118/187 kB | 86 kB Progress (4): 430/472 kB | 174/247 kB | 118/187 kB | 86 kB Progress (4): 430/472 kB | 178/247 kB | 118/187 kB | 86 kB Progress (4): 434/472 kB | 178/247 kB | 118/187 kB | 86 kB Progress (4): 434/472 kB | 178/247 kB | 122/187 kB | 86 kB Progress (4): 434/472 kB | 182/247 kB | 122/187 kB | 86 kB Progress (5): 434/472 kB | 182/247 kB | 122/187 kB | 86 kB | 4.1/209 kB Progress (5): 434/472 kB | 186/247 kB | 122/187 kB | 86 kB | 4.1/209 kB Progress (5): 434/472 kB | 186/247 kB | 126/187 kB | 86 kB | 4.1/209 kB Progress (5): 438/472 kB | 186/247 kB | 126/187 kB | 86 kB | 4.1/209 kB Progress (5): 438/472 kB | 186/247 kB | 130/187 kB | 86 kB | 4.1/209 kB Progress (5): 438/472 kB | 190/247 kB | 130/187 kB | 86 kB | 4.1/209 kB Progress (5): 438/472 kB | 190/247 kB | 130/187 kB | 86 kB | 7.7/209 kB Progress (5): 438/472 kB | 194/247 kB | 130/187 kB | 86 kB | 7.7/209 kB Progress (5): 438/472 kB | 194/247 kB | 131/187 kB | 86 kB | 7.7/209 kB Progress (5): 438/472 kB | 198/247 kB | 131/187 kB | 86 kB | 7.7/209 kB Progress (5): 442/472 kB | 198/247 kB | 131/187 kB | 86 kB | 7.7/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 116 kB/s) Progress (4): 442/472 kB | 202/247 kB | 131/187 kB | 7.7/209 kB Progress (4): 442/472 kB | 202/247 kB | 135/187 kB | 7.7/209 kB Progress (4): 442/472 kB | 202/247 kB | 135/187 kB | 12/209 kB Progress (4): 442/472 kB | 202/247 kB | 139/187 kB | 12/209 kB Progress (4): 442/472 kB | 206/247 kB | 139/187 kB | 12/209 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Progress (4): 446/472 kB | 206/247 kB | 139/187 kB | 12/209 kB Progress (4): 446/472 kB | 210/247 kB | 139/187 kB | 12/209 kB Progress (4): 446/472 kB | 210/247 kB | 143/187 kB | 12/209 kB Progress (4): 446/472 kB | 210/247 kB | 143/187 kB | 16/209 kB Progress (4): 446/472 kB | 210/247 kB | 147/187 kB | 16/209 kB Progress (4): 446/472 kB | 214/247 kB | 147/187 kB | 16/209 kB Progress (4): 450/472 kB | 214/247 kB | 147/187 kB | 16/209 kB Progress (4): 450/472 kB | 218/247 kB | 147/187 kB | 16/209 kB Progress (4): 450/472 kB | 218/247 kB | 151/187 kB | 16/209 kB Progress (4): 450/472 kB | 218/247 kB | 151/187 kB | 20/209 kB Progress (4): 450/472 kB | 218/247 kB | 155/187 kB | 20/209 kB Progress (4): 450/472 kB | 222/247 kB | 155/187 kB | 20/209 kB Progress (4): 454/472 kB | 222/247 kB | 155/187 kB | 20/209 kB Progress (4): 454/472 kB | 226/247 kB | 155/187 kB | 20/209 kB Progress (4): 454/472 kB | 226/247 kB | 159/187 kB | 20/209 kB Progress (4): 454/472 kB | 226/247 kB | 159/187 kB | 24/209 kB Progress (4): 454/472 kB | 226/247 kB | 163/187 kB | 24/209 kB Progress (4): 454/472 kB | 230/247 kB | 163/187 kB | 24/209 kB Progress (4): 458/472 kB | 230/247 kB | 163/187 kB | 24/209 kB Progress (4): 458/472 kB | 234/247 kB | 163/187 kB | 24/209 kB Progress (4): 458/472 kB | 234/247 kB | 167/187 kB | 24/209 kB Progress (4): 458/472 kB | 234/247 kB | 167/187 kB | 28/209 kB Progress (4): 458/472 kB | 234/247 kB | 171/187 kB | 28/209 kB Progress (4): 458/472 kB | 238/247 kB | 171/187 kB | 28/209 kB Progress (4): 458/472 kB | 238/247 kB | 175/187 kB | 28/209 kB Progress (4): 462/472 kB | 238/247 kB | 175/187 kB | 28/209 kB Progress (4): 462/472 kB | 238/247 kB | 179/187 kB | 28/209 kB Progress (4): 462/472 kB | 242/247 kB | 179/187 kB | 28/209 kB Progress (4): 462/472 kB | 242/247 kB | 179/187 kB | 32/209 kB Progress (4): 462/472 kB | 246/247 kB | 179/187 kB | 32/209 kB Progress (4): 462/472 kB | 246/247 kB | 183/187 kB | 32/209 kB Progress (4): 466/472 kB | 246/247 kB | 183/187 kB | 32/209 kB Progress (4): 466/472 kB | 246/247 kB | 187 kB | 32/209 kB Progress (4): 466/472 kB | 247 kB | 187 kB | 32/209 kB Progress (4): 466/472 kB | 247 kB | 187 kB | 33/209 kB Progress (4): 466/472 kB | 247 kB | 187 kB | 37/209 kB Progress (4): 466/472 kB | 247 kB | 187 kB | 41/209 kB Progress (4): 466/472 kB | 247 kB | 187 kB | 45/209 kB Progress (4): 466/472 kB | 247 kB | 187 kB | 49/209 kB Progress (4): 466/472 kB | 247 kB | 187 kB | 53/209 kB Progress (4): 466/472 kB | 247 kB | 187 kB | 57/209 kB Progress (4): 466/472 kB | 247 kB | 187 kB | 61/209 kB Progress (4): 466/472 kB | 247 kB | 187 kB | 65/209 kB Progress (4): 466/472 kB | 247 kB | 187 kB | 66/209 kB Progress (4): 470/472 kB | 247 kB | 187 kB | 66/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 66/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 70/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 74/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 78/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 82/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 86/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 90/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 94/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 98/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 98/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 102/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 106/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 110/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 114/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 118/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 122/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 126/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 130/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 134/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 138/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 142/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 146/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 150/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 154/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 158/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 162/209 kB Progress (4): 472 kB | 247 kB | 187 kB | 166/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 244 kB/s) Progress (3): 472 kB | 247 kB | 170/209 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar Progress (4): 472 kB | 247 kB | 170/209 kB | 4.1/532 kB Progress (4): 472 kB | 247 kB | 174/209 kB | 4.1/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 299 kB/s) Progress (3): 472 kB | 178/209 kB | 4.1/532 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 571 kB/s) Progress (2): 178/209 kB | 7.7/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar Progress (2): 182/209 kB | 7.7/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (2): 186/209 kB | 7.7/532 kB Progress (2): 186/209 kB | 12/532 kB Progress (2): 190/209 kB | 12/532 kB Progress (2): 190/209 kB | 16/532 kB Progress (2): 194/209 kB | 16/532 kB Progress (2): 194/209 kB | 20/532 kB Progress (2): 194/209 kB | 24/532 kB Progress (2): 198/209 kB | 24/532 kB Progress (2): 202/209 kB | 24/532 kB Progress (2): 202/209 kB | 28/532 kB Progress (2): 202/209 kB | 32/532 kB Progress (2): 206/209 kB | 32/532 kB Progress (2): 206/209 kB | 33/532 kB Progress (2): 209 kB | 33/532 kB Progress (2): 209 kB | 37/532 kB Progress (2): 209 kB | 41/532 kB Progress (2): 209 kB | 45/532 kB Progress (2): 209 kB | 49/532 kB Progress (2): 209 kB | 53/532 kB Progress (2): 209 kB | 57/532 kB Progress (2): 209 kB | 61/532 kB Progress (2): 209 kB | 65/532 kB Progress (2): 209 kB | 66/532 kB Progress (2): 209 kB | 70/532 kB Progress (2): 209 kB | 74/532 kB Progress (2): 209 kB | 78/532 kB Progress (2): 209 kB | 82/532 kB Progress (2): 209 kB | 86/532 kB Progress (2): 209 kB | 90/532 kB Progress (2): 209 kB | 94/532 kB Progress (2): 209 kB | 98/532 kB Progress (2): 209 kB | 102/532 kB Progress (2): 209 kB | 106/532 kB Progress (2): 209 kB | 110/532 kB Progress (2): 209 kB | 114/532 kB Progress (2): 209 kB | 118/532 kB Progress (2): 209 kB | 122/532 kB Progress (2): 209 kB | 126/532 kB Progress (2): 209 kB | 130/532 kB Progress (2): 209 kB | 134/532 kB Progress (2): 209 kB | 138/532 kB Progress (2): 209 kB | 142/532 kB Progress (2): 209 kB | 146/532 kB Progress (2): 209 kB | 150/532 kB Progress (2): 209 kB | 154/532 kB Progress (2): 209 kB | 158/532 kB Progress (2): 209 kB | 162/532 kB Progress (2): 209 kB | 166/532 kB Progress (2): 209 kB | 170/532 kB Progress (2): 209 kB | 174/532 kB Progress (2): 209 kB | 178/532 kB Progress (2): 209 kB | 182/532 kB Progress (2): 209 kB | 186/532 kB Progress (2): 209 kB | 190/532 kB Progress (2): 209 kB | 194/532 kB Progress (2): 209 kB | 198/532 kB Progress (2): 209 kB | 202/532 kB Progress (2): 209 kB | 206/532 kB Progress (2): 209 kB | 210/532 kB Progress (2): 209 kB | 214/532 kB Progress (2): 209 kB | 218/532 kB Progress (2): 209 kB | 222/532 kB Progress (2): 209 kB | 226/532 kB Progress (2): 209 kB | 230/532 kB Progress (2): 209 kB | 234/532 kB Progress (2): 209 kB | 238/532 kB Progress (2): 209 kB | 242/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 247 kB/s) Progress (1): 246/532 kB Progress (2): 246/532 kB | 4.1/56 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Progress (2): 246/532 kB | 7.7/56 kB Progress (2): 250/532 kB | 7.7/56 kB Progress (2): 250/532 kB | 12/56 kB Progress (2): 254/532 kB | 12/56 kB Progress (2): 254/532 kB | 16/56 kB Progress (2): 258/532 kB | 16/56 kB Progress (2): 258/532 kB | 20/56 kB Progress (2): 262/532 kB | 20/56 kB Progress (2): 262/532 kB | 24/56 kB Progress (2): 266/532 kB | 24/56 kB Progress (2): 266/532 kB | 28/56 kB Progress (2): 270/532 kB | 28/56 kB Progress (2): 270/532 kB | 32/56 kB Progress (2): 274/532 kB | 32/56 kB Progress (2): 274/532 kB | 36/56 kB Progress (2): 278/532 kB | 36/56 kB Progress (2): 278/532 kB | 40/56 kB Progress (2): 282/532 kB | 40/56 kB Progress (2): 282/532 kB | 44/56 kB Progress (2): 286/532 kB | 44/56 kB Progress (2): 286/532 kB | 48/56 kB Progress (2): 290/532 kB | 48/56 kB Progress (2): 290/532 kB | 52/56 kB Progress (2): 294/532 kB | 52/56 kB Progress (2): 294/532 kB | 56/56 kB Progress (2): 298/532 kB | 56/56 kB Progress (2): 298/532 kB | 56 kB Progress (3): 298/532 kB | 56 kB | 4.1/100 kB Progress (3): 302/532 kB | 56 kB | 4.1/100 kB Progress (3): 302/532 kB | 56 kB | 7.7/100 kB Progress (3): 306/532 kB | 56 kB | 7.7/100 kB Progress (3): 306/532 kB | 56 kB | 12/100 kB Progress (3): 310/532 kB | 56 kB | 12/100 kB Progress (3): 310/532 kB | 56 kB | 16/100 kB Progress (3): 314/532 kB | 56 kB | 16/100 kB Progress (4): 314/532 kB | 56 kB | 16/100 kB | 4.1/58 kB Progress (4): 318/532 kB | 56 kB | 16/100 kB | 4.1/58 kB Progress (4): 318/532 kB | 56 kB | 20/100 kB | 4.1/58 kB Progress (4): 322/532 kB | 56 kB | 20/100 kB | 4.1/58 kB Progress (4): 322/532 kB | 56 kB | 20/100 kB | 7.7/58 kB Progress (4): 322/532 kB | 56 kB | 24/100 kB | 7.7/58 kB Progress (4): 326/532 kB | 56 kB | 24/100 kB | 7.7/58 kB Progress (4): 326/532 kB | 56 kB | 24/100 kB | 12/58 kB Progress (4): 330/532 kB | 56 kB | 24/100 kB | 12/58 kB Progress (4): 330/532 kB | 56 kB | 28/100 kB | 12/58 kB Progress (4): 330/532 kB | 56 kB | 28/100 kB | 16/58 kB Progress (4): 330/532 kB | 56 kB | 32/100 kB | 16/58 kB Progress (4): 334/532 kB | 56 kB | 32/100 kB | 16/58 kB Progress (4): 334/532 kB | 56 kB | 33/100 kB | 16/58 kB Progress (4): 334/532 kB | 56 kB | 33/100 kB | 20/58 kB Progress (4): 334/532 kB | 56 kB | 37/100 kB | 20/58 kB Progress (4): 338/532 kB | 56 kB | 37/100 kB | 20/58 kB Progress (5): 338/532 kB | 56 kB | 37/100 kB | 20/58 kB | 4.1/245 kB Progress (5): 338/532 kB | 56 kB | 41/100 kB | 20/58 kB | 4.1/245 kB Progress (5): 338/532 kB | 56 kB | 41/100 kB | 24/58 kB | 4.1/245 kB Progress (5): 338/532 kB | 56 kB | 41/100 kB | 24/58 kB | 7.7/245 kB Progress (5): 342/532 kB | 56 kB | 41/100 kB | 24/58 kB | 7.7/245 kB Progress (5): 342/532 kB | 56 kB | 41/100 kB | 24/58 kB | 12/245 kB Progress (5): 342/532 kB | 56 kB | 41/100 kB | 28/58 kB | 12/245 kB Progress (5): 342/532 kB | 56 kB | 45/100 kB | 28/58 kB | 12/245 kB Progress (5): 342/532 kB | 56 kB | 45/100 kB | 32/58 kB | 12/245 kB Progress (5): 342/532 kB | 56 kB | 45/100 kB | 32/58 kB | 16/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 65 kB/s) Progress (4): 346/532 kB | 45/100 kB | 32/58 kB | 16/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Progress (4): 346/532 kB | 45/100 kB | 32/58 kB | 20/245 kB Progress (4): 346/532 kB | 45/100 kB | 33/58 kB | 20/245 kB Progress (4): 346/532 kB | 49/100 kB | 33/58 kB | 20/245 kB Progress (4): 346/532 kB | 49/100 kB | 33/58 kB | 24/245 kB Progress (4): 350/532 kB | 49/100 kB | 33/58 kB | 24/245 kB Progress (4): 350/532 kB | 53/100 kB | 33/58 kB | 24/245 kB Progress (4): 350/532 kB | 53/100 kB | 37/58 kB | 24/245 kB Progress (4): 350/532 kB | 57/100 kB | 37/58 kB | 24/245 kB Progress (4): 354/532 kB | 57/100 kB | 37/58 kB | 24/245 kB Progress (4): 354/532 kB | 61/100 kB | 37/58 kB | 24/245 kB Progress (4): 354/532 kB | 61/100 kB | 37/58 kB | 28/245 kB Progress (4): 354/532 kB | 61/100 kB | 37/58 kB | 32/245 kB Progress (4): 354/532 kB | 61/100 kB | 37/58 kB | 33/245 kB Progress (4): 354/532 kB | 61/100 kB | 37/58 kB | 37/245 kB Progress (4): 354/532 kB | 61/100 kB | 37/58 kB | 41/245 kB Progress (4): 354/532 kB | 61/100 kB | 37/58 kB | 45/245 kB Progress (4): 354/532 kB | 65/100 kB | 37/58 kB | 45/245 kB Progress (4): 358/532 kB | 65/100 kB | 37/58 kB | 45/245 kB Progress (4): 358/532 kB | 65/100 kB | 41/58 kB | 45/245 kB Progress (4): 362/532 kB | 65/100 kB | 41/58 kB | 45/245 kB Progress (4): 362/532 kB | 66/100 kB | 41/58 kB | 45/245 kB Progress (4): 362/532 kB | 66/100 kB | 41/58 kB | 49/245 kB Progress (4): 362/532 kB | 70/100 kB | 41/58 kB | 49/245 kB Progress (5): 362/532 kB | 70/100 kB | 41/58 kB | 49/245 kB | 0/1.4 MB Progress (5): 362/532 kB | 74/100 kB | 41/58 kB | 49/245 kB | 0/1.4 MB Progress (5): 362/532 kB | 74/100 kB | 41/58 kB | 53/245 kB | 0/1.4 MB Progress (5): 366/532 kB | 74/100 kB | 41/58 kB | 53/245 kB | 0/1.4 MB Progress (5): 366/532 kB | 74/100 kB | 45/58 kB | 53/245 kB | 0/1.4 MB Progress (5): 370/532 kB | 74/100 kB | 45/58 kB | 53/245 kB | 0/1.4 MB Progress (5): 370/532 kB | 74/100 kB | 45/58 kB | 57/245 kB | 0/1.4 MB Progress (5): 370/532 kB | 78/100 kB | 45/58 kB | 57/245 kB | 0/1.4 MB Progress (5): 370/532 kB | 78/100 kB | 45/58 kB | 57/245 kB | 0/1.4 MB Progress (5): 370/532 kB | 82/100 kB | 45/58 kB | 57/245 kB | 0/1.4 MB Progress (5): 370/532 kB | 82/100 kB | 45/58 kB | 61/245 kB | 0/1.4 MB Progress (5): 374/532 kB | 82/100 kB | 45/58 kB | 61/245 kB | 0/1.4 MB Progress (5): 374/532 kB | 82/100 kB | 49/58 kB | 61/245 kB | 0/1.4 MB Progress (5): 378/532 kB | 82/100 kB | 49/58 kB | 61/245 kB | 0/1.4 MB Progress (5): 378/532 kB | 82/100 kB | 49/58 kB | 65/245 kB | 0/1.4 MB Progress (5): 378/532 kB | 86/100 kB | 49/58 kB | 65/245 kB | 0/1.4 MB Progress (5): 378/532 kB | 90/100 kB | 49/58 kB | 65/245 kB | 0/1.4 MB Progress (5): 378/532 kB | 90/100 kB | 49/58 kB | 65/245 kB | 0/1.4 MB Progress (5): 378/532 kB | 94/100 kB | 49/58 kB | 65/245 kB | 0/1.4 MB Progress (5): 378/532 kB | 94/100 kB | 49/58 kB | 66/245 kB | 0/1.4 MB Progress (5): 378/532 kB | 94/100 kB | 49/58 kB | 70/245 kB | 0/1.4 MB Progress (5): 382/532 kB | 94/100 kB | 49/58 kB | 70/245 kB | 0/1.4 MB Progress (5): 382/532 kB | 94/100 kB | 53/58 kB | 70/245 kB | 0/1.4 MB Progress (5): 386/532 kB | 94/100 kB | 53/58 kB | 70/245 kB | 0/1.4 MB Progress (5): 386/532 kB | 94/100 kB | 53/58 kB | 74/245 kB | 0/1.4 MB Progress (5): 386/532 kB | 98/100 kB | 53/58 kB | 74/245 kB | 0/1.4 MB Progress (5): 386/532 kB | 98/100 kB | 53/58 kB | 74/245 kB | 0/1.4 MB Progress (5): 386/532 kB | 98/100 kB | 53/58 kB | 74/245 kB | 0/1.4 MB Progress (5): 386/532 kB | 100 kB | 53/58 kB | 74/245 kB | 0/1.4 MB Progress (5): 386/532 kB | 100 kB | 53/58 kB | 78/245 kB | 0/1.4 MB Progress (5): 390/532 kB | 100 kB | 53/58 kB | 78/245 kB | 0/1.4 MB Progress (5): 390/532 kB | 100 kB | 57/58 kB | 78/245 kB | 0/1.4 MB Progress (5): 394/532 kB | 100 kB | 57/58 kB | 78/245 kB | 0/1.4 MB Progress (5): 394/532 kB | 100 kB | 57/58 kB | 82/245 kB | 0/1.4 MB Progress (5): 394/532 kB | 100 kB | 57/58 kB | 82/245 kB | 0/1.4 MB Progress (5): 394/532 kB | 100 kB | 57/58 kB | 86/245 kB | 0/1.4 MB Progress (5): 398/532 kB | 100 kB | 57/58 kB | 86/245 kB | 0/1.4 MB Progress (5): 398/532 kB | 100 kB | 58 kB | 86/245 kB | 0/1.4 MB Progress (5): 402/532 kB | 100 kB | 58 kB | 86/245 kB | 0/1.4 MB Progress (5): 406/532 kB | 100 kB | 58 kB | 86/245 kB | 0/1.4 MB Progress (5): 410/532 kB | 100 kB | 58 kB | 86/245 kB | 0/1.4 MB Progress (5): 410/532 kB | 100 kB | 58 kB | 90/245 kB | 0/1.4 MB Progress (5): 410/532 kB | 100 kB | 58 kB | 90/245 kB | 0/1.4 MB Progress (5): 410/532 kB | 100 kB | 58 kB | 94/245 kB | 0/1.4 MB Progress (5): 414/532 kB | 100 kB | 58 kB | 94/245 kB | 0/1.4 MB Progress (5): 414/532 kB | 100 kB | 58 kB | 98/245 kB | 0/1.4 MB Progress (5): 414/532 kB | 100 kB | 58 kB | 98/245 kB | 0/1.4 MB Progress (5): 414/532 kB | 100 kB | 58 kB | 98/245 kB | 0/1.4 MB Progress (5): 418/532 kB | 100 kB | 58 kB | 98/245 kB | 0/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 106 kB/s) Progress (4): 418/532 kB | 58 kB | 98/245 kB | 0/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar Progress (4): 422/532 kB | 58 kB | 98/245 kB | 0/1.4 MB Progress (4): 426/532 kB | 58 kB | 98/245 kB | 0/1.4 MB Progress (4): 430/532 kB | 58 kB | 98/245 kB | 0/1.4 MB Progress (4): 434/532 kB | 58 kB | 98/245 kB | 0/1.4 MB Progress (4): 434/532 kB | 58 kB | 102/245 kB | 0/1.4 MB Progress (4): 438/532 kB | 58 kB | 102/245 kB | 0/1.4 MB Progress (4): 438/532 kB | 58 kB | 102/245 kB | 0/1.4 MB Progress (4): 442/532 kB | 58 kB | 102/245 kB | 0/1.4 MB Progress (4): 442/532 kB | 58 kB | 106/245 kB | 0/1.4 MB Progress (4): 442/532 kB | 58 kB | 106/245 kB | 0/1.4 MB Progress (4): 446/532 kB | 58 kB | 106/245 kB | 0/1.4 MB Progress (4): 446/532 kB | 58 kB | 106/245 kB | 0/1.4 MB Progress (4): 446/532 kB | 58 kB | 110/245 kB | 0/1.4 MB Progress (4): 450/532 kB | 58 kB | 110/245 kB | 0/1.4 MB Progress (4): 450/532 kB | 58 kB | 114/245 kB | 0/1.4 MB Progress (4): 450/532 kB | 58 kB | 114/245 kB | 0/1.4 MB Progress (4): 454/532 kB | 58 kB | 114/245 kB | 0/1.4 MB Progress (4): 454/532 kB | 58 kB | 118/245 kB | 0/1.4 MB Progress (4): 454/532 kB | 58 kB | 118/245 kB | 0/1.4 MB Progress (4): 454/532 kB | 58 kB | 122/245 kB | 0/1.4 MB Progress (4): 458/532 kB | 58 kB | 122/245 kB | 0/1.4 MB Progress (4): 458/532 kB | 58 kB | 126/245 kB | 0/1.4 MB Progress (4): 458/532 kB | 58 kB | 126/245 kB | 0.1/1.4 MB Progress (4): 458/532 kB | 58 kB | 130/245 kB | 0.1/1.4 MB Progress (4): 462/532 kB | 58 kB | 130/245 kB | 0.1/1.4 MB Progress (4): 462/532 kB | 58 kB | 131/245 kB | 0.1/1.4 MB Progress (4): 462/532 kB | 58 kB | 131/245 kB | 0.1/1.4 MB Progress (4): 462/532 kB | 58 kB | 135/245 kB | 0.1/1.4 MB Progress (4): 466/532 kB | 58 kB | 135/245 kB | 0.1/1.4 MB Progress (4): 466/532 kB | 58 kB | 139/245 kB | 0.1/1.4 MB Progress (4): 466/532 kB | 58 kB | 139/245 kB | 0.1/1.4 MB Progress (4): 466/532 kB | 58 kB | 143/245 kB | 0.1/1.4 MB Progress (4): 470/532 kB | 58 kB | 143/245 kB | 0.1/1.4 MB Progress (4): 470/532 kB | 58 kB | 147/245 kB | 0.1/1.4 MB Progress (4): 470/532 kB | 58 kB | 147/245 kB | 0.1/1.4 MB Progress (4): 474/532 kB | 58 kB | 147/245 kB | 0.1/1.4 MB Progress (4): 474/532 kB | 58 kB | 147/245 kB | 0.1/1.4 MB Progress (4): 474/532 kB | 58 kB | 151/245 kB | 0.1/1.4 MB Progress (4): 474/532 kB | 58 kB | 151/245 kB | 0.1/1.4 MB Progress (4): 478/532 kB | 58 kB | 151/245 kB | 0.1/1.4 MB Progress (4): 478/532 kB | 58 kB | 151/245 kB | 0.1/1.4 MB Progress (4): 478/532 kB | 58 kB | 155/245 kB | 0.1/1.4 MB Progress (4): 478/532 kB | 58 kB | 155/245 kB | 0.1/1.4 MB Progress (4): 482/532 kB | 58 kB | 155/245 kB | 0.1/1.4 MB Progress (4): 482/532 kB | 58 kB | 155/245 kB | 0.1/1.4 MB Progress (4): 482/532 kB | 58 kB | 159/245 kB | 0.1/1.4 MB Progress (4): 486/532 kB | 58 kB | 159/245 kB | 0.1/1.4 MB Progress (4): 486/532 kB | 58 kB | 163/245 kB | 0.1/1.4 MB Progress (4): 486/532 kB | 58 kB | 163/245 kB | 0.1/1.4 MB Progress (4): 486/532 kB | 58 kB | 167/245 kB | 0.1/1.4 MB 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 61 kB/s) Progress (3): 486/532 kB | 171/245 kB | 0.1/1.4 MB Progress (3): 486/532 kB | 171/245 kB | 0.1/1.4 MB Progress (3): 486/532 kB | 175/245 kB | 0.1/1.4 MB Progress (3): 490/532 kB | 175/245 kB | 0.1/1.4 MB Progress (3): 490/532 kB | 175/245 kB | 0.1/1.4 MB Progress (3): 490/532 kB | 179/245 kB | 0.1/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Progress (3): 490/532 kB | 183/245 kB | 0.1/1.4 MB Progress (3): 490/532 kB | 183/245 kB | 0.1/1.4 MB Progress (3): 494/532 kB | 183/245 kB | 0.1/1.4 MB Progress (4): 494/532 kB | 183/245 kB | 0.1/1.4 MB | 4.1/13 kB Progress (4): 498/532 kB | 183/245 kB | 0.1/1.4 MB | 4.1/13 kB Progress (4): 498/532 kB | 183/245 kB | 0.1/1.4 MB | 4.1/13 kB Progress (4): 498/532 kB | 187/245 kB | 0.1/1.4 MB | 4.1/13 kB Progress (5): 498/532 kB | 187/245 kB | 0.1/1.4 MB | 4.1/13 kB | 3.1 kB Progress (5): 498/532 kB | 191/245 kB | 0.1/1.4 MB | 4.1/13 kB | 3.1 kB Progress (5): 498/532 kB | 191/245 kB | 0.1/1.4 MB | 4.1/13 kB | 3.1 kB Progress (5): 502/532 kB | 191/245 kB | 0.1/1.4 MB | 4.1/13 kB | 3.1 kB Progress (5): 502/532 kB | 191/245 kB | 0.1/1.4 MB | 7.7/13 kB | 3.1 kB Progress (5): 506/532 kB | 191/245 kB | 0.1/1.4 MB | 7.7/13 kB | 3.1 kB Progress (5): 506/532 kB | 191/245 kB | 0.1/1.4 MB | 7.7/13 kB | 3.1 kB Progress (5): 506/532 kB | 191/245 kB | 0.1/1.4 MB | 7.7/13 kB | 3.1 kB Progress (5): 506/532 kB | 191/245 kB | 0.1/1.4 MB | 7.7/13 kB | 3.1 kB Progress (5): 506/532 kB | 195/245 kB | 0.1/1.4 MB | 7.7/13 kB | 3.1 kB Progress (5): 506/532 kB | 195/245 kB | 0.1/1.4 MB | 7.7/13 kB | 3.1 kB Progress (5): 510/532 kB | 195/245 kB | 0.1/1.4 MB | 7.7/13 kB | 3.1 kB Progress (5): 510/532 kB | 195/245 kB | 0.1/1.4 MB | 12/13 kB | 3.1 kB Progress (5): 514/532 kB | 195/245 kB | 0.1/1.4 MB | 12/13 kB | 3.1 kB Progress (5): 514/532 kB | 195/245 kB | 0.1/1.4 MB | 12/13 kB | 3.1 kB Progress (5): 514/532 kB | 199/245 kB | 0.1/1.4 MB | 12/13 kB | 3.1 kB Progress (5): 514/532 kB | 199/245 kB | 0.1/1.4 MB | 12/13 kB | 3.1 kB Progress (5): 518/532 kB | 199/245 kB | 0.1/1.4 MB | 12/13 kB | 3.1 kB Progress (5): 518/532 kB | 199/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 522/532 kB | 199/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 522/532 kB | 199/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 522/532 kB | 203/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 522/532 kB | 203/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 526/532 kB | 203/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 526/532 kB | 203/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 526/532 kB | 207/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 526/532 kB | 207/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 530/532 kB | 207/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 530/532 kB | 207/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 530/532 kB | 211/245 kB | 0.1/1.4 MB | 13 kB | 3.1 kB Progress (5): 530/532 kB | 211/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 530/532 kB | 215/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 215/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 219/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 219/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 223/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 223/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 227/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 227/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 231/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 231/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 235/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 235/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 239/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 239/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 243/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 243/245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 MB | 13 kB | 3.1 kB Progress (5): 532 kB | 245 kB | 0.2/1.4 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.4.0/sisu-equinox-embedder-1.4.0.jar (13 kB at 13 kB/s) Progress (4): 532 kB | 245 kB | 0.2/1.4 MB | 3.1 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar Progress (4): 532 kB | 245 kB | 0.3/1.4 MB | 3.1 kB Progress (4): 532 kB | 245 kB | 0.3/1.4 MB | 3.1 kB Progress (4): 532 kB | 245 kB | 0.3/1.4 MB | 3.1 kB Progress (4): 532 kB | 245 kB | 0.3/1.4 MB | 3.1 kB Progress (4): 532 kB | 245 kB | 0.3/1.4 MB | 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar (3.1 kB at 3.0 kB/s) Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 505 kB/s) Progress (2): 245 kB | 0.3/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar (245 kB at 232 kB/s) Progress (1): 0.3/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Progress (1): 0.4/1.4 MB Progress (2): 0.4/1.4 MB | 4.1/112 kB Progress (3): 0.4/1.4 MB | 4.1/112 kB | 4.1/36 kB Progress (3): 0.4/1.4 MB | 7.7/112 kB | 4.1/36 kB Progress (3): 0.4/1.4 MB | 7.7/112 kB | 4.1/36 kB Progress (3): 0.4/1.4 MB | 12/112 kB | 4.1/36 kB Progress (3): 0.4/1.4 MB | 12/112 kB | 4.1/36 kB Progress (3): 0.4/1.4 MB | 12/112 kB | 4.1/36 kB Progress (3): 0.4/1.4 MB | 12/112 kB | 4.1/36 kB Progress (3): 0.4/1.4 MB | 12/112 kB | 4.1/36 kB Progress (3): 0.4/1.4 MB | 12/112 kB | 7.7/36 kB Progress (3): 0.4/1.4 MB | 12/112 kB | 7.7/36 kB Progress (3): 0.4/1.4 MB | 16/112 kB | 7.7/36 kB Progress (3): 0.4/1.4 MB | 16/112 kB | 7.7/36 kB Progress (3): 0.4/1.4 MB | 20/112 kB | 7.7/36 kB Progress (3): 0.4/1.4 MB | 20/112 kB | 12/36 kB Progress (3): 0.4/1.4 MB | 24/112 kB | 12/36 kB Progress (3): 0.4/1.4 MB | 24/112 kB | 12/36 kB Progress (3): 0.4/1.4 MB | 24/112 kB | 16/36 kB Progress (3): 0.4/1.4 MB | 24/112 kB | 16/36 kB Progress (3): 0.4/1.4 MB | 28/112 kB | 16/36 kB Progress (3): 0.4/1.4 MB | 28/112 kB | 16/36 kB Progress (3): 0.4/1.4 MB | 28/112 kB | 20/36 kB Progress (3): 0.4/1.4 MB | 28/112 kB | 20/36 kB Progress (3): 0.4/1.4 MB | 32/112 kB | 20/36 kB Progress (3): 0.4/1.4 MB | 32/112 kB | 20/36 kB Progress (3): 0.4/1.4 MB | 32/112 kB | 24/36 kB Progress (3): 0.4/1.4 MB | 32/112 kB | 24/36 kB Progress (3): 0.4/1.4 MB | 33/112 kB | 24/36 kB Progress (3): 0.4/1.4 MB | 33/112 kB | 24/36 kB Progress (3): 0.4/1.4 MB | 33/112 kB | 28/36 kB Progress (3): 0.4/1.4 MB | 37/112 kB | 28/36 kB Progress (3): 0.4/1.4 MB | 37/112 kB | 28/36 kB Progress (3): 0.4/1.4 MB | 41/112 kB | 28/36 kB Progress (3): 0.4/1.4 MB | 41/112 kB | 32/36 kB Progress (3): 0.4/1.4 MB | 45/112 kB | 32/36 kB Progress (3): 0.4/1.4 MB | 45/112 kB | 36/36 kB Progress (3): 0.4/1.4 MB | 45/112 kB | 36 kB Progress (4): 0.4/1.4 MB | 45/112 kB | 36 kB | 4.1/7.0 kB Progress (4): 0.4/1.4 MB | 45/112 kB | 36 kB | 4.1/7.0 kB Progress (4): 0.4/1.4 MB | 45/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 49/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 49/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 53/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 57/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 57/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 61/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 61/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 65/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 65/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 66/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 66/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 70/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 70/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 74/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 74/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 78/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 78/112 kB | 36 kB | 7.0 kB Progress (4): 0.4/1.4 MB | 82/112 kB | 36 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 82/112 kB | 36 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 86/112 kB | 36 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 90/112 kB | 36 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 90/112 kB | 36 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 94/112 kB | 36 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 94/112 kB | 36 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 98/112 kB | 36 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 98/112 kB | 36 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 102/112 kB | 36 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 102/112 kB | 36 kB | 7.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar (7.0 kB at 6.1 kB/s) Progress (3): 0.5/1.4 MB | 106/112 kB | 36 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Progress (3): 0.5/1.4 MB | 106/112 kB | 36 kB Progress (3): 0.5/1.4 MB | 110/112 kB | 36 kB Progress (3): 0.5/1.4 MB | 110/112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.5/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (3): 0.6/1.4 MB | 112 kB | 36 kB Progress (4): 0.6/1.4 MB | 112 kB | 36 kB | 4.1/9.4 kB Progress (4): 0.6/1.4 MB | 112 kB | 36 kB | 7.7/9.4 kB Progress (4): 0.6/1.4 MB | 112 kB | 36 kB | 9.4 kB Progress (4): 0.6/1.4 MB | 112 kB | 36 kB | 9.4 kB Progress (4): 0.6/1.4 MB | 112 kB | 36 kB | 9.4 kB Progress (4): 0.6/1.4 MB | 112 kB | 36 kB | 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 91 kB/s) Progress (3): 0.6/1.4 MB | 36 kB | 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar (36 kB at 30 kB/s) Progress (3): 0.6/1.4 MB | 9.4 kB | 4.1/37 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 (3): 0.6/1.4 MB | 9.4 kB | 4.1/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Progress (3): 0.6/1.4 MB | 9.4 kB | 4.1/37 kB Progress (3): 0.6/1.4 MB | 9.4 kB | 7.7/37 kB Progress (3): 0.6/1.4 MB | 9.4 kB | 7.7/37 kB Progress (3): 0.6/1.4 MB | 9.4 kB | 12/37 kB Progress (3): 0.6/1.4 MB | 9.4 kB | 12/37 kB Progress (3): 0.6/1.4 MB | 9.4 kB | 16/37 kB Progress (3): 0.6/1.4 MB | 9.4 kB | 16/37 kB Progress (3): 0.6/1.4 MB | 9.4 kB | 20/37 kB Progress (3): 0.6/1.4 MB | 9.4 kB | 20/37 kB Progress (3): 0.6/1.4 MB | 9.4 kB | 24/37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 24/37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 28/37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 28/37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 32/37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 32/37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 33/37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 33/37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37/37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37/37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.7/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.8/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.8/1.4 MB | 9.4 kB | 37 kB Progress (3): 0.8/1.4 MB | 9.4 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar (9.4 kB at 7.5 kB/s) Progress (2): 0.8/1.4 MB | 37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.8/1.4 MB | 37 kB Progress (2): 0.9/1.4 MB | 37 kB Progress (2): 0.9/1.4 MB | 37 kB Progress (2): 0.9/1.4 MB | 37 kB Progress (2): 0.9/1.4 MB | 37 kB Progress (2): 0.9/1.4 MB | 37 kB Progress (2): 0.9/1.4 MB | 37 kB Progress (2): 0.9/1.4 MB | 37 kB Progress (3): 0.9/1.4 MB | 37 kB | 4.1/53 kB Progress (3): 0.9/1.4 MB | 37 kB | 4.1/53 kB Progress (3): 0.9/1.4 MB | 37 kB | 7.7/53 kB Progress (3): 0.9/1.4 MB | 37 kB | 7.7/53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar (37 kB at 30 kB/s) Progress (2): 0.9/1.4 MB | 7.7/53 kB Progress (2): 0.9/1.4 MB | 12/53 kB Progress (2): 0.9/1.4 MB | 12/53 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (3): 0.9/1.4 MB | 12/53 kB | 4.1/285 kB Progress (3): 0.9/1.4 MB | 12/53 kB | 4.1/285 kB Progress (3): 0.9/1.4 MB | 16/53 kB | 4.1/285 kB Progress (3): 0.9/1.4 MB | 16/53 kB | 4.1/285 kB Progress (3): 0.9/1.4 MB | 16/53 kB | 7.7/285 kB Progress (3): 0.9/1.4 MB | 16/53 kB | 7.7/285 kB Progress (3): 0.9/1.4 MB | 16/53 kB | 12/285 kB Progress (4): 0.9/1.4 MB | 16/53 kB | 12/285 kB | 4.1/4.3 kB Progress (5): 0.9/1.4 MB | 16/53 kB | 12/285 kB | 4.1/4.3 kB | 4.1/37 kB Progress (5): 0.9/1.4 MB | 16/53 kB | 12/285 kB | 4.3 kB | 4.1/37 kB Progress (5): 0.9/1.4 MB | 16/53 kB | 16/285 kB | 4.3 kB | 4.1/37 kB Progress (5): 0.9/1.4 MB | 16/53 kB | 16/285 kB | 4.3 kB | 4.1/37 kB Progress (5): 0.9/1.4 MB | 20/53 kB | 16/285 kB | 4.3 kB | 4.1/37 kB Progress (5): 0.9/1.4 MB | 20/53 kB | 16/285 kB | 4.3 kB | 4.1/37 kB Progress (5): 0.9/1.4 MB | 20/53 kB | 20/285 kB | 4.3 kB | 4.1/37 kB Progress (5): 0.9/1.4 MB | 20/53 kB | 20/285 kB | 4.3 kB | 7.7/37 kB Progress (5): 0.9/1.4 MB | 20/53 kB | 24/285 kB | 4.3 kB | 7.7/37 kB Progress (5): 0.9/1.4 MB | 20/53 kB | 24/285 kB | 4.3 kB | 7.7/37 kB Progress (5): 0.9/1.4 MB | 24/53 kB | 24/285 kB | 4.3 kB | 7.7/37 kB Progress (5): 0.9/1.4 MB | 24/53 kB | 24/285 kB | 4.3 kB | 7.7/37 kB Progress (5): 0.9/1.4 MB | 24/53 kB | 28/285 kB | 4.3 kB | 7.7/37 kB Progress (5): 0.9/1.4 MB | 24/53 kB | 28/285 kB | 4.3 kB | 12/37 kB Progress (5): 0.9/1.4 MB | 24/53 kB | 32/285 kB | 4.3 kB | 12/37 kB Progress (5): 0.9/1.4 MB | 24/53 kB | 32/285 kB | 4.3 kB | 12/37 kB Progress (5): 0.9/1.4 MB | 28/53 kB | 32/285 kB | 4.3 kB | 12/37 kB Progress (5): 0.9/1.4 MB | 28/53 kB | 32/285 kB | 4.3 kB | 12/37 kB Progress (5): 0.9/1.4 MB | 28/53 kB | 33/285 kB | 4.3 kB | 12/37 kB Progress (5): 0.9/1.4 MB | 28/53 kB | 33/285 kB | 4.3 kB | 16/37 kB Progress (5): 0.9/1.4 MB | 28/53 kB | 37/285 kB | 4.3 kB | 16/37 kB Progress (5): 0.9/1.4 MB | 28/53 kB | 37/285 kB | 4.3 kB | 20/37 kB Progress (5): 0.9/1.4 MB | 28/53 kB | 37/285 kB | 4.3 kB | 20/37 kB Progress (5): 0.9/1.4 MB | 32/53 kB | 37/285 kB | 4.3 kB | 20/37 kB Progress (5): 0.9/1.4 MB | 32/53 kB | 37/285 kB | 4.3 kB | 20/37 kB Progress (5): 0.9/1.4 MB | 36/53 kB | 37/285 kB | 4.3 kB | 20/37 kB Progress (5): 0.9/1.4 MB | 36/53 kB | 37/285 kB | 4.3 kB | 24/37 kB Progress (5): 0.9/1.4 MB | 36/53 kB | 41/285 kB | 4.3 kB | 24/37 kB Progress (5): 0.9/1.4 MB | 36/53 kB | 41/285 kB | 4.3 kB | 28/37 kB Progress (5): 0.9/1.4 MB | 40/53 kB | 41/285 kB | 4.3 kB | 28/37 kB Progress (5): 0.9/1.4 MB | 40/53 kB | 41/285 kB | 4.3 kB | 28/37 kB Progress (5): 0.9/1.4 MB | 44/53 kB | 41/285 kB | 4.3 kB | 28/37 kB Progress (5): 0.9/1.4 MB | 44/53 kB | 41/285 kB | 4.3 kB | 28/37 kB Progress (5): 0.9/1.4 MB | 44/53 kB | 41/285 kB | 4.3 kB | 28/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 3.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Progress (4): 0.9/1.4 MB | 44/53 kB | 41/285 kB | 32/37 kB Progress (4): 0.9/1.4 MB | 44/53 kB | 41/285 kB | 33/37 kB Progress (4): 0.9/1.4 MB | 44/53 kB | 41/285 kB | 37/37 kB Progress (4): 0.9/1.4 MB | 44/53 kB | 41/285 kB | 37 kB Progress (4): 0.9/1.4 MB | 44/53 kB | 45/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 44/53 kB | 45/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 44/53 kB | 45/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 44/53 kB | 45/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 48/53 kB | 45/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 48/53 kB | 45/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 48/53 kB | 49/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 48/53 kB | 49/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 52/53 kB | 49/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 52/53 kB | 53/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 52/53 kB | 53/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 52/53 kB | 57/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 57/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 57/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 61/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 61/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 65/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 65/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 66/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 66/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 70/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 70/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 74/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 74/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 78/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 78/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 82/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 82/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 86/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 86/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 90/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 90/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 94/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 94/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 98/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 98/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 98/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 98/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 98/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 102/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 102/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 106/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 106/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 110/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 110/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 114/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 114/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 118/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 118/285 kB | 37 kB Progress (4): 1.0/1.4 MB | 53 kB | 122/285 kB | 37 kB Progress (4): 1.1/1.4 MB | 53 kB | 122/285 kB | 37 kB Progress (4): 1.1/1.4 MB | 53 kB | 126/285 kB | 37 kB Progress (4): 1.1/1.4 MB | 53 kB | 126/285 kB | 37 kB Progress (4): 1.1/1.4 MB | 53 kB | 130/285 kB | 37 kB Progress (4): 1.1/1.4 MB | 53 kB | 130/285 kB | 37 kB Progress (4): 1.1/1.4 MB | 53 kB | 134/285 kB | 37 kB Progress (4): 1.1/1.4 MB | 53 kB | 138/285 kB | 37 kB Progress (4): 1.1/1.4 MB | 53 kB | 142/285 kB | 37 kB Progress (4): 1.1/1.4 MB | 53 kB | 146/285 kB | 37 kB Progress (4): 1.1/1.4 MB | 53 kB | 150/285 kB | 37 kB Progress (4): 1.1/1.4 MB | 53 kB | 154/285 kB | 37 kB Progress (4): 1.1/1.4 MB | 53 kB | 154/285 kB | 37 kB Progress (4): 1.1/1.4 MB | 53 kB | 158/285 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 37 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar (37 kB at 26 kB/s) Progress (3): 1.1/1.4 MB | 158/285 kB | 4.1/29 kB Progress (3): 1.1/1.4 MB | 162/285 kB | 4.1/29 kB Progress (3): 1.1/1.4 MB | 162/285 kB | 4.1/29 kB Progress (3): 1.1/1.4 MB | 162/285 kB | 7.7/29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Progress (3): 1.1/1.4 MB | 162/285 kB | 12/29 kB Progress (3): 1.1/1.4 MB | 162/285 kB | 12/29 kB Progress (3): 1.1/1.4 MB | 162/285 kB | 12/29 kB Progress (3): 1.1/1.4 MB | 166/285 kB | 12/29 kB Progress (3): 1.1/1.4 MB | 166/285 kB | 16/29 kB Progress (3): 1.1/1.4 MB | 170/285 kB | 16/29 kB Progress (3): 1.1/1.4 MB | 170/285 kB | 20/29 kB Progress (3): 1.1/1.4 MB | 170/285 kB | 20/29 kB Progress (3): 1.1/1.4 MB | 170/285 kB | 20/29 kB Progress (3): 1.1/1.4 MB | 174/285 kB | 20/29 kB Progress (3): 1.1/1.4 MB | 174/285 kB | 24/29 kB Progress (3): 1.1/1.4 MB | 178/285 kB | 24/29 kB Progress (3): 1.1/1.4 MB | 178/285 kB | 28/29 kB Progress (3): 1.1/1.4 MB | 178/285 kB | 28/29 kB Progress (3): 1.1/1.4 MB | 182/285 kB | 28/29 kB Progress (3): 1.1/1.4 MB | 182/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 186/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 186/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 190/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 190/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 194/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 194/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 198/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 198/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 202/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 202/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 206/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 206/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 210/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 210/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 214/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 214/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 218/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 218/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 222/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 222/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 226/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 226/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 230/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 230/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 234/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 234/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 238/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 238/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 242/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 242/285 kB | 29 kB Progress (3): 1.1/1.4 MB | 246/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 246/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 250/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 250/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 254/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 254/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 258/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 258/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 262/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 262/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 266/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 266/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 270/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 270/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 274/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 274/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 278/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 278/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 282/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 282/285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.2/1.4 MB | 285 kB | 29 kB Progress (3): 1.3/1.4 MB | 285 kB | 29 kB Progress (3): 1.3/1.4 MB | 285 kB | 29 kB Progress (3): 1.3/1.4 MB | 285 kB | 29 kB Progress (3): 1.3/1.4 MB | 285 kB | 29 kB Progress (3): 1.3/1.4 MB | 285 kB | 29 kB Progress (3): 1.3/1.4 MB | 285 kB | 29 kB Progress (3): 1.3/1.4 MB | 285 kB | 29 kB Progress (3): 1.3/1.4 MB | 285 kB | 29 kB Progress (3): 1.3/1.4 MB | 285 kB | 29 kB Progress (3): 1.3/1.4 MB | 285 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar (29 kB at 20 kB/s) Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.3/1.4 MB | 285 kB Progress (2): 1.4/1.4 MB | 285 kB Progress (2): 1.4/1.4 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 187 kB/s) Progress (2): 1.4/1.4 MB | 4.1/21 kB Progress (2): 1.4/1.4 MB | 4.1/21 kB Progress (2): 1.4/1.4 MB | 7.7/21 kB Progress (2): 1.4/1.4 MB | 7.7/21 kB Progress (2): 1.4/1.4 MB | 12/21 kB Progress (2): 1.4/1.4 MB | 12/21 kB Progress (2): 1.4/1.4 MB | 16/21 kB Progress (2): 1.4/1.4 MB | 16/21 kB Progress (2): 1.4/1.4 MB | 20/21 kB Progress (2): 1.4/1.4 MB | 20/21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4 MB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar (21 kB at 14 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar (1.4 MB at 936 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/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/2.1/maven-archetype-2.1.pom (14 kB at 416 kB/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/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 529 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.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/169 kB Progress (2): 4.1/169 kB | 4.1/7.9 kB Progress (2): 7.7/169 kB | 4.1/7.9 kB Progress (2): 7.7/169 kB | 7.7/7.9 kB Progress (2): 12/169 kB | 7.7/7.9 kB Progress (2): 12/169 kB | 7.9 kB Progress (2): 16/169 kB | 7.9 kB Progress (2): 20/169 kB | 7.9 kB Progress (2): 24/169 kB | 7.9 kB Progress (2): 28/169 kB | 7.9 kB Progress (2): 32/169 kB | 7.9 kB Progress (2): 33/169 kB | 7.9 kB Progress (2): 37/169 kB | 7.9 kB Progress (2): 41/169 kB | 7.9 kB Progress (2): 45/169 kB | 7.9 kB Progress (2): 49/169 kB | 7.9 kB Progress (2): 53/169 kB | 7.9 kB Progress (2): 57/169 kB | 7.9 kB Progress (2): 61/169 kB | 7.9 kB Progress (2): 65/169 kB | 7.9 kB Progress (2): 66/169 kB | 7.9 kB Progress (2): 70/169 kB | 7.9 kB Progress (2): 74/169 kB | 7.9 kB Progress (2): 78/169 kB | 7.9 kB Progress (2): 82/169 kB | 7.9 kB Progress (2): 86/169 kB | 7.9 kB Progress (2): 90/169 kB | 7.9 kB Progress (2): 94/169 kB | 7.9 kB Progress (2): 98/169 kB | 7.9 kB Progress (2): 102/169 kB | 7.9 kB Progress (2): 106/169 kB | 7.9 kB Progress (2): 110/169 kB | 7.9 kB Progress (2): 114/169 kB | 7.9 kB Progress (2): 118/169 kB | 7.9 kB Progress (2): 122/169 kB | 7.9 kB Progress (2): 126/169 kB | 7.9 kB Progress (2): 130/169 kB | 7.9 kB Progress (2): 134/169 kB | 7.9 kB Progress (2): 138/169 kB | 7.9 kB Progress (2): 142/169 kB | 7.9 kB Progress (2): 146/169 kB | 7.9 kB Progress (2): 150/169 kB | 7.9 kB Progress (2): 154/169 kB | 7.9 kB Progress (2): 158/169 kB | 7.9 kB Progress (2): 162/169 kB | 7.9 kB Progress (2): 166/169 kB | 7.9 kB Progress (2): 169 kB | 7.9 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 4.3 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 32 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/8.5 kB Progress (1): 7.7/8.5 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 275 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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/3.0.0/maven-archetype-3.0.0.pom (13 kB at 401 kB/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/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.7 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 89 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 100 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 224 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/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 852 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 60 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/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.pom (19 kB at 685 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 18 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 34 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 171 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.3 MB/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/6.8 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 260 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 112 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 35 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 121 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/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom (5.9 kB at 279 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 300 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 250 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.pom Progress (1): 4.1/7.6 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom (7.6 kB at 507 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/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 229 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/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 301 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 284 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 944 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 328 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 60 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/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 286 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1/42 kB Progress (1): 7.7/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 36/42 kB Progress (1): 40/42 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.9 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 168 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 787 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 128 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 203 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 1.0 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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 595 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 237 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 517 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 932 kB/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 102 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/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom (19 kB at 498 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/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 33/37 kB Progress (1): 37/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 816 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.pom Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom (32 kB at 489 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.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 32 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 10 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/4.4 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 229 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 5.7 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 4.4 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 9.1 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 9.5 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 30 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 60 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 90 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/8.2 kB Progress (1): 7.7/8.2 kB Progress (1): 8.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 375 kB/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 96 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/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 512 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 70 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 74 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/8.8 kB Progress (1): 7.7/8.8 kB Progress (1): 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 226 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/4.3 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 86 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/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/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-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/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 Progress (2): 24 kB | 4.1/27 kB Progress (2): 24 kB | 7.7/27 kB Progress (2): 24 kB | 12/27 kB Progress (3): 24 kB | 12/27 kB | 4.1/95 kB Progress (3): 24 kB | 12/27 kB | 7.7/95 kB Progress (3): 24 kB | 12/27 kB | 12/95 kB Progress (3): 24 kB | 12/27 kB | 16/95 kB Progress (3): 24 kB | 12/27 kB | 20/95 kB Progress (3): 24 kB | 12/27 kB | 24/95 kB Progress (3): 24 kB | 16/27 kB | 24/95 kB Progress (3): 24 kB | 16/27 kB | 28/95 kB Progress (4): 24 kB | 16/27 kB | 28/95 kB | 4.1/331 kB Progress (4): 24 kB | 20/27 kB | 28/95 kB | 4.1/331 kB Progress (4): 24 kB | 20/27 kB | 32/95 kB | 4.1/331 kB Progress (4): 24 kB | 24/27 kB | 32/95 kB | 4.1/331 kB Progress (4): 24 kB | 24/27 kB | 32/95 kB | 7.7/331 kB Progress (4): 24 kB | 27 kB | 32/95 kB | 7.7/331 kB Progress (4): 24 kB | 27 kB | 32/95 kB | 12/331 kB Progress (4): 24 kB | 27 kB | 33/95 kB | 12/331 kB Progress (4): 24 kB | 27 kB | 33/95 kB | 16/331 kB Progress (4): 24 kB | 27 kB | 37/95 kB | 16/331 kB Progress (4): 24 kB | 27 kB | 37/95 kB | 20/331 kB Progress (4): 24 kB | 27 kB | 41/95 kB | 20/331 kB Progress (4): 24 kB | 27 kB | 41/95 kB | 24/331 kB Progress (4): 24 kB | 27 kB | 41/95 kB | 28/331 kB Progress (4): 24 kB | 27 kB | 41/95 kB | 32/331 kB Progress (4): 24 kB | 27 kB | 45/95 kB | 32/331 kB Progress (4): 24 kB | 27 kB | 45/95 kB | 33/331 kB Progress (4): 24 kB | 27 kB | 49/95 kB | 33/331 kB Progress (4): 24 kB | 27 kB | 49/95 kB | 37/331 kB Progress (4): 24 kB | 27 kB | 53/95 kB | 37/331 kB Progress (4): 24 kB | 27 kB | 53/95 kB | 41/331 kB Progress (4): 24 kB | 27 kB | 57/95 kB | 41/331 kB Progress (4): 24 kB | 27 kB | 57/95 kB | 45/331 kB Progress (4): 24 kB | 27 kB | 61/95 kB | 45/331 kB Progress (4): 24 kB | 27 kB | 65/95 kB | 45/331 kB Progress (4): 24 kB | 27 kB | 69/95 kB | 45/331 kB Progress (4): 24 kB | 27 kB | 73/95 kB | 45/331 kB Progress (4): 24 kB | 27 kB | 73/95 kB | 49/331 kB Progress (4): 24 kB | 27 kB | 77/95 kB | 49/331 kB Progress (4): 24 kB | 27 kB | 81/95 kB | 49/331 kB Progress (4): 24 kB | 27 kB | 81/95 kB | 53/331 kB Progress (4): 24 kB | 27 kB | 85/95 kB | 53/331 kB Progress (4): 24 kB | 27 kB | 85/95 kB | 57/331 kB Progress (4): 24 kB | 27 kB | 89/95 kB | 57/331 kB Progress (4): 24 kB | 27 kB | 89/95 kB | 61/331 kB Progress (4): 24 kB | 27 kB | 93/95 kB | 61/331 kB Progress (4): 24 kB | 27 kB | 93/95 kB | 65/331 kB Progress (4): 24 kB | 27 kB | 95 kB | 65/331 kB Progress (4): 24 kB | 27 kB | 95 kB | 66/331 kB Progress (4): 24 kB | 27 kB | 95 kB | 70/331 kB Progress (4): 24 kB | 27 kB | 95 kB | 74/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 380 kB/s) Progress (3): 24 kB | 95 kB | 78/331 kB 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): 24 kB | 95 kB | 82/331 kB Progress (3): 24 kB | 95 kB | 86/331 kB Progress (3): 24 kB | 95 kB | 90/331 kB Progress (3): 24 kB | 95 kB | 94/331 kB Progress (3): 24 kB | 95 kB | 98/331 kB Progress (3): 24 kB | 95 kB | 98/331 kB Progress (3): 24 kB | 95 kB | 102/331 kB Progress (3): 24 kB | 95 kB | 106/331 kB Progress (3): 24 kB | 95 kB | 110/331 kB Progress (3): 24 kB | 95 kB | 114/331 kB Progress (3): 24 kB | 95 kB | 118/331 kB Progress (3): 24 kB | 95 kB | 122/331 kB Progress (3): 24 kB | 95 kB | 126/331 kB Progress (3): 24 kB | 95 kB | 130/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 313 kB/s) Progress (2): 95 kB | 131/331 kB 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): 95 kB | 135/331 kB Progress (2): 95 kB | 139/331 kB Progress (2): 95 kB | 143/331 kB Progress (2): 95 kB | 147/331 kB Progress (2): 95 kB | 151/331 kB Progress (2): 95 kB | 155/331 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.jar (95 kB at 1.2 MB/s) Progress (2): 155/331 kB | 4.1/4.3 kB Progress (2): 159/331 kB | 4.1/4.3 kB Progress (2): 159/331 kB | 4.3 kB Progress (3): 159/331 kB | 4.3 kB | 4.1/19 kB Progress (3): 159/331 kB | 4.3 kB | 7.7/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 (3): 159/331 kB | 4.3 kB | 12/19 kB Progress (3): 163/331 kB | 4.3 kB | 12/19 kB Progress (3): 163/331 kB | 4.3 kB | 16/19 kB Progress (3): 164/331 kB | 4.3 kB | 16/19 kB Progress (3): 164/331 kB | 4.3 kB | 19 kB Progress (3): 168/331 kB | 4.3 kB | 19 kB Progress (3): 172/331 kB | 4.3 kB | 19 kB Progress (3): 176/331 kB | 4.3 kB | 19 kB Progress (3): 180/331 kB | 4.3 kB | 19 kB Progress (3): 184/331 kB | 4.3 kB | 19 kB Progress (3): 188/331 kB | 4.3 kB | 19 kB Progress (3): 192/331 kB | 4.3 kB | 19 kB Progress (3): 196/331 kB | 4.3 kB | 19 kB Progress (3): 197/331 kB | 4.3 kB | 19 kB Progress (3): 201/331 kB | 4.3 kB | 19 kB Progress (3): 205/331 kB | 4.3 kB | 19 kB Progress (3): 209/331 kB | 4.3 kB | 19 kB Progress (3): 213/331 kB | 4.3 kB | 19 kB Progress (3): 217/331 kB | 4.3 kB | 19 kB Progress (3): 221/331 kB | 4.3 kB | 19 kB Progress (3): 225/331 kB | 4.3 kB | 19 kB Progress (3): 229/331 kB | 4.3 kB | 19 kB Progress (3): 233/331 kB | 4.3 kB | 19 kB Progress (3): 237/331 kB | 4.3 kB | 19 kB Progress (3): 241/331 kB | 4.3 kB | 19 kB Progress (3): 245/331 kB | 4.3 kB | 19 kB Progress (3): 249/331 kB | 4.3 kB | 19 kB Progress (3): 253/331 kB | 4.3 kB | 19 kB Progress (3): 257/331 kB | 4.3 kB | 19 kB Progress (4): 257/331 kB | 4.3 kB | 19 kB | 4.1/314 kB Progress (4): 257/331 kB | 4.3 kB | 19 kB | 7.7/314 kB Progress (4): 257/331 kB | 4.3 kB | 19 kB | 12/314 kB Progress (5): 257/331 kB | 4.3 kB | 19 kB | 12/314 kB | 4.1/109 kB Progress (5): 257/331 kB | 4.3 kB | 19 kB | 12/314 kB | 7.7/109 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 28 kB/s) Progress (4): 257/331 kB | 19 kB | 12/314 kB | 12/109 kB Progress (4): 257/331 kB | 19 kB | 12/314 kB | 16/109 kB Progress (4): 257/331 kB | 19 kB | 16/314 kB | 16/109 kB Progress (4): 261/331 kB | 19 kB | 16/314 kB | 16/109 kB Progress (4): 265/331 kB | 19 kB | 16/314 kB | 16/109 kB Progress (4): 269/331 kB | 19 kB | 16/314 kB | 16/109 kB Progress (4): 269/331 kB | 19 kB | 20/314 kB | 16/109 kB Progress (4): 273/331 kB | 19 kB | 20/314 kB | 16/109 kB Progress (4): 273/331 kB | 19 kB | 20/314 kB | 20/109 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar Progress (4): 273/331 kB | 19 kB | 20/314 kB | 24/109 kB Progress (4): 273/331 kB | 19 kB | 20/314 kB | 28/109 kB Progress (4): 273/331 kB | 19 kB | 20/314 kB | 32/109 kB Progress (4): 273/331 kB | 19 kB | 20/314 kB | 36/109 kB Progress (4): 273/331 kB | 19 kB | 20/314 kB | 40/109 kB Progress (4): 273/331 kB | 19 kB | 20/314 kB | 44/109 kB Progress (4): 273/331 kB | 19 kB | 20/314 kB | 48/109 kB Progress (4): 273/331 kB | 19 kB | 20/314 kB | 52/109 kB Progress (4): 273/331 kB | 19 kB | 20/314 kB | 56/109 kB Progress (4): 273/331 kB | 19 kB | 20/314 kB | 60/109 kB Progress (4): 273/331 kB | 19 kB | 20/314 kB | 64/109 kB Progress (4): 277/331 kB | 19 kB | 20/314 kB | 64/109 kB Progress (4): 277/331 kB | 19 kB | 20/314 kB | 68/109 kB Progress (4): 277/331 kB | 19 kB | 20/314 kB | 72/109 kB Progress (4): 277/331 kB | 19 kB | 24/314 kB | 72/109 kB Progress (4): 277/331 kB | 19 kB | 24/314 kB | 76/109 kB Progress (4): 281/331 kB | 19 kB | 24/314 kB | 76/109 kB Progress (4): 285/331 kB | 19 kB | 24/314 kB | 76/109 kB Progress (4): 285/331 kB | 19 kB | 24/314 kB | 80/109 kB Progress (4): 285/331 kB | 19 kB | 28/314 kB | 80/109 kB Progress (4): 285/331 kB | 19 kB | 28/314 kB | 84/109 kB Progress (5): 285/331 kB | 19 kB | 28/314 kB | 84/109 kB | 4.1/153 kB Progress (5): 285/331 kB | 19 kB | 28/314 kB | 84/109 kB | 7.7/153 kB Progress (5): 289/331 kB | 19 kB | 28/314 kB | 84/109 kB | 7.7/153 kB Progress (5): 289/331 kB | 19 kB | 28/314 kB | 84/109 kB | 12/153 kB Progress (5): 289/331 kB | 19 kB | 28/314 kB | 88/109 kB | 12/153 kB Progress (5): 289/331 kB | 19 kB | 32/314 kB | 88/109 kB | 12/153 kB Progress (5): 289/331 kB | 19 kB | 32/314 kB | 92/109 kB | 12/153 kB Progress (5): 289/331 kB | 19 kB | 32/314 kB | 92/109 kB | 16/153 kB Progress (5): 293/331 kB | 19 kB | 32/314 kB | 92/109 kB | 16/153 kB Progress (5): 293/331 kB | 19 kB | 32/314 kB | 92/109 kB | 20/153 kB Progress (5): 293/331 kB | 19 kB | 32/314 kB | 96/109 kB | 20/153 kB Progress (5): 293/331 kB | 19 kB | 33/314 kB | 96/109 kB | 20/153 kB Progress (5): 293/331 kB | 19 kB | 33/314 kB | 100/109 kB | 20/153 kB Progress (5): 293/331 kB | 19 kB | 37/314 kB | 100/109 kB | 20/153 kB Progress (5): 293/331 kB | 19 kB | 41/314 kB | 100/109 kB | 20/153 kB Progress (5): 293/331 kB | 19 kB | 45/314 kB | 100/109 kB | 20/153 kB Progress (5): 293/331 kB | 19 kB | 49/314 kB | 100/109 kB | 20/153 kB Progress (5): 293/331 kB | 19 kB | 49/314 kB | 100/109 kB | 24/153 kB Progress (5): 293/331 kB | 19 kB | 53/314 kB | 100/109 kB | 24/153 kB Progress (5): 293/331 kB | 19 kB | 53/314 kB | 100/109 kB | 28/153 kB Progress (5): 293/331 kB | 19 kB | 53/314 kB | 100/109 kB | 32/153 kB Progress (5): 297/331 kB | 19 kB | 53/314 kB | 100/109 kB | 32/153 kB Progress (5): 297/331 kB | 19 kB | 53/314 kB | 100/109 kB | 33/153 kB Progress (5): 297/331 kB | 19 kB | 57/314 kB | 100/109 kB | 33/153 kB Progress (5): 297/331 kB | 19 kB | 57/314 kB | 100/109 kB | 37/153 kB Progress (5): 297/331 kB | 19 kB | 61/314 kB | 100/109 kB | 37/153 kB Progress (5): 297/331 kB | 19 kB | 61/314 kB | 104/109 kB | 37/153 kB Progress (5): 297/331 kB | 19 kB | 65/314 kB | 104/109 kB | 37/153 kB Progress (5): 297/331 kB | 19 kB | 65/314 kB | 104/109 kB | 41/153 kB Progress (5): 301/331 kB | 19 kB | 65/314 kB | 104/109 kB | 41/153 kB Progress (5): 301/331 kB | 19 kB | 65/314 kB | 104/109 kB | 45/153 kB Progress (5): 305/331 kB | 19 kB | 65/314 kB | 104/109 kB | 45/153 kB Progress (5): 305/331 kB | 19 kB | 66/314 kB | 104/109 kB | 45/153 kB Progress (5): 305/331 kB | 19 kB | 66/314 kB | 108/109 kB | 45/153 kB Progress (5): 305/331 kB | 19 kB | 70/314 kB | 108/109 kB | 45/153 kB Progress (5): 305/331 kB | 19 kB | 74/314 kB | 108/109 kB | 45/153 kB Progress (5): 305/331 kB | 19 kB | 78/314 kB | 108/109 kB | 45/153 kB Progress (5): 305/331 kB | 19 kB | 82/314 kB | 108/109 kB | 45/153 kB Progress (5): 309/331 kB | 19 kB | 82/314 kB | 108/109 kB | 45/153 kB Progress (5): 309/331 kB | 19 kB | 82/314 kB | 108/109 kB | 49/153 kB Progress (5): 309/331 kB | 19 kB | 86/314 kB | 108/109 kB | 49/153 kB Progress (5): 309/331 kB | 19 kB | 86/314 kB | 108/109 kB | 53/153 kB Progress (5): 309/331 kB | 19 kB | 86/314 kB | 108/109 kB | 57/153 kB Progress (5): 309/331 kB | 19 kB | 86/314 kB | 109 kB | 57/153 kB Progress (5): 309/331 kB | 19 kB | 86/314 kB | 109 kB | 61/153 kB Progress (5): 309/331 kB | 19 kB | 86/314 kB | 109 kB | 65/153 kB Progress (5): 309/331 kB | 19 kB | 90/314 kB | 109 kB | 65/153 kB Progress (5): 313/331 kB | 19 kB | 90/314 kB | 109 kB | 65/153 kB Progress (5): 317/331 kB | 19 kB | 90/314 kB | 109 kB | 65/153 kB Progress (5): 317/331 kB | 19 kB | 94/314 kB | 109 kB | 65/153 kB Progress (5): 317/331 kB | 19 kB | 94/314 kB | 109 kB | 66/153 kB Progress (5): 317/331 kB | 19 kB | 98/314 kB | 109 kB | 66/153 kB Progress (5): 321/331 kB | 19 kB | 98/314 kB | 109 kB | 66/153 kB Progress (5): 325/331 kB | 19 kB | 98/314 kB | 109 kB | 66/153 kB Progress (5): 325/331 kB | 19 kB | 98/314 kB | 109 kB | 66/153 kB Progress (5): 325/331 kB | 19 kB | 98/314 kB | 109 kB | 70/153 kB Progress (5): 329/331 kB | 19 kB | 98/314 kB | 109 kB | 70/153 kB Progress (5): 329/331 kB | 19 kB | 98/314 kB | 109 kB | 74/153 kB Progress (5): 329/331 kB | 19 kB | 102/314 kB | 109 kB | 74/153 kB Progress (5): 329/331 kB | 19 kB | 102/314 kB | 109 kB | 78/153 kB Progress (5): 329/331 kB | 19 kB | 102/314 kB | 109 kB | 82/153 kB Progress (5): 331 kB | 19 kB | 102/314 kB | 109 kB | 82/153 kB Progress (5): 331 kB | 19 kB | 102/314 kB | 109 kB | 86/153 kB Progress (5): 331 kB | 19 kB | 102/314 kB | 109 kB | 90/153 kB Progress (5): 331 kB | 19 kB | 102/314 kB | 109 kB | 94/153 kB Progress (5): 331 kB | 19 kB | 106/314 kB | 109 kB | 94/153 kB Progress (5): 331 kB | 19 kB | 106/314 kB | 109 kB | 98/153 kB Progress (5): 331 kB | 19 kB | 106/314 kB | 109 kB | 98/153 kB Progress (5): 331 kB | 19 kB | 110/314 kB | 109 kB | 98/153 kB Progress (5): 331 kB | 19 kB | 110/314 kB | 109 kB | 102/153 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 429 kB/s) Progress (4): 331 kB | 19 kB | 114/314 kB | 102/153 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 (4): 331 kB | 19 kB | 114/314 kB | 106/153 kB Progress (4): 331 kB | 19 kB | 118/314 kB | 106/153 kB Progress (4): 331 kB | 19 kB | 118/314 kB | 110/153 kB Progress (4): 331 kB | 19 kB | 122/314 kB | 110/153 kB Progress (4): 331 kB | 19 kB | 122/314 kB | 114/153 kB Progress (4): 331 kB | 19 kB | 126/314 kB | 114/153 kB Progress (4): 331 kB | 19 kB | 126/314 kB | 118/153 kB Progress (4): 331 kB | 19 kB | 130/314 kB | 118/153 kB Progress (4): 331 kB | 19 kB | 130/314 kB | 122/153 kB Progress (4): 331 kB | 19 kB | 131/314 kB | 122/153 kB Progress (4): 331 kB | 19 kB | 131/314 kB | 126/153 kB Progress (4): 331 kB | 19 kB | 131/314 kB | 130/153 kB Progress (4): 331 kB | 19 kB | 135/314 kB | 130/153 kB Progress (4): 331 kB | 19 kB | 135/314 kB | 134/153 kB Progress (4): 331 kB | 19 kB | 139/314 kB | 134/153 kB Progress (4): 331 kB | 19 kB | 139/314 kB | 138/153 kB Progress (4): 331 kB | 19 kB | 143/314 kB | 138/153 kB Progress (4): 331 kB | 19 kB | 143/314 kB | 142/153 kB Progress (4): 331 kB | 19 kB | 147/314 kB | 142/153 kB Progress (4): 331 kB | 19 kB | 147/314 kB | 146/153 kB Progress (4): 331 kB | 19 kB | 151/314 kB | 146/153 kB Progress (4): 331 kB | 19 kB | 151/314 kB | 150/153 kB Progress (4): 331 kB | 19 kB | 155/314 kB | 150/153 kB Progress (4): 331 kB | 19 kB | 155/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 159/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 163/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 164/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 168/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 172/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 176/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 180/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 184/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 188/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 192/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 196/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 197/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 201/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 205/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 209/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 213/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 217/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 221/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 225/314 kB | 153 kB Progress (4): 331 kB | 19 kB | 229/314 kB | 153 kB Progress (5): 331 kB | 19 kB | 229/314 kB | 153 kB | 4.1/174 kB Progress (5): 331 kB | 19 kB | 233/314 kB | 153 kB | 4.1/174 kB Progress (5): 331 kB | 19 kB | 233/314 kB | 153 kB | 7.7/174 kB Progress (5): 331 kB | 19 kB | 237/314 kB | 153 kB | 7.7/174 kB Progress (5): 331 kB | 19 kB | 237/314 kB | 153 kB | 12/174 kB Progress (5): 331 kB | 19 kB | 241/314 kB | 153 kB | 12/174 kB Progress (5): 331 kB | 19 kB | 241/314 kB | 153 kB | 16/174 kB Progress (5): 331 kB | 19 kB | 245/314 kB | 153 kB | 16/174 kB Progress (5): 331 kB | 19 kB | 245/314 kB | 153 kB | 20/174 kB Progress (5): 331 kB | 19 kB | 245/314 kB | 153 kB | 24/174 kB Progress (5): 331 kB | 19 kB | 249/314 kB | 153 kB | 24/174 kB Progress (5): 331 kB | 19 kB | 249/314 kB | 153 kB | 28/174 kB Progress (5): 331 kB | 19 kB | 253/314 kB | 153 kB | 28/174 kB Progress (5): 331 kB | 19 kB | 253/314 kB | 153 kB | 32/174 kB Progress (5): 331 kB | 19 kB | 257/314 kB | 153 kB | 32/174 kB Progress (5): 331 kB | 19 kB | 257/314 kB | 153 kB | 33/174 kB Progress (5): 331 kB | 19 kB | 261/314 kB | 153 kB | 33/174 kB Progress (5): 331 kB | 19 kB | 261/314 kB | 153 kB | 37/174 kB Progress (5): 331 kB | 19 kB | 265/314 kB | 153 kB | 37/174 kB Progress (5): 331 kB | 19 kB | 265/314 kB | 153 kB | 41/174 kB Progress (5): 331 kB | 19 kB | 269/314 kB | 153 kB | 41/174 kB Progress (5): 331 kB | 19 kB | 269/314 kB | 153 kB | 45/174 kB Progress (5): 331 kB | 19 kB | 273/314 kB | 153 kB | 45/174 kB Progress (5): 331 kB | 19 kB | 273/314 kB | 153 kB | 49/174 kB Progress (5): 331 kB | 19 kB | 277/314 kB | 153 kB | 49/174 kB Progress (5): 331 kB | 19 kB | 277/314 kB | 153 kB | 53/174 kB Progress (5): 331 kB | 19 kB | 281/314 kB | 153 kB | 53/174 kB Progress (5): 331 kB | 19 kB | 281/314 kB | 153 kB | 57/174 kB Progress (5): 331 kB | 19 kB | 285/314 kB | 153 kB | 57/174 kB Progress (5): 331 kB | 19 kB | 285/314 kB | 153 kB | 61/174 kB Progress (5): 331 kB | 19 kB | 289/314 kB | 153 kB | 61/174 kB Progress (5): 331 kB | 19 kB | 289/314 kB | 153 kB | 65/174 kB Progress (5): 331 kB | 19 kB | 293/314 kB | 153 kB | 65/174 kB Progress (5): 331 kB | 19 kB | 293/314 kB | 153 kB | 66/174 kB Progress (5): 331 kB | 19 kB | 297/314 kB | 153 kB | 66/174 kB Progress (5): 331 kB | 19 kB | 301/314 kB | 153 kB | 66/174 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 555 kB/s) Progress (4): 331 kB | 19 kB | 301/314 kB | 70/174 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar Progress (4): 331 kB | 19 kB | 305/314 kB | 70/174 kB Progress (4): 331 kB | 19 kB | 305/314 kB | 74/174 kB Progress (4): 331 kB | 19 kB | 309/314 kB | 74/174 kB Progress (4): 331 kB | 19 kB | 309/314 kB | 78/174 kB Progress (4): 331 kB | 19 kB | 313/314 kB | 78/174 kB Progress (4): 331 kB | 19 kB | 313/314 kB | 82/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 82/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 86/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 90/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 94/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 98/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 98/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 102/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 106/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 110/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 114/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 118/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 122/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 126/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 130/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 131/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 135/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 139/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 143/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 147/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 151/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 155/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 159/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 163/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 167/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 171/174 kB Progress (4): 331 kB | 19 kB | 314 kB | 174 kB Progress (5): 331 kB | 19 kB | 314 kB | 174 kB | 4.1/7.9 kB Progress (5): 331 kB | 19 kB | 314 kB | 174 kB | 7.7/7.9 kB Progress (5): 331 kB | 19 kB | 314 kB | 174 kB | 7.9 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 887 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 (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 4.1/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 7.7/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 12/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 16/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 20/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 24/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 28/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 32/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 33/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 37/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 41/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 45/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 49/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 53/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 57/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 61/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 65/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 66/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 70/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 74/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 78/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 82/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 86/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 90/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 94/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 98/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 98/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 102/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 106/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 110/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 114/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 118/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 122/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 126/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 130/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 131/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 135/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 139/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 143/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 147/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 151/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 155/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 159/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 163/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 164/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 168/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 172/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 176/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 180/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 184/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 188/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 192/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 196/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 197/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 201/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 205/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 209/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 213/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 217/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 221/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 225/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 229/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 233/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 237/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 241/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 245/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 249/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 253/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 257/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 261/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 265/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 269/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 273/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 277/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 281/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 285/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 289/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 293/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 297/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 301/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 305/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 309/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 313/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 317/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 321/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 325/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 329/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 333/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 337/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 341/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 345/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 349/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 353/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 357/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 361/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 365/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 369/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 373/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 377/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 381/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 385/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 389/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 393/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 397/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 401/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 405/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 409/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 413/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 417/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 421/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 425/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 429/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 433/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 437/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 441/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 445/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 449/450 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 450 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 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.jar Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 4.1/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 7.7/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 12/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 16/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 20/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 24/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 28/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 32/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 33/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 37/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 41/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 45/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 49/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 53/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 57/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 61/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 65/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 66/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 70/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 74/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 78/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 82/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 86/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 90/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 94/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 98/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 98/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 102/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 106/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 110/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 114/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 118/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 122/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 126/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 130/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 131/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 135/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 139/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 143/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 147/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 151/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 155/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 159/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 163/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 164/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 168/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 172/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 176/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 180/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 184/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 188/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 192/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 196/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 200/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 204/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 208/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 212/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 216/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 220/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 224/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 228/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 232/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 236/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 240/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 244/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 248/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 252/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 256/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 260/262 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 547 kB/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.jar Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 4.1/53 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 7.7/53 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 12/53 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 16/53 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 20/53 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 24/53 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 28/53 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 32/53 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 36/53 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 40/53 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 44/53 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 48/53 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 52/53 kB Progress (5): 331 kB | 19 kB | 174 kB | 7.9 kB | 53 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 6.3 kB/s) 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 109 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar 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 17 kB/s) 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 2.6 kB/s) 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 57 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.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.jar 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 (1): 0/5.5 MB Progress (1): 0/5.5 MB Progress (1): 0/5.5 MB Progress (1): 0/5.5 MB Progress (1): 0/5.5 MB Progress (1): 0/5.5 MB Progress (1): 0/5.5 MB Progress (1): 0/5.5 MB Progress (1): 0/5.5 MB Progress (1): 0/5.5 MB Progress (1): 0/5.5 MB Progress (1): 0/5.5 MB Progress (1): 0/5.5 MB Progress (1): 0.1/5.5 MB Progress (1): 0.1/5.5 MB Progress (2): 0.1/5.5 MB | 4.1/37 kB Progress (2): 0.1/5.5 MB | 4.1/37 kB Progress (2): 0.1/5.5 MB | 7.7/37 kB Progress (3): 0.1/5.5 MB | 7.7/37 kB | 4.1/445 kB Progress (3): 0.1/5.5 MB | 7.7/37 kB | 4.1/445 kB Progress (3): 0.1/5.5 MB | 7.7/37 kB | 7.7/445 kB Progress (3): 0.1/5.5 MB | 12/37 kB | 7.7/445 kB Progress (3): 0.1/5.5 MB | 12/37 kB | 7.7/445 kB Progress (3): 0.1/5.5 MB | 16/37 kB | 7.7/445 kB Progress (3): 0.1/5.5 MB | 16/37 kB | 12/445 kB Progress (3): 0.1/5.5 MB | 16/37 kB | 12/445 kB Progress (3): 0.1/5.5 MB | 20/37 kB | 12/445 kB Progress (3): 0.1/5.5 MB | 20/37 kB | 16/445 kB Progress (3): 0.1/5.5 MB | 24/37 kB | 16/445 kB Progress (3): 0.1/5.5 MB | 24/37 kB | 16/445 kB Progress (3): 0.1/5.5 MB | 28/37 kB | 16/445 kB Progress (3): 0.1/5.5 MB | 28/37 kB | 20/445 kB Progress (3): 0.1/5.5 MB | 28/37 kB | 20/445 kB Progress (3): 0.1/5.5 MB | 32/37 kB | 20/445 kB Progress (3): 0.1/5.5 MB | 32/37 kB | 20/445 kB Progress (3): 0.1/5.5 MB | 32/37 kB | 24/445 kB Progress (3): 0.1/5.5 MB | 36/37 kB | 24/445 kB Progress (3): 0.1/5.5 MB | 36/37 kB | 24/445 kB Progress (3): 0.1/5.5 MB | 36/37 kB | 28/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 28/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 32/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 32/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 33/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 33/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 37/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 37/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 41/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 41/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 45/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 49/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 53/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 57/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 61/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 65/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 66/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 66/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 70/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 70/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 74/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 74/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 78/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 78/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 82/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 82/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 86/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 86/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 90/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 90/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 94/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 94/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 98/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 98/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 98/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 102/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 106/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 110/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 114/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 118/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 122/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 126/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 130/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 131/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 135/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 139/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 143/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 147/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 151/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 155/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 159/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 163/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 164/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 168/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 172/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 176/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 180/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 184/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 188/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 192/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 196/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 197/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 201/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 205/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 209/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 213/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 217/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 221/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 225/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 229/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 229/445 kB Progress (3): 0.1/5.5 MB | 37 kB | 229/445 kB Progress (4): 0.1/5.5 MB | 37 kB | 229/445 kB | 4.1/33 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 12 kB/s) Progress (3): 0.1/5.5 MB | 229/445 kB | 4.1/33 kB 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 (3): 0.1/5.5 MB | 229/445 kB | 7.7/33 kB Progress (3): 0.1/5.5 MB | 233/445 kB | 7.7/33 kB Progress (3): 0.1/5.5 MB | 233/445 kB | 12/33 kB Progress (3): 0.1/5.5 MB | 233/445 kB | 16/33 kB Progress (3): 0.1/5.5 MB | 233/445 kB | 20/33 kB Progress (3): 0.1/5.5 MB | 233/445 kB | 24/33 kB Progress (3): 0.1/5.5 MB | 233/445 kB | 24/33 kB Progress (4): 0.1/5.5 MB | 233/445 kB | 24/33 kB | 4.1/43 kB Progress (4): 0.1/5.5 MB | 233/445 kB | 24/33 kB | 4.1/43 kB Progress (4): 0.1/5.5 MB | 233/445 kB | 28/33 kB | 4.1/43 kB Progress (4): 0.2/5.5 MB | 233/445 kB | 28/33 kB | 4.1/43 kB Progress (4): 0.2/5.5 MB | 233/445 kB | 28/33 kB | 4.1/43 kB Progress (4): 0.2/5.5 MB | 237/445 kB | 28/33 kB | 4.1/43 kB Progress (4): 0.2/5.5 MB | 237/445 kB | 28/33 kB | 4.1/43 kB Progress (4): 0.2/5.5 MB | 237/445 kB | 28/33 kB | 4.1/43 kB Progress (4): 0.2/5.5 MB | 237/445 kB | 32/33 kB | 4.1/43 kB Progress (4): 0.2/5.5 MB | 237/445 kB | 33 kB | 4.1/43 kB Progress (4): 0.2/5.5 MB | 237/445 kB | 33 kB | 7.7/43 kB Progress (4): 0.2/5.5 MB | 237/445 kB | 33 kB | 7.7/43 kB Progress (4): 0.2/5.5 MB | 241/445 kB | 33 kB | 7.7/43 kB Progress (4): 0.2/5.5 MB | 241/445 kB | 33 kB | 12/43 kB Progress (4): 0.2/5.5 MB | 241/445 kB | 33 kB | 12/43 kB Progress (4): 0.2/5.5 MB | 245/445 kB | 33 kB | 12/43 kB Progress (4): 0.2/5.5 MB | 245/445 kB | 33 kB | 12/43 kB Progress (4): 0.2/5.5 MB | 245/445 kB | 33 kB | 16/43 kB Progress (5): 0.2/5.5 MB | 245/445 kB | 33 kB | 16/43 kB | 4.1/18 kB Progress (5): 0.2/5.5 MB | 249/445 kB | 33 kB | 16/43 kB | 4.1/18 kB Progress (5): 0.2/5.5 MB | 249/445 kB | 33 kB | 16/43 kB | 7.7/18 kB Progress (5): 0.2/5.5 MB | 249/445 kB | 33 kB | 20/43 kB | 7.7/18 kB Progress (5): 0.2/5.5 MB | 249/445 kB | 33 kB | 20/43 kB | 7.7/18 kB Progress (5): 0.2/5.5 MB | 249/445 kB | 33 kB | 24/43 kB | 7.7/18 kB Progress (5): 0.2/5.5 MB | 249/445 kB | 33 kB | 24/43 kB | 12/18 kB Progress (5): 0.2/5.5 MB | 249/445 kB | 33 kB | 24/43 kB | 16/18 kB Progress (5): 0.2/5.5 MB | 253/445 kB | 33 kB | 24/43 kB | 16/18 kB Progress (5): 0.2/5.5 MB | 253/445 kB | 33 kB | 24/43 kB | 18 kB Progress (5): 0.2/5.5 MB | 253/445 kB | 33 kB | 28/43 kB | 18 kB Progress (5): 0.2/5.5 MB | 253/445 kB | 33 kB | 28/43 kB | 18 kB Progress (5): 0.2/5.5 MB | 253/445 kB | 33 kB | 32/43 kB | 18 kB Progress (5): 0.2/5.5 MB | 257/445 kB | 33 kB | 32/43 kB | 18 kB Progress (5): 0.2/5.5 MB | 257/445 kB | 33 kB | 32/43 kB | 18 kB Progress (5): 0.2/5.5 MB | 261/445 kB | 33 kB | 32/43 kB | 18 kB Progress (5): 0.2/5.5 MB | 261/445 kB | 33 kB | 36/43 kB | 18 kB Progress (5): 0.2/5.5 MB | 262/445 kB | 33 kB | 36/43 kB | 18 kB Progress (5): 0.2/5.5 MB | 262/445 kB | 33 kB | 36/43 kB | 18 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 11 kB/s) Progress (4): 0.2/5.5 MB | 262/445 kB | 40/43 kB | 18 kB 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): 0.2/5.5 MB | 262/445 kB | 40/43 kB | 18 kB Progress (4): 0.2/5.5 MB | 266/445 kB | 40/43 kB | 18 kB Progress (4): 0.2/5.5 MB | 266/445 kB | 40/43 kB | 18 kB Progress (4): 0.2/5.5 MB | 266/445 kB | 43 kB | 18 kB Progress (4): 0.2/5.5 MB | 270/445 kB | 43 kB | 18 kB Progress (4): 0.2/5.5 MB | 270/445 kB | 43 kB | 18 kB Progress (4): 0.2/5.5 MB | 274/445 kB | 43 kB | 18 kB Progress (4): 0.2/5.5 MB | 274/445 kB | 43 kB | 18 kB Progress (4): 0.2/5.5 MB | 278/445 kB | 43 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 5.8 kB/s) Progress (3): 0.2/5.5 MB | 282/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 282/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 286/445 kB | 43 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 (3): 0.2/5.5 MB | 290/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 290/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 294/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 295/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 295/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 295/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 299/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 303/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 303/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 307/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 307/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 311/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 311/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 315/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 315/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 319/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 319/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 323/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 323/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 327/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 327/445 kB | 43 kB Progress (3): 0.2/5.5 MB | 328/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 14 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): 0.2/5.5 MB | 328/445 kB | 4.1/12 kB Progress (3): 0.2/5.5 MB | 328/445 kB | 7.7/12 kB Progress (3): 0.2/5.5 MB | 328/445 kB | 12/12 kB Progress (3): 0.2/5.5 MB | 328/445 kB | 12 kB Progress (3): 0.2/5.5 MB | 332/445 kB | 12 kB Progress (3): 0.2/5.5 MB | 332/445 kB | 12 kB Progress (3): 0.2/5.5 MB | 336/445 kB | 12 kB Progress (4): 0.2/5.5 MB | 336/445 kB | 12 kB | 4.1/245 kB Progress (4): 0.2/5.5 MB | 340/445 kB | 12 kB | 4.1/245 kB Progress (4): 0.3/5.5 MB | 340/445 kB | 12 kB | 4.1/245 kB Progress (4): 0.3/5.5 MB | 344/445 kB | 12 kB | 4.1/245 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 3.7 kB/s) Progress (3): 0.3/5.5 MB | 344/445 kB | 7.7/245 kB 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 (3): 0.3/5.5 MB | 348/445 kB | 7.7/245 kB Progress (3): 0.3/5.5 MB | 348/445 kB | 7.7/245 kB Progress (3): 0.3/5.5 MB | 352/445 kB | 7.7/245 kB Progress (3): 0.3/5.5 MB | 352/445 kB | 12/245 kB Progress (3): 0.3/5.5 MB | 352/445 kB | 12/245 kB Progress (3): 0.3/5.5 MB | 356/445 kB | 12/245 kB Progress (3): 0.3/5.5 MB | 356/445 kB | 16/245 kB Progress (3): 0.3/5.5 MB | 356/445 kB | 16/245 kB Progress (3): 0.3/5.5 MB | 360/445 kB | 16/245 kB Progress (3): 0.3/5.5 MB | 360/445 kB | 16/245 kB Progress (3): 0.3/5.5 MB | 360/445 kB | 20/245 kB Progress (3): 0.3/5.5 MB | 360/445 kB | 20/245 kB Progress (3): 0.3/5.5 MB | 360/445 kB | 20/245 kB Progress (3): 0.3/5.5 MB | 360/445 kB | 24/245 kB Progress (3): 0.3/5.5 MB | 360/445 kB | 24/245 kB Progress (3): 0.3/5.5 MB | 365/445 kB | 24/245 kB Progress (3): 0.3/5.5 MB | 365/445 kB | 28/245 kB Progress (3): 0.3/5.5 MB | 365/445 kB | 28/245 kB Progress (3): 0.3/5.5 MB | 368/445 kB | 28/245 kB Progress (3): 0.3/5.5 MB | 368/445 kB | 28/245 kB Progress (3): 0.3/5.5 MB | 368/445 kB | 32/245 kB Progress (3): 0.3/5.5 MB | 373/445 kB | 32/245 kB Progress (3): 0.3/5.5 MB | 373/445 kB | 33/245 kB Progress (3): 0.3/5.5 MB | 376/445 kB | 33/245 kB Progress (3): 0.3/5.5 MB | 376/445 kB | 37/245 kB Progress (3): 0.3/5.5 MB | 376/445 kB | 37/245 kB Progress (3): 0.3/5.5 MB | 376/445 kB | 41/245 kB Progress (3): 0.3/5.5 MB | 381/445 kB | 41/245 kB Progress (3): 0.3/5.5 MB | 381/445 kB | 41/245 kB Progress (3): 0.3/5.5 MB | 381/445 kB | 45/245 kB Progress (3): 0.3/5.5 MB | 384/445 kB | 45/245 kB Progress (3): 0.3/5.5 MB | 384/445 kB | 49/245 kB Progress (3): 0.3/5.5 MB | 384/445 kB | 49/245 kB Progress (3): 0.3/5.5 MB | 389/445 kB | 49/245 kB Progress (3): 0.3/5.5 MB | 389/445 kB | 49/245 kB Progress (3): 0.3/5.5 MB | 389/445 kB | 53/245 kB Progress (3): 0.3/5.5 MB | 392/445 kB | 53/245 kB Progress (3): 0.3/5.5 MB | 392/445 kB | 53/245 kB Progress (3): 0.3/5.5 MB | 392/445 kB | 57/245 kB Progress (3): 0.3/5.5 MB | 392/445 kB | 57/245 kB Progress (3): 0.3/5.5 MB | 397/445 kB | 57/245 kB Progress (3): 0.3/5.5 MB | 397/445 kB | 61/245 kB Progress (3): 0.3/5.5 MB | 397/445 kB | 61/245 kB Progress (3): 0.3/5.5 MB | 400/445 kB | 61/245 kB Progress (3): 0.3/5.5 MB | 400/445 kB | 61/245 kB Progress (3): 0.3/5.5 MB | 400/445 kB | 65/245 kB Progress (3): 0.3/5.5 MB | 405/445 kB | 65/245 kB Progress (3): 0.3/5.5 MB | 405/445 kB | 65/245 kB Progress (3): 0.3/5.5 MB | 405/445 kB | 66/245 kB Progress (3): 0.3/5.5 MB | 405/445 kB | 66/245 kB Progress (3): 0.3/5.5 MB | 405/445 kB | 70/245 kB Progress (3): 0.3/5.5 MB | 408/445 kB | 70/245 kB Progress (3): 0.3/5.5 MB | 408/445 kB | 74/245 kB Progress (3): 0.3/5.5 MB | 408/445 kB | 74/245 kB Progress (3): 0.3/5.5 MB | 408/445 kB | 78/245 kB Progress (3): 0.3/5.5 MB | 413/445 kB | 78/245 kB Progress (3): 0.3/5.5 MB | 413/445 kB | 82/245 kB Progress (3): 0.3/5.5 MB | 413/445 kB | 82/245 kB Progress (4): 0.3/5.5 MB | 413/445 kB | 82/245 kB | 4.1/13 kB Progress (4): 0.3/5.5 MB | 416/445 kB | 82/245 kB | 4.1/13 kB Progress (4): 0.3/5.5 MB | 416/445 kB | 82/245 kB | 7.7/13 kB Progress (4): 0.3/5.5 MB | 416/445 kB | 82/245 kB | 7.7/13 kB Progress (4): 0.3/5.5 MB | 416/445 kB | 86/245 kB | 7.7/13 kB Progress (4): 0.3/5.5 MB | 416/445 kB | 86/245 kB | 7.7/13 kB Progress (4): 0.3/5.5 MB | 416/445 kB | 86/245 kB | 12/13 kB Progress (4): 0.3/5.5 MB | 421/445 kB | 86/245 kB | 12/13 kB Progress (4): 0.3/5.5 MB | 421/445 kB | 86/245 kB | 12/13 kB Progress (4): 0.3/5.5 MB | 421/445 kB | 86/245 kB | 13 kB Progress (4): 0.3/5.5 MB | 421/445 kB | 90/245 kB | 13 kB Progress (4): 0.3/5.5 MB | 421/445 kB | 90/245 kB | 13 kB Progress (4): 0.3/5.5 MB | 421/445 kB | 94/245 kB | 13 kB Progress (4): 0.3/5.5 MB | 424/445 kB | 94/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 424/445 kB | 94/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 424/445 kB | 98/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 424/445 kB | 98/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 429/445 kB | 98/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 429/445 kB | 98/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 429/445 kB | 98/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 432/445 kB | 98/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 432/445 kB | 98/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 432/445 kB | 102/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 437/445 kB | 102/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 437/445 kB | 102/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 437/445 kB | 106/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 437/445 kB | 106/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 440/445 kB | 106/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 440/445 kB | 110/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445/445 kB | 110/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445/445 kB | 110/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 110/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 114/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 114/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 118/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 122/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 122/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 126/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 126/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 130/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 131/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 131/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 135/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 135/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 139/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 139/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 143/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 143/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 147/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 147/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 151/245 kB | 13 kB Progress (4): 0.4/5.5 MB | 445 kB | 151/245 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 4.2 kB/s) Progress (3): 0.4/5.5 MB | 445 kB | 155/245 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 (3): 0.4/5.5 MB | 445 kB | 155/245 kB Progress (3): 0.4/5.5 MB | 445 kB | 159/245 kB Progress (3): 0.4/5.5 MB | 445 kB | 159/245 kB Progress (3): 0.4/5.5 MB | 445 kB | 163/245 kB Progress (3): 0.4/5.5 MB | 445 kB | 164/245 kB Progress (3): 0.4/5.5 MB | 445 kB | 164/245 kB Progress (3): 0.4/5.5 MB | 445 kB | 168/245 kB Progress (3): 0.4/5.5 MB | 445 kB | 168/245 kB Progress (3): 0.4/5.5 MB | 445 kB | 172/245 kB Progress (3): 0.4/5.5 MB | 445 kB | 172/245 kB Progress (3): 0.4/5.5 MB | 445 kB | 176/245 kB Progress (3): 0.4/5.5 MB | 445 kB | 176/245 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 140 kB/s) Progress (2): 0.4/5.5 MB | 176/245 kB Progress (2): 0.4/5.5 MB | 180/245 kB Progress (2): 0.4/5.5 MB | 180/245 kB 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 (2): 0.4/5.5 MB | 180/245 kB Progress (2): 0.4/5.5 MB | 184/245 kB Progress (2): 0.5/5.5 MB | 184/245 kB Progress (2): 0.5/5.5 MB | 188/245 kB Progress (2): 0.5/5.5 MB | 188/245 kB Progress (2): 0.5/5.5 MB | 192/245 kB Progress (2): 0.5/5.5 MB | 192/245 kB Progress (2): 0.5/5.5 MB | 196/245 kB Progress (2): 0.5/5.5 MB | 197/245 kB Progress (2): 0.5/5.5 MB | 197/245 kB Progress (2): 0.5/5.5 MB | 201/245 kB Progress (2): 0.5/5.5 MB | 201/245 kB Progress (2): 0.5/5.5 MB | 205/245 kB Progress (2): 0.5/5.5 MB | 205/245 kB Progress (2): 0.5/5.5 MB | 209/245 kB Progress (2): 0.5/5.5 MB | 209/245 kB Progress (2): 0.5/5.5 MB | 213/245 kB Progress (2): 0.5/5.5 MB | 213/245 kB Progress (2): 0.5/5.5 MB | 217/245 kB Progress (2): 0.5/5.5 MB | 217/245 kB Progress (2): 0.5/5.5 MB | 221/245 kB Progress (2): 0.5/5.5 MB | 225/245 kB Progress (3): 0.5/5.5 MB | 225/245 kB | 4.1/30 kB Progress (3): 0.5/5.5 MB | 225/245 kB | 4.1/30 kB Progress (3): 0.5/5.5 MB | 225/245 kB | 7.7/30 kB Progress (3): 0.5/5.5 MB | 229/245 kB | 7.7/30 kB Progress (3): 0.5/5.5 MB | 229/245 kB | 7.7/30 kB Progress (3): 0.5/5.5 MB | 233/245 kB | 7.7/30 kB Progress (3): 0.5/5.5 MB | 233/245 kB | 12/30 kB Progress (3): 0.5/5.5 MB | 233/245 kB | 12/30 kB Progress (3): 0.5/5.5 MB | 237/245 kB | 12/30 kB Progress (3): 0.5/5.5 MB | 237/245 kB | 12/30 kB Progress (3): 0.5/5.5 MB | 241/245 kB | 12/30 kB Progress (3): 0.5/5.5 MB | 241/245 kB | 16/30 kB Progress (3): 0.5/5.5 MB | 245/245 kB | 16/30 kB Progress (3): 0.5/5.5 MB | 245/245 kB | 16/30 kB Progress (3): 0.5/5.5 MB | 245/245 kB | 20/30 kB Progress (3): 0.5/5.5 MB | 245 kB | 20/30 kB Progress (3): 0.5/5.5 MB | 245 kB | 24/30 kB Progress (3): 0.5/5.5 MB | 245 kB | 24/30 kB Progress (3): 0.5/5.5 MB | 245 kB | 28/30 kB Progress (3): 0.5/5.5 MB | 245 kB | 30 kB Progress (3): 0.5/5.5 MB | 245 kB | 30 kB Progress (3): 0.5/5.5 MB | 245 kB | 30 kB Progress (3): 0.5/5.5 MB | 245 kB | 30 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 4.1/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 4.1/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 7.7/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 7.7/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 12/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 12/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 16/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 16/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 20/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 20/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 24/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 24/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 28/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 28/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 32/123 kB Progress (4): 0.5/5.5 MB | 245 kB | 30 kB | 33/123 kB Progress (4): 0.6/5.5 MB | 245 kB | 30 kB | 33/123 kB Progress (4): 0.6/5.5 MB | 245 kB | 30 kB | 37/123 kB Progress (4): 0.6/5.5 MB | 245 kB | 30 kB | 37/123 kB Progress (4): 0.6/5.5 MB | 245 kB | 30 kB | 41/123 kB Progress (4): 0.6/5.5 MB | 245 kB | 30 kB | 41/123 kB Progress (4): 0.6/5.5 MB | 245 kB | 30 kB | 41/123 kB Progress (4): 0.6/5.5 MB | 245 kB | 30 kB | 41/123 kB Progress (4): 0.6/5.5 MB | 245 kB | 30 kB | 41/123 kB Progress (4): 0.6/5.5 MB | 245 kB | 30 kB | 41/123 kB Progress (4): 0.6/5.5 MB | 245 kB | 30 kB | 41/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 9.3 kB/s) Progress (3): 0.6/5.5 MB | 245 kB | 45/123 kB 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 (3): 0.6/5.5 MB | 245 kB | 45/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 49/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 49/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 53/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 53/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 57/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 61/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 65/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 65/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 66/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 66/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 70/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 70/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 74/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 74/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 78/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 78/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 82/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 82/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 86/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 86/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 90/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 90/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 94/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 94/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 98/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 98/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 98/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 102/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 102/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 106/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 106/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 110/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 110/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 114/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 114/123 kB Progress (3): 0.6/5.5 MB | 245 kB | 118/123 kB Progress (3): 0.7/5.5 MB | 245 kB | 118/123 kB Progress (3): 0.7/5.5 MB | 245 kB | 122/123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (3): 0.7/5.5 MB | 245 kB | 123 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 4.1/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 4.1/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 7.7/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 7.7/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 12/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 12/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 16/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 16/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 20/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 20/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 24/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 24/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 28/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 28/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 32/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 33/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 33/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 37/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 37/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 41/57 kB Progress (4): 0.7/5.5 MB | 245 kB | 123 kB | 41/57 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 38 kB/s) Progress (3): 0.7/5.5 MB | 245 kB | 45/57 kB 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 (3): 0.7/5.5 MB | 245 kB | 45/57 kB Progress (3): 0.7/5.5 MB | 245 kB | 49/57 kB Progress (3): 0.8/5.5 MB | 245 kB | 49/57 kB Progress (3): 0.8/5.5 MB | 245 kB | 53/57 kB Progress (3): 0.8/5.5 MB | 245 kB | 53/57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57/57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57/57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.8/5.5 MB | 245 kB | 57 kB Progress (3): 0.9/5.5 MB | 245 kB | 57 kB Progress (3): 0.9/5.5 MB | 245 kB | 57 kB Progress (3): 0.9/5.5 MB | 245 kB | 57 kB Progress (3): 0.9/5.5 MB | 245 kB | 57 kB Progress (3): 0.9/5.5 MB | 245 kB | 57 kB Progress (3): 0.9/5.5 MB | 245 kB | 57 kB Progress (3): 0.9/5.5 MB | 245 kB | 57 kB Progress (3): 0.9/5.5 MB | 245 kB | 57 kB Progress (3): 0.9/5.5 MB | 245 kB | 57 kB Progress (3): 0.9/5.5 MB | 245 kB | 57 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 17 kB/s) Progress (2): 0.9/5.5 MB | 245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 0.9/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (2): 1.0/5.5 MB | 245 kB Progress (3): 1.0/5.5 MB | 245 kB | 4.1/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 4.1/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 7.7/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 7.7/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 12/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 16/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 16/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 20/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 20/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 24/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 24/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 28/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 28/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 32/32 kB Progress (3): 1.0/5.5 MB | 245 kB | 32 kB Progress (3): 1.0/5.5 MB | 245 kB | 32 kB Progress (3): 1.0/5.5 MB | 245 kB | 32 kB Progress (3): 1.0/5.5 MB | 245 kB | 32 kB Progress (3): 1.0/5.5 MB | 245 kB | 32 kB Progress (3): 1.0/5.5 MB | 245 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 9.5 kB/s) Progress (2): 1.1/5.5 MB | 245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.1/5.5 MB | 245 kB Progress (2): 1.2/5.5 MB | 245 kB Progress (2): 1.2/5.5 MB | 245 kB Progress (2): 1.2/5.5 MB | 245 kB Progress (2): 1.2/5.5 MB | 245 kB Progress (2): 1.2/5.5 MB | 245 kB Progress (2): 1.2/5.5 MB | 245 kB Progress (2): 1.2/5.5 MB | 245 kB Progress (3): 1.2/5.5 MB | 245 kB | 4.1/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 4.1/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 7.7/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 7.7/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 7.7/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 12/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 12/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 16/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 16/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 16/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 20/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 20/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 24/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 24/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 24/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 28/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 28/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 32/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 32/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 33/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 33/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 37/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 37/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 41/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 41/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 45/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 45/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 49/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 49/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 53/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 53/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 57/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 57/233 kB Progress (3): 1.2/5.5 MB | 245 kB | 61/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 61/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 65/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 65/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 66/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 66/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 70/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 70/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 74/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 74/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 78/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 78/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 82/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 82/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 86/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 86/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 90/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 90/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 94/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 94/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 98/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 98/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 98/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 98/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 102/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 102/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 106/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 106/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 110/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 110/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 114/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 114/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 118/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 118/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 122/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 122/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 126/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 126/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 130/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 130/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 134/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 134/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 138/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 138/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 142/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 142/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 146/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 146/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 150/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 150/233 kB Progress (3): 1.3/5.5 MB | 245 kB | 154/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 154/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 158/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 158/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 162/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 162/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 166/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 166/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 170/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 170/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 174/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 174/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 178/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 178/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 182/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 182/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 186/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 186/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 190/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 190/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 194/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 194/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 198/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 198/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 202/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 202/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 206/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 206/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 210/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 210/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 214/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 214/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 218/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 218/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 222/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 222/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 226/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 226/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 230/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 230/233 kB Progress (3): 1.4/5.5 MB | 245 kB | 233 kB Progress (3): 1.4/5.5 MB | 245 kB | 233 kB Progress (3): 1.4/5.5 MB | 245 kB | 233 kB Progress (3): 1.4/5.5 MB | 245 kB | 233 kB Progress (3): 1.4/5.5 MB | 245 kB | 233 kB Progress (3): 1.4/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 kB Progress (3): 1.5/5.5 MB | 245 kB | 233 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 69 kB/s) Progress (2): 1.5/5.5 MB | 245 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 (2): 1.5/5.5 MB | 245 kB Progress (2): 1.5/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.6/5.5 MB | 245 kB Progress (2): 1.7/5.5 MB | 245 kB Progress (2): 1.7/5.5 MB | 245 kB Progress (2): 1.7/5.5 MB | 245 kB Progress (2): 1.7/5.5 MB | 245 kB Progress (2): 1.7/5.5 MB | 245 kB Progress (2): 1.7/5.5 MB | 245 kB Progress (2): 1.7/5.5 MB | 245 kB Progress (2): 1.7/5.5 MB | 245 kB Progress (2): 1.7/5.5 MB | 245 kB Progress (3): 1.7/5.5 MB | 245 kB | 4.1/26 kB Progress (3): 1.7/5.5 MB | 245 kB | 4.1/26 kB Progress (3): 1.7/5.5 MB | 245 kB | 7.7/26 kB Progress (3): 1.7/5.5 MB | 245 kB | 7.7/26 kB Progress (3): 1.7/5.5 MB | 245 kB | 12/26 kB Progress (3): 1.7/5.5 MB | 245 kB | 12/26 kB Progress (3): 1.7/5.5 MB | 245 kB | 16/26 kB Progress (3): 1.7/5.5 MB | 245 kB | 16/26 kB Progress (3): 1.7/5.5 MB | 245 kB | 20/26 kB Progress (3): 1.7/5.5 MB | 245 kB | 20/26 kB Progress (3): 1.7/5.5 MB | 245 kB | 20/26 kB Progress (3): 1.7/5.5 MB | 245 kB | 24/26 kB Progress (3): 1.7/5.5 MB | 245 kB | 24/26 kB Progress (3): 1.7/5.5 MB | 245 kB | 26 kB Progress (3): 1.7/5.5 MB | 245 kB | 26 kB Progress (3): 1.7/5.5 MB | 245 kB | 26 kB Progress (3): 1.7/5.5 MB | 245 kB | 26 kB Progress (3): 1.7/5.5 MB | 245 kB | 26 kB Progress (3): 1.7/5.5 MB | 245 kB | 26 kB Progress (3): 1.7/5.5 MB | 245 kB | 26 kB Progress (3): 1.7/5.5 MB | 245 kB | 26 kB Progress (3): 1.7/5.5 MB | 245 kB | 26 kB Progress (3): 1.7/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.8/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 kB Progress (3): 1.9/5.5 MB | 245 kB | 26 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 7.5 kB/s) Progress (2): 1.9/5.5 MB | 245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Progress (2): 1.9/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.0/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.1/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.2/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.3/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.4/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.5/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.6/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.7/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.8/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 2.9/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.0/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.1/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.2/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.3/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.4/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.5/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.6/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.7/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.8/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 3.9/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.0/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.1/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.2/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.3/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.4/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.5/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.6/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.7/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.8/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 4.9/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.0/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.1/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.2/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.3/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.4/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5/5.5 MB | 245 kB Progress (2): 5.5 MB | 245 kB Progress (3): 5.5 MB | 245 kB | 4.1/155 kB Progress (3): 5.5 MB | 245 kB | 7.7/155 kB Progress (3): 5.5 MB | 245 kB | 12/155 kB Progress (3): 5.5 MB | 245 kB | 16/155 kB Progress (3): 5.5 MB | 245 kB | 20/155 kB Progress (3): 5.5 MB | 245 kB | 24/155 kB Progress (3): 5.5 MB | 245 kB | 28/155 kB Progress (3): 5.5 MB | 245 kB | 32/155 kB Progress (4): 5.5 MB | 245 kB | 32/155 kB | 4.1/575 kB Progress (4): 5.5 MB | 245 kB | 33/155 kB | 4.1/575 kB Progress (4): 5.5 MB | 245 kB | 33/155 kB | 7.7/575 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 26 kB/s) Progress (3): 5.5 MB | 33/155 kB | 12/575 kB Progress (3): 5.5 MB | 37/155 kB | 12/575 kB Progress (3): 5.5 MB | 37/155 kB | 16/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 (3): 5.5 MB | 37/155 kB | 20/575 kB Progress (3): 5.5 MB | 41/155 kB | 20/575 kB Progress (3): 5.5 MB | 41/155 kB | 24/575 kB Progress (3): 5.5 MB | 45/155 kB | 24/575 kB Progress (3): 5.5 MB | 45/155 kB | 28/575 kB Progress (3): 5.5 MB | 49/155 kB | 28/575 kB Progress (3): 5.5 MB | 49/155 kB | 32/575 kB Progress (3): 5.5 MB | 53/155 kB | 32/575 kB Progress (3): 5.5 MB | 57/155 kB | 32/575 kB Progress (3): 5.5 MB | 57/155 kB | 36/575 kB Progress (3): 5.5 MB | 61/155 kB | 36/575 kB Progress (3): 5.5 MB | 61/155 kB | 40/575 kB Progress (3): 5.5 MB | 65/155 kB | 40/575 kB Progress (3): 5.5 MB | 66/155 kB | 40/575 kB Progress (3): 5.5 MB | 70/155 kB | 40/575 kB Progress (3): 5.5 MB | 74/155 kB | 40/575 kB Progress (3): 5.5 MB | 78/155 kB | 40/575 kB Progress (3): 5.5 MB | 82/155 kB | 40/575 kB Progress (3): 5.5 MB | 86/155 kB | 40/575 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.jar (5.5 MB at 595 kB/s) Progress (2): 90/155 kB | 40/575 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Progress (3): 90/155 kB | 40/575 kB | 4.1/22 kB Progress (3): 90/155 kB | 40/575 kB | 7.7/22 kB Progress (3): 90/155 kB | 40/575 kB | 12/22 kB Progress (3): 90/155 kB | 40/575 kB | 16/22 kB Progress (3): 90/155 kB | 40/575 kB | 20/22 kB Progress (3): 90/155 kB | 40/575 kB | 22 kB Progress (3): 90/155 kB | 44/575 kB | 22 kB Progress (3): 90/155 kB | 48/575 kB | 22 kB Progress (3): 94/155 kB | 48/575 kB | 22 kB Progress (3): 98/155 kB | 48/575 kB | 22 kB Progress (3): 98/155 kB | 48/575 kB | 22 kB Progress (3): 98/155 kB | 52/575 kB | 22 kB Progress (3): 98/155 kB | 56/575 kB | 22 kB Progress (3): 102/155 kB | 56/575 kB | 22 kB Progress (3): 102/155 kB | 60/575 kB | 22 kB Progress (3): 106/155 kB | 60/575 kB | 22 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 2.4 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.jar Progress (2): 106/155 kB | 64/575 kB Progress (2): 106/155 kB | 68/575 kB Progress (2): 106/155 kB | 72/575 kB Progress (2): 106/155 kB | 76/575 kB Progress (2): 106/155 kB | 80/575 kB Progress (3): 106/155 kB | 80/575 kB | 4.1/282 kB Progress (3): 106/155 kB | 80/575 kB | 7.7/282 kB Progress (3): 106/155 kB | 84/575 kB | 7.7/282 kB Progress (3): 106/155 kB | 88/575 kB | 7.7/282 kB Progress (3): 106/155 kB | 88/575 kB | 12/282 kB Progress (3): 106/155 kB | 88/575 kB | 16/282 kB Progress (3): 106/155 kB | 88/575 kB | 20/282 kB Progress (3): 106/155 kB | 88/575 kB | 24/282 kB Progress (3): 106/155 kB | 92/575 kB | 24/282 kB Progress (3): 106/155 kB | 96/575 kB | 24/282 kB Progress (3): 106/155 kB | 96/575 kB | 28/282 kB Progress (3): 106/155 kB | 96/575 kB | 32/282 kB Progress (3): 106/155 kB | 96/575 kB | 33/282 kB Progress (3): 106/155 kB | 96/575 kB | 37/282 kB Progress (3): 106/155 kB | 100/575 kB | 37/282 kB Progress (3): 106/155 kB | 100/575 kB | 41/282 kB Progress (3): 106/155 kB | 104/575 kB | 41/282 kB Progress (3): 106/155 kB | 104/575 kB | 45/282 kB Progress (3): 106/155 kB | 108/575 kB | 45/282 kB Progress (3): 106/155 kB | 108/575 kB | 49/282 kB Progress (3): 106/155 kB | 112/575 kB | 49/282 kB Progress (3): 110/155 kB | 112/575 kB | 49/282 kB Progress (3): 114/155 kB | 112/575 kB | 49/282 kB Progress (3): 114/155 kB | 112/575 kB | 53/282 kB Progress (3): 114/155 kB | 112/575 kB | 57/282 kB Progress (3): 114/155 kB | 116/575 kB | 57/282 kB Progress (3): 114/155 kB | 120/575 kB | 57/282 kB Progress (3): 114/155 kB | 120/575 kB | 61/282 kB Progress (3): 114/155 kB | 120/575 kB | 65/282 kB Progress (3): 114/155 kB | 124/575 kB | 65/282 kB Progress (3): 114/155 kB | 124/575 kB | 66/282 kB Progress (3): 114/155 kB | 128/575 kB | 66/282 kB Progress (3): 114/155 kB | 128/575 kB | 70/282 kB Progress (3): 114/155 kB | 128/575 kB | 74/282 kB Progress (3): 114/155 kB | 132/575 kB | 74/282 kB Progress (3): 114/155 kB | 132/575 kB | 78/282 kB Progress (3): 114/155 kB | 136/575 kB | 78/282 kB Progress (3): 114/155 kB | 136/575 kB | 82/282 kB Progress (3): 114/155 kB | 140/575 kB | 82/282 kB Progress (3): 114/155 kB | 140/575 kB | 86/282 kB Progress (3): 114/155 kB | 144/575 kB | 86/282 kB Progress (3): 114/155 kB | 144/575 kB | 90/282 kB Progress (3): 114/155 kB | 148/575 kB | 90/282 kB Progress (3): 114/155 kB | 148/575 kB | 94/282 kB Progress (3): 114/155 kB | 152/575 kB | 94/282 kB Progress (3): 114/155 kB | 152/575 kB | 98/282 kB Progress (3): 114/155 kB | 152/575 kB | 98/282 kB Progress (3): 114/155 kB | 152/575 kB | 102/282 kB Progress (3): 114/155 kB | 152/575 kB | 106/282 kB Progress (3): 114/155 kB | 152/575 kB | 110/282 kB Progress (3): 114/155 kB | 152/575 kB | 114/282 kB Progress (3): 114/155 kB | 152/575 kB | 118/282 kB Progress (3): 114/155 kB | 152/575 kB | 122/282 kB Progress (3): 114/155 kB | 152/575 kB | 126/282 kB Progress (3): 114/155 kB | 156/575 kB | 126/282 kB Progress (3): 114/155 kB | 156/575 kB | 130/282 kB Progress (3): 114/155 kB | 160/575 kB | 130/282 kB Progress (3): 114/155 kB | 160/575 kB | 131/282 kB Progress (3): 114/155 kB | 164/575 kB | 131/282 kB Progress (3): 114/155 kB | 168/575 kB | 131/282 kB Progress (3): 114/155 kB | 168/575 kB | 135/282 kB Progress (3): 114/155 kB | 172/575 kB | 135/282 kB Progress (3): 114/155 kB | 172/575 kB | 139/282 kB Progress (3): 114/155 kB | 176/575 kB | 139/282 kB Progress (3): 114/155 kB | 176/575 kB | 143/282 kB Progress (3): 114/155 kB | 180/575 kB | 143/282 kB Progress (3): 114/155 kB | 180/575 kB | 147/282 kB Progress (3): 114/155 kB | 184/575 kB | 147/282 kB Progress (3): 114/155 kB | 184/575 kB | 151/282 kB Progress (3): 114/155 kB | 184/575 kB | 155/282 kB Progress (3): 114/155 kB | 188/575 kB | 155/282 kB Progress (3): 114/155 kB | 192/575 kB | 155/282 kB Progress (3): 114/155 kB | 192/575 kB | 159/282 kB Progress (3): 114/155 kB | 192/575 kB | 163/282 kB Progress (3): 118/155 kB | 192/575 kB | 163/282 kB Progress (3): 118/155 kB | 192/575 kB | 167/282 kB Progress (3): 118/155 kB | 196/575 kB | 167/282 kB Progress (3): 118/155 kB | 200/575 kB | 167/282 kB Progress (4): 118/155 kB | 200/575 kB | 167/282 kB | 4.1/21 kB Progress (4): 122/155 kB | 200/575 kB | 167/282 kB | 4.1/21 kB Progress (4): 122/155 kB | 200/575 kB | 171/282 kB | 4.1/21 kB Progress (4): 122/155 kB | 200/575 kB | 171/282 kB | 7.7/21 kB Progress (4): 122/155 kB | 200/575 kB | 175/282 kB | 7.7/21 kB Progress (4): 122/155 kB | 204/575 kB | 175/282 kB | 7.7/21 kB Progress (4): 122/155 kB | 204/575 kB | 179/282 kB | 7.7/21 kB Progress (5): 122/155 kB | 204/575 kB | 179/282 kB | 7.7/21 kB | 0/1.5 MB Progress (5): 122/155 kB | 204/575 kB | 179/282 kB | 12/21 kB | 0/1.5 MB Progress (5): 122/155 kB | 204/575 kB | 179/282 kB | 16/21 kB | 0/1.5 MB Progress (5): 126/155 kB | 204/575 kB | 179/282 kB | 16/21 kB | 0/1.5 MB Progress (5): 126/155 kB | 204/575 kB | 179/282 kB | 20/21 kB | 0/1.5 MB Progress (5): 126/155 kB | 204/575 kB | 179/282 kB | 20/21 kB | 0/1.5 MB Progress (5): 126/155 kB | 204/575 kB | 183/282 kB | 20/21 kB | 0/1.5 MB Progress (5): 126/155 kB | 208/575 kB | 183/282 kB | 20/21 kB | 0/1.5 MB Progress (5): 126/155 kB | 208/575 kB | 187/282 kB | 20/21 kB | 0/1.5 MB Progress (5): 126/155 kB | 212/575 kB | 187/282 kB | 20/21 kB | 0/1.5 MB Progress (5): 126/155 kB | 216/575 kB | 187/282 kB | 20/21 kB | 0/1.5 MB Progress (5): 126/155 kB | 216/575 kB | 187/282 kB | 20/21 kB | 0/1.5 MB Progress (5): 126/155 kB | 216/575 kB | 187/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 216/575 kB | 187/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 216/575 kB | 187/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 216/575 kB | 187/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 216/575 kB | 187/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 216/575 kB | 187/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 220/575 kB | 187/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 220/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 224/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 224/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 228/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 232/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 236/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 240/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 244/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 248/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 130/155 kB | 252/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 134/155 kB | 252/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 134/155 kB | 256/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 134/155 kB | 256/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 134/155 kB | 260/575 kB | 191/282 kB | 21 kB | 0/1.5 MB Progress (5): 134/155 kB | 260/575 kB | 195/282 kB | 21 kB | 0/1.5 MB Progress (5): 134/155 kB | 264/575 kB | 195/282 kB | 21 kB | 0/1.5 MB Progress (5): 134/155 kB | 264/575 kB | 195/282 kB | 21 kB | 0/1.5 MB Progress (5): 134/155 kB | 268/575 kB | 195/282 kB | 21 kB | 0/1.5 MB Progress (5): 138/155 kB | 268/575 kB | 195/282 kB | 21 kB | 0/1.5 MB Progress (5): 138/155 kB | 272/575 kB | 195/282 kB | 21 kB | 0/1.5 MB Progress (5): 138/155 kB | 272/575 kB | 195/282 kB | 21 kB | 0/1.5 MB Progress (5): 138/155 kB | 272/575 kB | 199/282 kB | 21 kB | 0/1.5 MB Progress (5): 138/155 kB | 272/575 kB | 199/282 kB | 21 kB | 0/1.5 MB Progress (5): 138/155 kB | 276/575 kB | 199/282 kB | 21 kB | 0/1.5 MB Progress (5): 142/155 kB | 276/575 kB | 199/282 kB | 21 kB | 0/1.5 MB Progress (5): 142/155 kB | 280/575 kB | 199/282 kB | 21 kB | 0/1.5 MB Progress (5): 142/155 kB | 280/575 kB | 199/282 kB | 21 kB | 0/1.5 MB Progress (5): 142/155 kB | 284/575 kB | 199/282 kB | 21 kB | 0/1.5 MB Progress (5): 142/155 kB | 284/575 kB | 203/282 kB | 21 kB | 0/1.5 MB Progress (5): 142/155 kB | 284/575 kB | 203/282 kB | 21 kB | 0.1/1.5 MB Progress (5): 142/155 kB | 288/575 kB | 203/282 kB | 21 kB | 0.1/1.5 MB Progress (5): 146/155 kB | 288/575 kB | 203/282 kB | 21 kB | 0.1/1.5 MB Progress (5): 146/155 kB | 292/575 kB | 203/282 kB | 21 kB | 0.1/1.5 MB Progress (5): 146/155 kB | 292/575 kB | 203/282 kB | 21 kB | 0.1/1.5 MB Progress (5): 146/155 kB | 292/575 kB | 207/282 kB | 21 kB | 0.1/1.5 MB Progress (5): 146/155 kB | 292/575 kB | 207/282 kB | 21 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-script-interpreter/1.0/maven-script-interpreter-1.0.jar (21 kB at 2.2 kB/s) Progress (4): 150/155 kB | 292/575 kB | 207/282 kB | 0.1/1.5 MB Progress (4): 150/155 kB | 296/575 kB | 207/282 kB | 0.1/1.5 MB Progress (4): 154/155 kB | 296/575 kB | 207/282 kB | 0.1/1.5 MB Progress (4): 154/155 kB | 300/575 kB | 207/282 kB | 0.1/1.5 MB Progress (4): 154/155 kB | 300/575 kB | 207/282 kB | 0.1/1.5 MB Progress (4): 154/155 kB | 300/575 kB | 211/282 kB | 0.1/1.5 MB Progress (4): 154/155 kB | 300/575 kB | 211/282 kB | 0.1/1.5 MB Progress (4): 154/155 kB | 304/575 kB | 211/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 304/575 kB | 211/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 308/575 kB | 211/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 308/575 kB | 211/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 308/575 kB | 215/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 308/575 kB | 215/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 312/575 kB | 215/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 312/575 kB | 219/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 312/575 kB | 219/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 316/575 kB | 219/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 316/575 kB | 223/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 316/575 kB | 223/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 316/575 kB | 227/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 320/575 kB | 227/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 320/575 kB | 227/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 320/575 kB | 231/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 324/575 kB | 231/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 324/575 kB | 231/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 328/575 kB | 231/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 328/575 kB | 235/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 328/575 kB | 235/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 332/575 kB | 235/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 332/575 kB | 235/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 332/575 kB | 239/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 332/575 kB | 239/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 336/575 kB | 239/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 336/575 kB | 243/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 340/575 kB | 243/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 340/575 kB | 243/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 344/575 kB | 243/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 344/575 kB | 247/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 348/575 kB | 247/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 348/575 kB | 247/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 352/575 kB | 247/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 352/575 kB | 251/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 352/575 kB | 251/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 356/575 kB | 251/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 356/575 kB | 251/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 356/575 kB | 255/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 356/575 kB | 255/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 360/575 kB | 255/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 360/575 kB | 255/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 360/575 kB | 259/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 364/575 kB | 259/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 364/575 kB | 259/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 364/575 kB | 263/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 368/575 kB | 263/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 368/575 kB | 267/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 368/575 kB | 267/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 368/575 kB | 271/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 372/575 kB | 271/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 372/575 kB | 275/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 372/575 kB | 275/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 376/575 kB | 275/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 376/575 kB | 275/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 376/575 kB | 279/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 380/575 kB | 279/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 380/575 kB | 279/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 384/575 kB | 279/282 kB | 0.1/1.5 MB Progress (4): 155 kB | 384/575 kB | 282 kB | 0.1/1.5 MB Progress (4): 155 kB | 388/575 kB | 282 kB | 0.1/1.5 MB Progress (4): 155 kB | 388/575 kB | 282 kB | 0.1/1.5 MB Progress (4): 155 kB | 392/575 kB | 282 kB | 0.1/1.5 MB Progress (4): 155 kB | 392/575 kB | 282 kB | 0.1/1.5 MB Progress (4): 155 kB | 396/575 kB | 282 kB | 0.1/1.5 MB Progress (4): 155 kB | 400/575 kB | 282 kB | 0.1/1.5 MB Progress (4): 155 kB | 400/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 404/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 404/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 408/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 408/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 412/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 412/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 416/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 416/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 420/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 420/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 424/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 424/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 428/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 428/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 432/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 436/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 440/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 444/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 155 kB | 444/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 30 kB/s) Progress (3): 155 kB | 444/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 448/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 448/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 452/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 452/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 456/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 456/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 460/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 460/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 464/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 464/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 468/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 468/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 472/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 472/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 476/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 476/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 480/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 480/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 484/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 484/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 488/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 488/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 488/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 492/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 496/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 496/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 496/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 500/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 504/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 504/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 508/575 kB | 0.2/1.5 MB Progress (3): 155 kB | 508/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 512/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 512/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 516/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 516/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 520/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 520/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 524/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 524/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 528/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 528/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 532/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 532/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 536/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 540/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 540/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 544/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 544/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 548/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 552/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 552/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 556/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 556/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 560/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 560/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 564/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 564/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 568/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 568/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 572/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 572/575 kB | 0.3/1.5 MB Progress (3): 155 kB | 575 kB | 0.3/1.5 MB Progress (3): 155 kB | 575 kB | 0.3/1.5 MB Progress (3): 155 kB | 575 kB | 0.3/1.5 MB Progress (3): 155 kB | 575 kB | 0.3/1.5 MB Progress (3): 155 kB | 575 kB | 0.3/1.5 MB Progress (3): 155 kB | 575 kB | 0.3/1.5 MB Progress (3): 155 kB | 575 kB | 0.3/1.5 MB Progress (3): 155 kB | 575 kB | 0.3/1.5 MB Progress (3): 155 kB | 575 kB | 0.3/1.5 MB Progress (3): 155 kB | 575 kB | 0.3/1.5 MB Progress (3): 155 kB | 575 kB | 0.3/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.4/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.5/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.6/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.7/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.8/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 0.9/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.0/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.1/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.2/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.3/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.4/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 1.5/1.5 MB Progress (3): 155 kB | 575 kB | 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 14 kB/s) 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 54 kB/s) 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 141 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip (8.1 MB at 14 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar Progress (1): 4.1/218 kB Progress (1): 7.7/218 kB Progress (1): 12/218 kB Progress (1): 16/218 kB Progress (1): 20/218 kB Progress (1): 24/218 kB Progress (1): 28/218 kB Progress (1): 32/218 kB Progress (1): 33/218 kB Progress (1): 37/218 kB Progress (1): 41/218 kB Progress (1): 45/218 kB Progress (1): 49/218 kB Progress (1): 53/218 kB Progress (1): 57/218 kB Progress (1): 61/218 kB Progress (1): 65/218 kB Progress (1): 66/218 kB Progress (1): 70/218 kB Progress (1): 74/218 kB Progress (1): 78/218 kB Progress (1): 82/218 kB Progress (1): 86/218 kB Progress (1): 90/218 kB Progress (1): 94/218 kB Progress (1): 98/218 kB Progress (1): 98/218 kB Progress (1): 102/218 kB Progress (1): 106/218 kB Progress (1): 110/218 kB Progress (1): 114/218 kB Progress (1): 118/218 kB Progress (1): 122/218 kB Progress (1): 126/218 kB Progress (1): 130/218 kB Progress (1): 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): 164/218 kB Progress (1): 168/218 kB Progress (1): 172/218 kB Progress (1): 176/218 kB Progress (1): 180/218 kB Progress (1): 184/218 kB Progress (1): 188/218 kB Progress (1): 192/218 kB Progress (1): 196/218 kB Progress (1): 200/218 kB Progress (1): 204/218 kB Progress (1): 208/218 kB Progress (1): 212/218 kB Progress (1): 216/218 kB Progress (1): 218 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar (218 kB at 8.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.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 33/148 kB Progress (1): 37/148 kB Progress (1): 41/148 kB Progress (1): 45/148 kB Progress (1): 49/148 kB Progress (1): 53/148 kB Progress (1): 57/148 kB Progress (1): 61/148 kB Progress (1): 65/148 kB Progress (1): 66/148 kB Progress (1): 70/148 kB Progress (1): 74/148 kB Progress (1): 78/148 kB Progress (1): 82/148 kB Progress (1): 86/148 kB Progress (1): 90/148 kB Progress (1): 94/148 kB Progress (1): 98/148 kB Progress (1): 98/148 kB Progress (1): 102/148 kB Progress (1): 106/148 kB Progress (1): 110/148 kB Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 130/148 kB Progress (1): 134/148 kB Progress (1): 138/148 kB Progress (1): 142/148 kB Progress (1): 146/148 kB Progress (1): 148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar (148 kB at 6.2 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar (48 kB at 1.2 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom (2.7 kB at 76 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar Progress (1): 4.1/128 kB 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): 44/128 kB Progress (1): 48/128 kB Progress (1): 52/128 kB Progress (1): 56/128 kB Progress (1): 60/128 kB Progress (1): 64/128 kB Progress (1): 68/128 kB Progress (1): 72/128 kB Progress (1): 76/128 kB Progress (1): 80/128 kB Progress (1): 84/128 kB Progress (1): 88/128 kB Progress (1): 92/128 kB Progress (1): 96/128 kB Progress (1): 100/128 kB Progress (1): 104/128 kB Progress (1): 108/128 kB Progress (1): 112/128 kB Progress (1): 116/128 kB Progress (1): 120/128 kB Progress (1): 124/128 kB Progress (1): 128/128 kB Progress (1): 128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar (128 kB at 3.6 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom (1.7 kB at 21 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar Progress (1): 4.1/7.6 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar (7.6 kB at 119 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom (2.9 kB at 93 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar (23 kB at 628 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/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 152 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/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 310 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 123 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 33 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 547 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/2.5/maven-archiver-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Progress (2): 22 kB | 4.1/24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 574 kB/s) 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-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 450 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/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom (16 kB at 710 kB/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/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 318 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/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 958 kB/s) Downloading from cbi-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/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 411 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): 44/368 kB Progress (1): 48/368 kB Progress (1): 52/368 kB Progress (1): 56/368 kB Progress (1): 60/368 kB Progress (1): 64/368 kB Progress (1): 66/368 kB Progress (1): 70/368 kB Progress (1): 74/368 kB Progress (1): 78/368 kB Progress (1): 82/368 kB Progress (1): 86/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): 130/368 kB Progress (1): 134/368 kB Progress (1): 138/368 kB Progress (1): 142/368 kB Progress (1): 146/368 kB Progress (1): 150/368 kB Progress (1): 154/368 kB Progress (1): 158/368 kB Progress (1): 162/368 kB Progress (1): 166/368 kB Progress (1): 170/368 kB Progress (1): 174/368 kB Progress (1): 178/368 kB Progress (1): 182/368 kB Progress (1): 186/368 kB Progress (1): 190/368 kB Progress (1): 194/368 kB Progress (1): 198/368 kB Progress (1): 202/368 kB Progress (1): 206/368 kB Progress (1): 210/368 kB Progress (1): 214/368 kB Progress (1): 218/368 kB Progress (1): 222/368 kB Progress (1): 226/368 kB Progress (1): 230/368 kB Progress (1): 234/368 kB Progress (1): 238/368 kB Progress (1): 242/368 kB Progress (1): 246/368 kB Progress (1): 250/368 kB Progress (1): 254/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): 302/368 kB Progress (1): 306/368 kB Progress (1): 310/368 kB Progress (1): 314/368 kB Progress (1): 318/368 kB Progress (1): 322/368 kB Progress (1): 326/368 kB Progress (1): 330/368 kB Progress (1): 334/368 kB Progress (1): 338/368 kB Progress (1): 342/368 kB Progress (1): 346/368 kB Progress (1): 350/368 kB Progress (1): 354/368 kB Progress (1): 358/368 kB Progress (1): 362/368 kB Progress (1): 366/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 6.9 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/4.9 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 85 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/40 kB Progress (1): 7.7/40 kB Progress (1): 12/40 kB Progress (1): 16/40 kB Progress (1): 20/40 kB Progress (1): 24/40 kB Progress (1): 28/40 kB Progress (1): 32/40 kB Progress (1): 36/40 kB Progress (1): 40 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 776 kB/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): 44/54 kB Progress (1): 48/54 kB Progress (1): 52/54 kB Progress (1): 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar (54 kB at 214 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.pom (1.3 kB at 36 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom (1.5 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom (16 kB at 388 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.jar Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.4.0/tycho-pack200a-plugin-1.4.0.jar (7.2 kB at 160 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.pom Progress (1): 2.6 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.pom (2.6 kB at 112 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.5/maven-plugin-parent-1.1.5.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.5/maven-plugin-parent-1.1.5.pom (5.6 kB at 296 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.4/cbi-parent-1.0.4.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.4/cbi-parent-1.0.4.pom (12 kB at 403 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.jar Progress (1): 4.1/66 kB Progress (1): 7.7/66 kB Progress (1): 12/66 kB Progress (1): 16/66 kB Progress (1): 20/66 kB Progress (1): 24/66 kB Progress (1): 28/66 kB Progress (1): 32/66 kB Progress (1): 33/66 kB Progress (1): 37/66 kB Progress (1): 41/66 kB Progress (1): 45/66 kB Progress (1): 49/66 kB Progress (1): 53/66 kB Progress (1): 57/66 kB Progress (1): 61/66 kB Progress (1): 65/66 kB Progress (1): 66 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.jar (66 kB at 3.3 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom (1.5 kB at 30 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar (6.8 kB at 83 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom (2.2 kB at 60 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar (28 kB at 708 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom (2.7 kB at 73 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 295 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom Progress (1): 4.1/53 kB Progress (1): 7.7/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 40/53 kB Progress (1): 44/53 kB Progress (1): 48/53 kB Progress (1): 52/53 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.5 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom (2.1 kB at 22 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 60 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/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 312 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 86 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom (3.6 kB at 114 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 98 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar Progress (1): 4.1/54 kB Progress (1): 7.7/54 kB Progress (2): 7.7/54 kB | 4.1/114 kB Progress (3): 7.7/54 kB | 4.1/114 kB | 4.1/28 kB Progress (4): 7.7/54 kB | 4.1/114 kB | 4.1/28 kB | 4.1/50 kB Progress (4): 12/54 kB | 4.1/114 kB | 4.1/28 kB | 4.1/50 kB Progress (4): 12/54 kB | 4.1/114 kB | 4.1/28 kB | 7.7/50 kB Progress (4): 12/54 kB | 4.1/114 kB | 7.7/28 kB | 7.7/50 kB Progress (4): 12/54 kB | 7.7/114 kB | 7.7/28 kB | 7.7/50 kB Progress (4): 12/54 kB | 7.7/114 kB | 7.7/28 kB | 12/50 kB Progress (4): 16/54 kB | 7.7/114 kB | 7.7/28 kB | 12/50 kB Progress (4): 16/54 kB | 7.7/114 kB | 7.7/28 kB | 16/50 kB Progress (4): 16/54 kB | 12/114 kB | 7.7/28 kB | 16/50 kB Progress (4): 16/54 kB | 12/114 kB | 12/28 kB | 16/50 kB Progress (4): 16/54 kB | 16/114 kB | 12/28 kB | 16/50 kB Progress (4): 16/54 kB | 16/114 kB | 12/28 kB | 20/50 kB Progress (4): 20/54 kB | 16/114 kB | 12/28 kB | 20/50 kB Progress (4): 20/54 kB | 16/114 kB | 12/28 kB | 24/50 kB Progress (4): 20/54 kB | 20/114 kB | 12/28 kB | 24/50 kB Progress (4): 20/54 kB | 20/114 kB | 16/28 kB | 24/50 kB Progress (4): 20/54 kB | 24/114 kB | 16/28 kB | 24/50 kB Progress (4): 20/54 kB | 24/114 kB | 16/28 kB | 28/50 kB Progress (4): 24/54 kB | 24/114 kB | 16/28 kB | 28/50 kB Progress (4): 24/54 kB | 24/114 kB | 16/28 kB | 32/50 kB Progress (4): 24/54 kB | 28/114 kB | 16/28 kB | 32/50 kB Progress (4): 24/54 kB | 28/114 kB | 20/28 kB | 32/50 kB Progress (4): 24/54 kB | 32/114 kB | 20/28 kB | 32/50 kB Progress (4): 24/54 kB | 32/114 kB | 20/28 kB | 36/50 kB Progress (4): 24/54 kB | 36/114 kB | 20/28 kB | 36/50 kB Progress (4): 28/54 kB | 36/114 kB | 20/28 kB | 36/50 kB Progress (4): 28/54 kB | 40/114 kB | 20/28 kB | 36/50 kB Progress (4): 28/54 kB | 40/114 kB | 20/28 kB | 40/50 kB Progress (4): 28/54 kB | 40/114 kB | 24/28 kB | 40/50 kB Progress (4): 28/54 kB | 40/114 kB | 24/28 kB | 44/50 kB Progress (4): 28/54 kB | 40/114 kB | 28 kB | 44/50 kB Progress (4): 28/54 kB | 44/114 kB | 28 kB | 44/50 kB Progress (4): 32/54 kB | 44/114 kB | 28 kB | 44/50 kB Progress (4): 32/54 kB | 48/114 kB | 28 kB | 44/50 kB Progress (4): 32/54 kB | 48/114 kB | 28 kB | 48/50 kB Progress (4): 32/54 kB | 52/114 kB | 28 kB | 48/50 kB Progress (4): 36/54 kB | 52/114 kB | 28 kB | 48/50 kB Progress (4): 36/54 kB | 56/114 kB | 28 kB | 48/50 kB Progress (4): 36/54 kB | 56/114 kB | 28 kB | 50 kB Progress (4): 36/54 kB | 60/114 kB | 28 kB | 50 kB Progress (4): 40/54 kB | 60/114 kB | 28 kB | 50 kB Progress (4): 40/54 kB | 64/114 kB | 28 kB | 50 kB Progress (4): 44/54 kB | 64/114 kB | 28 kB | 50 kB Progress (4): 44/54 kB | 68/114 kB | 28 kB | 50 kB Progress (4): 48/54 kB | 68/114 kB | 28 kB | 50 kB Progress (4): 48/54 kB | 72/114 kB | 28 kB | 50 kB Progress (4): 52/54 kB | 72/114 kB | 28 kB | 50 kB Progress (4): 52/54 kB | 76/114 kB | 28 kB | 50 kB Progress (4): 54 kB | 76/114 kB | 28 kB | 50 kB Progress (4): 54 kB | 80/114 kB | 28 kB | 50 kB Progress (4): 54 kB | 84/114 kB | 28 kB | 50 kB Progress (4): 54 kB | 88/114 kB | 28 kB | 50 kB Progress (4): 54 kB | 92/114 kB | 28 kB | 50 kB Progress (4): 54 kB | 96/114 kB | 28 kB | 50 kB Progress (4): 54 kB | 100/114 kB | 28 kB | 50 kB Progress (4): 54 kB | 104/114 kB | 28 kB | 50 kB Progress (4): 54 kB | 108/114 kB | 28 kB | 50 kB Progress (4): 54 kB | 112/114 kB | 28 kB | 50 kB Progress (4): 54 kB | 114 kB | 28 kB | 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar (28 kB at 322 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 573 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 606 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 1.0 MB/s) 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 (1): 33/81 kB Progress (1): 37/81 kB Progress (1): 41/81 kB Progress (1): 45/81 kB Progress (1): 49/81 kB Progress (1): 53/81 kB Progress (1): 57/81 kB Progress (1): 61/81 kB Progress (1): 65/81 kB Progress (1): 69/81 kB Progress (1): 73/81 kB Progress (2): 73/81 kB | 4.1/33 kB Progress (2): 77/81 kB | 4.1/33 kB Progress (2): 77/81 kB | 7.7/33 kB Progress (2): 81/81 kB | 7.7/33 kB Progress (2): 81/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 (2): 81 kB | 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar (81 kB at 631 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 258 kB/s) Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar (20 kB at 143 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 280 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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 724 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 1.3 MB/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/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 27 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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 433 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/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 751 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/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 451 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 660 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom (2.5 kB at 81 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar (33 kB at 789 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.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 140 kB/s) Downloading from cbi-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 690 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/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 184 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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 405 kB/s) Downloading from cbi-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 229 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/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 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): 44/124 kB Progress (1): 48/124 kB Progress (1): 52/124 kB Progress (1): 56/124 kB Progress (1): 60/124 kB Progress (1): 64/124 kB Progress (1): 68/124 kB Progress (1): 72/124 kB Progress (1): 76/124 kB Progress (1): 80/124 kB Progress (1): 84/124 kB Progress (1): 88/124 kB Progress (1): 92/124 kB Progress (1): 96/124 kB Progress (1): 100/124 kB Progress (1): 104/124 kB Progress (1): 108/124 kB Progress (1): 112/124 kB Progress (1): 116/124 kB Progress (1): 120/124 kB Progress (1): 124/124 kB Progress (1): 124 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 209 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom (4.8 kB at 88 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar Progress (1): 4.1/57 kB Progress (1): 7.7/57 kB Progress (1): 12/57 kB Progress (1): 16/57 kB Progress (1): 20/57 kB Progress (1): 24/57 kB Progress (1): 28/57 kB Progress (1): 32/57 kB Progress (1): 36/57 kB Progress (1): 40/57 kB Progress (1): 44/57 kB Progress (1): 48/57 kB Progress (1): 52/57 kB Progress (1): 56/57 kB Progress (1): 57 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar (57 kB at 241 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.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.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom (3.3 kB at 106 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.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.4.0/org.eclipse.tycho.surefire.junit-1.4.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.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom (1.5 kB at 17 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.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.4.0/tycho-surefire-1.4.0.pom (3.0 kB at 104 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.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.4.0/org.eclipse.tycho.surefire.junit4-1.4.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.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom (1.5 kB at 17 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.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.4.0/org.eclipse.tycho.surefire.junit47-1.4.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.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom (1.9 kB at 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.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.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom (3.3 kB at 27 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.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.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom (2.1 kB at 32 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 98 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/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 854 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/43 kB Progress (1): 7.7/43 kB Progress (1): 12/43 kB Progress (1): 16/43 kB Progress (1): 20/43 kB Progress (1): 24/43 kB Progress (1): 28/43 kB Progress (1): 32/43 kB Progress (1): 36/43 kB Progress (1): 40/43 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.5 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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 456 kB/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 65 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/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 316 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 19 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 512 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/7.4 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 230 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 51 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/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 659 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 8.9 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.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.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 57 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 147 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 141 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 454 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 148 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 614 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 635 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 85 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 41 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 79 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 72 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 25 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/5.8 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 162 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/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 387 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 94 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.9 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 28 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 86 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 71 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 46 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 79 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/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 587 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/6.6 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 227 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.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/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.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.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.4.0/org.eclipse.tycho.surefire.junit-1.4.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.4.0/org.eclipse.tycho.surefire.junit47-1.4.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.4.0/org.eclipse.tycho.surefire.junit5-1.4.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.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar Progress (1): 4.1/924 kB Progress (1): 7.7/924 kB Progress (1): 12/924 kB Progress (1): 16/924 kB Progress (1): 20/924 kB Progress (1): 24/924 kB Progress (1): 28/924 kB Progress (1): 32/924 kB Progress (1): 36/924 kB Progress (1): 40/924 kB Progress (1): 44/924 kB Progress (1): 48/924 kB Progress (1): 52/924 kB Progress (1): 56/924 kB Progress (1): 60/924 kB Progress (1): 64/924 kB Progress (1): 68/924 kB Progress (1): 72/924 kB Progress (1): 76/924 kB Progress (1): 80/924 kB Progress (1): 84/924 kB Progress (1): 88/924 kB Progress (1): 92/924 kB Progress (1): 96/924 kB Progress (1): 100/924 kB Progress (1): 104/924 kB Progress (1): 108/924 kB Progress (1): 112/924 kB Progress (1): 116/924 kB Progress (1): 120/924 kB Progress (1): 124/924 kB Progress (1): 128/924 kB Progress (1): 132/924 kB Progress (1): 136/924 kB Progress (1): 140/924 kB Progress (1): 144/924 kB Progress (1): 148/924 kB Progress (1): 152/924 kB Progress (1): 156/924 kB Progress (1): 160/924 kB Progress (1): 164/924 kB Progress (1): 168/924 kB Progress (1): 172/924 kB Progress (1): 176/924 kB Progress (1): 180/924 kB Progress (1): 184/924 kB Progress (1): 188/924 kB Progress (1): 192/924 kB Progress (1): 196/924 kB Progress (1): 200/924 kB Progress (1): 204/924 kB Progress (1): 208/924 kB Progress (1): 212/924 kB Progress (1): 216/924 kB Progress (1): 220/924 kB Progress (1): 224/924 kB Progress (1): 228/924 kB Progress (1): 232/924 kB Progress (1): 236/924 kB Progress (2): 236/924 kB | 4.1/25 kB Progress (2): 240/924 kB | 4.1/25 kB Progress (2): 240/924 kB | 7.7/25 kB Progress (2): 244/924 kB | 7.7/25 kB Progress (2): 244/924 kB | 12/25 kB Progress (2): 248/924 kB | 12/25 kB Progress (2): 248/924 kB | 16/25 kB Progress (2): 248/924 kB | 20/25 kB Progress (2): 252/924 kB | 20/25 kB Progress (2): 252/924 kB | 24/25 kB Progress (2): 256/924 kB | 24/25 kB Progress (2): 256/924 kB | 25 kB Progress (2): 260/924 kB | 25 kB Progress (2): 264/924 kB | 25 kB Progress (2): 268/924 kB | 25 kB Progress (2): 272/924 kB | 25 kB Progress (2): 276/924 kB | 25 kB Progress (2): 280/924 kB | 25 kB Progress (2): 284/924 kB | 25 kB Progress (2): 288/924 kB | 25 kB Progress (2): 292/924 kB | 25 kB Progress (2): 296/924 kB | 25 kB Progress (2): 300/924 kB | 25 kB Progress (2): 304/924 kB | 25 kB Progress (2): 308/924 kB | 25 kB Progress (2): 312/924 kB | 25 kB Progress (2): 316/924 kB | 25 kB Progress (2): 320/924 kB | 25 kB Progress (2): 324/924 kB | 25 kB Progress (2): 328/924 kB | 25 kB Progress (2): 332/924 kB | 25 kB Progress (2): 336/924 kB | 25 kB Progress (2): 340/924 kB | 25 kB Progress (2): 344/924 kB | 25 kB Progress (2): 348/924 kB | 25 kB Progress (2): 352/924 kB | 25 kB Progress (2): 356/924 kB | 25 kB Progress (2): 360/924 kB | 25 kB Progress (2): 364/924 kB | 25 kB Progress (2): 368/924 kB | 25 kB Progress (2): 372/924 kB | 25 kB Progress (2): 376/924 kB | 25 kB Progress (2): 380/924 kB | 25 kB Progress (2): 384/924 kB | 25 kB Progress (2): 388/924 kB | 25 kB Progress (2): 392/924 kB | 25 kB Progress (2): 396/924 kB | 25 kB Progress (2): 400/924 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar (25 kB at 438 kB/s) Progress (1): 404/924 kB Progress (2): 404/924 kB | 4.1/185 kB Progress (3): 404/924 kB | 4.1/185 kB | 4.1/424 kB Progress (4): 404/924 kB | 4.1/185 kB | 4.1/424 kB | 4.1/65 kB Progress (4): 404/924 kB | 4.1/185 kB | 4.1/424 kB | 7.7/65 kB Progress (4): 408/924 kB | 4.1/185 kB | 4.1/424 kB | 7.7/65 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar Progress (4): 412/924 kB | 4.1/185 kB | 4.1/424 kB | 7.7/65 kB Progress (4): 412/924 kB | 4.1/185 kB | 4.1/424 kB | 12/65 kB Progress (4): 412/924 kB | 4.1/185 kB | 7.7/424 kB | 12/65 kB Progress (4): 412/924 kB | 4.1/185 kB | 12/424 kB | 12/65 kB Progress (4): 412/924 kB | 4.1/185 kB | 16/424 kB | 12/65 kB Progress (4): 412/924 kB | 7.7/185 kB | 16/424 kB | 12/65 kB Progress (4): 412/924 kB | 7.7/185 kB | 20/424 kB | 12/65 kB Progress (4): 412/924 kB | 7.7/185 kB | 20/424 kB | 16/65 kB Progress (4): 416/924 kB | 7.7/185 kB | 20/424 kB | 16/65 kB Progress (4): 416/924 kB | 12/185 kB | 20/424 kB | 16/65 kB Progress (4): 420/924 kB | 12/185 kB | 20/424 kB | 16/65 kB Progress (4): 420/924 kB | 12/185 kB | 24/424 kB | 16/65 kB Progress (4): 424/924 kB | 12/185 kB | 24/424 kB | 16/65 kB Progress (4): 424/924 kB | 16/185 kB | 24/424 kB | 16/65 kB Progress (4): 424/924 kB | 16/185 kB | 24/424 kB | 20/65 kB Progress (4): 424/924 kB | 20/185 kB | 24/424 kB | 20/65 kB Progress (4): 428/924 kB | 20/185 kB | 24/424 kB | 20/65 kB Progress (4): 428/924 kB | 20/185 kB | 28/424 kB | 20/65 kB Progress (4): 432/924 kB | 20/185 kB | 28/424 kB | 20/65 kB Progress (4): 432/924 kB | 24/185 kB | 28/424 kB | 20/65 kB Progress (4): 432/924 kB | 24/185 kB | 28/424 kB | 24/65 kB Progress (4): 432/924 kB | 28/185 kB | 28/424 kB | 24/65 kB Progress (4): 436/924 kB | 28/185 kB | 28/424 kB | 24/65 kB Progress (4): 436/924 kB | 28/185 kB | 32/424 kB | 24/65 kB Progress (4): 440/924 kB | 28/185 kB | 32/424 kB | 24/65 kB Progress (4): 440/924 kB | 28/185 kB | 32/424 kB | 28/65 kB Progress (4): 440/924 kB | 32/185 kB | 32/424 kB | 28/65 kB Progress (4): 440/924 kB | 32/185 kB | 32/424 kB | 32/65 kB Progress (4): 440/924 kB | 36/185 kB | 32/424 kB | 32/65 kB Progress (4): 444/924 kB | 36/185 kB | 32/424 kB | 32/65 kB Progress (4): 444/924 kB | 36/185 kB | 36/424 kB | 32/65 kB Progress (4): 448/924 kB | 36/185 kB | 36/424 kB | 32/65 kB Progress (4): 448/924 kB | 40/185 kB | 36/424 kB | 32/65 kB Progress (4): 448/924 kB | 40/185 kB | 36/424 kB | 36/65 kB Progress (4): 452/924 kB | 40/185 kB | 36/424 kB | 36/65 kB Progress (4): 452/924 kB | 40/185 kB | 40/424 kB | 36/65 kB Progress (5): 452/924 kB | 40/185 kB | 40/424 kB | 36/65 kB | 4.1/110 kB Progress (5): 456/924 kB | 40/185 kB | 40/424 kB | 36/65 kB | 4.1/110 kB Progress (5): 456/924 kB | 40/185 kB | 40/424 kB | 40/65 kB | 4.1/110 kB Progress (5): 456/924 kB | 44/185 kB | 40/424 kB | 40/65 kB | 4.1/110 kB Progress (5): 456/924 kB | 44/185 kB | 40/424 kB | 44/65 kB | 4.1/110 kB Progress (5): 460/924 kB | 44/185 kB | 40/424 kB | 44/65 kB | 4.1/110 kB Progress (5): 460/924 kB | 44/185 kB | 40/424 kB | 44/65 kB | 7.7/110 kB Progress (5): 460/924 kB | 44/185 kB | 44/424 kB | 44/65 kB | 7.7/110 kB Progress (5): 460/924 kB | 44/185 kB | 44/424 kB | 44/65 kB | 12/110 kB Progress (5): 464/924 kB | 44/185 kB | 44/424 kB | 44/65 kB | 12/110 kB Progress (5): 464/924 kB | 44/185 kB | 44/424 kB | 48/65 kB | 12/110 kB Progress (5): 464/924 kB | 48/185 kB | 44/424 kB | 48/65 kB | 12/110 kB Progress (5): 464/924 kB | 48/185 kB | 44/424 kB | 52/65 kB | 12/110 kB Progress (5): 468/924 kB | 48/185 kB | 44/424 kB | 52/65 kB | 12/110 kB Progress (5): 468/924 kB | 48/185 kB | 44/424 kB | 52/65 kB | 16/110 kB Progress (5): 468/924 kB | 48/185 kB | 48/424 kB | 52/65 kB | 16/110 kB Progress (5): 468/924 kB | 48/185 kB | 48/424 kB | 52/65 kB | 20/110 kB Progress (5): 472/924 kB | 48/185 kB | 48/424 kB | 52/65 kB | 20/110 kB Progress (5): 472/924 kB | 48/185 kB | 48/424 kB | 56/65 kB | 20/110 kB Progress (5): 472/924 kB | 52/185 kB | 48/424 kB | 56/65 kB | 20/110 kB Progress (5): 472/924 kB | 52/185 kB | 48/424 kB | 60/65 kB | 20/110 kB Progress (5): 472/924 kB | 52/185 kB | 48/424 kB | 64/65 kB | 20/110 kB Progress (5): 476/924 kB | 52/185 kB | 48/424 kB | 64/65 kB | 20/110 kB Progress (5): 476/924 kB | 52/185 kB | 48/424 kB | 64/65 kB | 24/110 kB Progress (5): 476/924 kB | 52/185 kB | 52/424 kB | 64/65 kB | 24/110 kB Progress (5): 476/924 kB | 52/185 kB | 52/424 kB | 64/65 kB | 28/110 kB Progress (5): 480/924 kB | 52/185 kB | 52/424 kB | 64/65 kB | 28/110 kB Progress (5): 480/924 kB | 52/185 kB | 52/424 kB | 65 kB | 28/110 kB Progress (5): 480/924 kB | 56/185 kB | 52/424 kB | 65 kB | 28/110 kB Progress (5): 484/924 kB | 56/185 kB | 52/424 kB | 65 kB | 28/110 kB Progress (5): 484/924 kB | 60/185 kB | 52/424 kB | 65 kB | 28/110 kB Progress (5): 484/924 kB | 60/185 kB | 52/424 kB | 65 kB | 32/110 kB Progress (5): 484/924 kB | 60/185 kB | 56/424 kB | 65 kB | 32/110 kB Progress (5): 484/924 kB | 60/185 kB | 56/424 kB | 65 kB | 33/110 kB Progress (5): 484/924 kB | 64/185 kB | 56/424 kB | 65 kB | 33/110 kB Progress (5): 488/924 kB | 64/185 kB | 56/424 kB | 65 kB | 33/110 kB Progress (5): 488/924 kB | 64/185 kB | 56/424 kB | 65 kB | 37/110 kB Progress (5): 488/924 kB | 64/185 kB | 60/424 kB | 65 kB | 37/110 kB Progress (5): 488/924 kB | 64/185 kB | 60/424 kB | 65 kB | 41/110 kB Progress (5): 492/924 kB | 64/185 kB | 60/424 kB | 65 kB | 41/110 kB Progress (5): 492/924 kB | 68/185 kB | 60/424 kB | 65 kB | 41/110 kB Progress (5): 496/924 kB | 68/185 kB | 60/424 kB | 65 kB | 41/110 kB Progress (5): 496/924 kB | 68/185 kB | 60/424 kB | 65 kB | 45/110 kB Progress (5): 500/924 kB | 68/185 kB | 60/424 kB | 65 kB | 45/110 kB Progress (5): 500/924 kB | 68/185 kB | 64/424 kB | 65 kB | 45/110 kB Progress (5): 504/924 kB | 68/185 kB | 64/424 kB | 65 kB | 45/110 kB Progress (5): 504/924 kB | 68/185 kB | 64/424 kB | 65 kB | 49/110 kB Progress (5): 504/924 kB | 72/185 kB | 64/424 kB | 65 kB | 49/110 kB Progress (5): 508/924 kB | 72/185 kB | 64/424 kB | 65 kB | 49/110 kB Progress (5): 508/924 kB | 76/185 kB | 64/424 kB | 65 kB | 49/110 kB Progress (5): 508/924 kB | 76/185 kB | 68/424 kB | 65 kB | 49/110 kB Progress (5): 508/924 kB | 80/185 kB | 68/424 kB | 65 kB | 49/110 kB Progress (5): 512/924 kB | 80/185 kB | 68/424 kB | 65 kB | 49/110 kB Progress (5): 512/924 kB | 80/185 kB | 68/424 kB | 65 kB | 53/110 kB Progress (5): 516/924 kB | 80/185 kB | 68/424 kB | 65 kB | 53/110 kB Progress (5): 516/924 kB | 84/185 kB | 68/424 kB | 65 kB | 53/110 kB Progress (5): 516/924 kB | 84/185 kB | 72/424 kB | 65 kB | 53/110 kB Progress (5): 516/924 kB | 88/185 kB | 72/424 kB | 65 kB | 53/110 kB Progress (5): 520/924 kB | 88/185 kB | 72/424 kB | 65 kB | 53/110 kB Progress (5): 520/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 524/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 528/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 532/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 536/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 540/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 544/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 548/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 552/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 556/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 560/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 564/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 568/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 572/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 576/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 580/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 584/924 kB | 88/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 584/924 kB | 92/185 kB | 72/424 kB | 65 kB | 57/110 kB Progress (5): 584/924 kB | 92/185 kB | 76/424 kB | 65 kB | 57/110 kB Progress (5): 584/924 kB | 92/185 kB | 80/424 kB | 65 kB | 57/110 kB Progress (5): 584/924 kB | 96/185 kB | 80/424 kB | 65 kB | 57/110 kB Progress (5): 588/924 kB | 96/185 kB | 80/424 kB | 65 kB | 57/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.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar (65 kB at 476 kB/s) Progress (4): 588/924 kB | 96/185 kB | 80/424 kB | 61/110 kB 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): 592/924 kB | 96/185 kB | 80/424 kB | 61/110 kB Progress (4): 592/924 kB | 100/185 kB | 80/424 kB | 61/110 kB Progress (4): 592/924 kB | 100/185 kB | 84/424 kB | 61/110 kB Progress (4): 592/924 kB | 104/185 kB | 84/424 kB | 61/110 kB Progress (4): 592/924 kB | 108/185 kB | 84/424 kB | 61/110 kB Progress (4): 596/924 kB | 108/185 kB | 84/424 kB | 61/110 kB Progress (4): 596/924 kB | 108/185 kB | 84/424 kB | 65/110 kB Progress (4): 600/924 kB | 108/185 kB | 84/424 kB | 65/110 kB Progress (4): 600/924 kB | 108/185 kB | 84/424 kB | 69/110 kB Progress (4): 600/924 kB | 112/185 kB | 84/424 kB | 69/110 kB Progress (4): 600/924 kB | 112/185 kB | 88/424 kB | 69/110 kB Progress (4): 600/924 kB | 116/185 kB | 88/424 kB | 69/110 kB Progress (4): 604/924 kB | 116/185 kB | 88/424 kB | 69/110 kB Progress (4): 604/924 kB | 116/185 kB | 88/424 kB | 73/110 kB Progress (4): 608/924 kB | 116/185 kB | 88/424 kB | 73/110 kB Progress (4): 608/924 kB | 116/185 kB | 88/424 kB | 77/110 kB Progress (4): 612/924 kB | 116/185 kB | 88/424 kB | 77/110 kB Progress (4): 612/924 kB | 120/185 kB | 88/424 kB | 77/110 kB Progress (4): 612/924 kB | 120/185 kB | 92/424 kB | 77/110 kB Progress (4): 616/924 kB | 120/185 kB | 92/424 kB | 77/110 kB Progress (4): 616/924 kB | 120/185 kB | 92/424 kB | 81/110 kB Progress (4): 620/924 kB | 120/185 kB | 92/424 kB | 81/110 kB Progress (4): 620/924 kB | 120/185 kB | 96/424 kB | 81/110 kB Progress (4): 620/924 kB | 124/185 kB | 96/424 kB | 81/110 kB Progress (4): 624/924 kB | 124/185 kB | 96/424 kB | 81/110 kB Progress (4): 624/924 kB | 124/185 kB | 96/424 kB | 85/110 kB Progress (4): 628/924 kB | 124/185 kB | 96/424 kB | 85/110 kB Progress (4): 628/924 kB | 128/185 kB | 96/424 kB | 85/110 kB Progress (4): 628/924 kB | 128/185 kB | 100/424 kB | 85/110 kB Progress (4): 628/924 kB | 132/185 kB | 100/424 kB | 85/110 kB Progress (4): 632/924 kB | 132/185 kB | 100/424 kB | 85/110 kB Progress (4): 636/924 kB | 132/185 kB | 100/424 kB | 85/110 kB Progress (4): 636/924 kB | 132/185 kB | 100/424 kB | 89/110 kB Progress (4): 640/924 kB | 132/185 kB | 100/424 kB | 89/110 kB Progress (4): 640/924 kB | 136/185 kB | 100/424 kB | 89/110 kB Progress (4): 640/924 kB | 136/185 kB | 104/424 kB | 89/110 kB Progress (4): 640/924 kB | 140/185 kB | 104/424 kB | 89/110 kB Progress (4): 640/924 kB | 140/185 kB | 108/424 kB | 89/110 kB Progress (4): 640/924 kB | 140/185 kB | 112/424 kB | 89/110 kB Progress (4): 644/924 kB | 140/185 kB | 112/424 kB | 89/110 kB Progress (4): 644/924 kB | 140/185 kB | 112/424 kB | 93/110 kB Progress (4): 648/924 kB | 140/185 kB | 112/424 kB | 93/110 kB Progress (4): 648/924 kB | 140/185 kB | 116/424 kB | 93/110 kB Progress (4): 648/924 kB | 144/185 kB | 116/424 kB | 93/110 kB Progress (4): 648/924 kB | 144/185 kB | 120/424 kB | 93/110 kB Progress (4): 652/924 kB | 144/185 kB | 120/424 kB | 93/110 kB Progress (4): 652/924 kB | 144/185 kB | 120/424 kB | 97/110 kB Progress (4): 656/924 kB | 144/185 kB | 120/424 kB | 97/110 kB Progress (4): 656/924 kB | 144/185 kB | 124/424 kB | 97/110 kB Progress (4): 656/924 kB | 148/185 kB | 124/424 kB | 97/110 kB Progress (4): 660/924 kB | 148/185 kB | 124/424 kB | 97/110 kB Progress (4): 660/924 kB | 148/185 kB | 128/424 kB | 97/110 kB Progress (4): 660/924 kB | 148/185 kB | 128/424 kB | 101/110 kB Progress (4): 660/924 kB | 148/185 kB | 132/424 kB | 101/110 kB Progress (4): 664/924 kB | 148/185 kB | 132/424 kB | 101/110 kB Progress (4): 664/924 kB | 152/185 kB | 132/424 kB | 101/110 kB Progress (4): 668/924 kB | 152/185 kB | 132/424 kB | 101/110 kB Progress (4): 668/924 kB | 152/185 kB | 136/424 kB | 101/110 kB Progress (5): 668/924 kB | 152/185 kB | 136/424 kB | 101/110 kB | 4.1/186 kB Progress (5): 668/924 kB | 152/185 kB | 136/424 kB | 105/110 kB | 4.1/186 kB Progress (5): 668/924 kB | 152/185 kB | 136/424 kB | 105/110 kB | 7.7/186 kB Progress (5): 668/924 kB | 152/185 kB | 140/424 kB | 105/110 kB | 7.7/186 kB Progress (5): 672/924 kB | 152/185 kB | 140/424 kB | 105/110 kB | 7.7/186 kB Progress (5): 672/924 kB | 156/185 kB | 140/424 kB | 105/110 kB | 7.7/186 kB Progress (5): 676/924 kB | 156/185 kB | 140/424 kB | 105/110 kB | 7.7/186 kB Progress (5): 676/924 kB | 156/185 kB | 144/424 kB | 105/110 kB | 7.7/186 kB Progress (5): 676/924 kB | 156/185 kB | 144/424 kB | 105/110 kB | 12/186 kB Progress (5): 676/924 kB | 156/185 kB | 144/424 kB | 109/110 kB | 12/186 kB Progress (5): 676/924 kB | 156/185 kB | 144/424 kB | 109/110 kB | 16/186 kB Progress (5): 676/924 kB | 156/185 kB | 148/424 kB | 109/110 kB | 16/186 kB Progress (5): 680/924 kB | 156/185 kB | 148/424 kB | 109/110 kB | 16/186 kB Progress (5): 680/924 kB | 160/185 kB | 148/424 kB | 109/110 kB | 16/186 kB Progress (5): 684/924 kB | 160/185 kB | 148/424 kB | 109/110 kB | 16/186 kB Progress (5): 688/924 kB | 160/185 kB | 148/424 kB | 109/110 kB | 16/186 kB Progress (5): 688/924 kB | 160/185 kB | 152/424 kB | 109/110 kB | 16/186 kB Progress (5): 688/924 kB | 160/185 kB | 152/424 kB | 109/110 kB | 20/186 kB Progress (5): 688/924 kB | 160/185 kB | 152/424 kB | 110 kB | 20/186 kB Progress (5): 688/924 kB | 160/185 kB | 152/424 kB | 110 kB | 24/186 kB Progress (5): 688/924 kB | 160/185 kB | 156/424 kB | 110 kB | 24/186 kB Progress (5): 692/924 kB | 160/185 kB | 156/424 kB | 110 kB | 24/186 kB Progress (5): 692/924 kB | 164/185 kB | 156/424 kB | 110 kB | 24/186 kB Progress (5): 696/924 kB | 164/185 kB | 156/424 kB | 110 kB | 24/186 kB Progress (5): 696/924 kB | 164/185 kB | 160/424 kB | 110 kB | 24/186 kB Progress (5): 696/924 kB | 164/185 kB | 160/424 kB | 110 kB | 28/186 kB Progress (5): 696/924 kB | 164/185 kB | 164/424 kB | 110 kB | 28/186 kB Progress (5): 700/924 kB | 164/185 kB | 164/424 kB | 110 kB | 28/186 kB Progress (5): 700/924 kB | 168/185 kB | 164/424 kB | 110 kB | 28/186 kB Progress (5): 704/924 kB | 168/185 kB | 164/424 kB | 110 kB | 28/186 kB Progress (5): 704/924 kB | 168/185 kB | 168/424 kB | 110 kB | 28/186 kB Progress (5): 704/924 kB | 168/185 kB | 168/424 kB | 110 kB | 32/186 kB Progress (5): 704/924 kB | 168/185 kB | 172/424 kB | 110 kB | 32/186 kB Progress (5): 708/924 kB | 168/185 kB | 172/424 kB | 110 kB | 32/186 kB Progress (5): 708/924 kB | 172/185 kB | 172/424 kB | 110 kB | 32/186 kB Progress (5): 712/924 kB | 172/185 kB | 172/424 kB | 110 kB | 32/186 kB Progress (5): 712/924 kB | 172/185 kB | 176/424 kB | 110 kB | 32/186 kB Progress (5): 712/924 kB | 172/185 kB | 176/424 kB | 110 kB | 33/186 kB Progress (5): 712/924 kB | 172/185 kB | 180/424 kB | 110 kB | 33/186 kB Progress (5): 716/924 kB | 172/185 kB | 180/424 kB | 110 kB | 33/186 kB Progress (5): 716/924 kB | 176/185 kB | 180/424 kB | 110 kB | 33/186 kB Progress (5): 720/924 kB | 176/185 kB | 180/424 kB | 110 kB | 33/186 kB Progress (5): 720/924 kB | 180/185 kB | 180/424 kB | 110 kB | 33/186 kB Progress (5): 720/924 kB | 180/185 kB | 184/424 kB | 110 kB | 33/186 kB Progress (5): 720/924 kB | 180/185 kB | 184/424 kB | 110 kB | 37/186 kB Progress (5): 720/924 kB | 180/185 kB | 188/424 kB | 110 kB | 37/186 kB Progress (5): 720/924 kB | 184/185 kB | 188/424 kB | 110 kB | 37/186 kB Progress (5): 724/924 kB | 184/185 kB | 188/424 kB | 110 kB | 37/186 kB Progress (5): 724/924 kB | 185 kB | 188/424 kB | 110 kB | 37/186 kB Progress (5): 724/924 kB | 185 kB | 192/424 kB | 110 kB | 37/186 kB Progress (5): 724/924 kB | 185 kB | 192/424 kB | 110 kB | 41/186 kB Progress (5): 724/924 kB | 185 kB | 196/424 kB | 110 kB | 41/186 kB Progress (5): 728/924 kB | 185 kB | 196/424 kB | 110 kB | 41/186 kB Progress (5): 728/924 kB | 185 kB | 200/424 kB | 110 kB | 41/186 kB Progress (5): 732/924 kB | 185 kB | 200/424 kB | 110 kB | 41/186 kB Progress (5): 732/924 kB | 185 kB | 204/424 kB | 110 kB | 41/186 kB Progress (5): 732/924 kB | 185 kB | 204/424 kB | 110 kB | 45/186 kB Progress (5): 732/924 kB | 185 kB | 208/424 kB | 110 kB | 45/186 kB Progress (5): 736/924 kB | 185 kB | 208/424 kB | 110 kB | 45/186 kB Progress (5): 736/924 kB | 185 kB | 208/424 kB | 110 kB | 49/186 kB Progress (5): 740/924 kB | 185 kB | 208/424 kB | 110 kB | 49/186 kB Progress (5): 740/924 kB | 185 kB | 212/424 kB | 110 kB | 49/186 kB Progress (5): 744/924 kB | 185 kB | 212/424 kB | 110 kB | 49/186 kB Progress (5): 744/924 kB | 185 kB | 212/424 kB | 110 kB | 53/186 kB Progress (5): 748/924 kB | 185 kB | 212/424 kB | 110 kB | 53/186 kB Progress (5): 748/924 kB | 185 kB | 216/424 kB | 110 kB | 53/186 kB Progress (5): 752/924 kB | 185 kB | 216/424 kB | 110 kB | 53/186 kB Progress (5): 752/924 kB | 185 kB | 220/424 kB | 110 kB | 53/186 kB Progress (5): 752/924 kB | 185 kB | 220/424 kB | 110 kB | 57/186 kB Progress (5): 752/924 kB | 185 kB | 224/424 kB | 110 kB | 57/186 kB Progress (5): 756/924 kB | 185 kB | 224/424 kB | 110 kB | 57/186 kB Progress (5): 756/924 kB | 185 kB | 228/424 kB | 110 kB | 57/186 kB Progress (5): 756/924 kB | 185 kB | 228/424 kB | 110 kB | 61/186 kB Progress (5): 756/924 kB | 185 kB | 232/424 kB | 110 kB | 61/186 kB Progress (5): 760/924 kB | 185 kB | 232/424 kB | 110 kB | 61/186 kB Progress (5): 760/924 kB | 185 kB | 236/424 kB | 110 kB | 61/186 kB Progress (5): 764/924 kB | 185 kB | 236/424 kB | 110 kB | 61/186 kB Progress (5): 764/924 kB | 185 kB | 236/424 kB | 110 kB | 65/186 kB Progress (5): 768/924 kB | 185 kB | 236/424 kB | 110 kB | 65/186 kB Progress (5): 768/924 kB | 185 kB | 240/424 kB | 110 kB | 65/186 kB Progress (5): 768/924 kB | 185 kB | 240/424 kB | 110 kB | 66/186 kB Progress (5): 768/924 kB | 185 kB | 244/424 kB | 110 kB | 66/186 kB Progress (5): 768/924 kB | 185 kB | 244/424 kB | 110 kB | 70/186 kB Progress (5): 772/924 kB | 185 kB | 244/424 kB | 110 kB | 70/186 kB Progress (5): 772/924 kB | 185 kB | 244/424 kB | 110 kB | 74/186 kB Progress (5): 772/924 kB | 185 kB | 248/424 kB | 110 kB | 74/186 kB Progress (5): 776/924 kB | 185 kB | 248/424 kB | 110 kB | 74/186 kB Progress (5): 776/924 kB | 185 kB | 252/424 kB | 110 kB | 74/186 kB Progress (5): 776/924 kB | 185 kB | 252/424 kB | 110 kB | 78/186 kB Progress (5): 776/924 kB | 185 kB | 256/424 kB | 110 kB | 78/186 kB Progress (5): 780/924 kB | 185 kB | 256/424 kB | 110 kB | 78/186 kB Progress (5): 780/924 kB | 185 kB | 260/424 kB | 110 kB | 78/186 kB Progress (5): 780/924 kB | 185 kB | 260/424 kB | 110 kB | 82/186 kB Progress (5): 780/924 kB | 185 kB | 264/424 kB | 110 kB | 82/186 kB Progress (5): 784/924 kB | 185 kB | 264/424 kB | 110 kB | 82/186 kB Progress (5): 784/924 kB | 185 kB | 268/424 kB | 110 kB | 82/186 kB Progress (5): 788/924 kB | 185 kB | 268/424 kB | 110 kB | 82/186 kB Progress (5): 788/924 kB | 185 kB | 268/424 kB | 110 kB | 86/186 kB Progress (5): 792/924 kB | 185 kB | 268/424 kB | 110 kB | 86/186 kB Progress (5): 792/924 kB | 185 kB | 272/424 kB | 110 kB | 86/186 kB Progress (5): 796/924 kB | 185 kB | 272/424 kB | 110 kB | 86/186 kB Progress (5): 796/924 kB | 185 kB | 272/424 kB | 110 kB | 90/186 kB Progress (5): 800/924 kB | 185 kB | 272/424 kB | 110 kB | 90/186 kB Progress (5): 800/924 kB | 185 kB | 272/424 kB | 110 kB | 94/186 kB Progress (5): 804/924 kB | 185 kB | 272/424 kB | 110 kB | 94/186 kB Progress (5): 804/924 kB | 185 kB | 276/424 kB | 110 kB | 94/186 kB Progress (5): 808/924 kB | 185 kB | 276/424 kB | 110 kB | 94/186 kB Progress (5): 808/924 kB | 185 kB | 276/424 kB | 110 kB | 98/186 kB Progress (5): 812/924 kB | 185 kB | 276/424 kB | 110 kB | 98/186 kB Progress (5): 812/924 kB | 185 kB | 280/424 kB | 110 kB | 98/186 kB Progress (5): 816/924 kB | 185 kB | 280/424 kB | 110 kB | 98/186 kB Progress (5): 816/924 kB | 185 kB | 284/424 kB | 110 kB | 98/186 kB Progress (5): 820/924 kB | 185 kB | 284/424 kB | 110 kB | 98/186 kB Progress (5): 820/924 kB | 185 kB | 284/424 kB | 110 kB | 98/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.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar (185 kB at 1.1 MB/s) Progress (4): 824/924 kB | 284/424 kB | 110 kB | 98/186 kB Progress (4): 824/924 kB | 288/424 kB | 110 kB | 98/186 kB Progress (4): 828/924 kB | 288/424 kB | 110 kB | 98/186 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Progress (4): 828/924 kB | 288/424 kB | 110 kB | 102/186 kB Progress (4): 832/924 kB | 288/424 kB | 110 kB | 102/186 kB Progress (4): 832/924 kB | 292/424 kB | 110 kB | 102/186 kB Progress (4): 836/924 kB | 292/424 kB | 110 kB | 102/186 kB Progress (4): 836/924 kB | 292/424 kB | 110 kB | 106/186 kB Progress (4): 840/924 kB | 292/424 kB | 110 kB | 106/186 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar (110 kB at 631 kB/s) Progress (3): 840/924 kB | 296/424 kB | 106/186 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Progress (3): 844/924 kB | 296/424 kB | 106/186 kB Progress (3): 844/924 kB | 296/424 kB | 110/186 kB Progress (3): 848/924 kB | 296/424 kB | 110/186 kB Progress (3): 848/924 kB | 300/424 kB | 110/186 kB Progress (3): 852/924 kB | 300/424 kB | 110/186 kB Progress (3): 852/924 kB | 300/424 kB | 114/186 kB Progress (3): 856/924 kB | 300/424 kB | 114/186 kB Progress (3): 856/924 kB | 304/424 kB | 114/186 kB Progress (3): 856/924 kB | 304/424 kB | 118/186 kB Progress (3): 860/924 kB | 304/424 kB | 118/186 kB Progress (3): 860/924 kB | 304/424 kB | 122/186 kB Progress (3): 860/924 kB | 308/424 kB | 122/186 kB Progress (3): 864/924 kB | 308/424 kB | 122/186 kB Progress (3): 864/924 kB | 312/424 kB | 122/186 kB Progress (3): 864/924 kB | 312/424 kB | 126/186 kB Progress (3): 864/924 kB | 316/424 kB | 126/186 kB Progress (3): 864/924 kB | 316/424 kB | 130/186 kB Progress (3): 868/924 kB | 316/424 kB | 130/186 kB Progress (3): 868/924 kB | 316/424 kB | 134/186 kB Progress (3): 868/924 kB | 320/424 kB | 134/186 kB Progress (3): 868/924 kB | 320/424 kB | 138/186 kB Progress (3): 872/924 kB | 320/424 kB | 138/186 kB Progress (3): 872/924 kB | 324/424 kB | 138/186 kB Progress (3): 872/924 kB | 324/424 kB | 142/186 kB Progress (3): 872/924 kB | 328/424 kB | 142/186 kB Progress (3): 876/924 kB | 328/424 kB | 142/186 kB Progress (3): 876/924 kB | 328/424 kB | 146/186 kB Progress (3): 880/924 kB | 328/424 kB | 146/186 kB Progress (3): 880/924 kB | 332/424 kB | 146/186 kB Progress (3): 884/924 kB | 332/424 kB | 146/186 kB Progress (3): 884/924 kB | 332/424 kB | 150/186 kB Progress (3): 888/924 kB | 332/424 kB | 150/186 kB Progress (3): 888/924 kB | 336/424 kB | 150/186 kB Progress (3): 888/924 kB | 336/424 kB | 154/186 kB Progress (4): 888/924 kB | 336/424 kB | 154/186 kB | 4.1/13 kB Progress (4): 892/924 kB | 336/424 kB | 154/186 kB | 4.1/13 kB Progress (4): 892/924 kB | 336/424 kB | 154/186 kB | 7.7/13 kB Progress (5): 892/924 kB | 336/424 kB | 154/186 kB | 7.7/13 kB | 4.1/524 kB Progress (5): 892/924 kB | 336/424 kB | 158/186 kB | 7.7/13 kB | 4.1/524 kB Progress (5): 892/924 kB | 340/424 kB | 158/186 kB | 7.7/13 kB | 4.1/524 kB Progress (5): 892/924 kB | 340/424 kB | 162/186 kB | 7.7/13 kB | 4.1/524 kB Progress (5): 892/924 kB | 340/424 kB | 162/186 kB | 7.7/13 kB | 7.7/524 kB Progress (5): 892/924 kB | 340/424 kB | 162/186 kB | 12/13 kB | 7.7/524 kB Progress (5): 896/924 kB | 340/424 kB | 162/186 kB | 12/13 kB | 7.7/524 kB Progress (5): 896/924 kB | 340/424 kB | 162/186 kB | 13 kB | 7.7/524 kB Progress (5): 896/924 kB | 340/424 kB | 162/186 kB | 13 kB | 12/524 kB Progress (5): 896/924 kB | 340/424 kB | 166/186 kB | 13 kB | 12/524 kB Progress (5): 896/924 kB | 344/424 kB | 166/186 kB | 13 kB | 12/524 kB Progress (5): 896/924 kB | 344/424 kB | 170/186 kB | 13 kB | 12/524 kB Progress (5): 896/924 kB | 344/424 kB | 170/186 kB | 13 kB | 16/524 kB Progress (5): 900/924 kB | 344/424 kB | 170/186 kB | 13 kB | 16/524 kB Progress (5): 900/924 kB | 344/424 kB | 170/186 kB | 13 kB | 20/524 kB Progress (5): 900/924 kB | 344/424 kB | 174/186 kB | 13 kB | 20/524 kB Progress (5): 900/924 kB | 348/424 kB | 174/186 kB | 13 kB | 20/524 kB Progress (5): 900/924 kB | 348/424 kB | 178/186 kB | 13 kB | 20/524 kB Progress (5): 900/924 kB | 348/424 kB | 178/186 kB | 13 kB | 24/524 kB Progress (5): 904/924 kB | 348/424 kB | 178/186 kB | 13 kB | 24/524 kB Progress (5): 904/924 kB | 348/424 kB | 178/186 kB | 13 kB | 28/524 kB Progress (5): 904/924 kB | 348/424 kB | 182/186 kB | 13 kB | 28/524 kB Progress (5): 904/924 kB | 352/424 kB | 182/186 kB | 13 kB | 28/524 kB Progress (5): 904/924 kB | 352/424 kB | 186 kB | 13 kB | 28/524 kB Progress (5): 904/924 kB | 352/424 kB | 186 kB | 13 kB | 32/524 kB Progress (5): 908/924 kB | 352/424 kB | 186 kB | 13 kB | 32/524 kB Progress (5): 908/924 kB | 352/424 kB | 186 kB | 13 kB | 33/524 kB Progress (5): 908/924 kB | 356/424 kB | 186 kB | 13 kB | 33/524 kB Progress (5): 908/924 kB | 356/424 kB | 186 kB | 13 kB | 37/524 kB Progress (5): 912/924 kB | 356/424 kB | 186 kB | 13 kB | 37/524 kB Progress (5): 912/924 kB | 356/424 kB | 186 kB | 13 kB | 41/524 kB Progress (5): 912/924 kB | 360/424 kB | 186 kB | 13 kB | 41/524 kB Progress (5): 912/924 kB | 360/424 kB | 186 kB | 13 kB | 45/524 kB Progress (5): 912/924 kB | 364/424 kB | 186 kB | 13 kB | 45/524 kB Progress (5): 916/924 kB | 364/424 kB | 186 kB | 13 kB | 45/524 kB Progress (5): 916/924 kB | 368/424 kB | 186 kB | 13 kB | 45/524 kB Progress (5): 916/924 kB | 368/424 kB | 186 kB | 13 kB | 49/524 kB Progress (5): 916/924 kB | 372/424 kB | 186 kB | 13 kB | 49/524 kB Progress (5): 916/924 kB | 372/424 kB | 186 kB | 13 kB | 53/524 kB Progress (5): 920/924 kB | 372/424 kB | 186 kB | 13 kB | 53/524 kB Progress (5): 920/924 kB | 372/424 kB | 186 kB | 13 kB | 57/524 kB Progress (5): 920/924 kB | 376/424 kB | 186 kB | 13 kB | 57/524 kB Progress (5): 920/924 kB | 376/424 kB | 186 kB | 13 kB | 61/524 kB Progress (5): 924/924 kB | 376/424 kB | 186 kB | 13 kB | 61/524 kB Progress (5): 924/924 kB | 376/424 kB | 186 kB | 13 kB | 65/524 kB Progress (5): 924/924 kB | 380/424 kB | 186 kB | 13 kB | 65/524 kB Progress (5): 924/924 kB | 380/424 kB | 186 kB | 13 kB | 66/524 kB Progress (5): 924 kB | 380/424 kB | 186 kB | 13 kB | 66/524 kB Progress (5): 924 kB | 384/424 kB | 186 kB | 13 kB | 66/524 kB Progress (5): 924 kB | 388/424 kB | 186 kB | 13 kB | 66/524 kB Progress (5): 924 kB | 392/424 kB | 186 kB | 13 kB | 66/524 kB Progress (5): 924 kB | 396/424 kB | 186 kB | 13 kB | 66/524 kB Progress (5): 924 kB | 400/424 kB | 186 kB | 13 kB | 66/524 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 934 kB/s) 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): 924 kB | 404/424 kB | 13 kB | 66/524 kB Progress (4): 924 kB | 404/424 kB | 13 kB | 70/524 kB Progress (4): 924 kB | 408/424 kB | 13 kB | 70/524 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar (924 kB at 3.9 MB/s) Progress (3): 412/424 kB | 13 kB | 70/524 kB Progress (3): 416/424 kB | 13 kB | 70/524 kB Progress (3): 420/424 kB | 13 kB | 70/524 kB Progress (3): 424/424 kB | 13 kB | 70/524 kB Progress (3): 424 kB | 13 kB | 70/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 57 kB/s) Progress (2): 424 kB | 74/524 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (2): 424 kB | 78/524 kB Progress (2): 424 kB | 82/524 kB Progress (2): 424 kB | 86/524 kB Progress (2): 424 kB | 90/524 kB Progress (2): 424 kB | 94/524 kB Progress (2): 424 kB | 98/524 kB Progress (2): 424 kB | 98/524 kB Progress (2): 424 kB | 102/524 kB Progress (2): 424 kB | 106/524 kB Progress (2): 424 kB | 110/524 kB Progress (2): 424 kB | 114/524 kB Progress (2): 424 kB | 118/524 kB Progress (2): 424 kB | 122/524 kB Progress (2): 424 kB | 126/524 kB Progress (2): 424 kB | 130/524 kB Progress (2): 424 kB | 131/524 kB Progress (2): 424 kB | 135/524 kB Progress (2): 424 kB | 139/524 kB Progress (2): 424 kB | 143/524 kB Progress (2): 424 kB | 147/524 kB Progress (2): 424 kB | 151/524 kB Progress (2): 424 kB | 155/524 kB Progress (2): 424 kB | 159/524 kB Progress (2): 424 kB | 163/524 kB Progress (2): 424 kB | 164/524 kB Progress (2): 424 kB | 168/524 kB Progress (2): 424 kB | 172/524 kB Progress (2): 424 kB | 176/524 kB Progress (2): 424 kB | 180/524 kB Progress (2): 424 kB | 184/524 kB Progress (2): 424 kB | 188/524 kB Progress (2): 424 kB | 192/524 kB Progress (2): 424 kB | 196/524 kB Progress (2): 424 kB | 200/524 kB Progress (2): 424 kB | 204/524 kB Progress (2): 424 kB | 208/524 kB Progress (2): 424 kB | 212/524 kB Progress (2): 424 kB | 216/524 kB Progress (2): 424 kB | 220/524 kB Progress (2): 424 kB | 224/524 kB Progress (2): 424 kB | 228/524 kB Progress (2): 424 kB | 232/524 kB Progress (2): 424 kB | 236/524 kB Progress (2): 424 kB | 240/524 kB Progress (2): 424 kB | 244/524 kB Progress (2): 424 kB | 248/524 kB Progress (2): 424 kB | 252/524 kB Progress (2): 424 kB | 256/524 kB Progress (2): 424 kB | 260/524 kB Progress (2): 424 kB | 264/524 kB Progress (2): 424 kB | 268/524 kB Progress (2): 424 kB | 272/524 kB Progress (2): 424 kB | 276/524 kB Progress (2): 424 kB | 280/524 kB Progress (2): 424 kB | 284/524 kB Progress (2): 424 kB | 288/524 kB Progress (2): 424 kB | 292/524 kB Progress (2): 424 kB | 296/524 kB Progress (2): 424 kB | 300/524 kB Progress (2): 424 kB | 304/524 kB Progress (2): 424 kB | 308/524 kB Progress (2): 424 kB | 312/524 kB Progress (2): 424 kB | 316/524 kB Progress (2): 424 kB | 320/524 kB Progress (2): 424 kB | 324/524 kB Progress (2): 424 kB | 328/524 kB Progress (3): 424 kB | 328/524 kB | 4.1/273 kB Progress (3): 424 kB | 332/524 kB | 4.1/273 kB Progress (3): 424 kB | 332/524 kB | 7.7/273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar (424 kB at 1.7 MB/s) Progress (2): 332/524 kB | 12/273 kB Progress (2): 336/524 kB | 12/273 kB Progress (2): 336/524 kB | 16/273 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (3): 336/524 kB | 16/273 kB | 4.1/39 kB Progress (3): 336/524 kB | 20/273 kB | 4.1/39 kB Progress (3): 340/524 kB | 20/273 kB | 4.1/39 kB Progress (3): 340/524 kB | 24/273 kB | 4.1/39 kB Progress (3): 340/524 kB | 24/273 kB | 7.7/39 kB Progress (3): 344/524 kB | 24/273 kB | 7.7/39 kB Progress (3): 344/524 kB | 28/273 kB | 7.7/39 kB Progress (3): 348/524 kB | 28/273 kB | 7.7/39 kB Progress (3): 348/524 kB | 28/273 kB | 12/39 kB Progress (3): 348/524 kB | 32/273 kB | 12/39 kB Progress (3): 352/524 kB | 32/273 kB | 12/39 kB Progress (3): 352/524 kB | 32/273 kB | 16/39 kB Progress (3): 356/524 kB | 32/273 kB | 16/39 kB Progress (3): 356/524 kB | 33/273 kB | 16/39 kB Progress (3): 356/524 kB | 33/273 kB | 20/39 kB Progress (3): 360/524 kB | 33/273 kB | 20/39 kB Progress (3): 360/524 kB | 33/273 kB | 24/39 kB Progress (3): 360/524 kB | 37/273 kB | 24/39 kB Progress (3): 364/524 kB | 37/273 kB | 24/39 kB Progress (3): 364/524 kB | 41/273 kB | 24/39 kB Progress (3): 364/524 kB | 41/273 kB | 28/39 kB Progress (3): 368/524 kB | 41/273 kB | 28/39 kB Progress (3): 368/524 kB | 45/273 kB | 28/39 kB Progress (3): 368/524 kB | 45/273 kB | 32/39 kB Progress (3): 368/524 kB | 49/273 kB | 32/39 kB Progress (3): 372/524 kB | 49/273 kB | 32/39 kB Progress (3): 372/524 kB | 49/273 kB | 36/39 kB Progress (3): 372/524 kB | 53/273 kB | 36/39 kB Progress (3): 376/524 kB | 53/273 kB | 36/39 kB Progress (3): 376/524 kB | 53/273 kB | 39 kB Progress (3): 380/524 kB | 53/273 kB | 39 kB Progress (3): 380/524 kB | 57/273 kB | 39 kB Progress (3): 384/524 kB | 57/273 kB | 39 kB Progress (3): 384/524 kB | 61/273 kB | 39 kB Progress (4): 384/524 kB | 61/273 kB | 39 kB | 4.1/156 kB Progress (4): 388/524 kB | 61/273 kB | 39 kB | 4.1/156 kB Progress (4): 388/524 kB | 61/273 kB | 39 kB | 7.7/156 kB Progress (4): 388/524 kB | 65/273 kB | 39 kB | 7.7/156 kB Progress (4): 392/524 kB | 65/273 kB | 39 kB | 7.7/156 kB Progress (4): 392/524 kB | 66/273 kB | 39 kB | 7.7/156 kB Progress (4): 392/524 kB | 66/273 kB | 39 kB | 12/156 kB Progress (4): 392/524 kB | 70/273 kB | 39 kB | 12/156 kB Progress (4): 396/524 kB | 70/273 kB | 39 kB | 12/156 kB Progress (4): 396/524 kB | 74/273 kB | 39 kB | 12/156 kB Progress (4): 396/524 kB | 74/273 kB | 39 kB | 16/156 kB Progress (4): 396/524 kB | 78/273 kB | 39 kB | 16/156 kB Progress (4): 400/524 kB | 78/273 kB | 39 kB | 16/156 kB Progress (4): 400/524 kB | 78/273 kB | 39 kB | 20/156 kB Progress (4): 400/524 kB | 82/273 kB | 39 kB | 20/156 kB Progress (4): 400/524 kB | 82/273 kB | 39 kB | 24/156 kB Progress (4): 404/524 kB | 82/273 kB | 39 kB | 24/156 kB Progress (4): 404/524 kB | 86/273 kB | 39 kB | 24/156 kB Progress (4): 404/524 kB | 86/273 kB | 39 kB | 28/156 kB Progress (4): 404/524 kB | 90/273 kB | 39 kB | 28/156 kB Progress (4): 408/524 kB | 90/273 kB | 39 kB | 28/156 kB Progress (4): 408/524 kB | 90/273 kB | 39 kB | 32/156 kB Progress (4): 408/524 kB | 94/273 kB | 39 kB | 32/156 kB Progress (4): 412/524 kB | 94/273 kB | 39 kB | 32/156 kB Progress (4): 412/524 kB | 98/273 kB | 39 kB | 32/156 kB Progress (4): 412/524 kB | 98/273 kB | 39 kB | 33/156 kB Progress (4): 412/524 kB | 98/273 kB | 39 kB | 33/156 kB Progress (4): 416/524 kB | 98/273 kB | 39 kB | 33/156 kB Progress (4): 416/524 kB | 98/273 kB | 39 kB | 37/156 kB Progress (5): 416/524 kB | 98/273 kB | 39 kB | 37/156 kB | 4.1/35 kB Progress (5): 416/524 kB | 102/273 kB | 39 kB | 37/156 kB | 4.1/35 kB Progress (5): 420/524 kB | 102/273 kB | 39 kB | 37/156 kB | 4.1/35 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 149 kB/s) Progress (4): 420/524 kB | 106/273 kB | 37/156 kB | 4.1/35 kB Progress (4): 420/524 kB | 106/273 kB | 37/156 kB | 7.7/35 kB Progress (4): 420/524 kB | 106/273 kB | 41/156 kB | 7.7/35 kB Progress (4): 420/524 kB | 106/273 kB | 41/156 kB | 12/35 kB Progress (4): 420/524 kB | 110/273 kB | 41/156 kB | 12/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (4): 424/524 kB | 110/273 kB | 41/156 kB | 12/35 kB Progress (4): 424/524 kB | 114/273 kB | 41/156 kB | 12/35 kB Progress (4): 424/524 kB | 114/273 kB | 45/156 kB | 12/35 kB Progress (4): 424/524 kB | 114/273 kB | 45/156 kB | 16/35 kB Progress (4): 424/524 kB | 114/273 kB | 49/156 kB | 16/35 kB Progress (4): 424/524 kB | 118/273 kB | 49/156 kB | 16/35 kB Progress (4): 428/524 kB | 118/273 kB | 49/156 kB | 16/35 kB Progress (4): 428/524 kB | 118/273 kB | 53/156 kB | 16/35 kB Progress (4): 428/524 kB | 122/273 kB | 53/156 kB | 16/35 kB Progress (4): 428/524 kB | 122/273 kB | 53/156 kB | 20/35 kB Progress (4): 428/524 kB | 126/273 kB | 53/156 kB | 20/35 kB Progress (4): 428/524 kB | 126/273 kB | 57/156 kB | 20/35 kB Progress (4): 432/524 kB | 126/273 kB | 57/156 kB | 20/35 kB Progress (4): 432/524 kB | 130/273 kB | 57/156 kB | 20/35 kB Progress (4): 432/524 kB | 130/273 kB | 57/156 kB | 24/35 kB Progress (4): 432/524 kB | 134/273 kB | 57/156 kB | 24/35 kB Progress (4): 436/524 kB | 134/273 kB | 57/156 kB | 24/35 kB Progress (4): 436/524 kB | 134/273 kB | 61/156 kB | 24/35 kB Progress (4): 436/524 kB | 138/273 kB | 61/156 kB | 24/35 kB Progress (4): 436/524 kB | 138/273 kB | 61/156 kB | 28/35 kB Progress (4): 436/524 kB | 138/273 kB | 65/156 kB | 28/35 kB Progress (4): 440/524 kB | 138/273 kB | 65/156 kB | 28/35 kB Progress (4): 440/524 kB | 138/273 kB | 66/156 kB | 28/35 kB Progress (4): 440/524 kB | 138/273 kB | 66/156 kB | 32/35 kB Progress (4): 440/524 kB | 138/273 kB | 70/156 kB | 32/35 kB Progress (4): 440/524 kB | 142/273 kB | 70/156 kB | 32/35 kB Progress (4): 440/524 kB | 142/273 kB | 74/156 kB | 32/35 kB Progress (4): 440/524 kB | 142/273 kB | 74/156 kB | 35 kB Progress (4): 440/524 kB | 142/273 kB | 78/156 kB | 35 kB Progress (4): 440/524 kB | 142/273 kB | 82/156 kB | 35 kB Progress (4): 444/524 kB | 142/273 kB | 82/156 kB | 35 kB Progress (4): 444/524 kB | 142/273 kB | 86/156 kB | 35 kB Progress (4): 444/524 kB | 146/273 kB | 86/156 kB | 35 kB Progress (4): 444/524 kB | 146/273 kB | 90/156 kB | 35 kB Progress (4): 448/524 kB | 146/273 kB | 90/156 kB | 35 kB Progress (4): 448/524 kB | 150/273 kB | 90/156 kB | 35 kB Progress (4): 452/524 kB | 150/273 kB | 90/156 kB | 35 kB Progress (4): 456/524 kB | 150/273 kB | 90/156 kB | 35 kB Progress (4): 456/524 kB | 150/273 kB | 94/156 kB | 35 kB Progress (4): 460/524 kB | 150/273 kB | 94/156 kB | 35 kB Progress (4): 460/524 kB | 154/273 kB | 94/156 kB | 35 kB Progress (4): 460/524 kB | 154/273 kB | 98/156 kB | 35 kB Progress (4): 464/524 kB | 154/273 kB | 98/156 kB | 35 kB Progress (4): 464/524 kB | 154/273 kB | 98/156 kB | 35 kB Progress (4): 464/524 kB | 158/273 kB | 98/156 kB | 35 kB Progress (4): 464/524 kB | 158/273 kB | 102/156 kB | 35 kB Progress (4): 464/524 kB | 158/273 kB | 106/156 kB | 35 kB Progress (4): 468/524 kB | 158/273 kB | 106/156 kB | 35 kB Progress (4): 468/524 kB | 158/273 kB | 110/156 kB | 35 kB Progress (4): 468/524 kB | 162/273 kB | 110/156 kB | 35 kB Progress (4): 468/524 kB | 162/273 kB | 114/156 kB | 35 kB Progress (4): 468/524 kB | 166/273 kB | 114/156 kB | 35 kB Progress (4): 468/524 kB | 166/273 kB | 118/156 kB | 35 kB Progress (4): 472/524 kB | 166/273 kB | 118/156 kB | 35 kB Progress (4): 472/524 kB | 166/273 kB | 122/156 kB | 35 kB Progress (4): 472/524 kB | 170/273 kB | 122/156 kB | 35 kB Progress (4): 472/524 kB | 170/273 kB | 126/156 kB | 35 kB Progress (4): 476/524 kB | 170/273 kB | 126/156 kB | 35 kB Progress (4): 476/524 kB | 170/273 kB | 130/156 kB | 35 kB Progress (4): 476/524 kB | 174/273 kB | 130/156 kB | 35 kB Progress (4): 476/524 kB | 174/273 kB | 131/156 kB | 35 kB Progress (4): 480/524 kB | 174/273 kB | 131/156 kB | 35 kB Progress (4): 480/524 kB | 178/273 kB | 131/156 kB | 35 kB Progress (4): 480/524 kB | 178/273 kB | 135/156 kB | 35 kB Progress (4): 484/524 kB | 178/273 kB | 135/156 kB | 35 kB Progress (4): 484/524 kB | 178/273 kB | 139/156 kB | 35 kB Progress (4): 484/524 kB | 182/273 kB | 139/156 kB | 35 kB Progress (4): 484/524 kB | 182/273 kB | 143/156 kB | 35 kB Progress (4): 488/524 kB | 182/273 kB | 143/156 kB | 35 kB Progress (4): 488/524 kB | 182/273 kB | 147/156 kB | 35 kB Progress (4): 488/524 kB | 186/273 kB | 147/156 kB | 35 kB Progress (4): 488/524 kB | 186/273 kB | 151/156 kB | 35 kB Progress (4): 488/524 kB | 190/273 kB | 151/156 kB | 35 kB Progress (4): 488/524 kB | 194/273 kB | 151/156 kB | 35 kB Progress (4): 488/524 kB | 198/273 kB | 151/156 kB | 35 kB Progress (4): 488/524 kB | 202/273 kB | 151/156 kB | 35 kB Progress (4): 488/524 kB | 206/273 kB | 151/156 kB | 35 kB Progress (4): 488/524 kB | 210/273 kB | 151/156 kB | 35 kB Progress (4): 488/524 kB | 214/273 kB | 151/156 kB | 35 kB Progress (4): 488/524 kB | 218/273 kB | 151/156 kB | 35 kB Progress (4): 488/524 kB | 222/273 kB | 151/156 kB | 35 kB Progress (4): 488/524 kB | 226/273 kB | 151/156 kB | 35 kB Progress (4): 492/524 kB | 226/273 kB | 151/156 kB | 35 kB Progress (4): 492/524 kB | 230/273 kB | 151/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 106 kB/s) Progress (4): 492/524 kB | 230/273 kB | 151/156 kB | 4.1/68 kB Progress (4): 492/524 kB | 230/273 kB | 155/156 kB | 4.1/68 kB Progress (4): 492/524 kB | 230/273 kB | 155/156 kB | 7.7/68 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (4): 496/524 kB | 230/273 kB | 155/156 kB | 7.7/68 kB Progress (4): 496/524 kB | 234/273 kB | 155/156 kB | 7.7/68 kB Progress (4): 500/524 kB | 234/273 kB | 155/156 kB | 7.7/68 kB Progress (4): 500/524 kB | 234/273 kB | 155/156 kB | 12/68 kB Progress (4): 500/524 kB | 234/273 kB | 156 kB | 12/68 kB Progress (4): 500/524 kB | 234/273 kB | 156 kB | 16/68 kB Progress (4): 504/524 kB | 234/273 kB | 156 kB | 16/68 kB Progress (4): 504/524 kB | 238/273 kB | 156 kB | 16/68 kB Progress (4): 508/524 kB | 238/273 kB | 156 kB | 16/68 kB Progress (4): 508/524 kB | 238/273 kB | 156 kB | 20/68 kB Progress (4): 512/524 kB | 238/273 kB | 156 kB | 20/68 kB Progress (4): 512/524 kB | 242/273 kB | 156 kB | 20/68 kB Progress (4): 516/524 kB | 242/273 kB | 156 kB | 20/68 kB Progress (4): 516/524 kB | 242/273 kB | 156 kB | 24/68 kB Progress (4): 520/524 kB | 242/273 kB | 156 kB | 24/68 kB Progress (4): 520/524 kB | 246/273 kB | 156 kB | 24/68 kB Progress (4): 520/524 kB | 246/273 kB | 156 kB | 28/68 kB Progress (4): 524/524 kB | 246/273 kB | 156 kB | 28/68 kB Progress (4): 524/524 kB | 246/273 kB | 156 kB | 32/68 kB Progress (4): 524/524 kB | 250/273 kB | 156 kB | 32/68 kB Progress (4): 524/524 kB | 250/273 kB | 156 kB | 33/68 kB Progress (4): 524 kB | 250/273 kB | 156 kB | 33/68 kB Progress (4): 524 kB | 254/273 kB | 156 kB | 33/68 kB Progress (4): 524 kB | 254/273 kB | 156 kB | 37/68 kB Progress (4): 524 kB | 258/273 kB | 156 kB | 37/68 kB Progress (4): 524 kB | 258/273 kB | 156 kB | 41/68 kB Progress (4): 524 kB | 262/273 kB | 156 kB | 41/68 kB Progress (4): 524 kB | 262/273 kB | 156 kB | 45/68 kB Progress (4): 524 kB | 266/273 kB | 156 kB | 45/68 kB Progress (4): 524 kB | 266/273 kB | 156 kB | 49/68 kB Progress (4): 524 kB | 270/273 kB | 156 kB | 49/68 kB Progress (4): 524 kB | 273 kB | 156 kB | 49/68 kB Progress (4): 524 kB | 273 kB | 156 kB | 53/68 kB Progress (4): 524 kB | 273 kB | 156 kB | 57/68 kB Progress (4): 524 kB | 273 kB | 156 kB | 61/68 kB Progress (4): 524 kB | 273 kB | 156 kB | 65/68 kB Progress (4): 524 kB | 273 kB | 156 kB | 66/68 kB Progress (4): 524 kB | 273 kB | 156 kB | 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 453 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 1.5 MB/s) 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 190 kB/s) 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 766 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Progress (1): 4.1/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Progress (1): 7.7/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Progress (2): 30 kB | 4.1/35 kB Progress (3): 30 kB | 4.1/35 kB | 4.1/108 kB Progress (3): 30 kB | 7.7/35 kB | 4.1/108 kB Progress (3): 30 kB | 7.7/35 kB | 7.7/108 kB Progress (3): 30 kB | 12/35 kB | 7.7/108 kB Progress (3): 30 kB | 12/35 kB | 12/108 kB Progress (3): 30 kB | 16/35 kB | 12/108 kB Progress (3): 30 kB | 16/35 kB | 16/108 kB Progress (3): 30 kB | 20/35 kB | 16/108 kB Progress (3): 30 kB | 20/35 kB | 20/108 kB Progress (3): 30 kB | 24/35 kB | 20/108 kB Progress (3): 30 kB | 24/35 kB | 24/108 kB Progress (3): 30 kB | 28/35 kB | 24/108 kB Progress (3): 30 kB | 28/35 kB | 28/108 kB Progress (3): 30 kB | 32/35 kB | 28/108 kB Progress (3): 30 kB | 32/35 kB | 32/108 kB Progress (3): 30 kB | 35 kB | 32/108 kB Progress (3): 30 kB | 35 kB | 33/108 kB Progress (3): 30 kB | 35 kB | 37/108 kB Progress (3): 30 kB | 35 kB | 41/108 kB Progress (3): 30 kB | 35 kB | 45/108 kB Progress (3): 30 kB | 35 kB | 49/108 kB Progress (3): 30 kB | 35 kB | 53/108 kB Progress (4): 30 kB | 35 kB | 53/108 kB | 4.1/38 kB Progress (4): 30 kB | 35 kB | 57/108 kB | 4.1/38 kB Progress (4): 30 kB | 35 kB | 57/108 kB | 7.7/38 kB Progress (4): 30 kB | 35 kB | 61/108 kB | 7.7/38 kB Progress (4): 30 kB | 35 kB | 65/108 kB | 7.7/38 kB Progress (4): 30 kB | 35 kB | 65/108 kB | 12/38 kB Progress (4): 30 kB | 35 kB | 66/108 kB | 12/38 kB Progress (4): 30 kB | 35 kB | 66/108 kB | 16/38 kB Progress (4): 30 kB | 35 kB | 70/108 kB | 16/38 kB Progress (4): 30 kB | 35 kB | 70/108 kB | 20/38 kB Progress (4): 30 kB | 35 kB | 74/108 kB | 20/38 kB Progress (4): 30 kB | 35 kB | 74/108 kB | 24/38 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 78 kB/s) Progress (3): 35 kB | 74/108 kB | 28/38 kB Progress (3): 35 kB | 78/108 kB | 28/38 kB Progress (3): 35 kB | 78/108 kB | 32/38 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 (3): 35 kB | 78/108 kB | 33/38 kB Progress (3): 35 kB | 82/108 kB | 33/38 kB Progress (3): 35 kB | 82/108 kB | 37/38 kB Progress (3): 35 kB | 82/108 kB | 38 kB Progress (3): 35 kB | 86/108 kB | 38 kB Progress (3): 35 kB | 90/108 kB | 38 kB Progress (3): 35 kB | 94/108 kB | 38 kB Progress (3): 35 kB | 98/108 kB | 38 kB Progress (3): 35 kB | 102/108 kB | 38 kB Progress (3): 35 kB | 106/108 kB | 38 kB Progress (3): 35 kB | 108 kB | 38 kB Progress (4): 35 kB | 108 kB | 38 kB | 4.1/315 kB Progress (4): 35 kB | 108 kB | 38 kB | 7.7/315 kB Progress (4): 35 kB | 108 kB | 38 kB | 12/315 kB Progress (4): 35 kB | 108 kB | 38 kB | 16/315 kB Progress (4): 35 kB | 108 kB | 38 kB | 20/315 kB Progress (4): 35 kB | 108 kB | 38 kB | 24/315 kB Progress (4): 35 kB | 108 kB | 38 kB | 28/315 kB Progress (4): 35 kB | 108 kB | 38 kB | 32/315 kB Progress (4): 35 kB | 108 kB | 38 kB | 33/315 kB Progress (4): 35 kB | 108 kB | 38 kB | 37/315 kB Progress (4): 35 kB | 108 kB | 38 kB | 41/315 kB Progress (4): 35 kB | 108 kB | 38 kB | 45/315 kB Progress (4): 35 kB | 108 kB | 38 kB | 49/315 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 96 kB/s) Progress (3): 35 kB | 108 kB | 53/315 kB Progress (3): 35 kB | 108 kB | 57/315 kB Progress (3): 35 kB | 108 kB | 61/315 kB Progress (3): 35 kB | 108 kB | 65/315 kB Progress (3): 35 kB | 108 kB | 66/315 kB Progress (3): 35 kB | 108 kB | 70/315 kB Progress (3): 35 kB | 108 kB | 74/315 kB Progress (3): 35 kB | 108 kB | 78/315 kB Progress (3): 35 kB | 108 kB | 82/315 kB Progress (3): 35 kB | 108 kB | 86/315 kB Progress (3): 35 kB | 108 kB | 90/315 kB Progress (3): 35 kB | 108 kB | 94/315 kB Progress (3): 35 kB | 108 kB | 98/315 kB Progress (3): 35 kB | 108 kB | 98/315 kB Progress (3): 35 kB | 108 kB | 102/315 kB Progress (3): 35 kB | 108 kB | 106/315 kB Progress (3): 35 kB | 108 kB | 110/315 kB Progress (3): 35 kB | 108 kB | 114/315 kB Progress (3): 35 kB | 108 kB | 118/315 kB Progress (3): 35 kB | 108 kB | 122/315 kB Progress (3): 35 kB | 108 kB | 126/315 kB Progress (3): 35 kB | 108 kB | 130/315 kB Progress (3): 35 kB | 108 kB | 131/315 kB Progress (3): 35 kB | 108 kB | 135/315 kB Progress (3): 35 kB | 108 kB | 139/315 kB Progress (3): 35 kB | 108 kB | 143/315 kB Progress (3): 35 kB | 108 kB | 147/315 kB Progress (3): 35 kB | 108 kB | 151/315 kB Progress (3): 35 kB | 108 kB | 155/315 kB Progress (3): 35 kB | 108 kB | 159/315 kB Progress (3): 35 kB | 108 kB | 163/315 kB Progress (3): 35 kB | 108 kB | 164/315 kB Progress (3): 35 kB | 108 kB | 168/315 kB Progress (3): 35 kB | 108 kB | 172/315 kB Progress (3): 35 kB | 108 kB | 176/315 kB Progress (3): 35 kB | 108 kB | 180/315 kB Progress (3): 35 kB | 108 kB | 184/315 kB Progress (3): 35 kB | 108 kB | 188/315 kB Progress (3): 35 kB | 108 kB | 192/315 kB Progress (3): 35 kB | 108 kB | 196/315 kB Progress (3): 35 kB | 108 kB | 200/315 kB Progress (3): 35 kB | 108 kB | 204/315 kB Progress (3): 35 kB | 108 kB | 208/315 kB Progress (3): 35 kB | 108 kB | 212/315 kB Progress (3): 35 kB | 108 kB | 216/315 kB Progress (3): 35 kB | 108 kB | 220/315 kB Progress (3): 35 kB | 108 kB | 224/315 kB Progress (3): 35 kB | 108 kB | 228/315 kB Progress (3): 35 kB | 108 kB | 232/315 kB Progress (3): 35 kB | 108 kB | 236/315 kB Progress (3): 35 kB | 108 kB | 240/315 kB Progress (3): 35 kB | 108 kB | 244/315 kB Progress (3): 35 kB | 108 kB | 248/315 kB Progress (3): 35 kB | 108 kB | 252/315 kB Progress (3): 35 kB | 108 kB | 256/315 kB Progress (3): 35 kB | 108 kB | 260/315 kB Progress (3): 35 kB | 108 kB | 264/315 kB Progress (3): 35 kB | 108 kB | 268/315 kB Progress (3): 35 kB | 108 kB | 272/315 kB Progress (3): 35 kB | 108 kB | 276/315 kB Progress (3): 35 kB | 108 kB | 280/315 kB Progress (3): 35 kB | 108 kB | 284/315 kB Progress (3): 35 kB | 108 kB | 288/315 kB Progress (3): 35 kB | 108 kB | 292/315 kB Progress (3): 35 kB | 108 kB | 296/315 kB Progress (3): 35 kB | 108 kB | 300/315 kB Progress (3): 35 kB | 108 kB | 304/315 kB Progress (3): 35 kB | 108 kB | 308/315 kB Progress (3): 35 kB | 108 kB | 312/315 kB Progress (3): 35 kB | 108 kB | 315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 691 kB/s) Progress (3): 35 kB | 108 kB | 4.1/332 kB Progress (3): 35 kB | 108 kB | 7.7/332 kB Progress (3): 35 kB | 108 kB | 12/332 kB Progress (3): 35 kB | 108 kB | 16/332 kB Progress (3): 35 kB | 108 kB | 20/332 kB Progress (3): 35 kB | 108 kB | 24/332 kB Progress (3): 35 kB | 108 kB | 28/332 kB Progress (3): 35 kB | 108 kB | 32/332 kB Progress (3): 35 kB | 108 kB | 33/332 kB Progress (3): 35 kB | 108 kB | 37/332 kB Progress (3): 35 kB | 108 kB | 41/332 kB Progress (3): 35 kB | 108 kB | 45/332 kB Progress (3): 35 kB | 108 kB | 49/332 kB Progress (3): 35 kB | 108 kB | 53/332 kB Progress (3): 35 kB | 108 kB | 57/332 kB Progress (3): 35 kB | 108 kB | 61/332 kB Progress (3): 35 kB | 108 kB | 65/332 kB Progress (3): 35 kB | 108 kB | 66/332 kB Progress (3): 35 kB | 108 kB | 70/332 kB Progress (3): 35 kB | 108 kB | 74/332 kB Progress (3): 35 kB | 108 kB | 78/332 kB Progress (3): 35 kB | 108 kB | 82/332 kB Progress (3): 35 kB | 108 kB | 86/332 kB Progress (3): 35 kB | 108 kB | 90/332 kB Progress (3): 35 kB | 108 kB | 94/332 kB Progress (3): 35 kB | 108 kB | 98/332 kB Progress (3): 35 kB | 108 kB | 98/332 kB Progress (3): 35 kB | 108 kB | 102/332 kB Progress (3): 35 kB | 108 kB | 106/332 kB Progress (3): 35 kB | 108 kB | 110/332 kB Progress (3): 35 kB | 108 kB | 114/332 kB Progress (3): 35 kB | 108 kB | 118/332 kB Progress (3): 35 kB | 108 kB | 122/332 kB Progress (3): 35 kB | 108 kB | 126/332 kB Progress (3): 35 kB | 108 kB | 130/332 kB Progress (3): 35 kB | 108 kB | 131/332 kB Progress (3): 35 kB | 108 kB | 135/332 kB Progress (3): 35 kB | 108 kB | 139/332 kB Progress (3): 35 kB | 108 kB | 143/332 kB Progress (3): 35 kB | 108 kB | 147/332 kB Progress (3): 35 kB | 108 kB | 151/332 kB Progress (3): 35 kB | 108 kB | 155/332 kB Progress (3): 35 kB | 108 kB | 159/332 kB Progress (3): 35 kB | 108 kB | 163/332 kB Progress (3): 35 kB | 108 kB | 164/332 kB Progress (3): 35 kB | 108 kB | 168/332 kB Progress (3): 35 kB | 108 kB | 172/332 kB Progress (3): 35 kB | 108 kB | 176/332 kB Progress (3): 35 kB | 108 kB | 180/332 kB Progress (3): 35 kB | 108 kB | 184/332 kB Progress (3): 35 kB | 108 kB | 188/332 kB Progress (3): 35 kB | 108 kB | 192/332 kB Progress (3): 35 kB | 108 kB | 196/332 kB Progress (3): 35 kB | 108 kB | 200/332 kB Progress (3): 35 kB | 108 kB | 204/332 kB Progress (3): 35 kB | 108 kB | 208/332 kB Progress (3): 35 kB | 108 kB | 212/332 kB Progress (3): 35 kB | 108 kB | 216/332 kB Progress (3): 35 kB | 108 kB | 220/332 kB Progress (3): 35 kB | 108 kB | 224/332 kB Progress (3): 35 kB | 108 kB | 228/332 kB Progress (3): 35 kB | 108 kB | 232/332 kB Progress (3): 35 kB | 108 kB | 236/332 kB Progress (3): 35 kB | 108 kB | 240/332 kB Progress (3): 35 kB | 108 kB | 244/332 kB Progress (3): 35 kB | 108 kB | 248/332 kB Progress (3): 35 kB | 108 kB | 252/332 kB Progress (3): 35 kB | 108 kB | 256/332 kB Progress (3): 35 kB | 108 kB | 260/332 kB Progress (3): 35 kB | 108 kB | 264/332 kB Progress (3): 35 kB | 108 kB | 268/332 kB Progress (3): 35 kB | 108 kB | 272/332 kB Progress (3): 35 kB | 108 kB | 276/332 kB Progress (3): 35 kB | 108 kB | 280/332 kB Progress (3): 35 kB | 108 kB | 284/332 kB Progress (3): 35 kB | 108 kB | 288/332 kB Progress (3): 35 kB | 108 kB | 292/332 kB Progress (3): 35 kB | 108 kB | 296/332 kB Progress (3): 35 kB | 108 kB | 300/332 kB Progress (3): 35 kB | 108 kB | 304/332 kB Progress (3): 35 kB | 108 kB | 308/332 kB Progress (3): 35 kB | 108 kB | 312/332 kB Progress (3): 35 kB | 108 kB | 316/332 kB Progress (3): 35 kB | 108 kB | 320/332 kB Progress (3): 35 kB | 108 kB | 324/332 kB Progress (3): 35 kB | 108 kB | 328/332 kB Progress (3): 35 kB | 108 kB | 332 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 685 kB/s) 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 72 kB/s) 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 223 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/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 764 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.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): 33/153 kB Progress (1): 37/153 kB Progress (1): 41/153 kB Progress (1): 45/153 kB Progress (1): 49/153 kB Progress (1): 53/153 kB Progress (1): 57/153 kB Progress (1): 61/153 kB Progress (1): 65/153 kB Progress (1): 66/153 kB Progress (1): 70/153 kB Progress (1): 74/153 kB Progress (1): 78/153 kB Progress (1): 82/153 kB Progress (1): 86/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): 130/153 kB Progress (1): 134/153 kB Progress (1): 138/153 kB Progress (1): 142/153 kB Progress (1): 146/153 kB Progress (1): 150/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 2.3 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/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.pom (8.7 kB at 579 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/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 322 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 160 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom (2.3 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar (18 kB at 402 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 5.9 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 137 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 457 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 14 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/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 132 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/6.7 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 216 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/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 251 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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 435 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 104 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 56 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 46 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 13 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/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 205 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.10/junit-4.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Progress (1): 481 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 14 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 190 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 89 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 36 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 53 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 50 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 12 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-profile/2.0.6/maven-profile-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 58 kB/s) Downloading from cbi-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 20 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 38 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 66 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.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 37 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 25 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/7.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 111 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 87 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 40 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 111 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Progress (1): 675 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (675 B at 4.3 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 54 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 69 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 52 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 59 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 49 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 56 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 51 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 60 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.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar 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.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.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (2): 0.8/1.5 MB | 4.1/4.2 kB Progress (2): 0.8/1.5 MB | 4.1/4.2 kB Progress (2): 0.8/1.5 MB | 4.2 kB Progress (2): 0.8/1.5 MB | 4.2 kB Progress (2): 0.8/1.5 MB | 4.2 kB Progress (2): 0.8/1.5 MB | 4.2 kB Progress (2): 0.8/1.5 MB | 4.2 kB Progress (2): 0.8/1.5 MB | 4.2 kB Progress (2): 0.8/1.5 MB | 4.2 kB Progress (2): 0.8/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 0.9/1.5 MB | 4.2 kB Progress (2): 1.0/1.5 MB | 4.2 kB Progress (2): 1.0/1.5 MB | 4.2 kB Progress (2): 1.0/1.5 MB | 4.2 kB Progress (2): 1.0/1.5 MB | 4.2 kB Progress (2): 1.0/1.5 MB | 4.2 kB Progress (2): 1.0/1.5 MB | 4.2 kB Progress (2): 1.0/1.5 MB | 4.2 kB Progress (2): 1.0/1.5 MB | 4.2 kB Progress (2): 1.0/1.5 MB | 4.2 kB Progress (2): 1.0/1.5 MB | 4.2 kB Progress (2): 1.0/1.5 MB | 4.2 kB Progress (2): 1.0/1.5 MB | 4.2 kB Progress (2): 1.0/1.5 MB | 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 63 kB/s) Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar (1.5 MB at 10 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom (1.4 kB at 24 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar (14 kB at 205 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.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.4.0/tycho-p2-publisher-plugin-1.4.0.pom (2.0 kB at 30 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar (22 kB at 297 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/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 557 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): 44/316 kB Progress (1): 48/316 kB Progress (1): 52/316 kB Progress (1): 56/316 kB Progress (1): 60/316 kB Progress (1): 64/316 kB Progress (1): 68/316 kB Progress (1): 72/316 kB Progress (1): 76/316 kB Progress (1): 80/316 kB Progress (1): 84/316 kB Progress (1): 88/316 kB Progress (1): 92/316 kB Progress (1): 96/316 kB Progress (1): 100/316 kB Progress (1): 104/316 kB Progress (1): 108/316 kB Progress (1): 112/316 kB Progress (1): 116/316 kB Progress (1): 120/316 kB Progress (1): 124/316 kB Progress (1): 128/316 kB Progress (1): 132/316 kB Progress (1): 136/316 kB Progress (1): 140/316 kB Progress (1): 144/316 kB Progress (1): 148/316 kB Progress (1): 152/316 kB Progress (1): 156/316 kB Progress (1): 160/316 kB Progress (1): 164/316 kB Progress (1): 168/316 kB Progress (1): 172/316 kB Progress (1): 176/316 kB Progress (1): 180/316 kB Progress (1): 184/316 kB Progress (1): 188/316 kB Progress (1): 192/316 kB Progress (1): 196/316 kB Progress (1): 200/316 kB Progress (1): 204/316 kB Progress (1): 208/316 kB Progress (1): 212/316 kB Progress (1): 216/316 kB Progress (1): 220/316 kB Progress (1): 224/316 kB Progress (1): 228/316 kB Progress (1): 232/316 kB Progress (1): 236/316 kB Progress (1): 240/316 kB Progress (1): 244/316 kB Progress (1): 248/316 kB Progress (1): 252/316 kB Progress (1): 256/316 kB Progress (1): 260/316 kB Progress (1): 264/316 kB Progress (1): 268/316 kB Progress (1): 272/316 kB Progress (1): 276/316 kB Progress (1): 280/316 kB Progress (1): 284/316 kB Progress (1): 288/316 kB Progress (1): 292/316 kB Progress (1): 296/316 kB Progress (1): 300/316 kB Progress (1): 304/316 kB Progress (1): 308/316 kB Progress (1): 312/316 kB Progress (1): 316/316 kB Progress (1): 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 303 kB/s) [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/staging/2019-12/ [INFO] Fetching p2.index from http://download.eclipse.org/staging/2019-12/ [INFO] Adding repository http://download.eclipse.org/staging/2019-12 [INFO] Fetching content.jar from http://download.eclipse.org/staging/2019-12/ (3.17MB) [INFO] Fetching content.jar from http://download.eclipse.org/staging/2019-12/ (3.17MB) [INFO] Fetching p2.index from http://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Adding repository http://download.eclipse.org/technology/swtbot/snapshots [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20191126223242/repository/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20191126223242/repository/ [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/S20191126223242/repository [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/S20191126223242/repository/ [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/S20191126223242/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [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/S20191126223242/repository/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/ [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (458.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (458.65kB) [INFO] Unpacking org.eclipse.osgi_3.15.100.v20191114-1701... [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (154.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (154.23kB) [INFO] Unpacking org.apache.felix.scr_2.1.14.v20190123-1619... [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/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/2019-12/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/2019-12/plugins/ (30.65kB) [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141... [INFO] Fetching org.eclipse.swt_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.03kB) [INFO] Unpacking org.eclipse.swt_3.113.0.v20191126-1801... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (819.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (819.53kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191126-1801... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.1MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191126-1801... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,008.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191126-1801.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,008.7kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191126-1801... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Fetching com.ibm.icu.base_58.2.0.v20181010-1334.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (83.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu.base_58.2.0.v20181010-1334.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (83.5kB) [INFO] Unpacking com.ibm.icu.base_58.2.0.v20181010-1334... [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/staging/2019-12/plugins/ (35.59kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/staging/2019-12/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/staging/2019-12/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/staging/2019-12/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/plugins/ (1.86MB) [INFO] Unpacking org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703... [INFO] Fetching org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (52.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (52.5kB) [INFO] Unpacking org.eclipse.equinox.common_3.10.600.v20191004-1420... [INFO] Fetching org.eclipse.core.commands_3.9.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.96kB) [INFO] Unpacking org.eclipse.core.commands_3.9.600.v20191122-2109... [INFO] Fetching org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.62kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.500.v20190916-2125... [INFO] Fetching org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.22kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.7.600.v20191017-2055... [INFO] Fetching org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (76.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (76.89kB) [INFO] Unpacking org.eclipse.equinox.registry_3.8.600.v20191017-2055... [INFO] Fetching org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (82.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (82.52kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.8.100.v20191118-0932... [INFO] Fetching org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.79kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.7.200.v20191105-1311... [INFO] Fetching org.eclipse.core.databinding_1.7.700.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.7.700.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.83kB) [INFO] Unpacking org.eclipse.core.databinding_1.7.700.v20191122-2109... [INFO] Fetching org.eclipse.core.runtime_3.17.0.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.17.0.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.74kB) [INFO] Unpacking org.eclipse.core.runtime_3.17.0.v20191122-2104... [INFO] Fetching org.eclipse.core.expressions_3.6.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.6.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.81kB) [INFO] Unpacking org.eclipse.core.expressions_3.6.600.v20191122-2104... [INFO] Fetching org.eclipse.core.jobs_3.10.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.12kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.600.v20191122-2104... [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.16kB) [INFO] Unpacking org.eclipse.equinox.app_1.4.300.v20190815-1535... [INFO] Fetching org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.78kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.12.800.v20190926-0808... [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/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/2019-12/plugins/ (14.07kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/staging/2019-12/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.69kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.300.v20191017-1404... [INFO] Fetching org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (28.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (28.26kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.100.v20191122-2104... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.68kB) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.77kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.67kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.81kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (485.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (485.42kB) [INFO] Unpacking org.eclipse.emf.ecore_2.20.0.v20190920-0401... [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.97kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310... [INFO] Fetching org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (360.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (360.91kB) [INFO] Unpacking org.eclipse.jface_3.18.0.v20191122-2109... [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (64.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (64.89kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.15kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (17.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (17.02kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011... [INFO] Fetching org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.82kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.2.700.v20191114-0830... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.82kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (111.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (111.15kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503... [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/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/2019-12/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/2019-12/plugins/ (16.7kB) [INFO] Unpacking org.eclipse.equinox.event_1.5.300.v20191001-1333... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.46kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808... [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (85.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (85.9kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.07kB) [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/2019-12/plugins/ (51.07kB) [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/2019-12/plugins/ (84.22kB) [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/2019-12/plugins/ (84.22kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.92kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (94.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (94.87kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (61.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (61.45kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643... [INFO] Fetching org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.54kB) [INFO] Unpacking org.eclipse.jface.databinding_1.9.200.v20191113-1050... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808... [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (114.83kB) [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (114.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.common_2.17.0.v20190920-0401... [INFO] Fetching org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.97kB) [INFO] Unpacking org.eclipse.help_3.8.600.v20191123-0656... [INFO] Fetching org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (364.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (364.34kB) [INFO] Unpacking org.eclipse.ui_3.115.0.v20191127-1056... [INFO] Fetching org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,004.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,004.33kB) [INFO] Unpacking org.eclipse.ui.workbench_3.117.0.v20191126-1131... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Fetching org.eclipse.compare.core_3.6.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.06kB) [INFO] Unpacking org.eclipse.compare.core_3.6.700.v20191122-2107... [INFO] Fetching org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.95kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.800.v20191122-2108... [INFO] Fetching org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (100.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (100.78kB) [INFO] Unpacking org.eclipse.text_3.10.0.v20191122-2108... [INFO] Fetching org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.8kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.600.v20191122-2104... [INFO] Fetching org.eclipse.core.resources_3.13.600.v20191122-2104.jar from http://download.eclipse.org/staging/2019-12/plugins/ (873.23kB) [INFO] Fetching org.eclipse.core.resources_3.13.600.v20191122-2104.jar from http://download.eclipse.org/staging/2019-12/plugins/ (873.23kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.94kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.2.200.v20191008-0718... [INFO] Fetching org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32.06kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.200.v20191014-1220... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (74.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (74.72kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.01kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.95kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702... [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.47kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.58kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.400.v20191008-0645... [INFO] Fetching org.eclipse.jface.text_3.16.100.v20191126-0819.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (319.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.16.100.v20191126-0819.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (319.41kB) [INFO] Unpacking org.eclipse.jface.text_3.16.100.v20191126-0819... [INFO] Fetching org.eclipse.ui.editors_3.13.0.v20191127-0544.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (204.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.13.0.v20191127-0544.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (204.7kB) [INFO] Unpacking org.eclipse.ui.editors_3.13.0.v20191127-0544... [INFO] Fetching org.eclipse.ui.ide_3.16.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (962.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.16.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (962.29kB) [INFO] Unpacking org.eclipse.ui.ide_3.16.100.v20191122-2109... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (234.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (234.26kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108... [INFO] Fetching org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (133.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (133.62kB) [INFO] Unpacking org.eclipse.ui.navigator_3.9.100.v20191122-2109... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/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.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Fetching org.eclipse.ui.forms_3.8.200.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (123.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.8.200.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (123.32kB) [INFO] Unpacking org.eclipse.ui.forms_3.8.200.v20191114-0830... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/plugins/ (383.02kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522... [INFO] Fetching org.eclipse.core.variables_3.4.700.v20191114-1848.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (18.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.700.v20191114-1848.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (18.05kB) [INFO] Unpacking org.eclipse.core.variables_3.4.700.v20191114-1848... [INFO] Fetching org.eclipse.debug.core_3.14.100.v20191115-1406.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.14.100.v20191115-1406.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.76kB) [INFO] Unpacking org.eclipse.debug.core_3.14.100.v20191115-1406... [INFO] Fetching org.eclipse.debug.ui_3.14.300.v20191116-2105.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.01MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.300.v20191116-2105.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.01MB) [INFO] Unpacking org.eclipse.debug.ui_3.14.300.v20191116-2105... [INFO] Fetching org.eclipse.ui.console_3.9.0.v20191126-0912.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (88.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.9.0.v20191126-0912.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (88.43kB) [INFO] Unpacking org.eclipse.ui.console_3.9.0.v20191126-0912... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/plugins/ (19.47kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.36kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58.09kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (38.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (38.91kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.14kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.500.v20191014-1220... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/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/2019-12/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/2019-12/plugins/ (81.19kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.78kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836... [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/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.400.v20191018-2256.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (105.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (105.59kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.72kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836... [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (287.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (287.13kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517... [INFO] Fetching org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.3kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.500.v20191003-0536... [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/plugins/ (44.64kB) [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515... [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (284.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (284.7kB) [INFO] Unpacking org.junit_4.12.0.v201504281640... [INFO] Fetching org.eclipse.ui.browser_3.6.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (97.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.browser_3.6.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (97.35kB) [INFO] Unpacking org.eclipse.ui.browser_3.6.600.v20191122-2109... [INFO] Fetching org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (84.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (84.58kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.900.v20191122-2109... [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 &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... [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (124.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (124.63kB) [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/2019-12/plugins/ (274.32kB) [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/2019-12/plugins/ (274.32kB) [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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/plugins/ (24.01kB) [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/2019-12/plugins/ (24.01kB) [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/2019-12/plugins/ (30.2kB) [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/2019-12/plugins/ (30.2kB) [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/2019-12/plugins/ (43.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.1kB) [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.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/plugins/ (9.5MB) [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337... [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/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/2019-12/plugins/ (96.95kB) [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/2019-12/plugins/ (96.95kB) [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401... [INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.84kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.17.0.v20190920-0412... [INFO] Fetching org.eclipse.ui.views_3.10.100.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.10.100.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.42kB) [INFO] Unpacking org.eclipse.ui.views_3.10.100.v20191114-0830... [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/staging/2019-12/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/staging/2019-12/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (85.1kB) [INFO] Fetching org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/plugins/ (226.24kB) [INFO] Unpacking org.eclipse.graphiti.ui_0.16.1.201909061426... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40.96kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.62kB) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/plugins/ (2.83MB) [INFO] Unpacking org.apache.ant_1.10.7.v20190926-0324... [INFO] Fetching org.eclipse.ant.core_3.5.600.v20191122-2102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.600.v20191122-2102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.92kB) [INFO] Unpacking org.eclipse.ant.core_3.5.600.v20191122-2102... [INFO] Fetching org.eclipse.ant.launching_1.2.700.v20191127-0426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (101.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.700.v20191127-0426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (101.23kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.700.v20191127-0426... [INFO] Fetching org.eclipse.jdt.launching_3.16.0.v20191108-0353.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (273.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.16.0.v20191108-0353.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (273.76kB) [INFO] Unpacking org.eclipse.jdt.launching_3.16.0.v20191108-0353... [INFO] Fetching org.eclipse.core.externaltools_1.1.500.v20191014-1300.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.500.v20191014-1300.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.74kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.500.v20191014-1300... [INFO] Fetching org.eclipse.jdt.core_3.20.0.v20191126-1725.jar from http://download.eclipse.org/staging/2019-12/plugins/ (6.71MB) [INFO] Fetching org.eclipse.jdt.core_3.20.0.v20191126-1725.jar from http://download.eclipse.org/staging/2019-12/plugins/ (6.71MB) [INFO] Fetching org.eclipse.ant.ui_3.7.600.v20191122-2102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (492.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.600.v20191122-2102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (492.54kB) [INFO] Unpacking org.eclipse.ant.ui_3.7.600.v20191122-2102... [INFO] Fetching org.eclipse.ui.externaltools_3.4.500.v20191025-1523.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (66.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.500.v20191025-1523.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (66.04kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.500.v20191025-1523... [INFO] Fetching org.eclipse.jdt.ui_3.20.0.v20191126-1957.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.9MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.20.0.v20191126-1957.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.9MB) [INFO] Unpacking org.eclipse.jdt.ui_3.20.0.v20191126-1957... [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.500.v20191118-1016.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.66MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.500.v20191118-1016.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.66MB) [INFO] Fetching org.eclipse.team.core_3.8.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (127.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (127.12kB) [INFO] Unpacking org.eclipse.team.core_3.8.800.v20191122-2107... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (107.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (107.92kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954... [INFO] Fetching org.eclipse.jdt.junit_3.11.600.v20191115-1651.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (236.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.600.v20191115-1651.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (236.16kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.600.v20191115-1651... [INFO] Fetching org.eclipse.compare_3.7.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (304.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (304.82kB) [INFO] Unpacking org.eclipse.compare_3.7.800.v20191122-2107... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (37.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (37.91kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.06kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (121.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (121.9kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.52kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.0.v20191126-1957.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (477.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.0.v20191126-1957.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (477.88kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.13.0.v20191126-1957... [INFO] Fetching org.eclipse.jdt.debug_3.14.0.v20191105-0758.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (937.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.14.0.v20191105-0758.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (937.08kB) [INFO] Unpacking org.eclipse.jdt.debug_3.14.0.v20191105-0758... [INFO] Fetching org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (216.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (216.5kB) [INFO] Unpacking org.eclipse.search_3.11.800.v20191122-2108... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (182.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (182.08kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.500.v20191115-1651.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (66.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.500.v20191115-1651.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (66.06kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.500.v20191115-1651... [INFO] Fetching org.eclipse.team.ui_3.8.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (494.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (494.27kB) [INFO] Unpacking org.eclipse.team.ui_3.8.700.v20191122-2107... [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.100.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.100.v20191114-0830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.16kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.100.v20191114-0830... [INFO] Fetching org.eclipse.pde.build_3.10.600.v20191011-0535.jar from http://download.eclipse.org/staging/2019-12/plugins/ (478.7kB) [INFO] Fetching org.eclipse.pde.build_3.10.600.v20191011-0535.jar from http://download.eclipse.org/staging/2019-12/plugins/ (478.7kB) [INFO] Fetching org.eclipse.pde.core_3.13.200.v20191125-0628.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.29MB) [INFO] Fetching org.eclipse.pde.core_3.13.200.v20191125-0628.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.29MB) [INFO] Fetching org.eclipse.update.configurator_3.4.400.v20191122-2102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.4.400.v20191122-2102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.19kB) [INFO] Unpacking org.eclipse.update.configurator_3.4.400.v20191122-2102... [INFO] Fetching org.eclipse.pde.launching_3.8.0.v20191112-0655.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.8.0.v20191112-0655.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.56kB) [INFO] Unpacking org.eclipse.pde.launching_3.8.0.v20191112-0655... [INFO] Fetching org.eclipse.pde.ui_3.11.200.v20191112-0626.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.47MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.11.200.v20191112-0626.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.47MB) [INFO] Unpacking org.eclipse.pde.ui_3.11.200.v20191112-0626... [INFO] Fetching org.eclipse.ui.intro_3.5.800.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (141.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.800.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (141.89kB) [INFO] Unpacking org.eclipse.ui.intro_3.5.800.v20191123-0656... [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (147.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (147.38kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656... [INFO] Fetching org.eclipse.ui.trace_1.1.700.v20191105-1619.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.1.700.v20191105-1619.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.3kB) [INFO] Unpacking org.eclipse.ui.trace_1.1.700.v20191105-1619... [INFO] Fetching org.eclipse.ui.genericeditor_1.1.600.v20191114-0832.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.600.v20191114-0832.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.28kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.600.v20191114-0832... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Fetching org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz from http://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 http://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 http://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 http://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 http://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 http://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.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/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/2019-12/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/2019-12/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.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.77kB) [INFO] Unpacking org.eclipse.core.net_1.3.700.v20191122-2107... [INFO] Fetching org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.94kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.5.600.v20191014-2022... [INFO] Fetching org.eclipse.ui.ide.application_1.3.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.3.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.35kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.3.500.v20191122-2109... [INFO] Fetching org.eclipse.urischeme_1.0.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.0.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.45kB) [INFO] Unpacking org.eclipse.urischeme_1.0.500.v20191122-2109... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/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/2019-12/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/2019-12/plugins/ (743.15kB) [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946... [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/staging/2019-12/plugins/ (249kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/staging/2019-12/plugins/ (249kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (114.7kB) [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/2019-12/plugins/ (114.7kB) [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (405.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (405.11kB) [INFO] Unpacking org.apache.xerces_2.9.0.v201101211617... [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.52kB) [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/2019-12/plugins/ (42.52kB) [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... [INFO] Fetching org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.22kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.6.0.v20191118-0932... [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (61.33kB) [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/2019-12/plugins/ (61.33kB) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... [INFO] Fetching org.eclipse.m2e.archetype.common_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.91MB) [INFO] Fetching org.eclipse.m2e.archetype.common_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.91MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (7.18MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (7.18MB) [INFO] Fetching org.eclipse.m2e.core_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (200.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (200.57kB) [INFO] Unpacking org.eclipse.m2e.core_1.13.0.20190716-1624... [INFO] Fetching org.eclipse.m2e.maven.indexer_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.08MB) [INFO] Fetching org.eclipse.m2e.maven.indexer_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.08MB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.56kB) [INFO] Fetching org.slf4j.api_1.7.10.v20170428-1633.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (20.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.api_1.7.10.v20170428-1633.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (20.57kB) [INFO] Unpacking org.slf4j.api_1.7.10.v20170428-1633... [INFO] Fetching org.eclipse.m2e.core.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (223.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (223.23kB) [INFO] Unpacking org.eclipse.m2e.core.ui_1.13.0.20190716-1624... [INFO] Fetching org.eclipse.m2e.model.edit_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (126.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.model.edit_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (126.15kB) [INFO] Unpacking org.eclipse.m2e.model.edit_1.13.0.20190716-1624... [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.41kB) [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.41kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.32kB) [INFO] Unpacking org.eclipse.wst.common.emf_1.2.600.v201903222010... [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (155.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (155.01kB) [INFO] Unpacking org.eclipse.wst.sse.core_1.2.100.v201901310548... [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (254.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (254.78kB) [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v201901071922... [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.29kB) [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/2019-12/plugins/ (20.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.09kB) [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/2019-12/plugins/ (24.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.71kB) [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.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Fetching org.eclipse.jdt_3.18.200.v20191127-1800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.18.200.v20191127-1800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.14kB) [INFO] Unpacking org.eclipse.jdt_3.18.200.v20191127-1800... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ [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 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] 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] 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.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/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/2019-12/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/2019-12/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/2019-12/plugins/ (2.55MB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/staging/2019-12/plugins/ (2.55MB) [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/plugins/ (1.14MB) [INFO] Unpacking com.google.javascript_0.0.20160315.v20161124-1903... [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (237.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (237.98kB) [INFO] Unpacking com.google.protobuf_2.4.0.v201105131100... [INFO] Fetching org.w3c.dom.smil_1.0.0.v200806040011.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.65kB) [INFO] Fetching org.w3c.dom.smil_1.0.0.v200806040011.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.65kB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (112.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (112.2kB) [INFO] Unpacking org.apache.commons.codec_1.10.0.v20180409-1845... [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/plugins/ (82.7kB) [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.91kB) [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214... [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (329.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (329.69kB) [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009... [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (692.97kB) [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/2019-12/plugins/ (692.97kB) [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/2019-12/plugins/ (899.59kB) [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/2019-12/plugins/ (899.59kB) [INFO] Unpacking org.apache.lucene.core_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (923.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (923.82kB) [INFO] Unpacking org.apache.lucene.core_8.0.0.v20190404-1858... [INFO] Fetching org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.63kB) [INFO] Unpacking org.apache.lucene.misc_8.0.0.v20190418-1455... [INFO] Fetching org.apache.lucene.queryparser_8.0.0.v20190418-1455.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (135.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.queryparser_8.0.0.v20190418-1455.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (135.66kB) [INFO] Unpacking org.apache.lucene.queryparser_8.0.0.v20190418-1455... [INFO] Fetching org.eclipse.datatools.connectivity_1.14.100.201802212225.jar from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/plugins/ (271.03kB) [INFO] Fetching org.eclipse.datatools.connectivity_1.14.100.201802212225.jar from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/plugins/ (271.03kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.58kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.58kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (13.22kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (13.22kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (566.23kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (566.23kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (166.46kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (166.46kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (344.1kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (344.1kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (563.53kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (563.53kB) [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.92kB) [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.92kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (340.77kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (340.77kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (621.79kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (621.79kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (228.74kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (228.74kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (91.99kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (91.99kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.100.201801242337.jar from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/plugins/ (97.47kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.100.201801242337.jar from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/plugins/ (97.47kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (189.45kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (189.45kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (130.23kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (130.23kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (31.85kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (31.85kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (46.89kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (46.89kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (369.84kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (369.84kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (462.63kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (462.63kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (139.67kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (139.67kB) [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/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/2019-12/plugins/ (30.49kB) [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/2019-12/plugins/ (30.49kB) [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/2019-12/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/2019-12/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/2019-12/plugins/ (123.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (123.59kB) [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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/plugins/ (93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (93kB) [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/2019-12/plugins/ (47.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (47.51kB) [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/2019-12/plugins/ (36.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (36.07kB) [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/2019-12/plugins/ (22.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.28kB) [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/2019-12/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/2019-12/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/2019-12/plugins/ (46.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.5kB) [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/2019-12/plugins/ (130.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (130.27kB) [INFO] Unpacking org.eclipse.wst.common.modulecore_1.3.100.v201903222010... [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (53.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (53.02kB) [INFO] Unpacking org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010... [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (134.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (134.91kB) [INFO] Unpacking org.eclipse.wst.validation_1.2.800.v201904082137... [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.28kB) [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010... [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (63.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (63.23kB) [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/2019-12/plugins/ (51.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.12kB) [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/2019-12/plugins/ (91.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (91.93kB) [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/2019-12/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/2019-12/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/2019-12/plugins/ (49.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.58kB) [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/2019-12/plugins/ (330.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (330.53kB) [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/2019-12/plugins/ (53.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (53.37kB) [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/2019-12/plugins/ (120.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (120.15kB) [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/2019-12/plugins/ (855.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (855.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/2019-12/plugins/ (589.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (589.93kB) [INFO] Unpacking org.eclipse.jst.j2ee.core_1.4.1.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (361.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (361.04kB) [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/2019-12/plugins/ (42.84kB) [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/2019-12/plugins/ (42.84kB) [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/2019-12/plugins/ (49.31kB) [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/2019-12/plugins/ (49.31kB) [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/2019-12/plugins/ (36.67kB) [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/2019-12/plugins/ (36.67kB) [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/2019-12/plugins/ (73.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (73.48kB) [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/2019-12/plugins/ (31.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.75kB) [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/2019-12/plugins/ (40kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40kB) [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/2019-12/plugins/ (25.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (25.33kB) [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/2019-12/plugins/ (39.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (39.26kB) [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/2019-12/plugins/ (16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16kB) [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/2019-12/plugins/ (172.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (172.25kB) [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/2019-12/plugins/ (222.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (222.7kB) [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/2019-12/plugins/ (55.85kB) [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/2019-12/plugins/ (55.85kB) [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/2019-12/plugins/ (79.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.91kB) [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/2019-12/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/2019-12/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/2019-12/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/2019-12/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/2019-12/plugins/ (180.87kB) [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/2019-12/plugins/ (180.87kB) [INFO] Unpacking org.eclipse.wst.css.core_1.2.0.v201904210526... [INFO] Fetching org.eclipse.wst.css.ui_1.1.200.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.css.ui_1.1.200.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.94kB) [INFO] Unpacking org.eclipse.wst.css.ui_1.1.200.v201904272112... [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (335kB) [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/2019-12/plugins/ (335kB) [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.300.v201904272112... [INFO] Fetching org.eclipse.wst.sse.ui_1.6.200.v201910221150.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (312.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.ui_1.6.200.v201910221150.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (312.89kB) [INFO] Unpacking org.eclipse.wst.sse.ui_1.6.200.v201910221150... [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (200.81kB) [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/2019-12/plugins/ (200.81kB) [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/2019-12/plugins/ (115.44kB) [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/2019-12/plugins/ (115.44kB) [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/2019-12/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/2019-12/plugins/ (1.2MB) [INFO] Unpacking org.eclipse.wst.jsdt.core_2.0.302.v201903222047... [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.36kB) [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/2019-12/plugins/ (21.36kB) [INFO] Unpacking org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047... [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.400.v201908150108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.32MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.400.v201908150108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.32MB) [INFO] Unpacking org.eclipse.wst.jsdt.ui_2.0.400.v201908150108... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/tools/gef/updates/legacy/releases/ [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 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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/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] 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.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/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/S20191126223242/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/S20191126223242/repository/plugins/ (634.79kB) [INFO] Unpacking net.bytebuddy.byte-buddy_1.9.0.v20181107-1410... [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/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/S20191126223242/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/2019-12/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/2019-12/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/S20191126223242/repository/plugins/ (170.56kB) [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (170.56kB) [INFO] The user operation is waiting for background work to complete. [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/S20191126223242/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/S20191126223242/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.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.99kB) [INFO] Unpacking org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/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.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/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.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/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/2019-12/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/2019-12/plugins/ (135.95kB) [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/2019-12/plugins/ (135.95kB) [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/2019-12/plugins/ (271.01kB) [INFO] Fetching org.eclipse.datatools.connectivity_1.14.102.201911250848.jar from http://download.eclipse.org/staging/2019-12/plugins/ (271.01kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from http://download.eclipse.org/staging/2019-12/plugins/ (97.49kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from http://download.eclipse.org/staging/2019-12/plugins/ (97.49kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/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 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.8.0-SNAPSHOT [1/59] [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/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 131 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/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 253 kB/s) Downloading from cbi-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/226 kB 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): 33/226 kB Progress (1): 37/226 kB Progress (1): 41/226 kB Progress (1): 45/226 kB Progress (1): 49/226 kB Progress (2): 49/226 kB | 4.1/13 kB Progress (2): 53/226 kB | 4.1/13 kB Progress (2): 53/226 kB | 7.7/13 kB Progress (2): 57/226 kB | 7.7/13 kB Progress (2): 57/226 kB | 12/13 kB Progress (2): 57/226 kB | 13 kB Progress (2): 61/226 kB | 13 kB Progress (2): 65/226 kB | 13 kB Progress (2): 66/226 kB | 13 kB Progress (2): 70/226 kB | 13 kB Progress (2): 74/226 kB | 13 kB Progress (2): 78/226 kB | 13 kB Progress (2): 82/226 kB | 13 kB Progress (2): 86/226 kB | 13 kB Progress (2): 90/226 kB | 13 kB Progress (2): 94/226 kB | 13 kB Progress (2): 98/226 kB | 13 kB Progress (2): 102/226 kB | 13 kB Progress (2): 106/226 kB | 13 kB Progress (2): 110/226 kB | 13 kB Progress (2): 114/226 kB | 13 kB Progress (2): 118/226 kB | 13 kB Progress (2): 122/226 kB | 13 kB Progress (2): 126/226 kB | 13 kB Progress (2): 130/226 kB | 13 kB Progress (2): 134/226 kB | 13 kB Progress (2): 138/226 kB | 13 kB Progress (2): 142/226 kB | 13 kB Progress (2): 146/226 kB | 13 kB Progress (2): 150/226 kB | 13 kB Progress (2): 154/226 kB | 13 kB Progress (2): 158/226 kB | 13 kB Progress (2): 162/226 kB | 13 kB Progress (2): 166/226 kB | 13 kB Progress (2): 170/226 kB | 13 kB Progress (2): 174/226 kB | 13 kB Progress (2): 178/226 kB | 13 kB Progress (2): 182/226 kB | 13 kB Progress (2): 186/226 kB | 13 kB Progress (2): 190/226 kB | 13 kB Progress (2): 194/226 kB | 13 kB Progress (2): 198/226 kB | 13 kB Progress (2): 202/226 kB | 13 kB Progress (2): 206/226 kB | 13 kB Progress (2): 210/226 kB | 13 kB Progress (2): 214/226 kB | 13 kB Progress (2): 218/226 kB | 13 kB Progress (2): 222/226 kB | 13 kB Progress (2): 226/226 kB | 13 kB Progress (2): 226 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 262 kB/s) 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.9 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 97 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 56 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 95 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/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 196 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/6.9 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 236 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 124 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 134 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/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 264 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/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 966 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 92 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 84 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/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 625 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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 412 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 11 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 15 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 13 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 8.8 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/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 183 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 61 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/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 256 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/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 177 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/9.8 kB Progress (1): 7.7/9.8 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 327 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 60 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 32 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 52 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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 422 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 48 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 55 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 16 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 67 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 9.5 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/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 108 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/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 346 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 85 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/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 333 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/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 753 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 81 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/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 759 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 72 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 115 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/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 103 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 33 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 62 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 33 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 19 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 54 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 59 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 55 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 61 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/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 605 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 54 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 89 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/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 182 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 79 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 28 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 97 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/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 311 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/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 125 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 38 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/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 170 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/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 273 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 110 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 64 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 74 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/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 153 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 39 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 91 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 68 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 72 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 36 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 23 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 31 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/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 207 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 20 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/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 213 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/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 235 kB/s) Downloading from 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/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 400 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/9.9 kB Progress (1): 7.7/9.9 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 310 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.5 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/9.1 kB Progress (1): 7.7/9.1 kB Progress (1): 9.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 395 kB/s) Downloading from 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 11 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 24 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 32 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 64 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 158 B/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 10 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/8.1 kB Progress (1): 7.7/8.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 115 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 64 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 75 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 59 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 118 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 101 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 93 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 71 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/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/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-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/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/junit/junit/4.8.2/junit-4.8.2.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/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/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.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 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-model/2.2.1/maven-model-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Progress (2): 12 kB | 4.1/26 kB Progress (3): 12 kB | 4.1/26 kB | 4.1/49 kB Progress (3): 12 kB | 7.7/26 kB | 4.1/49 kB Progress (4): 12 kB | 7.7/26 kB | 4.1/49 kB | 4.1/51 kB Progress (4): 12 kB | 7.7/26 kB | 7.7/49 kB | 4.1/51 kB Progress (4): 12 kB | 7.7/26 kB | 7.7/49 kB | 7.7/51 kB Progress (4): 12 kB | 7.7/26 kB | 12/49 kB | 7.7/51 kB Progress (5): 12 kB | 7.7/26 kB | 12/49 kB | 7.7/51 kB | 4.1/88 kB Progress (5): 12 kB | 12/26 kB | 12/49 kB | 7.7/51 kB | 4.1/88 kB Progress (5): 12 kB | 12/26 kB | 12/49 kB | 7.7/51 kB | 7.7/88 kB Progress (5): 12 kB | 12/26 kB | 16/49 kB | 7.7/51 kB | 7.7/88 kB Progress (5): 12 kB | 12/26 kB | 16/49 kB | 12/51 kB | 7.7/88 kB Progress (5): 12 kB | 12/26 kB | 20/49 kB | 12/51 kB | 7.7/88 kB Progress (5): 12 kB | 12/26 kB | 20/49 kB | 12/51 kB | 12/88 kB Progress (5): 12 kB | 16/26 kB | 20/49 kB | 12/51 kB | 12/88 kB Progress (5): 12 kB | 16/26 kB | 20/49 kB | 12/51 kB | 16/88 kB Progress (5): 12 kB | 16/26 kB | 24/49 kB | 12/51 kB | 16/88 kB Progress (5): 12 kB | 16/26 kB | 24/49 kB | 16/51 kB | 16/88 kB Progress (5): 12 kB | 16/26 kB | 24/49 kB | 16/51 kB | 20/88 kB Progress (5): 12 kB | 20/26 kB | 24/49 kB | 16/51 kB | 20/88 kB Progress (5): 12 kB | 20/26 kB | 24/49 kB | 16/51 kB | 24/88 kB Progress (5): 12 kB | 20/26 kB | 24/49 kB | 20/51 kB | 24/88 kB Progress (5): 12 kB | 20/26 kB | 28/49 kB | 20/51 kB | 24/88 kB Progress (5): 12 kB | 20/26 kB | 28/49 kB | 24/51 kB | 24/88 kB Progress (5): 12 kB | 20/26 kB | 28/49 kB | 24/51 kB | 28/88 kB Progress (5): 12 kB | 24/26 kB | 28/49 kB | 24/51 kB | 28/88 kB Progress (5): 12 kB | 24/26 kB | 28/49 kB | 24/51 kB | 32/88 kB Progress (5): 12 kB | 24/26 kB | 28/49 kB | 28/51 kB | 32/88 kB Progress (5): 12 kB | 24/26 kB | 28/49 kB | 28/51 kB | 36/88 kB Progress (5): 12 kB | 24/26 kB | 32/49 kB | 28/51 kB | 36/88 kB Progress (5): 12 kB | 24/26 kB | 32/49 kB | 28/51 kB | 40/88 kB Progress (5): 12 kB | 24/26 kB | 32/49 kB | 32/51 kB | 40/88 kB Progress (5): 12 kB | 26 kB | 32/49 kB | 32/51 kB | 40/88 kB Progress (5): 12 kB | 26 kB | 32/49 kB | 32/51 kB | 44/88 kB Progress (5): 12 kB | 26 kB | 36/49 kB | 32/51 kB | 44/88 kB Progress (5): 12 kB | 26 kB | 36/49 kB | 32/51 kB | 48/88 kB Progress (5): 12 kB | 26 kB | 36/49 kB | 36/51 kB | 48/88 kB Progress (5): 12 kB | 26 kB | 36/49 kB | 36/51 kB | 52/88 kB Progress (5): 12 kB | 26 kB | 36/49 kB | 40/51 kB | 52/88 kB Progress (5): 12 kB | 26 kB | 40/49 kB | 40/51 kB | 52/88 kB Progress (5): 12 kB | 26 kB | 40/49 kB | 44/51 kB | 52/88 kB Progress (5): 12 kB | 26 kB | 40/49 kB | 44/51 kB | 56/88 kB Progress (5): 12 kB | 26 kB | 44/49 kB | 44/51 kB | 56/88 kB Progress (5): 12 kB | 26 kB | 44/49 kB | 48/51 kB | 56/88 kB Progress (5): 12 kB | 26 kB | 48/49 kB | 48/51 kB | 56/88 kB Progress (5): 12 kB | 26 kB | 48/49 kB | 48/51 kB | 60/88 kB Progress (5): 12 kB | 26 kB | 49 kB | 48/51 kB | 60/88 kB Progress (5): 12 kB | 26 kB | 49 kB | 51 kB | 60/88 kB Progress (5): 12 kB | 26 kB | 49 kB | 51 kB | 64/88 kB Progress (5): 12 kB | 26 kB | 49 kB | 51 kB | 68/88 kB Progress (5): 12 kB | 26 kB | 49 kB | 51 kB | 72/88 kB Progress (5): 12 kB | 26 kB | 49 kB | 51 kB | 76/88 kB Progress (5): 12 kB | 26 kB | 49 kB | 51 kB | 80/88 kB Progress (5): 12 kB | 26 kB | 49 kB | 51 kB | 84/88 kB Progress (5): 12 kB | 26 kB | 49 kB | 51 kB | 88 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.jar (26 kB at 513 kB/s) 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 962 kB/s) 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 999 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar 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 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Progress (2): 12 kB | 4.1/237 kB Progress (2): 12 kB | 7.7/237 kB Progress (2): 12 kB | 12/237 kB Progress (2): 12 kB | 16/237 kB Progress (2): 12 kB | 20/237 kB Progress (2): 12 kB | 24/237 kB Progress (2): 12 kB | 28/237 kB Progress (3): 12 kB | 28/237 kB | 4.1/80 kB Progress (3): 12 kB | 32/237 kB | 4.1/80 kB Progress (3): 12 kB | 32/237 kB | 7.7/80 kB Progress (3): 12 kB | 33/237 kB | 7.7/80 kB Progress (3): 12 kB | 33/237 kB | 12/80 kB Progress (3): 12 kB | 37/237 kB | 12/80 kB Progress (3): 12 kB | 37/237 kB | 16/80 kB Progress (3): 12 kB | 41/237 kB | 16/80 kB Progress (3): 12 kB | 41/237 kB | 20/80 kB Progress (3): 12 kB | 45/237 kB | 20/80 kB Progress (3): 12 kB | 45/237 kB | 24/80 kB Progress (3): 12 kB | 49/237 kB | 24/80 kB Progress (4): 12 kB | 49/237 kB | 24/80 kB | 4.1/38 kB Progress (4): 12 kB | 49/237 kB | 28/80 kB | 4.1/38 kB Progress (4): 12 kB | 49/237 kB | 28/80 kB | 7.7/38 kB Progress (4): 12 kB | 49/237 kB | 28/80 kB | 12/38 kB Progress (4): 12 kB | 49/237 kB | 28/80 kB | 16/38 kB Progress (4): 12 kB | 53/237 kB | 28/80 kB | 16/38 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 151 kB/s) Progress (4): 53/237 kB | 28/80 kB | 16/38 kB | 4.1/194 kB Progress (4): 53/237 kB | 32/80 kB | 16/38 kB | 4.1/194 kB Progress (4): 53/237 kB | 32/80 kB | 16/38 kB | 7.7/194 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 (4): 57/237 kB | 32/80 kB | 16/38 kB | 7.7/194 kB Progress (4): 57/237 kB | 32/80 kB | 20/38 kB | 7.7/194 kB Progress (4): 57/237 kB | 32/80 kB | 20/38 kB | 12/194 kB Progress (4): 57/237 kB | 36/80 kB | 20/38 kB | 12/194 kB Progress (4): 57/237 kB | 36/80 kB | 20/38 kB | 16/194 kB Progress (4): 57/237 kB | 36/80 kB | 24/38 kB | 16/194 kB Progress (4): 61/237 kB | 36/80 kB | 24/38 kB | 16/194 kB Progress (4): 61/237 kB | 36/80 kB | 28/38 kB | 16/194 kB Progress (4): 61/237 kB | 36/80 kB | 28/38 kB | 20/194 kB Progress (4): 61/237 kB | 40/80 kB | 28/38 kB | 20/194 kB Progress (4): 61/237 kB | 40/80 kB | 28/38 kB | 24/194 kB Progress (4): 61/237 kB | 40/80 kB | 32/38 kB | 24/194 kB Progress (4): 61/237 kB | 40/80 kB | 32/38 kB | 28/194 kB Progress (4): 65/237 kB | 40/80 kB | 32/38 kB | 28/194 kB Progress (4): 65/237 kB | 40/80 kB | 32/38 kB | 32/194 kB Progress (4): 65/237 kB | 40/80 kB | 36/38 kB | 32/194 kB Progress (4): 65/237 kB | 44/80 kB | 36/38 kB | 32/194 kB Progress (4): 65/237 kB | 44/80 kB | 38 kB | 32/194 kB Progress (4): 65/237 kB | 44/80 kB | 38 kB | 36/194 kB Progress (4): 66/237 kB | 44/80 kB | 38 kB | 36/194 kB Progress (4): 66/237 kB | 44/80 kB | 38 kB | 40/194 kB Progress (4): 66/237 kB | 48/80 kB | 38 kB | 40/194 kB Progress (4): 70/237 kB | 48/80 kB | 38 kB | 40/194 kB Progress (4): 70/237 kB | 48/80 kB | 38 kB | 44/194 kB Progress (4): 70/237 kB | 48/80 kB | 38 kB | 48/194 kB Progress (4): 70/237 kB | 48/80 kB | 38 kB | 52/194 kB Progress (4): 70/237 kB | 48/80 kB | 38 kB | 56/194 kB Progress (4): 74/237 kB | 48/80 kB | 38 kB | 56/194 kB Progress (4): 74/237 kB | 52/80 kB | 38 kB | 56/194 kB Progress (4): 74/237 kB | 52/80 kB | 38 kB | 60/194 kB Progress (4): 78/237 kB | 52/80 kB | 38 kB | 60/194 kB Progress (4): 78/237 kB | 56/80 kB | 38 kB | 60/194 kB Progress (4): 82/237 kB | 56/80 kB | 38 kB | 60/194 kB Progress (4): 82/237 kB | 56/80 kB | 38 kB | 64/194 kB Progress (4): 82/237 kB | 60/80 kB | 38 kB | 64/194 kB Progress (4): 86/237 kB | 60/80 kB | 38 kB | 64/194 kB Progress (4): 86/237 kB | 64/80 kB | 38 kB | 64/194 kB Progress (4): 86/237 kB | 68/80 kB | 38 kB | 64/194 kB Progress (4): 86/237 kB | 72/80 kB | 38 kB | 64/194 kB Progress (4): 86/237 kB | 72/80 kB | 38 kB | 68/194 kB Progress (4): 86/237 kB | 76/80 kB | 38 kB | 68/194 kB Progress (4): 90/237 kB | 76/80 kB | 38 kB | 68/194 kB Progress (4): 90/237 kB | 80/80 kB | 38 kB | 68/194 kB Progress (4): 90/237 kB | 80/80 kB | 38 kB | 72/194 kB Progress (4): 90/237 kB | 80 kB | 38 kB | 72/194 kB Progress (4): 94/237 kB | 80 kB | 38 kB | 72/194 kB Progress (5): 94/237 kB | 80 kB | 38 kB | 72/194 kB | 4.1/245 kB Progress (5): 94/237 kB | 80 kB | 38 kB | 76/194 kB | 4.1/245 kB Progress (5): 94/237 kB | 80 kB | 38 kB | 76/194 kB | 7.7/245 kB Progress (5): 98/237 kB | 80 kB | 38 kB | 76/194 kB | 7.7/245 kB Progress (5): 98/237 kB | 80 kB | 38 kB | 76/194 kB | 12/245 kB Progress (5): 98/237 kB | 80 kB | 38 kB | 80/194 kB | 12/245 kB Progress (5): 98/237 kB | 80 kB | 38 kB | 80/194 kB | 16/245 kB Progress (5): 98/237 kB | 80 kB | 38 kB | 84/194 kB | 16/245 kB Progress (5): 98/237 kB | 80 kB | 38 kB | 84/194 kB | 16/245 kB Progress (5): 98/237 kB | 80 kB | 38 kB | 88/194 kB | 16/245 kB Progress (5): 98/237 kB | 80 kB | 38 kB | 88/194 kB | 20/245 kB Progress (5): 98/237 kB | 80 kB | 38 kB | 92/194 kB | 20/245 kB Progress (5): 102/237 kB | 80 kB | 38 kB | 92/194 kB | 20/245 kB Progress (5): 102/237 kB | 80 kB | 38 kB | 96/194 kB | 20/245 kB Progress (5): 102/237 kB | 80 kB | 38 kB | 96/194 kB | 24/245 kB Progress (5): 102/237 kB | 80 kB | 38 kB | 100/194 kB | 24/245 kB Progress (5): 106/237 kB | 80 kB | 38 kB | 100/194 kB | 24/245 kB Progress (5): 106/237 kB | 80 kB | 38 kB | 104/194 kB | 24/245 kB Progress (5): 106/237 kB | 80 kB | 38 kB | 104/194 kB | 28/245 kB Progress (5): 106/237 kB | 80 kB | 38 kB | 108/194 kB | 28/245 kB Progress (5): 110/237 kB | 80 kB | 38 kB | 108/194 kB | 28/245 kB Progress (5): 110/237 kB | 80 kB | 38 kB | 112/194 kB | 28/245 kB Progress (5): 110/237 kB | 80 kB | 38 kB | 112/194 kB | 32/245 kB Progress (5): 110/237 kB | 80 kB | 38 kB | 116/194 kB | 32/245 kB Progress (5): 110/237 kB | 80 kB | 38 kB | 116/194 kB | 33/245 kB Progress (5): 114/237 kB | 80 kB | 38 kB | 116/194 kB | 33/245 kB Progress (5): 114/237 kB | 80 kB | 38 kB | 116/194 kB | 37/245 kB Progress (5): 114/237 kB | 80 kB | 38 kB | 120/194 kB | 37/245 kB Progress (5): 114/237 kB | 80 kB | 38 kB | 120/194 kB | 41/245 kB Progress (5): 114/237 kB | 80 kB | 38 kB | 124/194 kB | 41/245 kB Progress (5): 118/237 kB | 80 kB | 38 kB | 124/194 kB | 41/245 kB Progress (5): 118/237 kB | 80 kB | 38 kB | 128/194 kB | 41/245 kB Progress (5): 118/237 kB | 80 kB | 38 kB | 128/194 kB | 45/245 kB Progress (5): 122/237 kB | 80 kB | 38 kB | 128/194 kB | 45/245 kB Progress (5): 122/237 kB | 80 kB | 38 kB | 128/194 kB | 49/245 kB Progress (5): 122/237 kB | 80 kB | 38 kB | 132/194 kB | 49/245 kB Progress (5): 126/237 kB | 80 kB | 38 kB | 132/194 kB | 49/245 kB Progress (5): 126/237 kB | 80 kB | 38 kB | 136/194 kB | 49/245 kB Progress (5): 126/237 kB | 80 kB | 38 kB | 136/194 kB | 53/245 kB Progress (5): 126/237 kB | 80 kB | 38 kB | 140/194 kB | 53/245 kB Progress (5): 126/237 kB | 80 kB | 38 kB | 140/194 kB | 57/245 kB Progress (5): 130/237 kB | 80 kB | 38 kB | 140/194 kB | 57/245 kB Progress (5): 130/237 kB | 80 kB | 38 kB | 140/194 kB | 61/245 kB Progress (5): 130/237 kB | 80 kB | 38 kB | 144/194 kB | 61/245 kB Progress (5): 130/237 kB | 80 kB | 38 kB | 144/194 kB | 65/245 kB Progress (5): 130/237 kB | 80 kB | 38 kB | 148/194 kB | 65/245 kB Progress (5): 134/237 kB | 80 kB | 38 kB | 148/194 kB | 65/245 kB Progress (5): 134/237 kB | 80 kB | 38 kB | 152/194 kB | 65/245 kB Progress (5): 134/237 kB | 80 kB | 38 kB | 152/194 kB | 66/245 kB Progress (5): 134/237 kB | 80 kB | 38 kB | 156/194 kB | 66/245 kB Progress (5): 138/237 kB | 80 kB | 38 kB | 156/194 kB | 66/245 kB Progress (5): 138/237 kB | 80 kB | 38 kB | 160/194 kB | 66/245 kB Progress (5): 142/237 kB | 80 kB | 38 kB | 160/194 kB | 66/245 kB Progress (5): 142/237 kB | 80 kB | 38 kB | 160/194 kB | 70/245 kB Progress (5): 146/237 kB | 80 kB | 38 kB | 160/194 kB | 70/245 kB Progress (5): 146/237 kB | 80 kB | 38 kB | 164/194 kB | 70/245 kB Progress (5): 150/237 kB | 80 kB | 38 kB | 164/194 kB | 70/245 kB Progress (5): 150/237 kB | 80 kB | 38 kB | 164/194 kB | 74/245 kB Progress (5): 154/237 kB | 80 kB | 38 kB | 164/194 kB | 74/245 kB Progress (5): 154/237 kB | 80 kB | 38 kB | 168/194 kB | 74/245 kB Progress (5): 154/237 kB | 80 kB | 38 kB | 168/194 kB | 78/245 kB Progress (5): 154/237 kB | 80 kB | 38 kB | 172/194 kB | 78/245 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 772 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 357 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Progress (3): 154/237 kB | 176/194 kB | 78/245 kB Progress (3): 154/237 kB | 176/194 kB | 82/245 kB Progress (3): 158/237 kB | 176/194 kB | 82/245 kB Progress (3): 158/237 kB | 176/194 kB | 86/245 kB Progress (3): 158/237 kB | 180/194 kB | 86/245 kB 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 Progress (3): 158/237 kB | 184/194 kB | 86/245 kB Progress (3): 158/237 kB | 184/194 kB | 90/245 kB Progress (3): 162/237 kB | 184/194 kB | 90/245 kB Progress (3): 162/237 kB | 188/194 kB | 90/245 kB Progress (3): 162/237 kB | 188/194 kB | 94/245 kB Progress (3): 162/237 kB | 192/194 kB | 94/245 kB Progress (3): 166/237 kB | 192/194 kB | 94/245 kB Progress (3): 166/237 kB | 194 kB | 94/245 kB Progress (3): 166/237 kB | 194 kB | 98/245 kB Progress (3): 170/237 kB | 194 kB | 98/245 kB Progress (3): 170/237 kB | 194 kB | 98/245 kB Progress (3): 174/237 kB | 194 kB | 98/245 kB Progress (3): 174/237 kB | 194 kB | 102/245 kB Progress (3): 178/237 kB | 194 kB | 102/245 kB Progress (3): 178/237 kB | 194 kB | 106/245 kB Progress (3): 182/237 kB | 194 kB | 106/245 kB Progress (3): 182/237 kB | 194 kB | 110/245 kB Progress (3): 186/237 kB | 194 kB | 110/245 kB Progress (3): 186/237 kB | 194 kB | 114/245 kB Progress (3): 190/237 kB | 194 kB | 114/245 kB Progress (3): 190/237 kB | 194 kB | 118/245 kB Progress (3): 194/237 kB | 194 kB | 118/245 kB Progress (3): 194/237 kB | 194 kB | 122/245 kB Progress (3): 198/237 kB | 194 kB | 122/245 kB Progress (3): 198/237 kB | 194 kB | 126/245 kB Progress (3): 202/237 kB | 194 kB | 126/245 kB Progress (3): 202/237 kB | 194 kB | 130/245 kB Progress (3): 202/237 kB | 194 kB | 131/245 kB Progress (3): 206/237 kB | 194 kB | 131/245 kB Progress (3): 206/237 kB | 194 kB | 135/245 kB Progress (3): 210/237 kB | 194 kB | 135/245 kB Progress (3): 210/237 kB | 194 kB | 139/245 kB Progress (3): 214/237 kB | 194 kB | 139/245 kB Progress (3): 214/237 kB | 194 kB | 143/245 kB Progress (3): 218/237 kB | 194 kB | 143/245 kB Progress (3): 218/237 kB | 194 kB | 147/245 kB Progress (3): 222/237 kB | 194 kB | 147/245 kB Progress (3): 222/237 kB | 194 kB | 151/245 kB Progress (3): 226/237 kB | 194 kB | 151/245 kB Progress (3): 226/237 kB | 194 kB | 155/245 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 1.7 MB/s) Progress (2): 226/237 kB | 159/245 kB Progress (2): 230/237 kB | 159/245 kB Progress (2): 230/237 kB | 163/245 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 (2): 230/237 kB | 167/245 kB Progress (3): 230/237 kB | 167/245 kB | 4.1/38 kB Progress (3): 234/237 kB | 167/245 kB | 4.1/38 kB Progress (3): 234/237 kB | 167/245 kB | 7.7/38 kB Progress (3): 234/237 kB | 171/245 kB | 7.7/38 kB Progress (3): 237 kB | 171/245 kB | 7.7/38 kB Progress (3): 237 kB | 171/245 kB | 12/38 kB Progress (3): 237 kB | 175/245 kB | 12/38 kB Progress (3): 237 kB | 175/245 kB | 16/38 kB Progress (3): 237 kB | 179/245 kB | 16/38 kB Progress (3): 237 kB | 179/245 kB | 20/38 kB Progress (3): 237 kB | 183/245 kB | 20/38 kB Progress (3): 237 kB | 183/245 kB | 24/38 kB Progress (3): 237 kB | 187/245 kB | 24/38 kB Progress (3): 237 kB | 187/245 kB | 28/38 kB Progress (3): 237 kB | 187/245 kB | 32/38 kB Progress (3): 237 kB | 187/245 kB | 33/38 kB Progress (3): 237 kB | 187/245 kB | 37/38 kB Progress (3): 237 kB | 187/245 kB | 38 kB Progress (3): 237 kB | 191/245 kB | 38 kB Progress (3): 237 kB | 195/245 kB | 38 kB Progress (3): 237 kB | 199/245 kB | 38 kB Progress (3): 237 kB | 203/245 kB | 38 kB Progress (3): 237 kB | 207/245 kB | 38 kB Progress (3): 237 kB | 211/245 kB | 38 kB Progress (3): 237 kB | 215/245 kB | 38 kB Progress (3): 237 kB | 219/245 kB | 38 kB Progress (3): 237 kB | 223/245 kB | 38 kB Progress (3): 237 kB | 227/245 kB | 38 kB Progress (3): 237 kB | 231/245 kB | 38 kB Progress (3): 237 kB | 235/245 kB | 38 kB Progress (3): 237 kB | 239/245 kB | 38 kB Progress (3): 237 kB | 243/245 kB | 38 kB Progress (3): 237 kB | 245 kB | 38 kB Progress (4): 237 kB | 245 kB | 38 kB | 4.1/39 kB Progress (4): 237 kB | 245 kB | 38 kB | 7.7/39 kB Progress (4): 237 kB | 245 kB | 38 kB | 12/39 kB Progress (5): 237 kB | 245 kB | 38 kB | 12/39 kB | 4.1/43 kB Progress (5): 237 kB | 245 kB | 38 kB | 16/39 kB | 4.1/43 kB Progress (5): 237 kB | 245 kB | 38 kB | 16/39 kB | 7.7/43 kB Progress (5): 237 kB | 245 kB | 38 kB | 20/39 kB | 7.7/43 kB Progress (5): 237 kB | 245 kB | 38 kB | 20/39 kB | 12/43 kB Progress (5): 237 kB | 245 kB | 38 kB | 24/39 kB | 12/43 kB Progress (5): 237 kB | 245 kB | 38 kB | 24/39 kB | 16/43 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 1.2 MB/s) Progress (4): 237 kB | 38 kB | 24/39 kB | 20/43 kB Progress (4): 237 kB | 38 kB | 28/39 kB | 20/43 kB Progress (4): 237 kB | 38 kB | 28/39 kB | 24/43 kB 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 (4): 237 kB | 38 kB | 28/39 kB | 28/43 kB Progress (4): 237 kB | 38 kB | 32/39 kB | 28/43 kB Progress (4): 237 kB | 38 kB | 32/39 kB | 32/43 kB Progress (4): 237 kB | 38 kB | 36/39 kB | 32/43 kB Progress (4): 237 kB | 38 kB | 36/39 kB | 36/43 kB Progress (4): 237 kB | 38 kB | 39 kB | 36/43 kB Progress (4): 237 kB | 38 kB | 39 kB | 40/43 kB Progress (4): 237 kB | 38 kB | 39 kB | 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 181 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): 237 kB | 38 kB | 43 kB | 4.1/9.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-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 194 kB/s) 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 1.1 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 170 kB/s) Progress (1): 7.7/9.8 kB 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 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 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 (1): 9.8 kB Progress (2): 9.8 kB | 4.1/13 kB Progress (2): 9.8 kB | 7.7/13 kB Progress (2): 9.8 kB | 12/13 kB Progress (2): 9.8 kB | 13 kB Progress (3): 9.8 kB | 13 kB | 4.1/158 kB Progress (3): 9.8 kB | 13 kB | 7.7/158 kB Progress (3): 9.8 kB | 13 kB | 12/158 kB Progress (3): 9.8 kB | 13 kB | 16/158 kB Progress (3): 9.8 kB | 13 kB | 20/158 kB Progress (3): 9.8 kB | 13 kB | 24/158 kB Progress (3): 9.8 kB | 13 kB | 28/158 kB Progress (3): 9.8 kB | 13 kB | 32/158 kB Progress (3): 9.8 kB | 13 kB | 33/158 kB Progress (3): 9.8 kB | 13 kB | 37/158 kB Progress (3): 9.8 kB | 13 kB | 41/158 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 42 kB/s) Progress (2): 13 kB | 45/158 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar 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 46 kB/s) Progress (2): 45/158 kB | 4.1/17 kB Progress (3): 45/158 kB | 4.1/17 kB | 4.1/11 kB Progress (3): 49/158 kB | 4.1/17 kB | 4.1/11 kB Progress (3): 49/158 kB | 4.1/17 kB | 7.7/11 kB Progress (3): 49/158 kB | 7.7/17 kB | 7.7/11 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): 49/158 kB | 12/17 kB | 7.7/11 kB Progress (3): 49/158 kB | 16/17 kB | 7.7/11 kB Progress (3): 49/158 kB | 17 kB | 7.7/11 kB Progress (3): 53/158 kB | 17 kB | 7.7/11 kB Progress (3): 53/158 kB | 17 kB | 11 kB Progress (3): 57/158 kB | 17 kB | 11 kB Progress (3): 61/158 kB | 17 kB | 11 kB Progress (3): 65/158 kB | 17 kB | 11 kB Progress (3): 66/158 kB | 17 kB | 11 kB Progress (3): 70/158 kB | 17 kB | 11 kB Progress (3): 74/158 kB | 17 kB | 11 kB Progress (3): 78/158 kB | 17 kB | 11 kB Progress (3): 82/158 kB | 17 kB | 11 kB Progress (3): 86/158 kB | 17 kB | 11 kB Progress (3): 90/158 kB | 17 kB | 11 kB Progress (3): 94/158 kB | 17 kB | 11 kB Progress (3): 98/158 kB | 17 kB | 11 kB Progress (3): 98/158 kB | 17 kB | 11 kB Progress (3): 102/158 kB | 17 kB | 11 kB Progress (3): 106/158 kB | 17 kB | 11 kB Progress (3): 110/158 kB | 17 kB | 11 kB Progress (3): 114/158 kB | 17 kB | 11 kB Progress (3): 118/158 kB | 17 kB | 11 kB Progress (3): 122/158 kB | 17 kB | 11 kB Progress (3): 126/158 kB | 17 kB | 11 kB Progress (3): 130/158 kB | 17 kB | 11 kB Progress (3): 134/158 kB | 17 kB | 11 kB Progress (3): 138/158 kB | 17 kB | 11 kB Progress (3): 142/158 kB | 17 kB | 11 kB Progress (3): 146/158 kB | 17 kB | 11 kB Progress (3): 150/158 kB | 17 kB | 11 kB Progress (3): 154/158 kB | 17 kB | 11 kB Progress (3): 158 kB | 17 kB | 11 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 56 kB/s) Progress (3): 158 kB | 11 kB | 0/1.2 MB 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): 158 kB | 11 kB | 0/1.2 MB Progress (3): 158 kB | 11 kB | 0/1.2 MB Progress (3): 158 kB | 11 kB | 0/1.2 MB Progress (4): 158 kB | 11 kB | 0/1.2 MB | 4.1/305 kB Progress (4): 158 kB | 11 kB | 0/1.2 MB | 4.1/305 kB Progress (4): 158 kB | 11 kB | 0/1.2 MB | 7.7/305 kB Progress (4): 158 kB | 11 kB | 0/1.2 MB | 7.7/305 kB Progress (4): 158 kB | 11 kB | 0/1.2 MB | 12/305 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.jar (11 kB at 38 kB/s) 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 524 kB/s) Progress (2): 0/1.2 MB | 12/305 kB Progress (2): 0/1.2 MB | 16/305 kB Progress (2): 0/1.2 MB | 16/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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Progress (2): 0/1.2 MB | 16/305 kB Progress (2): 0/1.2 MB | 20/305 kB Progress (2): 0/1.2 MB | 24/305 kB Progress (2): 0/1.2 MB | 24/305 kB Progress (2): 0/1.2 MB | 28/305 kB Progress (2): 0/1.2 MB | 28/305 kB Progress (2): 0/1.2 MB | 32/305 kB Progress (2): 0/1.2 MB | 33/305 kB Progress (2): 0/1.2 MB | 33/305 kB Progress (2): 0/1.2 MB | 37/305 kB Progress (2): 0/1.2 MB | 37/305 kB Progress (2): 0/1.2 MB | 41/305 kB Progress (2): 0/1.2 MB | 45/305 kB Progress (2): 0.1/1.2 MB | 45/305 kB Progress (2): 0.1/1.2 MB | 49/305 kB Progress (2): 0.1/1.2 MB | 49/305 kB Progress (2): 0.1/1.2 MB | 53/305 kB Progress (2): 0.1/1.2 MB | 57/305 kB Progress (2): 0.1/1.2 MB | 57/305 kB Progress (2): 0.1/1.2 MB | 61/305 kB Progress (2): 0.1/1.2 MB | 61/305 kB Progress (2): 0.1/1.2 MB | 65/305 kB Progress (2): 0.1/1.2 MB | 65/305 kB Progress (2): 0.1/1.2 MB | 66/305 kB Progress (2): 0.1/1.2 MB | 70/305 kB Progress (2): 0.1/1.2 MB | 70/305 kB Progress (2): 0.1/1.2 MB | 74/305 kB Progress (2): 0.1/1.2 MB | 74/305 kB Progress (2): 0.1/1.2 MB | 78/305 kB Progress (2): 0.1/1.2 MB | 82/305 kB Progress (2): 0.1/1.2 MB | 82/305 kB Progress (2): 0.1/1.2 MB | 86/305 kB Progress (2): 0.1/1.2 MB | 86/305 kB Progress (2): 0.1/1.2 MB | 90/305 kB Progress (2): 0.1/1.2 MB | 94/305 kB Progress (2): 0.1/1.2 MB | 94/305 kB Progress (2): 0.1/1.2 MB | 98/305 kB Progress (2): 0.1/1.2 MB | 98/305 kB Progress (2): 0.1/1.2 MB | 98/305 kB Progress (2): 0.1/1.2 MB | 102/305 kB Progress (2): 0.1/1.2 MB | 102/305 kB Progress (2): 0.1/1.2 MB | 106/305 kB Progress (2): 0.1/1.2 MB | 106/305 kB Progress (2): 0.1/1.2 MB | 110/305 kB Progress (2): 0.1/1.2 MB | 114/305 kB Progress (2): 0.1/1.2 MB | 114/305 kB Progress (2): 0.1/1.2 MB | 118/305 kB Progress (2): 0.1/1.2 MB | 118/305 kB Progress (2): 0.1/1.2 MB | 122/305 kB Progress (2): 0.1/1.2 MB | 126/305 kB Progress (2): 0.1/1.2 MB | 126/305 kB Progress (2): 0.1/1.2 MB | 130/305 kB Progress (2): 0.1/1.2 MB | 130/305 kB Progress (2): 0.1/1.2 MB | 134/305 kB Progress (2): 0.1/1.2 MB | 138/305 kB Progress (2): 0.1/1.2 MB | 138/305 kB Progress (2): 0.1/1.2 MB | 142/305 kB Progress (2): 0.1/1.2 MB | 142/305 kB Progress (2): 0.1/1.2 MB | 146/305 kB Progress (2): 0.1/1.2 MB | 150/305 kB Progress (2): 0.1/1.2 MB | 150/305 kB Progress (2): 0.1/1.2 MB | 154/305 kB Progress (2): 0.1/1.2 MB | 154/305 kB Progress (2): 0.1/1.2 MB | 158/305 kB Progress (3): 0.1/1.2 MB | 158/305 kB | 4.1/52 kB Progress (3): 0.1/1.2 MB | 158/305 kB | 4.1/52 kB Progress (3): 0.1/1.2 MB | 162/305 kB | 4.1/52 kB Progress (4): 0.1/1.2 MB | 162/305 kB | 4.1/52 kB | 4.1/30 kB Progress (4): 0.1/1.2 MB | 166/305 kB | 4.1/52 kB | 4.1/30 kB Progress (4): 0.1/1.2 MB | 166/305 kB | 4.1/52 kB | 4.1/30 kB Progress (4): 0.1/1.2 MB | 166/305 kB | 7.7/52 kB | 4.1/30 kB Progress (5): 0.1/1.2 MB | 166/305 kB | 7.7/52 kB | 4.1/30 kB | 4.1/50 kB Progress (5): 0.1/1.2 MB | 166/305 kB | 12/52 kB | 4.1/30 kB | 4.1/50 kB Progress (5): 0.1/1.2 MB | 170/305 kB | 12/52 kB | 4.1/30 kB | 4.1/50 kB Progress (5): 0.1/1.2 MB | 170/305 kB | 12/52 kB | 7.7/30 kB | 4.1/50 kB Progress (5): 0.1/1.2 MB | 174/305 kB | 12/52 kB | 7.7/30 kB | 4.1/50 kB Progress (5): 0.1/1.2 MB | 174/305 kB | 12/52 kB | 12/30 kB | 4.1/50 kB Progress (5): 0.1/1.2 MB | 174/305 kB | 16/52 kB | 12/30 kB | 4.1/50 kB Progress (5): 0.1/1.2 MB | 174/305 kB | 16/52 kB | 12/30 kB | 7.7/50 kB Progress (5): 0.1/1.2 MB | 174/305 kB | 16/52 kB | 12/30 kB | 7.7/50 kB Progress (5): 0.1/1.2 MB | 174/305 kB | 16/52 kB | 12/30 kB | 12/50 kB Progress (5): 0.1/1.2 MB | 174/305 kB | 20/52 kB | 12/30 kB | 12/50 kB Progress (5): 0.1/1.2 MB | 174/305 kB | 20/52 kB | 16/30 kB | 12/50 kB Progress (5): 0.1/1.2 MB | 178/305 kB | 20/52 kB | 16/30 kB | 12/50 kB Progress (5): 0.1/1.2 MB | 178/305 kB | 20/52 kB | 20/30 kB | 12/50 kB Progress (5): 0.1/1.2 MB | 178/305 kB | 24/52 kB | 20/30 kB | 12/50 kB Progress (5): 0.1/1.2 MB | 178/305 kB | 24/52 kB | 20/30 kB | 16/50 kB Progress (5): 0.1/1.2 MB | 178/305 kB | 24/52 kB | 20/30 kB | 16/50 kB Progress (5): 0.1/1.2 MB | 178/305 kB | 24/52 kB | 20/30 kB | 20/50 kB Progress (5): 0.1/1.2 MB | 178/305 kB | 28/52 kB | 20/30 kB | 20/50 kB Progress (5): 0.1/1.2 MB | 178/305 kB | 28/52 kB | 24/30 kB | 20/50 kB Progress (5): 0.1/1.2 MB | 182/305 kB | 28/52 kB | 24/30 kB | 20/50 kB Progress (5): 0.1/1.2 MB | 182/305 kB | 28/52 kB | 28/30 kB | 20/50 kB Progress (5): 0.1/1.2 MB | 182/305 kB | 32/52 kB | 28/30 kB | 20/50 kB Progress (5): 0.1/1.2 MB | 182/305 kB | 32/52 kB | 28/30 kB | 20/50 kB Progress (5): 0.1/1.2 MB | 182/305 kB | 32/52 kB | 28/30 kB | 24/50 kB Progress (5): 0.2/1.2 MB | 182/305 kB | 32/52 kB | 28/30 kB | 24/50 kB Progress (5): 0.2/1.2 MB | 182/305 kB | 36/52 kB | 28/30 kB | 24/50 kB Progress (5): 0.2/1.2 MB | 182/305 kB | 36/52 kB | 30 kB | 24/50 kB Progress (5): 0.2/1.2 MB | 186/305 kB | 36/52 kB | 30 kB | 24/50 kB Progress (5): 0.2/1.2 MB | 186/305 kB | 36/52 kB | 30 kB | 24/50 kB Progress (5): 0.2/1.2 MB | 186/305 kB | 40/52 kB | 30 kB | 24/50 kB Progress (5): 0.2/1.2 MB | 186/305 kB | 40/52 kB | 30 kB | 28/50 kB Progress (5): 0.2/1.2 MB | 186/305 kB | 40/52 kB | 30 kB | 28/50 kB Progress (5): 0.2/1.2 MB | 190/305 kB | 40/52 kB | 30 kB | 28/50 kB Progress (5): 0.2/1.2 MB | 190/305 kB | 40/52 kB | 30 kB | 32/50 kB Progress (5): 0.2/1.2 MB | 190/305 kB | 44/52 kB | 30 kB | 32/50 kB Progress (5): 0.2/1.2 MB | 190/305 kB | 44/52 kB | 30 kB | 33/50 kB Progress (5): 0.2/1.2 MB | 194/305 kB | 44/52 kB | 30 kB | 33/50 kB Progress (5): 0.2/1.2 MB | 194/305 kB | 44/52 kB | 30 kB | 33/50 kB Progress (5): 0.2/1.2 MB | 194/305 kB | 44/52 kB | 30 kB | 33/50 kB Progress (5): 0.2/1.2 MB | 194/305 kB | 44/52 kB | 30 kB | 33/50 kB Progress (5): 0.2/1.2 MB | 194/305 kB | 44/52 kB | 30 kB | 33/50 kB Progress (5): 0.2/1.2 MB | 194/305 kB | 44/52 kB | 30 kB | 33/50 kB Progress (5): 0.2/1.2 MB | 194/305 kB | 44/52 kB | 30 kB | 33/50 kB Progress (5): 0.2/1.2 MB | 194/305 kB | 44/52 kB | 30 kB | 37/50 kB Progress (5): 0.2/1.2 MB | 194/305 kB | 44/52 kB | 30 kB | 37/50 kB Progress (5): 0.2/1.2 MB | 198/305 kB | 44/52 kB | 30 kB | 37/50 kB Progress (5): 0.2/1.2 MB | 198/305 kB | 48/52 kB | 30 kB | 37/50 kB Progress (5): 0.2/1.2 MB | 202/305 kB | 48/52 kB | 30 kB | 37/50 kB Progress (5): 0.2/1.2 MB | 202/305 kB | 52/52 kB | 30 kB | 37/50 kB Progress (5): 0.2/1.2 MB | 206/305 kB | 52/52 kB | 30 kB | 37/50 kB Progress (5): 0.2/1.2 MB | 206/305 kB | 52/52 kB | 30 kB | 37/50 kB Progress (5): 0.2/1.2 MB | 206/305 kB | 52/52 kB | 30 kB | 41/50 kB Progress (5): 0.2/1.2 MB | 206/305 kB | 52/52 kB | 30 kB | 41/50 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 79 kB/s) Progress (4): 0.2/1.2 MB | 206/305 kB | 52/52 kB | 41/50 kB Progress (4): 0.2/1.2 MB | 206/305 kB | 52/52 kB | 45/50 kB Progress (4): 0.2/1.2 MB | 210/305 kB | 52/52 kB | 45/50 kB Progress (4): 0.2/1.2 MB | 210/305 kB | 52 kB | 45/50 kB Progress (4): 0.2/1.2 MB | 214/305 kB | 52 kB | 45/50 kB Progress (4): 0.2/1.2 MB | 214/305 kB | 52 kB | 49/50 kB Progress (4): 0.2/1.2 MB | 214/305 kB | 52 kB | 49/50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Progress (4): 0.2/1.2 MB | 214/305 kB | 52 kB | 49/50 kB Progress (4): 0.2/1.2 MB | 214/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 218/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 218/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 222/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 222/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 226/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 226/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 230/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 230/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 234/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 234/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 238/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 238/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 242/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 242/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 246/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 246/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 250/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 250/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 254/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 254/305 kB | 52 kB | 50 kB Progress (4): 0.2/1.2 MB | 258/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 258/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 262/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 262/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 266/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 266/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 270/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 270/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 274/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 274/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 278/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 278/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 282/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 286/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 286/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 290/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 290/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 294/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 298/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 298/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 302/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 302/305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.3/1.2 MB | 305 kB | 52 kB | 50 kB Progress (4): 0.4/1.2 MB | 305 kB | 52 kB | 50 kB Progress (5): 0.4/1.2 MB | 305 kB | 52 kB | 50 kB | 4.1/15 kB Progress (5): 0.4/1.2 MB | 305 kB | 52 kB | 50 kB | 4.1/15 kB Progress (5): 0.4/1.2 MB | 305 kB | 52 kB | 50 kB | 7.7/15 kB Progress (5): 0.4/1.2 MB | 305 kB | 52 kB | 50 kB | 7.7/15 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 131 kB/s) Progress (4): 0.4/1.2 MB | 305 kB | 50 kB | 7.7/15 kB Progress (4): 0.4/1.2 MB | 305 kB | 50 kB | 12/15 kB Progress (4): 0.4/1.2 MB | 305 kB | 50 kB | 12/15 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Progress (4): 0.4/1.2 MB | 305 kB | 50 kB | 12/15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 126 kB/s) Progress (3): 0.4/1.2 MB | 305 kB | 15 kB 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 Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.4/1.2 MB | 305 kB | 15 kB Progress (3): 0.5/1.2 MB | 305 kB | 15 kB Progress (3): 0.5/1.2 MB | 305 kB | 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 37 kB/s) Progress (2): 0.5/1.2 MB | 305 kB 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 (2): 0.5/1.2 MB | 305 kB Progress (2): 0.5/1.2 MB | 305 kB Progress (2): 0.5/1.2 MB | 305 kB Progress (2): 0.5/1.2 MB | 305 kB Progress (2): 0.5/1.2 MB | 305 kB Progress (3): 0.5/1.2 MB | 305 kB | 4.1/11 kB Progress (3): 0.5/1.2 MB | 305 kB | 4.1/11 kB Progress (3): 0.5/1.2 MB | 305 kB | 7.7/11 kB Progress (3): 0.5/1.2 MB | 305 kB | 7.7/11 kB Progress (3): 0.5/1.2 MB | 305 kB | 11 kB Progress (3): 0.5/1.2 MB | 305 kB | 11 kB Progress (3): 0.5/1.2 MB | 305 kB | 11 kB Progress (3): 0.5/1.2 MB | 305 kB | 11 kB Progress (3): 0.5/1.2 MB | 305 kB | 11 kB Progress (3): 0.5/1.2 MB | 305 kB | 11 kB Progress (3): 0.5/1.2 MB | 305 kB | 11 kB Progress (3): 0.5/1.2 MB | 305 kB | 11 kB Progress (3): 0.5/1.2 MB | 305 kB | 11 kB Progress (4): 0.5/1.2 MB | 305 kB | 11 kB | 4.1/7.7 kB Progress (4): 0.5/1.2 MB | 305 kB | 11 kB | 4.1/7.7 kB Progress (4): 0.5/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.5/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.5/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.5/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.5/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.5/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.5/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 11 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 11 kB | 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 18 kB/s) 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.6/1.2 MB | 305 kB | 11 kB Progress (3): 0.6/1.2 MB | 305 kB | 11 kB Progress (3): 0.6/1.2 MB | 305 kB | 11 kB Progress (3): 0.6/1.2 MB | 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 22 kB/s) Progress (2): 0.6/1.2 MB | 305 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 (2): 0.6/1.2 MB | 305 kB Progress (2): 0.6/1.2 MB | 305 kB Progress (2): 0.6/1.2 MB | 305 kB Progress (2): 0.6/1.2 MB | 305 kB Progress (2): 0.6/1.2 MB | 305 kB Progress (2): 0.6/1.2 MB | 305 kB Progress (2): 0.6/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.7/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.8/1.2 MB | 305 kB Progress (2): 0.9/1.2 MB | 305 kB Progress (2): 0.9/1.2 MB | 305 kB Progress (2): 0.9/1.2 MB | 305 kB Progress (2): 0.9/1.2 MB | 305 kB Progress (2): 0.9/1.2 MB | 305 kB Progress (3): 0.9/1.2 MB | 305 kB | 4.1/392 kB Progress (3): 0.9/1.2 MB | 305 kB | 4.1/392 kB Progress (3): 0.9/1.2 MB | 305 kB | 7.7/392 kB Progress (3): 0.9/1.2 MB | 305 kB | 7.7/392 kB Progress (3): 0.9/1.2 MB | 305 kB | 12/392 kB Progress (3): 0.9/1.2 MB | 305 kB | 12/392 kB Progress (4): 0.9/1.2 MB | 305 kB | 12/392 kB | 4.1/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 16/392 kB | 4.1/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 16/392 kB | 7.7/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 16/392 kB | 7.7/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 20/392 kB | 7.7/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 20/392 kB | 7.7/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 20/392 kB | 12/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 20/392 kB | 12/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 24/392 kB | 12/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 24/392 kB | 12/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 24/392 kB | 16/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 28/392 kB | 16/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 28/392 kB | 16/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 32/392 kB | 16/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 32/392 kB | 20/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 33/392 kB | 20/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 33/392 kB | 20/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 37/392 kB | 20/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 37/392 kB | 24/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 41/392 kB | 24/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 41/392 kB | 24/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 45/392 kB | 24/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 45/392 kB | 28/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 49/392 kB | 28/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 49/392 kB | 28/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 49/392 kB | 32/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 53/392 kB | 32/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 53/392 kB | 36/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 53/392 kB | 36/37 kB Progress (4): 0.9/1.2 MB | 305 kB | 53/392 kB | 37 kB Progress (4): 0.9/1.2 MB | 305 kB | 57/392 kB | 37 kB Progress (4): 0.9/1.2 MB | 305 kB | 57/392 kB | 37 kB Progress (4): 0.9/1.2 MB | 305 kB | 61/392 kB | 37 kB Progress (4): 0.9/1.2 MB | 305 kB | 61/392 kB | 37 kB Progress (4): 0.9/1.2 MB | 305 kB | 65/392 kB | 37 kB Progress (4): 0.9/1.2 MB | 305 kB | 65/392 kB | 37 kB Progress (5): 0.9/1.2 MB | 305 kB | 65/392 kB | 37 kB | 4.1/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 65/392 kB | 37 kB | 4.1/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 66/392 kB | 37 kB | 4.1/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 66/392 kB | 37 kB | 4.1/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 66/392 kB | 37 kB | 7.7/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 70/392 kB | 37 kB | 7.7/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 70/392 kB | 37 kB | 12/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 70/392 kB | 37 kB | 12/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 70/392 kB | 37 kB | 16/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 74/392 kB | 37 kB | 16/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 74/392 kB | 37 kB | 20/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 78/392 kB | 37 kB | 20/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 78/392 kB | 37 kB | 20/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 82/392 kB | 37 kB | 20/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 82/392 kB | 37 kB | 20/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 86/392 kB | 37 kB | 20/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 86/392 kB | 37 kB | 24/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 90/392 kB | 37 kB | 24/588 kB Progress (5): 0.9/1.2 MB | 305 kB | 90/392 kB | 37 kB | 28/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 90/392 kB | 37 kB | 28/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 90/392 kB | 37 kB | 32/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 90/392 kB | 37 kB | 32/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 94/392 kB | 37 kB | 32/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 94/392 kB | 37 kB | 32/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 94/392 kB | 37 kB | 33/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 98/392 kB | 37 kB | 33/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 98/392 kB | 37 kB | 37/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 98/392 kB | 37 kB | 37/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 98/392 kB | 37 kB | 41/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 98/392 kB | 37 kB | 41/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 98/392 kB | 37 kB | 41/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 102/392 kB | 37 kB | 41/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 102/392 kB | 37 kB | 45/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 106/392 kB | 37 kB | 45/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 106/392 kB | 37 kB | 45/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 110/392 kB | 37 kB | 45/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 110/392 kB | 37 kB | 49/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 114/392 kB | 37 kB | 49/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 114/392 kB | 37 kB | 49/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 118/392 kB | 37 kB | 49/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 118/392 kB | 37 kB | 53/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 122/392 kB | 37 kB | 53/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 122/392 kB | 37 kB | 53/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 126/392 kB | 37 kB | 53/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 126/392 kB | 37 kB | 57/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 130/392 kB | 37 kB | 57/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 130/392 kB | 37 kB | 57/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 134/392 kB | 37 kB | 57/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 134/392 kB | 37 kB | 61/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 138/392 kB | 37 kB | 61/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 138/392 kB | 37 kB | 61/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 138/392 kB | 37 kB | 65/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 138/392 kB | 37 kB | 65/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 142/392 kB | 37 kB | 65/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 142/392 kB | 37 kB | 65/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 142/392 kB | 37 kB | 66/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 142/392 kB | 37 kB | 66/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 146/392 kB | 37 kB | 66/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 146/392 kB | 37 kB | 66/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 146/392 kB | 37 kB | 70/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 146/392 kB | 37 kB | 70/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 150/392 kB | 37 kB | 70/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 150/392 kB | 37 kB | 74/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 154/392 kB | 37 kB | 74/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 154/392 kB | 37 kB | 78/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 158/392 kB | 37 kB | 78/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 158/392 kB | 37 kB | 78/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 162/392 kB | 37 kB | 78/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 162/392 kB | 37 kB | 82/588 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 72 kB/s) Progress (4): 1.0/1.2 MB | 305 kB | 162/392 kB | 86/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 166/392 kB | 86/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 166/392 kB | 86/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 170/392 kB | 86/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 170/392 kB | 90/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 174/392 kB | 90/588 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Progress (4): 1.0/1.2 MB | 305 kB | 178/392 kB | 90/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 178/392 kB | 94/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 182/392 kB | 94/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 182/392 kB | 94/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 186/392 kB | 94/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 186/392 kB | 98/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 186/392 kB | 98/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 186/392 kB | 98/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 190/392 kB | 98/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 190/392 kB | 98/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 194/392 kB | 98/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 194/392 kB | 102/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 198/392 kB | 102/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 198/392 kB | 102/588 kB Progress (4): 1.0/1.2 MB | 305 kB | 202/392 kB | 102/588 kB Progress (5): 1.0/1.2 MB | 305 kB | 202/392 kB | 102/588 kB | 4.1/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 202/392 kB | 106/588 kB | 4.1/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 202/392 kB | 106/588 kB | 7.7/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 206/392 kB | 106/588 kB | 7.7/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 206/392 kB | 106/588 kB | 7.7/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 210/392 kB | 106/588 kB | 7.7/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 210/392 kB | 106/588 kB | 12/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 210/392 kB | 110/588 kB | 12/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 210/392 kB | 110/588 kB | 16/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 214/392 kB | 110/588 kB | 16/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 214/392 kB | 110/588 kB | 16/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 218/392 kB | 110/588 kB | 16/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 218/392 kB | 110/588 kB | 20/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 218/392 kB | 114/588 kB | 20/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 218/392 kB | 114/588 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 218/392 kB | 118/588 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 222/392 kB | 118/588 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 222/392 kB | 118/588 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 226/392 kB | 118/588 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 226/392 kB | 122/588 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 230/392 kB | 122/588 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 230/392 kB | 122/588 kB | 28/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 234/392 kB | 122/588 kB | 28/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 234/392 kB | 126/588 kB | 28/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 234/392 kB | 126/588 kB | 28/91 kB Progress (5): 1.0/1.2 MB | 305 kB | 234/392 kB | 130/588 kB | 28/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 234/392 kB | 130/588 kB | 28/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 234/392 kB | 134/588 kB | 28/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 238/392 kB | 134/588 kB | 28/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 238/392 kB | 134/588 kB | 32/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 242/392 kB | 134/588 kB | 32/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 242/392 kB | 138/588 kB | 32/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 246/392 kB | 138/588 kB | 32/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 246/392 kB | 142/588 kB | 32/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 246/392 kB | 142/588 kB | 32/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 246/392 kB | 146/588 kB | 32/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 250/392 kB | 146/588 kB | 32/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 250/392 kB | 146/588 kB | 33/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 254/392 kB | 146/588 kB | 33/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 254/392 kB | 150/588 kB | 33/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 254/392 kB | 150/588 kB | 33/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 254/392 kB | 154/588 kB | 33/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 258/392 kB | 154/588 kB | 33/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 258/392 kB | 154/588 kB | 37/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 262/392 kB | 154/588 kB | 37/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 262/392 kB | 158/588 kB | 37/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 262/392 kB | 158/588 kB | 37/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 262/392 kB | 162/588 kB | 37/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 266/392 kB | 162/588 kB | 37/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 266/392 kB | 162/588 kB | 41/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 270/392 kB | 162/588 kB | 41/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 270/392 kB | 162/588 kB | 45/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 270/392 kB | 166/588 kB | 45/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 270/392 kB | 166/588 kB | 45/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 270/392 kB | 170/588 kB | 45/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 270/392 kB | 170/588 kB | 49/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 274/392 kB | 170/588 kB | 49/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 274/392 kB | 170/588 kB | 53/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 274/392 kB | 174/588 kB | 53/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 274/392 kB | 174/588 kB | 53/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 274/392 kB | 178/588 kB | 53/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 274/392 kB | 178/588 kB | 57/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 274/392 kB | 182/588 kB | 57/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 278/392 kB | 182/588 kB | 57/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 278/392 kB | 186/588 kB | 57/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 278/392 kB | 186/588 kB | 61/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 278/392 kB | 190/588 kB | 61/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 278/392 kB | 190/588 kB | 61/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 278/392 kB | 194/588 kB | 61/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 278/392 kB | 194/588 kB | 65/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 282/392 kB | 194/588 kB | 65/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 282/392 kB | 194/588 kB | 66/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 282/392 kB | 198/588 kB | 66/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 282/392 kB | 198/588 kB | 66/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 282/392 kB | 202/588 kB | 66/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 282/392 kB | 202/588 kB | 70/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 282/392 kB | 206/588 kB | 70/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 286/392 kB | 206/588 kB | 70/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 286/392 kB | 210/588 kB | 70/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 286/392 kB | 210/588 kB | 74/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 286/392 kB | 210/588 kB | 74/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 286/392 kB | 210/588 kB | 78/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 286/392 kB | 214/588 kB | 78/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 290/392 kB | 214/588 kB | 78/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 290/392 kB | 218/588 kB | 78/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 290/392 kB | 218/588 kB | 82/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 290/392 kB | 218/588 kB | 82/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 290/392 kB | 218/588 kB | 86/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 290/392 kB | 222/588 kB | 86/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 294/392 kB | 222/588 kB | 86/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 294/392 kB | 226/588 kB | 86/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 294/392 kB | 226/588 kB | 90/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 294/392 kB | 226/588 kB | 90/91 kB Progress (5): 1.1/1.2 MB | 305 kB | 294/392 kB | 226/588 kB | 91 kB Progress (5): 1.1/1.2 MB | 305 kB | 294/392 kB | 230/588 kB | 91 kB Progress (5): 1.1/1.2 MB | 305 kB | 298/392 kB | 230/588 kB | 91 kB Progress (5): 1.1/1.2 MB | 305 kB | 298/392 kB | 234/588 kB | 91 kB Progress (5): 1.1/1.2 MB | 305 kB | 298/392 kB | 234/588 kB | 91 kB Progress (5): 1.1/1.2 MB | 305 kB | 298/392 kB | 238/588 kB | 91 kB Progress (5): 1.1/1.2 MB | 305 kB | 302/392 kB | 238/588 kB | 91 kB Progress (5): 1.1/1.2 MB | 305 kB | 302/392 kB | 242/588 kB | 91 kB Progress (5): 1.1/1.2 MB | 305 kB | 302/392 kB | 242/588 kB | 91 kB Progress (5): 1.1/1.2 MB | 305 kB | 306/392 kB | 242/588 kB | 91 kB Progress (5): 1.1/1.2 MB | 305 kB | 306/392 kB | 242/588 kB | 91 kB Progress (5): 1.1/1.2 MB | 305 kB | 306/392 kB | 246/588 kB | 91 kB Progress (5): 1.1/1.2 MB | 305 kB | 306/392 kB | 246/588 kB | 91 kB Progress (5): 1.1/1.2 MB | 305 kB | 310/392 kB | 246/588 kB | 91 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 506 kB/s) Progress (4): 1.1/1.2 MB | 314/392 kB | 246/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 314/392 kB | 246/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 318/392 kB | 246/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 318/392 kB | 246/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 318/392 kB | 250/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 318/392 kB | 250/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 322/392 kB | 250/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 322/392 kB | 250/588 kB | 91 kB 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 (4): 1.1/1.2 MB | 322/392 kB | 250/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 326/392 kB | 250/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 326/392 kB | 254/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 330/392 kB | 254/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 330/392 kB | 254/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 330/392 kB | 258/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 330/392 kB | 258/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 334/392 kB | 258/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 334/392 kB | 258/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 334/392 kB | 262/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 334/392 kB | 262/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 338/392 kB | 262/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 338/392 kB | 266/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 342/392 kB | 266/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 342/392 kB | 266/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 342/392 kB | 270/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 346/392 kB | 270/588 kB | 91 kB Progress (4): 1.1/1.2 MB | 346/392 kB | 274/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 346/392 kB | 274/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 350/392 kB | 274/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 350/392 kB | 278/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 354/392 kB | 278/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 354/392 kB | 278/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 358/392 kB | 278/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 358/392 kB | 282/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 362/392 kB | 282/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 362/392 kB | 282/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 366/392 kB | 282/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 366/392 kB | 286/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 370/392 kB | 286/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 370/392 kB | 286/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 374/392 kB | 286/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 374/392 kB | 290/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 378/392 kB | 290/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 378/392 kB | 290/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 382/392 kB | 290/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 382/392 kB | 290/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 382/392 kB | 294/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 382/392 kB | 294/588 kB | 91 kB Progress (4): 1.2/1.2 MB | 386/392 kB | 294/588 kB | 91 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 149 kB/s) Progress (3): 1.2/1.2 MB | 390/392 kB | 294/588 kB Progress (3): 1.2/1.2 MB | 390/392 kB | 294/588 kB Progress (3): 1.2/1.2 MB | 390/392 kB | 298/588 kB Progress (3): 1.2/1.2 MB | 390/392 kB | 298/588 kB Progress (3): 1.2/1.2 MB | 392 kB | 298/588 kB 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 (3): 1.2/1.2 MB | 392 kB | 298/588 kB Progress (3): 1.2/1.2 MB | 392 kB | 302/588 kB Progress (3): 1.2/1.2 MB | 392 kB | 302/588 kB Progress (3): 1.2/1.2 MB | 392 kB | 306/588 kB Progress (3): 1.2/1.2 MB | 392 kB | 306/588 kB Progress (3): 1.2/1.2 MB | 392 kB | 306/588 kB Progress (3): 1.2/1.2 MB | 392 kB | 310/588 kB Progress (3): 1.2/1.2 MB | 392 kB | 310/588 kB Progress (4): 1.2/1.2 MB | 392 kB | 310/588 kB | 4.1/189 kB Progress (4): 1.2/1.2 MB | 392 kB | 314/588 kB | 4.1/189 kB Progress (4): 1.2/1.2 MB | 392 kB | 314/588 kB | 7.7/189 kB Progress (4): 1.2/1.2 MB | 392 kB | 314/588 kB | 7.7/189 kB Progress (4): 1.2/1.2 MB | 392 kB | 314/588 kB | 12/189 kB Progress (4): 1.2/1.2 MB | 392 kB | 318/588 kB | 12/189 kB Progress (4): 1.2/1.2 MB | 392 kB | 318/588 kB | 16/189 kB Progress (4): 1.2 MB | 392 kB | 318/588 kB | 16/189 kB Progress (4): 1.2 MB | 392 kB | 322/588 kB | 16/189 kB Progress (4): 1.2 MB | 392 kB | 326/588 kB | 16/189 kB Progress (4): 1.2 MB | 392 kB | 326/588 kB | 20/189 kB Progress (4): 1.2 MB | 392 kB | 330/588 kB | 20/189 kB Progress (4): 1.2 MB | 392 kB | 330/588 kB | 24/189 kB Progress (4): 1.2 MB | 392 kB | 334/588 kB | 24/189 kB Progress (4): 1.2 MB | 392 kB | 338/588 kB | 24/189 kB Progress (4): 1.2 MB | 392 kB | 342/588 kB | 24/189 kB Progress (4): 1.2 MB | 392 kB | 346/588 kB | 24/189 kB Progress (4): 1.2 MB | 392 kB | 346/588 kB | 28/189 kB Progress (4): 1.2 MB | 392 kB | 350/588 kB | 28/189 kB Progress (4): 1.2 MB | 392 kB | 350/588 kB | 32/189 kB Progress (4): 1.2 MB | 392 kB | 354/588 kB | 32/189 kB Progress (4): 1.2 MB | 392 kB | 354/588 kB | 33/189 kB Progress (4): 1.2 MB | 392 kB | 358/588 kB | 33/189 kB Progress (4): 1.2 MB | 392 kB | 358/588 kB | 37/189 kB Progress (4): 1.2 MB | 392 kB | 362/588 kB | 37/189 kB Progress (4): 1.2 MB | 392 kB | 362/588 kB | 41/189 kB Progress (4): 1.2 MB | 392 kB | 366/588 kB | 41/189 kB Progress (4): 1.2 MB | 392 kB | 370/588 kB | 41/189 kB Progress (4): 1.2 MB | 392 kB | 370/588 kB | 45/189 kB Progress (4): 1.2 MB | 392 kB | 374/588 kB | 45/189 kB Progress (4): 1.2 MB | 392 kB | 374/588 kB | 49/189 kB Progress (4): 1.2 MB | 392 kB | 378/588 kB | 49/189 kB Progress (4): 1.2 MB | 392 kB | 378/588 kB | 53/189 kB Progress (4): 1.2 MB | 392 kB | 382/588 kB | 53/189 kB Progress (4): 1.2 MB | 392 kB | 382/588 kB | 57/189 kB Progress (4): 1.2 MB | 392 kB | 386/588 kB | 57/189 kB Progress (4): 1.2 MB | 392 kB | 386/588 kB | 61/189 kB Progress (4): 1.2 MB | 392 kB | 386/588 kB | 65/189 kB Progress (4): 1.2 MB | 392 kB | 386/588 kB | 66/189 kB Progress (4): 1.2 MB | 392 kB | 386/588 kB | 70/189 kB Progress (4): 1.2 MB | 392 kB | 386/588 kB | 74/189 kB Progress (5): 1.2 MB | 392 kB | 386/588 kB | 74/189 kB | 4.1/168 kB Progress (5): 1.2 MB | 392 kB | 390/588 kB | 74/189 kB | 4.1/168 kB Progress (5): 1.2 MB | 392 kB | 390/588 kB | 74/189 kB | 7.7/168 kB Progress (5): 1.2 MB | 392 kB | 390/588 kB | 78/189 kB | 7.7/168 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 576 kB/s) 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 1.8 MB/s) Progress (3): 394/588 kB | 78/189 kB | 7.7/168 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar 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 (3): 394/588 kB | 82/189 kB | 7.7/168 kB Progress (3): 394/588 kB | 82/189 kB | 12/168 kB Progress (3): 394/588 kB | 86/189 kB | 12/168 kB Progress (3): 398/588 kB | 86/189 kB | 12/168 kB Progress (3): 398/588 kB | 90/189 kB | 12/168 kB Progress (3): 398/588 kB | 90/189 kB | 16/168 kB Progress (3): 398/588 kB | 94/189 kB | 16/168 kB Progress (3): 402/588 kB | 94/189 kB | 16/168 kB Progress (3): 402/588 kB | 94/189 kB | 20/168 kB Progress (3): 402/588 kB | 98/189 kB | 20/168 kB Progress (3): 402/588 kB | 98/189 kB | 24/168 kB Progress (3): 406/588 kB | 98/189 kB | 24/168 kB Progress (3): 406/588 kB | 98/189 kB | 24/168 kB Progress (3): 410/588 kB | 98/189 kB | 24/168 kB Progress (3): 410/588 kB | 98/189 kB | 28/168 kB Progress (3): 414/588 kB | 98/189 kB | 28/168 kB Progress (3): 414/588 kB | 102/189 kB | 28/168 kB Progress (3): 418/588 kB | 102/189 kB | 28/168 kB Progress (3): 418/588 kB | 102/189 kB | 32/168 kB Progress (3): 418/588 kB | 106/189 kB | 32/168 kB Progress (3): 418/588 kB | 106/189 kB | 33/168 kB Progress (3): 422/588 kB | 106/189 kB | 33/168 kB Progress (3): 422/588 kB | 106/189 kB | 37/168 kB Progress (3): 422/588 kB | 110/189 kB | 37/168 kB Progress (3): 422/588 kB | 110/189 kB | 41/168 kB Progress (3): 426/588 kB | 110/189 kB | 41/168 kB Progress (3): 426/588 kB | 110/189 kB | 45/168 kB Progress (3): 426/588 kB | 114/189 kB | 45/168 kB Progress (3): 430/588 kB | 114/189 kB | 45/168 kB Progress (3): 430/588 kB | 114/189 kB | 49/168 kB Progress (3): 434/588 kB | 114/189 kB | 49/168 kB Progress (3): 434/588 kB | 118/189 kB | 49/168 kB Progress (3): 434/588 kB | 118/189 kB | 53/168 kB Progress (3): 438/588 kB | 118/189 kB | 53/168 kB Progress (3): 438/588 kB | 122/189 kB | 53/168 kB Progress (3): 442/588 kB | 122/189 kB | 53/168 kB Progress (3): 442/588 kB | 122/189 kB | 57/168 kB Progress (3): 442/588 kB | 126/189 kB | 57/168 kB Progress (3): 446/588 kB | 126/189 kB | 57/168 kB Progress (3): 446/588 kB | 130/189 kB | 57/168 kB Progress (3): 446/588 kB | 130/189 kB | 61/168 kB Progress (3): 446/588 kB | 131/189 kB | 61/168 kB Progress (3): 450/588 kB | 131/189 kB | 61/168 kB Progress (3): 450/588 kB | 135/189 kB | 61/168 kB Progress (3): 450/588 kB | 139/189 kB | 61/168 kB Progress (3): 450/588 kB | 139/189 kB | 65/168 kB Progress (3): 450/588 kB | 143/189 kB | 65/168 kB Progress (3): 454/588 kB | 143/189 kB | 65/168 kB Progress (4): 454/588 kB | 143/189 kB | 65/168 kB | 4.1/65 kB Progress (4): 454/588 kB | 147/189 kB | 65/168 kB | 4.1/65 kB Progress (4): 454/588 kB | 147/189 kB | 66/168 kB | 4.1/65 kB Progress (4): 454/588 kB | 151/189 kB | 66/168 kB | 4.1/65 kB Progress (4): 454/588 kB | 151/189 kB | 66/168 kB | 7.7/65 kB Progress (4): 458/588 kB | 151/189 kB | 66/168 kB | 7.7/65 kB Progress (4): 458/588 kB | 151/189 kB | 66/168 kB | 12/65 kB Progress (4): 462/588 kB | 151/189 kB | 66/168 kB | 12/65 kB Progress (4): 462/588 kB | 155/189 kB | 66/168 kB | 12/65 kB Progress (4): 462/588 kB | 155/189 kB | 70/168 kB | 12/65 kB Progress (4): 462/588 kB | 159/189 kB | 70/168 kB | 12/65 kB Progress (4): 466/588 kB | 159/189 kB | 70/168 kB | 12/65 kB Progress (4): 466/588 kB | 159/189 kB | 70/168 kB | 16/65 kB Progress (4): 470/588 kB | 159/189 kB | 70/168 kB | 16/65 kB Progress (4): 470/588 kB | 159/189 kB | 70/168 kB | 20/65 kB Progress (4): 470/588 kB | 163/189 kB | 70/168 kB | 20/65 kB Progress (4): 470/588 kB | 163/189 kB | 74/168 kB | 20/65 kB Progress (4): 470/588 kB | 167/189 kB | 74/168 kB | 20/65 kB Progress (4): 470/588 kB | 167/189 kB | 74/168 kB | 24/65 kB Progress (4): 474/588 kB | 167/189 kB | 74/168 kB | 24/65 kB Progress (4): 474/588 kB | 167/189 kB | 74/168 kB | 28/65 kB Progress (4): 478/588 kB | 167/189 kB | 74/168 kB | 28/65 kB Progress (4): 478/588 kB | 171/189 kB | 74/168 kB | 28/65 kB Progress (4): 478/588 kB | 171/189 kB | 78/168 kB | 28/65 kB Progress (4): 478/588 kB | 175/189 kB | 78/168 kB | 28/65 kB Progress (4): 482/588 kB | 175/189 kB | 78/168 kB | 28/65 kB Progress (4): 482/588 kB | 175/189 kB | 78/168 kB | 32/65 kB Progress (4): 486/588 kB | 175/189 kB | 78/168 kB | 32/65 kB Progress (4): 486/588 kB | 179/189 kB | 78/168 kB | 32/65 kB Progress (4): 486/588 kB | 179/189 kB | 82/168 kB | 32/65 kB Progress (4): 486/588 kB | 183/189 kB | 82/168 kB | 32/65 kB Progress (4): 490/588 kB | 183/189 kB | 82/168 kB | 32/65 kB Progress (4): 490/588 kB | 183/189 kB | 82/168 kB | 36/65 kB Progress (4): 494/588 kB | 183/189 kB | 82/168 kB | 36/65 kB Progress (4): 494/588 kB | 183/189 kB | 82/168 kB | 40/65 kB Progress (4): 494/588 kB | 187/189 kB | 82/168 kB | 40/65 kB Progress (4): 494/588 kB | 187/189 kB | 86/168 kB | 40/65 kB Progress (4): 494/588 kB | 187/189 kB | 86/168 kB | 44/65 kB Progress (4): 494/588 kB | 189 kB | 86/168 kB | 44/65 kB Progress (4): 498/588 kB | 189 kB | 86/168 kB | 44/65 kB Progress (4): 498/588 kB | 189 kB | 86/168 kB | 48/65 kB Progress (4): 502/588 kB | 189 kB | 86/168 kB | 48/65 kB Progress (4): 502/588 kB | 189 kB | 86/168 kB | 52/65 kB Progress (4): 502/588 kB | 189 kB | 90/168 kB | 52/65 kB Progress (4): 502/588 kB | 189 kB | 90/168 kB | 56/65 kB Progress (4): 506/588 kB | 189 kB | 90/168 kB | 56/65 kB Progress (4): 506/588 kB | 189 kB | 90/168 kB | 60/65 kB Progress (4): 510/588 kB | 189 kB | 90/168 kB | 60/65 kB Progress (4): 510/588 kB | 189 kB | 94/168 kB | 60/65 kB Progress (4): 514/588 kB | 189 kB | 94/168 kB | 60/65 kB Progress (4): 514/588 kB | 189 kB | 94/168 kB | 64/65 kB Progress (4): 514/588 kB | 189 kB | 98/168 kB | 64/65 kB Progress (4): 514/588 kB | 189 kB | 98/168 kB | 65 kB Progress (4): 518/588 kB | 189 kB | 98/168 kB | 65 kB Progress (4): 518/588 kB | 189 kB | 98/168 kB | 65 kB Progress (4): 522/588 kB | 189 kB | 98/168 kB | 65 kB Progress (4): 522/588 kB | 189 kB | 102/168 kB | 65 kB Progress (4): 522/588 kB | 189 kB | 106/168 kB | 65 kB Progress (4): 526/588 kB | 189 kB | 106/168 kB | 65 kB Progress (4): 526/588 kB | 189 kB | 110/168 kB | 65 kB Progress (4): 530/588 kB | 189 kB | 110/168 kB | 65 kB Progress (4): 530/588 kB | 189 kB | 114/168 kB | 65 kB Progress (4): 534/588 kB | 189 kB | 114/168 kB | 65 kB Progress (4): 534/588 kB | 189 kB | 118/168 kB | 65 kB Progress (4): 538/588 kB | 189 kB | 118/168 kB | 65 kB Progress (4): 538/588 kB | 189 kB | 122/168 kB | 65 kB Progress (4): 542/588 kB | 189 kB | 122/168 kB | 65 kB Progress (4): 542/588 kB | 189 kB | 126/168 kB | 65 kB Progress (4): 546/588 kB | 189 kB | 126/168 kB | 65 kB Progress (4): 546/588 kB | 189 kB | 130/168 kB | 65 kB Progress (4): 550/588 kB | 189 kB | 130/168 kB | 65 kB Progress (4): 550/588 kB | 189 kB | 134/168 kB | 65 kB Progress (4): 554/588 kB | 189 kB | 134/168 kB | 65 kB Progress (4): 554/588 kB | 189 kB | 138/168 kB | 65 kB Progress (4): 558/588 kB | 189 kB | 138/168 kB | 65 kB Progress (4): 558/588 kB | 189 kB | 142/168 kB | 65 kB Progress (4): 558/588 kB | 189 kB | 146/168 kB | 65 kB Progress (4): 562/588 kB | 189 kB | 146/168 kB | 65 kB Progress (4): 562/588 kB | 189 kB | 150/168 kB | 65 kB Progress (4): 562/588 kB | 189 kB | 154/168 kB | 65 kB Progress (4): 566/588 kB | 189 kB | 154/168 kB | 65 kB Progress (4): 566/588 kB | 189 kB | 158/168 kB | 65 kB Progress (4): 570/588 kB | 189 kB | 158/168 kB | 65 kB Progress (4): 570/588 kB | 189 kB | 162/168 kB | 65 kB Progress (4): 574/588 kB | 189 kB | 162/168 kB | 65 kB Progress (4): 574/588 kB | 189 kB | 166/168 kB | 65 kB Progress (4): 578/588 kB | 189 kB | 166/168 kB | 65 kB Progress (4): 578/588 kB | 189 kB | 168 kB | 65 kB Progress (4): 582/588 kB | 189 kB | 168 kB | 65 kB Progress (4): 586/588 kB | 189 kB | 168 kB | 65 kB Progress (4): 588 kB | 189 kB | 168 kB | 65 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 255 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 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 794 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 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 227 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 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 87 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 (1): 4.1/113 kB Progress (1): 7.7/113 kB Progress (1): 12/113 kB Progress (1): 16/113 kB Progress (1): 20/113 kB Progress (2): 20/113 kB | 4.1/270 kB Progress (2): 24/113 kB | 4.1/270 kB Progress (2): 24/113 kB | 7.7/270 kB Progress (2): 28/113 kB | 7.7/270 kB Progress (2): 28/113 kB | 12/270 kB Progress (2): 32/113 kB | 12/270 kB Progress (2): 32/113 kB | 16/270 kB Progress (2): 33/113 kB | 16/270 kB Progress (2): 33/113 kB | 20/270 kB Progress (2): 33/113 kB | 24/270 kB Progress (2): 33/113 kB | 28/270 kB Progress (2): 33/113 kB | 32/270 kB Progress (2): 33/113 kB | 33/270 kB Progress (2): 33/113 kB | 37/270 kB Progress (2): 33/113 kB | 41/270 kB Progress (2): 33/113 kB | 45/270 kB Progress (2): 33/113 kB | 49/270 kB Progress (2): 33/113 kB | 53/270 kB Progress (2): 33/113 kB | 57/270 kB Progress (2): 33/113 kB | 61/270 kB Progress (2): 33/113 kB | 65/270 kB Progress (2): 33/113 kB | 66/270 kB Progress (2): 33/113 kB | 70/270 kB Progress (3): 33/113 kB | 70/270 kB | 4.1/79 kB Progress (3): 33/113 kB | 70/270 kB | 7.7/79 kB Progress (3): 33/113 kB | 70/270 kB | 12/79 kB Progress (3): 33/113 kB | 70/270 kB | 16/79 kB Progress (4): 33/113 kB | 70/270 kB | 16/79 kB | 4.1/175 kB Progress (4): 33/113 kB | 70/270 kB | 16/79 kB | 7.7/175 kB Progress (4): 33/113 kB | 70/270 kB | 16/79 kB | 12/175 kB Progress (4): 33/113 kB | 70/270 kB | 16/79 kB | 16/175 kB Progress (4): 33/113 kB | 70/270 kB | 16/79 kB | 20/175 kB Progress (5): 33/113 kB | 70/270 kB | 16/79 kB | 20/175 kB | 4.1/38 kB Progress (5): 33/113 kB | 70/270 kB | 16/79 kB | 20/175 kB | 7.7/38 kB Progress (5): 37/113 kB | 70/270 kB | 16/79 kB | 20/175 kB | 7.7/38 kB Progress (5): 41/113 kB | 70/270 kB | 16/79 kB | 20/175 kB | 7.7/38 kB Progress (5): 41/113 kB | 70/270 kB | 16/79 kB | 20/175 kB | 12/38 kB Progress (5): 41/113 kB | 70/270 kB | 16/79 kB | 24/175 kB | 12/38 kB Progress (5): 41/113 kB | 74/270 kB | 16/79 kB | 24/175 kB | 12/38 kB Progress (5): 41/113 kB | 74/270 kB | 16/79 kB | 24/175 kB | 16/38 kB Progress (5): 41/113 kB | 78/270 kB | 16/79 kB | 24/175 kB | 16/38 kB Progress (5): 41/113 kB | 78/270 kB | 16/79 kB | 24/175 kB | 20/38 kB Progress (5): 45/113 kB | 78/270 kB | 16/79 kB | 24/175 kB | 20/38 kB Progress (5): 45/113 kB | 78/270 kB | 20/79 kB | 24/175 kB | 20/38 kB Progress (5): 49/113 kB | 78/270 kB | 20/79 kB | 24/175 kB | 20/38 kB Progress (5): 49/113 kB | 78/270 kB | 20/79 kB | 24/175 kB | 24/38 kB Progress (5): 49/113 kB | 82/270 kB | 20/79 kB | 24/175 kB | 24/38 kB Progress (5): 49/113 kB | 82/270 kB | 20/79 kB | 28/175 kB | 24/38 kB Progress (5): 49/113 kB | 82/270 kB | 20/79 kB | 28/175 kB | 28/38 kB Progress (5): 53/113 kB | 82/270 kB | 20/79 kB | 28/175 kB | 28/38 kB Progress (5): 53/113 kB | 82/270 kB | 24/79 kB | 28/175 kB | 28/38 kB Progress (5): 57/113 kB | 82/270 kB | 24/79 kB | 28/175 kB | 28/38 kB Progress (5): 57/113 kB | 82/270 kB | 24/79 kB | 28/175 kB | 32/38 kB Progress (5): 57/113 kB | 82/270 kB | 24/79 kB | 32/175 kB | 32/38 kB Progress (5): 57/113 kB | 82/270 kB | 24/79 kB | 33/175 kB | 32/38 kB Progress (5): 57/113 kB | 86/270 kB | 24/79 kB | 33/175 kB | 32/38 kB Progress (5): 57/113 kB | 86/270 kB | 24/79 kB | 37/175 kB | 32/38 kB Progress (5): 57/113 kB | 86/270 kB | 24/79 kB | 37/175 kB | 33/38 kB Progress (5): 61/113 kB | 86/270 kB | 24/79 kB | 37/175 kB | 33/38 kB Progress (5): 61/113 kB | 86/270 kB | 28/79 kB | 37/175 kB | 33/38 kB Progress (5): 65/113 kB | 86/270 kB | 28/79 kB | 37/175 kB | 33/38 kB Progress (5): 65/113 kB | 86/270 kB | 28/79 kB | 37/175 kB | 37/38 kB Progress (5): 65/113 kB | 86/270 kB | 28/79 kB | 41/175 kB | 37/38 kB Progress (5): 65/113 kB | 90/270 kB | 28/79 kB | 41/175 kB | 37/38 kB Progress (5): 65/113 kB | 90/270 kB | 28/79 kB | 45/175 kB | 37/38 kB Progress (5): 65/113 kB | 90/270 kB | 28/79 kB | 45/175 kB | 38 kB Progress (5): 66/113 kB | 90/270 kB | 28/79 kB | 45/175 kB | 38 kB Progress (5): 66/113 kB | 90/270 kB | 32/79 kB | 45/175 kB | 38 kB Progress (5): 70/113 kB | 90/270 kB | 32/79 kB | 45/175 kB | 38 kB Progress (5): 70/113 kB | 90/270 kB | 32/79 kB | 49/175 kB | 38 kB Progress (5): 70/113 kB | 94/270 kB | 32/79 kB | 49/175 kB | 38 kB Progress (5): 70/113 kB | 94/270 kB | 32/79 kB | 53/175 kB | 38 kB Progress (5): 74/113 kB | 94/270 kB | 32/79 kB | 53/175 kB | 38 kB Progress (5): 74/113 kB | 94/270 kB | 33/79 kB | 53/175 kB | 38 kB Progress (5): 78/113 kB | 94/270 kB | 33/79 kB | 53/175 kB | 38 kB Progress (5): 78/113 kB | 94/270 kB | 33/79 kB | 57/175 kB | 38 kB Progress (5): 78/113 kB | 98/270 kB | 33/79 kB | 57/175 kB | 38 kB Progress (5): 78/113 kB | 98/270 kB | 33/79 kB | 61/175 kB | 38 kB Progress (5): 78/113 kB | 98/270 kB | 37/79 kB | 61/175 kB | 38 kB Progress (5): 82/113 kB | 98/270 kB | 37/79 kB | 61/175 kB | 38 kB Progress (5): 82/113 kB | 98/270 kB | 41/79 kB | 61/175 kB | 38 kB Progress (5): 82/113 kB | 98/270 kB | 41/79 kB | 65/175 kB | 38 kB Progress (5): 82/113 kB | 98/270 kB | 41/79 kB | 65/175 kB | 38 kB Progress (5): 82/113 kB | 98/270 kB | 45/79 kB | 65/175 kB | 38 kB Progress (5): 82/113 kB | 98/270 kB | 45/79 kB | 66/175 kB | 38 kB Progress (5): 86/113 kB | 98/270 kB | 45/79 kB | 66/175 kB | 38 kB Progress (5): 86/113 kB | 98/270 kB | 45/79 kB | 70/175 kB | 38 kB Progress (5): 86/113 kB | 98/270 kB | 49/79 kB | 70/175 kB | 38 kB Progress (5): 86/113 kB | 102/270 kB | 49/79 kB | 70/175 kB | 38 kB Progress (5): 86/113 kB | 102/270 kB | 53/79 kB | 70/175 kB | 38 kB Progress (5): 86/113 kB | 102/270 kB | 53/79 kB | 74/175 kB | 38 kB Progress (5): 90/113 kB | 102/270 kB | 53/79 kB | 74/175 kB | 38 kB Progress (5): 90/113 kB | 102/270 kB | 53/79 kB | 78/175 kB | 38 kB Progress (5): 94/113 kB | 102/270 kB | 53/79 kB | 78/175 kB | 38 kB Progress (5): 94/113 kB | 102/270 kB | 57/79 kB | 78/175 kB | 38 kB Progress (5): 94/113 kB | 106/270 kB | 57/79 kB | 78/175 kB | 38 kB Progress (5): 94/113 kB | 106/270 kB | 61/79 kB | 78/175 kB | 38 kB Progress (5): 94/113 kB | 106/270 kB | 65/79 kB | 78/175 kB | 38 kB Progress (5): 94/113 kB | 106/270 kB | 69/79 kB | 78/175 kB | 38 kB Progress (5): 98/113 kB | 106/270 kB | 69/79 kB | 78/175 kB | 38 kB Progress (5): 98/113 kB | 106/270 kB | 69/79 kB | 82/175 kB | 38 kB Progress (5): 102/113 kB | 106/270 kB | 69/79 kB | 82/175 kB | 38 kB Progress (5): 102/113 kB | 106/270 kB | 73/79 kB | 82/175 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 48 kB/s) Progress (4): 102/113 kB | 110/270 kB | 73/79 kB | 82/175 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): 102/113 kB | 110/270 kB | 77/79 kB | 82/175 kB Progress (4): 106/113 kB | 110/270 kB | 77/79 kB | 82/175 kB Progress (4): 106/113 kB | 110/270 kB | 77/79 kB | 86/175 kB Progress (4): 110/113 kB | 110/270 kB | 77/79 kB | 86/175 kB Progress (4): 110/113 kB | 110/270 kB | 79 kB | 86/175 kB Progress (4): 110/113 kB | 114/270 kB | 79 kB | 86/175 kB Progress (4): 113 kB | 114/270 kB | 79 kB | 86/175 kB Progress (4): 113 kB | 114/270 kB | 79 kB | 90/175 kB Progress (4): 113 kB | 118/270 kB | 79 kB | 90/175 kB Progress (4): 113 kB | 118/270 kB | 79 kB | 94/175 kB Progress (4): 113 kB | 122/270 kB | 79 kB | 94/175 kB Progress (4): 113 kB | 122/270 kB | 79 kB | 98/175 kB Progress (4): 113 kB | 126/270 kB | 79 kB | 98/175 kB Progress (4): 113 kB | 126/270 kB | 79 kB | 98/175 kB Progress (4): 113 kB | 130/270 kB | 79 kB | 98/175 kB Progress (4): 113 kB | 130/270 kB | 79 kB | 102/175 kB Progress (4): 113 kB | 131/270 kB | 79 kB | 102/175 kB Progress (4): 113 kB | 131/270 kB | 79 kB | 106/175 kB Progress (4): 113 kB | 135/270 kB | 79 kB | 106/175 kB Progress (4): 113 kB | 139/270 kB | 79 kB | 106/175 kB Progress (4): 113 kB | 139/270 kB | 79 kB | 110/175 kB Progress (4): 113 kB | 143/270 kB | 79 kB | 110/175 kB Progress (4): 113 kB | 143/270 kB | 79 kB | 114/175 kB Progress (4): 113 kB | 147/270 kB | 79 kB | 114/175 kB Progress (4): 113 kB | 147/270 kB | 79 kB | 118/175 kB Progress (4): 113 kB | 151/270 kB | 79 kB | 118/175 kB Progress (4): 113 kB | 151/270 kB | 79 kB | 122/175 kB Progress (4): 113 kB | 155/270 kB | 79 kB | 122/175 kB Progress (4): 113 kB | 155/270 kB | 79 kB | 126/175 kB Progress (4): 113 kB | 159/270 kB | 79 kB | 126/175 kB Progress (4): 113 kB | 159/270 kB | 79 kB | 130/175 kB Progress (4): 113 kB | 163/270 kB | 79 kB | 130/175 kB Progress (4): 113 kB | 163/270 kB | 79 kB | 131/175 kB Progress (4): 113 kB | 164/270 kB | 79 kB | 131/175 kB Progress (4): 113 kB | 164/270 kB | 79 kB | 135/175 kB Progress (4): 113 kB | 168/270 kB | 79 kB | 135/175 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 98 kB/s) Progress (3): 113 kB | 172/270 kB | 135/175 kB Progress (3): 113 kB | 172/270 kB | 139/175 kB 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): 113 kB | 172/270 kB | 143/175 kB Progress (3): 113 kB | 176/270 kB | 143/175 kB Progress (3): 113 kB | 176/270 kB | 147/175 kB Progress (3): 113 kB | 180/270 kB | 147/175 kB Progress (4): 113 kB | 180/270 kB | 147/175 kB | 4.1/33 kB Progress (4): 113 kB | 184/270 kB | 147/175 kB | 4.1/33 kB Progress (4): 113 kB | 184/270 kB | 151/175 kB | 4.1/33 kB Progress (4): 113 kB | 188/270 kB | 151/175 kB | 4.1/33 kB Progress (4): 113 kB | 188/270 kB | 151/175 kB | 7.7/33 kB Progress (4): 113 kB | 192/270 kB | 151/175 kB | 7.7/33 kB Progress (4): 113 kB | 192/270 kB | 155/175 kB | 7.7/33 kB Progress (4): 113 kB | 196/270 kB | 155/175 kB | 7.7/33 kB Progress (4): 113 kB | 196/270 kB | 155/175 kB | 12/33 kB Progress (4): 113 kB | 196/270 kB | 159/175 kB | 12/33 kB Progress (4): 113 kB | 196/270 kB | 159/175 kB | 16/33 kB Progress (4): 113 kB | 200/270 kB | 159/175 kB | 16/33 kB Progress (4): 113 kB | 200/270 kB | 159/175 kB | 20/33 kB Progress (4): 113 kB | 200/270 kB | 163/175 kB | 20/33 kB Progress (4): 113 kB | 200/270 kB | 163/175 kB | 24/33 kB Progress (4): 113 kB | 204/270 kB | 163/175 kB | 24/33 kB Progress (4): 113 kB | 204/270 kB | 167/175 kB | 24/33 kB Progress (4): 113 kB | 208/270 kB | 167/175 kB | 24/33 kB Progress (4): 113 kB | 208/270 kB | 167/175 kB | 28/33 kB Progress (4): 113 kB | 212/270 kB | 167/175 kB | 28/33 kB Progress (4): 113 kB | 212/270 kB | 171/175 kB | 28/33 kB Progress (4): 113 kB | 216/270 kB | 171/175 kB | 28/33 kB Progress (4): 113 kB | 216/270 kB | 171/175 kB | 32/33 kB Progress (4): 113 kB | 220/270 kB | 171/175 kB | 32/33 kB Progress (4): 113 kB | 220/270 kB | 175/175 kB | 32/33 kB Progress (4): 113 kB | 224/270 kB | 175/175 kB | 32/33 kB Progress (4): 113 kB | 224/270 kB | 175/175 kB | 33 kB Progress (4): 113 kB | 228/270 kB | 175/175 kB | 33 kB Progress (4): 113 kB | 228/270 kB | 175 kB | 33 kB Progress (4): 113 kB | 232/270 kB | 175 kB | 33 kB Progress (4): 113 kB | 236/270 kB | 175 kB | 33 kB Progress (4): 113 kB | 240/270 kB | 175 kB | 33 kB Progress (4): 113 kB | 244/270 kB | 175 kB | 33 kB Progress (4): 113 kB | 248/270 kB | 175 kB | 33 kB Progress (4): 113 kB | 252/270 kB | 175 kB | 33 kB Progress (4): 113 kB | 256/270 kB | 175 kB | 33 kB Progress (4): 113 kB | 260/270 kB | 175 kB | 33 kB Progress (4): 113 kB | 264/270 kB | 175 kB | 33 kB Progress (4): 113 kB | 268/270 kB | 175 kB | 33 kB Progress (4): 113 kB | 270 kB | 175 kB | 33 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-runtime.jar (270 kB at 327 kB/s) 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 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 133 kB/s) Progress (3): 175 kB | 33 kB | 4.1/128 kB Progress (3): 175 kB | 33 kB | 7.7/128 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 37 kB/s) Progress (2): 175 kB | 12/128 kB Progress (2): 175 kB | 16/128 kB Progress (2): 175 kB | 20/128 kB Progress (2): 175 kB | 24/128 kB Progress (2): 175 kB | 28/128 kB Progress (2): 175 kB | 32/128 kB Progress (2): 175 kB | 33/128 kB Progress (2): 175 kB | 37/128 kB Progress (2): 175 kB | 41/128 kB Progress (2): 175 kB | 45/128 kB Progress (2): 175 kB | 49/128 kB Progress (2): 175 kB | 53/128 kB Progress (2): 175 kB | 57/128 kB Progress (2): 175 kB | 61/128 kB Progress (2): 175 kB | 65/128 kB Progress (2): 175 kB | 66/128 kB Progress (2): 175 kB | 70/128 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 198 kB/s) Progress (1): 74/128 kB Progress (1): 78/128 kB Progress (1): 82/128 kB Progress (1): 86/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 142 kB/s) 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): 44/50 kB Progress (1): 48/50 kB Progress (1): 50 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 54 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.nightly/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ parent --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom (1.0 kB at 55 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar (13 kB at 792 kB/s) [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ parent --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 204 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 948 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 103 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 92 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/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 510 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 47 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 50 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 34 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 93 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 15 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 48 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 80 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 233 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 49 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 282 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 545 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 32 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 17 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 142 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom Progress (1): 4.1/9.9 kB Progress (1): 7.7/9.9 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 275 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 390 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 341 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Progress (1): 363 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 6.8 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 83 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 252 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 8.9 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/4.3 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 144 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 114 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 126 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 73 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 91 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 39 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/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 733 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 52 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 57 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 80 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 113 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.pom Progress (1): 2.2 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.pom (2.2 kB at 95 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 579 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/43/commons-parent-43.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom Progress (1): 4.1/70 kB Progress (1): 7.7/70 kB Progress (1): 12/70 kB Progress (1): 16/70 kB Progress (1): 20/70 kB Progress (1): 24/70 kB Progress (1): 28/70 kB Progress (1): 32/70 kB Progress (1): 36/70 kB Progress (1): 40/70 kB Progress (1): 44/70 kB Progress (1): 48/70 kB Progress (1): 52/70 kB Progress (1): 56/70 kB Progress (1): 60/70 kB Progress (1): 64/70 kB Progress (1): 68/70 kB Progress (1): 70 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 1.7 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom (6.4 kB at 199 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/3/auto-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 124 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom Progress (1): 3.6 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom (3.6 kB at 242 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.pom Progress (1): 2.3 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.pom (2.3 kB at 100 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom (6.4 kB at 194 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom (16 kB at 475 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 580 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom (5.1 kB at 146 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 421 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 505 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom Progress (1): 4.1/56 kB Progress (1): 7.7/56 kB Progress (1): 12/56 kB Progress (1): 16/56 kB Progress (1): 20/56 kB Progress (1): 24/56 kB Progress (1): 28/56 kB Progress (1): 32/56 kB Progress (1): 36/56 kB Progress (1): 40/56 kB Progress (1): 44/56 kB Progress (1): 48/56 kB Progress (1): 52/56 kB Progress (1): 56/56 kB Progress (1): 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.4 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 350 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom (4.8 kB at 149 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Downloading from cbi-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/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloading from cbi-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-interpolation/1.16/plexus-interpolation-1.16.jar 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.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar Progress (1): 4.1/66 kB Progress (1): 7.7/66 kB Progress (1): 12/66 kB Progress (1): 16/66 kB Progress (1): 20/66 kB Progress (1): 24/66 kB Progress (1): 28/66 kB Progress (1): 32/66 kB Progress (1): 36/66 kB Progress (1): 40/66 kB Progress (1): 44/66 kB Progress (1): 48/66 kB Progress (1): 52/66 kB Progress (1): 56/66 kB Progress (1): 60/66 kB Progress (1): 64/66 kB Progress (1): 66 kB Progress (2): 66 kB | 4.1/5.3 kB Progress (2): 66 kB | 5.3 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar (5.3 kB at 32 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar Progress (2): 66 kB | 4.1/31 kB Progress (2): 66 kB | 7.7/31 kB Progress (2): 66 kB | 12/31 kB Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar Progress (2): 66 kB | 16/31 kB Progress (2): 66 kB | 20/31 kB Progress (2): 66 kB | 24/31 kB Progress (2): 66 kB | 28/31 kB Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.jar (66 kB at 387 kB/s) Progress (1): 31 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.jar (31 kB at 153 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar Progress (1): 4.1/563 kB Progress (1): 7.7/563 kB Progress (1): 12/563 kB Progress (1): 16/563 kB Progress (1): 20/563 kB Progress (1): 24/563 kB Progress (1): 28/563 kB Progress (1): 32/563 kB Progress (2): 32/563 kB | 4.1/164 kB Progress (2): 33/563 kB | 4.1/164 kB Progress (2): 33/563 kB | 7.7/164 kB Progress (2): 37/563 kB | 7.7/164 kB Progress (2): 41/563 kB | 7.7/164 kB Progress (2): 41/563 kB | 12/164 kB Progress (2): 45/563 kB | 12/164 kB Progress (2): 45/563 kB | 16/164 kB Progress (2): 49/563 kB | 16/164 kB Progress (2): 49/563 kB | 20/164 kB Progress (2): 53/563 kB | 20/164 kB Progress (2): 53/563 kB | 24/164 kB Progress (2): 57/563 kB | 24/164 kB Progress (2): 57/563 kB | 28/164 kB Progress (2): 61/563 kB | 28/164 kB Progress (2): 61/563 kB | 32/164 kB Progress (2): 65/563 kB | 32/164 kB Progress (2): 66/563 kB | 32/164 kB Progress (2): 66/563 kB | 36/164 kB Progress (2): 70/563 kB | 36/164 kB Progress (2): 70/563 kB | 40/164 kB Progress (2): 74/563 kB | 40/164 kB Progress (2): 74/563 kB | 44/164 kB Progress (2): 78/563 kB | 44/164 kB Progress (2): 78/563 kB | 48/164 kB Progress (2): 82/563 kB | 48/164 kB Progress (2): 82/563 kB | 52/164 kB Progress (2): 86/563 kB | 52/164 kB Progress (2): 86/563 kB | 56/164 kB Progress (2): 90/563 kB | 56/164 kB Progress (2): 90/563 kB | 60/164 kB Progress (2): 94/563 kB | 60/164 kB Progress (2): 94/563 kB | 64/164 kB Progress (2): 98/563 kB | 64/164 kB Progress (2): 98/563 kB | 64/164 kB Progress (2): 98/563 kB | 68/164 kB Progress (2): 102/563 kB | 68/164 kB Progress (2): 102/563 kB | 72/164 kB Progress (2): 106/563 kB | 72/164 kB Progress (2): 106/563 kB | 76/164 kB Progress (2): 110/563 kB | 76/164 kB Progress (2): 110/563 kB | 80/164 kB Progress (3): 110/563 kB | 80/164 kB | 4.1/47 kB Progress (3): 114/563 kB | 80/164 kB | 4.1/47 kB Progress (3): 114/563 kB | 80/164 kB | 7.7/47 kB Progress (3): 114/563 kB | 84/164 kB | 7.7/47 kB Progress (3): 118/563 kB | 84/164 kB | 7.7/47 kB Progress (3): 118/563 kB | 88/164 kB | 7.7/47 kB Progress (3): 122/563 kB | 88/164 kB | 7.7/47 kB Progress (3): 122/563 kB | 88/164 kB | 12/47 kB Progress (3): 126/563 kB | 88/164 kB | 12/47 kB Progress (3): 126/563 kB | 92/164 kB | 12/47 kB Progress (3): 130/563 kB | 92/164 kB | 12/47 kB Progress (3): 130/563 kB | 92/164 kB | 16/47 kB Progress (3): 130/563 kB | 96/164 kB | 16/47 kB Progress (4): 130/563 kB | 96/164 kB | 16/47 kB | 4.1/30 kB Progress (4): 130/563 kB | 96/164 kB | 16/47 kB | 7.7/30 kB Progress (4): 130/563 kB | 96/164 kB | 16/47 kB | 12/30 kB Progress (4): 130/563 kB | 96/164 kB | 16/47 kB | 16/30 kB Progress (4): 130/563 kB | 96/164 kB | 16/47 kB | 20/30 kB Progress (4): 130/563 kB | 100/164 kB | 16/47 kB | 20/30 kB Progress (4): 130/563 kB | 100/164 kB | 20/47 kB | 20/30 kB Progress (4): 134/563 kB | 100/164 kB | 20/47 kB | 20/30 kB Progress (4): 134/563 kB | 100/164 kB | 24/47 kB | 20/30 kB Progress (5): 134/563 kB | 100/164 kB | 24/47 kB | 20/30 kB | 4.1/41 kB Progress (5): 134/563 kB | 104/164 kB | 24/47 kB | 20/30 kB | 4.1/41 kB Progress (5): 134/563 kB | 104/164 kB | 24/47 kB | 24/30 kB | 4.1/41 kB Progress (5): 134/563 kB | 108/164 kB | 24/47 kB | 24/30 kB | 4.1/41 kB Progress (5): 134/563 kB | 108/164 kB | 24/47 kB | 24/30 kB | 7.7/41 kB Progress (5): 134/563 kB | 108/164 kB | 28/47 kB | 24/30 kB | 7.7/41 kB Progress (5): 138/563 kB | 108/164 kB | 28/47 kB | 24/30 kB | 7.7/41 kB Progress (5): 138/563 kB | 108/164 kB | 32/47 kB | 24/30 kB | 7.7/41 kB Progress (5): 138/563 kB | 108/164 kB | 32/47 kB | 24/30 kB | 12/41 kB Progress (5): 138/563 kB | 112/164 kB | 32/47 kB | 24/30 kB | 12/41 kB Progress (5): 138/563 kB | 112/164 kB | 32/47 kB | 28/30 kB | 12/41 kB Progress (5): 138/563 kB | 116/164 kB | 32/47 kB | 28/30 kB | 12/41 kB Progress (5): 138/563 kB | 116/164 kB | 32/47 kB | 28/30 kB | 16/41 kB Progress (5): 138/563 kB | 116/164 kB | 36/47 kB | 28/30 kB | 16/41 kB Progress (5): 142/563 kB | 116/164 kB | 36/47 kB | 28/30 kB | 16/41 kB Progress (5): 142/563 kB | 116/164 kB | 40/47 kB | 28/30 kB | 16/41 kB Progress (5): 142/563 kB | 116/164 kB | 40/47 kB | 28/30 kB | 20/41 kB Progress (5): 142/563 kB | 116/164 kB | 44/47 kB | 28/30 kB | 20/41 kB Progress (5): 142/563 kB | 120/164 kB | 44/47 kB | 28/30 kB | 20/41 kB Progress (5): 142/563 kB | 120/164 kB | 44/47 kB | 30 kB | 20/41 kB Progress (5): 142/563 kB | 124/164 kB | 44/47 kB | 30 kB | 20/41 kB Progress (5): 142/563 kB | 128/164 kB | 44/47 kB | 30 kB | 20/41 kB Progress (5): 142/563 kB | 132/164 kB | 44/47 kB | 30 kB | 20/41 kB Progress (5): 142/563 kB | 132/164 kB | 47 kB | 30 kB | 20/41 kB Progress (5): 142/563 kB | 132/164 kB | 47 kB | 30 kB | 24/41 kB Progress (5): 146/563 kB | 132/164 kB | 47 kB | 30 kB | 24/41 kB Progress (5): 146/563 kB | 132/164 kB | 47 kB | 30 kB | 28/41 kB Progress (5): 146/563 kB | 136/164 kB | 47 kB | 30 kB | 28/41 kB Progress (5): 146/563 kB | 136/164 kB | 47 kB | 30 kB | 32/41 kB Progress (5): 146/563 kB | 140/164 kB | 47 kB | 30 kB | 32/41 kB Progress (5): 146/563 kB | 140/164 kB | 47 kB | 30 kB | 36/41 kB Progress (5): 150/563 kB | 140/164 kB | 47 kB | 30 kB | 36/41 kB Progress (5): 150/563 kB | 140/164 kB | 47 kB | 30 kB | 40/41 kB Progress (5): 150/563 kB | 144/164 kB | 47 kB | 30 kB | 40/41 kB Progress (5): 150/563 kB | 144/164 kB | 47 kB | 30 kB | 41 kB Progress (5): 150/563 kB | 148/164 kB | 47 kB | 30 kB | 41 kB Progress (5): 154/563 kB | 148/164 kB | 47 kB | 30 kB | 41 kB Progress (5): 154/563 kB | 152/164 kB | 47 kB | 30 kB | 41 kB Progress (5): 158/563 kB | 152/164 kB | 47 kB | 30 kB | 41 kB Progress (5): 158/563 kB | 156/164 kB | 47 kB | 30 kB | 41 kB Progress (5): 162/563 kB | 156/164 kB | 47 kB | 30 kB | 41 kB Progress (5): 162/563 kB | 160/164 kB | 47 kB | 30 kB | 41 kB Progress (5): 166/563 kB | 160/164 kB | 47 kB | 30 kB | 41 kB Progress (5): 166/563 kB | 164 kB | 47 kB | 30 kB | 41 kB Progress (5): 170/563 kB | 164 kB | 47 kB | 30 kB | 41 kB Progress (5): 174/563 kB | 164 kB | 47 kB | 30 kB | 41 kB Progress (5): 178/563 kB | 164 kB | 47 kB | 30 kB | 41 kB Progress (5): 182/563 kB | 164 kB | 47 kB | 30 kB | 41 kB Progress (5): 186/563 kB | 164 kB | 47 kB | 30 kB | 41 kB Progress (5): 190/563 kB | 164 kB | 47 kB | 30 kB | 41 kB Progress (5): 194/563 kB | 164 kB | 47 kB | 30 kB | 41 kB Progress (5): 198/563 kB | 164 kB | 47 kB | 30 kB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 766 kB/s) Progress (4): 202/563 kB | 164 kB | 30 kB | 41 kB Progress (4): 206/563 kB | 164 kB | 30 kB | 41 kB Progress (4): 210/563 kB | 164 kB | 30 kB | 41 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Progress (4): 214/563 kB | 164 kB | 30 kB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 470 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 637 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar Progress (2): 218/563 kB | 164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Progress (2): 222/563 kB | 164 kB Progress (2): 226/563 kB | 164 kB Progress (2): 230/563 kB | 164 kB Progress (2): 234/563 kB | 164 kB Progress (2): 238/563 kB | 164 kB Progress (2): 242/563 kB | 164 kB Progress (2): 246/563 kB | 164 kB Progress (2): 250/563 kB | 164 kB Progress (2): 254/563 kB | 164 kB Progress (2): 258/563 kB | 164 kB Progress (2): 262/563 kB | 164 kB Progress (2): 266/563 kB | 164 kB Progress (2): 270/563 kB | 164 kB Progress (2): 274/563 kB | 164 kB Progress (2): 278/563 kB | 164 kB Progress (2): 282/563 kB | 164 kB Progress (2): 286/563 kB | 164 kB Progress (2): 290/563 kB | 164 kB Progress (2): 294/563 kB | 164 kB Progress (2): 298/563 kB | 164 kB Progress (2): 302/563 kB | 164 kB Progress (2): 306/563 kB | 164 kB Progress (2): 310/563 kB | 164 kB Progress (2): 314/563 kB | 164 kB Progress (2): 318/563 kB | 164 kB Progress (2): 322/563 kB | 164 kB Progress (2): 326/563 kB | 164 kB Progress (2): 330/563 kB | 164 kB Progress (2): 334/563 kB | 164 kB Progress (2): 338/563 kB | 164 kB Progress (2): 342/563 kB | 164 kB Progress (2): 346/563 kB | 164 kB Progress (2): 350/563 kB | 164 kB Progress (2): 354/563 kB | 164 kB Progress (2): 358/563 kB | 164 kB Progress (2): 362/563 kB | 164 kB Progress (2): 366/563 kB | 164 kB Progress (2): 370/563 kB | 164 kB Progress (2): 374/563 kB | 164 kB Progress (2): 378/563 kB | 164 kB Progress (2): 382/563 kB | 164 kB Progress (2): 386/563 kB | 164 kB Progress (2): 390/563 kB | 164 kB Progress (2): 394/563 kB | 164 kB Progress (2): 398/563 kB | 164 kB Progress (2): 402/563 kB | 164 kB Progress (2): 406/563 kB | 164 kB Progress (2): 410/563 kB | 164 kB Progress (2): 414/563 kB | 164 kB Progress (2): 418/563 kB | 164 kB Progress (2): 422/563 kB | 164 kB Progress (2): 426/563 kB | 164 kB Progress (3): 426/563 kB | 164 kB | 4.1/52 kB Progress (3): 430/563 kB | 164 kB | 4.1/52 kB Progress (3): 430/563 kB | 164 kB | 7.7/52 kB Progress (3): 434/563 kB | 164 kB | 7.7/52 kB Progress (3): 434/563 kB | 164 kB | 12/52 kB Progress (3): 438/563 kB | 164 kB | 12/52 kB Progress (3): 438/563 kB | 164 kB | 16/52 kB Progress (3): 442/563 kB | 164 kB | 16/52 kB Progress (3): 442/563 kB | 164 kB | 20/52 kB Progress (3): 442/563 kB | 164 kB | 24/52 kB Progress (3): 446/563 kB | 164 kB | 24/52 kB Progress (3): 446/563 kB | 164 kB | 28/52 kB Progress (3): 450/563 kB | 164 kB | 28/52 kB Progress (3): 450/563 kB | 164 kB | 32/52 kB Progress (3): 454/563 kB | 164 kB | 32/52 kB Progress (3): 454/563 kB | 164 kB | 36/52 kB Progress (3): 458/563 kB | 164 kB | 36/52 kB Progress (3): 458/563 kB | 164 kB | 40/52 kB Progress (3): 462/563 kB | 164 kB | 40/52 kB Progress (3): 462/563 kB | 164 kB | 44/52 kB Progress (3): 466/563 kB | 164 kB | 44/52 kB Progress (3): 466/563 kB | 164 kB | 48/52 kB Progress (3): 470/563 kB | 164 kB | 48/52 kB Progress (3): 470/563 kB | 164 kB | 52/52 kB Progress (3): 474/563 kB | 164 kB | 52/52 kB Progress (3): 474/563 kB | 164 kB | 52 kB Progress (3): 478/563 kB | 164 kB | 52 kB Progress (3): 482/563 kB | 164 kB | 52 kB Progress (3): 486/563 kB | 164 kB | 52 kB Progress (3): 490/563 kB | 164 kB | 52 kB Progress (3): 494/563 kB | 164 kB | 52 kB Progress (4): 494/563 kB | 164 kB | 52 kB | 4.1/60 kB Progress (4): 498/563 kB | 164 kB | 52 kB | 4.1/60 kB Progress (4): 498/563 kB | 164 kB | 52 kB | 7.7/60 kB Progress (4): 502/563 kB | 164 kB | 52 kB | 7.7/60 kB Progress (4): 502/563 kB | 164 kB | 52 kB | 12/60 kB Progress (4): 506/563 kB | 164 kB | 52 kB | 12/60 kB Progress (4): 506/563 kB | 164 kB | 52 kB | 16/60 kB Progress (4): 510/563 kB | 164 kB | 52 kB | 16/60 kB Progress (4): 514/563 kB | 164 kB | 52 kB | 16/60 kB Progress (4): 518/563 kB | 164 kB | 52 kB | 16/60 kB Progress (4): 522/563 kB | 164 kB | 52 kB | 16/60 kB Progress (4): 522/563 kB | 164 kB | 52 kB | 20/60 kB Progress (4): 526/563 kB | 164 kB | 52 kB | 20/60 kB Progress (4): 526/563 kB | 164 kB | 52 kB | 24/60 kB Progress (4): 530/563 kB | 164 kB | 52 kB | 24/60 kB Progress (4): 530/563 kB | 164 kB | 52 kB | 28/60 kB Progress (4): 534/563 kB | 164 kB | 52 kB | 28/60 kB Progress (4): 534/563 kB | 164 kB | 52 kB | 32/60 kB Progress (4): 538/563 kB | 164 kB | 52 kB | 32/60 kB Progress (4): 542/563 kB | 164 kB | 52 kB | 32/60 kB Progress (4): 542/563 kB | 164 kB | 52 kB | 33/60 kB Progress (4): 546/563 kB | 164 kB | 52 kB | 33/60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 567 kB/s) Progress (3): 550/563 kB | 164 kB | 33/60 kB Progress (3): 550/563 kB | 164 kB | 37/60 kB Progress (3): 554/563 kB | 164 kB | 37/60 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Progress (3): 558/563 kB | 164 kB | 37/60 kB Progress (3): 558/563 kB | 164 kB | 41/60 kB Progress (3): 562/563 kB | 164 kB | 41/60 kB Progress (3): 562/563 kB | 164 kB | 45/60 kB Progress (3): 563 kB | 164 kB | 45/60 kB Progress (3): 563 kB | 164 kB | 49/60 kB Progress (3): 563 kB | 164 kB | 53/60 kB Progress (3): 563 kB | 164 kB | 57/60 kB Progress (3): 563 kB | 164 kB | 60 kB Progress (4): 563 kB | 164 kB | 60 kB | 4.1/159 kB Progress (4): 563 kB | 164 kB | 60 kB | 7.7/159 kB Progress (4): 563 kB | 164 kB | 60 kB | 12/159 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 5.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Progress (3): 164 kB | 60 kB | 16/159 kB Progress (3): 164 kB | 60 kB | 20/159 kB Progress (3): 164 kB | 60 kB | 24/159 kB Progress (3): 164 kB | 60 kB | 28/159 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 400 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Progress (1): 32/159 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Progress (1): 33/159 kB Progress (1): 37/159 kB Progress (1): 41/159 kB Progress (1): 45/159 kB Progress (1): 49/159 kB Progress (1): 53/159 kB Progress (1): 57/159 kB Progress (1): 61/159 kB Progress (1): 65/159 kB Progress (1): 66/159 kB Progress (1): 70/159 kB Progress (1): 74/159 kB Progress (1): 78/159 kB Progress (1): 82/159 kB Progress (1): 86/159 kB Progress (1): 90/159 kB Progress (1): 94/159 kB Progress (1): 98/159 kB Progress (1): 98/159 kB Progress (1): 102/159 kB Progress (1): 106/159 kB Progress (1): 110/159 kB Progress (1): 114/159 kB Progress (1): 118/159 kB Progress (1): 122/159 kB Progress (1): 126/159 kB Progress (1): 130/159 kB Progress (1): 134/159 kB Progress (1): 138/159 kB Progress (1): 142/159 kB Progress (1): 146/159 kB Progress (1): 150/159 kB Progress (1): 154/159 kB Progress (1): 158/159 kB Progress (1): 159 kB Progress (2): 159 kB | 4.1/134 kB Progress (2): 159 kB | 7.7/134 kB Progress (3): 159 kB | 7.7/134 kB | 4.1/18 kB Progress (3): 159 kB | 12/134 kB | 4.1/18 kB Progress (3): 159 kB | 12/134 kB | 7.7/18 kB Progress (3): 159 kB | 16/134 kB | 7.7/18 kB Progress (4): 159 kB | 16/134 kB | 7.7/18 kB | 4.1/134 kB Progress (4): 159 kB | 16/134 kB | 12/18 kB | 4.1/134 kB Progress (4): 159 kB | 16/134 kB | 12/18 kB | 7.7/134 kB Progress (4): 159 kB | 16/134 kB | 16/18 kB | 7.7/134 kB Progress (4): 159 kB | 20/134 kB | 16/18 kB | 7.7/134 kB Progress (4): 159 kB | 20/134 kB | 18 kB | 7.7/134 kB Progress (4): 159 kB | 20/134 kB | 18 kB | 12/134 kB Progress (4): 159 kB | 24/134 kB | 18 kB | 12/134 kB Progress (4): 159 kB | 24/134 kB | 18 kB | 16/134 kB Progress (4): 159 kB | 28/134 kB | 18 kB | 16/134 kB Progress (4): 159 kB | 28/134 kB | 18 kB | 20/134 kB Progress (4): 159 kB | 32/134 kB | 18 kB | 20/134 kB Progress (4): 159 kB | 32/134 kB | 18 kB | 24/134 kB Progress (4): 159 kB | 33/134 kB | 18 kB | 24/134 kB Progress (4): 159 kB | 33/134 kB | 18 kB | 28/134 kB Progress (4): 159 kB | 37/134 kB | 18 kB | 28/134 kB Progress (4): 159 kB | 37/134 kB | 18 kB | 32/134 kB Progress (4): 159 kB | 41/134 kB | 18 kB | 32/134 kB Progress (4): 159 kB | 41/134 kB | 18 kB | 33/134 kB Progress (4): 159 kB | 45/134 kB | 18 kB | 33/134 kB Progress (4): 159 kB | 49/134 kB | 18 kB | 33/134 kB Progress (4): 159 kB | 49/134 kB | 18 kB | 37/134 kB Progress (4): 159 kB | 53/134 kB | 18 kB | 37/134 kB Progress (4): 159 kB | 53/134 kB | 18 kB | 41/134 kB Progress (4): 159 kB | 57/134 kB | 18 kB | 41/134 kB Progress (4): 159 kB | 57/134 kB | 18 kB | 45/134 kB Progress (4): 159 kB | 61/134 kB | 18 kB | 45/134 kB Progress (4): 159 kB | 61/134 kB | 18 kB | 49/134 kB Progress (4): 159 kB | 65/134 kB | 18 kB | 49/134 kB Progress (4): 159 kB | 65/134 kB | 18 kB | 53/134 kB Progress (4): 159 kB | 66/134 kB | 18 kB | 53/134 kB Progress (4): 159 kB | 66/134 kB | 18 kB | 57/134 kB Progress (4): 159 kB | 66/134 kB | 18 kB | 61/134 kB Progress (4): 159 kB | 66/134 kB | 18 kB | 65/134 kB Progress (4): 159 kB | 66/134 kB | 18 kB | 66/134 kB Progress (4): 159 kB | 70/134 kB | 18 kB | 66/134 kB Progress (4): 159 kB | 74/134 kB | 18 kB | 66/134 kB Progress (4): 159 kB | 74/134 kB | 18 kB | 70/134 kB Progress (4): 159 kB | 78/134 kB | 18 kB | 70/134 kB Progress (4): 159 kB | 78/134 kB | 18 kB | 74/134 kB Progress (4): 159 kB | 82/134 kB | 18 kB | 74/134 kB Progress (4): 159 kB | 82/134 kB | 18 kB | 78/134 kB Progress (4): 159 kB | 86/134 kB | 18 kB | 78/134 kB Progress (4): 159 kB | 86/134 kB | 18 kB | 82/134 kB Progress (4): 159 kB | 90/134 kB | 18 kB | 82/134 kB Progress (4): 159 kB | 90/134 kB | 18 kB | 86/134 kB Progress (4): 159 kB | 94/134 kB | 18 kB | 86/134 kB Progress (4): 159 kB | 94/134 kB | 18 kB | 90/134 kB Progress (4): 159 kB | 98/134 kB | 18 kB | 90/134 kB Progress (4): 159 kB | 98/134 kB | 18 kB | 94/134 kB Progress (4): 159 kB | 98/134 kB | 18 kB | 94/134 kB Progress (4): 159 kB | 98/134 kB | 18 kB | 98/134 kB Progress (4): 159 kB | 98/134 kB | 18 kB | 98/134 kB Progress (4): 159 kB | 102/134 kB | 18 kB | 98/134 kB Progress (4): 159 kB | 106/134 kB | 18 kB | 98/134 kB Progress (4): 159 kB | 106/134 kB | 18 kB | 102/134 kB Progress (4): 159 kB | 110/134 kB | 18 kB | 102/134 kB Progress (4): 159 kB | 110/134 kB | 18 kB | 106/134 kB Progress (5): 159 kB | 110/134 kB | 18 kB | 106/134 kB | 4.1/145 kB Progress (5): 159 kB | 114/134 kB | 18 kB | 106/134 kB | 4.1/145 kB Progress (5): 159 kB | 114/134 kB | 18 kB | 106/134 kB | 7.7/145 kB Progress (5): 159 kB | 114/134 kB | 18 kB | 110/134 kB | 7.7/145 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 95 kB/s) Progress (4): 159 kB | 118/134 kB | 110/134 kB | 7.7/145 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 853 kB/s) Progress (3): 122/134 kB | 110/134 kB | 7.7/145 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Progress (3): 122/134 kB | 114/134 kB | 7.7/145 kB Progress (3): 122/134 kB | 114/134 kB | 12/145 kB Progress (3): 126/134 kB | 114/134 kB | 12/145 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Progress (3): 130/134 kB | 114/134 kB | 12/145 kB Progress (3): 130/134 kB | 118/134 kB | 12/145 kB Progress (3): 130/134 kB | 118/134 kB | 16/145 kB Progress (3): 130/134 kB | 122/134 kB | 16/145 kB Progress (3): 134 kB | 122/134 kB | 16/145 kB Progress (3): 134 kB | 122/134 kB | 20/145 kB Progress (3): 134 kB | 126/134 kB | 20/145 kB Progress (3): 134 kB | 126/134 kB | 24/145 kB Progress (3): 134 kB | 130/134 kB | 24/145 kB Progress (3): 134 kB | 130/134 kB | 28/145 kB Progress (3): 134 kB | 134 kB | 28/145 kB Progress (3): 134 kB | 134 kB | 32/145 kB Progress (3): 134 kB | 134 kB | 33/145 kB Progress (3): 134 kB | 134 kB | 37/145 kB Progress (3): 134 kB | 134 kB | 41/145 kB Progress (3): 134 kB | 134 kB | 45/145 kB Progress (3): 134 kB | 134 kB | 49/145 kB Progress (3): 134 kB | 134 kB | 53/145 kB Progress (3): 134 kB | 134 kB | 57/145 kB Progress (3): 134 kB | 134 kB | 61/145 kB Progress (3): 134 kB | 134 kB | 65/145 kB Progress (3): 134 kB | 134 kB | 66/145 kB Progress (3): 134 kB | 134 kB | 70/145 kB Progress (3): 134 kB | 134 kB | 74/145 kB Progress (3): 134 kB | 134 kB | 78/145 kB Progress (3): 134 kB | 134 kB | 82/145 kB Progress (3): 134 kB | 134 kB | 86/145 kB Progress (3): 134 kB | 134 kB | 90/145 kB Progress (3): 134 kB | 134 kB | 94/145 kB Progress (3): 134 kB | 134 kB | 98/145 kB Progress (3): 134 kB | 134 kB | 98/145 kB Progress (3): 134 kB | 134 kB | 102/145 kB Progress (3): 134 kB | 134 kB | 106/145 kB Progress (3): 134 kB | 134 kB | 110/145 kB Progress (3): 134 kB | 134 kB | 114/145 kB Progress (3): 134 kB | 134 kB | 118/145 kB Progress (3): 134 kB | 134 kB | 122/145 kB Progress (3): 134 kB | 134 kB | 126/145 kB Progress (3): 134 kB | 134 kB | 130/145 kB Progress (3): 134 kB | 134 kB | 134/145 kB Progress (3): 134 kB | 134 kB | 138/145 kB Progress (3): 134 kB | 134 kB | 142/145 kB Progress (3): 134 kB | 134 kB | 145 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 601 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 596 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 (2): 145 kB | 4.1/5.8 kB Progress (3): 145 kB | 4.1/5.8 kB | 4.1/45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 582 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Progress (2): 4.1/5.8 kB | 7.7/45 kB Progress (3): 4.1/5.8 kB | 7.7/45 kB | 4.1/202 kB Progress (3): 5.8 kB | 7.7/45 kB | 4.1/202 kB Progress (3): 5.8 kB | 7.7/45 kB | 7.7/202 kB Progress (3): 5.8 kB | 12/45 kB | 7.7/202 kB Progress (3): 5.8 kB | 12/45 kB | 12/202 kB Progress (3): 5.8 kB | 12/45 kB | 16/202 kB Progress (3): 5.8 kB | 16/45 kB | 16/202 kB Progress (3): 5.8 kB | 16/45 kB | 20/202 kB Progress (3): 5.8 kB | 20/45 kB | 20/202 kB Progress (3): 5.8 kB | 20/45 kB | 24/202 kB Progress (3): 5.8 kB | 20/45 kB | 28/202 kB Progress (3): 5.8 kB | 20/45 kB | 32/202 kB Progress (3): 5.8 kB | 20/45 kB | 33/202 kB Progress (3): 5.8 kB | 24/45 kB | 33/202 kB Progress (3): 5.8 kB | 24/45 kB | 37/202 kB Progress (3): 5.8 kB | 24/45 kB | 41/202 kB Progress (3): 5.8 kB | 28/45 kB | 41/202 kB Progress (3): 5.8 kB | 28/45 kB | 45/202 kB Progress (3): 5.8 kB | 32/45 kB | 45/202 kB Progress (3): 5.8 kB | 33/45 kB | 45/202 kB Progress (3): 5.8 kB | 37/45 kB | 45/202 kB Progress (3): 5.8 kB | 41/45 kB | 45/202 kB Progress (3): 5.8 kB | 45/45 kB | 45/202 kB Progress (3): 5.8 kB | 45/45 kB | 49/202 kB Progress (3): 5.8 kB | 45 kB | 49/202 kB Progress (3): 5.8 kB | 45 kB | 53/202 kB Progress (3): 5.8 kB | 45 kB | 57/202 kB Progress (3): 5.8 kB | 45 kB | 61/202 kB Progress (3): 5.8 kB | 45 kB | 65/202 kB Progress (3): 5.8 kB | 45 kB | 66/202 kB Progress (3): 5.8 kB | 45 kB | 70/202 kB Progress (3): 5.8 kB | 45 kB | 74/202 kB Progress (3): 5.8 kB | 45 kB | 78/202 kB Progress (3): 5.8 kB | 45 kB | 82/202 kB Progress (3): 5.8 kB | 45 kB | 86/202 kB Progress (3): 5.8 kB | 45 kB | 90/202 kB Progress (3): 5.8 kB | 45 kB | 94/202 kB Progress (3): 5.8 kB | 45 kB | 98/202 kB Progress (3): 5.8 kB | 45 kB | 98/202 kB Progress (3): 5.8 kB | 45 kB | 102/202 kB Progress (3): 5.8 kB | 45 kB | 106/202 kB Progress (3): 5.8 kB | 45 kB | 110/202 kB Progress (3): 5.8 kB | 45 kB | 114/202 kB Progress (3): 5.8 kB | 45 kB | 118/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 23 kB/s) Progress (2): 45 kB | 122/202 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Progress (2): 45 kB | 126/202 kB Progress (2): 45 kB | 130/202 kB Progress (3): 45 kB | 130/202 kB | 4.1/357 kB Progress (3): 45 kB | 134/202 kB | 4.1/357 kB Progress (3): 45 kB | 134/202 kB | 7.7/357 kB Progress (3): 45 kB | 138/202 kB | 7.7/357 kB Progress (3): 45 kB | 138/202 kB | 12/357 kB Progress (3): 45 kB | 142/202 kB | 12/357 kB Progress (3): 45 kB | 142/202 kB | 16/357 kB Progress (3): 45 kB | 146/202 kB | 16/357 kB Progress (3): 45 kB | 146/202 kB | 20/357 kB Progress (3): 45 kB | 150/202 kB | 20/357 kB Progress (4): 45 kB | 150/202 kB | 20/357 kB | 2.5 kB Progress (4): 45 kB | 150/202 kB | 24/357 kB | 2.5 kB Progress (4): 45 kB | 154/202 kB | 24/357 kB | 2.5 kB Progress (4): 45 kB | 154/202 kB | 28/357 kB | 2.5 kB Progress (4): 45 kB | 158/202 kB | 28/357 kB | 2.5 kB Progress (4): 45 kB | 158/202 kB | 32/357 kB | 2.5 kB Progress (4): 45 kB | 162/202 kB | 32/357 kB | 2.5 kB Progress (4): 45 kB | 162/202 kB | 36/357 kB | 2.5 kB Progress (4): 45 kB | 166/202 kB | 36/357 kB | 2.5 kB Progress (4): 45 kB | 166/202 kB | 40/357 kB | 2.5 kB Progress (4): 45 kB | 170/202 kB | 40/357 kB | 2.5 kB Progress (4): 45 kB | 170/202 kB | 44/357 kB | 2.5 kB Progress (4): 45 kB | 174/202 kB | 44/357 kB | 2.5 kB Progress (4): 45 kB | 174/202 kB | 48/357 kB | 2.5 kB Progress (4): 45 kB | 178/202 kB | 48/357 kB | 2.5 kB Progress (4): 45 kB | 178/202 kB | 52/357 kB | 2.5 kB Progress (4): 45 kB | 182/202 kB | 52/357 kB | 2.5 kB Progress (4): 45 kB | 182/202 kB | 56/357 kB | 2.5 kB Progress (4): 45 kB | 186/202 kB | 56/357 kB | 2.5 kB Progress (4): 45 kB | 186/202 kB | 60/357 kB | 2.5 kB Progress (4): 45 kB | 190/202 kB | 60/357 kB | 2.5 kB Progress (4): 45 kB | 190/202 kB | 64/357 kB | 2.5 kB Progress (4): 45 kB | 194/202 kB | 64/357 kB | 2.5 kB Progress (4): 45 kB | 194/202 kB | 68/357 kB | 2.5 kB Progress (4): 45 kB | 198/202 kB | 68/357 kB | 2.5 kB Progress (4): 45 kB | 198/202 kB | 72/357 kB | 2.5 kB Progress (4): 45 kB | 202/202 kB | 72/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 72/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 76/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 80/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 84/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 88/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 92/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 96/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 100/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 104/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 108/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 112/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 116/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 120/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 124/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 128/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 132/357 kB | 2.5 kB Progress (4): 45 kB | 202 kB | 136/357 kB | 2.5 kB Progress (5): 45 kB | 202 kB | 136/357 kB | 2.5 kB | 4.1/4.5 kB Progress (5): 45 kB | 202 kB | 140/357 kB | 2.5 kB | 4.1/4.5 kB Progress (5): 45 kB | 202 kB | 140/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 144/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 148/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 152/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 156/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 160/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 164/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 168/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 172/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 176/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 180/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 184/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 188/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 192/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 196/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 200/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 204/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 208/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 212/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 216/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 220/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 224/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 228/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 232/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 236/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 240/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 244/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 248/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 252/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 256/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 260/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 264/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 268/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 272/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 276/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 280/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 284/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 288/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 292/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 296/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 300/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 304/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 308/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 312/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 316/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 320/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 324/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 328/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 332/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 336/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 340/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 344/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 348/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 352/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 356/357 kB | 2.5 kB | 4.5 kB Progress (5): 45 kB | 202 kB | 357 kB | 2.5 kB | 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 668 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 15 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar Progress (3): 45 kB | 2.5 kB | 4.1/202 kB Progress (3): 45 kB | 2.5 kB | 7.7/202 kB Progress (4): 45 kB | 2.5 kB | 7.7/202 kB | 4.1/44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 128 kB/s) 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 7.1 kB/s) Progress (2): 12/202 kB | 4.1/44 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Progress (2): 12/202 kB | 7.7/44 kB Progress (2): 16/202 kB | 7.7/44 kB Progress (2): 16/202 kB | 12/44 kB Progress (2): 16/202 kB | 16/44 kB Progress (2): 20/202 kB | 16/44 kB Progress (2): 20/202 kB | 20/44 kB Progress (2): 24/202 kB | 20/44 kB Progress (2): 24/202 kB | 24/44 kB Progress (2): 28/202 kB | 24/44 kB Progress (2): 28/202 kB | 28/44 kB Progress (2): 32/202 kB | 28/44 kB Progress (2): 32/202 kB | 32/44 kB Progress (2): 33/202 kB | 32/44 kB Progress (2): 33/202 kB | 33/44 kB Progress (2): 37/202 kB | 33/44 kB Progress (2): 37/202 kB | 37/44 kB Progress (2): 41/202 kB | 37/44 kB Progress (2): 41/202 kB | 41/44 kB Progress (2): 45/202 kB | 41/44 kB Progress (2): 45/202 kB | 44 kB Progress (2): 49/202 kB | 44 kB Progress (2): 53/202 kB | 44 kB Progress (2): 57/202 kB | 44 kB Progress (2): 61/202 kB | 44 kB Progress (2): 65/202 kB | 44 kB Progress (2): 66/202 kB | 44 kB Progress (2): 70/202 kB | 44 kB Progress (2): 74/202 kB | 44 kB Progress (2): 78/202 kB | 44 kB Progress (2): 82/202 kB | 44 kB Progress (2): 86/202 kB | 44 kB Progress (2): 90/202 kB | 44 kB Progress (2): 94/202 kB | 44 kB Progress (2): 98/202 kB | 44 kB Progress (2): 98/202 kB | 44 kB Progress (2): 102/202 kB | 44 kB Progress (2): 106/202 kB | 44 kB Progress (2): 110/202 kB | 44 kB Progress (2): 114/202 kB | 44 kB Progress (2): 118/202 kB | 44 kB Progress (2): 122/202 kB | 44 kB Progress (2): 126/202 kB | 44 kB Progress (2): 130/202 kB | 44 kB Progress (2): 134/202 kB | 44 kB Progress (2): 138/202 kB | 44 kB Progress (2): 142/202 kB | 44 kB Progress (2): 146/202 kB | 44 kB Progress (2): 150/202 kB | 44 kB Progress (2): 154/202 kB | 44 kB Progress (2): 158/202 kB | 44 kB Progress (2): 162/202 kB | 44 kB Progress (2): 166/202 kB | 44 kB Progress (2): 170/202 kB | 44 kB Progress (2): 174/202 kB | 44 kB Progress (2): 178/202 kB | 44 kB Progress (2): 182/202 kB | 44 kB Progress (2): 186/202 kB | 44 kB Progress (2): 190/202 kB | 44 kB Progress (2): 194/202 kB | 44 kB Progress (2): 198/202 kB | 44 kB Progress (2): 202 kB | 44 kB Progress (3): 202 kB | 44 kB | 4.1/61 kB Progress (3): 202 kB | 44 kB | 7.7/61 kB Progress (3): 202 kB | 44 kB | 12/61 kB Progress (3): 202 kB | 44 kB | 16/61 kB Progress (3): 202 kB | 44 kB | 20/61 kB Progress (3): 202 kB | 44 kB | 24/61 kB Progress (3): 202 kB | 44 kB | 28/61 kB Progress (3): 202 kB | 44 kB | 32/61 kB Progress (3): 202 kB | 44 kB | 36/61 kB Progress (3): 202 kB | 44 kB | 40/61 kB Progress (3): 202 kB | 44 kB | 44/61 kB Progress (4): 202 kB | 44 kB | 44/61 kB | 4.1/47 kB Progress (4): 202 kB | 44 kB | 48/61 kB | 4.1/47 kB Progress (4): 202 kB | 44 kB | 48/61 kB | 7.7/47 kB Progress (4): 202 kB | 44 kB | 52/61 kB | 7.7/47 kB Progress (4): 202 kB | 44 kB | 52/61 kB | 12/47 kB Progress (4): 202 kB | 44 kB | 56/61 kB | 12/47 kB Progress (4): 202 kB | 44 kB | 56/61 kB | 16/47 kB Progress (4): 202 kB | 44 kB | 60/61 kB | 16/47 kB Progress (4): 202 kB | 44 kB | 61 kB | 16/47 kB Progress (4): 202 kB | 44 kB | 61 kB | 20/47 kB Progress (4): 202 kB | 44 kB | 61 kB | 24/47 kB Progress (5): 202 kB | 44 kB | 61 kB | 24/47 kB | 4.1/231 kB Progress (5): 202 kB | 44 kB | 61 kB | 28/47 kB | 4.1/231 kB Progress (5): 202 kB | 44 kB | 61 kB | 28/47 kB | 7.7/231 kB Progress (5): 202 kB | 44 kB | 61 kB | 32/47 kB | 7.7/231 kB Progress (5): 202 kB | 44 kB | 61 kB | 32/47 kB | 12/231 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 546 kB/s) Progress (4): 44 kB | 61 kB | 32/47 kB | 16/231 kB Progress (4): 44 kB | 61 kB | 33/47 kB | 16/231 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Progress (4): 44 kB | 61 kB | 37/47 kB | 16/231 kB Progress (4): 44 kB | 61 kB | 37/47 kB | 20/231 kB Progress (4): 44 kB | 61 kB | 41/47 kB | 20/231 kB Progress (4): 44 kB | 61 kB | 41/47 kB | 24/231 kB Progress (4): 44 kB | 61 kB | 45/47 kB | 24/231 kB Progress (4): 44 kB | 61 kB | 47 kB | 24/231 kB Progress (4): 44 kB | 61 kB | 47 kB | 28/231 kB Progress (4): 44 kB | 61 kB | 47 kB | 32/231 kB Progress (4): 44 kB | 61 kB | 47 kB | 33/231 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 164 kB/s) Progress (3): 44 kB | 47 kB | 37/231 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar Progress (3): 44 kB | 47 kB | 41/231 kB Progress (3): 44 kB | 47 kB | 45/231 kB Progress (3): 44 kB | 47 kB | 49/231 kB Progress (3): 44 kB | 47 kB | 53/231 kB Progress (3): 44 kB | 47 kB | 57/231 kB Progress (3): 44 kB | 47 kB | 61/231 kB Progress (3): 44 kB | 47 kB | 65/231 kB Progress (3): 44 kB | 47 kB | 69/231 kB Progress (3): 44 kB | 47 kB | 73/231 kB Progress (3): 44 kB | 47 kB | 77/231 kB Progress (3): 44 kB | 47 kB | 81/231 kB Progress (4): 44 kB | 47 kB | 81/231 kB | 4.1/50 kB Progress (4): 44 kB | 47 kB | 85/231 kB | 4.1/50 kB Progress (4): 44 kB | 47 kB | 85/231 kB | 7.7/50 kB Progress (4): 44 kB | 47 kB | 89/231 kB | 7.7/50 kB Progress (4): 44 kB | 47 kB | 89/231 kB | 12/50 kB Progress (4): 44 kB | 47 kB | 89/231 kB | 16/50 kB Progress (4): 44 kB | 47 kB | 93/231 kB | 16/50 kB Progress (4): 44 kB | 47 kB | 93/231 kB | 20/50 kB Progress (4): 44 kB | 47 kB | 97/231 kB | 20/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 124 kB/s) Progress (3): 44 kB | 97/231 kB | 24/50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar Progress (3): 44 kB | 101/231 kB | 24/50 kB Progress (3): 44 kB | 101/231 kB | 28/50 kB Progress (3): 44 kB | 105/231 kB | 28/50 kB Progress (3): 44 kB | 105/231 kB | 32/50 kB Progress (4): 44 kB | 105/231 kB | 32/50 kB | 4.1/560 kB Progress (4): 44 kB | 105/231 kB | 36/50 kB | 4.1/560 kB Progress (4): 44 kB | 109/231 kB | 36/50 kB | 4.1/560 kB Progress (4): 44 kB | 109/231 kB | 40/50 kB | 4.1/560 kB Progress (4): 44 kB | 109/231 kB | 40/50 kB | 7.7/560 kB Progress (4): 44 kB | 109/231 kB | 44/50 kB | 7.7/560 kB Progress (4): 44 kB | 113/231 kB | 44/50 kB | 7.7/560 kB Progress (4): 44 kB | 113/231 kB | 44/50 kB | 12/560 kB Progress (4): 44 kB | 117/231 kB | 44/50 kB | 12/560 kB Progress (4): 44 kB | 117/231 kB | 48/50 kB | 12/560 kB Progress (4): 44 kB | 121/231 kB | 48/50 kB | 12/560 kB Progress (4): 44 kB | 121/231 kB | 48/50 kB | 16/560 kB Progress (4): 44 kB | 121/231 kB | 50 kB | 16/560 kB Progress (4): 44 kB | 125/231 kB | 50 kB | 16/560 kB Progress (4): 44 kB | 125/231 kB | 50 kB | 20/560 kB Progress (4): 44 kB | 129/231 kB | 50 kB | 20/560 kB Progress (4): 44 kB | 129/231 kB | 50 kB | 24/560 kB Progress (4): 44 kB | 133/231 kB | 50 kB | 24/560 kB Progress (4): 44 kB | 133/231 kB | 50 kB | 28/560 kB Progress (4): 44 kB | 137/231 kB | 50 kB | 28/560 kB Progress (4): 44 kB | 137/231 kB | 50 kB | 32/560 kB Progress (4): 44 kB | 141/231 kB | 50 kB | 32/560 kB Progress (4): 44 kB | 141/231 kB | 50 kB | 33/560 kB Progress (4): 44 kB | 145/231 kB | 50 kB | 33/560 kB Progress (4): 44 kB | 145/231 kB | 50 kB | 37/560 kB Progress (4): 44 kB | 149/231 kB | 50 kB | 37/560 kB Progress (4): 44 kB | 149/231 kB | 50 kB | 41/560 kB Progress (4): 44 kB | 153/231 kB | 50 kB | 41/560 kB Progress (4): 44 kB | 153/231 kB | 50 kB | 45/560 kB Progress (4): 44 kB | 157/231 kB | 50 kB | 45/560 kB Progress (4): 44 kB | 157/231 kB | 50 kB | 49/560 kB Progress (4): 44 kB | 161/231 kB | 50 kB | 49/560 kB Progress (4): 44 kB | 161/231 kB | 50 kB | 53/560 kB Progress (4): 44 kB | 165/231 kB | 50 kB | 53/560 kB Progress (4): 44 kB | 165/231 kB | 50 kB | 57/560 kB Progress (4): 44 kB | 169/231 kB | 50 kB | 57/560 kB Progress (4): 44 kB | 169/231 kB | 50 kB | 61/560 kB Progress (4): 44 kB | 173/231 kB | 50 kB | 61/560 kB Progress (4): 44 kB | 173/231 kB | 50 kB | 65/560 kB Progress (4): 44 kB | 177/231 kB | 50 kB | 65/560 kB Progress (4): 44 kB | 177/231 kB | 50 kB | 69/560 kB Progress (4): 44 kB | 181/231 kB | 50 kB | 69/560 kB Progress (4): 44 kB | 181/231 kB | 50 kB | 73/560 kB Progress (4): 44 kB | 185/231 kB | 50 kB | 73/560 kB Progress (4): 44 kB | 185/231 kB | 50 kB | 77/560 kB Progress (4): 44 kB | 189/231 kB | 50 kB | 77/560 kB Progress (4): 44 kB | 189/231 kB | 50 kB | 81/560 kB Progress (5): 44 kB | 189/231 kB | 50 kB | 81/560 kB | 0/2.4 MB Progress (5): 44 kB | 193/231 kB | 50 kB | 81/560 kB | 0/2.4 MB Progress (5): 44 kB | 193/231 kB | 50 kB | 81/560 kB | 0/2.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 127 kB/s) Progress (4): 44 kB | 193/231 kB | 85/560 kB | 0/2.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar Progress (4): 44 kB | 193/231 kB | 85/560 kB | 0/2.4 MB Progress (4): 44 kB | 197/231 kB | 85/560 kB | 0/2.4 MB Progress (4): 44 kB | 197/231 kB | 85/560 kB | 0/2.4 MB Progress (4): 44 kB | 197/231 kB | 89/560 kB | 0/2.4 MB Progress (4): 44 kB | 201/231 kB | 89/560 kB | 0/2.4 MB Progress (4): 44 kB | 201/231 kB | 89/560 kB | 0/2.4 MB Progress (4): 44 kB | 205/231 kB | 89/560 kB | 0/2.4 MB Progress (4): 44 kB | 205/231 kB | 93/560 kB | 0/2.4 MB Progress (4): 44 kB | 209/231 kB | 93/560 kB | 0/2.4 MB Progress (4): 44 kB | 209/231 kB | 93/560 kB | 0/2.4 MB Progress (4): 44 kB | 213/231 kB | 93/560 kB | 0/2.4 MB Progress (4): 44 kB | 213/231 kB | 97/560 kB | 0/2.4 MB Progress (4): 44 kB | 213/231 kB | 97/560 kB | 0/2.4 MB Progress (4): 44 kB | 217/231 kB | 97/560 kB | 0/2.4 MB Progress (4): 44 kB | 221/231 kB | 97/560 kB | 0/2.4 MB Progress (4): 44 kB | 225/231 kB | 97/560 kB | 0/2.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 108 kB/s) Progress (3): 225/231 kB | 97/560 kB | 0/2.4 MB Progress (3): 225/231 kB | 101/560 kB | 0/2.4 MB Progress (3): 225/231 kB | 101/560 kB | 0/2.4 MB Progress (4): 225/231 kB | 101/560 kB | 0/2.4 MB | 4.1/748 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar Progress (4): 229/231 kB | 101/560 kB | 0/2.4 MB | 4.1/748 kB Progress (4): 229/231 kB | 101/560 kB | 0/2.4 MB | 4.1/748 kB Progress (4): 229/231 kB | 101/560 kB | 0/2.4 MB | 7.7/748 kB Progress (4): 229/231 kB | 105/560 kB | 0/2.4 MB | 7.7/748 kB Progress (4): 229/231 kB | 105/560 kB | 0/2.4 MB | 12/748 kB Progress (4): 229/231 kB | 105/560 kB | 0/2.4 MB | 12/748 kB Progress (4): 231 kB | 105/560 kB | 0/2.4 MB | 12/748 kB Progress (4): 231 kB | 109/560 kB | 0/2.4 MB | 12/748 kB Progress (4): 231 kB | 109/560 kB | 0/2.4 MB | 16/748 kB Progress (4): 231 kB | 109/560 kB | 0/2.4 MB | 16/748 kB Progress (4): 231 kB | 113/560 kB | 0/2.4 MB | 16/748 kB Progress (4): 231 kB | 113/560 kB | 0/2.4 MB | 16/748 kB Progress (4): 231 kB | 113/560 kB | 0/2.4 MB | 20/748 kB Progress (4): 231 kB | 117/560 kB | 0/2.4 MB | 20/748 kB Progress (4): 231 kB | 117/560 kB | 0/2.4 MB | 24/748 kB Progress (4): 231 kB | 117/560 kB | 0.1/2.4 MB | 24/748 kB Progress (4): 231 kB | 117/560 kB | 0.1/2.4 MB | 28/748 kB Progress (4): 231 kB | 121/560 kB | 0.1/2.4 MB | 28/748 kB Progress (4): 231 kB | 121/560 kB | 0.1/2.4 MB | 28/748 kB Progress (4): 231 kB | 121/560 kB | 0.1/2.4 MB | 32/748 kB Progress (4): 231 kB | 125/560 kB | 0.1/2.4 MB | 32/748 kB Progress (4): 231 kB | 125/560 kB | 0.1/2.4 MB | 33/748 kB Progress (4): 231 kB | 125/560 kB | 0.1/2.4 MB | 33/748 kB Progress (4): 231 kB | 125/560 kB | 0.1/2.4 MB | 37/748 kB Progress (4): 231 kB | 129/560 kB | 0.1/2.4 MB | 37/748 kB Progress (4): 231 kB | 129/560 kB | 0.1/2.4 MB | 41/748 kB Progress (4): 231 kB | 129/560 kB | 0.1/2.4 MB | 41/748 kB Progress (4): 231 kB | 129/560 kB | 0.1/2.4 MB | 45/748 kB Progress (4): 231 kB | 133/560 kB | 0.1/2.4 MB | 45/748 kB Progress (4): 231 kB | 133/560 kB | 0.1/2.4 MB | 49/748 kB Progress (4): 231 kB | 133/560 kB | 0.1/2.4 MB | 49/748 kB Progress (4): 231 kB | 133/560 kB | 0.1/2.4 MB | 53/748 kB Progress (4): 231 kB | 137/560 kB | 0.1/2.4 MB | 53/748 kB Progress (4): 231 kB | 137/560 kB | 0.1/2.4 MB | 53/748 kB Progress (4): 231 kB | 137/560 kB | 0.1/2.4 MB | 57/748 kB Progress (4): 231 kB | 141/560 kB | 0.1/2.4 MB | 57/748 kB Progress (4): 231 kB | 141/560 kB | 0.1/2.4 MB | 57/748 kB Progress (4): 231 kB | 145/560 kB | 0.1/2.4 MB | 57/748 kB Progress (4): 231 kB | 145/560 kB | 0.1/2.4 MB | 61/748 kB Progress (4): 231 kB | 145/560 kB | 0.1/2.4 MB | 61/748 kB Progress (4): 231 kB | 145/560 kB | 0.1/2.4 MB | 65/748 kB Progress (4): 231 kB | 149/560 kB | 0.1/2.4 MB | 65/748 kB Progress (4): 231 kB | 149/560 kB | 0.1/2.4 MB | 66/748 kB Progress (4): 231 kB | 149/560 kB | 0.1/2.4 MB | 66/748 kB Progress (4): 231 kB | 153/560 kB | 0.1/2.4 MB | 66/748 kB Progress (4): 231 kB | 153/560 kB | 0.1/2.4 MB | 66/748 kB Progress (4): 231 kB | 153/560 kB | 0.1/2.4 MB | 70/748 kB Progress (4): 231 kB | 157/560 kB | 0.1/2.4 MB | 70/748 kB Progress (4): 231 kB | 157/560 kB | 0.1/2.4 MB | 70/748 kB Progress (4): 231 kB | 161/560 kB | 0.1/2.4 MB | 70/748 kB Progress (4): 231 kB | 161/560 kB | 0.1/2.4 MB | 74/748 kB Progress (4): 231 kB | 161/560 kB | 0.1/2.4 MB | 74/748 kB Progress (4): 231 kB | 161/560 kB | 0.1/2.4 MB | 78/748 kB Progress (4): 231 kB | 165/560 kB | 0.1/2.4 MB | 78/748 kB Progress (4): 231 kB | 165/560 kB | 0.1/2.4 MB | 82/748 kB Progress (4): 231 kB | 165/560 kB | 0.1/2.4 MB | 82/748 kB Progress (4): 231 kB | 169/560 kB | 0.1/2.4 MB | 82/748 kB Progress (4): 231 kB | 169/560 kB | 0.1/2.4 MB | 82/748 kB Progress (4): 231 kB | 169/560 kB | 0.1/2.4 MB | 86/748 kB Progress (4): 231 kB | 169/560 kB | 0.1/2.4 MB | 86/748 kB Progress (4): 231 kB | 173/560 kB | 0.1/2.4 MB | 86/748 kB Progress (4): 231 kB | 173/560 kB | 0.1/2.4 MB | 86/748 kB Progress (4): 231 kB | 173/560 kB | 0.1/2.4 MB | 90/748 kB Progress (4): 231 kB | 177/560 kB | 0.1/2.4 MB | 90/748 kB Progress (4): 231 kB | 177/560 kB | 0.1/2.4 MB | 90/748 kB Progress (4): 231 kB | 177/560 kB | 0.1/2.4 MB | 94/748 kB Progress (4): 231 kB | 181/560 kB | 0.1/2.4 MB | 94/748 kB Progress (4): 231 kB | 181/560 kB | 0.1/2.4 MB | 94/748 kB Progress (4): 231 kB | 185/560 kB | 0.1/2.4 MB | 94/748 kB Progress (4): 231 kB | 185/560 kB | 0.1/2.4 MB | 98/748 kB Progress (4): 231 kB | 185/560 kB | 0.1/2.4 MB | 98/748 kB Progress (5): 231 kB | 185/560 kB | 0.1/2.4 MB | 98/748 kB | 4.1/324 kB Progress (5): 231 kB | 185/560 kB | 0.1/2.4 MB | 98/748 kB | 4.1/324 kB Progress (5): 231 kB | 189/560 kB | 0.1/2.4 MB | 98/748 kB | 4.1/324 kB Progress (5): 231 kB | 189/560 kB | 0.1/2.4 MB | 102/748 kB | 4.1/324 kB Progress (5): 231 kB | 189/560 kB | 0.1/2.4 MB | 102/748 kB | 7.7/324 kB Progress (5): 231 kB | 189/560 kB | 0.1/2.4 MB | 102/748 kB | 7.7/324 kB Progress (5): 231 kB | 189/560 kB | 0.1/2.4 MB | 102/748 kB | 12/324 kB Progress (5): 231 kB | 189/560 kB | 0.1/2.4 MB | 102/748 kB | 16/324 kB Progress (5): 231 kB | 189/560 kB | 0.1/2.4 MB | 106/748 kB | 16/324 kB Progress (5): 231 kB | 193/560 kB | 0.1/2.4 MB | 106/748 kB | 16/324 kB Progress (5): 231 kB | 193/560 kB | 0.1/2.4 MB | 110/748 kB | 16/324 kB Progress (5): 231 kB | 193/560 kB | 0.1/2.4 MB | 114/748 kB | 16/324 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.jar (231 kB at 492 kB/s) Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 20/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 20/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 24/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 28/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 32/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 33/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 37/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 41/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 45/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 49/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 53/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 57/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 61/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 114/748 kB | 65/324 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Progress (4): 193/560 kB | 0.1/2.4 MB | 118/748 kB | 65/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 122/748 kB | 65/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 126/748 kB | 65/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 130/748 kB | 65/324 kB Progress (4): 193/560 kB | 0.1/2.4 MB | 134/748 kB | 65/324 kB Progress (4): 197/560 kB | 0.1/2.4 MB | 134/748 kB | 65/324 kB Progress (4): 201/560 kB | 0.1/2.4 MB | 134/748 kB | 65/324 kB Progress (4): 201/560 kB | 0.1/2.4 MB | 138/748 kB | 65/324 kB Progress (4): 201/560 kB | 0.1/2.4 MB | 138/748 kB | 66/324 kB Progress (4): 201/560 kB | 0.1/2.4 MB | 138/748 kB | 66/324 kB Progress (4): 201/560 kB | 0.1/2.4 MB | 138/748 kB | 70/324 kB Progress (4): 201/560 kB | 0.1/2.4 MB | 138/748 kB | 70/324 kB Progress (4): 201/560 kB | 0.1/2.4 MB | 138/748 kB | 70/324 kB Progress (4): 201/560 kB | 0.1/2.4 MB | 142/748 kB | 70/324 kB Progress (4): 201/560 kB | 0.1/2.4 MB | 142/748 kB | 70/324 kB Progress (4): 205/560 kB | 0.1/2.4 MB | 142/748 kB | 70/324 kB Progress (4): 205/560 kB | 0.1/2.4 MB | 142/748 kB | 70/324 kB Progress (4): 205/560 kB | 0.1/2.4 MB | 146/748 kB | 70/324 kB Progress (4): 205/560 kB | 0.2/2.4 MB | 146/748 kB | 70/324 kB Progress (4): 205/560 kB | 0.2/2.4 MB | 146/748 kB | 74/324 kB Progress (4): 205/560 kB | 0.2/2.4 MB | 146/748 kB | 78/324 kB Progress (4): 205/560 kB | 0.2/2.4 MB | 146/748 kB | 78/324 kB Progress (4): 205/560 kB | 0.2/2.4 MB | 150/748 kB | 78/324 kB Progress (4): 205/560 kB | 0.2/2.4 MB | 150/748 kB | 78/324 kB Progress (4): 209/560 kB | 0.2/2.4 MB | 150/748 kB | 78/324 kB Progress (4): 209/560 kB | 0.2/2.4 MB | 150/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 150/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 150/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 154/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 158/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 162/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 166/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 170/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 174/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 178/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 182/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 186/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 190/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 194/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 198/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 202/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 206/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 210/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 214/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 218/748 kB | 78/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 218/748 kB | 82/324 kB Progress (4): 213/560 kB | 0.2/2.4 MB | 222/748 kB | 82/324 kB Progress (5): 213/560 kB | 0.2/2.4 MB | 222/748 kB | 82/324 kB | 4.1/62 kB Progress (5): 213/560 kB | 0.2/2.4 MB | 222/748 kB | 82/324 kB | 4.1/62 kB Progress (5): 217/560 kB | 0.2/2.4 MB | 222/748 kB | 82/324 kB | 4.1/62 kB Progress (5): 217/560 kB | 0.2/2.4 MB | 222/748 kB | 82/324 kB | 4.1/62 kB Progress (5): 221/560 kB | 0.2/2.4 MB | 222/748 kB | 82/324 kB | 4.1/62 kB Progress (5): 221/560 kB | 0.2/2.4 MB | 222/748 kB | 82/324 kB | 7.7/62 kB Progress (5): 221/560 kB | 0.2/2.4 MB | 226/748 kB | 82/324 kB | 7.7/62 kB Progress (5): 221/560 kB | 0.2/2.4 MB | 226/748 kB | 86/324 kB | 7.7/62 kB Progress (5): 221/560 kB | 0.2/2.4 MB | 230/748 kB | 86/324 kB | 7.7/62 kB Progress (5): 221/560 kB | 0.2/2.4 MB | 230/748 kB | 86/324 kB | 12/62 kB Progress (5): 225/560 kB | 0.2/2.4 MB | 230/748 kB | 86/324 kB | 12/62 kB Progress (5): 225/560 kB | 0.2/2.4 MB | 230/748 kB | 86/324 kB | 12/62 kB Progress (5): 229/560 kB | 0.2/2.4 MB | 230/748 kB | 86/324 kB | 12/62 kB Progress (5): 229/560 kB | 0.2/2.4 MB | 230/748 kB | 86/324 kB | 12/62 kB Progress (5): 229/560 kB | 0.2/2.4 MB | 230/748 kB | 86/324 kB | 16/62 kB Progress (5): 229/560 kB | 0.2/2.4 MB | 234/748 kB | 86/324 kB | 16/62 kB Progress (5): 229/560 kB | 0.2/2.4 MB | 234/748 kB | 90/324 kB | 16/62 kB Progress (5): 229/560 kB | 0.2/2.4 MB | 238/748 kB | 90/324 kB | 16/62 kB Progress (5): 229/560 kB | 0.2/2.4 MB | 242/748 kB | 90/324 kB | 16/62 kB Progress (5): 229/560 kB | 0.2/2.4 MB | 246/748 kB | 90/324 kB | 16/62 kB Progress (5): 229/560 kB | 0.2/2.4 MB | 246/748 kB | 90/324 kB | 20/62 kB Progress (5): 229/560 kB | 0.2/2.4 MB | 246/748 kB | 90/324 kB | 20/62 kB Progress (5): 233/560 kB | 0.2/2.4 MB | 246/748 kB | 90/324 kB | 20/62 kB Progress (5): 237/560 kB | 0.2/2.4 MB | 246/748 kB | 90/324 kB | 20/62 kB Progress (5): 241/560 kB | 0.2/2.4 MB | 246/748 kB | 90/324 kB | 20/62 kB Progress (5): 241/560 kB | 0.2/2.4 MB | 246/748 kB | 90/324 kB | 20/62 kB Progress (5): 241/560 kB | 0.2/2.4 MB | 246/748 kB | 90/324 kB | 24/62 kB Progress (5): 241/560 kB | 0.2/2.4 MB | 250/748 kB | 90/324 kB | 24/62 kB Progress (5): 241/560 kB | 0.2/2.4 MB | 250/748 kB | 94/324 kB | 24/62 kB Progress (5): 241/560 kB | 0.2/2.4 MB | 254/748 kB | 94/324 kB | 24/62 kB Progress (5): 241/560 kB | 0.2/2.4 MB | 254/748 kB | 94/324 kB | 28/62 kB Progress (5): 241/560 kB | 0.2/2.4 MB | 254/748 kB | 94/324 kB | 32/62 kB Progress (5): 241/560 kB | 0.2/2.4 MB | 254/748 kB | 94/324 kB | 36/62 kB Progress (5): 241/560 kB | 0.2/2.4 MB | 254/748 kB | 94/324 kB | 40/62 kB Progress (5): 241/560 kB | 0.2/2.4 MB | 254/748 kB | 94/324 kB | 40/62 kB Progress (5): 245/560 kB | 0.2/2.4 MB | 254/748 kB | 94/324 kB | 40/62 kB Progress (5): 245/560 kB | 0.2/2.4 MB | 254/748 kB | 94/324 kB | 40/62 kB Progress (5): 245/560 kB | 0.2/2.4 MB | 254/748 kB | 94/324 kB | 44/62 kB Progress (5): 245/560 kB | 0.2/2.4 MB | 258/748 kB | 94/324 kB | 44/62 kB Progress (5): 245/560 kB | 0.2/2.4 MB | 258/748 kB | 98/324 kB | 44/62 kB Progress (5): 245/560 kB | 0.2/2.4 MB | 258/748 kB | 98/324 kB | 44/62 kB Progress (5): 245/560 kB | 0.2/2.4 MB | 262/748 kB | 98/324 kB | 44/62 kB Progress (5): 245/560 kB | 0.2/2.4 MB | 262/748 kB | 98/324 kB | 48/62 kB Progress (5): 245/560 kB | 0.2/2.4 MB | 262/748 kB | 98/324 kB | 48/62 kB Progress (5): 249/560 kB | 0.2/2.4 MB | 262/748 kB | 98/324 kB | 48/62 kB Progress (5): 249/560 kB | 0.2/2.4 MB | 262/748 kB | 98/324 kB | 48/62 kB Progress (5): 249/560 kB | 0.2/2.4 MB | 262/748 kB | 98/324 kB | 52/62 kB Progress (5): 249/560 kB | 0.2/2.4 MB | 266/748 kB | 98/324 kB | 52/62 kB Progress (5): 249/560 kB | 0.2/2.4 MB | 266/748 kB | 102/324 kB | 52/62 kB Progress (5): 249/560 kB | 0.2/2.4 MB | 270/748 kB | 102/324 kB | 52/62 kB Progress (5): 249/560 kB | 0.2/2.4 MB | 270/748 kB | 102/324 kB | 56/62 kB Progress (5): 249/560 kB | 0.2/2.4 MB | 270/748 kB | 102/324 kB | 56/62 kB Progress (5): 253/560 kB | 0.2/2.4 MB | 270/748 kB | 102/324 kB | 56/62 kB Progress (5): 253/560 kB | 0.2/2.4 MB | 270/748 kB | 102/324 kB | 60/62 kB Progress (5): 253/560 kB | 0.2/2.4 MB | 274/748 kB | 102/324 kB | 60/62 kB Progress (5): 253/560 kB | 0.2/2.4 MB | 274/748 kB | 106/324 kB | 60/62 kB Progress (5): 253/560 kB | 0.2/2.4 MB | 278/748 kB | 106/324 kB | 60/62 kB Progress (5): 253/560 kB | 0.2/2.4 MB | 278/748 kB | 110/324 kB | 60/62 kB Progress (5): 253/560 kB | 0.2/2.4 MB | 278/748 kB | 110/324 kB | 62 kB Progress (5): 257/560 kB | 0.2/2.4 MB | 278/748 kB | 110/324 kB | 62 kB Progress (5): 257/560 kB | 0.2/2.4 MB | 278/748 kB | 110/324 kB | 62 kB Progress (5): 261/560 kB | 0.2/2.4 MB | 278/748 kB | 110/324 kB | 62 kB Progress (5): 265/560 kB | 0.2/2.4 MB | 278/748 kB | 110/324 kB | 62 kB Progress (5): 269/560 kB | 0.2/2.4 MB | 278/748 kB | 110/324 kB | 62 kB Progress (5): 273/560 kB | 0.2/2.4 MB | 278/748 kB | 110/324 kB | 62 kB Progress (5): 277/560 kB | 0.2/2.4 MB | 278/748 kB | 110/324 kB | 62 kB Progress (5): 281/560 kB | 0.2/2.4 MB | 278/748 kB | 110/324 kB | 62 kB Progress (5): 281/560 kB | 0.2/2.4 MB | 278/748 kB | 114/324 kB | 62 kB Progress (5): 281/560 kB | 0.2/2.4 MB | 282/748 kB | 114/324 kB | 62 kB Progress (5): 285/560 kB | 0.2/2.4 MB | 282/748 kB | 114/324 kB | 62 kB Progress (5): 285/560 kB | 0.2/2.4 MB | 282/748 kB | 114/324 kB | 62 kB Progress (5): 289/560 kB | 0.2/2.4 MB | 282/748 kB | 114/324 kB | 62 kB Progress (5): 289/560 kB | 0.2/2.4 MB | 286/748 kB | 114/324 kB | 62 kB Progress (5): 289/560 kB | 0.2/2.4 MB | 286/748 kB | 118/324 kB | 62 kB Progress (5): 289/560 kB | 0.2/2.4 MB | 290/748 kB | 118/324 kB | 62 kB Progress (5): 293/560 kB | 0.2/2.4 MB | 290/748 kB | 118/324 kB | 62 kB Progress (5): 293/560 kB | 0.2/2.4 MB | 290/748 kB | 118/324 kB | 62 kB Progress (5): 297/560 kB | 0.2/2.4 MB | 290/748 kB | 118/324 kB | 62 kB Progress (5): 297/560 kB | 0.2/2.4 MB | 294/748 kB | 118/324 kB | 62 kB Progress (5): 297/560 kB | 0.2/2.4 MB | 294/748 kB | 122/324 kB | 62 kB Progress (5): 297/560 kB | 0.2/2.4 MB | 298/748 kB | 122/324 kB | 62 kB Progress (5): 301/560 kB | 0.2/2.4 MB | 298/748 kB | 122/324 kB | 62 kB Progress (5): 301/560 kB | 0.2/2.4 MB | 298/748 kB | 122/324 kB | 62 kB Progress (5): 301/560 kB | 0.2/2.4 MB | 302/748 kB | 122/324 kB | 62 kB Progress (5): 305/560 kB | 0.2/2.4 MB | 302/748 kB | 122/324 kB | 62 kB Progress (5): 305/560 kB | 0.2/2.4 MB | 302/748 kB | 126/324 kB | 62 kB Progress (5): 309/560 kB | 0.2/2.4 MB | 302/748 kB | 126/324 kB | 62 kB Progress (5): 309/560 kB | 0.2/2.4 MB | 302/748 kB | 126/324 kB | 62 kB Progress (5): 309/560 kB | 0.2/2.4 MB | 306/748 kB | 126/324 kB | 62 kB Progress (5): 313/560 kB | 0.2/2.4 MB | 306/748 kB | 126/324 kB | 62 kB Progress (5): 313/560 kB | 0.2/2.4 MB | 306/748 kB | 130/324 kB | 62 kB Progress (5): 317/560 kB | 0.2/2.4 MB | 306/748 kB | 130/324 kB | 62 kB Progress (5): 317/560 kB | 0.2/2.4 MB | 306/748 kB | 134/324 kB | 62 kB Progress (5): 317/560 kB | 0.2/2.4 MB | 310/748 kB | 134/324 kB | 62 kB Progress (5): 317/560 kB | 0.2/2.4 MB | 310/748 kB | 134/324 kB | 62 kB Progress (5): 317/560 kB | 0.2/2.4 MB | 314/748 kB | 134/324 kB | 62 kB Progress (5): 317/560 kB | 0.2/2.4 MB | 314/748 kB | 138/324 kB | 62 kB Progress (5): 321/560 kB | 0.2/2.4 MB | 314/748 kB | 138/324 kB | 62 kB Progress (5): 321/560 kB | 0.2/2.4 MB | 314/748 kB | 142/324 kB | 62 kB Progress (5): 325/560 kB | 0.2/2.4 MB | 314/748 kB | 142/324 kB | 62 kB Progress (5): 325/560 kB | 0.2/2.4 MB | 318/748 kB | 142/324 kB | 62 kB Progress (5): 325/560 kB | 0.2/2.4 MB | 318/748 kB | 142/324 kB | 62 kB Progress (5): 325/560 kB | 0.2/2.4 MB | 322/748 kB | 142/324 kB | 62 kB Progress (5): 329/560 kB | 0.2/2.4 MB | 322/748 kB | 142/324 kB | 62 kB Progress (5): 329/560 kB | 0.2/2.4 MB | 322/748 kB | 146/324 kB | 62 kB Progress (5): 329/560 kB | 0.2/2.4 MB | 326/748 kB | 146/324 kB | 62 kB Progress (5): 329/560 kB | 0.2/2.4 MB | 330/748 kB | 146/324 kB | 62 kB Progress (5): 329/560 kB | 0.2/2.4 MB | 330/748 kB | 146/324 kB | 62 kB Progress (5): 329/560 kB | 0.2/2.4 MB | 334/748 kB | 146/324 kB | 62 kB Progress (5): 329/560 kB | 0.2/2.4 MB | 334/748 kB | 150/324 kB | 62 kB Progress (5): 333/560 kB | 0.2/2.4 MB | 334/748 kB | 150/324 kB | 62 kB Progress (5): 333/560 kB | 0.2/2.4 MB | 334/748 kB | 154/324 kB | 62 kB Progress (5): 333/560 kB | 0.2/2.4 MB | 334/748 kB | 154/324 kB | 62 kB Progress (5): 333/560 kB | 0.2/2.4 MB | 338/748 kB | 154/324 kB | 62 kB Progress (5): 333/560 kB | 0.3/2.4 MB | 338/748 kB | 154/324 kB | 62 kB Progress (5): 333/560 kB | 0.3/2.4 MB | 342/748 kB | 154/324 kB | 62 kB Progress (5): 333/560 kB | 0.3/2.4 MB | 342/748 kB | 158/324 kB | 62 kB Progress (5): 333/560 kB | 0.3/2.4 MB | 342/748 kB | 162/324 kB | 62 kB Progress (5): 333/560 kB | 0.3/2.4 MB | 342/748 kB | 166/324 kB | 62 kB Progress (5): 333/560 kB | 0.3/2.4 MB | 342/748 kB | 170/324 kB | 62 kB Progress (5): 333/560 kB | 0.3/2.4 MB | 342/748 kB | 174/324 kB | 62 kB Progress (5): 333/560 kB | 0.3/2.4 MB | 342/748 kB | 178/324 kB | 62 kB Progress (5): 337/560 kB | 0.3/2.4 MB | 342/748 kB | 178/324 kB | 62 kB Progress (5): 337/560 kB | 0.3/2.4 MB | 342/748 kB | 182/324 kB | 62 kB Progress (5): 337/560 kB | 0.3/2.4 MB | 346/748 kB | 182/324 kB | 62 kB Progress (5): 337/560 kB | 0.3/2.4 MB | 346/748 kB | 182/324 kB | 62 kB Progress (5): 337/560 kB | 0.3/2.4 MB | 350/748 kB | 182/324 kB | 62 kB Progress (5): 337/560 kB | 0.3/2.4 MB | 350/748 kB | 186/324 kB | 62 kB Progress (5): 341/560 kB | 0.3/2.4 MB | 350/748 kB | 186/324 kB | 62 kB Progress (5): 341/560 kB | 0.3/2.4 MB | 350/748 kB | 190/324 kB | 62 kB Progress (5): 341/560 kB | 0.3/2.4 MB | 354/748 kB | 190/324 kB | 62 kB Progress (5): 341/560 kB | 0.3/2.4 MB | 354/748 kB | 190/324 kB | 62 kB Progress (5): 341/560 kB | 0.3/2.4 MB | 358/748 kB | 190/324 kB | 62 kB Progress (5): 341/560 kB | 0.3/2.4 MB | 358/748 kB | 194/324 kB | 62 kB Progress (5): 345/560 kB | 0.3/2.4 MB | 358/748 kB | 194/324 kB | 62 kB Progress (5): 345/560 kB | 0.3/2.4 MB | 358/748 kB | 198/324 kB | 62 kB Progress (5): 345/560 kB | 0.3/2.4 MB | 362/748 kB | 198/324 kB | 62 kB Progress (5): 345/560 kB | 0.3/2.4 MB | 362/748 kB | 198/324 kB | 62 kB Progress (5): 345/560 kB | 0.3/2.4 MB | 362/748 kB | 202/324 kB | 62 kB Progress (5): 349/560 kB | 0.3/2.4 MB | 362/748 kB | 202/324 kB | 62 kB Progress (5): 349/560 kB | 0.3/2.4 MB | 362/748 kB | 206/324 kB | 62 kB Progress (5): 349/560 kB | 0.3/2.4 MB | 362/748 kB | 206/324 kB | 62 kB Progress (5): 349/560 kB | 0.3/2.4 MB | 366/748 kB | 206/324 kB | 62 kB Progress (5): 349/560 kB | 0.3/2.4 MB | 366/748 kB | 210/324 kB | 62 kB Progress (5): 353/560 kB | 0.3/2.4 MB | 366/748 kB | 210/324 kB | 62 kB Progress (5): 353/560 kB | 0.3/2.4 MB | 366/748 kB | 214/324 kB | 62 kB Progress (5): 353/560 kB | 0.3/2.4 MB | 370/748 kB | 214/324 kB | 62 kB Progress (5): 353/560 kB | 0.3/2.4 MB | 370/748 kB | 214/324 kB | 62 kB Progress (5): 353/560 kB | 0.3/2.4 MB | 374/748 kB | 214/324 kB | 62 kB Progress (5): 353/560 kB | 0.3/2.4 MB | 374/748 kB | 218/324 kB | 62 kB Progress (5): 357/560 kB | 0.3/2.4 MB | 374/748 kB | 218/324 kB | 62 kB Progress (5): 357/560 kB | 0.3/2.4 MB | 374/748 kB | 222/324 kB | 62 kB Progress (5): 357/560 kB | 0.3/2.4 MB | 378/748 kB | 222/324 kB | 62 kB Progress (5): 357/560 kB | 0.3/2.4 MB | 378/748 kB | 222/324 kB | 62 kB Progress (5): 357/560 kB | 0.3/2.4 MB | 382/748 kB | 222/324 kB | 62 kB Progress (5): 357/560 kB | 0.3/2.4 MB | 382/748 kB | 226/324 kB | 62 kB Progress (5): 361/560 kB | 0.3/2.4 MB | 382/748 kB | 226/324 kB | 62 kB Progress (5): 361/560 kB | 0.3/2.4 MB | 382/748 kB | 229/324 kB | 62 kB Progress (5): 361/560 kB | 0.3/2.4 MB | 386/748 kB | 229/324 kB | 62 kB Progress (5): 361/560 kB | 0.3/2.4 MB | 386/748 kB | 229/324 kB | 62 kB Progress (5): 361/560 kB | 0.3/2.4 MB | 386/748 kB | 233/324 kB | 62 kB Progress (5): 365/560 kB | 0.3/2.4 MB | 386/748 kB | 233/324 kB | 62 kB Progress (5): 365/560 kB | 0.3/2.4 MB | 386/748 kB | 237/324 kB | 62 kB Progress (5): 365/560 kB | 0.3/2.4 MB | 386/748 kB | 237/324 kB | 62 kB Progress (5): 365/560 kB | 0.3/2.4 MB | 390/748 kB | 237/324 kB | 62 kB Progress (5): 365/560 kB | 0.3/2.4 MB | 390/748 kB | 237/324 kB | 62 kB Progress (5): 365/560 kB | 0.3/2.4 MB | 390/748 kB | 241/324 kB | 62 kB Progress (5): 369/560 kB | 0.3/2.4 MB | 390/748 kB | 241/324 kB | 62 kB Progress (5): 369/560 kB | 0.3/2.4 MB | 390/748 kB | 245/324 kB | 62 kB Progress (5): 369/560 kB | 0.3/2.4 MB | 390/748 kB | 245/324 kB | 62 kB Progress (5): 369/560 kB | 0.3/2.4 MB | 394/748 kB | 245/324 kB | 62 kB Progress (5): 369/560 kB | 0.3/2.4 MB | 394/748 kB | 245/324 kB | 62 kB Progress (5): 369/560 kB | 0.3/2.4 MB | 394/748 kB | 249/324 kB | 62 kB Progress (5): 373/560 kB | 0.3/2.4 MB | 394/748 kB | 249/324 kB | 62 kB Progress (5): 373/560 kB | 0.3/2.4 MB | 394/748 kB | 253/324 kB | 62 kB Progress (5): 373/560 kB | 0.3/2.4 MB | 394/748 kB | 253/324 kB | 62 kB Progress (5): 373/560 kB | 0.3/2.4 MB | 398/748 kB | 253/324 kB | 62 kB Progress (5): 373/560 kB | 0.3/2.4 MB | 398/748 kB | 253/324 kB | 62 kB Progress (5): 373/560 kB | 0.3/2.4 MB | 398/748 kB | 257/324 kB | 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 105 kB/s) Progress (4): 377/560 kB | 0.3/2.4 MB | 398/748 kB | 257/324 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar Progress (4): 377/560 kB | 0.3/2.4 MB | 398/748 kB | 261/324 kB Progress (4): 377/560 kB | 0.3/2.4 MB | 398/748 kB | 261/324 kB Progress (4): 377/560 kB | 0.3/2.4 MB | 402/748 kB | 261/324 kB Progress (4): 377/560 kB | 0.3/2.4 MB | 402/748 kB | 261/324 kB Progress (4): 377/560 kB | 0.3/2.4 MB | 402/748 kB | 262/324 kB Progress (4): 381/560 kB | 0.3/2.4 MB | 402/748 kB | 262/324 kB Progress (4): 381/560 kB | 0.3/2.4 MB | 402/748 kB | 266/324 kB Progress (4): 381/560 kB | 0.3/2.4 MB | 406/748 kB | 266/324 kB Progress (4): 381/560 kB | 0.3/2.4 MB | 406/748 kB | 266/324 kB Progress (4): 381/560 kB | 0.3/2.4 MB | 410/748 kB | 266/324 kB Progress (4): 381/560 kB | 0.3/2.4 MB | 410/748 kB | 270/324 kB Progress (4): 385/560 kB | 0.3/2.4 MB | 410/748 kB | 270/324 kB Progress (4): 385/560 kB | 0.3/2.4 MB | 410/748 kB | 274/324 kB Progress (4): 385/560 kB | 0.3/2.4 MB | 414/748 kB | 274/324 kB Progress (4): 385/560 kB | 0.3/2.4 MB | 414/748 kB | 274/324 kB Progress (4): 385/560 kB | 0.3/2.4 MB | 418/748 kB | 274/324 kB Progress (4): 389/560 kB | 0.3/2.4 MB | 418/748 kB | 274/324 kB Progress (4): 389/560 kB | 0.3/2.4 MB | 418/748 kB | 278/324 kB Progress (4): 393/560 kB | 0.3/2.4 MB | 418/748 kB | 278/324 kB Progress (4): 393/560 kB | 0.3/2.4 MB | 422/748 kB | 278/324 kB Progress (4): 393/560 kB | 0.3/2.4 MB | 422/748 kB | 278/324 kB Progress (4): 393/560 kB | 0.3/2.4 MB | 426/748 kB | 278/324 kB Progress (4): 397/560 kB | 0.3/2.4 MB | 426/748 kB | 278/324 kB Progress (4): 397/560 kB | 0.3/2.4 MB | 430/748 kB | 278/324 kB Progress (4): 397/560 kB | 0.3/2.4 MB | 430/748 kB | 282/324 kB Progress (4): 397/560 kB | 0.3/2.4 MB | 434/748 kB | 282/324 kB Progress (4): 401/560 kB | 0.3/2.4 MB | 434/748 kB | 282/324 kB Progress (4): 401/560 kB | 0.3/2.4 MB | 438/748 kB | 282/324 kB Progress (4): 401/560 kB | 0.3/2.4 MB | 438/748 kB | 282/324 kB Progress (4): 401/560 kB | 0.3/2.4 MB | 442/748 kB | 282/324 kB Progress (4): 405/560 kB | 0.3/2.4 MB | 442/748 kB | 282/324 kB Progress (4): 405/560 kB | 0.3/2.4 MB | 442/748 kB | 286/324 kB Progress (4): 409/560 kB | 0.3/2.4 MB | 442/748 kB | 286/324 kB Progress (4): 409/560 kB | 0.3/2.4 MB | 446/748 kB | 286/324 kB Progress (4): 409/560 kB | 0.3/2.4 MB | 446/748 kB | 286/324 kB Progress (4): 409/560 kB | 0.3/2.4 MB | 450/748 kB | 286/324 kB Progress (4): 413/560 kB | 0.3/2.4 MB | 450/748 kB | 286/324 kB Progress (4): 413/560 kB | 0.3/2.4 MB | 450/748 kB | 290/324 kB Progress (4): 417/560 kB | 0.3/2.4 MB | 450/748 kB | 290/324 kB Progress (4): 417/560 kB | 0.3/2.4 MB | 454/748 kB | 290/324 kB Progress (4): 417/560 kB | 0.3/2.4 MB | 454/748 kB | 290/324 kB Progress (4): 421/560 kB | 0.3/2.4 MB | 454/748 kB | 290/324 kB Progress (4): 421/560 kB | 0.3/2.4 MB | 458/748 kB | 290/324 kB Progress (4): 421/560 kB | 0.3/2.4 MB | 458/748 kB | 294/324 kB Progress (4): 421/560 kB | 0.3/2.4 MB | 458/748 kB | 298/324 kB Progress (4): 421/560 kB | 0.3/2.4 MB | 458/748 kB | 302/324 kB Progress (4): 421/560 kB | 0.3/2.4 MB | 462/748 kB | 302/324 kB Progress (4): 421/560 kB | 0.3/2.4 MB | 462/748 kB | 306/324 kB Progress (4): 425/560 kB | 0.3/2.4 MB | 462/748 kB | 306/324 kB Progress (4): 425/560 kB | 0.3/2.4 MB | 462/748 kB | 306/324 kB Progress (4): 425/560 kB | 0.3/2.4 MB | 462/748 kB | 310/324 kB Progress (4): 425/560 kB | 0.3/2.4 MB | 466/748 kB | 310/324 kB Progress (4): 425/560 kB | 0.3/2.4 MB | 466/748 kB | 314/324 kB Progress (4): 425/560 kB | 0.3/2.4 MB | 466/748 kB | 314/324 kB Progress (4): 429/560 kB | 0.3/2.4 MB | 466/748 kB | 314/324 kB Progress (4): 429/560 kB | 0.3/2.4 MB | 466/748 kB | 314/324 kB Progress (4): 429/560 kB | 0.3/2.4 MB | 466/748 kB | 318/324 kB Progress (4): 429/560 kB | 0.3/2.4 MB | 470/748 kB | 318/324 kB Progress (4): 429/560 kB | 0.3/2.4 MB | 470/748 kB | 322/324 kB Progress (4): 429/560 kB | 0.4/2.4 MB | 470/748 kB | 322/324 kB Progress (4): 433/560 kB | 0.4/2.4 MB | 470/748 kB | 322/324 kB Progress (4): 433/560 kB | 0.4/2.4 MB | 470/748 kB | 322/324 kB Progress (4): 433/560 kB | 0.4/2.4 MB | 470/748 kB | 324 kB Progress (4): 433/560 kB | 0.4/2.4 MB | 474/748 kB | 324 kB Progress (4): 433/560 kB | 0.4/2.4 MB | 474/748 kB | 324 kB Progress (4): 437/560 kB | 0.4/2.4 MB | 474/748 kB | 324 kB Progress (5): 437/560 kB | 0.4/2.4 MB | 474/748 kB | 324 kB | 4.1/264 kB Progress (5): 437/560 kB | 0.4/2.4 MB | 478/748 kB | 324 kB | 4.1/264 kB Progress (5): 437/560 kB | 0.4/2.4 MB | 478/748 kB | 324 kB | 4.1/264 kB Progress (5): 437/560 kB | 0.4/2.4 MB | 482/748 kB | 324 kB | 4.1/264 kB Progress (5): 437/560 kB | 0.4/2.4 MB | 482/748 kB | 324 kB | 4.1/264 kB Progress (5): 437/560 kB | 0.4/2.4 MB | 486/748 kB | 324 kB | 4.1/264 kB Progress (5): 437/560 kB | 0.4/2.4 MB | 486/748 kB | 324 kB | 7.7/264 kB Progress (5): 441/560 kB | 0.4/2.4 MB | 486/748 kB | 324 kB | 7.7/264 kB Progress (5): 441/560 kB | 0.4/2.4 MB | 490/748 kB | 324 kB | 7.7/264 kB Progress (5): 441/560 kB | 0.4/2.4 MB | 490/748 kB | 324 kB | 7.7/264 kB Progress (5): 441/560 kB | 0.4/2.4 MB | 494/748 kB | 324 kB | 7.7/264 kB Progress (5): 445/560 kB | 0.4/2.4 MB | 494/748 kB | 324 kB | 7.7/264 kB Progress (5): 445/560 kB | 0.4/2.4 MB | 494/748 kB | 324 kB | 12/264 kB Progress (5): 445/560 kB | 0.4/2.4 MB | 494/748 kB | 324 kB | 16/264 kB Progress (5): 445/560 kB | 0.4/2.4 MB | 494/748 kB | 324 kB | 20/264 kB Progress (5): 449/560 kB | 0.4/2.4 MB | 494/748 kB | 324 kB | 20/264 kB Progress (5): 449/560 kB | 0.4/2.4 MB | 498/748 kB | 324 kB | 20/264 kB Progress (5): 453/560 kB | 0.4/2.4 MB | 498/748 kB | 324 kB | 20/264 kB Progress (5): 453/560 kB | 0.4/2.4 MB | 498/748 kB | 324 kB | 20/264 kB Progress (5): 457/560 kB | 0.4/2.4 MB | 498/748 kB | 324 kB | 20/264 kB Progress (5): 457/560 kB | 0.4/2.4 MB | 502/748 kB | 324 kB | 20/264 kB Progress (5): 457/560 kB | 0.4/2.4 MB | 502/748 kB | 324 kB | 24/264 kB Progress (5): 457/560 kB | 0.4/2.4 MB | 506/748 kB | 324 kB | 24/264 kB Progress (5): 461/560 kB | 0.4/2.4 MB | 506/748 kB | 324 kB | 24/264 kB Progress (5): 461/560 kB | 0.4/2.4 MB | 510/748 kB | 324 kB | 24/264 kB Progress (5): 461/560 kB | 0.4/2.4 MB | 510/748 kB | 324 kB | 24/264 kB Progress (5): 461/560 kB | 0.4/2.4 MB | 514/748 kB | 324 kB | 24/264 kB Progress (5): 465/560 kB | 0.4/2.4 MB | 514/748 kB | 324 kB | 24/264 kB Progress (5): 465/560 kB | 0.4/2.4 MB | 518/748 kB | 324 kB | 24/264 kB Progress (5): 465/560 kB | 0.4/2.4 MB | 518/748 kB | 324 kB | 28/264 kB Progress (5): 465/560 kB | 0.4/2.4 MB | 522/748 kB | 324 kB | 28/264 kB Progress (5): 469/560 kB | 0.4/2.4 MB | 522/748 kB | 324 kB | 28/264 kB Progress (5): 469/560 kB | 0.4/2.4 MB | 522/748 kB | 324 kB | 28/264 kB Progress (5): 473/560 kB | 0.4/2.4 MB | 522/748 kB | 324 kB | 28/264 kB Progress (5): 473/560 kB | 0.4/2.4 MB | 526/748 kB | 324 kB | 28/264 kB Progress (5): 473/560 kB | 0.4/2.4 MB | 526/748 kB | 324 kB | 32/264 kB Progress (5): 473/560 kB | 0.4/2.4 MB | 530/748 kB | 324 kB | 32/264 kB Progress (5): 477/560 kB | 0.4/2.4 MB | 530/748 kB | 324 kB | 32/264 kB Progress (5): 477/560 kB | 0.4/2.4 MB | 530/748 kB | 324 kB | 32/264 kB Progress (5): 481/560 kB | 0.4/2.4 MB | 530/748 kB | 324 kB | 32/264 kB Progress (5): 481/560 kB | 0.4/2.4 MB | 534/748 kB | 324 kB | 32/264 kB Progress (5): 481/560 kB | 0.4/2.4 MB | 534/748 kB | 324 kB | 33/264 kB Progress (5): 481/560 kB | 0.4/2.4 MB | 538/748 kB | 324 kB | 33/264 kB Progress (5): 481/560 kB | 0.4/2.4 MB | 538/748 kB | 324 kB | 37/264 kB Progress (5): 481/560 kB | 0.4/2.4 MB | 542/748 kB | 324 kB | 37/264 kB Progress (5): 485/560 kB | 0.4/2.4 MB | 542/748 kB | 324 kB | 37/264 kB Progress (5): 485/560 kB | 0.4/2.4 MB | 542/748 kB | 324 kB | 37/264 kB Progress (5): 489/560 kB | 0.4/2.4 MB | 542/748 kB | 324 kB | 37/264 kB Progress (5): 489/560 kB | 0.4/2.4 MB | 546/748 kB | 324 kB | 37/264 kB Progress (5): 489/560 kB | 0.4/2.4 MB | 546/748 kB | 324 kB | 41/264 kB Progress (5): 489/560 kB | 0.4/2.4 MB | 550/748 kB | 324 kB | 41/264 kB Progress (5): 493/560 kB | 0.4/2.4 MB | 550/748 kB | 324 kB | 41/264 kB Progress (5): 493/560 kB | 0.4/2.4 MB | 550/748 kB | 324 kB | 41/264 kB Progress (5): 497/560 kB | 0.4/2.4 MB | 550/748 kB | 324 kB | 41/264 kB Progress (5): 497/560 kB | 0.4/2.4 MB | 554/748 kB | 324 kB | 41/264 kB Progress (5): 497/560 kB | 0.4/2.4 MB | 554/748 kB | 324 kB | 45/264 kB Progress (5): 497/560 kB | 0.4/2.4 MB | 558/748 kB | 324 kB | 45/264 kB Progress (5): 501/560 kB | 0.4/2.4 MB | 558/748 kB | 324 kB | 45/264 kB Progress (5): 501/560 kB | 0.4/2.4 MB | 558/748 kB | 324 kB | 45/264 kB Progress (5): 505/560 kB | 0.4/2.4 MB | 558/748 kB | 324 kB | 45/264 kB Progress (5): 505/560 kB | 0.4/2.4 MB | 562/748 kB | 324 kB | 45/264 kB Progress (5): 505/560 kB | 0.4/2.4 MB | 562/748 kB | 324 kB | 49/264 kB Progress (5): 505/560 kB | 0.4/2.4 MB | 566/748 kB | 324 kB | 49/264 kB Progress (5): 505/560 kB | 0.4/2.4 MB | 566/748 kB | 324 kB | 53/264 kB Progress (5): 509/560 kB | 0.4/2.4 MB | 566/748 kB | 324 kB | 53/264 kB Progress (5): 509/560 kB | 0.4/2.4 MB | 566/748 kB | 324 kB | 53/264 kB Progress (5): 513/560 kB | 0.4/2.4 MB | 566/748 kB | 324 kB | 53/264 kB Progress (5): 513/560 kB | 0.4/2.4 MB | 566/748 kB | 324 kB | 57/264 kB Progress (5): 513/560 kB | 0.4/2.4 MB | 570/748 kB | 324 kB | 57/264 kB Progress (5): 513/560 kB | 0.4/2.4 MB | 570/748 kB | 324 kB | 61/264 kB Progress (5): 517/560 kB | 0.4/2.4 MB | 570/748 kB | 324 kB | 61/264 kB Progress (5): 517/560 kB | 0.4/2.4 MB | 570/748 kB | 324 kB | 61/264 kB Progress (5): 521/560 kB | 0.4/2.4 MB | 570/748 kB | 324 kB | 61/264 kB Progress (5): 521/560 kB | 0.4/2.4 MB | 570/748 kB | 324 kB | 65/264 kB Progress (5): 521/560 kB | 0.4/2.4 MB | 574/748 kB | 324 kB | 65/264 kB Progress (5): 521/560 kB | 0.4/2.4 MB | 574/748 kB | 324 kB | 66/264 kB Progress (5): 525/560 kB | 0.4/2.4 MB | 574/748 kB | 324 kB | 66/264 kB Progress (5): 525/560 kB | 0.4/2.4 MB | 574/748 kB | 324 kB | 66/264 kB Progress (5): 529/560 kB | 0.4/2.4 MB | 574/748 kB | 324 kB | 66/264 kB Progress (5): 529/560 kB | 0.4/2.4 MB | 574/748 kB | 324 kB | 70/264 kB Progress (5): 529/560 kB | 0.4/2.4 MB | 578/748 kB | 324 kB | 70/264 kB Progress (5): 529/560 kB | 0.4/2.4 MB | 578/748 kB | 324 kB | 74/264 kB Progress (5): 533/560 kB | 0.4/2.4 MB | 578/748 kB | 324 kB | 74/264 kB Progress (5): 533/560 kB | 0.4/2.4 MB | 578/748 kB | 324 kB | 74/264 kB Progress (5): 537/560 kB | 0.4/2.4 MB | 578/748 kB | 324 kB | 74/264 kB Progress (5): 537/560 kB | 0.4/2.4 MB | 578/748 kB | 324 kB | 78/264 kB Progress (5): 537/560 kB | 0.4/2.4 MB | 582/748 kB | 324 kB | 78/264 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar (324 kB at 483 kB/s) Progress (4): 537/560 kB | 0.4/2.4 MB | 586/748 kB | 78/264 kB Progress (4): 537/560 kB | 0.4/2.4 MB | 586/748 kB | 82/264 kB Progress (4): 541/560 kB | 0.4/2.4 MB | 586/748 kB | 82/264 kB Progress (4): 541/560 kB | 0.4/2.4 MB | 586/748 kB | 82/264 kB Progress (4): 545/560 kB | 0.4/2.4 MB | 586/748 kB | 82/264 kB Progress (4): 545/560 kB | 0.4/2.4 MB | 586/748 kB | 86/264 kB Progress (4): 545/560 kB | 0.4/2.4 MB | 590/748 kB | 86/264 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar Progress (4): 545/560 kB | 0.4/2.4 MB | 594/748 kB | 86/264 kB Progress (4): 545/560 kB | 0.4/2.4 MB | 594/748 kB | 90/264 kB Progress (4): 549/560 kB | 0.4/2.4 MB | 594/748 kB | 90/264 kB Progress (4): 549/560 kB | 0.4/2.4 MB | 594/748 kB | 90/264 kB Progress (4): 553/560 kB | 0.4/2.4 MB | 594/748 kB | 90/264 kB Progress (4): 553/560 kB | 0.4/2.4 MB | 594/748 kB | 94/264 kB Progress (4): 553/560 kB | 0.4/2.4 MB | 598/748 kB | 94/264 kB Progress (4): 553/560 kB | 0.4/2.4 MB | 598/748 kB | 98/264 kB Progress (4): 557/560 kB | 0.4/2.4 MB | 598/748 kB | 98/264 kB Progress (4): 557/560 kB | 0.4/2.4 MB | 598/748 kB | 98/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 598/748 kB | 98/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 598/748 kB | 98/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 598/748 kB | 98/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 602/748 kB | 98/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 602/748 kB | 98/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 606/748 kB | 98/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 606/748 kB | 98/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 606/748 kB | 102/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 606/748 kB | 102/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 610/748 kB | 102/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 610/748 kB | 106/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 614/748 kB | 106/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 614/748 kB | 106/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 618/748 kB | 106/264 kB Progress (4): 560 kB | 0.4/2.4 MB | 618/748 kB | 110/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 618/748 kB | 110/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 618/748 kB | 114/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 622/748 kB | 114/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 622/748 kB | 118/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 622/748 kB | 118/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 622/748 kB | 122/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 626/748 kB | 122/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 626/748 kB | 126/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 626/748 kB | 126/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 626/748 kB | 130/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 630/748 kB | 130/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 630/748 kB | 131/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 630/748 kB | 131/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 630/748 kB | 135/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 634/748 kB | 135/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 634/748 kB | 139/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 638/748 kB | 139/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 638/748 kB | 139/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 642/748 kB | 139/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 642/748 kB | 143/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 642/748 kB | 143/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 642/748 kB | 147/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 646/748 kB | 147/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 646/748 kB | 151/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 646/748 kB | 151/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 646/748 kB | 155/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 650/748 kB | 155/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 650/748 kB | 159/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 650/748 kB | 159/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 650/748 kB | 163/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 654/748 kB | 163/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 654/748 kB | 164/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 654/748 kB | 164/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 654/748 kB | 168/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 658/748 kB | 168/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 658/748 kB | 172/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 662/748 kB | 172/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 662/748 kB | 172/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 666/748 kB | 172/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 666/748 kB | 176/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 666/748 kB | 176/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 666/748 kB | 180/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 670/748 kB | 180/264 kB Progress (4): 560 kB | 0.5/2.4 MB | 670/748 kB | 184/264 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 817 kB/s) Progress (3): 0.5/2.4 MB | 670/748 kB | 184/264 kB Progress (4): 0.5/2.4 MB | 670/748 kB | 184/264 kB | 4.1/41 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar Progress (4): 0.5/2.4 MB | 670/748 kB | 188/264 kB | 4.1/41 kB Progress (4): 0.5/2.4 MB | 674/748 kB | 188/264 kB | 4.1/41 kB Progress (4): 0.5/2.4 MB | 674/748 kB | 188/264 kB | 7.7/41 kB Progress (4): 0.5/2.4 MB | 678/748 kB | 188/264 kB | 7.7/41 kB Progress (4): 0.5/2.4 MB | 678/748 kB | 188/264 kB | 7.7/41 kB Progress (4): 0.5/2.4 MB | 682/748 kB | 188/264 kB | 7.7/41 kB Progress (4): 0.5/2.4 MB | 682/748 kB | 188/264 kB | 12/41 kB Progress (4): 0.5/2.4 MB | 686/748 kB | 188/264 kB | 12/41 kB Progress (4): 0.5/2.4 MB | 686/748 kB | 192/264 kB | 12/41 kB Progress (4): 0.5/2.4 MB | 690/748 kB | 192/264 kB | 12/41 kB Progress (4): 0.5/2.4 MB | 690/748 kB | 192/264 kB | 16/41 kB Progress (4): 0.5/2.4 MB | 694/748 kB | 192/264 kB | 16/41 kB Progress (4): 0.5/2.4 MB | 694/748 kB | 192/264 kB | 20/41 kB Progress (4): 0.5/2.4 MB | 694/748 kB | 192/264 kB | 20/41 kB Progress (4): 0.5/2.4 MB | 694/748 kB | 192/264 kB | 24/41 kB Progress (4): 0.5/2.4 MB | 698/748 kB | 192/264 kB | 24/41 kB Progress (4): 0.5/2.4 MB | 698/748 kB | 196/264 kB | 24/41 kB Progress (4): 0.5/2.4 MB | 702/748 kB | 196/264 kB | 24/41 kB Progress (4): 0.5/2.4 MB | 702/748 kB | 196/264 kB | 28/41 kB Progress (4): 0.5/2.4 MB | 702/748 kB | 196/264 kB | 28/41 kB Progress (4): 0.5/2.4 MB | 702/748 kB | 196/264 kB | 32/41 kB Progress (4): 0.5/2.4 MB | 706/748 kB | 196/264 kB | 32/41 kB Progress (4): 0.5/2.4 MB | 706/748 kB | 200/264 kB | 32/41 kB Progress (4): 0.5/2.4 MB | 710/748 kB | 200/264 kB | 32/41 kB Progress (4): 0.5/2.4 MB | 710/748 kB | 200/264 kB | 36/41 kB Progress (4): 0.5/2.4 MB | 710/748 kB | 200/264 kB | 36/41 kB Progress (4): 0.5/2.4 MB | 710/748 kB | 200/264 kB | 40/41 kB Progress (4): 0.5/2.4 MB | 714/748 kB | 200/264 kB | 40/41 kB Progress (4): 0.5/2.4 MB | 714/748 kB | 204/264 kB | 40/41 kB Progress (4): 0.5/2.4 MB | 718/748 kB | 204/264 kB | 40/41 kB Progress (4): 0.5/2.4 MB | 718/748 kB | 204/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 718/748 kB | 204/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 722/748 kB | 204/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 722/748 kB | 208/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 726/748 kB | 208/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 726/748 kB | 208/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 730/748 kB | 208/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 730/748 kB | 212/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 734/748 kB | 212/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 734/748 kB | 212/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 738/748 kB | 212/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 738/748 kB | 216/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 742/748 kB | 216/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 742/748 kB | 216/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 746/748 kB | 216/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 746/748 kB | 220/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 748 kB | 220/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 748 kB | 220/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 748 kB | 224/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 748 kB | 224/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 748 kB | 228/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 748 kB | 228/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 748 kB | 232/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 748 kB | 232/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 748 kB | 236/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 748 kB | 236/264 kB | 41 kB Progress (4): 0.5/2.4 MB | 748 kB | 240/264 kB | 41 kB Progress (4): 0.6/2.4 MB | 748 kB | 240/264 kB | 41 kB Progress (4): 0.6/2.4 MB | 748 kB | 244/264 kB | 41 kB Progress (4): 0.6/2.4 MB | 748 kB | 244/264 kB | 41 kB Progress (4): 0.6/2.4 MB | 748 kB | 248/264 kB | 41 kB Progress (4): 0.6/2.4 MB | 748 kB | 248/264 kB | 41 kB Progress (4): 0.6/2.4 MB | 748 kB | 252/264 kB | 41 kB Progress (4): 0.6/2.4 MB | 748 kB | 252/264 kB | 41 kB Progress (4): 0.6/2.4 MB | 748 kB | 256/264 kB | 41 kB Progress (5): 0.6/2.4 MB | 748 kB | 256/264 kB | 41 kB | 0/1.6 MB Progress (5): 0.6/2.4 MB | 748 kB | 256/264 kB | 41 kB | 0/1.6 MB Progress (5): 0.6/2.4 MB | 748 kB | 260/264 kB | 41 kB | 0/1.6 MB Progress (5): 0.6/2.4 MB | 748 kB | 260/264 kB | 41 kB | 0/1.6 MB Progress (5): 0.6/2.4 MB | 748 kB | 260/264 kB | 41 kB | 0/1.6 MB Progress (5): 0.6/2.4 MB | 748 kB | 260/264 kB | 41 kB | 0/1.6 MB Progress (5): 0.6/2.4 MB | 748 kB | 264/264 kB | 41 kB | 0/1.6 MB Progress (5): 0.6/2.4 MB | 748 kB | 264/264 kB | 41 kB | 0/1.6 MB Progress (5): 0.6/2.4 MB | 748 kB | 264/264 kB | 41 kB | 0/1.6 MB Progress (5): 0.6/2.4 MB | 748 kB | 264/264 kB | 41 kB | 0/1.6 MB Progress (5): 0.6/2.4 MB | 748 kB | 264 kB | 41 kB | 0/1.6 MB Progress (5): 0.6/2.4 MB | 748 kB | 264 kB | 41 kB | 0/1.6 MB Progress (5): 0.6/2.4 MB | 748 kB | 264 kB | 41 kB | 0/1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar (41 kB at 59 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar (748 kB at 1.1 MB/s) Progress (3): 0.6/2.4 MB | 264 kB | 0/1.6 MB Progress (3): 0.6/2.4 MB | 264 kB | 0/1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 353 kB/s) Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0/1.6 MB Progress (2): 0.6/2.4 MB | 0.1/1.6 MB Progress (2): 0.6/2.4 MB | 0.1/1.6 MB Progress (2): 0.6/2.4 MB | 0.1/1.6 MB Progress (2): 0.6/2.4 MB | 0.1/1.6 MB Progress (2): 0.6/2.4 MB | 0.1/1.6 MB Progress (2): 0.6/2.4 MB | 0.1/1.6 MB Progress (2): 0.6/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.7/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.1/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.8/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.2/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.4/2.4 MB | 0.6/1.6 MB Progress (2): 1.4/2.4 MB | 0.6/1.6 MB Progress (2): 1.4/2.4 MB | 0.6/1.6 MB Progress (2): 1.4/2.4 MB | 0.6/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.5/2.4 MB | 0.7/1.6 MB Progress (2): 1.5/2.4 MB | 0.7/1.6 MB Progress (2): 1.5/2.4 MB | 0.7/1.6 MB Progress (2): 1.5/2.4 MB | 0.7/1.6 MB Progress (2): 1.5/2.4 MB | 0.7/1.6 MB Progress (2): 1.5/2.4 MB | 0.7/1.6 MB Progress (2): 1.5/2.4 MB | 0.7/1.6 MB Progress (2): 1.5/2.4 MB | 0.7/1.6 MB Progress (2): 1.5/2.4 MB | 0.7/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.8/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.7/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.1/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.8/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 1.9/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.0/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.3/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.6/1.6 MB Progress (2): 2.3/2.4 MB | 1.6/1.6 MB Progress (2): 2.3/2.4 MB | 1.6/1.6 MB Progress (2): 2.3/2.4 MB | 1.6/1.6 MB Progress (2): 2.3/2.4 MB | 1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar (1.6 MB at 1.5 MB/s) Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4/2.4 MB Progress (1): 2.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 2.0 MB/s) [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ parent --- [INFO] [INFO] --------------------< org.eclipse.reddeer:plugins >--------------------- [INFO] Building RedDeer Plugins 2.8.0-SNAPSHOT [2/59] [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.nightly/plugins/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ plugins --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >----------- [INFO] Building RedDeer Common 2.8.0-SNAPSHOT [3/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0/tycho-buildtimestamp-jgit-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom (1.8 kB at 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom Progress (1): 4.1/9.7 kB Progress (1): 7.7/9.7 kB Progress (1): 9.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom (9.7 kB at 167 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom (35 kB at 819 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 202 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/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 173 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 99 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/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 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 136 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 100 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/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 369 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom (1.6 kB at 61 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom (1.1 kB at 30 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom (1.5 kB at 46 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.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/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.60/bcpg-jdk15on-1.60.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.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.54/jsch-0.1.54.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar Progress (1): 4.1/281 kB Progress (1): 7.7/281 kB Progress (1): 12/281 kB Progress (1): 16/281 kB Progress (1): 20/281 kB Progress (1): 24/281 kB Progress (1): 28/281 kB Progress (1): 32/281 kB Progress (1): 36/281 kB Progress (1): 40/281 kB Progress (1): 44/281 kB Progress (1): 48/281 kB Progress (1): 52/281 kB Progress (1): 56/281 kB Progress (1): 60/281 kB Progress (1): 64/281 kB Progress (1): 68/281 kB Progress (1): 72/281 kB Progress (1): 76/281 kB Progress (1): 80/281 kB Progress (1): 84/281 kB Progress (1): 88/281 kB Progress (1): 92/281 kB Progress (1): 96/281 kB Progress (1): 100/281 kB Progress (1): 104/281 kB Progress (1): 108/281 kB Progress (1): 112/281 kB Progress (1): 116/281 kB Progress (1): 120/281 kB Progress (1): 124/281 kB Progress (1): 128/281 kB Progress (1): 132/281 kB Progress (1): 136/281 kB Progress (1): 140/281 kB Progress (1): 144/281 kB Progress (1): 148/281 kB Progress (1): 152/281 kB Progress (1): 156/281 kB Progress (1): 160/281 kB Progress (1): 164/281 kB Progress (1): 168/281 kB Progress (1): 172/281 kB Progress (1): 176/281 kB Progress (1): 180/281 kB Progress (1): 184/281 kB Progress (1): 188/281 kB Progress (1): 192/281 kB Progress (1): 196/281 kB Progress (1): 200/281 kB Progress (1): 204/281 kB Progress (1): 208/281 kB Progress (1): 212/281 kB Progress (1): 216/281 kB Progress (1): 220/281 kB Progress (1): 224/281 kB Progress (1): 228/281 kB Progress (1): 232/281 kB Progress (1): 236/281 kB Progress (1): 240/281 kB Progress (1): 244/281 kB Progress (1): 248/281 kB Progress (1): 252/281 kB Progress (1): 256/281 kB Progress (1): 260/281 kB Progress (1): 264/281 kB Progress (1): 268/281 kB Progress (1): 272/281 kB Progress (1): 276/281 kB Progress (1): 280/281 kB Progress (1): 281 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 4.6 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 (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (2): 0/2.7 MB | 4.1/26 kB Progress (2): 0.1/2.7 MB | 4.1/26 kB Progress (2): 0.1/2.7 MB | 7.7/26 kB Progress (2): 0.1/2.7 MB | 7.7/26 kB Progress (2): 0.1/2.7 MB | 12/26 kB Progress (2): 0.1/2.7 MB | 12/26 kB Progress (2): 0.1/2.7 MB | 16/26 kB Progress (2): 0.1/2.7 MB | 16/26 kB Progress (2): 0.1/2.7 MB | 20/26 kB Progress (2): 0.1/2.7 MB | 20/26 kB Progress (2): 0.1/2.7 MB | 24/26 kB Progress (2): 0.1/2.7 MB | 24/26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.1/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (2): 0.2/2.7 MB | 26 kB Progress (3): 0.2/2.7 MB | 26 kB | 4.1/70 kB Progress (4): 0.2/2.7 MB | 26 kB | 4.1/70 kB | 4.1/11 kB Progress (4): 0.2/2.7 MB | 26 kB | 7.7/70 kB | 4.1/11 kB Progress (4): 0.2/2.7 MB | 26 kB | 7.7/70 kB | 4.1/11 kB Progress (4): 0.2/2.7 MB | 26 kB | 12/70 kB | 4.1/11 kB Progress (5): 0.2/2.7 MB | 26 kB | 12/70 kB | 4.1/11 kB | 4.1/166 kB Progress (5): 0.2/2.7 MB | 26 kB | 12/70 kB | 7.7/11 kB | 4.1/166 kB Progress (5): 0.2/2.7 MB | 26 kB | 12/70 kB | 7.7/11 kB | 7.7/166 kB Progress (5): 0.2/2.7 MB | 26 kB | 16/70 kB | 7.7/11 kB | 7.7/166 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 256 kB/s) Progress (4): 0.2/2.7 MB | 16/70 kB | 7.7/11 kB | 7.7/166 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar Progress (4): 0.2/2.7 MB | 20/70 kB | 7.7/11 kB | 7.7/166 kB Progress (4): 0.2/2.7 MB | 20/70 kB | 7.7/11 kB | 12/166 kB Progress (4): 0.2/2.7 MB | 20/70 kB | 11 kB | 12/166 kB Progress (4): 0.2/2.7 MB | 20/70 kB | 11 kB | 16/166 kB Progress (4): 0.2/2.7 MB | 20/70 kB | 11 kB | 20/166 kB Progress (4): 0.2/2.7 MB | 20/70 kB | 11 kB | 24/166 kB Progress (4): 0.2/2.7 MB | 24/70 kB | 11 kB | 24/166 kB Progress (4): 0.2/2.7 MB | 24/70 kB | 11 kB | 24/166 kB Progress (4): 0.2/2.7 MB | 24/70 kB | 11 kB | 28/166 kB Progress (4): 0.2/2.7 MB | 28/70 kB | 11 kB | 28/166 kB Progress (4): 0.2/2.7 MB | 28/70 kB | 11 kB | 28/166 kB Progress (4): 0.2/2.7 MB | 28/70 kB | 11 kB | 32/166 kB Progress (4): 0.2/2.7 MB | 28/70 kB | 11 kB | 32/166 kB Progress (4): 0.2/2.7 MB | 32/70 kB | 11 kB | 32/166 kB Progress (4): 0.2/2.7 MB | 32/70 kB | 11 kB | 36/166 kB Progress (4): 0.2/2.7 MB | 32/70 kB | 11 kB | 36/166 kB Progress (4): 0.2/2.7 MB | 36/70 kB | 11 kB | 36/166 kB Progress (4): 0.2/2.7 MB | 36/70 kB | 11 kB | 40/166 kB Progress (4): 0.2/2.7 MB | 40/70 kB | 11 kB | 40/166 kB Progress (4): 0.3/2.7 MB | 40/70 kB | 11 kB | 40/166 kB Progress (4): 0.3/2.7 MB | 40/70 kB | 11 kB | 44/166 kB Progress (4): 0.3/2.7 MB | 40/70 kB | 11 kB | 44/166 kB Progress (4): 0.3/2.7 MB | 44/70 kB | 11 kB | 44/166 kB Progress (4): 0.3/2.7 MB | 44/70 kB | 11 kB | 44/166 kB Progress (4): 0.3/2.7 MB | 48/70 kB | 11 kB | 44/166 kB Progress (4): 0.3/2.7 MB | 48/70 kB | 11 kB | 48/166 kB Progress (4): 0.3/2.7 MB | 48/70 kB | 11 kB | 48/166 kB Progress (4): 0.3/2.7 MB | 52/70 kB | 11 kB | 48/166 kB Progress (4): 0.3/2.7 MB | 52/70 kB | 11 kB | 48/166 kB Progress (4): 0.3/2.7 MB | 52/70 kB | 11 kB | 52/166 kB Progress (4): 0.3/2.7 MB | 52/70 kB | 11 kB | 52/166 kB Progress (4): 0.3/2.7 MB | 56/70 kB | 11 kB | 52/166 kB Progress (4): 0.3/2.7 MB | 56/70 kB | 11 kB | 52/166 kB Progress (4): 0.3/2.7 MB | 56/70 kB | 11 kB | 56/166 kB Progress (4): 0.3/2.7 MB | 60/70 kB | 11 kB | 56/166 kB Progress (4): 0.3/2.7 MB | 60/70 kB | 11 kB | 56/166 kB Progress (4): 0.3/2.7 MB | 64/70 kB | 11 kB | 56/166 kB Progress (4): 0.3/2.7 MB | 64/70 kB | 11 kB | 60/166 kB Progress (4): 0.3/2.7 MB | 64/70 kB | 11 kB | 60/166 kB Progress (4): 0.3/2.7 MB | 64/70 kB | 11 kB | 64/166 kB Progress (4): 0.3/2.7 MB | 68/70 kB | 11 kB | 64/166 kB Progress (4): 0.3/2.7 MB | 68/70 kB | 11 kB | 68/166 kB Progress (4): 0.3/2.7 MB | 68/70 kB | 11 kB | 68/166 kB Progress (4): 0.3/2.7 MB | 68/70 kB | 11 kB | 72/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 72/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 76/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 76/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 80/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 80/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 84/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 84/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 88/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 88/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 92/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 92/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 96/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 96/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 100/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 100/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 104/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 104/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 108/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 108/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 112/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 112/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 116/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 116/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 120/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 120/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 124/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 124/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 124/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 128/166 kB Progress (4): 0.3/2.7 MB | 70 kB | 11 kB | 128/166 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar (11 kB at 87 kB/s) Progress (3): 0.4/2.7 MB | 70 kB | 128/166 kB Progress (3): 0.4/2.7 MB | 70 kB | 132/166 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar Progress (3): 0.4/2.7 MB | 70 kB | 132/166 kB Progress (3): 0.4/2.7 MB | 70 kB | 136/166 kB Progress (3): 0.4/2.7 MB | 70 kB | 136/166 kB Progress (3): 0.4/2.7 MB | 70 kB | 140/166 kB Progress (3): 0.4/2.7 MB | 70 kB | 144/166 kB Progress (3): 0.4/2.7 MB | 70 kB | 144/166 kB Progress (3): 0.4/2.7 MB | 70 kB | 148/166 kB Progress (3): 0.4/2.7 MB | 70 kB | 148/166 kB Progress (4): 0.4/2.7 MB | 70 kB | 148/166 kB | 4.1/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 152/166 kB | 4.1/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 152/166 kB | 7.7/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 152/166 kB | 7.7/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 156/166 kB | 7.7/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 156/166 kB | 12/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 160/166 kB | 12/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 160/166 kB | 12/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 160/166 kB | 12/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 160/166 kB | 12/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 164/166 kB | 12/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 164/166 kB | 12/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 164/166 kB | 16/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 164/166 kB | 16/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 166 kB | 16/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 166 kB | 20/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 166 kB | 20/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 166 kB | 24/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 166 kB | 24/320 kB Progress (4): 0.4/2.7 MB | 70 kB | 166 kB | 28/320 kB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 28/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 28/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 32/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 32/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 32/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 32/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 33/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 33/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 37/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 41/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 45/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 49/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 49/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 53/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 53/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 57/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 57/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 61/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 61/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 61/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 61/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 65/320 kB | 0/4.2 MB Progress (5): 0.4/2.7 MB | 70 kB | 166 kB | 65/320 kB | 0/4.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar Progress (4): 0.4/2.7 MB | 70 kB | 65/320 kB | 0/4.2 MB Progress (4): 0.4/2.7 MB | 70 kB | 65/320 kB | 0/4.2 MB Progress (4): 0.4/2.7 MB | 70 kB | 66/320 kB | 0/4.2 MB Progress (4): 0.4/2.7 MB | 70 kB | 66/320 kB | 0/4.2 MB Progress (4): 0.4/2.7 MB | 70 kB | 66/320 kB | 0/4.2 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 527 kB/s) Progress (3): 0.4/2.7 MB | 66/320 kB | 0/4.2 MB Progress (3): 0.4/2.7 MB | 66/320 kB | 0/4.2 MB Progress (3): 0.4/2.7 MB | 70/320 kB | 0/4.2 MB Progress (3): 0.4/2.7 MB | 70/320 kB | 0/4.2 MB Progress (3): 0.4/2.7 MB | 70/320 kB | 0/4.2 MB Progress (3): 0.4/2.7 MB | 74/320 kB | 0/4.2 MB Progress (3): 0.4/2.7 MB | 74/320 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 74/320 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 78/320 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 78/320 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 82/320 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 82/320 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 82/320 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 86/320 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 86/320 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 86/320 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 86/320 kB | 0.1/4.2 MB Progress (3): 0.5/2.7 MB | 90/320 kB | 0.1/4.2 MB Progress (3): 0.5/2.7 MB | 90/320 kB | 0.1/4.2 MB Progress (3): 0.5/2.7 MB | 90/320 kB | 0.1/4.2 MB Progress (3): 0.5/2.7 MB | 94/320 kB | 0.1/4.2 MB Progress (3): 0.5/2.7 MB | 94/320 kB | 0.1/4.2 MB Progress (3): 0.5/2.7 MB | 98/320 kB | 0.1/4.2 MB Progress (3): 0.5/2.7 MB | 98/320 kB | 0.1/4.2 MB Progress (3): 0.5/2.7 MB | 98/320 kB | 0.1/4.2 MB Progress (3): 0.5/2.7 MB | 98/320 kB | 0.1/4.2 MB Progress (3): 0.5/2.7 MB | 98/320 kB | 0.1/4.2 MB Progress (3): 0.5/2.7 MB | 98/320 kB | 0.1/4.2 MB Progress (4): 0.5/2.7 MB | 98/320 kB | 0.1/4.2 MB | 4.1/797 kB Progress (4): 0.5/2.7 MB | 102/320 kB | 0.1/4.2 MB | 4.1/797 kB Progress (4): 0.5/2.7 MB | 102/320 kB | 0.1/4.2 MB | 7.7/797 kB Progress (4): 0.5/2.7 MB | 102/320 kB | 0.1/4.2 MB | 7.7/797 kB Progress (4): 0.5/2.7 MB | 102/320 kB | 0.1/4.2 MB | 7.7/797 kB Progress (4): 0.5/2.7 MB | 102/320 kB | 0.1/4.2 MB | 7.7/797 kB Progress (4): 0.5/2.7 MB | 102/320 kB | 0.1/4.2 MB | 12/797 kB Progress (4): 0.5/2.7 MB | 106/320 kB | 0.1/4.2 MB | 12/797 kB Progress (4): 0.5/2.7 MB | 106/320 kB | 0.1/4.2 MB | 16/797 kB Progress (4): 0.5/2.7 MB | 110/320 kB | 0.1/4.2 MB | 16/797 kB Progress (4): 0.5/2.7 MB | 110/320 kB | 0.1/4.2 MB | 16/797 kB Progress (4): 0.5/2.7 MB | 110/320 kB | 0.1/4.2 MB | 16/797 kB Progress (4): 0.5/2.7 MB | 110/320 kB | 0.1/4.2 MB | 16/797 kB Progress (4): 0.5/2.7 MB | 110/320 kB | 0.1/4.2 MB | 16/797 kB Progress (4): 0.5/2.7 MB | 110/320 kB | 0.1/4.2 MB | 20/797 kB Progress (4): 0.5/2.7 MB | 114/320 kB | 0.1/4.2 MB | 20/797 kB Progress (4): 0.5/2.7 MB | 114/320 kB | 0.1/4.2 MB | 24/797 kB Progress (4): 0.5/2.7 MB | 114/320 kB | 0.1/4.2 MB | 24/797 kB Progress (4): 0.5/2.7 MB | 114/320 kB | 0.1/4.2 MB | 28/797 kB Progress (4): 0.5/2.7 MB | 114/320 kB | 0.1/4.2 MB | 28/797 kB Progress (4): 0.5/2.7 MB | 114/320 kB | 0.1/4.2 MB | 32/797 kB Progress (4): 0.5/2.7 MB | 114/320 kB | 0.1/4.2 MB | 32/797 kB Progress (4): 0.5/2.7 MB | 114/320 kB | 0.1/4.2 MB | 32/797 kB Progress (4): 0.5/2.7 MB | 118/320 kB | 0.1/4.2 MB | 32/797 kB Progress (4): 0.5/2.7 MB | 118/320 kB | 0.1/4.2 MB | 32/797 kB Progress (4): 0.5/2.7 MB | 118/320 kB | 0.1/4.2 MB | 32/797 kB Progress (4): 0.5/2.7 MB | 118/320 kB | 0.1/4.2 MB | 36/797 kB Progress (4): 0.5/2.7 MB | 118/320 kB | 0.1/4.2 MB | 36/797 kB Progress (4): 0.5/2.7 MB | 118/320 kB | 0.1/4.2 MB | 36/797 kB Progress (4): 0.5/2.7 MB | 122/320 kB | 0.1/4.2 MB | 36/797 kB Progress (4): 0.5/2.7 MB | 122/320 kB | 0.1/4.2 MB | 36/797 kB Progress (4): 0.5/2.7 MB | 122/320 kB | 0.1/4.2 MB | 36/797 kB Progress (4): 0.5/2.7 MB | 122/320 kB | 0.1/4.2 MB | 40/797 kB Progress (4): 0.5/2.7 MB | 122/320 kB | 0.1/4.2 MB | 40/797 kB Progress (4): 0.5/2.7 MB | 126/320 kB | 0.1/4.2 MB | 40/797 kB Progress (4): 0.5/2.7 MB | 126/320 kB | 0.1/4.2 MB | 40/797 kB Progress (4): 0.5/2.7 MB | 126/320 kB | 0.1/4.2 MB | 44/797 kB Progress (4): 0.5/2.7 MB | 126/320 kB | 0.1/4.2 MB | 44/797 kB Progress (4): 0.5/2.7 MB | 126/320 kB | 0.1/4.2 MB | 48/797 kB Progress (4): 0.5/2.7 MB | 126/320 kB | 0.1/4.2 MB | 48/797 kB Progress (4): 0.5/2.7 MB | 130/320 kB | 0.1/4.2 MB | 48/797 kB Progress (4): 0.5/2.7 MB | 130/320 kB | 0.1/4.2 MB | 48/797 kB Progress (4): 0.5/2.7 MB | 130/320 kB | 0.1/4.2 MB | 52/797 kB Progress (4): 0.5/2.7 MB | 130/320 kB | 0.1/4.2 MB | 52/797 kB Progress (4): 0.5/2.7 MB | 130/320 kB | 0.1/4.2 MB | 52/797 kB Progress (4): 0.5/2.7 MB | 130/320 kB | 0.1/4.2 MB | 56/797 kB Progress (4): 0.5/2.7 MB | 131/320 kB | 0.1/4.2 MB | 56/797 kB Progress (4): 0.5/2.7 MB | 131/320 kB | 0.1/4.2 MB | 60/797 kB Progress (4): 0.5/2.7 MB | 131/320 kB | 0.1/4.2 MB | 60/797 kB Progress (4): 0.5/2.7 MB | 131/320 kB | 0.1/4.2 MB | 60/797 kB Progress (4): 0.5/2.7 MB | 131/320 kB | 0.1/4.2 MB | 64/797 kB Progress (4): 0.5/2.7 MB | 135/320 kB | 0.1/4.2 MB | 64/797 kB Progress (4): 0.5/2.7 MB | 135/320 kB | 0.1/4.2 MB | 66/797 kB Progress (4): 0.5/2.7 MB | 135/320 kB | 0.1/4.2 MB | 66/797 kB Progress (4): 0.5/2.7 MB | 135/320 kB | 0.1/4.2 MB | 66/797 kB Progress (4): 0.5/2.7 MB | 135/320 kB | 0.1/4.2 MB | 66/797 kB Progress (4): 0.5/2.7 MB | 135/320 kB | 0.1/4.2 MB | 70/797 kB Progress (4): 0.5/2.7 MB | 139/320 kB | 0.1/4.2 MB | 70/797 kB Progress (4): 0.5/2.7 MB | 139/320 kB | 0.1/4.2 MB | 74/797 kB Progress (4): 0.5/2.7 MB | 139/320 kB | 0.1/4.2 MB | 74/797 kB Progress (4): 0.5/2.7 MB | 139/320 kB | 0.1/4.2 MB | 74/797 kB Progress (4): 0.5/2.7 MB | 139/320 kB | 0.1/4.2 MB | 74/797 kB Progress (4): 0.5/2.7 MB | 139/320 kB | 0.1/4.2 MB | 78/797 kB Progress (4): 0.5/2.7 MB | 143/320 kB | 0.1/4.2 MB | 78/797 kB Progress (4): 0.5/2.7 MB | 143/320 kB | 0.1/4.2 MB | 82/797 kB Progress (4): 0.5/2.7 MB | 143/320 kB | 0.1/4.2 MB | 82/797 kB Progress (4): 0.5/2.7 MB | 143/320 kB | 0.1/4.2 MB | 86/797 kB Progress (4): 0.5/2.7 MB | 143/320 kB | 0.1/4.2 MB | 86/797 kB Progress (4): 0.5/2.7 MB | 143/320 kB | 0.1/4.2 MB | 86/797 kB Progress (4): 0.5/2.7 MB | 143/320 kB | 0.1/4.2 MB | 90/797 kB Progress (4): 0.5/2.7 MB | 147/320 kB | 0.1/4.2 MB | 90/797 kB Progress (4): 0.5/2.7 MB | 147/320 kB | 0.1/4.2 MB | 94/797 kB Progress (4): 0.5/2.7 MB | 147/320 kB | 0.1/4.2 MB | 94/797 kB Progress (4): 0.5/2.7 MB | 147/320 kB | 0.1/4.2 MB | 94/797 kB Progress (4): 0.5/2.7 MB | 147/320 kB | 0.1/4.2 MB | 94/797 kB Progress (4): 0.5/2.7 MB | 147/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.5/2.7 MB | 151/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.5/2.7 MB | 151/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.5/2.7 MB | 151/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.6/2.7 MB | 151/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.6/2.7 MB | 155/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.6/2.7 MB | 155/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.6/2.7 MB | 159/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.6/2.7 MB | 159/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.6/2.7 MB | 159/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.6/2.7 MB | 159/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.6/2.7 MB | 163/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.6/2.7 MB | 163/320 kB | 0.2/4.2 MB | 106/797 kB Progress (4): 0.6/2.7 MB | 167/320 kB | 0.2/4.2 MB | 106/797 kB Progress (4): 0.6/2.7 MB | 167/320 kB | 0.2/4.2 MB | 106/797 kB Progress (4): 0.6/2.7 MB | 167/320 kB | 0.2/4.2 MB | 106/797 kB Progress (4): 0.6/2.7 MB | 167/320 kB | 0.2/4.2 MB | 106/797 kB Progress (4): 0.6/2.7 MB | 171/320 kB | 0.2/4.2 MB | 106/797 kB Progress (4): 0.6/2.7 MB | 171/320 kB | 0.2/4.2 MB | 110/797 kB Progress (4): 0.6/2.7 MB | 175/320 kB | 0.2/4.2 MB | 110/797 kB Progress (4): 0.6/2.7 MB | 175/320 kB | 0.2/4.2 MB | 110/797 kB Progress (4): 0.6/2.7 MB | 175/320 kB | 0.2/4.2 MB | 110/797 kB Progress (4): 0.6/2.7 MB | 175/320 kB | 0.2/4.2 MB | 110/797 kB Progress (4): 0.6/2.7 MB | 179/320 kB | 0.2/4.2 MB | 110/797 kB Progress (4): 0.6/2.7 MB | 179/320 kB | 0.2/4.2 MB | 114/797 kB Progress (4): 0.6/2.7 MB | 183/320 kB | 0.2/4.2 MB | 114/797 kB Progress (4): 0.6/2.7 MB | 183/320 kB | 0.2/4.2 MB | 118/797 kB Progress (4): 0.6/2.7 MB | 183/320 kB | 0.2/4.2 MB | 118/797 kB Progress (4): 0.6/2.7 MB | 183/320 kB | 0.2/4.2 MB | 118/797 kB Progress (4): 0.6/2.7 MB | 183/320 kB | 0.2/4.2 MB | 118/797 kB Progress (4): 0.6/2.7 MB | 183/320 kB | 0.2/4.2 MB | 122/797 kB Progress (4): 0.6/2.7 MB | 187/320 kB | 0.2/4.2 MB | 122/797 kB Progress (4): 0.6/2.7 MB | 187/320 kB | 0.2/4.2 MB | 126/797 kB Progress (4): 0.6/2.7 MB | 187/320 kB | 0.2/4.2 MB | 126/797 kB Progress (4): 0.6/2.7 MB | 187/320 kB | 0.2/4.2 MB | 126/797 kB Progress (4): 0.6/2.7 MB | 187/320 kB | 0.2/4.2 MB | 126/797 kB Progress (4): 0.6/2.7 MB | 187/320 kB | 0.2/4.2 MB | 130/797 kB Progress (4): 0.6/2.7 MB | 191/320 kB | 0.2/4.2 MB | 130/797 kB Progress (4): 0.6/2.7 MB | 191/320 kB | 0.2/4.2 MB | 134/797 kB Progress (4): 0.6/2.7 MB | 191/320 kB | 0.2/4.2 MB | 134/797 kB Progress (4): 0.6/2.7 MB | 191/320 kB | 0.2/4.2 MB | 134/797 kB Progress (4): 0.6/2.7 MB | 191/320 kB | 0.2/4.2 MB | 134/797 kB Progress (4): 0.6/2.7 MB | 191/320 kB | 0.2/4.2 MB | 138/797 kB Progress (4): 0.6/2.7 MB | 195/320 kB | 0.2/4.2 MB | 138/797 kB Progress (4): 0.6/2.7 MB | 195/320 kB | 0.2/4.2 MB | 142/797 kB Progress (4): 0.6/2.7 MB | 199/320 kB | 0.2/4.2 MB | 142/797 kB Progress (4): 0.6/2.7 MB | 199/320 kB | 0.2/4.2 MB | 142/797 kB Progress (4): 0.6/2.7 MB | 199/320 kB | 0.2/4.2 MB | 142/797 kB Progress (4): 0.6/2.7 MB | 199/320 kB | 0.2/4.2 MB | 142/797 kB Progress (4): 0.6/2.7 MB | 203/320 kB | 0.2/4.2 MB | 142/797 kB Progress (4): 0.6/2.7 MB | 203/320 kB | 0.2/4.2 MB | 146/797 kB Progress (4): 0.6/2.7 MB | 203/320 kB | 0.2/4.2 MB | 146/797 kB Progress (4): 0.6/2.7 MB | 203/320 kB | 0.2/4.2 MB | 146/797 kB Progress (4): 0.6/2.7 MB | 203/320 kB | 0.2/4.2 MB | 146/797 kB Progress (4): 0.6/2.7 MB | 203/320 kB | 0.2/4.2 MB | 150/797 kB Progress (4): 0.6/2.7 MB | 207/320 kB | 0.2/4.2 MB | 150/797 kB Progress (4): 0.6/2.7 MB | 207/320 kB | 0.2/4.2 MB | 154/797 kB Progress (4): 0.6/2.7 MB | 207/320 kB | 0.2/4.2 MB | 154/797 kB Progress (4): 0.6/2.7 MB | 207/320 kB | 0.2/4.2 MB | 154/797 kB Progress (4): 0.6/2.7 MB | 207/320 kB | 0.2/4.2 MB | 154/797 kB Progress (4): 0.6/2.7 MB | 207/320 kB | 0.2/4.2 MB | 158/797 kB Progress (4): 0.6/2.7 MB | 211/320 kB | 0.2/4.2 MB | 158/797 kB Progress (4): 0.6/2.7 MB | 211/320 kB | 0.2/4.2 MB | 162/797 kB Progress (4): 0.6/2.7 MB | 211/320 kB | 0.2/4.2 MB | 162/797 kB Progress (4): 0.6/2.7 MB | 211/320 kB | 0.2/4.2 MB | 162/797 kB Progress (4): 0.6/2.7 MB | 211/320 kB | 0.2/4.2 MB | 162/797 kB Progress (4): 0.6/2.7 MB | 211/320 kB | 0.2/4.2 MB | 166/797 kB Progress (4): 0.6/2.7 MB | 215/320 kB | 0.2/4.2 MB | 166/797 kB Progress (4): 0.6/2.7 MB | 215/320 kB | 0.2/4.2 MB | 170/797 kB Progress (4): 0.6/2.7 MB | 215/320 kB | 0.2/4.2 MB | 170/797 kB Progress (4): 0.6/2.7 MB | 215/320 kB | 0.2/4.2 MB | 174/797 kB Progress (4): 0.6/2.7 MB | 215/320 kB | 0.2/4.2 MB | 174/797 kB Progress (4): 0.6/2.7 MB | 215/320 kB | 0.2/4.2 MB | 178/797 kB Progress (4): 0.6/2.7 MB | 215/320 kB | 0.2/4.2 MB | 178/797 kB Progress (4): 0.6/2.7 MB | 219/320 kB | 0.2/4.2 MB | 178/797 kB Progress (4): 0.6/2.7 MB | 219/320 kB | 0.2/4.2 MB | 182/797 kB Progress (4): 0.6/2.7 MB | 223/320 kB | 0.2/4.2 MB | 182/797 kB Progress (4): 0.6/2.7 MB | 223/320 kB | 0.2/4.2 MB | 182/797 kB Progress (4): 0.6/2.7 MB | 227/320 kB | 0.2/4.2 MB | 182/797 kB Progress (4): 0.6/2.7 MB | 227/320 kB | 0.2/4.2 MB | 186/797 kB Progress (4): 0.6/2.7 MB | 231/320 kB | 0.2/4.2 MB | 186/797 kB Progress (4): 0.6/2.7 MB | 231/320 kB | 0.2/4.2 MB | 186/797 kB Progress (4): 0.6/2.7 MB | 235/320 kB | 0.2/4.2 MB | 186/797 kB Progress (4): 0.6/2.7 MB | 235/320 kB | 0.2/4.2 MB | 190/797 kB Progress (4): 0.6/2.7 MB | 239/320 kB | 0.2/4.2 MB | 190/797 kB Progress (4): 0.6/2.7 MB | 239/320 kB | 0.2/4.2 MB | 190/797 kB Progress (4): 0.6/2.7 MB | 243/320 kB | 0.2/4.2 MB | 190/797 kB Progress (4): 0.6/2.7 MB | 243/320 kB | 0.2/4.2 MB | 194/797 kB Progress (4): 0.6/2.7 MB | 243/320 kB | 0.2/4.2 MB | 194/797 kB Progress (4): 0.6/2.7 MB | 243/320 kB | 0.2/4.2 MB | 198/797 kB Progress (4): 0.6/2.7 MB | 247/320 kB | 0.2/4.2 MB | 198/797 kB Progress (4): 0.6/2.7 MB | 247/320 kB | 0.2/4.2 MB | 198/797 kB Progress (4): 0.6/2.7 MB | 251/320 kB | 0.2/4.2 MB | 198/797 kB Progress (4): 0.6/2.7 MB | 251/320 kB | 0.2/4.2 MB | 198/797 kB Progress (4): 0.7/2.7 MB | 251/320 kB | 0.2/4.2 MB | 198/797 kB Progress (4): 0.7/2.7 MB | 251/320 kB | 0.2/4.2 MB | 202/797 kB Progress (4): 0.7/2.7 MB | 251/320 kB | 0.2/4.2 MB | 202/797 kB Progress (4): 0.7/2.7 MB | 251/320 kB | 0.2/4.2 MB | 202/797 kB Progress (4): 0.7/2.7 MB | 255/320 kB | 0.2/4.2 MB | 202/797 kB Progress (4): 0.7/2.7 MB | 255/320 kB | 0.2/4.2 MB | 202/797 kB Progress (4): 0.7/2.7 MB | 255/320 kB | 0.2/4.2 MB | 202/797 kB Progress (4): 0.7/2.7 MB | 255/320 kB | 0.2/4.2 MB | 206/797 kB Progress (4): 0.7/2.7 MB | 255/320 kB | 0.2/4.2 MB | 206/797 kB Progress (4): 0.7/2.7 MB | 255/320 kB | 0.2/4.2 MB | 206/797 kB Progress (4): 0.7/2.7 MB | 259/320 kB | 0.2/4.2 MB | 206/797 kB Progress (4): 0.7/2.7 MB | 259/320 kB | 0.2/4.2 MB | 206/797 kB Progress (4): 0.7/2.7 MB | 259/320 kB | 0.2/4.2 MB | 206/797 kB Progress (4): 0.7/2.7 MB | 259/320 kB | 0.2/4.2 MB | 210/797 kB Progress (4): 0.7/2.7 MB | 259/320 kB | 0.2/4.2 MB | 210/797 kB Progress (4): 0.7/2.7 MB | 259/320 kB | 0.2/4.2 MB | 214/797 kB Progress (4): 0.7/2.7 MB | 259/320 kB | 0.2/4.2 MB | 214/797 kB Progress (4): 0.7/2.7 MB | 263/320 kB | 0.2/4.2 MB | 214/797 kB Progress (4): 0.7/2.7 MB | 263/320 kB | 0.2/4.2 MB | 218/797 kB Progress (4): 0.7/2.7 MB | 263/320 kB | 0.2/4.2 MB | 218/797 kB Progress (4): 0.7/2.7 MB | 263/320 kB | 0.2/4.2 MB | 222/797 kB Progress (4): 0.7/2.7 MB | 267/320 kB | 0.2/4.2 MB | 222/797 kB Progress (4): 0.7/2.7 MB | 267/320 kB | 0.2/4.2 MB | 222/797 kB Progress (4): 0.7/2.7 MB | 271/320 kB | 0.2/4.2 MB | 222/797 kB Progress (4): 0.7/2.7 MB | 271/320 kB | 0.2/4.2 MB | 226/797 kB Progress (4): 0.7/2.7 MB | 271/320 kB | 0.2/4.2 MB | 226/797 kB Progress (4): 0.7/2.7 MB | 271/320 kB | 0.2/4.2 MB | 230/797 kB Progress (4): 0.7/2.7 MB | 275/320 kB | 0.2/4.2 MB | 230/797 kB Progress (4): 0.7/2.7 MB | 275/320 kB | 0.2/4.2 MB | 230/797 kB Progress (4): 0.7/2.7 MB | 279/320 kB | 0.2/4.2 MB | 230/797 kB Progress (4): 0.7/2.7 MB | 279/320 kB | 0.2/4.2 MB | 234/797 kB Progress (4): 0.7/2.7 MB | 279/320 kB | 0.2/4.2 MB | 234/797 kB Progress (4): 0.7/2.7 MB | 279/320 kB | 0.2/4.2 MB | 238/797 kB Progress (4): 0.7/2.7 MB | 283/320 kB | 0.2/4.2 MB | 238/797 kB Progress (4): 0.7/2.7 MB | 283/320 kB | 0.2/4.2 MB | 238/797 kB Progress (4): 0.7/2.7 MB | 287/320 kB | 0.2/4.2 MB | 238/797 kB Progress (4): 0.7/2.7 MB | 287/320 kB | 0.2/4.2 MB | 242/797 kB Progress (4): 0.7/2.7 MB | 287/320 kB | 0.2/4.2 MB | 242/797 kB Progress (4): 0.7/2.7 MB | 287/320 kB | 0.2/4.2 MB | 246/797 kB Progress (4): 0.7/2.7 MB | 291/320 kB | 0.2/4.2 MB | 246/797 kB Progress (4): 0.7/2.7 MB | 291/320 kB | 0.2/4.2 MB | 246/797 kB Progress (4): 0.7/2.7 MB | 295/320 kB | 0.2/4.2 MB | 246/797 kB Progress (4): 0.7/2.7 MB | 295/320 kB | 0.2/4.2 MB | 250/797 kB Progress (4): 0.7/2.7 MB | 295/320 kB | 0.2/4.2 MB | 250/797 kB Progress (4): 0.7/2.7 MB | 295/320 kB | 0.2/4.2 MB | 254/797 kB Progress (4): 0.7/2.7 MB | 299/320 kB | 0.2/4.2 MB | 254/797 kB Progress (4): 0.7/2.7 MB | 299/320 kB | 0.3/4.2 MB | 254/797 kB Progress (4): 0.7/2.7 MB | 299/320 kB | 0.3/4.2 MB | 258/797 kB Progress (4): 0.7/2.7 MB | 299/320 kB | 0.3/4.2 MB | 258/797 kB Progress (4): 0.7/2.7 MB | 299/320 kB | 0.3/4.2 MB | 262/797 kB Progress (4): 0.7/2.7 MB | 299/320 kB | 0.3/4.2 MB | 262/797 kB Progress (4): 0.7/2.7 MB | 303/320 kB | 0.3/4.2 MB | 262/797 kB Progress (4): 0.7/2.7 MB | 303/320 kB | 0.3/4.2 MB | 262/797 kB Progress (4): 0.7/2.7 MB | 303/320 kB | 0.3/4.2 MB | 266/797 kB Progress (4): 0.7/2.7 MB | 303/320 kB | 0.3/4.2 MB | 266/797 kB Progress (4): 0.7/2.7 MB | 303/320 kB | 0.3/4.2 MB | 270/797 kB Progress (4): 0.7/2.7 MB | 303/320 kB | 0.3/4.2 MB | 270/797 kB Progress (4): 0.7/2.7 MB | 307/320 kB | 0.3/4.2 MB | 270/797 kB Progress (4): 0.7/2.7 MB | 307/320 kB | 0.3/4.2 MB | 270/797 kB Progress (4): 0.7/2.7 MB | 311/320 kB | 0.3/4.2 MB | 270/797 kB Progress (4): 0.7/2.7 MB | 311/320 kB | 0.3/4.2 MB | 274/797 kB Progress (4): 0.7/2.7 MB | 311/320 kB | 0.3/4.2 MB | 274/797 kB Progress (4): 0.7/2.7 MB | 311/320 kB | 0.3/4.2 MB | 278/797 kB Progress (4): 0.7/2.7 MB | 315/320 kB | 0.3/4.2 MB | 278/797 kB Progress (4): 0.7/2.7 MB | 315/320 kB | 0.3/4.2 MB | 278/797 kB Progress (4): 0.7/2.7 MB | 319/320 kB | 0.3/4.2 MB | 278/797 kB Progress (4): 0.7/2.7 MB | 319/320 kB | 0.3/4.2 MB | 282/797 kB Progress (4): 0.7/2.7 MB | 319/320 kB | 0.3/4.2 MB | 282/797 kB Progress (4): 0.7/2.7 MB | 319/320 kB | 0.3/4.2 MB | 286/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 286/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 286/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 290/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 290/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 294/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 294/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 298/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 298/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 298/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 298/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 302/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 302/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 302/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 302/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 306/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 306/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 306/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 306/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 310/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 310/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 310/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 310/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 314/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 314/797 kB Progress (4): 0.7/2.7 MB | 320 kB | 0.3/4.2 MB | 314/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 314/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 318/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 318/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 318/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 318/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 322/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 322/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 322/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 322/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 326/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 326/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 326/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 326/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 330/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 330/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 330/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 330/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 334/797 kB Progress (4): 0.8/2.7 MB | 320 kB | 0.3/4.2 MB | 334/797 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar (320 kB at 994 kB/s) Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 334/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 338/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 338/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 338/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 338/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 342/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 342/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 342/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 342/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 346/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 346/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 346/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 350/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 350/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 354/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 354/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 354/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 358/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 358/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 362/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 362/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 366/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 366/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 366/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 370/797 kB Progress (3): 0.8/2.7 MB | 0.3/4.2 MB | 370/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 370/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 374/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 374/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 374/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 378/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 378/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 378/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 378/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 382/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 382/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 382/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 382/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 386/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 386/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 386/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 386/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 386/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 390/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 390/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 390/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 390/797 kB Progress (3): 0.8/2.7 MB | 0.4/4.2 MB | 394/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 394/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 394/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 394/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 394/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 394/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 394/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 398/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 398/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 402/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 402/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 402/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 402/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 406/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 406/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 410/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 410/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 410/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 410/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 414/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 414/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 414/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 414/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 414/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 418/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 418/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 422/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 422/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 426/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 426/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 430/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 430/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 434/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 434/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 434/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 438/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 438/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 438/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 438/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 442/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 442/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 442/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 442/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 446/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 446/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 450/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 450/797 kB Progress (3): 0.9/2.7 MB | 0.4/4.2 MB | 454/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 454/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 458/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 458/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 462/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 462/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 462/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 466/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 466/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 466/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 466/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 470/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 470/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 470/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 474/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 474/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 474/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 478/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 478/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 478/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 478/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 482/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 482/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 486/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 486/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 486/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 490/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 490/797 kB Progress (3): 0.9/2.7 MB | 0.5/4.2 MB | 494/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 494/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 494/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 498/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 498/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 502/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 502/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 502/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 506/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 506/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 506/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 506/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 510/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 510/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 510/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 510/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 514/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 514/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 514/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 514/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 518/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 518/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 522/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 522/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 526/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 526/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 530/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 530/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 530/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 534/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 534/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 538/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 538/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 542/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 542/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 546/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 546/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 546/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 550/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 550/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 554/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 554/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 554/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 558/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 558/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 562/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 562/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 562/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 566/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 566/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 566/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 570/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 570/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 570/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 574/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 574/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 574/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 574/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 578/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 578/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 582/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 582/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 586/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 586/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 586/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 590/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 590/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 594/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 594/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 598/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 598/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 598/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 602/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 602/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 606/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 606/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 610/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 610/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 610/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 610/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 614/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 614/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 614/797 kB Progress (3): 1.0/2.7 MB | 0.6/4.2 MB | 618/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 618/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 618/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 618/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 622/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 622/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 622/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 626/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 626/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 630/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 630/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 634/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 634/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 638/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 638/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 642/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 642/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 646/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 646/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 646/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 646/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 650/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 650/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 650/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 650/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 654/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 654/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 654/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 658/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 658/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 658/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 662/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 662/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 662/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 662/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 662/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 666/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 666/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 666/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 666/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 670/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 670/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 670/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 670/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 674/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 674/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 674/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 674/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 678/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 678/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 678/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 682/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 682/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 682/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 686/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 686/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 690/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 690/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 694/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 694/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 698/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 698/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 698/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 698/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 702/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 702/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 702/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 702/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 706/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 706/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 710/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 710/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 714/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 714/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 718/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 718/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 718/797 kB Progress (3): 1.1/2.7 MB | 0.7/4.2 MB | 722/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 722/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 722/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 726/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 726/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 730/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 730/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 730/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 730/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 734/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 734/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 734/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 734/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 734/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 734/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 734/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 738/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 738/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 738/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 738/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 742/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 742/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 742/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 742/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 742/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 742/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 742/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 742/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 742/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 750/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 750/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 750/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 754/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 754/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 754/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 758/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 758/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 758/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 762/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 762/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 766/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 766/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 770/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 770/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 770/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 774/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 774/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 774/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 778/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 778/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 778/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 782/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 782/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 782/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 782/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 786/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 786/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 790/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 790/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 794/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 794/797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.3/2.7 MB | 0.9/4.2 MB | 797 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar (797 kB at 1.5 MB/s) Progress (2): 1.3/2.7 MB | 0.9/4.2 MB Progress (2): 1.3/2.7 MB | 0.9/4.2 MB Progress (2): 1.3/2.7 MB | 0.9/4.2 MB Progress (2): 1.4/2.7 MB | 0.9/4.2 MB Progress (2): 1.4/2.7 MB | 0.9/4.2 MB Progress (2): 1.4/2.7 MB | 0.9/4.2 MB Progress (2): 1.4/2.7 MB | 0.9/4.2 MB Progress (2): 1.4/2.7 MB | 0.9/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.4/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.5/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.6/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.7/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.8/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 1.9/2.7 MB | 1.5/4.2 MB Progress (2): 2.0/2.7 MB | 1.5/4.2 MB Progress (2): 2.0/2.7 MB | 1.5/4.2 MB Progress (2): 2.0/2.7 MB | 1.5/4.2 MB Progress (2): 2.0/2.7 MB | 1.5/4.2 MB Progress (2): 2.0/2.7 MB | 1.5/4.2 MB Progress (2): 2.0/2.7 MB | 1.5/4.2 MB Progress (2): 2.0/2.7 MB | 1.5/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.0/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.1/2.7 MB | 1.7/4.2 MB Progress (2): 2.2/2.7 MB | 1.7/4.2 MB Progress (2): 2.2/2.7 MB | 1.7/4.2 MB Progress (2): 2.2/2.7 MB | 1.7/4.2 MB Progress (2): 2.2/2.7 MB | 1.7/4.2 MB Progress (2): 2.2/2.7 MB | 1.7/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.2/2.7 MB | 1.8/4.2 MB Progress (2): 2.3/2.7 MB | 1.8/4.2 MB Progress (2): 2.3/2.7 MB | 1.8/4.2 MB Progress (2): 2.3/2.7 MB | 1.8/4.2 MB Progress (2): 2.3/2.7 MB | 1.8/4.2 MB Progress (2): 2.3/2.7 MB | 1.8/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.3/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 1.9/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.4/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.0/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.5/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.1/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.6/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7/2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Progress (2): 2.7 MB | 2.3/4.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar (2.7 MB at 2.9 MB/s) Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar (4.2 MB at 4.0 MB/s) [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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 146 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 190 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 77 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 105 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 57 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 104 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/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 145 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 31 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 102 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 100 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/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 174 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 21 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-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-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-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/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 Progress (2): 29 kB | 4.1/116 kB Progress (2): 29 kB | 7.7/116 kB Progress (2): 29 kB | 12/116 kB Progress (3): 29 kB | 12/116 kB | 4.1/57 kB Progress (3): 29 kB | 16/116 kB | 4.1/57 kB Progress (3): 29 kB | 16/116 kB | 7.7/57 kB Progress (3): 29 kB | 20/116 kB | 7.7/57 kB Progress (4): 29 kB | 20/116 kB | 7.7/57 kB | 4.1/152 kB Progress (4): 29 kB | 24/116 kB | 7.7/57 kB | 4.1/152 kB Progress (4): 29 kB | 24/116 kB | 12/57 kB | 4.1/152 kB Progress (4): 29 kB | 24/116 kB | 12/57 kB | 7.7/152 kB Progress (4): 29 kB | 28/116 kB | 12/57 kB | 7.7/152 kB Progress (4): 29 kB | 28/116 kB | 16/57 kB | 7.7/152 kB Progress (4): 29 kB | 32/116 kB | 16/57 kB | 7.7/152 kB Progress (4): 29 kB | 32/116 kB | 16/57 kB | 12/152 kB Progress (4): 29 kB | 36/116 kB | 16/57 kB | 12/152 kB Progress (4): 29 kB | 36/116 kB | 20/57 kB | 12/152 kB Progress (4): 29 kB | 40/116 kB | 20/57 kB | 12/152 kB Progress (4): 29 kB | 40/116 kB | 20/57 kB | 16/152 kB Progress (4): 29 kB | 44/116 kB | 20/57 kB | 16/152 kB Progress (4): 29 kB | 44/116 kB | 24/57 kB | 16/152 kB Progress (5): 29 kB | 44/116 kB | 24/57 kB | 16/152 kB | 4.1/35 kB Progress (5): 29 kB | 44/116 kB | 28/57 kB | 16/152 kB | 4.1/35 kB Progress (5): 29 kB | 48/116 kB | 28/57 kB | 16/152 kB | 4.1/35 kB Progress (5): 29 kB | 48/116 kB | 28/57 kB | 20/152 kB | 4.1/35 kB Progress (5): 29 kB | 52/116 kB | 28/57 kB | 20/152 kB | 4.1/35 kB Progress (5): 29 kB | 52/116 kB | 32/57 kB | 20/152 kB | 4.1/35 kB Progress (5): 29 kB | 52/116 kB | 32/57 kB | 20/152 kB | 7.7/35 kB Progress (5): 29 kB | 52/116 kB | 36/57 kB | 20/152 kB | 7.7/35 kB Progress (5): 29 kB | 56/116 kB | 36/57 kB | 20/152 kB | 7.7/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 723 kB/s) Progress (4): 56/116 kB | 36/57 kB | 24/152 kB | 7.7/35 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 (4): 60/116 kB | 36/57 kB | 24/152 kB | 7.7/35 kB Progress (4): 60/116 kB | 36/57 kB | 24/152 kB | 12/35 kB Progress (4): 60/116 kB | 40/57 kB | 24/152 kB | 12/35 kB Progress (4): 60/116 kB | 40/57 kB | 24/152 kB | 16/35 kB Progress (4): 64/116 kB | 40/57 kB | 24/152 kB | 16/35 kB Progress (4): 64/116 kB | 40/57 kB | 24/152 kB | 20/35 kB Progress (4): 64/116 kB | 40/57 kB | 28/152 kB | 20/35 kB Progress (4): 64/116 kB | 40/57 kB | 28/152 kB | 24/35 kB Progress (4): 68/116 kB | 40/57 kB | 28/152 kB | 24/35 kB Progress (4): 68/116 kB | 40/57 kB | 28/152 kB | 28/35 kB Progress (4): 68/116 kB | 44/57 kB | 28/152 kB | 28/35 kB Progress (4): 68/116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 72/116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 76/116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 80/116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 84/116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 88/116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 92/116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 96/116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 100/116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 104/116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 108/116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 112/116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 116/116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 116 kB | 44/57 kB | 28/152 kB | 32/35 kB Progress (4): 116 kB | 44/57 kB | 32/152 kB | 32/35 kB Progress (4): 116 kB | 44/57 kB | 32/152 kB | 35 kB Progress (4): 116 kB | 48/57 kB | 32/152 kB | 35 kB Progress (4): 116 kB | 48/57 kB | 36/152 kB | 35 kB Progress (4): 116 kB | 52/57 kB | 36/152 kB | 35 kB Progress (4): 116 kB | 52/57 kB | 40/152 kB | 35 kB Progress (4): 116 kB | 56/57 kB | 40/152 kB | 35 kB Progress (4): 116 kB | 56/57 kB | 44/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 44/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 48/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 52/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 56/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 60/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 64/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 68/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 72/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 76/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 80/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 84/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 88/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 92/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 96/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 100/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 104/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 108/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 112/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 116/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 120/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 124/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 128/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 132/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 136/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 140/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 144/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 148/152 kB | 35 kB Progress (4): 116 kB | 57 kB | 152 kB | 35 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 1.9 MB/s) 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 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 2.2 MB/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 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 681 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): 35 kB | 4.1/9.9 kB Progress (2): 35 kB | 7.7/9.9 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 410 kB/s) Progress (2): 7.7/9.9 kB | 4.1/5.9 kB Progress (2): 9.9 kB | 4.1/5.9 kB Progress (2): 9.9 kB | 5.9 kB 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 (3): 9.9 kB | 5.9 kB | 4.1/21 kB Progress (3): 9.9 kB | 5.9 kB | 7.7/21 kB Progress (3): 9.9 kB | 5.9 kB | 12/21 kB Progress (3): 9.9 kB | 5.9 kB | 16/21 kB Progress (3): 9.9 kB | 5.9 kB | 20/21 kB Progress (3): 9.9 kB | 5.9 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 58 kB/s) 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 97 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 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 (2): 21 kB | 4.1/14 kB Progress (3): 21 kB | 4.1/14 kB | 4.1/24 kB Progress (3): 21 kB | 7.7/14 kB | 4.1/24 kB Progress (3): 21 kB | 7.7/14 kB | 7.7/24 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 200 kB/s) Progress (2): 7.7/14 kB | 12/24 kB Progress (2): 12/14 kB | 12/24 kB Progress (2): 12/14 kB | 16/24 kB 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): 12/14 kB | 20/24 kB Progress (2): 14 kB | 20/24 kB Progress (2): 14 kB | 24/24 kB Progress (2): 14 kB | 24 kB Progress (3): 14 kB | 24 kB | 4.1/30 kB Progress (3): 14 kB | 24 kB | 7.7/30 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 119 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (3): 24 kB | 7.7/30 kB | 4.1/13 kB Progress (3): 24 kB | 12/30 kB | 4.1/13 kB Progress (3): 24 kB | 12/30 kB | 7.7/13 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 213 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Progress (2): 16/30 kB | 7.7/13 kB Progress (2): 16/30 kB | 12/13 kB Progress (3): 16/30 kB | 12/13 kB | 4.1/37 kB Progress (3): 16/30 kB | 13 kB | 4.1/37 kB Progress (3): 20/30 kB | 13 kB | 4.1/37 kB Progress (3): 20/30 kB | 13 kB | 7.7/37 kB Progress (3): 24/30 kB | 13 kB | 7.7/37 kB Progress (3): 24/30 kB | 13 kB | 12/37 kB Progress (3): 28/30 kB | 13 kB | 12/37 kB Progress (3): 28/30 kB | 13 kB | 16/37 kB Progress (3): 30 kB | 13 kB | 16/37 kB Progress (3): 30 kB | 13 kB | 20/37 kB Progress (3): 30 kB | 13 kB | 24/37 kB Progress (3): 30 kB | 13 kB | 28/37 kB Progress (3): 30 kB | 13 kB | 32/37 kB Progress (3): 30 kB | 13 kB | 36/37 kB Progress (3): 30 kB | 13 kB | 37 kB Progress (4): 30 kB | 13 kB | 37 kB | 4.1/38 kB Progress (4): 30 kB | 13 kB | 37 kB | 7.7/38 kB Progress (5): 30 kB | 13 kB | 37 kB | 7.7/38 kB | 4.1/87 kB Progress (5): 30 kB | 13 kB | 37 kB | 12/38 kB | 4.1/87 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.jar (13 kB at 102 kB/s) Progress (4): 30 kB | 37 kB | 12/38 kB | 7.7/87 kB 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 (4): 30 kB | 37 kB | 16/38 kB | 7.7/87 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 279 kB/s) Progress (3): 30 kB | 16/38 kB | 12/87 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 (3): 30 kB | 20/38 kB | 12/87 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 225 kB/s) Progress (2): 20/38 kB | 16/87 kB 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 (2): 24/38 kB | 16/87 kB Progress (2): 24/38 kB | 20/87 kB Progress (2): 24/38 kB | 24/87 kB Progress (2): 28/38 kB | 24/87 kB Progress (2): 32/38 kB | 24/87 kB Progress (2): 32/38 kB | 28/87 kB Progress (2): 32/38 kB | 32/87 kB Progress (2): 36/38 kB | 32/87 kB Progress (2): 36/38 kB | 33/87 kB Progress (2): 38 kB | 33/87 kB Progress (2): 38 kB | 37/87 kB Progress (2): 38 kB | 41/87 kB Progress (2): 38 kB | 45/87 kB Progress (2): 38 kB | 49/87 kB Progress (2): 38 kB | 53/87 kB Progress (2): 38 kB | 57/87 kB Progress (2): 38 kB | 61/87 kB Progress (2): 38 kB | 65/87 kB Progress (2): 38 kB | 69/87 kB Progress (2): 38 kB | 73/87 kB Progress (2): 38 kB | 77/87 kB Progress (3): 38 kB | 77/87 kB | 4.1/86 kB Progress (3): 38 kB | 81/87 kB | 4.1/86 kB Progress (3): 38 kB | 81/87 kB | 7.7/86 kB Progress (3): 38 kB | 85/87 kB | 7.7/86 kB Progress (3): 38 kB | 85/87 kB | 12/86 kB Progress (3): 38 kB | 87 kB | 12/86 kB Progress (3): 38 kB | 87 kB | 16/86 kB Progress (3): 38 kB | 87 kB | 20/86 kB Progress (3): 38 kB | 87 kB | 24/86 kB Progress (3): 38 kB | 87 kB | 28/86 kB Progress (3): 38 kB | 87 kB | 32/86 kB Progress (3): 38 kB | 87 kB | 33/86 kB Progress (3): 38 kB | 87 kB | 37/86 kB Progress (3): 38 kB | 87 kB | 41/86 kB Progress (3): 38 kB | 87 kB | 45/86 kB Progress (3): 38 kB | 87 kB | 49/86 kB Progress (3): 38 kB | 87 kB | 53/86 kB Progress (3): 38 kB | 87 kB | 57/86 kB Progress (3): 38 kB | 87 kB | 61/86 kB Progress (3): 38 kB | 87 kB | 65/86 kB Progress (3): 38 kB | 87 kB | 69/86 kB Progress (3): 38 kB | 87 kB | 73/86 kB Progress (3): 38 kB | 87 kB | 77/86 kB Progress (3): 38 kB | 87 kB | 81/86 kB Progress (3): 38 kB | 87 kB | 85/86 kB Progress (3): 38 kB | 87 kB | 86 kB Progress (4): 38 kB | 87 kB | 86 kB | 4.1/49 kB Progress (4): 38 kB | 87 kB | 86 kB | 7.7/49 kB Progress (4): 38 kB | 87 kB | 86 kB | 12/49 kB Progress (4): 38 kB | 87 kB | 86 kB | 16/49 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 602 kB/s) Progress (4): 38 kB | 86 kB | 16/49 kB | 4.1/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 261 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Progress (3): 86 kB | 20/49 kB | 4.1/10 kB 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): 86 kB | 20/49 kB | 7.7/10 kB Progress (3): 86 kB | 24/49 kB | 7.7/10 kB Progress (3): 86 kB | 24/49 kB | 10 kB Progress (3): 86 kB | 28/49 kB | 10 kB Progress (3): 86 kB | 32/49 kB | 10 kB Progress (3): 86 kB | 36/49 kB | 10 kB Progress (3): 86 kB | 40/49 kB | 10 kB Progress (3): 86 kB | 44/49 kB | 10 kB Progress (3): 86 kB | 48/49 kB | 10 kB Progress (3): 86 kB | 49 kB | 10 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 533 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 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 63 kB/s) Progress (2): 49 kB | 4.1/121 kB Progress (3): 49 kB | 4.1/121 kB | 4.1/223 kB Progress (3): 49 kB | 7.7/121 kB | 4.1/223 kB 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): 49 kB | 12/121 kB | 4.1/223 kB Progress (3): 49 kB | 12/121 kB | 7.7/223 kB Progress (3): 49 kB | 16/121 kB | 7.7/223 kB Progress (3): 49 kB | 16/121 kB | 12/223 kB Progress (3): 49 kB | 20/121 kB | 12/223 kB Progress (3): 49 kB | 20/121 kB | 16/223 kB Progress (3): 49 kB | 24/121 kB | 16/223 kB Progress (3): 49 kB | 24/121 kB | 20/223 kB Progress (3): 49 kB | 28/121 kB | 20/223 kB Progress (3): 49 kB | 28/121 kB | 24/223 kB Progress (3): 49 kB | 32/121 kB | 24/223 kB Progress (3): 49 kB | 32/121 kB | 28/223 kB Progress (3): 49 kB | 33/121 kB | 28/223 kB Progress (3): 49 kB | 33/121 kB | 32/223 kB Progress (3): 49 kB | 37/121 kB | 32/223 kB Progress (3): 49 kB | 37/121 kB | 33/223 kB Progress (3): 49 kB | 41/121 kB | 33/223 kB Progress (3): 49 kB | 41/121 kB | 37/223 kB Progress (3): 49 kB | 45/121 kB | 37/223 kB Progress (3): 49 kB | 45/121 kB | 41/223 kB Progress (3): 49 kB | 49/121 kB | 41/223 kB Progress (3): 49 kB | 49/121 kB | 45/223 kB Progress (3): 49 kB | 53/121 kB | 45/223 kB Progress (3): 49 kB | 53/121 kB | 49/223 kB Progress (3): 49 kB | 57/121 kB | 49/223 kB Progress (3): 49 kB | 57/121 kB | 53/223 kB Progress (3): 49 kB | 61/121 kB | 53/223 kB Progress (3): 49 kB | 61/121 kB | 57/223 kB Progress (3): 49 kB | 65/121 kB | 57/223 kB Progress (3): 49 kB | 65/121 kB | 61/223 kB Progress (3): 49 kB | 69/121 kB | 61/223 kB Progress (3): 49 kB | 69/121 kB | 65/223 kB Progress (3): 49 kB | 73/121 kB | 65/223 kB Progress (3): 49 kB | 73/121 kB | 66/223 kB Progress (3): 49 kB | 77/121 kB | 66/223 kB Progress (3): 49 kB | 77/121 kB | 70/223 kB Progress (3): 49 kB | 81/121 kB | 70/223 kB Progress (3): 49 kB | 81/121 kB | 74/223 kB Progress (3): 49 kB | 85/121 kB | 74/223 kB Progress (3): 49 kB | 85/121 kB | 78/223 kB Progress (3): 49 kB | 89/121 kB | 78/223 kB Progress (3): 49 kB | 89/121 kB | 82/223 kB Progress (3): 49 kB | 93/121 kB | 82/223 kB Progress (3): 49 kB | 93/121 kB | 86/223 kB Progress (3): 49 kB | 97/121 kB | 86/223 kB Progress (3): 49 kB | 97/121 kB | 90/223 kB Progress (3): 49 kB | 101/121 kB | 90/223 kB Progress (3): 49 kB | 101/121 kB | 94/223 kB Progress (3): 49 kB | 105/121 kB | 94/223 kB Progress (3): 49 kB | 105/121 kB | 98/223 kB Progress (3): 49 kB | 109/121 kB | 98/223 kB Progress (3): 49 kB | 109/121 kB | 102/223 kB Progress (3): 49 kB | 113/121 kB | 102/223 kB Progress (3): 49 kB | 113/121 kB | 106/223 kB Progress (3): 49 kB | 117/121 kB | 106/223 kB Progress (3): 49 kB | 117/121 kB | 110/223 kB Progress (3): 49 kB | 121/121 kB | 110/223 kB Progress (3): 49 kB | 121/121 kB | 114/223 kB Progress (3): 49 kB | 121 kB | 114/223 kB Progress (3): 49 kB | 121 kB | 118/223 kB Progress (3): 49 kB | 121 kB | 122/223 kB Progress (3): 49 kB | 121 kB | 126/223 kB Progress (3): 49 kB | 121 kB | 130/223 kB Progress (3): 49 kB | 121 kB | 134/223 kB Progress (3): 49 kB | 121 kB | 138/223 kB Progress (3): 49 kB | 121 kB | 142/223 kB Progress (3): 49 kB | 121 kB | 146/223 kB Progress (3): 49 kB | 121 kB | 150/223 kB Progress (3): 49 kB | 121 kB | 154/223 kB Progress (3): 49 kB | 121 kB | 158/223 kB Progress (3): 49 kB | 121 kB | 162/223 kB Progress (3): 49 kB | 121 kB | 166/223 kB Progress (3): 49 kB | 121 kB | 170/223 kB Progress (3): 49 kB | 121 kB | 174/223 kB Progress (3): 49 kB | 121 kB | 178/223 kB Progress (3): 49 kB | 121 kB | 182/223 kB Progress (3): 49 kB | 121 kB | 186/223 kB Progress (3): 49 kB | 121 kB | 190/223 kB Progress (3): 49 kB | 121 kB | 194/223 kB Progress (3): 49 kB | 121 kB | 198/223 kB Progress (3): 49 kB | 121 kB | 202/223 kB Progress (3): 49 kB | 121 kB | 206/223 kB Progress (3): 49 kB | 121 kB | 210/223 kB Progress (3): 49 kB | 121 kB | 214/223 kB Progress (3): 49 kB | 121 kB | 218/223 kB Progress (3): 49 kB | 121 kB | 222/223 kB Progress (3): 49 kB | 121 kB | 223 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 257 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Progress (3): 121 kB | 223 kB | 4.1/35 kB Progress (3): 121 kB | 223 kB | 7.7/35 kB Progress (3): 121 kB | 223 kB | 12/35 kB Progress (3): 121 kB | 223 kB | 16/35 kB Progress (3): 121 kB | 223 kB | 20/35 kB Progress (3): 121 kB | 223 kB | 24/35 kB Progress (3): 121 kB | 223 kB | 28/35 kB Progress (3): 121 kB | 223 kB | 32/35 kB Progress (3): 121 kB | 223 kB | 35 kB Progress (4): 121 kB | 223 kB | 35 kB | 4.1/61 kB Progress (4): 121 kB | 223 kB | 35 kB | 7.7/61 kB Progress (4): 121 kB | 223 kB | 35 kB | 12/61 kB Progress (4): 121 kB | 223 kB | 35 kB | 16/61 kB Progress (4): 121 kB | 223 kB | 35 kB | 20/61 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 170 kB/s) 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 1.1 MB/s) Progress (2): 121 kB | 24/61 kB Progress (3): 121 kB | 24/61 kB | 4.1/6.8 kB Progress (3): 121 kB | 28/61 kB | 4.1/6.8 kB Progress (3): 121 kB | 28/61 kB | 6.8 kB Progress (3): 121 kB | 32/61 kB | 6.8 kB Progress (3): 121 kB | 36/61 kB | 6.8 kB Progress (3): 121 kB | 40/61 kB | 6.8 kB Progress (3): 121 kB | 44/61 kB | 6.8 kB Progress (3): 121 kB | 48/61 kB | 6.8 kB Progress (3): 121 kB | 52/61 kB | 6.8 kB Progress (3): 121 kB | 56/61 kB | 6.8 kB Progress (3): 121 kB | 60/61 kB | 6.8 kB Progress (3): 121 kB | 61 kB | 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 543 kB/s) 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 30 kB/s) 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 265 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.2/plexus-compiler-manager-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Progress (1): 690 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 41 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 190 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 192 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Progress (1): 865 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 54 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.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.4.0/tycho-compiler-jdt-1.4.0.pom (2.4 kB at 66 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.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.4.0/tycho-lib-detector-1.4.0.pom (1.6 kB at 56 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.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.17.0/ecj-3.17.0.pom (1.7 kB at 56 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Progress (2): 4.6 kB | 0/2.8 MB Progress (2): 4.6 kB | 0/2.8 MB Progress (2): 4.6 kB | 0/2.8 MB Progress (2): 4.6 kB | 0/2.8 MB Progress (2): 4.6 kB | 0/2.8 MB Progress (2): 4.6 kB | 0/2.8 MB Progress (2): 4.6 kB | 0/2.8 MB Progress (3): 4.6 kB | 0/2.8 MB | 4.1/25 kB Progress (3): 4.6 kB | 0/2.8 MB | 4.1/25 kB Progress (3): 4.6 kB | 0/2.8 MB | 7.7/25 kB Progress (3): 4.6 kB | 0/2.8 MB | 7.7/25 kB Progress (3): 4.6 kB | 0/2.8 MB | 12/25 kB Progress (3): 4.6 kB | 0/2.8 MB | 12/25 kB Progress (3): 4.6 kB | 0/2.8 MB | 16/25 kB Progress (3): 4.6 kB | 0/2.8 MB | 16/25 kB Progress (3): 4.6 kB | 0/2.8 MB | 20/25 kB Progress (3): 4.6 kB | 0/2.8 MB | 20/25 kB Progress (3): 4.6 kB | 0/2.8 MB | 24/25 kB Progress (3): 4.6 kB | 0.1/2.8 MB | 24/25 kB Progress (3): 4.6 kB | 0.1/2.8 MB | 25 kB Progress (4): 4.6 kB | 0.1/2.8 MB | 25 kB | 3.5 kB Progress (5): 4.6 kB | 0.1/2.8 MB | 25 kB | 3.5 kB | 4.1/18 kB Progress (5): 4.6 kB | 0.1/2.8 MB | 25 kB | 3.5 kB | 7.7/18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 127 kB/s) Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 7.7/18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 12/18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 12/18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 16/18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 16/18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.1/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Progress (4): 0.2/2.8 MB | 25 kB | 3.5 kB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar (3.5 kB at 42 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar (18 kB at 208 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 294 kB/s) Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar (2.8 MB at 4.3 MB/s) [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.common --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.common --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.common --- [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.core >------- [INFO] Building RedDeer Workbench Core 2.8.0-SNAPSHOT [4/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.core --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.workbench.core/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.workbench.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.workbench.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.workbench.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.workbench.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.workbench.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core >------ [INFO] Building RedDeer E4 Workbench Core 2.8.0-SNAPSHOT [5/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.core >------------ [INFO] Building RedDeer Core 2.8.0-SNAPSHOT [6/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.core/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.core --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.swt >------------- [INFO] Building RedDeer SWT 2.8.0-SNAPSHOT [7/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.swt/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.swt/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.swt --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.swt --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.swt --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.swt --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.jface >------------ [INFO] Building RedDeer JFace 2.8.0-SNAPSHOT [8/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.jface/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.jface --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.jface/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.jface --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.jface --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.jface --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.jface --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.workbench >---------- [INFO] Building RedDeer Workbench 2.8.0-SNAPSHOT [9/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.workbench/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.workbench --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.workbench/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.workbench --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.workbench --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.workbench --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench >-------- [INFO] Building RedDeer E4 Workbench 2.8.0-SNAPSHOT [10/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.e4.workbench/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.e4.workbench --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.e4.workbench/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.e4.workbench --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4.workbench --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.e4.workbench --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms >----------- [INFO] Building RedDeer UIForms 2.8.0-SNAPSHOT [11/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.uiforms/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.uiforms --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.uiforms/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.uiforms --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.uiforms --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.uiforms --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.direct >----------- [INFO] Building RedDeer Direct 2.8.0-SNAPSHOT [12/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.direct/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.direct --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.direct/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.direct --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.direct --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.direct --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.direct --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.junit >------------ [INFO] Building RedDeer JUnit 2.8.0-SNAPSHOT [13/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.junit/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.junit --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.junit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.junit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.junit --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.junit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.junit --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse >----------- [INFO] Building RedDeer Eclipse 2.8.0-SNAPSHOT [14/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.eclipse/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.eclipse --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.eclipse/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.eclipse --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.eclipse --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.eclipse --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.gef >------------- [INFO] Building RedDeer GEF 2.8.0-SNAPSHOT [15/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.gef/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.gef/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.gef --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.gef --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.gef --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy >----------- [INFO] Building RedDeer GEF Spy 2.8.0-SNAPSHOT [16/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.spy --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.gef.spy/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.gef.spy --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.gef.spy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.gef.spy --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.gef.spy --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.gef.spy --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti >---------- [INFO] Building RedDeer Graphiti 2.8.0-SNAPSHOT [17/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.graphiti/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.graphiti --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.graphiti/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.graphiti --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.graphiti --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.graphiti --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit >---------- [INFO] Building RedDeer JDT Junit 2.8.0-SNAPSHOT [18/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jdt.junit --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.jdt.junit/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.jdt.junit --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.jdt.junit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jdt.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jdt.junit --- [WARNING] /home/jenkins/agent/workspace/reddeer.nightly/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.nightly/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.jdt.junit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.jdt.junit --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.jdt.junit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.junit.extension >------- [INFO] Building RedDeer JUnit Extensions 2.8.0-SNAPSHOT [19/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.extension --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.junit.extension/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.junit.extension --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.junit.extension/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.junit.extension --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.junit.extension --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.junit.extension --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.selenium >---------- [INFO] Building RedDeer Selenium 2.8.0-SNAPSHOT [20/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.selenium --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.selenium/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.selenium --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.selenium/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.selenium --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.selenium --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.selenium --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.selenium --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.selenium --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.requirements >-------- [INFO] Building RedDeer Requirements 2.8.0-SNAPSHOT [21/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.requirements/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.requirements --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.requirements/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.requirements --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.requirements --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.requirements --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.ui >------------- [INFO] Building RedDeer UI 2.8.0-SNAPSHOT [22/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:compile (default-compile) @ org.eclipse.reddeer.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.ui --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.spy >------------- [INFO] Building RedDeer Spy 2.8.0-SNAPSHOT [23/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.spy --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:compile (default-compile) @ org.eclipse.reddeer.spy --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.spy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.spy --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.spy --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.spy --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.spy --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.recorder >---------- [INFO] Building RedDeer Recorder 2.8.0-SNAPSHOT [24/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.recorder --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.recorder/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.recorder --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.recorder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.recorder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.recorder --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.recorder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.go >------------- [INFO] Building RedDeer Go 2.8.0-SNAPSHOT [25/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.go --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.go/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.go --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.nightly/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.nightly/plugins/org.eclipse.reddeer.go/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.go --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.go --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.go --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.go --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.logparser >---------- [INFO] Building RedDeer Log Parser 2.8.0-SNAPSHOT [26/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.logparser --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.logparser/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.logparser --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.logparser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.logparser --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.logparser --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.logparser --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.codegen >----------- [INFO] Building RedDeer CodeGen 2.8.0-SNAPSHOT [27/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.codegen --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/plugins/org.eclipse.reddeer.codegen/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.codegen --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/plugins/org.eclipse.reddeer.codegen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.codegen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.codegen --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.codegen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] -------------------< org.eclipse.reddeer:test-apps >-------------------- [INFO] Building RedDeer Test-Apps 2.8.0-SNAPSHOT [28/59] [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.nightly/test-apps/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ test-apps --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ test-apps --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ test-apps --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ test-apps --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ test-apps --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.e4 >------------- [INFO] Building RedDeer E4 Test App 2.8.0-SNAPSHOT [29/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4 --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/test-apps/org.eclipse.reddeer.e4/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.e4 --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/test-apps/org.eclipse.reddeer.e4/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4 --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.e4 --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4 --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.e4 --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] ---------------------< org.eclipse.reddeer:tests >---------------------- [INFO] Building RedDeer Tests 2.8.0-SNAPSHOT [30/59] [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.nightly/tests/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ tests --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ tests --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ tests --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ tests --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.common.test >--------- [INFO] Building RedDeer Common Tests 2.8.0-SNAPSHOT [31/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/tests/org.eclipse.reddeer.common.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.common.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/tests/org.eclipse.reddeer.common.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.nightly/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.nightly/tests/org.eclipse.reddeer.common.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.common.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.common.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.common.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.swt.test >---------- [INFO] Building RedDeer SWT Tests 2.8.0-SNAPSHOT [32/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/tests/org.eclipse.reddeer.swt.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.swt.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/tests/org.eclipse.reddeer.swt.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.swt.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.swt.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.swt.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.core.test >---------- [INFO] Building RedDeer Core Tests 2.8.0-SNAPSHOT [33/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/tests/org.eclipse.reddeer.core.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.core.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/tests/org.eclipse.reddeer.core.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.core.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.core.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.core.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.test >------- [INFO] Building RedDeer Workbench Tests 2.8.0-SNAPSHOT [34/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:compile (default-compile) @ org.eclipse.reddeer.workbench.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/tests/org.eclipse.reddeer.workbench.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.workbench.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.workbench.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.workbench.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test >-------- [INFO] Building RedDeer UIForms Test 2.8.0-SNAPSHOT [35/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/tests/org.eclipse.reddeer.uiforms.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.uiforms.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/tests/org.eclipse.reddeer.uiforms.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.uiforms.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.uiforms.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.uiforms.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jface.test >--------- [INFO] Building RedDeer JFace Tests 2.8.0-SNAPSHOT [36/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:compile (default-compile) @ org.eclipse.reddeer.jface.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/tests/org.eclipse.reddeer.jface.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.jface.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.jface.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.jface.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >-------- [INFO] Building RedDeer Eclipse Tests 2.8.0-SNAPSHOT [37/59] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.pom Progress (1): 600 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.pom (600 B at 13 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar Progress (1): 4.1/707 kB Progress (1): 7.7/707 kB Progress (1): 12/707 kB Progress (1): 16/707 kB Progress (1): 20/707 kB Progress (1): 24/707 kB Progress (1): 28/707 kB Progress (1): 32/707 kB Progress (1): 33/707 kB Progress (1): 37/707 kB Progress (1): 41/707 kB Progress (1): 45/707 kB Progress (1): 49/707 kB Progress (1): 53/707 kB Progress (1): 57/707 kB Progress (1): 61/707 kB Progress (1): 65/707 kB Progress (1): 69/707 kB Progress (1): 73/707 kB Progress (1): 77/707 kB Progress (1): 81/707 kB Progress (1): 85/707 kB Progress (1): 89/707 kB Progress (1): 93/707 kB Progress (1): 97/707 kB Progress (1): 101/707 kB Progress (1): 105/707 kB Progress (1): 109/707 kB Progress (1): 113/707 kB Progress (1): 117/707 kB Progress (1): 121/707 kB Progress (1): 125/707 kB Progress (1): 129/707 kB Progress (1): 133/707 kB Progress (1): 137/707 kB Progress (1): 141/707 kB Progress (1): 145/707 kB Progress (1): 149/707 kB Progress (1): 153/707 kB Progress (1): 157/707 kB Progress (1): 161/707 kB Progress (1): 165/707 kB Progress (1): 169/707 kB Progress (1): 173/707 kB Progress (1): 177/707 kB Progress (1): 181/707 kB Progress (1): 185/707 kB Progress (1): 189/707 kB Progress (1): 193/707 kB Progress (1): 197/707 kB Progress (1): 201/707 kB Progress (1): 205/707 kB Progress (1): 209/707 kB Progress (1): 213/707 kB Progress (1): 217/707 kB Progress (1): 221/707 kB Progress (1): 225/707 kB Progress (1): 229/707 kB Progress (1): 233/707 kB Progress (1): 237/707 kB Progress (1): 241/707 kB Progress (1): 245/707 kB Progress (1): 249/707 kB Progress (1): 253/707 kB Progress (1): 257/707 kB Progress (1): 261/707 kB Progress (1): 265/707 kB Progress (1): 269/707 kB Progress (1): 273/707 kB Progress (1): 277/707 kB Progress (1): 281/707 kB Progress (1): 285/707 kB Progress (1): 289/707 kB Progress (1): 293/707 kB Progress (1): 297/707 kB Progress (1): 301/707 kB Progress (1): 305/707 kB Progress (1): 309/707 kB Progress (1): 313/707 kB Progress (1): 317/707 kB Progress (1): 321/707 kB Progress (1): 325/707 kB Progress (1): 329/707 kB Progress (1): 333/707 kB Progress (1): 337/707 kB Progress (1): 341/707 kB Progress (1): 345/707 kB Progress (1): 349/707 kB Progress (1): 353/707 kB Progress (1): 357/707 kB Progress (1): 361/707 kB Progress (1): 365/707 kB Progress (1): 369/707 kB Progress (1): 373/707 kB Progress (1): 377/707 kB Progress (1): 381/707 kB Progress (1): 385/707 kB Progress (1): 389/707 kB Progress (1): 393/707 kB Progress (1): 397/707 kB Progress (1): 401/707 kB Progress (1): 405/707 kB Progress (1): 409/707 kB Progress (1): 413/707 kB Progress (1): 417/707 kB Progress (1): 421/707 kB Progress (1): 425/707 kB Progress (1): 429/707 kB Progress (1): 433/707 kB Progress (1): 437/707 kB Progress (1): 441/707 kB Progress (1): 445/707 kB Progress (1): 449/707 kB Progress (1): 453/707 kB Progress (1): 457/707 kB Progress (1): 461/707 kB Progress (1): 465/707 kB Progress (1): 469/707 kB Progress (1): 473/707 kB Progress (1): 477/707 kB Progress (1): 481/707 kB Progress (1): 485/707 kB Progress (1): 489/707 kB Progress (1): 493/707 kB Progress (1): 497/707 kB Progress (1): 501/707 kB Progress (1): 505/707 kB Progress (1): 509/707 kB Progress (1): 513/707 kB Progress (1): 517/707 kB Progress (1): 521/707 kB Progress (1): 525/707 kB Progress (1): 529/707 kB Progress (1): 533/707 kB Progress (1): 537/707 kB Progress (1): 541/707 kB Progress (1): 545/707 kB Progress (1): 549/707 kB Progress (1): 553/707 kB Progress (1): 557/707 kB Progress (1): 561/707 kB Progress (1): 565/707 kB Progress (1): 569/707 kB Progress (1): 573/707 kB Progress (1): 577/707 kB Progress (1): 581/707 kB Progress (1): 585/707 kB Progress (1): 589/707 kB Progress (1): 593/707 kB Progress (1): 597/707 kB Progress (1): 601/707 kB Progress (1): 605/707 kB Progress (1): 609/707 kB Progress (1): 613/707 kB Progress (1): 617/707 kB Progress (1): 621/707 kB Progress (1): 625/707 kB Progress (1): 629/707 kB Progress (1): 633/707 kB Progress (1): 637/707 kB Progress (1): 641/707 kB Progress (1): 645/707 kB Progress (1): 649/707 kB Progress (1): 653/707 kB Progress (1): 657/707 kB Progress (1): 661/707 kB Progress (1): 665/707 kB Progress (1): 669/707 kB Progress (1): 673/707 kB Progress (1): 677/707 kB Progress (1): 681/707 kB Progress (1): 685/707 kB Progress (1): 689/707 kB Progress (1): 693/707 kB Progress (1): 697/707 kB Progress (1): 701/707 kB Progress (1): 705/707 kB Progress (1): 707 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar (707 kB at 11 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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 11 resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.eclipse.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/reddeer.nightly/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.nightly/tests/org.eclipse.reddeer.eclipse.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.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 48 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/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 788 kB/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/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 804 kB/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 82 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 47 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 87 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 57 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 81 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 71 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 75 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 28 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 94 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/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 229 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 32 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 62 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 53 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 46 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/9.2 kB Progress (1): 7.7/9.2 kB Progress (1): 9.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 305 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/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 573 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 13 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 35 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 30 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/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 124 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 56 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/8.1 kB Progress (1): 7.7/8.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 7.8 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/4.4 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 164 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/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 290 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/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 217 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 99 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/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 368 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 9.6 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 66 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 37 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 66 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 52 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/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 154 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/8.3 kB Progress (1): 7.7/8.3 kB Progress (1): 8.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 269 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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 399 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/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 625 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 5.0 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 81 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 3.2 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 58 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 102 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 105 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 105 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/5.2 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 82 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/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 167 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 58 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/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 184 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 48 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 85 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 55 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 24 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 22 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/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 219 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 89 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/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 724 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 105 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 64 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 3.0 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 37 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 55 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 57 kB/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 64 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 48 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/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 336 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 87 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 69 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 84 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 33 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 67 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 38 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 122 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 108 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/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 618 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 4.5 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/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 191 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 28 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/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-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/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 301 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/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 462 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/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 564 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/31 kB Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.0 MB/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-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-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-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/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/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-plugin-api/2.0.9/maven-plugin-api-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-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-settings/2.0.9/maven-settings-2.0.9.jar Progress (1): 4.1/89 kB Progress (1): 7.7/89 kB Progress (1): 12/89 kB Progress (1): 16/89 kB Progress (1): 20/89 kB Progress (1): 24/89 kB Progress (1): 28/89 kB Progress (1): 32/89 kB Progress (1): 36/89 kB Progress (1): 40/89 kB Progress (1): 44/89 kB Progress (1): 48/89 kB Progress (1): 52/89 kB Progress (1): 56/89 kB Progress (1): 60/89 kB Progress (1): 64/89 kB Progress (1): 68/89 kB Progress (1): 72/89 kB Progress (1): 76/89 kB Progress (1): 80/89 kB Progress (1): 84/89 kB Progress (1): 88/89 kB Progress (1): 89 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 364 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 (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 Progress (2): 29 kB | 4.1/122 kB Progress (2): 29 kB | 7.7/122 kB Progress (2): 29 kB | 12/122 kB Progress (2): 29 kB | 16/122 kB Progress (2): 29 kB | 20/122 kB Progress (2): 29 kB | 24/122 kB Progress (2): 29 kB | 28/122 kB Progress (2): 29 kB | 32/122 kB Progress (2): 29 kB | 36/122 kB Progress (2): 29 kB | 40/122 kB Progress (2): 29 kB | 44/122 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 113 kB/s) Progress (1): 48/122 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 (1): 52/122 kB Progress (1): 56/122 kB Progress (1): 60/122 kB Progress (1): 64/122 kB Progress (1): 68/122 kB Progress (1): 72/122 kB Progress (1): 76/122 kB Progress (1): 80/122 kB Progress (1): 84/122 kB Progress (1): 88/122 kB Progress (1): 92/122 kB Progress (1): 96/122 kB Progress (1): 100/122 kB Progress (1): 104/122 kB Progress (1): 108/122 kB Progress (1): 112/122 kB Progress (1): 116/122 kB Progress (1): 120/122 kB Progress (1): 122 kB Progress (2): 122 kB | 4.1/35 kB Progress (2): 122 kB | 7.7/35 kB Progress (2): 122 kB | 12/35 kB Progress (2): 122 kB | 16/35 kB Progress (2): 122 kB | 20/35 kB Progress (2): 122 kB | 24/35 kB Progress (2): 122 kB | 28/35 kB Progress (2): 122 kB | 32/35 kB Progress (2): 122 kB | 35 kB Progress (3): 122 kB | 35 kB | 4.1/87 kB Progress (3): 122 kB | 35 kB | 7.7/87 kB Progress (3): 122 kB | 35 kB | 12/87 kB Progress (3): 122 kB | 35 kB | 16/87 kB Progress (3): 122 kB | 35 kB | 20/87 kB Progress (3): 122 kB | 35 kB | 24/87 kB Progress (3): 122 kB | 35 kB | 28/87 kB Progress (3): 122 kB | 35 kB | 32/87 kB Progress (3): 122 kB | 35 kB | 36/87 kB Progress (3): 122 kB | 35 kB | 40/87 kB Progress (3): 122 kB | 35 kB | 44/87 kB Progress (3): 122 kB | 35 kB | 48/87 kB Progress (3): 122 kB | 35 kB | 52/87 kB Progress (3): 122 kB | 35 kB | 56/87 kB Progress (3): 122 kB | 35 kB | 60/87 kB Progress (3): 122 kB | 35 kB | 64/87 kB Progress (3): 122 kB | 35 kB | 68/87 kB Progress (3): 122 kB | 35 kB | 72/87 kB Progress (3): 122 kB | 35 kB | 76/87 kB Progress (3): 122 kB | 35 kB | 80/87 kB Progress (3): 122 kB | 35 kB | 84/87 kB Progress (3): 122 kB | 35 kB | 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 446 kB/s) 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 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 128 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar 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 312 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 (1): 4.1/160 kB Progress (1): 7.7/160 kB Progress (1): 12/160 kB Progress (1): 16/160 kB Progress (1): 20/160 kB Progress (1): 24/160 kB Progress (2): 24/160 kB | 4.1/21 kB Progress (2): 28/160 kB | 4.1/21 kB Progress (2): 28/160 kB | 7.7/21 kB Progress (2): 32/160 kB | 7.7/21 kB Progress (2): 32/160 kB | 12/21 kB Progress (2): 36/160 kB | 12/21 kB 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): 40/160 kB | 21 kB Progress (2): 44/160 kB | 21 kB Progress (2): 48/160 kB | 21 kB Progress (2): 52/160 kB | 21 kB Progress (2): 56/160 kB | 21 kB Progress (2): 60/160 kB | 21 kB Progress (2): 64/160 kB | 21 kB Progress (2): 68/160 kB | 21 kB Progress (2): 72/160 kB | 21 kB Progress (2): 76/160 kB | 21 kB Progress (2): 80/160 kB | 21 kB Progress (2): 84/160 kB | 21 kB Progress (2): 88/160 kB | 21 kB Progress (2): 92/160 kB | 21 kB Progress (2): 96/160 kB | 21 kB Progress (2): 100/160 kB | 21 kB Progress (2): 104/160 kB | 21 kB Progress (2): 108/160 kB | 21 kB Progress (2): 112/160 kB | 21 kB Progress (2): 116/160 kB | 21 kB Progress (2): 120/160 kB | 21 kB Progress (2): 124/160 kB | 21 kB Progress (2): 128/160 kB | 21 kB Progress (2): 132/160 kB | 21 kB Progress (2): 136/160 kB | 21 kB Progress (2): 140/160 kB | 21 kB Progress (2): 144/160 kB | 21 kB Progress (2): 148/160 kB | 21 kB Progress (2): 152/160 kB | 21 kB Progress (2): 156/160 kB | 21 kB Progress (2): 160 kB | 21 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 71 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-core/2.0.9/maven-core-2.0.9.jar (160 kB at 527 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 (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 33 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 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/49 kB Progress (2): 13 kB | 7.7/49 kB Progress (2): 13 kB | 12/49 kB Progress (2): 13 kB | 16/49 kB Progress (2): 13 kB | 20/49 kB Progress (2): 13 kB | 24/49 kB Progress (2): 13 kB | 28/49 kB Progress (2): 13 kB | 32/49 kB Progress (2): 13 kB | 36/49 kB Progress (2): 13 kB | 40/49 kB Progress (2): 13 kB | 44/49 kB Progress (2): 13 kB | 48/49 kB Progress (2): 13 kB | 49 kB Progress (3): 13 kB | 49 kB | 4.1/14 kB Progress (4): 13 kB | 49 kB | 4.1/14 kB | 4.1/37 kB Progress (4): 13 kB | 49 kB | 7.7/14 kB | 4.1/37 kB Progress (4): 13 kB | 49 kB | 7.7/14 kB | 7.7/37 kB Progress (4): 13 kB | 49 kB | 12/14 kB | 7.7/37 kB Progress (4): 13 kB | 49 kB | 12/14 kB | 12/37 kB Progress (4): 13 kB | 49 kB | 14 kB | 12/37 kB Progress (4): 13 kB | 49 kB | 14 kB | 16/37 kB Progress (4): 13 kB | 49 kB | 14 kB | 20/37 kB Progress (4): 13 kB | 49 kB | 14 kB | 24/37 kB Progress (4): 13 kB | 49 kB | 14 kB | 28/37 kB Progress (4): 13 kB | 49 kB | 14 kB | 32/37 kB Progress (4): 13 kB | 49 kB | 14 kB | 36/37 kB Progress (4): 13 kB | 49 kB | 14 kB | 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 7.4 kB/s) 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 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 20 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-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 26 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 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 6.9 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 (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): 44/58 kB Progress (1): 48/58 kB Progress (1): 52/58 kB Progress (1): 56/58 kB Progress (1): 58 kB Progress (2): 58 kB | 4.1/25 kB Progress (2): 58 kB | 7.7/25 kB Progress (2): 58 kB | 12/25 kB Progress (2): 58 kB | 16/25 kB Progress (2): 58 kB | 20/25 kB Progress (2): 58 kB | 24/25 kB Progress (2): 58 kB | 25 kB Progress (3): 58 kB | 25 kB | 4.1/11 kB Progress (3): 58 kB | 25 kB | 7.7/11 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.jar (58 kB at 31 kB/s) Progress (3): 25 kB | 7.7/11 kB | 4.1/21 kB Progress (3): 25 kB | 11 kB | 4.1/21 kB Progress (4): 25 kB | 11 kB | 4.1/21 kB | 4.1/55 kB Progress (4): 25 kB | 11 kB | 7.7/21 kB | 4.1/55 kB 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 (4): 25 kB | 11 kB | 12/21 kB | 4.1/55 kB Progress (4): 25 kB | 11 kB | 12/21 kB | 7.7/55 kB Progress (4): 25 kB | 11 kB | 16/21 kB | 7.7/55 kB Progress (4): 25 kB | 11 kB | 16/21 kB | 12/55 kB Progress (4): 25 kB | 11 kB | 20/21 kB | 12/55 kB Progress (4): 25 kB | 11 kB | 20/21 kB | 16/55 kB Progress (4): 25 kB | 11 kB | 21 kB | 16/55 kB Progress (4): 25 kB | 11 kB | 21 kB | 20/55 kB Progress (4): 25 kB | 11 kB | 21 kB | 24/55 kB Progress (4): 25 kB | 11 kB | 21 kB | 28/55 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.jar (25 kB at 13 kB/s) Progress (3): 11 kB | 21 kB | 32/55 kB 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 (3): 11 kB | 21 kB | 36/55 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 5.8 kB/s) Progress (2): 21 kB | 40/55 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Progress (2): 21 kB | 44/55 kB Progress (2): 21 kB | 48/55 kB Progress (2): 21 kB | 52/55 kB Progress (2): 21 kB | 55 kB Progress (3): 21 kB | 55 kB | 4.1/41 kB Progress (3): 21 kB | 55 kB | 7.7/41 kB Progress (3): 21 kB | 55 kB | 12/41 kB Progress (3): 21 kB | 55 kB | 16/41 kB Progress (3): 21 kB | 55 kB | 20/41 kB Progress (3): 21 kB | 55 kB | 24/41 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 11 kB/s) Progress (2): 55 kB | 28/41 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Progress (2): 55 kB | 32/41 kB Progress (2): 55 kB | 36/41 kB Progress (2): 55 kB | 40/41 kB Progress (2): 55 kB | 41 kB Progress (3): 55 kB | 41 kB | 4.1/10 kB Progress (3): 55 kB | 41 kB | 7.7/10 kB Progress (3): 55 kB | 41 kB | 10 kB Progress (4): 55 kB | 41 kB | 10 kB | 4.1/109 kB Progress (4): 55 kB | 41 kB | 10 kB | 7.7/109 kB Progress (4): 55 kB | 41 kB | 10 kB | 12/109 kB Progress (4): 55 kB | 41 kB | 10 kB | 16/109 kB Progress (4): 55 kB | 41 kB | 10 kB | 20/109 kB Progress (4): 55 kB | 41 kB | 10 kB | 24/109 kB Progress (4): 55 kB | 41 kB | 10 kB | 28/109 kB Progress (4): 55 kB | 41 kB | 10 kB | 32/109 kB Progress (4): 55 kB | 41 kB | 10 kB | 33/109 kB Progress (4): 55 kB | 41 kB | 10 kB | 37/109 kB Progress (4): 55 kB | 41 kB | 10 kB | 41/109 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 22 kB/s) Progress (3): 55 kB | 10 kB | 45/109 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Progress (3): 55 kB | 10 kB | 49/109 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 29 kB/s) Progress (2): 10 kB | 53/109 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 (2): 10 kB | 57/109 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 5.3 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Progress (1): 61/109 kB Progress (1): 65/109 kB Progress (1): 66/109 kB Progress (2): 66/109 kB | 4.1/47 kB Progress (2): 70/109 kB | 4.1/47 kB Progress (2): 70/109 kB | 7.7/47 kB Progress (2): 74/109 kB | 7.7/47 kB Progress (2): 74/109 kB | 12/47 kB Progress (2): 78/109 kB | 12/47 kB Progress (2): 78/109 kB | 16/47 kB Progress (2): 82/109 kB | 16/47 kB Progress (2): 86/109 kB | 16/47 kB Progress (2): 90/109 kB | 16/47 kB Progress (2): 90/109 kB | 20/47 kB Progress (2): 94/109 kB | 20/47 kB Progress (2): 94/109 kB | 24/47 kB Progress (2): 98/109 kB | 24/47 kB Progress (2): 98/109 kB | 28/47 kB Progress (2): 102/109 kB | 28/47 kB Progress (2): 102/109 kB | 32/47 kB Progress (2): 106/109 kB | 32/47 kB Progress (2): 109 kB | 32/47 kB Progress (3): 109 kB | 32/47 kB | 4.1/47 kB Progress (3): 109 kB | 32/47 kB | 7.7/47 kB Progress (3): 109 kB | 32/47 kB | 12/47 kB Progress (3): 109 kB | 33/47 kB | 12/47 kB Progress (3): 109 kB | 33/47 kB | 16/47 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 57 kB/s) Progress (2): 33/47 kB | 20/47 kB Progress (2): 37/47 kB | 20/47 kB Progress (2): 37/47 kB | 24/47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Progress (2): 37/47 kB | 28/47 kB Progress (2): 41/47 kB | 28/47 kB Progress (2): 41/47 kB | 32/47 kB Progress (2): 45/47 kB | 32/47 kB Progress (2): 47 kB | 32/47 kB Progress (2): 47 kB | 36/47 kB Progress (2): 47 kB | 40/47 kB Progress (2): 47 kB | 44/47 kB Progress (2): 47 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 24 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 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 24 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 Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Progress (2): 28 kB | 4.1/22 kB Progress (2): 28 kB | 7.7/22 kB Progress (3): 28 kB | 7.7/22 kB | 4.1/186 kB Progress (3): 28 kB | 12/22 kB | 4.1/186 kB Progress (3): 28 kB | 16/22 kB | 4.1/186 kB Progress (3): 28 kB | 16/22 kB | 7.7/186 kB Progress (3): 28 kB | 20/22 kB | 7.7/186 kB Progress (3): 28 kB | 22 kB | 7.7/186 kB Progress (3): 28 kB | 22 kB | 12/186 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 14 kB/s) Progress (2): 22 kB | 16/186 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): 22 kB | 20/186 kB Progress (2): 22 kB | 24/186 kB Progress (2): 22 kB | 28/186 kB Progress (2): 22 kB | 32/186 kB Progress (2): 22 kB | 33/186 kB Progress (2): 22 kB | 37/186 kB Progress (2): 22 kB | 41/186 kB Progress (2): 22 kB | 45/186 kB Progress (2): 22 kB | 49/186 kB Progress (2): 22 kB | 53/186 kB Progress (2): 22 kB | 57/186 kB Progress (2): 22 kB | 61/186 kB Progress (2): 22 kB | 65/186 kB Progress (2): 22 kB | 66/186 kB Progress (2): 22 kB | 70/186 kB Progress (2): 22 kB | 74/186 kB Progress (2): 22 kB | 78/186 kB Progress (2): 22 kB | 82/186 kB Progress (2): 22 kB | 86/186 kB Progress (2): 22 kB | 90/186 kB Progress (2): 22 kB | 94/186 kB Progress (2): 22 kB | 98/186 kB Progress (2): 22 kB | 102/186 kB Progress (2): 22 kB | 106/186 kB Progress (2): 22 kB | 110/186 kB Progress (2): 22 kB | 114/186 kB Progress (2): 22 kB | 118/186 kB Progress (2): 22 kB | 122/186 kB Progress (2): 22 kB | 126/186 kB Progress (2): 22 kB | 130/186 kB Progress (2): 22 kB | 134/186 kB Progress (2): 22 kB | 138/186 kB Progress (2): 22 kB | 142/186 kB Progress (2): 22 kB | 146/186 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 11 kB/s) Progress (1): 150/186 kB 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 (1): 154/186 kB Progress (1): 158/186 kB Progress (1): 162/186 kB Progress (1): 166/186 kB Progress (1): 170/186 kB Progress (1): 174/186 kB Progress (2): 174/186 kB | 4.1/232 kB Progress (2): 178/186 kB | 4.1/232 kB Progress (2): 178/186 kB | 7.7/232 kB Progress (2): 182/186 kB | 7.7/232 kB Progress (2): 186/186 kB | 7.7/232 kB Progress (2): 186/186 kB | 12/232 kB Progress (2): 186 kB | 12/232 kB Progress (2): 186 kB | 16/232 kB Progress (3): 186 kB | 16/232 kB | 4.1/49 kB Progress (3): 186 kB | 16/232 kB | 7.7/49 kB Progress (3): 186 kB | 16/232 kB | 12/49 kB Progress (3): 186 kB | 16/232 kB | 16/49 kB Progress (3): 186 kB | 20/232 kB | 16/49 kB Progress (3): 186 kB | 20/232 kB | 20/49 kB Progress (3): 186 kB | 24/232 kB | 20/49 kB Progress (3): 186 kB | 24/232 kB | 24/49 kB Progress (3): 186 kB | 28/232 kB | 24/49 kB Progress (3): 186 kB | 32/232 kB | 24/49 kB Progress (3): 186 kB | 36/232 kB | 24/49 kB Progress (3): 186 kB | 40/232 kB | 24/49 kB Progress (3): 186 kB | 40/232 kB | 28/49 kB Progress (3): 186 kB | 40/232 kB | 32/49 kB Progress (3): 186 kB | 44/232 kB | 32/49 kB Progress (3): 186 kB | 48/232 kB | 32/49 kB Progress (3): 186 kB | 48/232 kB | 36/49 kB Progress (3): 186 kB | 52/232 kB | 36/49 kB Progress (3): 186 kB | 52/232 kB | 40/49 kB Progress (3): 186 kB | 56/232 kB | 40/49 kB Progress (3): 186 kB | 56/232 kB | 44/49 kB Progress (3): 186 kB | 60/232 kB | 44/49 kB Progress (3): 186 kB | 60/232 kB | 48/49 kB Progress (3): 186 kB | 64/232 kB | 48/49 kB Progress (3): 186 kB | 64/232 kB | 49 kB Progress (3): 186 kB | 68/232 kB | 49 kB Progress (3): 186 kB | 72/232 kB | 49 kB Progress (4): 186 kB | 72/232 kB | 49 kB | 4.1/19 kB Progress (4): 186 kB | 72/232 kB | 49 kB | 7.7/19 kB Progress (4): 186 kB | 76/232 kB | 49 kB | 7.7/19 kB Progress (4): 186 kB | 76/232 kB | 49 kB | 12/19 kB Progress (4): 186 kB | 80/232 kB | 49 kB | 12/19 kB Progress (4): 186 kB | 80/232 kB | 49 kB | 16/19 kB Progress (4): 186 kB | 84/232 kB | 49 kB | 16/19 kB Progress (4): 186 kB | 84/232 kB | 49 kB | 19 kB Progress (4): 186 kB | 88/232 kB | 49 kB | 19 kB Progress (4): 186 kB | 92/232 kB | 49 kB | 19 kB Progress (4): 186 kB | 96/232 kB | 49 kB | 19 kB Progress (4): 186 kB | 100/232 kB | 49 kB | 19 kB Progress (4): 186 kB | 104/232 kB | 49 kB | 19 kB Progress (4): 186 kB | 108/232 kB | 49 kB | 19 kB Progress (4): 186 kB | 112/232 kB | 49 kB | 19 kB Progress (4): 186 kB | 116/232 kB | 49 kB | 19 kB Progress (4): 186 kB | 120/232 kB | 49 kB | 19 kB Progress (4): 186 kB | 124/232 kB | 49 kB | 19 kB Progress (4): 186 kB | 128/232 kB | 49 kB | 19 kB Progress (4): 186 kB | 132/232 kB | 49 kB | 19 kB Progress (5): 186 kB | 132/232 kB | 49 kB | 19 kB | 4.1/58 kB Progress (5): 186 kB | 136/232 kB | 49 kB | 19 kB | 4.1/58 kB Progress (5): 186 kB | 136/232 kB | 49 kB | 19 kB | 7.7/58 kB Progress (5): 186 kB | 140/232 kB | 49 kB | 19 kB | 7.7/58 kB Progress (5): 186 kB | 140/232 kB | 49 kB | 19 kB | 12/58 kB Progress (5): 186 kB | 144/232 kB | 49 kB | 19 kB | 12/58 kB Progress (5): 186 kB | 144/232 kB | 49 kB | 19 kB | 16/58 kB Progress (5): 186 kB | 148/232 kB | 49 kB | 19 kB | 16/58 kB Progress (5): 186 kB | 148/232 kB | 49 kB | 19 kB | 20/58 kB Progress (5): 186 kB | 152/232 kB | 49 kB | 19 kB | 20/58 kB Progress (5): 186 kB | 152/232 kB | 49 kB | 19 kB | 24/58 kB Progress (5): 186 kB | 156/232 kB | 49 kB | 19 kB | 24/58 kB Progress (5): 186 kB | 156/232 kB | 49 kB | 19 kB | 28/58 kB Progress (5): 186 kB | 160/232 kB | 49 kB | 19 kB | 28/58 kB Progress (5): 186 kB | 160/232 kB | 49 kB | 19 kB | 32/58 kB Progress (5): 186 kB | 164/232 kB | 49 kB | 19 kB | 32/58 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 25 kB/s) Progress (4): 186 kB | 168/232 kB | 19 kB | 32/58 kB Progress (4): 186 kB | 168/232 kB | 19 kB | 33/58 kB 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 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 9.4 kB/s) Progress (3): 186 kB | 168/232 kB | 37/58 kB Progress (3): 186 kB | 172/232 kB | 37/58 kB Progress (3): 186 kB | 172/232 kB | 41/58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Progress (3): 186 kB | 172/232 kB | 45/58 kB Progress (3): 186 kB | 176/232 kB | 45/58 kB Progress (3): 186 kB | 180/232 kB | 45/58 kB Progress (3): 186 kB | 180/232 kB | 49/58 kB Progress (3): 186 kB | 184/232 kB | 49/58 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 92 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 (2): 188/232 kB | 49/58 kB Progress (2): 188/232 kB | 53/58 kB Progress (2): 192/232 kB | 53/58 kB Progress (2): 192/232 kB | 57/58 kB Progress (2): 192/232 kB | 58 kB Progress (2): 196/232 kB | 58 kB Progress (2): 200/232 kB | 58 kB Progress (2): 204/232 kB | 58 kB Progress (2): 208/232 kB | 58 kB Progress (2): 212/232 kB | 58 kB Progress (2): 216/232 kB | 58 kB Progress (2): 220/232 kB | 58 kB Progress (2): 224/232 kB | 58 kB Progress (2): 228/232 kB | 58 kB Progress (2): 232/232 kB | 58 kB Progress (2): 232 kB | 58 kB Progress (3): 232 kB | 58 kB | 4.1/27 kB Progress (3): 232 kB | 58 kB | 7.7/27 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 114 kB/s) Progress (2): 58 kB | 12/27 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 28 kB/s) Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (2): 20/27 kB | 4.1/60 kB Progress (2): 20/27 kB | 7.7/60 kB Progress (2): 20/27 kB | 12/60 kB Progress (2): 20/27 kB | 16/60 kB Progress (3): 20/27 kB | 16/60 kB | 4.1/32 kB 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 (3): 20/27 kB | 16/60 kB | 7.7/32 kB Progress (3): 20/27 kB | 20/60 kB | 7.7/32 kB Progress (3): 24/27 kB | 20/60 kB | 7.7/32 kB 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 (3): 27 kB | 20/60 kB | 7.7/32 kB Progress (3): 27 kB | 20/60 kB | 12/32 kB Progress (3): 27 kB | 24/60 kB | 12/32 kB Progress (3): 27 kB | 28/60 kB | 12/32 kB Progress (3): 27 kB | 32/60 kB | 12/32 kB Progress (3): 27 kB | 32/60 kB | 16/32 kB Progress (3): 27 kB | 36/60 kB | 16/32 kB Progress (3): 27 kB | 36/60 kB | 20/32 kB Progress (3): 27 kB | 40/60 kB | 20/32 kB Progress (3): 27 kB | 40/60 kB | 24/32 kB Progress (3): 27 kB | 44/60 kB | 24/32 kB Progress (3): 27 kB | 44/60 kB | 28/32 kB Progress (3): 27 kB | 48/60 kB | 28/32 kB Progress (3): 27 kB | 48/60 kB | 32 kB Progress (3): 27 kB | 52/60 kB | 32 kB Progress (3): 27 kB | 56/60 kB | 32 kB Progress (3): 27 kB | 60/60 kB | 32 kB Progress (3): 27 kB | 60 kB | 32 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 13 kB/s) Progress (3): 60 kB | 32 kB | 4.1/284 kB Progress (3): 60 kB | 32 kB | 7.7/284 kB Progress (3): 60 kB | 32 kB | 12/284 kB Progress (3): 60 kB | 32 kB | 16/284 kB Progress (3): 60 kB | 32 kB | 20/284 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 15 kB/s) 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 29 kB/s) Progress (1): 24/284 kB Progress (1): 28/284 kB Progress (1): 32/284 kB Progress (1): 33/284 kB Progress (1): 37/284 kB Progress (1): 41/284 kB Progress (1): 45/284 kB Progress (2): 45/284 kB | 4.1/29 kB Progress (2): 49/284 kB | 4.1/29 kB Progress (2): 49/284 kB | 7.7/29 kB Progress (2): 53/284 kB | 7.7/29 kB Progress (2): 57/284 kB | 7.7/29 kB Progress (2): 57/284 kB | 12/29 kB Progress (2): 61/284 kB | 12/29 kB Progress (2): 61/284 kB | 16/29 kB Progress (2): 65/284 kB | 16/29 kB Progress (2): 66/284 kB | 16/29 kB Progress (2): 66/284 kB | 20/29 kB Progress (2): 70/284 kB | 20/29 kB Progress (2): 70/284 kB | 24/29 kB Progress (2): 74/284 kB | 24/29 kB Progress (2): 74/284 kB | 28/29 kB Progress (2): 74/284 kB | 29 kB Progress (2): 78/284 kB | 29 kB Progress (2): 82/284 kB | 29 kB Progress (2): 86/284 kB | 29 kB Progress (2): 90/284 kB | 29 kB Progress (2): 94/284 kB | 29 kB Progress (2): 98/284 kB | 29 kB Progress (2): 102/284 kB | 29 kB Progress (2): 106/284 kB | 29 kB Progress (2): 110/284 kB | 29 kB Progress (2): 114/284 kB | 29 kB Progress (2): 118/284 kB | 29 kB Progress (2): 122/284 kB | 29 kB Progress (2): 126/284 kB | 29 kB Progress (2): 130/284 kB | 29 kB Progress (2): 134/284 kB | 29 kB Progress (2): 138/284 kB | 29 kB Progress (2): 142/284 kB | 29 kB Progress (2): 146/284 kB | 29 kB Progress (2): 150/284 kB | 29 kB Progress (2): 154/284 kB | 29 kB Progress (2): 158/284 kB | 29 kB Progress (2): 162/284 kB | 29 kB Progress (2): 166/284 kB | 29 kB Progress (2): 170/284 kB | 29 kB Progress (2): 174/284 kB | 29 kB Progress (2): 178/284 kB | 29 kB Progress (2): 182/284 kB | 29 kB Progress (2): 186/284 kB | 29 kB Progress (2): 190/284 kB | 29 kB Progress (2): 194/284 kB | 29 kB Progress (2): 198/284 kB | 29 kB Progress (2): 202/284 kB | 29 kB Progress (2): 206/284 kB | 29 kB Progress (2): 210/284 kB | 29 kB Progress (2): 214/284 kB | 29 kB Progress (2): 218/284 kB | 29 kB Progress (2): 222/284 kB | 29 kB Progress (2): 226/284 kB | 29 kB Progress (2): 230/284 kB | 29 kB Progress (2): 234/284 kB | 29 kB Progress (2): 238/284 kB | 29 kB Progress (2): 242/284 kB | 29 kB Progress (2): 246/284 kB | 29 kB Progress (2): 250/284 kB | 29 kB Progress (2): 254/284 kB | 29 kB Progress (2): 258/284 kB | 29 kB Progress (2): 262/284 kB | 29 kB Progress (2): 266/284 kB | 29 kB Progress (2): 270/284 kB | 29 kB Progress (2): 274/284 kB | 29 kB Progress (2): 278/284 kB | 29 kB Progress (2): 282/284 kB | 29 kB Progress (2): 284 kB | 29 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 137 kB/s) 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 14 kB/s) [INFO] Configured Artifact: hsqldb:hsqldb:1.8.0.10:jar [INFO] Copying hsqldb-1.8.0.10.jar to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/lib/hsqldb-1.8.0.10.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/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.pom (5.6 kB at 430 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/8.8 kB Progress (1): 7.7/8.8 kB Progress (1): 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 548 kB/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 73 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 100 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/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 4.6 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 20 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 38 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 19 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 33 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 51 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 25 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 20 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 27 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 45 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 45 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 36 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 15 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 46 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 10 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/5.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 158 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/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom (7.9 kB at 183 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/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 364 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/4.7 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 135 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/6.9 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 128 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/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 557 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/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 446 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/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 218 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 104 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 53 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/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom (11 kB at 321 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/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): 44/50 kB Progress (1): 48/50 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.3 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 42 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/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom (5.1 kB at 132 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 48 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/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 565 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/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/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/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/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/136 kB Progress (2): 4.1/136 kB | 4.1/6.6 kB Progress (2): 7.7/136 kB | 4.1/6.6 kB Progress (2): 7.7/136 kB | 6.6 kB Progress (2): 12/136 kB | 6.6 kB Progress (2): 16/136 kB | 6.6 kB Progress (2): 20/136 kB | 6.6 kB Progress (3): 20/136 kB | 6.6 kB | 4.1/43 kB Progress (3): 24/136 kB | 6.6 kB | 4.1/43 kB Progress (3): 24/136 kB | 6.6 kB | 7.7/43 kB Progress (3): 28/136 kB | 6.6 kB | 7.7/43 kB Progress (3): 28/136 kB | 6.6 kB | 12/43 kB Progress (4): 28/136 kB | 6.6 kB | 12/43 kB | 4.1/4.3 kB Progress (4): 32/136 kB | 6.6 kB | 12/43 kB | 4.1/4.3 kB Progress (4): 32/136 kB | 6.6 kB | 12/43 kB | 4.3 kB Progress (4): 32/136 kB | 6.6 kB | 16/43 kB | 4.3 kB Progress (4): 36/136 kB | 6.6 kB | 16/43 kB | 4.3 kB Progress (4): 36/136 kB | 6.6 kB | 20/43 kB | 4.3 kB Progress (4): 40/136 kB | 6.6 kB | 20/43 kB | 4.3 kB Progress (4): 40/136 kB | 6.6 kB | 24/43 kB | 4.3 kB Progress (4): 44/136 kB | 6.6 kB | 24/43 kB | 4.3 kB Progress (4): 44/136 kB | 6.6 kB | 28/43 kB | 4.3 kB Progress (4): 44/136 kB | 6.6 kB | 32/43 kB | 4.3 kB Progress (4): 44/136 kB | 6.6 kB | 36/43 kB | 4.3 kB Progress (4): 44/136 kB | 6.6 kB | 40/43 kB | 4.3 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.jar (6.6 kB at 199 kB/s) Progress (3): 48/136 kB | 40/43 kB | 4.3 kB 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 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 126 kB/s) Progress (2): 48/136 kB | 43 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar Progress (2): 52/136 kB | 43 kB Progress (2): 56/136 kB | 43 kB Progress (2): 60/136 kB | 43 kB Progress (2): 64/136 kB | 43 kB Progress (2): 68/136 kB | 43 kB Progress (2): 72/136 kB | 43 kB Progress (2): 76/136 kB | 43 kB Progress (2): 80/136 kB | 43 kB Progress (2): 84/136 kB | 43 kB Progress (2): 88/136 kB | 43 kB Progress (2): 92/136 kB | 43 kB Progress (2): 96/136 kB | 43 kB Progress (2): 100/136 kB | 43 kB Progress (2): 104/136 kB | 43 kB Progress (2): 108/136 kB | 43 kB Progress (2): 112/136 kB | 43 kB Progress (2): 116/136 kB | 43 kB Progress (2): 120/136 kB | 43 kB Progress (2): 124/136 kB | 43 kB Progress (2): 128/136 kB | 43 kB Progress (2): 132/136 kB | 43 kB Progress (2): 136 kB | 43 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.0 MB/s) Progress (2): 136 kB | 4.1/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 (2): 136 kB | 7.7/30 kB Progress (2): 136 kB | 12/30 kB Progress (2): 136 kB | 16/30 kB Progress (3): 136 kB | 16/30 kB | 4.1/78 kB Progress (3): 136 kB | 20/30 kB | 4.1/78 kB Progress (3): 136 kB | 20/30 kB | 7.7/78 kB Progress (3): 136 kB | 24/30 kB | 7.7/78 kB Progress (3): 136 kB | 24/30 kB | 12/78 kB Progress (3): 136 kB | 28/30 kB | 12/78 kB Progress (3): 136 kB | 28/30 kB | 16/78 kB Progress (3): 136 kB | 30 kB | 16/78 kB Progress (3): 136 kB | 30 kB | 20/78 kB Progress (3): 136 kB | 30 kB | 24/78 kB Progress (3): 136 kB | 30 kB | 28/78 kB Progress (3): 136 kB | 30 kB | 32/78 kB Progress (3): 136 kB | 30 kB | 36/78 kB Progress (3): 136 kB | 30 kB | 40/78 kB Progress (3): 136 kB | 30 kB | 44/78 kB Progress (3): 136 kB | 30 kB | 48/78 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.jar (136 kB at 2.8 MB/s) Progress (2): 30 kB | 52/78 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar Progress (2): 30 kB | 56/78 kB Progress (2): 30 kB | 60/78 kB Progress (2): 30 kB | 64/78 kB Progress (2): 30 kB | 68/78 kB Progress (2): 30 kB | 72/78 kB Progress (2): 30 kB | 76/78 kB Progress (2): 30 kB | 78 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 kB at 295 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 Progress (2): 78 kB | 4.1/195 kB Progress (2): 78 kB | 7.7/195 kB Progress (2): 78 kB | 12/195 kB Progress (2): 78 kB | 16/195 kB Progress (2): 78 kB | 20/195 kB Progress (2): 78 kB | 24/195 kB Progress (2): 78 kB | 28/195 kB Progress (2): 78 kB | 32/195 kB Progress (2): 78 kB | 33/195 kB Progress (2): 78 kB | 37/195 kB Progress (2): 78 kB | 41/195 kB Progress (2): 78 kB | 45/195 kB Progress (2): 78 kB | 49/195 kB Progress (2): 78 kB | 53/195 kB Progress (2): 78 kB | 57/195 kB Progress (2): 78 kB | 61/195 kB Progress (2): 78 kB | 65/195 kB Progress (2): 78 kB | 66/195 kB Progress (2): 78 kB | 70/195 kB Progress (2): 78 kB | 74/195 kB Progress (2): 78 kB | 78/195 kB Progress (2): 78 kB | 82/195 kB Progress (2): 78 kB | 86/195 kB Progress (2): 78 kB | 90/195 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 713 kB/s) Progress (2): 90/195 kB | 4.1/18 kB Progress (2): 94/195 kB | 4.1/18 kB Progress (2): 94/195 kB | 7.7/18 kB 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 (2): 94/195 kB | 12/18 kB Progress (2): 98/195 kB | 12/18 kB Progress (2): 98/195 kB | 16/18 kB Progress (2): 102/195 kB | 16/18 kB Progress (2): 102/195 kB | 18 kB Progress (2): 106/195 kB | 18 kB Progress (2): 110/195 kB | 18 kB Progress (2): 114/195 kB | 18 kB Progress (2): 118/195 kB | 18 kB Progress (2): 122/195 kB | 18 kB Progress (2): 126/195 kB | 18 kB Progress (2): 130/195 kB | 18 kB Progress (2): 134/195 kB | 18 kB Progress (2): 138/195 kB | 18 kB Progress (2): 142/195 kB | 18 kB Progress (2): 146/195 kB | 18 kB Progress (2): 150/195 kB | 18 kB Progress (2): 154/195 kB | 18 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 132 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 Progress (2): 154/195 kB | 4.1/21 kB Progress (2): 158/195 kB | 4.1/21 kB Progress (2): 162/195 kB | 4.1/21 kB Progress (2): 166/195 kB | 4.1/21 kB Progress (3): 166/195 kB | 4.1/21 kB | 4.1/25 kB Progress (3): 170/195 kB | 4.1/21 kB | 4.1/25 kB Progress (3): 170/195 kB | 4.1/21 kB | 7.7/25 kB Progress (3): 170/195 kB | 7.7/21 kB | 7.7/25 kB Progress (3): 174/195 kB | 7.7/21 kB | 7.7/25 kB Progress (3): 174/195 kB | 7.7/21 kB | 12/25 kB Progress (3): 178/195 kB | 7.7/21 kB | 12/25 kB Progress (3): 178/195 kB | 12/21 kB | 12/25 kB Progress (3): 178/195 kB | 12/21 kB | 16/25 kB Progress (3): 178/195 kB | 16/21 kB | 16/25 kB Progress (3): 182/195 kB | 16/21 kB | 16/25 kB Progress (3): 182/195 kB | 20/21 kB | 16/25 kB Progress (3): 182/195 kB | 20/21 kB | 20/25 kB Progress (3): 182/195 kB | 21 kB | 20/25 kB Progress (3): 186/195 kB | 21 kB | 20/25 kB Progress (3): 186/195 kB | 21 kB | 24/25 kB Progress (3): 190/195 kB | 21 kB | 24/25 kB Progress (3): 190/195 kB | 21 kB | 25 kB Progress (3): 194/195 kB | 21 kB | 25 kB Progress (3): 195 kB | 21 kB | 25 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 1.3 MB/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 165 kB/s) Progress (2): 21 kB | 4.1/33 kB 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 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 134 kB/s) Progress (1): 7.7/33 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): 12/33 kB Progress (2): 12/33 kB | 4.1/10 kB 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 (2): 12/33 kB | 7.7/10 kB Progress (2): 16/33 kB | 7.7/10 kB Progress (2): 16/33 kB | 10 kB Progress (2): 20/33 kB | 10 kB Progress (2): 24/33 kB | 10 kB Progress (2): 28/33 kB | 10 kB Progress (2): 32/33 kB | 10 kB Progress (2): 33 kB | 10 kB 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 63 kB/s) Progress (2): 33 kB | 4.1/7.6 kB Progress (3): 33 kB | 4.1/7.6 kB | 4.1/51 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 202 kB/s) Progress (2): 7.6 kB | 4.1/51 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar Progress (3): 7.6 kB | 4.1/51 kB | 4.1/10 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 (3): 7.6 kB | 7.7/51 kB | 4.1/10 kB Progress (3): 7.6 kB | 7.7/51 kB | 7.7/10 kB Progress (3): 7.6 kB | 7.7/51 kB | 10 kB Progress (3): 7.6 kB | 12/51 kB | 10 kB Progress (3): 7.6 kB | 16/51 kB | 10 kB Progress (3): 7.6 kB | 20/51 kB | 10 kB Progress (3): 7.6 kB | 24/51 kB | 10 kB Progress (3): 7.6 kB | 28/51 kB | 10 kB Progress (3): 7.6 kB | 32/51 kB | 10 kB Progress (3): 7.6 kB | 36/51 kB | 10 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 45 kB/s) Progress (2): 40/51 kB | 10 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 (2): 44/51 kB | 10 kB Progress (3): 44/51 kB | 10 kB | 4.1/79 kB Progress (3): 48/51 kB | 10 kB | 4.1/79 kB Progress (3): 48/51 kB | 10 kB | 7.7/79 kB Progress (3): 51 kB | 10 kB | 7.7/79 kB Progress (3): 51 kB | 10 kB | 12/79 kB Progress (3): 51 kB | 10 kB | 16/79 kB Progress (3): 51 kB | 10 kB | 20/79 kB Progress (3): 51 kB | 10 kB | 24/79 kB Progress (3): 51 kB | 10 kB | 28/79 kB Progress (3): 51 kB | 10 kB | 32/79 kB Progress (3): 51 kB | 10 kB | 33/79 kB Progress (3): 51 kB | 10 kB | 37/79 kB Progress (3): 51 kB | 10 kB | 41/79 kB Progress (3): 51 kB | 10 kB | 45/79 kB Progress (3): 51 kB | 10 kB | 49/79 kB Progress (4): 51 kB | 10 kB | 49/79 kB | 4.1/105 kB Progress (4): 51 kB | 10 kB | 53/79 kB | 4.1/105 kB Progress (4): 51 kB | 10 kB | 53/79 kB | 7.7/105 kB Progress (4): 51 kB | 10 kB | 57/79 kB | 7.7/105 kB Progress (4): 51 kB | 10 kB | 57/79 kB | 12/105 kB Progress (4): 51 kB | 10 kB | 61/79 kB | 12/105 kB Progress (4): 51 kB | 10 kB | 61/79 kB | 16/105 kB Progress (4): 51 kB | 10 kB | 65/79 kB | 16/105 kB Progress (4): 51 kB | 10 kB | 65/79 kB | 20/105 kB Progress (4): 51 kB | 10 kB | 65/79 kB | 24/105 kB Progress (4): 51 kB | 10 kB | 69/79 kB | 24/105 kB Progress (4): 51 kB | 10 kB | 69/79 kB | 28/105 kB Progress (4): 51 kB | 10 kB | 73/79 kB | 28/105 kB Progress (4): 51 kB | 10 kB | 73/79 kB | 32/105 kB Progress (4): 51 kB | 10 kB | 77/79 kB | 32/105 kB Progress (4): 51 kB | 10 kB | 77/79 kB | 33/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 33/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 37/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 41/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 45/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 49/105 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 283 kB/s) Progress (3): 10 kB | 79 kB | 53/105 kB Progress (4): 10 kB | 79 kB | 53/105 kB | 4.1/276 kB Progress (4): 10 kB | 79 kB | 57/105 kB | 4.1/276 kB 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): 10 kB | 79 kB | 61/105 kB | 4.1/276 kB Progress (4): 10 kB | 79 kB | 61/105 kB | 7.7/276 kB Progress (4): 10 kB | 79 kB | 65/105 kB | 7.7/276 kB Progress (4): 10 kB | 79 kB | 66/105 kB | 7.7/276 kB Progress (4): 10 kB | 79 kB | 66/105 kB | 12/276 kB Progress (4): 10 kB | 79 kB | 70/105 kB | 12/276 kB Progress (4): 10 kB | 79 kB | 70/105 kB | 16/276 kB Progress (4): 10 kB | 79 kB | 74/105 kB | 16/276 kB Progress (4): 10 kB | 79 kB | 74/105 kB | 20/276 kB Progress (4): 10 kB | 79 kB | 78/105 kB | 20/276 kB Progress (4): 10 kB | 79 kB | 78/105 kB | 24/276 kB Progress (4): 10 kB | 79 kB | 82/105 kB | 24/276 kB Progress (4): 10 kB | 79 kB | 82/105 kB | 28/276 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 433 kB/s) Progress (3): 10 kB | 86/105 kB | 28/276 kB 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 (3): 10 kB | 86/105 kB | 32/276 kB Progress (3): 10 kB | 90/105 kB | 32/276 kB Progress (3): 10 kB | 90/105 kB | 33/276 kB Progress (3): 10 kB | 94/105 kB | 33/276 kB Progress (3): 10 kB | 94/105 kB | 37/276 kB Progress (3): 10 kB | 98/105 kB | 37/276 kB Progress (3): 10 kB | 98/105 kB | 41/276 kB Progress (3): 10 kB | 102/105 kB | 41/276 kB Progress (3): 10 kB | 105 kB | 41/276 kB Progress (3): 10 kB | 105 kB | 45/276 kB Progress (3): 10 kB | 105 kB | 49/276 kB Progress (3): 10 kB | 105 kB | 53/276 kB Progress (3): 10 kB | 105 kB | 57/276 kB Progress (3): 10 kB | 105 kB | 61/276 kB Progress (3): 10 kB | 105 kB | 65/276 kB Progress (3): 10 kB | 105 kB | 66/276 kB Progress (3): 10 kB | 105 kB | 70/276 kB Progress (3): 10 kB | 105 kB | 74/276 kB Progress (3): 10 kB | 105 kB | 78/276 kB Progress (3): 10 kB | 105 kB | 82/276 kB Progress (3): 10 kB | 105 kB | 86/276 kB Progress (3): 10 kB | 105 kB | 90/276 kB Progress (3): 10 kB | 105 kB | 94/276 kB Progress (3): 10 kB | 105 kB | 98/276 kB Progress (3): 10 kB | 105 kB | 98/276 kB Progress (3): 10 kB | 105 kB | 102/276 kB Progress (3): 10 kB | 105 kB | 106/276 kB Progress (3): 10 kB | 105 kB | 110/276 kB Progress (3): 10 kB | 105 kB | 114/276 kB Progress (3): 10 kB | 105 kB | 118/276 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 554 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): 10 kB | 118/276 kB | 4.1/61 kB Progress (3): 10 kB | 122/276 kB | 4.1/61 kB Progress (3): 10 kB | 122/276 kB | 7.7/61 kB Progress (3): 10 kB | 126/276 kB | 7.7/61 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 43 kB/s) Progress (2): 126/276 kB | 12/61 kB Progress (2): 130/276 kB | 12/61 kB Progress (3): 130/276 kB | 12/61 kB | 4.1/172 kB Progress (3): 130/276 kB | 16/61 kB | 4.1/172 kB 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): 130/276 kB | 20/61 kB | 4.1/172 kB Progress (3): 130/276 kB | 20/61 kB | 7.7/172 kB Progress (3): 134/276 kB | 20/61 kB | 7.7/172 kB Progress (3): 134/276 kB | 24/61 kB | 7.7/172 kB Progress (3): 138/276 kB | 24/61 kB | 7.7/172 kB Progress (3): 138/276 kB | 24/61 kB | 12/172 kB Progress (3): 138/276 kB | 28/61 kB | 12/172 kB Progress (3): 138/276 kB | 28/61 kB | 16/172 kB Progress (3): 142/276 kB | 28/61 kB | 16/172 kB Progress (3): 142/276 kB | 32/61 kB | 16/172 kB Progress (3): 146/276 kB | 32/61 kB | 16/172 kB Progress (3): 146/276 kB | 32/61 kB | 20/172 kB Progress (3): 146/276 kB | 36/61 kB | 20/172 kB Progress (3): 146/276 kB | 36/61 kB | 24/172 kB Progress (3): 150/276 kB | 36/61 kB | 24/172 kB Progress (3): 150/276 kB | 40/61 kB | 24/172 kB Progress (3): 154/276 kB | 40/61 kB | 24/172 kB Progress (3): 154/276 kB | 40/61 kB | 28/172 kB Progress (3): 154/276 kB | 44/61 kB | 28/172 kB Progress (3): 154/276 kB | 44/61 kB | 32/172 kB Progress (3): 158/276 kB | 44/61 kB | 32/172 kB Progress (3): 158/276 kB | 44/61 kB | 33/172 kB Progress (3): 158/276 kB | 48/61 kB | 33/172 kB Progress (3): 158/276 kB | 48/61 kB | 37/172 kB Progress (3): 162/276 kB | 48/61 kB | 37/172 kB Progress (3): 162/276 kB | 52/61 kB | 37/172 kB Progress (3): 162/276 kB | 52/61 kB | 41/172 kB Progress (3): 162/276 kB | 56/61 kB | 41/172 kB Progress (3): 166/276 kB | 56/61 kB | 41/172 kB Progress (3): 166/276 kB | 56/61 kB | 45/172 kB Progress (3): 170/276 kB | 56/61 kB | 45/172 kB Progress (3): 170/276 kB | 60/61 kB | 45/172 kB Progress (3): 174/276 kB | 60/61 kB | 45/172 kB Progress (3): 174/276 kB | 60/61 kB | 49/172 kB Progress (3): 178/276 kB | 60/61 kB | 49/172 kB Progress (3): 178/276 kB | 61 kB | 49/172 kB Progress (3): 178/276 kB | 61 kB | 53/172 kB Progress (3): 182/276 kB | 61 kB | 53/172 kB Progress (3): 182/276 kB | 61 kB | 57/172 kB Progress (3): 186/276 kB | 61 kB | 57/172 kB Progress (3): 186/276 kB | 61 kB | 61/172 kB Progress (3): 190/276 kB | 61 kB | 61/172 kB Progress (3): 190/276 kB | 61 kB | 65/172 kB Progress (3): 194/276 kB | 61 kB | 65/172 kB Progress (3): 194/276 kB | 61 kB | 66/172 kB Progress (3): 198/276 kB | 61 kB | 66/172 kB Progress (3): 198/276 kB | 61 kB | 70/172 kB Progress (3): 202/276 kB | 61 kB | 70/172 kB Progress (3): 202/276 kB | 61 kB | 74/172 kB Progress (3): 206/276 kB | 61 kB | 74/172 kB Progress (3): 206/276 kB | 61 kB | 78/172 kB Progress (3): 210/276 kB | 61 kB | 78/172 kB Progress (3): 210/276 kB | 61 kB | 82/172 kB Progress (3): 214/276 kB | 61 kB | 82/172 kB Progress (3): 214/276 kB | 61 kB | 86/172 kB Progress (3): 218/276 kB | 61 kB | 86/172 kB Progress (3): 218/276 kB | 61 kB | 90/172 kB Progress (3): 222/276 kB | 61 kB | 90/172 kB Progress (3): 222/276 kB | 61 kB | 94/172 kB Progress (3): 226/276 kB | 61 kB | 94/172 kB Progress (3): 226/276 kB | 61 kB | 98/172 kB Progress (3): 230/276 kB | 61 kB | 98/172 kB Progress (3): 230/276 kB | 61 kB | 102/172 kB Progress (3): 234/276 kB | 61 kB | 102/172 kB Progress (3): 234/276 kB | 61 kB | 106/172 kB Progress (3): 238/276 kB | 61 kB | 106/172 kB Progress (3): 238/276 kB | 61 kB | 110/172 kB Progress (3): 242/276 kB | 61 kB | 110/172 kB Progress (3): 242/276 kB | 61 kB | 114/172 kB Progress (3): 246/276 kB | 61 kB | 114/172 kB Progress (3): 246/276 kB | 61 kB | 118/172 kB Progress (3): 250/276 kB | 61 kB | 118/172 kB Progress (3): 250/276 kB | 61 kB | 122/172 kB Progress (3): 254/276 kB | 61 kB | 122/172 kB Progress (3): 254/276 kB | 61 kB | 126/172 kB Progress (3): 258/276 kB | 61 kB | 126/172 kB Progress (3): 258/276 kB | 61 kB | 130/172 kB Progress (3): 262/276 kB | 61 kB | 130/172 kB Progress (3): 262/276 kB | 61 kB | 134/172 kB Progress (3): 266/276 kB | 61 kB | 134/172 kB Progress (3): 266/276 kB | 61 kB | 138/172 kB Progress (3): 270/276 kB | 61 kB | 138/172 kB Progress (3): 270/276 kB | 61 kB | 142/172 kB Progress (3): 274/276 kB | 61 kB | 142/172 kB Progress (3): 274/276 kB | 61 kB | 146/172 kB Progress (3): 276 kB | 61 kB | 146/172 kB Progress (3): 276 kB | 61 kB | 150/172 kB Progress (3): 276 kB | 61 kB | 154/172 kB Progress (3): 276 kB | 61 kB | 158/172 kB Progress (3): 276 kB | 61 kB | 162/172 kB Progress (3): 276 kB | 61 kB | 166/172 kB Progress (3): 276 kB | 61 kB | 170/172 kB Progress (3): 276 kB | 61 kB | 172 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 236 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): 276 kB | 172 kB | 4.1/47 kB Progress (3): 276 kB | 172 kB | 7.7/47 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 1.1 MB/s) Progress (2): 172 kB | 12/47 kB 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 (2): 172 kB | 16/47 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 662 kB/s) Progress (1): 20/47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar Progress (1): 24/47 kB Progress (2): 24/47 kB | 4.1/164 kB Progress (2): 28/47 kB | 4.1/164 kB Progress (2): 28/47 kB | 7.7/164 kB Progress (2): 32/47 kB | 7.7/164 kB Progress (2): 32/47 kB | 12/164 kB Progress (2): 32/47 kB | 16/164 kB Progress (2): 36/47 kB | 16/164 kB Progress (2): 36/47 kB | 20/164 kB Progress (2): 40/47 kB | 20/164 kB Progress (2): 40/47 kB | 24/164 kB Progress (2): 44/47 kB | 24/164 kB Progress (2): 44/47 kB | 28/164 kB Progress (2): 47 kB | 28/164 kB Progress (2): 47 kB | 32/164 kB Progress (2): 47 kB | 33/164 kB Progress (2): 47 kB | 37/164 kB Progress (2): 47 kB | 41/164 kB Progress (2): 47 kB | 45/164 kB Progress (2): 47 kB | 49/164 kB Progress (2): 47 kB | 53/164 kB Progress (2): 47 kB | 57/164 kB Progress (2): 47 kB | 61/164 kB Progress (2): 47 kB | 65/164 kB Progress (2): 47 kB | 69/164 kB Progress (2): 47 kB | 73/164 kB Progress (2): 47 kB | 77/164 kB Progress (2): 47 kB | 81/164 kB Progress (2): 47 kB | 85/164 kB Progress (2): 47 kB | 89/164 kB Progress (2): 47 kB | 93/164 kB Progress (2): 47 kB | 97/164 kB Progress (2): 47 kB | 101/164 kB Progress (3): 47 kB | 101/164 kB | 4.1/59 kB Progress (3): 47 kB | 105/164 kB | 4.1/59 kB Progress (3): 47 kB | 105/164 kB | 7.7/59 kB Progress (3): 47 kB | 109/164 kB | 7.7/59 kB Progress (4): 47 kB | 109/164 kB | 7.7/59 kB | 4.1/256 kB Progress (4): 47 kB | 109/164 kB | 12/59 kB | 4.1/256 kB Progress (4): 47 kB | 113/164 kB | 12/59 kB | 4.1/256 kB Progress (4): 47 kB | 113/164 kB | 16/59 kB | 4.1/256 kB Progress (4): 47 kB | 113/164 kB | 16/59 kB | 7.7/256 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 174 kB/s) Progress (3): 117/164 kB | 16/59 kB | 7.7/256 kB 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 (3): 117/164 kB | 16/59 kB | 12/256 kB Progress (4): 117/164 kB | 16/59 kB | 12/256 kB | 4.1/95 kB Progress (4): 117/164 kB | 20/59 kB | 12/256 kB | 4.1/95 kB Progress (4): 117/164 kB | 20/59 kB | 12/256 kB | 7.7/95 kB Progress (4): 117/164 kB | 20/59 kB | 16/256 kB | 7.7/95 kB Progress (4): 121/164 kB | 20/59 kB | 16/256 kB | 7.7/95 kB Progress (4): 121/164 kB | 20/59 kB | 16/256 kB | 12/95 kB Progress (4): 121/164 kB | 24/59 kB | 16/256 kB | 12/95 kB Progress (4): 121/164 kB | 24/59 kB | 16/256 kB | 16/95 kB Progress (4): 125/164 kB | 24/59 kB | 16/256 kB | 16/95 kB Progress (4): 125/164 kB | 24/59 kB | 20/256 kB | 16/95 kB Progress (4): 129/164 kB | 24/59 kB | 20/256 kB | 16/95 kB Progress (4): 129/164 kB | 24/59 kB | 20/256 kB | 20/95 kB Progress (4): 129/164 kB | 28/59 kB | 20/256 kB | 20/95 kB Progress (4): 129/164 kB | 28/59 kB | 20/256 kB | 24/95 kB Progress (4): 133/164 kB | 28/59 kB | 20/256 kB | 24/95 kB Progress (4): 133/164 kB | 28/59 kB | 24/256 kB | 24/95 kB Progress (4): 137/164 kB | 28/59 kB | 24/256 kB | 24/95 kB Progress (4): 137/164 kB | 28/59 kB | 24/256 kB | 28/95 kB Progress (4): 137/164 kB | 32/59 kB | 24/256 kB | 28/95 kB Progress (4): 137/164 kB | 32/59 kB | 24/256 kB | 32/95 kB Progress (4): 141/164 kB | 32/59 kB | 24/256 kB | 32/95 kB Progress (4): 141/164 kB | 32/59 kB | 28/256 kB | 32/95 kB Progress (4): 145/164 kB | 32/59 kB | 28/256 kB | 32/95 kB Progress (4): 145/164 kB | 32/59 kB | 28/256 kB | 33/95 kB Progress (4): 145/164 kB | 36/59 kB | 28/256 kB | 33/95 kB Progress (4): 145/164 kB | 36/59 kB | 28/256 kB | 37/95 kB Progress (4): 149/164 kB | 36/59 kB | 28/256 kB | 37/95 kB Progress (4): 149/164 kB | 36/59 kB | 32/256 kB | 37/95 kB Progress (4): 153/164 kB | 36/59 kB | 32/256 kB | 37/95 kB Progress (4): 153/164 kB | 36/59 kB | 32/256 kB | 41/95 kB Progress (4): 153/164 kB | 40/59 kB | 32/256 kB | 41/95 kB Progress (4): 153/164 kB | 40/59 kB | 32/256 kB | 45/95 kB Progress (5): 153/164 kB | 40/59 kB | 32/256 kB | 45/95 kB | 4.1/250 kB Progress (5): 157/164 kB | 40/59 kB | 32/256 kB | 45/95 kB | 4.1/250 kB Progress (5): 157/164 kB | 40/59 kB | 33/256 kB | 45/95 kB | 4.1/250 kB Progress (5): 161/164 kB | 40/59 kB | 33/256 kB | 45/95 kB | 4.1/250 kB Progress (5): 161/164 kB | 40/59 kB | 33/256 kB | 45/95 kB | 7.7/250 kB Progress (5): 161/164 kB | 40/59 kB | 33/256 kB | 49/95 kB | 7.7/250 kB Progress (5): 161/164 kB | 44/59 kB | 33/256 kB | 49/95 kB | 7.7/250 kB Progress (5): 161/164 kB | 44/59 kB | 33/256 kB | 53/95 kB | 7.7/250 kB Progress (5): 161/164 kB | 44/59 kB | 33/256 kB | 53/95 kB | 12/250 kB Progress (5): 164 kB | 44/59 kB | 33/256 kB | 53/95 kB | 12/250 kB Progress (5): 164 kB | 44/59 kB | 37/256 kB | 53/95 kB | 12/250 kB Progress (5): 164 kB | 44/59 kB | 37/256 kB | 53/95 kB | 16/250 kB Progress (5): 164 kB | 44/59 kB | 37/256 kB | 57/95 kB | 16/250 kB Progress (5): 164 kB | 48/59 kB | 37/256 kB | 57/95 kB | 16/250 kB Progress (5): 164 kB | 48/59 kB | 37/256 kB | 61/95 kB | 16/250 kB Progress (5): 164 kB | 48/59 kB | 37/256 kB | 61/95 kB | 20/250 kB Progress (5): 164 kB | 48/59 kB | 41/256 kB | 61/95 kB | 20/250 kB Progress (5): 164 kB | 48/59 kB | 41/256 kB | 61/95 kB | 24/250 kB Progress (5): 164 kB | 48/59 kB | 45/256 kB | 61/95 kB | 24/250 kB Progress (5): 164 kB | 48/59 kB | 45/256 kB | 65/95 kB | 24/250 kB Progress (5): 164 kB | 52/59 kB | 45/256 kB | 65/95 kB | 24/250 kB Progress (5): 164 kB | 52/59 kB | 49/256 kB | 65/95 kB | 24/250 kB Progress (5): 164 kB | 52/59 kB | 49/256 kB | 65/95 kB | 28/250 kB Progress (5): 164 kB | 52/59 kB | 53/256 kB | 65/95 kB | 28/250 kB Progress (5): 164 kB | 56/59 kB | 53/256 kB | 65/95 kB | 28/250 kB Progress (5): 164 kB | 56/59 kB | 53/256 kB | 69/95 kB | 28/250 kB Progress (5): 164 kB | 59 kB | 53/256 kB | 69/95 kB | 28/250 kB Progress (5): 164 kB | 59 kB | 57/256 kB | 69/95 kB | 28/250 kB Progress (5): 164 kB | 59 kB | 57/256 kB | 69/95 kB | 32/250 kB Progress (5): 164 kB | 59 kB | 61/256 kB | 69/95 kB | 32/250 kB Progress (5): 164 kB | 59 kB | 61/256 kB | 73/95 kB | 32/250 kB Progress (5): 164 kB | 59 kB | 61/256 kB | 73/95 kB | 36/250 kB Progress (5): 164 kB | 59 kB | 65/256 kB | 73/95 kB | 36/250 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 582 kB/s) Progress (4): 59 kB | 65/256 kB | 73/95 kB | 40/250 kB Progress (4): 59 kB | 65/256 kB | 77/95 kB | 40/250 kB 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 (4): 59 kB | 66/256 kB | 77/95 kB | 40/250 kB Progress (4): 59 kB | 66/256 kB | 81/95 kB | 40/250 kB Progress (4): 59 kB | 66/256 kB | 81/95 kB | 44/250 kB Progress (4): 59 kB | 70/256 kB | 81/95 kB | 44/250 kB Progress (4): 59 kB | 70/256 kB | 81/95 kB | 48/250 kB Progress (4): 59 kB | 70/256 kB | 85/95 kB | 48/250 kB Progress (4): 59 kB | 74/256 kB | 85/95 kB | 48/250 kB Progress (4): 59 kB | 74/256 kB | 89/95 kB | 48/250 kB Progress (4): 59 kB | 74/256 kB | 89/95 kB | 52/250 kB Progress (4): 59 kB | 74/256 kB | 93/95 kB | 52/250 kB Progress (4): 59 kB | 78/256 kB | 93/95 kB | 52/250 kB Progress (4): 59 kB | 78/256 kB | 95 kB | 52/250 kB Progress (4): 59 kB | 78/256 kB | 95 kB | 56/250 kB Progress (4): 59 kB | 82/256 kB | 95 kB | 56/250 kB Progress (4): 59 kB | 82/256 kB | 95 kB | 60/250 kB Progress (4): 59 kB | 86/256 kB | 95 kB | 60/250 kB Progress (4): 59 kB | 86/256 kB | 95 kB | 64/250 kB Progress (4): 59 kB | 90/256 kB | 95 kB | 64/250 kB Progress (4): 59 kB | 90/256 kB | 95 kB | 68/250 kB Progress (4): 59 kB | 90/256 kB | 95 kB | 72/250 kB Progress (4): 59 kB | 94/256 kB | 95 kB | 72/250 kB Progress (4): 59 kB | 94/256 kB | 95 kB | 76/250 kB Progress (4): 59 kB | 98/256 kB | 95 kB | 76/250 kB Progress (4): 59 kB | 98/256 kB | 95 kB | 80/250 kB Progress (4): 59 kB | 98/256 kB | 95 kB | 80/250 kB Progress (4): 59 kB | 98/256 kB | 95 kB | 84/250 kB Progress (4): 59 kB | 98/256 kB | 95 kB | 88/250 kB Progress (4): 59 kB | 102/256 kB | 95 kB | 88/250 kB Progress (4): 59 kB | 102/256 kB | 95 kB | 92/250 kB Progress (4): 59 kB | 106/256 kB | 95 kB | 92/250 kB Progress (4): 59 kB | 106/256 kB | 95 kB | 96/250 kB Progress (4): 59 kB | 110/256 kB | 95 kB | 96/250 kB Progress (4): 59 kB | 110/256 kB | 95 kB | 100/250 kB Progress (4): 59 kB | 114/256 kB | 95 kB | 100/250 kB Progress (4): 59 kB | 114/256 kB | 95 kB | 104/250 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 172 kB/s) Progress (3): 114/256 kB | 95 kB | 108/250 kB Progress (3): 118/256 kB | 95 kB | 108/250 kB Progress (3): 118/256 kB | 95 kB | 112/250 kB Progress (3): 122/256 kB | 95 kB | 112/250 kB Progress (3): 122/256 kB | 95 kB | 116/250 kB Progress (3): 122/256 kB | 95 kB | 120/250 kB Progress (3): 126/256 kB | 95 kB | 120/250 kB Progress (3): 126/256 kB | 95 kB | 124/250 kB Progress (3): 130/256 kB | 95 kB | 124/250 kB Progress (3): 130/256 kB | 95 kB | 128/250 kB Progress (3): 134/256 kB | 95 kB | 128/250 kB Progress (3): 134/256 kB | 95 kB | 132/250 kB Progress (3): 138/256 kB | 95 kB | 132/250 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 276 kB/s) Progress (2): 138/256 kB | 136/250 kB Progress (2): 142/256 kB | 136/250 kB Progress (2): 142/256 kB | 140/250 kB Progress (2): 146/256 kB | 140/250 kB Progress (2): 146/256 kB | 144/250 kB Progress (2): 150/256 kB | 144/250 kB Progress (2): 150/256 kB | 148/250 kB Progress (2): 154/256 kB | 148/250 kB Progress (2): 154/256 kB | 152/250 kB Progress (2): 158/256 kB | 152/250 kB Progress (2): 158/256 kB | 156/250 kB Progress (2): 162/256 kB | 156/250 kB Progress (2): 162/256 kB | 160/250 kB Progress (2): 162/256 kB | 164/250 kB Progress (2): 166/256 kB | 164/250 kB Progress (2): 166/256 kB | 168/250 kB Progress (2): 170/256 kB | 168/250 kB Progress (3): 170/256 kB | 168/250 kB | 4.1/52 kB Progress (3): 170/256 kB | 172/250 kB | 4.1/52 kB Progress (3): 170/256 kB | 172/250 kB | 7.7/52 kB Progress (3): 174/256 kB | 172/250 kB | 7.7/52 kB Progress (3): 174/256 kB | 172/250 kB | 12/52 kB Progress (3): 174/256 kB | 176/250 kB | 12/52 kB Progress (3): 174/256 kB | 176/250 kB | 16/52 kB Progress (3): 178/256 kB | 176/250 kB | 16/52 kB Progress (3): 178/256 kB | 176/250 kB | 20/52 kB Progress (3): 178/256 kB | 180/250 kB | 20/52 kB Progress (3): 182/256 kB | 180/250 kB | 20/52 kB Progress (3): 182/256 kB | 180/250 kB | 24/52 kB Progress (3): 186/256 kB | 180/250 kB | 24/52 kB Progress (3): 186/256 kB | 184/250 kB | 24/52 kB Progress (3): 186/256 kB | 184/250 kB | 28/52 kB Progress (3): 190/256 kB | 184/250 kB | 28/52 kB Progress (3): 190/256 kB | 188/250 kB | 28/52 kB Progress (3): 190/256 kB | 188/250 kB | 32/52 kB Progress (3): 190/256 kB | 192/250 kB | 32/52 kB Progress (3): 194/256 kB | 192/250 kB | 32/52 kB Progress (3): 194/256 kB | 196/250 kB | 32/52 kB Progress (3): 194/256 kB | 196/250 kB | 33/52 kB Progress (3): 198/256 kB | 196/250 kB | 33/52 kB Progress (3): 198/256 kB | 200/250 kB | 33/52 kB Progress (3): 202/256 kB | 200/250 kB | 33/52 kB Progress (3): 202/256 kB | 200/250 kB | 37/52 kB Progress (3): 202/256 kB | 204/250 kB | 37/52 kB Progress (3): 206/256 kB | 204/250 kB | 37/52 kB Progress (3): 206/256 kB | 208/250 kB | 37/52 kB Progress (3): 206/256 kB | 208/250 kB | 41/52 kB Progress (3): 210/256 kB | 208/250 kB | 41/52 kB Progress (3): 210/256 kB | 208/250 kB | 45/52 kB Progress (3): 210/256 kB | 212/250 kB | 45/52 kB Progress (3): 214/256 kB | 212/250 kB | 45/52 kB Progress (3): 214/256 kB | 212/250 kB | 49/52 kB Progress (3): 218/256 kB | 212/250 kB | 49/52 kB Progress (3): 218/256 kB | 216/250 kB | 49/52 kB Progress (3): 218/256 kB | 216/250 kB | 52 kB Progress (3): 222/256 kB | 216/250 kB | 52 kB Progress (3): 222/256 kB | 220/250 kB | 52 kB Progress (3): 226/256 kB | 220/250 kB | 52 kB Progress (3): 226/256 kB | 224/250 kB | 52 kB Progress (3): 230/256 kB | 224/250 kB | 52 kB Progress (3): 230/256 kB | 228/250 kB | 52 kB Progress (3): 234/256 kB | 228/250 kB | 52 kB Progress (3): 234/256 kB | 232/250 kB | 52 kB Progress (3): 238/256 kB | 232/250 kB | 52 kB Progress (3): 238/256 kB | 236/250 kB | 52 kB Progress (3): 242/256 kB | 236/250 kB | 52 kB Progress (3): 242/256 kB | 240/250 kB | 52 kB Progress (3): 246/256 kB | 240/250 kB | 52 kB Progress (3): 246/256 kB | 244/250 kB | 52 kB Progress (3): 250/256 kB | 244/250 kB | 52 kB Progress (3): 250/256 kB | 248/250 kB | 52 kB Progress (3): 250/256 kB | 250 kB | 52 kB Progress (3): 254/256 kB | 250 kB | 52 kB Progress (3): 256 kB | 250 kB | 52 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 147 kB/s) 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 687 kB/s) 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 689 kB/s) Downloading: http://central.maven.org/maven2/com/h2database/h2/1.4.178/h2-1.4.178.jar 2/1624K 6/1624K 10/1624K 13/1624K 15/1624K 19/1624K 22/1624K 26/1624K 30/1624K 34/1624K 38/1624K 40/1624K 43/1624K 47/1624K 49/1624K 53/1624K 56/1624K 60/1624K 63/1624K 67/1624K 71/1624K 73/1624K 77/1624K 77/1624K 81/1624K 81/1624K 85/1624K 88/1624K 92/1624K 95/1624K 99/1624K 99/1624K 103/1624K 104/1624K 108/1624K 111/1624K 115/1624K 116/1624K 120/1624K 124/1624K 126/1624K 130/1624K 134/1624K 138/1624K 142/1624K 142/1624K 145/1624K 149/1624K 153/1624K 153/1624K 157/1624K 161/1624K 165/1624K 169/1624K 173/1624K 177/1624K 181/1624K 185/1624K 189/1624K 193/1624K 197/1624K 201/1624K 204/1624K 205/1624K 208/1624K 212/1624K 213/1624K 216/1624K 220/1624K 224/1624K 227/1624K 231/1624K 235/1624K 235/1624K 239/1624K 243/1624K 246/1624K 250/1624K 254/1624K 256/1624K 260/1624K 264/1624K 268/1624K 272/1624K 276/1624K 276/1624K 280/1624K 284/1624K 286/1624K 290/1624K 293/1624K 297/1624K 301/1624K 303/1624K 307/1624K 311/1624K 314/1624K 318/1624K 322/1624K 326/1624K 328/1624K 332/1624K 336/1624K 340/1624K 344/1624K 348/1624K 352/1624K 356/1624K 360/1624K 364/1624K 368/1624K 372/1624K 376/1624K 380/1624K 384/1624K 388/1624K 392/1624K 396/1624K 400/1624K 404/1624K 408/1624K 412/1624K 416/1624K 420/1624K 422/1624K 425/1624K 429/1624K 430/1624K 433/1624K 437/1624K 441/1624K 441/1624K 445/1624K 448/1624K 452/1624K 456/1624K 458/1624K 462/1624K 465/1624K 469/1624K 470/1624K 474/1624K 478/1624K 482/1624K 486/1624K 489/1624K 493/1624K 496/1624K 500/1624K 504/1624K 505/1624K 509/1624K 513/1624K 516/1624K 520/1624K 524/1624K 527/1624K 530/1624K 534/1624K 538/1624K 540/1624K 544/1624K 546/1624K 550/1624K 554/1624K 555/1624K 559/1624K 561/1624K 565/1624K 569/1624K 573/1624K 577/1624K 581/1624K 585/1624K 589/1624K 593/1624K 597/1624K 601/1624K 605/1624K 609/1624K 613/1624K 617/1624K 621/1624K 625/1624K 629/1624K 633/1624K 637/1624K 641/1624K 645/1624K 649/1624K 653/1624K 657/1624K 661/1624K 665/1624K 669/1624K 673/1624K 677/1624K 681/1624K 685/1624K 689/1624K 693/1624K 697/1624K 701/1624K 705/1624K 709/1624K 713/1624K 717/1624K 721/1624K 725/1624K 729/1624K 733/1624K 737/1624K 741/1624K 745/1624K 749/1624K 753/1624K 757/1624K 761/1624K 765/1624K 769/1624K 773/1624K 777/1624K 781/1624K 785/1624K 789/1624K 793/1624K 797/1624K 801/1624K 805/1624K 809/1624K 813/1624K 817/1624K 821/1624K 825/1624K 829/1624K 833/1624K 837/1624K 841/1624K 845/1624K 849/1624K 853/1624K 857/1624K 861/1624K 865/1624K 869/1624K 873/1624K 877/1624K 881/1624K 885/1624K 889/1624K 893/1624K 897/1624K 901/1624K 905/1624K 909/1624K 913/1624K 917/1624K 921/1624K 925/1624K 929/1624K 933/1624K 937/1624K 941/1624K 945/1624K 949/1624K 953/1624K 957/1624K 961/1624K 965/1624K 969/1624K 973/1624K 977/1624K 981/1624K 985/1624K 989/1624K 993/1624K 997/1624K 1001/1624K 1005/1624K 1009/1624K 1013/1624K 1017/1624K 1021/1624K 1025/1624K 1029/1624K 1033/1624K 1037/1624K 1041/1624K 1045/1624K 1049/1624K 1053/1624K 1057/1624K 1061/1624K 1065/1624K 1069/1624K 1073/1624K 1077/1624K 1081/1624K 1085/1624K 1089/1624K 1093/1624K 1097/1624K 1101/1624K 1105/1624K 1109/1624K 1113/1624K 1117/1624K 1121/1624K 1125/1624K 1129/1624K 1133/1624K 1137/1624K 1141/1624K 1145/1624K 1149/1624K 1153/1624K 1157/1624K 1161/1624K 1165/1624K 1169/1624K 1173/1624K 1177/1624K 1181/1624K 1185/1624K 1189/1624K 1193/1624K 1197/1624K 1201/1624K 1205/1624K 1209/1624K 1213/1624K 1217/1624K 1221/1624K 1225/1624K 1229/1624K 1233/1624K 1237/1624K 1241/1624K 1245/1624K 1249/1624K 1253/1624K 1257/1624K 1261/1624K 1265/1624K 1269/1624K 1273/1624K 1277/1624K 1281/1624K 1285/1624K 1289/1624K 1293/1624K 1297/1624K 1301/1624K 1305/1624K 1309/1624K 1313/1624K 1317/1624K 1321/1624K 1325/1624K 1329/1624K 1333/1624K 1337/1624K 1341/1624K 1345/1624K 1349/1624K 1353/1624K 1357/1624K 1361/1624K 1365/1624K 1369/1624K 1373/1624K 1377/1624K 1381/1624K 1385/1624K 1389/1624K 1393/1624K 1397/1624K 1401/1624K 1405/1624K 1409/1624K 1413/1624K 1417/1624K 1421/1624K 1425/1624K 1429/1624K 1433/1624K 1437/1624K 1441/1624K 1445/1624K 1449/1624K 1453/1624K 1457/1624K 1461/1624K 1465/1624K 1469/1624K 1473/1624K 1474/1624K 1478/1624K 1482/1624K 1486/1624K 1489/1624K 1493/1624K 1495/1624K 1499/1624K 1503/1624K 1507/1624K 1511/1624K 1515/1624K 1517/1624K 1521/1624K 1525/1624K 1529/1624K 1533/1624K 1537/1624K 1539/1624K 1543/1624K 1547/1624K 1551/1624K 1554/1624K 1558/1624K 1562/1624K 1566/1624K 1568/1624K 1572/1624K 1572/1624K 1576/1624K 1580/1624K 1584/1624K 1588/1624K 1592/1624K 1596/1624K 1600/1624K 1604/1624K 1608/1624K 1612/1624K 1616/1624K 1620/1624K 1624/1624K 1624K downloaded [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.eclipse.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.eclipse.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.eclipse.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.test >---------- [INFO] Building RedDeer GEF Tests 2.8.0-SNAPSHOT [38/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/tests/org.eclipse.reddeer.gef.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.gef.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/tests/org.eclipse.reddeer.gef.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.gef.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.gef.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.gef.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test >-------- [INFO] Building RedDeer Graphiti Tests 2.8.0-SNAPSHOT [39/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/tests/org.eclipse.reddeer.graphiti.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.graphiti.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/tests/org.eclipse.reddeer.graphiti.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.graphiti.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.graphiti.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.graphiti.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.direct.test >--------- [INFO] Building RedDeer Direct Tests 2.8.0-SNAPSHOT [40/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:compile (default-compile) @ org.eclipse.reddeer.direct.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/tests/org.eclipse.reddeer.direct.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.direct.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.direct.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.direct.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.direct.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.junit.test >--------- [INFO] Building RedDeer JUnit Tests 2.8.0-SNAPSHOT [41/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:compile (default-compile) @ org.eclipse.reddeer.junit.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/tests/org.eclipse.reddeer.junit.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.junit.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.junit.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.junit.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.requirements.test >------ [INFO] Building RedDeer Requirements Tests 2.8.0-SNAPSHOT [42/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/tests/org.eclipse.reddeer.requirements.test/../../plugins/org.eclipse.reddeer.requirements/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.requirements.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/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.nightly/tests/org.eclipse.reddeer.requirements.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.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 4/9244K 6/9244K 10/9244K 13/9244K 17/9244K 20/9244K 24/9244K 24/9244K 28/9244K 31/9244K 35/9244K 36/9244K 40/9244K 40/9244K 43/9244K 47/9244K 48/9244K 52/9244K 56/9244K 59/9244K 61/9244K 65/9244K 69/9244K 70/9244K 74/9244K 78/9244K 82/9244K 84/9244K 87/9244K 91/9244K 95/9244K 95/9244K 99/9244K 103/9244K 107/9244K 111/9244K 115/9244K 119/9244K 122/9244K 123/9244K 126/9244K 128/9244K 132/9244K 133/9244K 137/9244K 138/9244K 142/9244K 145/9244K 149/9244K 153/9244K 155/9244K 159/9244K 162/9244K 166/9244K 166/9244K 170/9244K 171/9244K 175/9244K 179/9244K 183/9244K 187/9244K 188/9244K 189/9244K 193/9244K 197/9244K 197/9244K 201/9244K 204/9244K 208/9244K 212/9244K 215/9244K 219/9244K 220/9244K 224/9244K 227/9244K 230/9244K 231/9244K 235/9244K 235/9244K 239/9244K 241/9244K 244/9244K 248/9244K 252/9244K 256/9244K 260/9244K 264/9244K 268/9244K 272/9244K 276/9244K 280/9244K 284/9244K 288/9244K 292/9244K 296/9244K 300/9244K 304/9244K 308/9244K 312/9244K 316/9244K 320/9244K 324/9244K 328/9244K 332/9244K 336/9244K 340/9244K 344/9244K 348/9244K 352/9244K 356/9244K 360/9244K 364/9244K 368/9244K 372/9244K 376/9244K 380/9244K 384/9244K 388/9244K 392/9244K 396/9244K 400/9244K 404/9244K 408/9244K 412/9244K 416/9244K 420/9244K 424/9244K 428/9244K 432/9244K 436/9244K 440/9244K 444/9244K 448/9244K 452/9244K 456/9244K 460/9244K 464/9244K 468/9244K 472/9244K 476/9244K 480/9244K 484/9244K 488/9244K 492/9244K 496/9244K 500/9244K 504/9244K 508/9244K 512/9244K 516/9244K 520/9244K 524/9244K 528/9244K 532/9244K 536/9244K 537/9244K 538/9244K 542/9244K 546/9244K 550/9244K 552/9244K 556/9244K 559/9244K 562/9244K 564/9244K 567/9244K 571/9244K 575/9244K 579/9244K 582/9244K 586/9244K 586/9244K 589/9244K 593/9244K 594/9244K 598/9244K 602/9244K 603/9244K 605/9244K 608/9244K 612/9244K 614/9244K 618/9244K 619/9244K 623/9244K 627/9244K 631/9244K 635/9244K 638/9244K 642/9244K 642/9244K 645/9244K 649/9244K 653/9244K 653/9244K 657/9244K 660/9244K 664/9244K 665/9244K 669/9244K 671/9244K 675/9244K 676/9244K 680/9244K 682/9244K 686/9244K 690/9244K 694/9244K 697/9244K 701/9244K 701/9244K 705/9244K 705/9244K 709/9244K 709/9244K 713/9244K 713/9244K 716/9244K 717/9244K 721/9244K 721/9244K 725/9244K 729/9244K 730/9244K 731/9244K 732/9244K 736/9244K 740/9244K 741/9244K 742/9244K 743/9244K 745/9244K 747/9244K 751/9244K 754/9244K 758/9244K 760/9244K 764/9244K 764/9244K 768/9244K 772/9244K 772/9244K 776/9244K 780/9244K 780/9244K 784/9244K 784/9244K 788/9244K 791/9244K 794/9244K 797/9244K 799/9244K 803/9244K 807/9244K 809/9244K 813/9244K 813/9244K 817/9244K 820/9244K 824/9244K 828/9244K 832/9244K 836/9244K 840/9244K 840/9244K 843/9244K 847/9244K 848/9244K 852/9244K 852/9244K 856/9244K 857/9244K 861/9244K 861/9244K 863/9244K 867/9244K 868/9244K 872/9244K 873/9244K 877/9244K 878/9244K 882/9244K 884/9244K 888/9244K 892/9244K 896/9244K 899/9244K 902/9244K 903/9244K 907/9244K 911/9244K 914/9244K 915/9244K 919/9244K 923/9244K 925/9244K 926/9244K 928/9244K 929/9244K 933/9244K 936/9244K 940/9244K 943/9244K 947/9244K 948/9244K 952/9244K 956/9244K 960/9244K 963/9244K 966/9244K 967/9244K 971/9244K 974/9244K 978/9244K 978/9244K 981/9244K 982/9244K 984/9244K 986/9244K 990/9244K 990/9244K 994/9244K 998/9244K 999/9244K 1003/9244K 1003/9244K 1005/9244K 1009/9244K 1009/9244K 1013/9244K 1016/9244K 1020/9244K 1020/9244K 1024/9244K 1026/9244K 1027/9244K 1031/9244K 1035/9244K 1037/9244K 1041/9244K 1042/9244K 1046/9244K 1046/9244K 1050/9244K 1053/9244K 1057/9244K 1057/9244K 1061/9244K 1064/9244K 1068/9244K 1072/9244K 1075/9244K 1079/9244K 1080/9244K 1084/9244K 1086/9244K 1087/9244K 1089/9244K 1091/9244K 1093/9244K 1097/9244K 1101/9244K 1102/9244K 1106/9244K 1108/9244K 1112/9244K 1113/9244K 1116/9244K 1117/9244K 1121/9244K 1123/9244K 1127/9244K 1130/9244K 1134/9244K 1134/9244K 1138/9244K 1141/9244K 1145/9244K 1146/9244K 1150/9244K 1150/9244K 1154/9244K 1157/9244K 1161/9244K 1164/9244K 1166/9244K 1168/9244K 1171/9244K 1172/9244K 1173/9244K 1175/9244K 1179/9244K 1179/9244K 1180/9244K 1184/9244K 1187/9244K 1191/9244K 1192/9244K 1195/9244K 1199/9244K 1201/9244K 1205/9244K 1205/9244K 1209/9244K 1209/9244K 1210/9244K 1214/9244K 1217/9244K 1221/9244K 1222/9244K 1225/9244K 1227/9244K 1229/9244K 1231/9244K 1235/9244K 1237/9244K 1241/9244K 1244/9244K 1248/9244K 1252/9244K 1256/9244K 1260/9244K 1263/9244K 1267/9244K 1271/9244K 1275/9244K 1278/9244K 1280/9244K 1281/9244K 1283/9244K 1284/9244K 1288/9244K 1289/9244K 1293/9244K 1295/9244K 1299/9244K 1299/9244K 1303/9244K 1306/9244K 1307/9244K 1308/9244K 1312/9244K 1315/9244K 1317/9244K 1321/9244K 1322/9244K 1326/9244K 1330/9244K 1330/9244K 1334/9244K 1337/9244K 1341/9244K 1345/9244K 1345/9244K 1348/9244K 1352/9244K 1354/9244K 1358/9244K 1362/9244K 1362/9244K 1364/9244K 1366/9244K 1367/9244K 1370/9244K 1373/9244K 1374/9244K 1378/9244K 1382/9244K 1382/9244K 1385/9244K 1389/9244K 1389/9244K 1390/9244K 1394/9244K 1397/9244K 1401/9244K 1403/9244K 1404/9244K 1408/9244K 1408/9244K 1411/9244K 1414/9244K 1416/9244K 1418/9244K 1419/9244K 1420/9244K 1422/9244K 1423/9244K 1427/9244K 1430/9244K 1431/9244K 1435/9244K 1438/9244K 1442/9244K 1445/9244K 1449/9244K 1452/9244K 1456/9244K 1459/9244K 1463/9244K 1467/9244K 1467/9244K 1471/9244K 1474/9244K 1475/9244K 1476/9244K 1478/9244K 1479/9244K 1483/9244K 1485/9244K 1486/9244K 1490/9244K 1493/9244K 1496/9244K 1500/9244K 1500/9244K 1504/9244K 1504/9244K 1505/9244K 1509/9244K 1509/9244K 1512/9244K 1513/9244K 1517/9244K 1521/9244K 1523/9244K 1526/9244K 1530/9244K 1530/9244K 1534/9244K 1535/9244K 1539/9244K 1542/9244K 1546/9244K 1546/9244K 1550/9244K 1554/9244K 1558/9244K 1562/9244K 1564/9244K 1568/9244K 1569/9244K 1571/9244K 1575/9244K 1576/9244K 1580/9244K 1580/9244K 1583/9244K 1586/9244K 1588/9244K 1592/9244K 1596/9244K 1599/9244K 1603/9244K 1605/9244K 1606/9244K 1610/9244K 1610/9244K 1613/9244K 1614/9244K 1616/9244K 1617/9244K 1620/9244K 1624/9244K 1625/9244K 1628/9244K 1631/9244K 1632/9244K 1636/9244K 1638/9244K 1642/9244K 1642/9244K 1646/9244K 1647/9244K 1651/9244K 1655/9244K 1659/9244K 1659/9244K 1663/9244K 1663/9244K 1667/9244K 1670/9244K 1673/9244K 1676/9244K 1678/9244K 1682/9244K 1684/9244K 1687/9244K 1691/9244K 1695/9244K 1696/9244K 1700/9244K 1702/9244K 1703/9244K 1704/9244K 1708/9244K 1711/9244K 1713/9244K 1717/9244K 1718/9244K 1722/9244K 1722/9244K 1726/9244K 1726/9244K 1730/9244K 1730/9244K 1733/9244K 1737/9244K 1741/9244K 1741/9244K 1745/9244K 1747/9244K 1751/9244K 1752/9244K 1756/9244K 1758/9244K 1762/9244K 1766/9244K 1769/9244K 1770/9244K 1774/9244K 1775/9244K 1778/9244K 1782/9244K 1782/9244K 1785/9244K 1786/9244K 1788/9244K 1792/9244K 1792/9244K 1796/9244K 1799/9244K 1803/9244K 1805/9244K 1807/9244K 1811/9244K 1812/9244K 1814/9244K 1815/9244K 1816/9244K 1820/9244K 1820/9244K 1824/9244K 1828/9244K 1832/9244K 1836/9244K 1840/9244K 1844/9244K 1848/9244K 1852/9244K 1856/9244K 1860/9244K 1864/9244K 1868/9244K 1872/9244K 1876/9244K 1878/9244K 1879/9244K 1882/9244K 1886/9244K 1887/9244K 1889/9244K 1891/9244K 1895/9244K 1896/9244K 1898/9244K 1902/9244K 1904/9244K 1905/9244K 1909/9244K 1913/9244K 1913/9244K 1917/9244K 1917/9244K 1921/9244K 1923/9244K 1927/9244K 1930/9244K 1934/9244K 1935/9244K 1936/9244K 1938/9244K 1939/9244K 1943/9244K 1945/9244K 1949/9244K 1949/9244K 1950/9244K 1954/9244K 1956/9244K 1957/9244K 1958/9244K 1962/9244K 1965/9244K 1968/9244K 1971/9244K 1975/9244K 1979/9244K 1982/9244K 1986/9244K 1987/9244K 1990/9244K 1992/9244K 1995/9244K 1997/9244K 2001/9244K 2005/9244K 2009/9244K 2009/9244K 2013/9244K 2013/9244K 2016/9244K 2020/9244K 2023/9244K 2025/9244K 2027/9244K 2031/9244K 2031/9244K 2035/9244K 2035/9244K 2036/9244K 2038/9244K 2042/9244K 2042/9244K 2044/9244K 2046/9244K 2050/9244K 2054/9244K 2054/9244K 2058/9244K 2059/9244K 2063/9244K 2067/9244K 2071/9244K 2072/9244K 2074/9244K 2076/9244K 2080/9244K 2080/9244K 2083/9244K 2084/9244K 2085/9244K 2087/9244K 2088/9244K 2089/9244K 2093/9244K 2096/9244K 2098/9244K 2102/9244K 2104/9244K 2107/9244K 2110/9244K 2111/9244K 2115/9244K 2115/9244K 2119/9244K 2121/9244K 2125/9244K 2125/9244K 2129/9244K 2129/9244K 2133/9244K 2133/9244K 2137/9244K 2140/9244K 2143/9244K 2145/9244K 2147/9244K 2151/9244K 2151/9244K 2154/9244K 2158/9244K 2158/9244K 2162/9244K 2162/9244K 2163/9244K 2167/9244K 2167/9244K 2171/9244K 2174/9244K 2177/9244K 2181/9244K 2185/9244K 2185/9244K 2189/9244K 2192/9244K 2196/9244K 2197/9244K 2200/9244K 2201/9244K 2203/9244K 2205/9244K 2209/9244K 2212/9244K 2216/9244K 2218/9244K 2220/9244K 2222/9244K 2225/9244K 2227/9244K 2229/9244K 2231/9244K 2233/9244K 2235/9244K 2239/9244K 2243/9244K 2244/9244K 2248/9244K 2249/9244K 2252/9244K 2253/9244K 2256/9244K 2257/9244K 2261/9244K 2263/9244K 2267/9244K 2267/9244K 2271/9244K 2275/9244K 2276/9244K 2280/9244K 2282/9244K 2286/9244K 2287/9244K 2291/9244K 2291/9244K 2293/9244K 2294/9244K 2296/9244K 2297/9244K 2301/9244K 2301/9244K 2305/9244K 2305/9244K 2309/9244K 2311/9244K 2312/9244K 2316/9244K 2316/9244K 2317/9244K 2319/9244K 2320/9244K 2323/9244K 2327/9244K 2331/9244K 2331/9244K 2335/9244K 2337/9244K 2339/9244K 2343/9244K 2347/9244K 2349/9244K 2353/9244K 2356/9244K 2357/9244K 2360/9244K 2361/9244K 2362/9244K 2366/9244K 2369/9244K 2371/9244K 2372/9244K 2376/9244K 2376/9244K 2380/9244K 2384/9244K 2386/9244K 2388/9244K 2392/9244K 2395/9244K 2399/9244K 2402/9244K 2406/9244K 2407/9244K 2409/9244K 2413/9244K 2413/9244K 2417/9244K 2417/9244K 2421/9244K 2425/9244K 2425/9244K 2429/9244K 2432/9244K 2433/9244K 2437/9244K 2439/9244K 2443/9244K 2447/9244K 2447/9244K 2451/9244K 2455/9244K 2455/9244K 2458/9244K 2462/9244K 2462/9244K 2463/9244K 2467/9244K 2468/9244K 2470/9244K 2473/9244K 2477/9244K 2481/9244K 2481/9244K 2485/9244K 2485/9244K 2489/9244K 2493/9244K 2494/9244K 2498/9244K 2500/9244K 2504/9244K 2504/9244K 2507/9244K 2509/9244K 2510/9244K 2511/9244K 2513/9244K 2514/9244K 2518/9244K 2518/9244K 2522/9244K 2524/9244K 2525/9244K 2529/9244K 2529/9244K 2530/9244K 2532/9244K 2536/9244K 2536/9244K 2540/9244K 2544/9244K 2544/9244K 2548/9244K 2552/9244K 2552/9244K 2556/9244K 2556/9244K 2560/9244K 2560/9244K 2564/9244K 2568/9244K 2569/9244K 2570/9244K 2573/9244K 2575/9244K 2577/9244K 2580/9244K 2582/9244K 2584/9244K 2585/9244K 2586/9244K 2590/9244K 2593/9244K 2596/9244K 2597/9244K 2601/9244K 2605/9244K 2609/9244K 2613/9244K 2615/9244K 2619/9244K 2620/9244K 2622/9244K 2626/9244K 2626/9244K 2627/9244K 2631/9244K 2633/9244K 2637/9244K 2640/9244K 2644/9244K 2646/9244K 2650/9244K 2651/9244K 2655/9244K 2655/9244K 2659/9244K 2661/9244K 2665/9244K 2667/9244K 2671/9244K 2674/9244K 2678/9244K 2682/9244K 2682/9244K 2686/9244K 2686/9244K 2687/9244K 2689/9244K 2693/9244K 2697/9244K 2698/9244K 2701/9244K 2705/9244K 2708/9244K 2712/9244K 2713/9244K 2717/9244K 2720/9244K 2723/9244K 2724/9244K 2726/9244K 2727/9244K 2730/9244K 2734/9244K 2735/9244K 2738/9244K 2741/9244K 2742/9244K 2746/9244K 2746/9244K 2749/9244K 2752/9244K 2756/9244K 2760/9244K 2762/9244K 2766/9244K 2767/9244K 2771/9244K 2772/9244K 2776/9244K 2777/9244K 2781/9244K 2783/9244K 2784/9244K 2787/9244K 2791/9244K 2792/9244K 2795/9244K 2798/9244K 2799/9244K 2801/9244K 2802/9244K 2806/9244K 2809/9244K 2813/9244K 2813/9244K 2817/9244K 2820/9244K 2824/9244K 2825/9244K 2829/9244K 2833/9244K 2833/9244K 2836/9244K 2838/9244K 2839/9244K 2840/9244K 2844/9244K 2844/9244K 2846/9244K 2850/9244K 2850/9244K 2851/9244K 2855/9244K 2858/9244K 2862/9244K 2866/9244K 2866/9244K 2870/9244K 2872/9244K 2873/9244K 2876/9244K 2880/9244K 2884/9244K 2884/9244K 2888/9244K 2892/9244K 2892/9244K 2896/9244K 2899/9244K 2902/9244K 2904/9244K 2907/9244K 2909/9244K 2913/9244K 2914/9244K 2918/9244K 2922/9244K 2922/9244K 2925/9244K 2926/9244K 2930/9244K 2933/9244K 2937/9244K 2939/9244K 2940/9244K 2941/9244K 2943/9244K 2944/9244K 2945/9244K 2949/9244K 2951/9244K 2955/9244K 2956/9244K 2958/9244K 2960/9244K 2963/9244K 2967/9244K 2967/9244K 2969/9244K 2973/9244K 2973/9244K 2977/9244K 2980/9244K 2984/9244K 2985/9244K 2989/9244K 2992/9244K 2996/9244K 3000/9244K 3000/9244K 3003/9244K 3004/9244K 3005/9244K 3009/9244K 3010/9244K 3011/9244K 3012/9244K 3014/9244K 3016/9244K 3018/9244K 3019/9244K 3020/9244K 3024/9244K 3026/9244K 3030/9244K 3031/9244K 3035/9244K 3038/9244K 3042/9244K 3042/9244K 3045/9244K 3049/9244K 3049/9244K 3052/9244K 3056/9244K 3059/9244K 3060/9244K 3061/9244K 3065/9244K 3066/9244K 3068/9244K 3071/9244K 3074/9244K 3076/9244K 3080/9244K 3081/9244K 3085/9244K 3089/9244K 3089/9244K 3093/9244K 3093/9244K 3096/9244K 3097/9244K 3101/9244K 3104/9244K 3108/9244K 3109/9244K 3112/9244K 3115/9244K 3119/9244K 3123/9244K 3123/9244K 3127/9244K 3128/9244K 3130/9244K 3134/9244K 3135/9244K 3139/9244K 3143/9244K 3147/9244K 3150/9244K 3154/9244K 3154/9244K 3158/9244K 3158/9244K 3160/9244K 3161/9244K 3164/9244K 3167/9244K 3171/9244K 3171/9244K 3175/9244K 3177/9244K 3181/9244K 3183/9244K 3184/9244K 3188/9244K 3188/9244K 3191/9244K 3194/9244K 3195/9244K 3199/9244K 3202/9244K 3206/9244K 3208/9244K 3212/9244K 3216/9244K 3216/9244K 3220/9244K 3224/9244K 3224/9244K 3227/9244K 3231/9244K 3232/9244K 3235/9244K 3236/9244K 3238/9244K 3239/9244K 3240/9244K 3242/9244K 3246/9244K 3250/9244K 3251/9244K 3253/9244K 3257/9244K 3261/9244K 3263/9244K 3267/9244K 3270/9244K 3274/9244K 3278/9244K 3279/9244K 3281/9244K 3283/9244K 3285/9244K 3289/9244K 3291/9244K 3292/9244K 3295/9244K 3296/9244K 3300/9244K 3300/9244K 3304/9244K 3304/9244K 3308/9244K 3312/9244K 3313/9244K 3317/9244K 3318/9244K 3319/9244K 3321/9244K 3325/9244K 3326/9244K 3328/9244K 3332/9244K 3332/9244K 3336/9244K 3337/9244K 3340/9244K 3344/9244K 3348/9244K 3348/9244K 3352/9244K 3352/9244K 3354/9244K 3358/9244K 3358/9244K 3362/9244K 3363/9244K 3367/9244K 3367/9244K 3371/9244K 3374/9244K 3378/9244K 3378/9244K 3382/9244K 3382/9244K 3386/9244K 3388/9244K 3389/9244K 3390/9244K 3394/9244K 3395/9244K 3397/9244K 3401/9244K 3403/9244K 3407/9244K 3407/9244K 3411/9244K 3414/9244K 3416/9244K 3418/9244K 3421/9244K 3425/9244K 3426/9244K 3430/9244K 3433/9244K 3437/9244K 3438/9244K 3440/9244K 3444/9244K 3446/9244K 3449/9244K 3453/9244K 3455/9244K 3459/9244K 3459/9244K 3460/9244K 3461/9244K 3463/9244K 3464/9244K 3466/9244K 3470/9244K 3471/9244K 3475/9244K 3475/9244K 3476/9244K 3480/9244K 3481/9244K 3485/9244K 3486/9244K 3490/9244K 3491/9244K 3495/9244K 3499/9244K 3502/9244K 3506/9244K 3508/9244K 3511/9244K 3515/9244K 3516/9244K 3519/9244K 3523/9244K 3524/9244K 3526/9244K 3530/9244K 3532/9244K 3536/9244K 3538/9244K 3542/9244K 3543/9244K 3547/9244K 3547/9244K 3551/9244K 3552/9244K 3553/9244K 3557/9244K 3557/9244K 3558/9244K 3562/9244K 3564/9244K 3568/9244K 3568/9244K 3572/9244K 3573/9244K 3575/9244K 3579/9244K 3580/9244K 3582/9244K 3586/9244K 3587/9244K 3591/9244K 3593/9244K 3597/9244K 3601/9244K 3603/9244K 3607/9244K 3608/9244K 3610/9244K 3613/9244K 3616/9244K 3620/9244K 3620/9244K 3624/9244K 3624/9244K 3625/9244K 3629/9244K 3632/9244K 3636/9244K 3636/9244K 3640/9244K 3643/9244K 3644/9244K 3648/9244K 3648/9244K 3651/9244K 3653/9244K 3657/9244K 3658/9244K 3659/9244K 3663/9244K 3667/9244K 3671/9244K 3673/9244K 3677/9244K 3677/9244K 3680/9244K 3681/9244K 3685/9244K 3685/9244K 3687/9244K 3688/9244K 3689/9244K 3691/9244K 3695/9244K 3695/9244K 3696/9244K 3699/9244K 3703/9244K 3703/9244K 3707/9244K 3707/9244K 3711/9244K 3711/9244K 3715/9244K 3719/9244K 3719/9244K 3723/9244K 3727/9244K 3731/9244K 3735/9244K 3739/9244K 3743/9244K 3745/9244K 3749/9244K 3751/9244K 3754/9244K 3758/9244K 3758/9244K 3762/9244K 3766/9244K 3767/9244K 3770/9244K 3774/9244K 3775/9244K 3777/9244K 3778/9244K 3782/9244K 3784/9244K 3785/9244K 3789/9244K 3789/9244K 3793/9244K 3797/9244K 3800/9244K 3801/9244K 3805/9244K 3808/9244K 3812/9244K 3815/9244K 3819/9244K 3822/9244K 3826/9244K 3829/9244K 3833/9244K 3836/9244K 3838/9244K 3841/9244K 3844/9244K 3846/9244K 3849/9244K 3852/9244K 3853/9244K 3857/9244K 3860/9244K 3863/9244K 3867/9244K 3870/9244K 3872/9244K 3876/9244K 3879/9244K 3883/9244K 3887/9244K 3887/9244K 3889/9244K 3893/9244K 3893/9244K 3894/9244K 3898/9244K 3898/9244K 3902/9244K 3905/9244K 3909/9244K 3911/9244K 3915/9244K 3915/9244K 3916/9244K 3917/9244K 3919/9244K 3920/9244K 3922/9244K 3923/9244K 3924/9244K 3927/9244K 3928/9244K 3931/9244K 3935/9244K 3937/9244K 3938/9244K 3942/9244K 3945/9244K 3949/9244K 3949/9244K 3953/9244K 3957/9244K 3958/9244K 3962/9244K 3964/9244K 3965/9244K 3969/9244K 3973/9244K 3975/9244K 3979/9244K 3980/9244K 3984/9244K 3987/9244K 3991/9244K 3991/9244K 3995/9244K 3999/9244K 3999/9244K 4003/9244K 4005/9244K 4006/9244K 4008/9244K 4012/9244K 4013/9244K 4014/9244K 4018/9244K 4018/9244K 4020/9244K 4024/9244K 4025/9244K 4029/9244K 4029/9244K 4031/9244K 4033/9244K 4037/9244K 4041/9244K 4044/9244K 4048/9244K 4050/9244K 4054/9244K 4057/9244K 4061/9244K 4064/9244K 4066/9244K 4069/9244K 4072/9244K 4073/9244K 4074/9244K 4076/9244K 4079/9244K 4080/9244K 4083/9244K 4084/9244K 4088/9244K 4092/9244K 4094/9244K 4098/9244K 4102/9244K 4106/9244K 4110/9244K 4113/9244K 4117/9244K 4117/9244K 4120/9244K 4121/9244K 4125/9244K 4125/9244K 4126/9244K 4130/9244K 4132/9244K 4136/9244K 4136/9244K 4140/9244K 4140/9244K 4144/9244K 4147/9244K 4150/9244K 4151/9244K 4152/9244K 4154/9244K 4155/9244K 4156/9244K 4158/9244K 4159/9244K 4163/9244K 4167/9244K 4169/9244K 4171/9244K 4175/9244K 4177/9244K 4180/9244K 4184/9244K 4186/9244K 4190/9244K 4193/9244K 4196/9244K 4200/9244K 4203/9244K 4207/9244K 4208/9244K 4212/9244K 4215/9244K 4219/9244K 4222/9244K 4226/9244K 4229/9244K 4233/9244K 4237/9244K 4237/9244K 4238/9244K 4240/9244K 4244/9244K 4244/9244K 4245/9244K 4246/9244K 4250/9244K 4251/9244K 4252/9244K 4256/9244K 4260/9244K 4260/9244K 4261/9244K 4264/9244K 4268/9244K 4270/9244K 4274/9244K 4275/9244K 4279/9244K 4283/9244K 4286/9244K 4287/9244K 4291/9244K 4294/9244K 4298/9244K 4298/9244K 4301/9244K 4302/9244K 4304/9244K 4305/9244K 4307/9244K 4308/9244K 4309/9244K 4313/9244K 4316/9244K 4320/9244K 4322/9244K 4326/9244K 4330/9244K 4331/9244K 4335/9244K 4339/9244K 4342/9244K 4346/9244K 4349/9244K 4353/9244K 4353/9244K 4354/9244K 4357/9244K 4361/9244K 4364/9244K 4368/9244K 4372/9244K 4372/9244K 4376/9244K 4380/9244K 4382/9244K 4384/9244K 4386/9244K 4387/9244K 4388/9244K 4390/9244K 4394/9244K 4398/9244K 4398/9244K 4402/9244K 4405/9244K 4409/9244K 4409/9244K 4412/9244K 4416/9244K 4417/9244K 4421/9244K 4425/9244K 4429/9244K 4431/9244K 4435/9244K 4435/9244K 4439/9244K 4440/9244K 4442/9244K 4443/9244K 4447/9244K 4451/9244K 4451/9244K 4453/9244K 4455/9244K 4458/9244K 4462/9244K 4462/9244K 4464/9244K 4466/9244K 4470/9244K 4474/9244K 4477/9244K 4479/9244K 4483/9244K 4485/9244K 4489/9244K 4491/9244K 4492/9244K 4494/9244K 4495/9244K 4498/9244K 4500/9244K 4504/9244K 4508/9244K 4511/9244K 4515/9244K 4518/9244K 4522/9244K 4524/9244K 4528/9244K 4532/9244K 4532/9244K 4533/9244K 4535/9244K 4536/9244K 4537/9244K 4539/9244K 4540/9244K 4541/9244K 4544/9244K 4548/9244K 4548/9244K 4551/9244K 4554/9244K 4558/9244K 4559/9244K 4563/9244K 4565/9244K 4569/9244K 4573/9244K 4575/9244K 4579/9244K 4580/9244K 4584/9244K 4584/9244K 4585/9244K 4589/9244K 4592/9244K 4596/9244K 4599/9244K 4603/9244K 4604/9244K 4608/9244K 4611/9244K 4615/9244K 4618/9244K 4619/9244K 4622/9244K 4626/9244K 4626/9244K 4630/9244K 4630/9244K 4634/9244K 4636/9244K 4637/9244K 4641/9244K 4641/9244K 4642/9244K 4645/9244K 4649/9244K 4652/9244K 4656/9244K 4659/9244K 4663/9244K 4664/9244K 4666/9244K 4667/9244K 4670/9244K 4672/9244K 4676/9244K 4677/9244K 4679/9244K 4682/9244K 4686/9244K 4690/9244K 4690/9244K 4694/9244K 4694/9244K 4698/9244K 4698/9244K 4700/9244K 4704/9244K 4707/9244K 4711/9244K 4715/9244K 4715/9244K 4719/9244K 4723/9244K 4726/9244K 4728/9244K 4731/9244K 4735/9244K 4735/9244K 4739/9244K 4742/9244K 4746/9244K 4746/9244K 4750/9244K 4750/9244K 4754/9244K 4758/9244K 4762/9244K 4763/9244K 4767/9244K 4767/9244K 4769/9244K 4772/9244K 4773/9244K 4775/9244K 4778/9244K 4782/9244K 4786/9244K 4786/9244K 4788/9244K 4790/9244K 4793/9244K 4797/9244K 4797/9244K 4801/9244K 4802/9244K 4803/9244K 4807/9244K 4809/9244K 4813/9244K 4816/9244K 4820/9244K 4824/9244K 4827/9244K 4829/9244K 4832/9244K 4836/9244K 4838/9244K 4840/9244K 4843/9244K 4847/9244K 4849/9244K 4853/9244K 4857/9244K 4857/9244K 4859/9244K 4861/9244K 4862/9244K 4866/9244K 4868/9244K 4869/9244K 4873/9244K 4874/9244K 4878/9244K 4879/9244K 4880/9244K 4881/9244K 4883/9244K 4887/9244K 4891/9244K 4892/9244K 4896/9244K 4898/9244K 4900/9244K 4902/9244K 4905/9244K 4909/9244K 4909/9244K 4910/9244K 4914/9244K 4915/9244K 4919/9244K 4923/9244K 4927/9244K 4929/9244K 4933/9244K 4936/9244K 4940/9244K 4944/9244K 4948/9244K 4952/9244K 4956/9244K 4960/9244K 4964/9244K 4965/9244K 4969/9244K 4969/9244K 4970/9244K 4973/9244K 4977/9244K 4981/9244K 4985/9244K 4988/9244K 4992/9244K 4993/9244K 4997/9244K 4999/9244K 5000/9244K 5004/9244K 5004/9244K 5007/9244K 5010/9244K 5012/9244K 5015/9244K 5016/9244K 5019/9244K 5021/9244K 5022/9244K 5026/9244K 5026/9244K 5029/9244K 5031/9244K 5033/9244K 5037/9244K 5041/9244K 5045/9244K 5049/9244K 5053/9244K 5057/9244K 5061/9244K 5065/9244K 5069/9244K 5073/9244K 5077/9244K 5081/9244K 5085/9244K 5089/9244K 5093/9244K 5097/9244K 5101/9244K 5105/9244K 5109/9244K 5113/9244K 5117/9244K 5121/9244K 5125/9244K 5129/9244K 5133/9244K 5137/9244K 5141/9244K 5145/9244K 5149/9244K 5153/9244K 5157/9244K 5161/9244K 5165/9244K 5169/9244K 5173/9244K 5177/9244K 5181/9244K 5185/9244K 5189/9244K 5193/9244K 5197/9244K 5201/9244K 5205/9244K 5209/9244K 5213/9244K 5217/9244K 5221/9244K 5225/9244K 5229/9244K 5233/9244K 5237/9244K 5241/9244K 5245/9244K 5249/9244K 5253/9244K 5257/9244K 5261/9244K 5265/9244K 5269/9244K 5273/9244K 5277/9244K 5281/9244K 5285/9244K 5289/9244K 5293/9244K 5297/9244K 5301/9244K 5305/9244K 5309/9244K 5310/9244K 5314/9244K 5314/9244K 5315/9244K 5319/9244K 5323/9244K 5327/9244K 5330/9244K 5332/9244K 5336/9244K 5337/9244K 5340/9244K 5344/9244K 5344/9244K 5345/9244K 5347/9244K 5350/9244K 5351/9244K 5352/9244K 5354/9244K 5356/9244K 5358/9244K 5362/9244K 5362/9244K 5366/9244K 5366/9244K 5367/9244K 5370/9244K 5374/9244K 5376/9244K 5380/9244K 5382/9244K 5386/9244K 5386/9244K 5389/9244K 5392/9244K 5393/9244K 5395/9244K 5396/9244K 5399/9244K 5400/9244K 5404/9244K 5407/9244K 5411/9244K 5411/9244K 5414/9244K 5416/9244K 5418/9244K 5419/9244K 5421/9244K 5422/9244K 5423/9244K 5427/9244K 5427/9244K 5431/9244K 5433/9244K 5437/9244K 5438/9244K 5441/9244K 5444/9244K 5448/9244K 5449/9244K 5451/9244K 5453/9244K 5455/9244K 5457/9244K 5461/9244K 5462/9244K 5463/9244K 5466/9244K 5468/9244K 5471/9244K 5475/9244K 5477/9244K 5481/9244K 5482/9244K 5483/9244K 5487/9244K 5491/9244K 5492/9244K 5496/9244K 5496/9244K 5497/9244K 5501/9244K 5505/9244K 5507/9244K 5511/9244K 5511/9244K 5515/9244K 5515/9244K 5518/9244K 5519/9244K 5522/9244K 5526/9244K 5526/9244K 5527/9244K 5531/9244K 5534/9244K 5535/9244K 5539/9244K 5539/9244K 5541/9244K 5545/9244K 5545/9244K 5546/9244K 5550/9244K 5554/9244K 5558/9244K 5558/9244K 5561/9244K 5564/9244K 5565/9244K 5568/9244K 5572/9244K 5576/9244K 5580/9244K 5580/9244K 5583/9244K 5586/9244K 5588/9244K 5591/9244K 5595/9244K 5599/9244K 5599/9244K 5602/9244K 5605/9244K 5609/9244K 5609/9244K 5613/9244K 5613/9244K 5617/9244K 5617/9244K 5619/9244K 5620/9244K 5621/9244K 5624/9244K 5625/9244K 5629/9244K 5629/9244K 5632/9244K 5634/9244K 5635/9244K 5638/9244K 5642/9244K 5642/9244K 5643/9244K 5646/9244K 5650/9244K 5651/9244K 5654/9244K 5657/9244K 5659/9244K 5661/9244K 5665/9244K 5668/9244K 5669/9244K 5672/9244K 5675/9244K 5679/9244K 5683/9244K 5687/9244K 5688/9244K 5690/9244K 5691/9244K 5695/9244K 5695/9244K 5699/9244K 5702/9244K 5705/9244K 5709/9244K 5713/9244K 5717/9244K 5717/9244K 5718/9244K 5722/9244K 5724/9244K 5728/9244K 5728/9244K 5732/9244K 5733/9244K 5736/9244K 5737/9244K 5740/9244K 5741/9244K 5745/9244K 5749/9244K 5751/9244K 5752/9244K 5755/9244K 5756/9244K 5758/9244K 5761/9244K 5762/9244K 5763/9244K 5765/9244K 5769/9244K 5771/9244K 5775/9244K 5777/9244K 5778/9244K 5782/9244K 5785/9244K 5789/9244K 5791/9244K 5792/9244K 5793/9244K 5795/9244K 5796/9244K 5799/9244K 5801/9244K 5803/9244K 5804/9244K 5807/9244K 5808/9244K 5810/9244K 5811/9244K 5815/9244K 5818/9244K 5819/9244K 5823/9244K 5823/9244K 5825/9244K 5829/9244K 5829/9244K 5830/9244K 5833/9244K 5837/9244K 5838/9244K 5842/9244K 5842/9244K 5844/9244K 5848/9244K 5848/9244K 5852/9244K 5852/9244K 5856/9244K 5857/9244K 5861/9244K 5862/9244K 5863/9244K 5864/9244K 5867/9244K 5871/9244K 5871/9244K 5875/9244K 5878/9244K 5879/9244K 5881/9244K 5883/9244K 5887/9244K 5887/9244K 5889/9244K 5890/9244K 5892/9244K 5896/9244K 5896/9244K 5897/9244K 5901/9244K 5905/9244K 5905/9244K 5908/9244K 5909/9244K 5911/9244K 5913/9244K 5915/9244K 5919/9244K 5922/9244K 5924/9244K 5927/9244K 5930/9244K 5933/9244K 5935/9244K 5938/9244K 5941/9244K 5945/9244K 5946/9244K 5948/9244K 5952/9244K 5953/9244K 5957/9244K 5960/9244K 5964/9244K 5964/9244K 5968/9244K 5969/9244K 5973/9244K 5976/9244K 5980/9244K 5983/9244K 5987/9244K 5989/9244K 5993/9244K 5994/9244K 5998/9244K 5998/9244K 5999/9244K 6003/9244K 6004/9244K 6006/9244K 6010/9244K 6010/9244K 6014/9244K 6017/9244K 6021/9244K 6021/9244K 6024/9244K 6028/9244K 6032/9244K 6034/9244K 6038/9244K 6038/9244K 6039/9244K 6042/9244K 6044/9244K 6046/9244K 6050/9244K 6054/9244K 6058/9244K 6058/9244K 6062/9244K 6064/9244K 6065/9244K 6066/9244K 6068/9244K 6072/9244K 6076/9244K 6076/9244K 6079/9244K 6083/9244K 6083/9244K 6084/9244K 6085/9244K 6088/9244K 6092/9244K 6096/9244K 6099/9244K 6100/9244K 6104/9244K 6105/9244K 6107/9244K 6110/9244K 6113/9244K 6114/9244K 6115/9244K 6118/9244K 6120/9244K 6124/9244K 6124/9244K 6125/9244K 6129/9244K 6132/9244K 6136/9244K 6137/9244K 6140/9244K 6144/9244K 6144/9244K 6148/9244K 6150/9244K 6154/9244K 6158/9244K 6159/9244K 6163/9244K 6167/9244K 6167/9244K 6171/9244K 6173/9244K 6176/9244K 6178/9244K 6180/9244K 6184/9244K 6184/9244K 6185/9244K 6186/9244K 6190/9244K 6194/9244K 6195/9244K 6196/9244K 6199/9244K 6201/9244K 6205/9244K 6206/9244K 6210/9244K 6211/9244K 6215/9244K 6217/9244K 6218/9244K 6219/9244K 6221/9244K 6225/9244K 6229/9244K 6229/9244K 6233/9244K 6234/9244K 6238/9244K 6241/9244K 6242/9244K 6244/9244K 6245/9244K 6249/9244K 6253/9244K 6256/9244K 6260/9244K 6260/9244K 6262/9244K 6263/9244K 6266/9244K 6267/9244K 6271/9244K 6271/9244K 6275/9244K 6277/9244K 6281/9244K 6282/9244K 6283/9244K 6285/9244K 6286/9244K 6287/9244K 6289/9244K 6290/9244K 6293/9244K 6294/9244K 6296/9244K 6298/9244K 6302/9244K 6304/9244K 6307/9244K 6311/9244K 6315/9244K 6315/9244K 6319/9244K 6320/9244K 6323/9244K 6324/9244K 6328/9244K 6331/9244K 6335/9244K 6338/9244K 6342/9244K 6343/9244K 6347/9244K 6351/9244K 6352/9244K 6354/9244K 6356/9244K 6357/9244K 6358/9244K 6360/9244K 6364/9244K 6364/9244K 6365/9244K 6367/9244K 6371/9244K 6372/9244K 6375/9244K 6378/9244K 6379/9244K 6383/9244K 6383/9244K 6387/9244K 6390/9244K 6394/9244K 6395/9244K 6397/9244K 6398/9244K 6399/9244K 6401/9244K 6405/9244K 6406/9244K 6408/9244K 6412/9244K 6412/9244K 6416/9244K 6419/9244K 6421/9244K 6423/9244K 6424/9244K 6425/9244K 6429/9244K 6429/9244K 6433/9244K 6435/9244K 6439/9244K 6440/9244K 6442/9244K 6446/9244K 6446/9244K 6447/9244K 6451/9244K 6453/9244K 6457/9244K 6457/9244K 6458/9244K 6462/9244K 6462/9244K 6465/9244K 6468/9244K 6470/9244K 6473/9244K 6476/9244K 6479/9244K 6483/9244K 6484/9244K 6487/9244K 6491/9244K 6492/9244K 6496/9244K 6499/9244K 6503/9244K 6503/9244K 6505/9244K 6509/9244K 6511/9244K 6513/9244K 6517/9244K 6517/9244K 6520/9244K 6521/9244K 6525/9244K 6529/9244K 6532/9244K 6536/9244K 6540/9244K 6541/9244K 6543/9244K 6547/9244K 6548/9244K 6552/9244K 6554/9244K 6558/9244K 6558/9244K 6559/9244K 6561/9244K 6563/9244K 6567/9244K 6567/9244K 6571/9244K 6574/9244K 6577/9244K 6578/9244K 6580/9244K 6581/9244K 6584/9244K 6588/9244K 6592/9244K 6592/9244K 6596/9244K 6599/9244K 6603/9244K 6604/9244K 6606/9244K 6607/9244K 6608/9244K 6612/9244K 6612/9244K 6616/9244K 6618/9244K 6619/9244K 6623/9244K 6623/9244K 6627/9244K 6627/9244K 6629/9244K 6630/9244K 6634/9244K 6634/9244K 6636/9244K 6640/9244K 6640/9244K 6644/9244K 6645/9244K 6647/9244K 6648/9244K 6651/9244K 6652/9244K 6653/9244K 6656/9244K 6657/9244K 6659/9244K 6662/9244K 6666/9244K 6667/9244K 6670/9244K 6671/9244K 6675/9244K 6675/9244K 6679/9244K 6681/9244K 6685/9244K 6686/9244K 6690/9244K 6690/9244K 6694/9244K 6694/9244K 6696/9244K 6700/9244K 6700/9244K 6704/9244K 6707/9244K 6711/9244K 6712/9244K 6716/9244K 6716/9244K 6720/9244K 6724/9244K 6724/9244K 6726/9244K 6730/9244K 6730/9244K 6734/9244K 6738/9244K 6738/9244K 6741/9244K 6742/9244K 6743/9244K 6745/9244K 6749/9244K 6749/9244K 6752/9244K 6756/9244K 6756/9244K 6760/9244K 6760/9244K 6761/9244K 6763/9244K 6764/9244K 6768/9244K 6771/9244K 6775/9244K 6778/9244K 6782/9244K 6786/9244K 6787/9244K 6789/9244K 6790/9244K 6791/9244K 6795/9244K 6799/9244K 6801/9244K 6802/9244K 6805/9244K 6806/9244K 6809/9244K 6813/9244K 6814/9244K 6817/9244K 6821/9244K 6821/9244K 6823/9244K 6824/9244K 6828/9244K 6828/9244K 6831/9244K 6834/9244K 6835/9244K 6836/9244K 6839/9244K 6842/9244K 6845/9244K 6847/9244K 6851/9244K 6853/9244K 6855/9244K 6859/9244K 6860/9244K 6864/9244K 6868/9244K 6868/9244K 6872/9244K 6873/9244K 6877/9244K 6880/9244K 6884/9244K 6888/9244K 6890/9244K 6894/9244K 6894/9244K 6896/9244K 6900/9244K 6903/9244K 6907/9244K 6910/9244K 6911/9244K 6915/9244K 6916/9244K 6920/9244K 6920/9244K 6924/9244K 6926/9244K 6929/9244K 6933/9244K 6933/9244K 6936/9244K 6937/9244K 6940/9244K 6941/9244K 6945/9244K 6946/9244K 6948/9244K 6951/9244K 6955/9244K 6955/9244K 6956/9244K 6960/9244K 6962/9244K 6966/9244K 6970/9244K 6973/9244K 6976/9244K 6978/9244K 6980/9244K 6984/9244K 6985/9244K 6989/9244K 6993/9244K 6995/9244K 6997/9244K 7001/9244K 7005/9244K 7008/9244K 7010/9244K 7011/9244K 7015/9244K 7018/9244K 7021/9244K 7023/9244K 7026/9244K 7029/9244K 7030/9244K 7032/9244K 7033/9244K 7034/9244K 7037/9244K 7040/9244K 7042/9244K 7044/9244K 7048/9244K 7048/9244K 7051/9244K 7055/9244K 7056/9244K 7060/9244K 7064/9244K 7064/9244K 7066/9244K 7067/9244K 7071/9244K 7075/9244K 7079/9244K 7081/9244K 7085/9244K 7085/9244K 7086/9244K 7090/9244K 7094/9244K 7098/9244K 7102/9244K 7103/9244K 7104/9244K 7107/9244K 7109/9244K 7113/9244K 7115/9244K 7118/9244K 7122/9244K 7123/9244K 7127/9244K 7128/9244K 7131/9244K 7135/9244K 7137/9244K 7139/9244K 7142/9244K 7145/9244K 7146/9244K 7150/9244K 7153/9244K 7156/9244K 7157/9244K 7161/9244K 7161/9244K 7163/9244K 7164/9244K 7165/9244K 7169/9244K 7172/9244K 7175/9244K 7179/9244K 7180/9244K 7184/9244K 7188/9244K 7189/9244K 7193/9244K 7197/9244K 7197/9244K 7199/9244K 7203/9244K 7205/9244K 7206/9244K 7208/9244K 7210/9244K 7213/9244K 7216/9244K 7219/9244K 7221/9244K 7223/9244K 7224/9244K 7227/9244K 7230/9244K 7232/9244K 7236/9244K 7236/9244K 7238/9244K 7239/9244K 7243/9244K 7247/9244K 7247/9244K 7251/9244K 7254/9244K 7255/9244K 7257/9244K 7261/9244K 7265/9244K 7265/9244K 7266/9244K 7270/9244K 7273/9244K 7275/9244K 7279/9244K 7279/9244K 7281/9244K 7284/9244K 7285/9244K 7289/9244K 7290/9244K 7291/9244K 7295/9244K 7298/9244K 7300/9244K 7304/9244K 7306/9244K 7309/9244K 7311/9244K 7314/9244K 7317/9244K 7320/9244K 7324/9244K 7325/9244K 7326/9244K 7328/9244K 7329/9244K 7333/9244K 7333/9244K 7335/9244K 7339/9244K 7343/9244K 7343/9244K 7346/9244K 7350/9244K 7350/9244K 7351/9244K 7352/9244K 7354/9244K 7358/9244K 7359/9244K 7362/9244K 7366/9244K 7367/9244K 7371/9244K 7375/9244K 7379/9244K 7380/9244K 7384/9244K 7385/9244K 7387/9244K 7388/9244K 7392/9244K 7393/9244K 7395/9244K 7396/9244K 7397/9244K 7399/9244K 7402/9244K 7406/9244K 7406/9244K 7410/9244K 7410/9244K 7411/9244K 7412/9244K 7414/9244K 7418/9244K 7421/9244K 7423/9244K 7425/9244K 7426/9244K 7429/9244K 7433/9244K 7433/9244K 7437/9244K 7438/9244K 7442/9244K 7444/9244K 7445/9244K 7448/9244K 7452/9244K 7453/9244K 7456/9244K 7460/9244K 7462/9244K 7464/9244K 7467/9244K 7471/9244K 7474/9244K 7475/9244K 7478/9244K 7481/9244K 7485/9244K 7489/9244K 7490/9244K 7494/9244K 7497/9244K 7500/9244K 7503/9244K 7505/9244K 7507/9244K 7509/9244K 7511/9244K 7513/9244K 7516/9244K 7518/9244K 7519/9244K 7520/9244K 7524/9244K 7524/9244K 7526/9244K 7530/9244K 7531/9244K 7533/9244K 7537/9244K 7537/9244K 7541/9244K 7541/9244K 7544/9244K 7545/9244K 7549/9244K 7552/9244K 7553/9244K 7557/9244K 7559/9244K 7563/9244K 7563/9244K 7567/9244K 7567/9244K 7571/9244K 7574/9244K 7576/9244K 7579/9244K 7583/9244K 7583/9244K 7586/9244K 7587/9244K 7589/9244K 7591/9244K 7594/9244K 7598/9244K 7598/9244K 7602/9244K 7602/9244K 7604/9244K 7605/9244K 7608/9244K 7612/9244K 7613/9244K 7616/9244K 7617/9244K 7620/9244K 7623/9244K 7627/9244K 7631/9244K 7631/9244K 7632/9244K 7636/9244K 7636/9244K 7638/9244K 7642/9244K 7643/9244K 7646/9244K 7647/9244K 7649/9244K 7653/9244K 7654/9244K 7658/9244K 7658/9244K 7662/9244K 7664/9244K 7668/9244K 7669/9244K 7672/9244K 7675/9244K 7677/9244K 7681/9244K 7681/9244K 7685/9244K 7687/9244K 7691/9244K 7692/9244K 7694/9244K 7696/9244K 7698/9244K 7702/9244K 7703/9244K 7705/9244K 7706/9244K 7707/9244K 7710/9244K 7713/9244K 7716/9244K 7717/9244K 7721/9244K 7721/9244K 7724/9244K 7725/9244K 7729/9244K 7731/9244K 7733/9244K 7735/9244K 7736/9244K 7740/9244K 7741/9244K 7745/9244K 7748/9244K 7751/9244K 7755/9244K 7756/9244K 7760/9244K 7762/9244K 7765/9244K 7767/9244K 7770/9244K 7774/9244K 7776/9244K 7777/9244K 7778/9244K 7780/9244K 7781/9244K 7784/9244K 7788/9244K 7788/9244K 7792/9244K 7795/9244K 7796/9244K 7797/9244K 7800/9244K 7802/9244K 7806/9244K 7806/9244K 7808/9244K 7811/9244K 7815/9244K 7815/9244K 7817/9244K 7818/9244K 7822/9244K 7822/9244K 7825/9244K 7827/9244K 7829/9244K 7830/9244K 7832/9244K 7836/9244K 7836/9244K 7838/9244K 7840/9244K 7844/9244K 7847/9244K 7849/9244K 7851/9244K 7855/9244K 7858/9244K 7862/9244K 7864/9244K 7868/9244K 7871/9244K 7875/9244K 7877/9244K 7881/9244K 7881/9244K 7885/9244K 7885/9244K 7889/9244K 7890/9244K 7894/9244K 7894/9244K 7898/9244K 7898/9244K 7901/9244K 7903/9244K 7904/9244K 7907/9244K 7908/9244K 7909/9244K 7912/9244K 7916/9244K 7919/9244K 7923/9244K 7923/9244K 7926/9244K 7929/9244K 7933/9244K 7933/9244K 7937/9244K 7937/9244K 7941/9244K 7942/9244K 7944/9244K 7948/9244K 7950/9244K 7954/9244K 7956/9244K 7960/9244K 7960/9244K 7961/9244K 7963/9244K 7967/9244K 7967/9244K 7971/9244K 7972/9244K 7975/9244K 7978/9244K 7980/9244K 7983/9244K 7987/9244K 7989/9244K 7991/9244K 7994/9244K 7998/9244K 7998/9244K 7999/9244K 8001/9244K 8002/9244K 8004/9244K 8008/9244K 8008/9244K 8010/9244K 8013/9244K 8016/9244K 8019/9244K 8021/9244K 8024/9244K 8027/9244K 8031/9244K 8032/9244K 8034/9244K 8038/9244K 8038/9244K 8039/9244K 8043/9244K 8043/9244K 8045/9244K 8049/9244K 8049/9244K 8050/9244K 8054/9244K 8054/9244K 8055/9244K 8059/9244K 8060/9244K 8061/9244K 8065/9244K 8065/9244K 8066/9244K 8070/9244K 8070/9244K 8072/9244K 8076/9244K 8076/9244K 8077/9244K 8081/9244K 8081/9244K 8083/9244K 8087/9244K 8087/9244K 8088/9244K 8092/9244K 8092/9244K 8094/9244K 8098/9244K 8098/9244K 8099/9244K 8103/9244K 8103/9244K 8105/9244K 8109/9244K 8109/9244K 8110/9244K 8114/9244K 8114/9244K 8116/9244K 8120/9244K 8120/9244K 8122/9244K 8125/9244K 8126/9244K 8130/9244K 8131/9244K 8132/9244K 8136/9244K 8136/9244K 8137/9244K 8141/9244K 8141/9244K 8143/9244K 8147/9244K 8147/9244K 8148/9244K 8152/9244K 8155/9244K 8156/9244K 8159/9244K 8163/9244K 8166/9244K 8167/9244K 8169/9244K 8170/9244K 8172/9244K 8173/9244K 8174/9244K 8176/9244K 8178/9244K 8182/9244K 8184/9244K 8187/9244K 8188/9244K 8189/9244K 8191/9244K 8192/9244K 8193/9244K 8196/9244K 8199/9244K 8203/9244K 8204/9244K 8206/9244K 8210/9244K 8210/9244K 8211/9244K 8212/9244K 8214/9244K 8218/9244K 8218/9244K 8219/9244K 8223/9244K 8223/9244K 8226/9244K 8229/9244K 8232/9244K 8234/9244K 8237/9244K 8240/9244K 8241/9244K 8245/9244K 8245/9244K 8248/9244K 8251/9244K 8255/9244K 8255/9244K 8256/9244K 8258/9244K 8262/9244K 8262/9244K 8266/9244K 8266/9244K 8267/9244K 8268/9244K 8272/9244K 8273/9244K 8275/9244K 8279/9244K 8279/9244K 8283/9244K 8283/9244K 8285/9244K 8289/9244K 8289/9244K 8290/9244K 8294/9244K 8294/9244K 8297/9244K 8300/9244K 8301/9244K 8305/9244K 8305/9244K 8309/9244K 8311/9244K 8312/9244K 8316/9244K 8319/9244K 8322/9244K 8323/9244K 8327/9244K 8327/9244K 8329/9244K 8333/9244K 8333/9244K 8335/9244K 8338/9244K 8341/9244K 8344/9244K 8345/9244K 8349/9244K 8349/9244K 8352/9244K 8353/9244K 8357/9244K 8357/9244K 8361/9244K 8363/9244K 8365/9244K 8368/9244K 8371/9244K 8372/9244K 8374/9244K 8378/9244K 8378/9244K 8382/9244K 8382/9244K 8383/9244K 8384/9244K 8387/9244K 8389/9244K 8390/9244K 8391/9244K 8393/9244K 8394/9244K 8395/9244K 8397/9244K 8400/9244K 8401/9244K 8404/9244K 8408/9244K 8409/9244K 8410/9244K 8414/9244K 8415/9244K 8416/9244K 8420/9244K 8420/9244K 8423/9244K 8425/9244K 8427/9244K 8431/9244K 8431/9244K 8432/9244K 8436/9244K 8436/9244K 8439/9244K 8443/9244K 8446/9244K 8450/9244K 8451/9244K 8453/9244K 8454/9244K 8457/9244K 8458/9244K 8460/9244K 8464/9244K 8464/9244K 8465/9244K 8469/9244K 8469/9244K 8471/9244K 8473/9244K 8477/9244K 8480/9244K 8481/9244K 8485/9244K 8486/9244K 8487/9244K 8491/9244K 8491/9244K 8494/9244K 8496/9244K 8498/9244K 8502/9244K 8502/9244K 8503/9244K 8507/9244K 8507/9244K 8511/9244K 8511/9244K 8515/9244K 8517/9244K 8518/9244K 8521/9244K 8524/9244K 8526/9244K 8529/9244K 8531/9244K 8535/9244K 8535/9244K 8536/9244K 8540/9244K 8540/9244K 8541/9244K 8545/9244K 8546/9244K 8547/9244K 8548/9244K 8550/9244K 8554/9244K 8554/9244K 8555/9244K 8559/9244K 8559/9244K 8561/9244K 8562/9244K 8563/9244K 8565/9244K 8566/9244K 8567/9244K 8569/9244K 8570/9244K 8572/9244K 8576/9244K 8578/9244K 8581/9244K 8582/9244K 8584/9244K 8587/9244K 8588/9244K 8589/9244K 8591/9244K 8592/9244K 8593/9244K 8597/9244K 8597/9244K 8599/9244K 8603/9244K 8604/9244K 8608/9244K 8608/9244K 8611/9244K 8612/9244K 8615/9244K 8619/9244K 8619/9244K 8622/9244K 8623/9244K 8627/9244K 8630/9244K 8633/9244K 8636/9244K 8638/9244K 8642/9244K 8646/9244K 8648/9244K 8649/9244K 8652/9244K 8655/9244K 8658/9244K 8660/9244K 8662/9244K 8666/9244K 8666/9244K 8667/9244K 8671/9244K 8673/9244K 8677/9244K 8677/9244K 8678/9244K 8682/9244K 8682/9244K 8683/9244K 8687/9244K 8690/9244K 8692/9244K 8693/9244K 8697/9244K 8697/9244K 8701/9244K 8703/9244K 8704/9244K 8705/9244K 8709/9244K 8712/9244K 8716/9244K 8718/9244K 8720/9244K 8722/9244K 8723/9244K 8724/9244K 8726/9244K 8727/9244K 8731/9244K 8731/9244K 8735/9244K 8735/9244K 8737/9244K 8738/9244K 8741/9244K 8742/9244K 8744/9244K 8745/9244K 8746/9244K 8750/9244K 8750/9244K 8752/9244K 8756/9244K 8756/9244K 8757/9244K 8759/9244K 8760/9244K 8761/9244K 8763/9244K 8764/9244K 8765/9244K 8767/9244K 8769/9244K 8773/9244K 8775/9244K 8776/9244K 8778/9244K 8780/9244K 8782/9244K 8783/9244K 8785/9244K 8786/9244K 8787/9244K 8789/9244K 8790/9244K 8791/9244K 8793/9244K 8797/9244K 8797/9244K 8798/9244K 8802/9244K 8806/9244K 8808/9244K 8810/9244K 8813/9244K 8815/9244K 8819/9244K 8819/9244K 8821/9244K 8823/9244K 8827/9244K 8830/9244K 8832/9244K 8835/9244K 8836/9244K 8840/9244K 8842/9244K 8846/9244K 8847/9244K 8851/9244K 8851/9244K 8854/9244K 8857/9244K 8860/9244K 8864/9244K 8865/9244K 8866/9244K 8869/9244K 8873/9244K 8875/9244K 8876/9244K 8877/9244K 8881/9244K 8881/9244K 8885/9244K 8886/9244K 8888/9244K 8892/9244K 8892/9244K 8895/9244K 8899/9244K 8901/9244K 8903/9244K 8907/9244K 8907/9244K 8911/9244K 8915/9244K 8916/9244K 8918/9244K 8920/9244K 8924/9244K 8924/9244K 8925/9244K 8928/9244K 8931/9244K 8933/9244K 8935/9244K 8936/9244K 8937/9244K 8939/9244K 8940/9244K 8942/9244K 8943/9244K 8947/9244K 8947/9244K 8950/9244K 8951/9244K 8955/9244K 8955/9244K 8958/9244K 8961/9244K 8962/9244K 8963/9244K 8966/9244K 8969/9244K 8972/9244K 8973/9244K 8977/9244K 8977/9244K 8978/9244K 8980/9244K 8981/9244K 8982/9244K 8984/9244K 8985/9244K 8988/9244K 8989/9244K 8991/9244K 8992/9244K 8996/9244K 8996/9244K 8997/9244K 9001/9244K 9003/9244K 9007/9244K 9008/9244K 9012/9244K 9015/9244K 9019/9244K 9021/9244K 9022/9244K 9026/9244K 9026/9244K 9029/9244K 9032/9244K 9034/9244K 9038/9244K 9042/9244K 9044/9244K 9048/9244K 9048/9244K 9052/9244K 9056/9244K 9056/9244K 9058/9244K 9059/9244K 9060/9244K 9064/9244K 9064/9244K 9066/9244K 9070/9244K 9070/9244K 9073/9244K 9077/9244K 9081/9244K 9085/9244K 9089/9244K 9093/9244K 9097/9244K 9101/9244K 9105/9244K 9109/9244K 9113/9244K 9117/9244K 9121/9244K 9125/9244K 9129/9244K 9133/9244K 9137/9244K 9141/9244K 9145/9244K 9149/9244K 9153/9244K 9157/9244K 9161/9244K 9165/9244K 9169/9244K 9173/9244K 9177/9244K 9181/9244K 9185/9244K 9189/9244K 9193/9244K 9197/9244K 9201/9244K 9205/9244K 9209/9244K 9213/9244K 9217/9244K 9221/9244K 9225/9244K 9229/9244K 9233/9244K 9237/9244K 9241/9244K 9244/9244K 9244K downloaded [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.requirements.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.requirements.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.requirements.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.ui.test >----------- [INFO] Building RedDeer UI Tests 2.8.0-SNAPSHOT [43/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/tests/org.eclipse.reddeer.ui.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.ui.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/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.nightly/tests/org.eclipse.reddeer.ui.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.nightly/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.nightly/tests/org.eclipse.reddeer.ui.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.ui.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.ui.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.ui.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test >------ [INFO] Building RedDeer E4 Workbench Tests 2.8.0-SNAPSHOT [44/59] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.nightly/tests/org.eclipse.reddeer.e4.workbench.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.nightly/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.nightly/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.nightly/tests/org.eclipse.reddeer.e4.workbench.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.test --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.nightly/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.nightly/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --------------------< org.eclipse.reddeer:features >-------------------- [INFO] Building RedDeer Features 2.8.0-SNAPSHOT [45/59] [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.nightly/features/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ features --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ features --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ features --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.e4.feature >--------- [INFO] Building RedDeer E4 Feature 2.8.0-SNAPSHOT [46/59] [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.nightly/features/org.eclipse.reddeer.e4.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.e4.feature --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.e4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.e4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.e4.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature >------- [INFO] Building RedDeer Eclipse Feature 2.8.0-SNAPSHOT [47/59] [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.nightly/features/org.eclipse.reddeer.eclipse.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.eclipse.feature --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (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.8.0-SNAPSHOT [48/59] [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.nightly/features/org.eclipse.reddeer.gef.spy.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.swt.feature >--------- [INFO] Building RedDeer SWT Feature 2.8.0-SNAPSHOT [49/59] [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.nightly/features/org.eclipse.reddeer.swt.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.swt.feature --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.swt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.swt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.swt.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.tests.feature >-------- [INFO] Building RedDeer Tests Feature 2.8.0-SNAPSHOT [50/59] [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.nightly/features/org.eclipse.reddeer.tests.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.tests.feature --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.tests.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.ui.feature >--------- [INFO] Building RedDeer UI Feature 2.8.0-SNAPSHOT [51/59] [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.nightly/features/org.eclipse.reddeer.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.ui.feature --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature >------ [INFO] Building RedDeer Recorder Feature 2.8.0-SNAPSHOT [52/59] [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.nightly/features/org.eclipse.reddeer.recorder.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.recorder.feature --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.recorder.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.recorder.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.recorder.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature >------ [INFO] Building RedDeer GEF/Graphiti Feature 2.8.0-SNAPSHOT [53/59] [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.nightly/features/org.eclipse.reddeer.graphiti.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.graphiti.feature --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.spy.feature >--------- [INFO] Building RedDeer Spy Feature 2.8.0-SNAPSHOT [54/59] [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.nightly/features/org.eclipse.reddeer.spy.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.spy.feature --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.spy.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature >------ [INFO] Building RedDeer Log Parser Feature 2.8.0-SNAPSHOT [55/59] [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.nightly/features/org.eclipse.reddeer.logparser.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.logparser.feature --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.logparser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.logparser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.logparser.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature >------ [INFO] Building RedDeer Selenium Feature 2.8.0-SNAPSHOT [56/59] [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.nightly/features/org.eclipse.reddeer.selenium.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.selenium.feature --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.selenium.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.selenium.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.selenium.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature >------- [INFO] Building RedDeer CodeGen Feature 2.8.0-SNAPSHOT [57/59] [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.nightly/features/org.eclipse.reddeer.codegen.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.codegen.feature --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.nightly/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.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.codegen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.codegen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.codegen.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.8.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.site >------------ [INFO] Building RedDeer Site 2.8.0-SNAPSHOT [58/59] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.site --- [INFO] The project's OSGi version is 2.8.0.v20191204-0732 [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.nightly/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.nightly/site/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.reddeer.site --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.reddeer.site --- [INFO] Building zip: /home/jenkins/agent/workspace/reddeer.nightly/site/target/org.eclipse.reddeer.site-2.8.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.site --- [INFO] [INFO] -----------< org.eclipse.reddeer:eclipse-reddeer-archetype >------------ [INFO] Building RedDeer Archetype 2.8.0-SNAPSHOT [59/59] [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 989 B/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/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 341 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 578 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 1.9 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 12 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/6.2 kB Progress (1): 6.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 295 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 629 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom Progress (1): 4.1/44 kB Progress (1): 7.7/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 24/44 kB Progress (1): 28/44 kB Progress (1): 32/44 kB Progress (1): 36/44 kB Progress (1): 40/44 kB Progress (1): 44/44 kB Progress (1): 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 276 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.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 1.6 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 13 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/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom (7.8 kB at 372 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 1.2 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 175 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/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 291 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/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 355 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 254 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 33/48 kB Progress (1): 37/48 kB Progress (1): 41/48 kB Progress (1): 45/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.7 MB/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 77 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 178 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 146 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): 33/262 kB Progress (1): 37/262 kB Progress (1): 41/262 kB Progress (1): 45/262 kB Progress (1): 49/262 kB Progress (1): 53/262 kB Progress (1): 57/262 kB Progress (1): 61/262 kB Progress (1): 65/262 kB Progress (1): 66/262 kB Progress (1): 70/262 kB Progress (1): 74/262 kB Progress (1): 78/262 kB Progress (1): 82/262 kB Progress (1): 86/262 kB Progress (1): 90/262 kB Progress (1): 94/262 kB Progress (1): 98/262 kB Progress (1): 98/262 kB Progress (1): 102/262 kB Progress (1): 106/262 kB Progress (1): 110/262 kB Progress (1): 114/262 kB Progress (1): 118/262 kB Progress (1): 122/262 kB Progress (1): 126/262 kB Progress (1): 130/262 kB Progress (1): 131/262 kB Progress (1): 135/262 kB Progress (1): 139/262 kB Progress (1): 143/262 kB Progress (1): 147/262 kB Progress (1): 151/262 kB Progress (1): 155/262 kB Progress (1): 159/262 kB Progress (1): 163/262 kB Progress (1): 164/262 kB Progress (1): 168/262 kB Progress (1): 172/262 kB Progress (1): 176/262 kB Progress (1): 180/262 kB Progress (1): 184/262 kB Progress (1): 188/262 kB Progress (1): 192/262 kB Progress (1): 196/262 kB Progress (1): 197/262 kB Progress (1): 201/262 kB Progress (1): 205/262 kB Progress (2): 205/262 kB | 4.1/8.5 kB Progress (2): 205/262 kB | 7.7/8.5 kB Progress (2): 205/262 kB | 8.5 kB Progress (3): 205/262 kB | 8.5 kB | 4.1/79 kB Progress (3): 205/262 kB | 8.5 kB | 7.7/79 kB Progress (3): 209/262 kB | 8.5 kB | 7.7/79 kB Progress (3): 209/262 kB | 8.5 kB | 12/79 kB Progress (3): 209/262 kB | 8.5 kB | 16/79 kB Progress (3): 213/262 kB | 8.5 kB | 16/79 kB Progress (3): 213/262 kB | 8.5 kB | 20/79 kB Progress (3): 217/262 kB | 8.5 kB | 20/79 kB Progress (4): 217/262 kB | 8.5 kB | 20/79 kB | 4.1/51 kB Progress (4): 221/262 kB | 8.5 kB | 20/79 kB | 4.1/51 kB Progress (4): 221/262 kB | 8.5 kB | 24/79 kB | 4.1/51 kB Progress (4): 225/262 kB | 8.5 kB | 24/79 kB | 4.1/51 kB Progress (4): 225/262 kB | 8.5 kB | 24/79 kB | 7.7/51 kB Progress (4): 225/262 kB | 8.5 kB | 28/79 kB | 7.7/51 kB Progress (4): 229/262 kB | 8.5 kB | 28/79 kB | 7.7/51 kB Progress (4): 229/262 kB | 8.5 kB | 32/79 kB | 7.7/51 kB Progress (4): 229/262 kB | 8.5 kB | 32/79 kB | 12/51 kB Progress (4): 229/262 kB | 8.5 kB | 36/79 kB | 12/51 kB Progress (4): 233/262 kB | 8.5 kB | 36/79 kB | 12/51 kB Progress (4): 233/262 kB | 8.5 kB | 40/79 kB | 12/51 kB Progress (4): 233/262 kB | 8.5 kB | 40/79 kB | 16/51 kB Progress (4): 233/262 kB | 8.5 kB | 44/79 kB | 16/51 kB Progress (4): 237/262 kB | 8.5 kB | 44/79 kB | 16/51 kB Progress (4): 237/262 kB | 8.5 kB | 48/79 kB | 16/51 kB Progress (4): 237/262 kB | 8.5 kB | 48/79 kB | 20/51 kB Progress (4): 237/262 kB | 8.5 kB | 52/79 kB | 20/51 kB Progress (4): 241/262 kB | 8.5 kB | 52/79 kB | 20/51 kB Progress (4): 241/262 kB | 8.5 kB | 56/79 kB | 20/51 kB Progress (4): 241/262 kB | 8.5 kB | 56/79 kB | 24/51 kB Progress (4): 241/262 kB | 8.5 kB | 60/79 kB | 24/51 kB Progress (4): 245/262 kB | 8.5 kB | 60/79 kB | 24/51 kB Progress (4): 245/262 kB | 8.5 kB | 64/79 kB | 24/51 kB Progress (4): 245/262 kB | 8.5 kB | 64/79 kB | 28/51 kB Progress (4): 245/262 kB | 8.5 kB | 68/79 kB | 28/51 kB Progress (4): 249/262 kB | 8.5 kB | 68/79 kB | 28/51 kB Progress (4): 249/262 kB | 8.5 kB | 72/79 kB | 28/51 kB Progress (4): 249/262 kB | 8.5 kB | 72/79 kB | 32/51 kB Progress (4): 249/262 kB | 8.5 kB | 76/79 kB | 32/51 kB Progress (4): 253/262 kB | 8.5 kB | 76/79 kB | 32/51 kB Progress (4): 253/262 kB | 8.5 kB | 79 kB | 32/51 kB Progress (4): 253/262 kB | 8.5 kB | 79 kB | 36/51 kB Progress (4): 257/262 kB | 8.5 kB | 79 kB | 36/51 kB Progress (4): 257/262 kB | 8.5 kB | 79 kB | 40/51 kB Progress (4): 261/262 kB | 8.5 kB | 79 kB | 40/51 kB Progress (4): 261/262 kB | 8.5 kB | 79 kB | 44/51 kB Progress (4): 262 kB | 8.5 kB | 79 kB | 44/51 kB Progress (4): 262 kB | 8.5 kB | 79 kB | 48/51 kB Progress (4): 262 kB | 8.5 kB | 79 kB | 51 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 5.8 MB/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 1.0 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 660 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 106 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.nightly/archetype/target/eclipse-reddeer-archetype-2.8.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.8.0-SNAPSHOT: [INFO] [INFO] RedDeer Parent POM File ............................ SUCCESS [ 17.237 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.013 s] [INFO] RedDeer Common ..................................... SUCCESS [ 11.103 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 5.640 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 3.428 s] [INFO] RedDeer Core ....................................... SUCCESS [ 6.026 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 4.908 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 3.245 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 3.528 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 5.131 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 5.020 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 7.385 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 4.251 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 6.683 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 4.674 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 4.209 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 3.409 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 3.454 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 3.947 s] [INFO] RedDeer Selenium ................................... SUCCESS [ 2.980 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 2.830 s] [INFO] RedDeer UI ......................................... SUCCESS [ 12.481 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 2.796 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 4.997 s] [INFO] RedDeer Go ......................................... SUCCESS [ 2.503 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 3.112 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 3.550 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.007 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 3.820 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.173 s] [INFO] RedDeer Common Tests ............................... SUCCESS [ 5.420 s] [INFO] RedDeer SWT Tests .................................. SUCCESS [ 8.257 s] [INFO] RedDeer Core Tests ................................. SUCCESS [ 5.587 s] [INFO] RedDeer Workbench Tests ............................ SUCCESS [ 15.562 s] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 12.308 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [ 6.085 s] [INFO] RedDeer Eclipse Tests .............................. SUCCESS [ 26.004 s] [INFO] RedDeer GEF Tests .................................. SUCCESS [ 12.387 s] [INFO] RedDeer Graphiti Tests ............................. SUCCESS [ 8.744 s] [INFO] RedDeer Direct Tests ............................... SUCCESS [ 4.986 s] [INFO] RedDeer JUnit Tests ................................ SUCCESS [ 6.000 s] [INFO] RedDeer Requirements Tests ......................... SUCCESS [ 17.632 s] [INFO] RedDeer UI Tests ................................... SUCCESS [ 6.473 s] [INFO] RedDeer E4 Workbench Tests ......................... SUCCESS [ 3.925 s] [INFO] RedDeer Features ................................... SUCCESS [ 0.008 s] [INFO] RedDeer E4 Feature ................................. SUCCESS [ 3.270 s] [INFO] RedDeer Eclipse Feature ............................ SUCCESS [ 3.241 s] [INFO] RedDeer GEF Spy Feature ............................ SUCCESS [ 4.546 s] [INFO] RedDeer SWT Feature ................................ SUCCESS [ 2.428 s] [INFO] RedDeer Tests Feature .............................. SUCCESS [ 4.904 s] [INFO] RedDeer UI Feature ................................. SUCCESS [ 10.797 s] [INFO] RedDeer Recorder Feature ........................... SUCCESS [ 2.650 s] [INFO] RedDeer GEF/Graphiti Feature ....................... SUCCESS [ 2.995 s] [INFO] RedDeer Spy Feature ................................ SUCCESS [ 2.920 s] [INFO] RedDeer Log Parser Feature ......................... SUCCESS [ 2.722 s] [INFO] RedDeer Selenium Feature ........................... SUCCESS [ 4.987 s] [INFO] RedDeer CodeGen Feature ............................ SUCCESS [ 5.866 s] [INFO] RedDeer Site ....................................... SUCCESS [ 43.453 s] [INFO] RedDeer Archetype .................................. SUCCESS [ 1.896 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:46 min [INFO] Finished at: 2019-12-04T07:42:43Z [INFO] ------------------------------------------------------------------------ [reddeer.nightly] $ /bin/sh -xe /tmp/jenkins1143252806407750986.sh + ssh genie.reddeer@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/reddeer/snapshots + cd site/target/repository + zip -r repository.zip artifacts.jar artifacts.xml.xz content.jar content.xml.xz features p2.index plugins adding: artifacts.jar (deflated 0%) adding: artifacts.xml.xz (deflated 0%) adding: content.jar (deflated 4%) adding: content.xml.xz (deflated 0%) adding: features/ (stored 0%) adding: features/org.eclipse.reddeer.tests.feature_2.8.0.v20191204-0732.jar (deflated 4%) adding: features/org.eclipse.reddeer.tests.feature.source_2.8.0.v20191204-0732.jar (deflated 10%) adding: features/org.eclipse.reddeer.swt.feature_2.8.0.v20191204-0732.jar (deflated 4%) adding: features/org.eclipse.reddeer.recorder.feature_2.8.0.v20191204-0732.jar (deflated 4%) adding: features/org.eclipse.reddeer.e4.feature_2.8.0.v20191204-0732.jar (deflated 4%) adding: features/org.eclipse.reddeer.logparser.feature.source_2.8.0.v20191204-0732.jar (deflated 11%) adding: features/org.eclipse.reddeer.recorder.feature.source_2.8.0.v20191204-0732.jar (deflated 11%) adding: features/org.eclipse.reddeer.eclipse.feature.source_2.8.0.v20191204-0732.jar (deflated 11%) adding: features/org.eclipse.reddeer.logparser.feature_2.8.0.v20191204-0732.jar (deflated 4%) adding: features/org.eclipse.reddeer.gef.spy.feature_2.8.0.v20191204-0732.jar (deflated 4%) adding: features/org.eclipse.reddeer.graphiti.feature_2.8.0.v20191204-0732.jar (deflated 4%) adding: features/org.eclipse.reddeer.ui.feature.source_2.8.0.v20191204-0732.jar (deflated 10%) adding: features/org.eclipse.reddeer.swt.feature.source_2.8.0.v20191204-0732.jar (deflated 11%) adding: features/org.eclipse.reddeer.eclipse.feature_2.8.0.v20191204-0732.jar (deflated 4%) adding: features/org.eclipse.reddeer.codegen.feature_2.8.0.v20191204-0732.jar (deflated 4%) adding: features/org.eclipse.reddeer.e4.feature.source_2.8.0.v20191204-0732.jar (deflated 11%) adding: features/org.eclipse.reddeer.selenium.feature_2.8.0.v20191204-0732.jar (deflated 4%) adding: features/org.eclipse.reddeer.ui.feature_2.8.0.v20191204-0732.jar (deflated 4%) adding: features/org.eclipse.reddeer.spy.feature_2.8.0.v20191204-0732.jar (deflated 4%) adding: features/org.eclipse.reddeer.graphiti.feature.source_2.8.0.v20191204-0732.jar (deflated 11%) adding: p2.index (deflated 35%) adding: plugins/ (stored 0%) adding: plugins/org.eclipse.ui.externaltools_3.4.500.v20191025-1523.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.externaltools_3.4.500.v20191025-1523.jar (deflated 14%) adding: plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar (deflated 11%) adding: plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jem_2.0.600.v201903222024.jar (deflated 10%) adding: plugins/org.eclipse.wst.html.ui_1.1.200.v201905301652.jar (deflated 12%) adding: plugins/org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.common.core_1.3.0.v201903222010.jar (deflated 17%) adding: plugins/org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar (deflated 14%) adding: plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz (stored 0%) adding: plugins/org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.misc_8.0.0.v20190418-1455.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.jface.test_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.jface.test_2.8.0.v20191204-0732.jar (deflated 12%) adding: plugins/org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar (deflated 8%) adding: plugins/org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.direct.source_2.8.0.v20191204-0732.jar (deflated 16%) adding: plugins/org.eclipse.m2e.archetype.common_1.13.0.20190716-1623.jar (deflated 0%) adding: plugins/org.eclipse.wst.web_1.2.100.v201905161255.jar (deflated 12%) adding: plugins/org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar (deflated 18%) adding: plugins/org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.m2e.core.ui_1.13.0.20190716-1624.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.m2e.core.ui_1.13.0.20190716-1624.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.core.test.source_2.8.0.v20191204-0732.jar (deflated 16%) adding: plugins/org.eclipse.reddeer.requirements.test_2.8.0.v20191204-0732.jar (deflated 21%) adding: plugins/org.eclipse.reddeer.requirements.test_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar (deflated 11%) adding: plugins/org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar.pack.gz (stored 0%) adding: plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz (deflated 0%) adding: plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar (deflated 14%) adding: plugins/org.eclipse.jdt.core.manipulation_1.13.0.v20191126-1957.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.core.manipulation_1.13.0.v20191126-1957.jar (deflated 8%) adding: plugins/org.apache.batik.i18n_1.11.0.v20190515-0436.jar (deflated 17%) adding: plugins/org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar (deflated 10%) adding: plugins/org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.codegen_2.8.0.v20191204-0732.jar (deflated 14%) adding: plugins/org.eclipse.reddeer.codegen_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar (deflated 12%) adding: plugins/org.eclipse.jdt.ui_3.20.0.v20191126-1957.jar (deflated 9%) adding: plugins/org.eclipse.jdt.ui_3.20.0.v20191126-1957.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar (deflated 10%) adding: plugins/org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar.pack.gz (stored 0%) adding: plugins/com.google.protobuf_2.4.0.v201105131100.jar (deflated 6%) adding: plugins/com.google.protobuf_2.4.0.v201105131100.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar (deflated 11%) adding: plugins/org.eclipse.ui.browser_3.6.600.v20191122-2109.jar (deflated 16%) adding: plugins/org.eclipse.ui.browser_3.6.600.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.common.test_2.8.0.v20191204-0732.jar (deflated 17%) adding: plugins/org.eclipse.reddeer.common.test_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar (deflated 13%) adding: plugins/org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.debug.ui_3.10.500.v20191118-1016.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.gef.spy_2.8.0.v20191204-0732.jar (deflated 16%) adding: plugins/org.eclipse.reddeer.gef.spy_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.common.source_2.8.0.v20191204-0732.jar (deflated 15%) adding: plugins/org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar (deflated 12%) adding: plugins/org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar (deflated 11%) adding: plugins/org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar (deflated 11%) adding: plugins/org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.genericeditor_1.1.600.v20191114-0832.jar (deflated 11%) adding: plugins/org.eclipse.ui.genericeditor_1.1.600.v20191114-0832.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar (deflated 12%) adding: plugins/org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar (deflated 12%) adding: plugins/org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.graphiti_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.graphiti_2.8.0.v20191204-0732.jar (deflated 20%) adding: plugins/org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar (deflated 18%) adding: plugins/org.apache.ant_1.10.7.v20190926-0324.jar (deflated 0%) adding: plugins/org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar (deflated 15%) adding: plugins/org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.server.ui_1.5.600.v201910252115.jar (deflated 14%) adding: plugins/org.eclipse.swt_3.113.0.v20191126-1801.jar (deflated 4%) adding: plugins/org.eclipse.swt_3.113.0.v20191126-1801.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.swt.test_2.8.0.v20191204-0732.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.swt.test_2.8.0.v20191204-0732.jar (deflated 15%) adding: plugins/org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.server.core_1.10.100.v201910252115.jar (deflated 9%) adding: plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar (deflated 9%) adding: plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz (deflated 0%) adding: plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar (deflated 10%) adding: plugins/org.json_1.0.0.v201011060100.jar (deflated 4%) adding: plugins/org.json_1.0.0.v201011060100.jar.pack.gz (stored 0%) adding: plugins/com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz (deflated 0%) adding: plugins/com.google.javascript_0.0.20160315.v20161124-1903.jar (deflated 8%) adding: plugins/org.eclipse.reddeer.gef.source_2.8.0.v20191204-0732.jar (deflated 19%) adding: plugins/org.w3c.css.sac_1.3.1.v200903091627.jar (deflated 16%) adding: plugins/org.eclipse.reddeer.recorder_2.8.0.v20191204-0732.jar (deflated 27%) adding: plugins/org.eclipse.reddeer.recorder_2.8.0.v20191204-0732.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.common_2.17.0.v20190920-0401.jar (deflated 11%) adding: plugins/org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar (deflated 15%) adding: plugins/org.eclipse.pde.build_3.10.600.v20191011-0535.jar (deflated 1%) adding: plugins/org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.css.core_1.2.0.v201904210526.jar (deflated 10%) adding: plugins/org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar (deflated 9%) adding: plugins/org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar (deflated 12%) adding: plugins/org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar (deflated 8%) adding: plugins/org.eclipse.jdt_3.18.200.v20191127-1800.jar (deflated 11%) adding: plugins/org.eclipse.jdt_3.18.200.v20191127-1800.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.common.emf_1.2.600.v201903222010.jar (deflated 12%) adding: plugins/org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar (deflated 11%) adding: plugins/org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar (deflated 12%) adding: plugins/org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee_1.2.301.v201903222025.jar (deflated 14%) adding: plugins/org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar (deflated 7%) adding: plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.eclipse.test.source_2.8.0.v20191204-0732.jar (deflated 22%) adding: plugins/org.apache.felix.scr_2.1.14.v20190123-1619.jar (deflated 8%) adding: plugins/org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar (deflated 12%) adding: plugins/org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar (deflated 20%) adding: plugins/org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar (deflated 13%) adding: plugins/com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz (deflated 1%) adding: plugins/com.ibm.icu_64.2.0.v20190507-1337.jar (deflated 7%) adding: plugins/org.eclipse.core.commands_3.9.600.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.commands_3.9.600.v20191122-2109.jar (deflated 13%) adding: plugins/org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar (deflated 15%) adding: plugins/org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.app_1.4.300.v20190815-1535.jar (deflated 7%) adding: plugins/org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.apache.batik.css_1.11.0.v20190515-0436.jar (deflated 12%) adding: plugins/org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar (deflated 11%) adding: plugins/org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.compare.core_3.6.700.v20191122-2107.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.compare.core_3.6.700.v20191122-2107.jar (deflated 8%) adding: plugins/org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar (deflated 9%) adding: plugins/org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar (deflated 17%) adding: plugins/org.eclipse.m2e.model.edit_1.13.0.20190716-1624.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.m2e.model.edit_1.13.0.20190716-1624.jar (deflated 6%) adding: plugins/org.mockito_2.23.0.v20190527-1420.jar (deflated 15%) adding: plugins/org.mockito_2.23.0.v20190527-1420.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.event_1.5.300.v20191001-1333.jar (deflated 12%) adding: plugins/org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar (deflated 11%) adding: plugins/org.slf4j.api_1.7.10.v20170428-1633.jar.pack.gz (stored 0%) adding: plugins/org.slf4j.api_1.7.10.v20170428-1633.jar (deflated 13%) adding: plugins/org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.graphiti.mm_0.16.1.201909061426.jar (deflated 11%) adding: plugins/org.eclipse.wst.common.environment_1.0.400.v201903222010.jar (deflated 16%) adding: plugins/org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.e4.workbench.source_2.8.0.v20191204-0732.jar (deflated 17%) adding: plugins/com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar (deflated 16%) adding: plugins/com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar (deflated 12%) adding: plugins/org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207.jar (deflated 6%) adding: plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar (deflated 15%) adding: plugins/org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar (deflated 10%) adding: plugins/org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz (deflated 2%) adding: plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar (deflated 27%) adding: plugins/org.eclipse.reddeer.spy_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.spy_2.8.0.v20191204-0732.jar (deflated 16%) adding: plugins/org.eclipse.text_3.10.0.v20191122-2108.jar (deflated 10%) adding: plugins/org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.junit_3.11.600.v20191115-1651.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.junit_3.11.600.v20191115-1651.jar (deflated 13%) adding: plugins/org.eclipse.reddeer.uiforms.test_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.uiforms.test_2.8.0.v20191204-0732.jar (deflated 17%) adding: plugins/org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.uiforms_2.8.0.v20191204-0732.jar (deflated 21%) adding: plugins/org.eclipse.reddeer.uiforms_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.debug.core_3.14.100.v20191115-1406.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.debug.core_3.14.100.v20191115-1406.jar (deflated 11%) adding: plugins/org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.junit.extension_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.junit.extension_2.8.0.v20191204-0732.jar (deflated 19%) adding: plugins/org.eclipse.reddeer.gef_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.gef_2.8.0.v20191204-0732.jar (deflated 18%) adding: plugins/org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar (deflated 1%) adding: plugins/org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.core_2.8.0.v20191204-0732.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.core_2.8.0.v20191204-0732.jar (deflated 16%) adding: plugins/org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar (deflated 15%) adding: plugins/org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.eclipse.test_2.8.0.v20191204-0732.jar (deflated 17%) adding: plugins/org.eclipse.reddeer.eclipse.test_2.8.0.v20191204-0732.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.m2e.core_1.13.0.20190716-1624.jar (deflated 10%) adding: plugins/org.eclipse.m2e.core_1.13.0.20190716-1624.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.direct.test_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.direct.test_2.8.0.v20191204-0732.jar (deflated 17%) adding: plugins/org.eclipse.reddeer.selenium_2.8.0.v20191204-0732.jar (deflated 18%) adding: plugins/org.eclipse.reddeer.selenium_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836.jar (deflated 11%) adding: plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.ui.ide_3.16.100.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.ide_3.16.100.v20191122-2109.jar (deflated 9%) adding: plugins/org.objenesis_2.6.0.v20180420-1519.jar.pack.gz (deflated 0%) adding: plugins/org.objenesis_2.6.0.v20180420-1519.jar (deflated 19%) adding: plugins/org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar (deflated 10%) adding: plugins/org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar (deflated 12%) adding: plugins/org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.server.core_1.2.600.v201910252115.jar (deflated 12%) adding: plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256.jar (deflated 6%) adding: plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.junit_2.8.0.v20191204-0732.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.junit_2.8.0.v20191204-0732.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.direct_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.direct_2.8.0.v20191204-0732.jar (deflated 17%) adding: plugins/org.eclipse.ui.navigator.resources_3.7.100.v20191114-0830.jar (deflated 12%) adding: plugins/org.eclipse.ui.navigator.resources_3.7.100.v20191114-0830.jar.pack.gz (deflated 0%) adding: plugins/net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz (stored 0%) adding: plugins/net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar (deflated 13%) adding: plugins/org.eclipse.osgi_3.15.100.v20191114-1701.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.osgi_3.15.100.v20191114-1701.jar (deflated 9%) adding: plugins/org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar (deflated 9%) adding: plugins/org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar (deflated 15%) adding: plugins/org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar (deflated 21%) adding: plugins/org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar (deflated 14%) adding: plugins/org.eclipse.wst.html.core_1.3.200.v201910140306.jar (deflated 12%) adding: plugins/org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar (deflated 13%) adding: plugins/org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar (deflated 13%) adding: plugins/org.eclipse.pde.ui_3.11.200.v20191112-0626.jar (deflated 10%) adding: plugins/org.eclipse.pde.ui_3.11.200.v20191112-0626.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.junit.extension.source_2.8.0.v20191204-0732.jar (deflated 20%) adding: plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar (deflated 8%) adding: plugins/org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz (deflated 0%) adding: plugins/org.apache.commons.lang_2.6.0.v201404270220.jar (deflated 8%) adding: plugins/org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.uiforms.test.source_2.8.0.v20191204-0732.jar (deflated 19%) adding: plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar (deflated 8%) adding: plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz (stored 0%) adding: plugins/org.sat4j.pb_2.3.5.v201404071733.jar (deflated 9%) adding: plugins/org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.e4.workbench.core_2.8.0.v20191204-0732.jar (deflated 16%) adding: plugins/org.eclipse.reddeer.e4.workbench.core_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.help_3.8.600.v20191123-0656.jar (deflated 8%) adding: plugins/org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.validation_1.2.800.v201904082137.jar (deflated 9%) adding: plugins/org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar (deflated 13%) adding: plugins/org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar (deflated 13%) adding: plugins/org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar (deflated 10%) adding: plugins/org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.m2e.workspace.cli_0.3.1.jar (deflated 18%) adding: plugins/org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar (deflated 10%) adding: plugins/org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar (deflated 7%) adding: plugins/org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947.jar (deflated 11%) adding: plugins/org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar (deflated 8%) adding: plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.views_3.10.100.v20191114-0830.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.views_3.10.100.v20191114-0830.jar (deflated 13%) adding: plugins/org.eclipse.reddeer.swt.test.source_2.8.0.v20191204-0732.jar (deflated 17%) adding: plugins/org.eclipse.datatools.connectivity_1.14.102.201911250848.jar (deflated 9%) adding: plugins/org.eclipse.core.runtime_3.17.0.v20191122-2104.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.runtime_3.17.0.v20191122-2104.jar (deflated 7%) adding: plugins/org.eclipse.jdt.launching_3.16.0.v20191108-0353.jar (deflated 5%) adding: plugins/org.eclipse.jdt.launching_3.16.0.v20191108-0353.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510.jar (deflated 7%) adding: plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz (deflated 0%) adding: plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar (deflated 13%) adding: plugins/org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jem.util_2.1.201.v201903222010.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.junit.test.source_2.8.0.v20191204-0732.jar (deflated 23%) adding: plugins/org.eclipse.reddeer.core.test_2.8.0.v20191204-0732.jar (deflated 14%) adding: plugins/org.eclipse.reddeer.core.test_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.core.externaltools_1.1.500.v20191014-1300.jar (deflated 12%) adding: plugins/org.eclipse.core.externaltools_1.1.500.v20191014-1300.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.jdt.junit_2.8.0.v20191204-0732.jar (deflated 14%) adding: plugins/org.eclipse.reddeer.jdt.junit_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar (deflated 16%) adding: plugins/org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.logparser_2.8.0.v20191204-0732.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.logparser_2.8.0.v20191204-0732.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.requirements.source_2.8.0.v20191204-0732.jar (deflated 21%) adding: plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.junit.source_2.8.0.v20191204-0732.jar (deflated 17%) adding: plugins/org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar (deflated 16%) adding: plugins/org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar (deflated 8%) adding: plugins/org.eclipse.reddeer.go.source_2.8.0.v20191204-0732.jar (deflated 8%) adding: plugins/org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar (deflated 10%) adding: plugins/org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.help_1.7.101.201811012051.jar (deflated 13%) adding: plugins/org.eclipse.ui.intro_3.5.800.v20191123-0656.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.intro_3.5.800.v20191123-0656.jar (deflated 9%) adding: plugins/org.eclipse.update.configurator_3.4.400.v20191122-2102.jar (deflated 7%) adding: plugins/org.eclipse.update.configurator_3.4.400.v20191122-2102.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar (deflated 10%) adding: plugins/org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar (deflated 11%) adding: plugins/javax.inject_1.0.0.v20091030.jar (deflated 9%) adding: plugins/org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar (deflated 9%) adding: plugins/com.google.guava_27.1.0.v20190517-1946.jar.pack.gz (deflated 0%) adding: plugins/com.google.guava_27.1.0.v20190517-1946.jar (deflated 10%) adding: plugins/org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945.jar (deflated 6%) adding: plugins/org.sat4j.core_2.3.5.v201308161310.jar.pack.gz (deflated 0%) adding: plugins/org.sat4j.core_2.3.5.v201308161310.jar (deflated 9%) adding: plugins/org.eclipse.reddeer.workbench.test_2.8.0.v20191204-0732.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.workbench.test_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar (deflated 15%) adding: plugins/org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar (deflated 15%) adding: plugins/org.eclipse.wst.css.ui_1.1.200.v201904272112.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.css.ui_1.1.200.v201904272112.jar (deflated 11%) adding: plugins/javax.xml_1.3.4.v201005080400.jar (deflated 19%) adding: plugins/org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar (deflated 7%) adding: plugins/org.eclipse.reddeer.workbench.source_2.8.0.v20191204-0732.jar (deflated 16%) adding: plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz (deflated 0%) adding: plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar (deflated 7%) adding: plugins/org.eclipse.ant.ui_3.7.600.v20191122-2102.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ant.ui_3.7.600.v20191122-2102.jar (deflated 9%) adding: plugins/org.eclipse.ui.console_3.9.0.v20191126-0912.jar (deflated 13%) adding: plugins/org.eclipse.ui.console_3.9.0.v20191126-0912.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui_3.115.0.v20191127-1056.jar (deflated 18%) adding: plugins/org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.compare_3.7.800.v20191122-2107.jar (deflated 10%) adding: plugins/org.eclipse.compare_3.7.800.v20191122-2107.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar (deflated 8%) adding: plugins/org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.xml.core_1.2.200.v201901071922.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.xml.core_1.2.200.v201901071922.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.workbench.test.source_2.8.0.v20191204-0732.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.workbench_2.8.0.v20191204-0732.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.workbench_2.8.0.v20191204-0732.jar (deflated 16%) adding: plugins/org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar (deflated 21%) adding: plugins/org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.core.source_2.8.0.v20191204-0732.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.e4.workbench.core.source_2.8.0.v20191204-0732.jar (deflated 16%) adding: plugins/org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar (deflated 16%) adding: plugins/org.junit_4.12.0.v201504281640.jar.pack.gz (deflated 0%) adding: plugins/org.junit_4.12.0.v201504281640.jar (deflated 0%) adding: plugins/org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar (deflated 11%) adding: plugins/org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar (deflated 13%) adding: plugins/org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.requirements_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.requirements_2.8.0.v20191204-0732.jar (deflated 22%) adding: plugins/org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar (deflated 11%) adding: plugins/org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.search_3.11.800.v20191122-2108.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.eclipse_2.8.0.v20191204-0732.jar (deflated 19%) adding: plugins/org.eclipse.reddeer.eclipse_2.8.0.v20191204-0732.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.swtbot.generator_2.9.0.201909110845.jar (deflated 13%) adding: plugins/org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar (deflated 14%) adding: plugins/org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.debug_3.14.0.v20191105-0758.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.debug_3.14.0.v20191105-0758.jar (deflated 0%) adding: plugins/org.eclipse.wst.sse.core_1.2.100.v201901310548.jar (deflated 12%) adding: plugins/org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.forms_3.8.200.v20191114-0830.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.forms_3.8.200.v20191114-0830.jar (deflated 8%) adding: plugins/org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar (deflated 14%) adding: plugins/org.eclipse.ant.core_3.5.600.v20191122-2102.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ant.core_3.5.600.v20191122-2102.jar (deflated 5%) adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar (deflated 6%) adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.junit.core_3.10.500.v20191115-1651.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.junit.core_3.10.500.v20191115-1651.jar (deflated 9%) adding: plugins/org.eclipse.reddeer.direct.test.source_2.8.0.v20191204-0732.jar (deflated 16%) adding: plugins/org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.common_3.10.600.v20191004-1420.jar (deflated 8%) adding: plugins/org.eclipse.core.variables_3.4.700.v20191114-1848.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.core.variables_3.4.700.v20191114-1848.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.jface.source_2.8.0.v20191204-0732.jar (deflated 16%) adding: plugins/org.eclipse.reddeer.e4.workbench_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.e4.workbench_2.8.0.v20191204-0732.jar (deflated 17%) adding: plugins/org.eclipse.wst.sse.ui_1.6.200.v201910221150.jar (deflated 11%) adding: plugins/org.eclipse.wst.sse.ui_1.6.200.v201910221150.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.workbench.core.source_2.8.0.v20191204-0732.jar (deflated 15%) adding: plugins/org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207.jar (deflated 13%) adding: plugins/org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar (deflated 8%) adding: plugins/org.eclipse.jface_3.18.0.v20191122-2109.jar (deflated 9%) adding: plugins/org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.team.core_3.8.800.v20191122-2107.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.team.core_3.8.800.v20191122-2107.jar (deflated 10%) adding: plugins/org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar (deflated 8%) adding: plugins/org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar (deflated 10%) adding: plugins/org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz (deflated 0%) adding: plugins/org.hamcrest.library_1.3.0.v20180524-2246.jar (deflated 9%) adding: plugins/org.eclipse.reddeer.common_2.8.0.v20191204-0732.jar (deflated 14%) adding: plugins/org.eclipse.reddeer.common_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar (deflated 13%) adding: plugins/org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.databinding_1.7.700.v20191122-2109.jar (deflated 12%) adding: plugins/org.eclipse.core.databinding_1.7.700.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar (deflated 11%) adding: plugins/org.eclipse.emf.transaction_1.9.1.201805140824.jar (deflated 11%) adding: plugins/org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar (deflated 10%) adding: plugins/org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.web.ui_1.2.100.v201902281912.jar (deflated 13%) adding: plugins/org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar (deflated 11%) adding: plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.workbench.core_2.8.0.v20191204-0732.jar (deflated 17%) adding: plugins/org.eclipse.reddeer.workbench.core_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.core_7.5.0.v20181003-1532.jar (deflated 9%) adding: plugins/org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar (deflated 24%) adding: plugins/org.eclipse.reddeer.logparser.source_2.8.0.v20191204-0732.jar (deflated 13%) adding: plugins/org.eclipse.core.expressions_3.6.600.v20191122-2104.jar (deflated 10%) adding: plugins/org.eclipse.core.expressions_3.6.600.v20191122-2104.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.core_8.0.0.v20190404-1858.jar (deflated 9%) adding: plugins/org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.resources_3.13.600.v20191122-2104.jar (deflated 6%) adding: plugins/org.eclipse.reddeer.ui.test_2.8.0.v20191204-0732.jar (deflated 13%) adding: plugins/org.eclipse.reddeer.ui.test_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651.jar (deflated 13%) adding: plugins/org.eclipse.reddeer.go_2.8.0.v20191204-0732.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.go_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.ui.test.source_2.8.0.v20191204-0732.jar (deflated 15%) adding: plugins/org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar (deflated 13%) adding: plugins/org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar.pack.gz (deflated 0%) adding: plugins/net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar (deflated 13%) adding: plugins/net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar (deflated 12%) adding: plugins/org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.common.ui_1.0.301.v201903222024.jar (deflated 14%) adding: plugins/org.eclipse.reddeer.requirements.test.source_2.8.0.v20191204-0732.jar (deflated 23%) adding: plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz (stored 0%) adding: plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar (deflated 11%) adding: plugins/org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar (deflated 15%) adding: plugins/org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz (deflated 0%) adding: plugins/org.yaml.snakeyaml_1.14.0.v201604211500.jar (deflated 12%) adding: plugins/org.eclipse.jface.text_3.16.100.v20191126-0819.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jface.text_3.16.100.v20191126-0819.jar (deflated 10%) adding: plugins/org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar (deflated 22%) adding: plugins/org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar (deflated 5%) adding: plugins/org.eclipse.reddeer.recorder.source_2.8.0.v20191204-0732.jar (deflated 13%) adding: plugins/org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.jee_1.0.902.v201905281719.jar (deflated 14%) adding: plugins/org.eclipse.reddeer.swt.source_2.8.0.v20191204-0732.jar (deflated 17%) adding: plugins/org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar (deflated 22%) adding: plugins/org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar (deflated 13%) adding: plugins/org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.ui_1.1.700.v201905071717.jar (deflated 13%) adding: plugins/org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz (deflated 0%) adding: plugins/com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar.pack.gz (deflated 0%) adding: plugins/com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar (deflated 5%) adding: plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar (deflated 12%) adding: plugins/org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar (deflated 10%) adding: plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.13.0.20190716-1623.jar (deflated 5%) adding: plugins/org.eclipse.emf.validation_1.8.0.201812070911.jar (deflated 11%) adding: plugins/org.eclipse.debug.ui_3.14.300.v20191116-2105.jar (deflated 13%) adding: plugins/org.eclipse.debug.ui_3.14.300.v20191116-2105.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.swtbot.generator.jdt_2.9.0.201909110845.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.swtbot.generator.jdt_2.9.0.201909110845.jar (deflated 12%) adding: plugins/org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.osgi.services_3.8.0.v20190206-2147.jar (deflated 18%) adding: plugins/org.eclipse.reddeer.ui.source_2.8.0.v20191204-0732.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.ui_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.ui_2.8.0.v20191204-0732.jar (deflated 18%) adding: plugins/org.eclipse.reddeer.jface.test.source_2.8.0.v20191204-0732.jar (deflated 18%) adding: plugins/org.eclipse.jdt.core_3.20.0.v20191126-1725.jar (deflated 5%) adding: plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191126-1801.jar (deflated 7%) adding: plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191126-1801.jar.pack.gz (deflated 1%) adding: plugins/org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar (deflated 18%) adding: plugins/org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar (deflated 13%) adding: plugins/org.apache.xmlgraphics_2.3.0.v20190515-0436.jar (deflated 10%) adding: plugins/org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jem.workbench_2.0.400.v201903222024.jar (deflated 7%) adding: plugins/org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.pde.core_3.13.200.v20191125-0628.jar (deflated 7%) adding: plugins/org.eclipse.m2e.maven.runtime_1.13.0.20190716-1623.jar (deflated 0%) adding: plugins/org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar (deflated 7%) adding: plugins/org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar (deflated 13%) adding: plugins/org.eclipse.pde.launching_3.8.0.v20191112-0655.jar (deflated 6%) adding: plugins/org.eclipse.pde.launching_3.8.0.v20191112-0655.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.draw2d_3.10.100.201606061308.jar (deflated 8%) adding: plugins/org.eclipse.reddeer.swt_2.8.0.v20191204-0732.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.swt_2.8.0.v20191204-0732.jar (deflated 17%) adding: plugins/org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar (deflated 11%) adding: plugins/org.eclipse.emf.workspace_1.5.1.201805140824.jar (deflated 10%) adding: plugins/org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar (deflated 9%) adding: plugins/org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.ant.launching_1.2.700.v20191127-0426.jar (deflated 6%) adding: plugins/org.eclipse.ant.launching_1.2.700.v20191127-0426.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.misc_7.5.0.v20181003-1532.jar (deflated 10%) adding: plugins/org.eclipse.m2e.maven.indexer_1.13.0.20190716-1623.jar (deflated 1%) adding: plugins/org.apache.xerces_2.9.0.v201101211617.jar (deflated 11%) adding: plugins/org.apache.xerces_2.9.0.v201101211617.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.net_1.3.700.v20191122-2107.jar (deflated 9%) adding: plugins/org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar (deflated 11%) adding: plugins/org.eclipse.gef_3.11.0.201606061308.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.gef_3.11.0.201606061308.jar (deflated 11%) adding: plugins/org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar (deflated 11%) adding: plugins/org.eclipse.graphiti.ui_0.16.1.201909061426.jar (deflated 9%) adding: plugins/org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656.jar (deflated 13%) adding: plugins/org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar (deflated 15%) adding: plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz (deflated 0%) adding: plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar (deflated 6%) adding: plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar (deflated 11%) adding: plugins/org.eclipse.graphiti_0.16.1.201909061426.jar (deflated 17%) adding: plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.junit.test_2.8.0.v20191204-0732.jar (deflated 23%) adding: plugins/org.eclipse.reddeer.junit.test_2.8.0.v20191204-0732.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.jobs_3.10.600.v20191122-2104.jar (deflated 7%) adding: plugins/org.eclipse.core.jobs_3.10.600.v20191122-2104.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.eclipse.source_2.8.0.v20191204-0732.jar (deflated 21%) adding: plugins/org.eclipse.ui.trace_1.1.700.v20191105-1619.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.ui.trace_1.1.700.v20191105-1619.jar (deflated 11%) adding: plugins/org.eclipse.equinox.security_1.3.400.v20191008-0645.jar (deflated 11%) adding: plugins/org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.team.ui_3.8.700.v20191122-2107.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.team.ui_3.8.700.v20191122-2107.jar (deflated 10%) adding: plugins/org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar (deflated 13%) adding: plugins/com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar (deflated 8%) adding: plugins/com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar (deflated 11%) adding: plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar (deflated 10%) adding: plugins/org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar (deflated 11%) adding: plugins/org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar (deflated 8%) adding: plugins/org.eclipse.wst.jsdt.ui_2.0.400.v201908150108.jar (deflated 10%) adding: plugins/org.eclipse.wst.jsdt.ui_2.0.400.v201908150108.jar.pack.gz (deflated 0%) adding: plugins/org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.apache.batik.constants_1.11.0.v20190515-0436.jar (deflated 18%) adding: plugins/org.eclipse.reddeer.common.test.source_2.8.0.v20191204-0732.jar (deflated 20%) adding: plugins/org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar (deflated 8%) adding: plugins/org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz (deflated 0%) adding: plugins/org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.apache.batik.util_1.11.0.v20190515-0436.jar (deflated 10%) adding: plugins/org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar (deflated 14%) adding: plugins/org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar (deflated 19%) adding: plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206.jar (deflated 9%) adding: plugins/com.google.gson_2.8.2.v20180104-1110.jar.pack.gz (deflated 0%) adding: plugins/com.google.gson_2.8.2.v20180104-1110.jar (deflated 11%) adding: plugins/org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar (deflated 8%) adding: plugins/org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.graphiti.source_2.8.0.v20191204-0732.jar (deflated 19%) adding: plugins/org.eclipse.reddeer.uiforms.source_2.8.0.v20191204-0732.jar (deflated 20%) adding: plugins/org.eclipse.reddeer.jface_2.8.0.v20191204-0732.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.jface_2.8.0.v20191204-0732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar (deflated 8%) adding: plugins/org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar (deflated 16%) adding: plugins/org.eclipse.ui.editors_3.13.0.v20191127-0544.jar (deflated 10%) adding: plugins/org.eclipse.ui.editors_3.13.0.v20191127-0544.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191126-1801.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191126-1801.jar (deflated 5%) adding: plugins/org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191126-1801.jar.pack.gz (deflated 2%) adding: plugins/org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191126-1801.jar (deflated 5%) + cd /home/jenkins/agent/workspace/reddeer.nightly + ssh genie.reddeer@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/reddeer/snapshots + scp -rp site/target/repository/artifacts.jar site/target/repository/artifacts.xml.xz site/target/repository/content.jar site/target/repository/content.xml.xz site/target/repository/features site/target/repository/p2.index site/target/repository/plugins site/target/repository/repository.zip genie.reddeer@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/reddeer/snapshots + ssh genie.reddeer@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/reddeer/snapshots total 280256 drwxrwsr-x 4 genie.reddeer technology.reddeer 197 Dec 4 02:43 . drwxrwsr-x 5 genie.reddeer technology.reddeer 73 Dec 4 02:43 .. -rw-r--r-- 1 genie.reddeer technology.reddeer 69432 Dec 4 02:42 artifacts.jar -rw-r--r-- 1 genie.reddeer technology.reddeer 50168 Dec 4 02:42 artifacts.xml.xz -rw-r--r-- 1 genie.reddeer technology.reddeer 188465 Dec 4 02:42 content.jar -rw-r--r-- 1 genie.reddeer technology.reddeer 67476 Dec 4 02:42 content.xml.xz drwxr-sr-x 2 genie.reddeer technology.reddeer 4096 Dec 4 02:42 features -rw-r--r-- 1 genie.reddeer technology.reddeer 172 Dec 4 02:42 p2.index drwxr-sr-x 2 genie.reddeer technology.reddeer 49152 Dec 4 02:42 plugins -rw-r--r-- 1 genie.reddeer technology.reddeer 223819031 Dec 4 02:43 repository.zip $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 63 killed; [ssh-agent] Stopped. No mail will be sent out, as 'reddeer.nightly #193' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Finished: SUCCESS