Started by an SCM change Running as SYSTEM Agent default-agent-glth5 is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-glth5" 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-glth5" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-glth5" - 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-glth5 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-7J1mtOL8gKlh/agent.54 SSH_AGENT_PID=56 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/reddeer.nightly@tmp/private_key_552238149958723070.key (/home/jenkins/agent/workspace/reddeer.nightly@tmp/private_key_552238149958723070.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 a95b2c637f49e19e088bbd33e3ac9c73e4f4f5f8 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a95b2c637f49e19e088bbd33e3ac9c73e4f4f5f8 Commit message: "Upgrade hsqldb version to 2.3.0, fixes #2048" > git rev-list --no-walk 48b67234aad7943bbcd59a5c2632ceeecd2c85ee # timeout=10 [reddeer.nightly] $ /bin/sh -xe /tmp/jenkins4121363445454490773.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 24 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 454 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 119 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 179 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 591 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 558 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 413 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 114 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 103 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 597 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 399 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 57 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 67 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 28 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 158 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 480 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 25 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 148 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 189 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 271 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 107 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 220 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 220 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 62 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 55 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 64 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 168 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 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 67 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 36 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 336 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 111 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 466 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 152 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 284 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 2.2 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 69 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 203 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 67 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 109 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 26 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 144 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 154 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 521 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 211 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 345 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 459 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 324 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.9 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 491 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.7 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 373 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 93 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 570 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 303 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 61 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 80 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 39 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 59 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 35 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 52 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 179 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 76 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 30 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 131 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 25 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 130 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 44 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 375 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1/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 790 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 132 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 71 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 39 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 36 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 36 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/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar 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/5.5 kB Progress (1): 5.5 kB Progress (2): 5.5 kB | 4.1/200 kB Progress (3): 5.5 kB | 4.1/200 kB | 4.1/165 kB Progress (3): 5.5 kB | 7.7/200 kB | 4.1/165 kB Progress (3): 5.5 kB | 7.7/200 kB | 7.7/165 kB Progress (3): 5.5 kB | 12/200 kB | 7.7/165 kB Progress (4): 5.5 kB | 12/200 kB | 7.7/165 kB | 4.1/527 kB Progress (4): 5.5 kB | 12/200 kB | 7.7/165 kB | 7.7/527 kB Progress (4): 5.5 kB | 12/200 kB | 12/165 kB | 7.7/527 kB Progress (4): 5.5 kB | 12/200 kB | 12/165 kB | 12/527 kB Progress (5): 5.5 kB | 12/200 kB | 12/165 kB | 12/527 kB | 4.1/47 kB Progress (5): 5.5 kB | 12/200 kB | 12/165 kB | 12/527 kB | 7.7/47 kB Progress (5): 5.5 kB | 12/200 kB | 12/165 kB | 12/527 kB | 12/47 kB Progress (5): 5.5 kB | 16/200 kB | 12/165 kB | 12/527 kB | 12/47 kB Progress (5): 5.5 kB | 20/200 kB | 12/165 kB | 12/527 kB | 12/47 kB Progress (5): 5.5 kB | 24/200 kB | 12/165 kB | 12/527 kB | 12/47 kB Progress (5): 5.5 kB | 24/200 kB | 12/165 kB | 12/527 kB | 16/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar (5.5 kB at 72 kB/s) Progress (4): 24/200 kB | 12/165 kB | 16/527 kB | 16/47 kB Progress (4): 24/200 kB | 16/165 kB | 16/527 kB | 16/47 kB Progress (4): 24/200 kB | 16/165 kB | 20/527 kB | 16/47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (4): 24/200 kB | 16/165 kB | 20/527 kB | 20/47 kB Progress (4): 28/200 kB | 16/165 kB | 20/527 kB | 20/47 kB Progress (4): 28/200 kB | 16/165 kB | 20/527 kB | 24/47 kB Progress (4): 28/200 kB | 16/165 kB | 24/527 kB | 24/47 kB Progress (4): 28/200 kB | 20/165 kB | 24/527 kB | 24/47 kB Progress (4): 28/200 kB | 24/165 kB | 24/527 kB | 24/47 kB Progress (4): 28/200 kB | 28/165 kB | 24/527 kB | 24/47 kB Progress (4): 28/200 kB | 32/165 kB | 24/527 kB | 24/47 kB Progress (4): 28/200 kB | 36/165 kB | 24/527 kB | 24/47 kB Progress (4): 28/200 kB | 40/165 kB | 24/527 kB | 24/47 kB Progress (4): 28/200 kB | 40/165 kB | 24/527 kB | 28/47 kB Progress (4): 32/200 kB | 40/165 kB | 24/527 kB | 28/47 kB Progress (4): 32/200 kB | 40/165 kB | 24/527 kB | 32/47 kB Progress (4): 32/200 kB | 44/165 kB | 24/527 kB | 32/47 kB Progress (4): 32/200 kB | 44/165 kB | 28/527 kB | 32/47 kB Progress (4): 32/200 kB | 48/165 kB | 28/527 kB | 32/47 kB Progress (4): 32/200 kB | 48/165 kB | 28/527 kB | 36/47 kB Progress (4): 36/200 kB | 48/165 kB | 28/527 kB | 36/47 kB Progress (4): 36/200 kB | 48/165 kB | 28/527 kB | 40/47 kB Progress (4): 36/200 kB | 52/165 kB | 28/527 kB | 40/47 kB Progress (4): 36/200 kB | 52/165 kB | 32/527 kB | 40/47 kB Progress (4): 36/200 kB | 56/165 kB | 32/527 kB | 40/47 kB Progress (4): 36/200 kB | 56/165 kB | 32/527 kB | 44/47 kB Progress (4): 40/200 kB | 56/165 kB | 32/527 kB | 44/47 kB Progress (4): 40/200 kB | 56/165 kB | 32/527 kB | 47 kB Progress (4): 40/200 kB | 60/165 kB | 32/527 kB | 47 kB Progress (4): 40/200 kB | 60/165 kB | 36/527 kB | 47 kB Progress (4): 40/200 kB | 64/165 kB | 36/527 kB | 47 kB Progress (4): 40/200 kB | 68/165 kB | 36/527 kB | 47 kB Progress (4): 40/200 kB | 72/165 kB | 36/527 kB | 47 kB Progress (4): 44/200 kB | 72/165 kB | 36/527 kB | 47 kB Progress (4): 44/200 kB | 76/165 kB | 36/527 kB | 47 kB Progress (5): 44/200 kB | 76/165 kB | 36/527 kB | 47 kB | 4.1/38 kB Progress (5): 44/200 kB | 76/165 kB | 40/527 kB | 47 kB | 4.1/38 kB Progress (5): 44/200 kB | 76/165 kB | 40/527 kB | 47 kB | 7.7/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 315 kB/s) Progress (4): 44/200 kB | 80/165 kB | 40/527 kB | 7.7/38 kB Progress (4): 48/200 kB | 80/165 kB | 40/527 kB | 7.7/38 kB Progress (4): 48/200 kB | 84/165 kB | 40/527 kB | 7.7/38 kB Progress (4): 52/200 kB | 84/165 kB | 40/527 kB | 7.7/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (4): 52/200 kB | 84/165 kB | 40/527 kB | 12/38 kB Progress (4): 52/200 kB | 84/165 kB | 44/527 kB | 12/38 kB Progress (4): 52/200 kB | 84/165 kB | 44/527 kB | 16/38 kB Progress (4): 56/200 kB | 84/165 kB | 44/527 kB | 16/38 kB Progress (4): 56/200 kB | 84/165 kB | 44/527 kB | 20/38 kB Progress (4): 56/200 kB | 88/165 kB | 44/527 kB | 20/38 kB Progress (4): 60/200 kB | 88/165 kB | 44/527 kB | 20/38 kB Progress (4): 60/200 kB | 92/165 kB | 44/527 kB | 20/38 kB Progress (4): 60/200 kB | 92/165 kB | 44/527 kB | 24/38 kB Progress (4): 60/200 kB | 92/165 kB | 48/527 kB | 24/38 kB Progress (4): 60/200 kB | 96/165 kB | 48/527 kB | 24/38 kB Progress (4): 60/200 kB | 96/165 kB | 52/527 kB | 24/38 kB Progress (4): 60/200 kB | 96/165 kB | 56/527 kB | 24/38 kB Progress (4): 64/200 kB | 96/165 kB | 56/527 kB | 24/38 kB Progress (4): 64/200 kB | 96/165 kB | 60/527 kB | 24/38 kB Progress (4): 64/200 kB | 100/165 kB | 60/527 kB | 24/38 kB Progress (4): 64/200 kB | 100/165 kB | 60/527 kB | 28/38 kB Progress (4): 64/200 kB | 100/165 kB | 60/527 kB | 32/38 kB Progress (4): 64/200 kB | 104/165 kB | 60/527 kB | 32/38 kB Progress (4): 64/200 kB | 104/165 kB | 64/527 kB | 32/38 kB Progress (4): 68/200 kB | 104/165 kB | 64/527 kB | 32/38 kB Progress (4): 68/200 kB | 108/165 kB | 64/527 kB | 32/38 kB Progress (4): 68/200 kB | 112/165 kB | 64/527 kB | 32/38 kB Progress (4): 68/200 kB | 116/165 kB | 64/527 kB | 32/38 kB Progress (4): 68/200 kB | 120/165 kB | 64/527 kB | 32/38 kB Progress (5): 68/200 kB | 120/165 kB | 64/527 kB | 32/38 kB | 4.1/30 kB Progress (5): 68/200 kB | 120/165 kB | 64/527 kB | 36/38 kB | 4.1/30 kB Progress (5): 68/200 kB | 120/165 kB | 64/527 kB | 36/38 kB | 7.7/30 kB Progress (5): 68/200 kB | 124/165 kB | 64/527 kB | 36/38 kB | 7.7/30 kB Progress (5): 72/200 kB | 124/165 kB | 64/527 kB | 36/38 kB | 7.7/30 kB Progress (5): 72/200 kB | 124/165 kB | 68/527 kB | 36/38 kB | 7.7/30 kB Progress (5): 76/200 kB | 124/165 kB | 68/527 kB | 36/38 kB | 7.7/30 kB Progress (5): 80/200 kB | 124/165 kB | 68/527 kB | 36/38 kB | 7.7/30 kB Progress (5): 80/200 kB | 128/165 kB | 68/527 kB | 36/38 kB | 7.7/30 kB Progress (5): 80/200 kB | 128/165 kB | 68/527 kB | 36/38 kB | 12/30 kB Progress (5): 80/200 kB | 128/165 kB | 68/527 kB | 38 kB | 12/30 kB Progress (5): 80/200 kB | 128/165 kB | 68/527 kB | 38 kB | 16/30 kB Progress (5): 80/200 kB | 132/165 kB | 68/527 kB | 38 kB | 16/30 kB Progress (5): 84/200 kB | 132/165 kB | 68/527 kB | 38 kB | 16/30 kB Progress (5): 84/200 kB | 132/165 kB | 72/527 kB | 38 kB | 16/30 kB Progress (5): 88/200 kB | 132/165 kB | 72/527 kB | 38 kB | 16/30 kB Progress (5): 88/200 kB | 136/165 kB | 72/527 kB | 38 kB | 16/30 kB Progress (5): 88/200 kB | 136/165 kB | 72/527 kB | 38 kB | 20/30 kB Progress (5): 88/200 kB | 140/165 kB | 72/527 kB | 38 kB | 20/30 kB Progress (5): 88/200 kB | 144/165 kB | 72/527 kB | 38 kB | 20/30 kB Progress (5): 88/200 kB | 148/165 kB | 72/527 kB | 38 kB | 20/30 kB Progress (5): 88/200 kB | 152/165 kB | 72/527 kB | 38 kB | 20/30 kB Progress (5): 92/200 kB | 152/165 kB | 72/527 kB | 38 kB | 20/30 kB Progress (5): 92/200 kB | 152/165 kB | 76/527 kB | 38 kB | 20/30 kB Progress (5): 96/200 kB | 152/165 kB | 76/527 kB | 38 kB | 20/30 kB Progress (5): 96/200 kB | 156/165 kB | 76/527 kB | 38 kB | 20/30 kB Progress (5): 96/200 kB | 156/165 kB | 76/527 kB | 38 kB | 24/30 kB Progress (5): 96/200 kB | 160/165 kB | 76/527 kB | 38 kB | 24/30 kB Progress (5): 100/200 kB | 160/165 kB | 76/527 kB | 38 kB | 24/30 kB Progress (5): 100/200 kB | 160/165 kB | 80/527 kB | 38 kB | 24/30 kB Progress (5): 104/200 kB | 160/165 kB | 80/527 kB | 38 kB | 24/30 kB Progress (5): 104/200 kB | 164/165 kB | 80/527 kB | 38 kB | 24/30 kB Progress (5): 108/200 kB | 164/165 kB | 80/527 kB | 38 kB | 24/30 kB Progress (5): 108/200 kB | 164/165 kB | 80/527 kB | 38 kB | 28/30 kB Progress (5): 112/200 kB | 164/165 kB | 80/527 kB | 38 kB | 28/30 kB Progress (5): 116/200 kB | 164/165 kB | 80/527 kB | 38 kB | 28/30 kB Progress (5): 120/200 kB | 164/165 kB | 80/527 kB | 38 kB | 28/30 kB Progress (5): 120/200 kB | 165 kB | 80/527 kB | 38 kB | 28/30 kB Progress (5): 124/200 kB | 165 kB | 80/527 kB | 38 kB | 28/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 208 kB/s) Progress (4): 124/200 kB | 165 kB | 84/527 kB | 28/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (4): 128/200 kB | 165 kB | 84/527 kB | 28/30 kB Progress (4): 128/200 kB | 165 kB | 84/527 kB | 30 kB Progress (4): 128/200 kB | 165 kB | 88/527 kB | 30 kB Progress (4): 132/200 kB | 165 kB | 88/527 kB | 30 kB Progress (4): 136/200 kB | 165 kB | 88/527 kB | 30 kB Progress (4): 136/200 kB | 165 kB | 92/527 kB | 30 kB Progress (4): 140/200 kB | 165 kB | 92/527 kB | 30 kB Progress (4): 140/200 kB | 165 kB | 96/527 kB | 30 kB Progress (4): 144/200 kB | 165 kB | 96/527 kB | 30 kB Progress (4): 144/200 kB | 165 kB | 100/527 kB | 30 kB Progress (4): 148/200 kB | 165 kB | 100/527 kB | 30 kB Progress (4): 148/200 kB | 165 kB | 104/527 kB | 30 kB Progress (4): 152/200 kB | 165 kB | 104/527 kB | 30 kB Progress (4): 152/200 kB | 165 kB | 108/527 kB | 30 kB Progress (4): 156/200 kB | 165 kB | 108/527 kB | 30 kB Progress (4): 156/200 kB | 165 kB | 112/527 kB | 30 kB Progress (4): 156/200 kB | 165 kB | 116/527 kB | 30 kB Progress (4): 160/200 kB | 165 kB | 116/527 kB | 30 kB Progress (4): 160/200 kB | 165 kB | 120/527 kB | 30 kB Progress (4): 164/200 kB | 165 kB | 120/527 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 122 kB/s) Progress (4): 164/200 kB | 165 kB | 120/527 kB | 4.1/52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar 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 661 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (3): 168/200 kB | 120/527 kB | 4.1/52 kB Progress (3): 168/200 kB | 124/527 kB | 4.1/52 kB Progress (3): 172/200 kB | 124/527 kB | 4.1/52 kB Progress (3): 172/200 kB | 124/527 kB | 7.7/52 kB Progress (3): 176/200 kB | 124/527 kB | 7.7/52 kB Progress (3): 176/200 kB | 128/527 kB | 7.7/52 kB Progress (3): 176/200 kB | 128/527 kB | 12/52 kB Progress (3): 176/200 kB | 132/527 kB | 12/52 kB Progress (3): 180/200 kB | 132/527 kB | 12/52 kB Progress (3): 180/200 kB | 136/527 kB | 12/52 kB Progress (3): 180/200 kB | 136/527 kB | 16/52 kB Progress (3): 184/200 kB | 136/527 kB | 16/52 kB Progress (3): 184/200 kB | 140/527 kB | 16/52 kB Progress (3): 188/200 kB | 140/527 kB | 16/52 kB Progress (3): 188/200 kB | 140/527 kB | 20/52 kB Progress (3): 192/200 kB | 140/527 kB | 20/52 kB Progress (3): 192/200 kB | 144/527 kB | 20/52 kB Progress (3): 196/200 kB | 144/527 kB | 20/52 kB Progress (3): 196/200 kB | 144/527 kB | 24/52 kB Progress (3): 200/200 kB | 144/527 kB | 24/52 kB Progress (3): 200/200 kB | 148/527 kB | 24/52 kB Progress (3): 200/200 kB | 148/527 kB | 28/52 kB Progress (3): 200 kB | 148/527 kB | 28/52 kB Progress (4): 200 kB | 148/527 kB | 28/52 kB | 4.1/148 kB Progress (4): 200 kB | 148/527 kB | 32/52 kB | 4.1/148 kB Progress (4): 200 kB | 152/527 kB | 32/52 kB | 4.1/148 kB Progress (4): 200 kB | 152/527 kB | 33/52 kB | 4.1/148 kB Progress (5): 200 kB | 152/527 kB | 33/52 kB | 4.1/148 kB | 4.1/51 kB Progress (5): 200 kB | 152/527 kB | 33/52 kB | 7.7/148 kB | 4.1/51 kB Progress (5): 200 kB | 152/527 kB | 33/52 kB | 7.7/148 kB | 7.7/51 kB Progress (5): 200 kB | 152/527 kB | 37/52 kB | 7.7/148 kB | 7.7/51 kB Progress (5): 200 kB | 156/527 kB | 37/52 kB | 7.7/148 kB | 7.7/51 kB Progress (5): 200 kB | 156/527 kB | 41/52 kB | 7.7/148 kB | 7.7/51 kB Progress (5): 200 kB | 156/527 kB | 41/52 kB | 7.7/148 kB | 12/51 kB Progress (5): 200 kB | 156/527 kB | 41/52 kB | 12/148 kB | 12/51 kB Progress (5): 200 kB | 156/527 kB | 41/52 kB | 12/148 kB | 16/51 kB Progress (5): 200 kB | 156/527 kB | 45/52 kB | 12/148 kB | 16/51 kB Progress (5): 200 kB | 160/527 kB | 45/52 kB | 12/148 kB | 16/51 kB Progress (5): 200 kB | 160/527 kB | 49/52 kB | 12/148 kB | 16/51 kB Progress (5): 200 kB | 160/527 kB | 49/52 kB | 12/148 kB | 20/51 kB Progress (5): 200 kB | 160/527 kB | 49/52 kB | 16/148 kB | 20/51 kB Progress (5): 200 kB | 160/527 kB | 49/52 kB | 16/148 kB | 24/51 kB Progress (5): 200 kB | 160/527 kB | 52 kB | 16/148 kB | 24/51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar (200 kB at 711 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (4): 164/527 kB | 52 kB | 16/148 kB | 24/51 kB Progress (4): 164/527 kB | 52 kB | 16/148 kB | 28/51 kB Progress (4): 164/527 kB | 52 kB | 20/148 kB | 28/51 kB Progress (4): 164/527 kB | 52 kB | 24/148 kB | 28/51 kB Progress (4): 164/527 kB | 52 kB | 24/148 kB | 32/51 kB Progress (4): 168/527 kB | 52 kB | 24/148 kB | 32/51 kB Progress (4): 168/527 kB | 52 kB | 28/148 kB | 32/51 kB Progress (4): 168/527 kB | 52 kB | 28/148 kB | 36/51 kB Progress (4): 172/527 kB | 52 kB | 28/148 kB | 36/51 kB Progress (4): 172/527 kB | 52 kB | 32/148 kB | 36/51 kB Progress (4): 176/527 kB | 52 kB | 32/148 kB | 36/51 kB Progress (4): 176/527 kB | 52 kB | 32/148 kB | 40/51 kB Progress (4): 180/527 kB | 52 kB | 32/148 kB | 40/51 kB Progress (4): 180/527 kB | 52 kB | 32/148 kB | 44/51 kB Progress (4): 180/527 kB | 52 kB | 33/148 kB | 44/51 kB Progress (4): 180/527 kB | 52 kB | 33/148 kB | 48/51 kB Progress (4): 184/527 kB | 52 kB | 33/148 kB | 48/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 150 kB/s) Progress (3): 184/527 kB | 33/148 kB | 51 kB Progress (3): 184/527 kB | 37/148 kB | 51 kB Progress (4): 184/527 kB | 37/148 kB | 51 kB | 4.1/106 kB Progress (4): 184/527 kB | 41/148 kB | 51 kB | 4.1/106 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): 188/527 kB | 41/148 kB | 51 kB | 4.1/106 kB Progress (4): 188/527 kB | 45/148 kB | 51 kB | 4.1/106 kB Progress (4): 188/527 kB | 45/148 kB | 51 kB | 7.7/106 kB Progress (4): 188/527 kB | 49/148 kB | 51 kB | 7.7/106 kB Progress (4): 192/527 kB | 49/148 kB | 51 kB | 7.7/106 kB Progress (4): 192/527 kB | 53/148 kB | 51 kB | 7.7/106 kB Progress (4): 196/527 kB | 53/148 kB | 51 kB | 7.7/106 kB Progress (4): 196/527 kB | 53/148 kB | 51 kB | 12/106 kB Progress (4): 200/527 kB | 53/148 kB | 51 kB | 12/106 kB Progress (4): 200/527 kB | 57/148 kB | 51 kB | 12/106 kB Progress (4): 204/527 kB | 57/148 kB | 51 kB | 12/106 kB Progress (4): 204/527 kB | 57/148 kB | 51 kB | 16/106 kB Progress (4): 208/527 kB | 57/148 kB | 51 kB | 16/106 kB Progress (4): 208/527 kB | 61/148 kB | 51 kB | 16/106 kB Progress (4): 212/527 kB | 61/148 kB | 51 kB | 16/106 kB Progress (4): 212/527 kB | 61/148 kB | 51 kB | 20/106 kB Progress (4): 216/527 kB | 61/148 kB | 51 kB | 20/106 kB Progress (4): 216/527 kB | 65/148 kB | 51 kB | 20/106 kB Progress (4): 216/527 kB | 65/148 kB | 51 kB | 24/106 kB Progress (4): 220/527 kB | 65/148 kB | 51 kB | 24/106 kB Progress (4): 220/527 kB | 66/148 kB | 51 kB | 24/106 kB Progress (4): 220/527 kB | 66/148 kB | 51 kB | 28/106 kB Progress (4): 224/527 kB | 66/148 kB | 51 kB | 28/106 kB Progress (4): 224/527 kB | 66/148 kB | 51 kB | 32/106 kB Progress (4): 228/527 kB | 66/148 kB | 51 kB | 32/106 kB Progress (4): 228/527 kB | 70/148 kB | 51 kB | 32/106 kB Progress (4): 232/527 kB | 70/148 kB | 51 kB | 32/106 kB Progress (4): 232/527 kB | 70/148 kB | 51 kB | 33/106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 143 kB/s) Progress (3): 232/527 kB | 70/148 kB | 37/106 kB Progress (3): 236/527 kB | 70/148 kB | 37/106 kB Progress (4): 236/527 kB | 70/148 kB | 37/106 kB | 4.1/14 kB Progress (4): 236/527 kB | 74/148 kB | 37/106 kB | 4.1/14 kB Progress (4): 236/527 kB | 74/148 kB | 37/106 kB | 7.7/14 kB Progress (4): 240/527 kB | 74/148 kB | 37/106 kB | 7.7/14 kB Progress (4): 240/527 kB | 74/148 kB | 41/106 kB | 7.7/14 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (4): 240/527 kB | 74/148 kB | 45/106 kB | 7.7/14 kB Progress (4): 244/527 kB | 74/148 kB | 45/106 kB | 7.7/14 kB Progress (4): 244/527 kB | 74/148 kB | 45/106 kB | 12/14 kB Progress (4): 244/527 kB | 74/148 kB | 45/106 kB | 14 kB Progress (4): 244/527 kB | 78/148 kB | 45/106 kB | 14 kB Progress (4): 248/527 kB | 78/148 kB | 45/106 kB | 14 kB Progress (4): 248/527 kB | 78/148 kB | 49/106 kB | 14 kB Progress (4): 252/527 kB | 78/148 kB | 49/106 kB | 14 kB Progress (4): 252/527 kB | 82/148 kB | 49/106 kB | 14 kB Progress (4): 256/527 kB | 82/148 kB | 49/106 kB | 14 kB Progress (4): 256/527 kB | 86/148 kB | 49/106 kB | 14 kB Progress (4): 256/527 kB | 86/148 kB | 53/106 kB | 14 kB Progress (4): 256/527 kB | 90/148 kB | 53/106 kB | 14 kB Progress (4): 260/527 kB | 90/148 kB | 53/106 kB | 14 kB Progress (4): 260/527 kB | 90/148 kB | 57/106 kB | 14 kB Progress (4): 264/527 kB | 90/148 kB | 57/106 kB | 14 kB Progress (4): 264/527 kB | 90/148 kB | 61/106 kB | 14 kB Progress (4): 264/527 kB | 94/148 kB | 61/106 kB | 14 kB Progress (4): 264/527 kB | 94/148 kB | 65/106 kB | 14 kB Progress (4): 268/527 kB | 94/148 kB | 65/106 kB | 14 kB Progress (4): 268/527 kB | 94/148 kB | 66/106 kB | 14 kB Progress (4): 268/527 kB | 98/148 kB | 66/106 kB | 14 kB Progress (4): 272/527 kB | 98/148 kB | 66/106 kB | 14 kB Progress (4): 272/527 kB | 98/148 kB | 66/106 kB | 14 kB Progress (4): 272/527 kB | 98/148 kB | 70/106 kB | 14 kB Progress (4): 272/527 kB | 102/148 kB | 70/106 kB | 14 kB Progress (4): 276/527 kB | 102/148 kB | 70/106 kB | 14 kB Progress (4): 276/527 kB | 106/148 kB | 70/106 kB | 14 kB Progress (4): 276/527 kB | 106/148 kB | 74/106 kB | 14 kB Progress (4): 276/527 kB | 110/148 kB | 74/106 kB | 14 kB Progress (4): 280/527 kB | 110/148 kB | 74/106 kB | 14 kB Progress (4): 280/527 kB | 114/148 kB | 74/106 kB | 14 kB Progress (4): 280/527 kB | 114/148 kB | 78/106 kB | 14 kB Progress (4): 280/527 kB | 118/148 kB | 78/106 kB | 14 kB Progress (4): 284/527 kB | 118/148 kB | 78/106 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 36 kB/s) Progress (3): 284/527 kB | 122/148 kB | 78/106 kB Progress (4): 284/527 kB | 122/148 kB | 78/106 kB | 4.1/74 kB Progress (4): 284/527 kB | 126/148 kB | 78/106 kB | 4.1/74 kB Progress (4): 284/527 kB | 126/148 kB | 82/106 kB | 4.1/74 kB Progress (4): 284/527 kB | 130/148 kB | 82/106 kB | 4.1/74 kB Progress (4): 284/527 kB | 130/148 kB | 82/106 kB | 7.7/74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (4): 288/527 kB | 130/148 kB | 82/106 kB | 7.7/74 kB Progress (4): 288/527 kB | 130/148 kB | 82/106 kB | 12/74 kB Progress (4): 288/527 kB | 134/148 kB | 82/106 kB | 12/74 kB Progress (4): 288/527 kB | 134/148 kB | 86/106 kB | 12/74 kB Progress (4): 288/527 kB | 138/148 kB | 86/106 kB | 12/74 kB Progress (4): 288/527 kB | 138/148 kB | 86/106 kB | 16/74 kB Progress (4): 288/527 kB | 142/148 kB | 86/106 kB | 16/74 kB Progress (4): 292/527 kB | 142/148 kB | 86/106 kB | 16/74 kB Progress (4): 292/527 kB | 146/148 kB | 86/106 kB | 16/74 kB Progress (4): 292/527 kB | 146/148 kB | 86/106 kB | 20/74 kB Progress (4): 292/527 kB | 146/148 kB | 90/106 kB | 20/74 kB Progress (4): 292/527 kB | 146/148 kB | 90/106 kB | 24/74 kB Progress (4): 292/527 kB | 148 kB | 90/106 kB | 24/74 kB Progress (4): 296/527 kB | 148 kB | 90/106 kB | 24/74 kB Progress (4): 296/527 kB | 148 kB | 90/106 kB | 28/74 kB Progress (4): 300/527 kB | 148 kB | 90/106 kB | 28/74 kB Progress (4): 300/527 kB | 148 kB | 94/106 kB | 28/74 kB Progress (4): 304/527 kB | 148 kB | 94/106 kB | 28/74 kB Progress (4): 304/527 kB | 148 kB | 94/106 kB | 32/74 kB Progress (4): 308/527 kB | 148 kB | 94/106 kB | 32/74 kB Progress (4): 308/527 kB | 148 kB | 98/106 kB | 32/74 kB Progress (4): 312/527 kB | 148 kB | 98/106 kB | 32/74 kB Progress (4): 312/527 kB | 148 kB | 98/106 kB | 33/74 kB Progress (4): 312/527 kB | 148 kB | 102/106 kB | 33/74 kB Progress (4): 312/527 kB | 148 kB | 102/106 kB | 37/74 kB Progress (4): 316/527 kB | 148 kB | 102/106 kB | 37/74 kB Progress (4): 316/527 kB | 148 kB | 102/106 kB | 41/74 kB Progress (4): 316/527 kB | 148 kB | 106/106 kB | 41/74 kB Progress (4): 316/527 kB | 148 kB | 106/106 kB | 45/74 kB Progress (4): 320/527 kB | 148 kB | 106/106 kB | 45/74 kB Progress (4): 320/527 kB | 148 kB | 106/106 kB | 49/74 kB Progress (4): 320/527 kB | 148 kB | 106 kB | 49/74 kB Progress (4): 320/527 kB | 148 kB | 106 kB | 53/74 kB Progress (4): 324/527 kB | 148 kB | 106 kB | 53/74 kB Progress (4): 324/527 kB | 148 kB | 106 kB | 57/74 kB Progress (4): 324/527 kB | 148 kB | 106 kB | 61/74 kB Progress (4): 324/527 kB | 148 kB | 106 kB | 65/74 kB Progress (4): 324/527 kB | 148 kB | 106 kB | 69/74 kB Progress (4): 328/527 kB | 148 kB | 106 kB | 69/74 kB Progress (4): 328/527 kB | 148 kB | 106 kB | 73/74 kB Progress (5): 328/527 kB | 148 kB | 106 kB | 73/74 kB | 4.1/108 kB Progress (5): 328/527 kB | 148 kB | 106 kB | 74 kB | 4.1/108 kB Progress (5): 332/527 kB | 148 kB | 106 kB | 74 kB | 4.1/108 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 332 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 238 kB/s) Progress (3): 332/527 kB | 74 kB | 7.7/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar 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): 336/527 kB | 74 kB | 7.7/108 kB Progress (3): 336/527 kB | 74 kB | 12/108 kB Progress (3): 336/527 kB | 74 kB | 16/108 kB Progress (3): 340/527 kB | 74 kB | 16/108 kB Progress (3): 344/527 kB | 74 kB | 16/108 kB Progress (3): 344/527 kB | 74 kB | 20/108 kB Progress (3): 348/527 kB | 74 kB | 20/108 kB Progress (3): 348/527 kB | 74 kB | 24/108 kB Progress (3): 352/527 kB | 74 kB | 24/108 kB Progress (3): 352/527 kB | 74 kB | 28/108 kB Progress (3): 356/527 kB | 74 kB | 28/108 kB Progress (3): 356/527 kB | 74 kB | 32/108 kB Progress (3): 360/527 kB | 74 kB | 32/108 kB Progress (3): 360/527 kB | 74 kB | 33/108 kB Progress (3): 364/527 kB | 74 kB | 33/108 kB Progress (3): 364/527 kB | 74 kB | 37/108 kB Progress (3): 368/527 kB | 74 kB | 37/108 kB Progress (3): 368/527 kB | 74 kB | 41/108 kB Progress (3): 372/527 kB | 74 kB | 41/108 kB Progress (3): 372/527 kB | 74 kB | 45/108 kB Progress (3): 376/527 kB | 74 kB | 45/108 kB Progress (3): 376/527 kB | 74 kB | 49/108 kB Progress (3): 380/527 kB | 74 kB | 49/108 kB Progress (3): 380/527 kB | 74 kB | 53/108 kB Progress (3): 384/527 kB | 74 kB | 53/108 kB Progress (3): 384/527 kB | 74 kB | 57/108 kB Progress (3): 388/527 kB | 74 kB | 57/108 kB Progress (3): 388/527 kB | 74 kB | 61/108 kB Progress (3): 392/527 kB | 74 kB | 61/108 kB Progress (3): 392/527 kB | 74 kB | 65/108 kB Progress (3): 392/527 kB | 74 kB | 66/108 kB Progress (3): 396/527 kB | 74 kB | 66/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 162 kB/s) 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): 400/527 kB | 66/108 kB Progress (2): 400/527 kB | 70/108 kB Progress (2): 400/527 kB | 74/108 kB Progress (2): 404/527 kB | 74/108 kB Progress (2): 404/527 kB | 78/108 kB Progress (2): 408/527 kB | 78/108 kB Progress (2): 408/527 kB | 82/108 kB Progress (2): 412/527 kB | 82/108 kB Progress (2): 416/527 kB | 82/108 kB Progress (2): 416/527 kB | 86/108 kB Progress (2): 416/527 kB | 90/108 kB Progress (2): 420/527 kB | 90/108 kB Progress (3): 420/527 kB | 90/108 kB | 4.1/202 kB Progress (3): 420/527 kB | 94/108 kB | 4.1/202 kB Progress (3): 424/527 kB | 94/108 kB | 4.1/202 kB Progress (4): 424/527 kB | 94/108 kB | 4.1/202 kB | 4.1/153 kB Progress (4): 424/527 kB | 98/108 kB | 4.1/202 kB | 4.1/153 kB Progress (4): 424/527 kB | 98/108 kB | 7.7/202 kB | 4.1/153 kB Progress (4): 424/527 kB | 98/108 kB | 7.7/202 kB | 7.7/153 kB Progress (4): 428/527 kB | 98/108 kB | 7.7/202 kB | 7.7/153 kB Progress (4): 428/527 kB | 98/108 kB | 12/202 kB | 7.7/153 kB Progress (4): 428/527 kB | 102/108 kB | 12/202 kB | 7.7/153 kB Progress (4): 428/527 kB | 102/108 kB | 16/202 kB | 7.7/153 kB Progress (4): 428/527 kB | 102/108 kB | 16/202 kB | 12/153 kB Progress (4): 432/527 kB | 102/108 kB | 16/202 kB | 12/153 kB Progress (4): 432/527 kB | 102/108 kB | 16/202 kB | 16/153 kB Progress (4): 432/527 kB | 102/108 kB | 20/202 kB | 16/153 kB Progress (4): 432/527 kB | 106/108 kB | 20/202 kB | 16/153 kB Progress (4): 432/527 kB | 106/108 kB | 24/202 kB | 16/153 kB Progress (4): 432/527 kB | 106/108 kB | 24/202 kB | 20/153 kB Progress (4): 436/527 kB | 106/108 kB | 24/202 kB | 20/153 kB Progress (4): 436/527 kB | 106/108 kB | 24/202 kB | 24/153 kB Progress (4): 436/527 kB | 106/108 kB | 28/202 kB | 24/153 kB Progress (4): 436/527 kB | 108 kB | 28/202 kB | 24/153 kB Progress (4): 436/527 kB | 108 kB | 32/202 kB | 24/153 kB Progress (4): 436/527 kB | 108 kB | 32/202 kB | 28/153 kB Progress (4): 440/527 kB | 108 kB | 32/202 kB | 28/153 kB Progress (4): 440/527 kB | 108 kB | 32/202 kB | 32/153 kB Progress (4): 440/527 kB | 108 kB | 33/202 kB | 32/153 kB Progress (5): 440/527 kB | 108 kB | 33/202 kB | 32/153 kB | 4.1/472 kB Progress (5): 440/527 kB | 108 kB | 37/202 kB | 32/153 kB | 4.1/472 kB Progress (5): 440/527 kB | 108 kB | 37/202 kB | 36/153 kB | 4.1/472 kB Progress (5): 444/527 kB | 108 kB | 37/202 kB | 36/153 kB | 4.1/472 kB Progress (5): 444/527 kB | 108 kB | 37/202 kB | 40/153 kB | 4.1/472 kB Progress (5): 444/527 kB | 108 kB | 41/202 kB | 40/153 kB | 4.1/472 kB Progress (5): 444/527 kB | 108 kB | 41/202 kB | 40/153 kB | 7.7/472 kB Progress (5): 444/527 kB | 108 kB | 45/202 kB | 40/153 kB | 7.7/472 kB Progress (5): 444/527 kB | 108 kB | 45/202 kB | 44/153 kB | 7.7/472 kB Progress (5): 448/527 kB | 108 kB | 45/202 kB | 44/153 kB | 7.7/472 kB Progress (5): 448/527 kB | 108 kB | 45/202 kB | 48/153 kB | 7.7/472 kB Progress (5): 448/527 kB | 108 kB | 49/202 kB | 48/153 kB | 7.7/472 kB Progress (5): 448/527 kB | 108 kB | 49/202 kB | 48/153 kB | 12/472 kB Progress (5): 448/527 kB | 108 kB | 53/202 kB | 48/153 kB | 12/472 kB Progress (5): 448/527 kB | 108 kB | 53/202 kB | 52/153 kB | 12/472 kB Progress (5): 452/527 kB | 108 kB | 53/202 kB | 52/153 kB | 12/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 226 kB/s) Progress (4): 456/527 kB | 53/202 kB | 52/153 kB | 12/472 kB Progress (4): 456/527 kB | 53/202 kB | 56/153 kB | 12/472 kB Progress (4): 456/527 kB | 57/202 kB | 56/153 kB | 12/472 kB Progress (4): 456/527 kB | 57/202 kB | 56/153 kB | 16/472 kB Progress (4): 456/527 kB | 61/202 kB | 56/153 kB | 16/472 kB Progress (4): 456/527 kB | 61/202 kB | 60/153 kB | 16/472 kB Progress (4): 460/527 kB | 61/202 kB | 60/153 kB | 16/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 (4): 464/527 kB | 61/202 kB | 60/153 kB | 16/472 kB Progress (4): 464/527 kB | 61/202 kB | 64/153 kB | 16/472 kB Progress (4): 464/527 kB | 65/202 kB | 64/153 kB | 16/472 kB Progress (4): 464/527 kB | 65/202 kB | 64/153 kB | 20/472 kB Progress (4): 464/527 kB | 65/202 kB | 68/153 kB | 20/472 kB Progress (4): 464/527 kB | 66/202 kB | 68/153 kB | 20/472 kB Progress (4): 468/527 kB | 66/202 kB | 68/153 kB | 20/472 kB Progress (4): 468/527 kB | 70/202 kB | 68/153 kB | 20/472 kB Progress (4): 468/527 kB | 70/202 kB | 72/153 kB | 20/472 kB Progress (4): 468/527 kB | 70/202 kB | 72/153 kB | 24/472 kB Progress (4): 468/527 kB | 74/202 kB | 72/153 kB | 24/472 kB Progress (4): 472/527 kB | 74/202 kB | 72/153 kB | 24/472 kB Progress (4): 472/527 kB | 78/202 kB | 72/153 kB | 24/472 kB Progress (4): 472/527 kB | 78/202 kB | 72/153 kB | 28/472 kB Progress (4): 472/527 kB | 78/202 kB | 72/153 kB | 32/472 kB Progress (4): 472/527 kB | 78/202 kB | 76/153 kB | 32/472 kB Progress (4): 472/527 kB | 78/202 kB | 80/153 kB | 32/472 kB Progress (4): 472/527 kB | 78/202 kB | 84/153 kB | 32/472 kB Progress (4): 472/527 kB | 78/202 kB | 88/153 kB | 32/472 kB Progress (4): 472/527 kB | 78/202 kB | 88/153 kB | 33/472 kB Progress (4): 472/527 kB | 82/202 kB | 88/153 kB | 33/472 kB Progress (4): 472/527 kB | 82/202 kB | 88/153 kB | 37/472 kB Progress (4): 476/527 kB | 82/202 kB | 88/153 kB | 37/472 kB Progress (4): 476/527 kB | 86/202 kB | 88/153 kB | 37/472 kB Progress (4): 476/527 kB | 86/202 kB | 88/153 kB | 41/472 kB Progress (4): 476/527 kB | 86/202 kB | 92/153 kB | 41/472 kB Progress (5): 476/527 kB | 86/202 kB | 92/153 kB | 41/472 kB | 4.1/61 kB Progress (5): 476/527 kB | 86/202 kB | 96/153 kB | 41/472 kB | 4.1/61 kB Progress (5): 476/527 kB | 86/202 kB | 96/153 kB | 45/472 kB | 4.1/61 kB Progress (5): 476/527 kB | 90/202 kB | 96/153 kB | 45/472 kB | 4.1/61 kB Progress (5): 480/527 kB | 90/202 kB | 96/153 kB | 45/472 kB | 4.1/61 kB Progress (5): 480/527 kB | 94/202 kB | 96/153 kB | 45/472 kB | 4.1/61 kB Progress (5): 480/527 kB | 94/202 kB | 96/153 kB | 49/472 kB | 4.1/61 kB Progress (5): 480/527 kB | 94/202 kB | 100/153 kB | 49/472 kB | 4.1/61 kB Progress (5): 480/527 kB | 94/202 kB | 100/153 kB | 53/472 kB | 4.1/61 kB Progress (5): 480/527 kB | 94/202 kB | 100/153 kB | 57/472 kB | 4.1/61 kB Progress (5): 480/527 kB | 94/202 kB | 100/153 kB | 57/472 kB | 7.7/61 kB Progress (5): 480/527 kB | 94/202 kB | 100/153 kB | 61/472 kB | 7.7/61 kB Progress (5): 480/527 kB | 94/202 kB | 104/153 kB | 61/472 kB | 7.7/61 kB Progress (5): 484/527 kB | 94/202 kB | 104/153 kB | 61/472 kB | 7.7/61 kB Progress (5): 484/527 kB | 98/202 kB | 104/153 kB | 61/472 kB | 7.7/61 kB Progress (5): 488/527 kB | 98/202 kB | 104/153 kB | 61/472 kB | 7.7/61 kB Progress (5): 488/527 kB | 98/202 kB | 108/153 kB | 61/472 kB | 7.7/61 kB Progress (5): 488/527 kB | 98/202 kB | 108/153 kB | 65/472 kB | 7.7/61 kB Progress (5): 488/527 kB | 98/202 kB | 108/153 kB | 65/472 kB | 12/61 kB Progress (5): 488/527 kB | 98/202 kB | 108/153 kB | 66/472 kB | 12/61 kB Progress (5): 492/527 kB | 98/202 kB | 108/153 kB | 66/472 kB | 12/61 kB Progress (5): 492/527 kB | 98/202 kB | 112/153 kB | 66/472 kB | 12/61 kB Progress (5): 492/527 kB | 98/202 kB | 112/153 kB | 66/472 kB | 12/61 kB Progress (5): 492/527 kB | 98/202 kB | 116/153 kB | 66/472 kB | 12/61 kB Progress (5): 496/527 kB | 98/202 kB | 116/153 kB | 66/472 kB | 12/61 kB Progress (5): 496/527 kB | 98/202 kB | 116/153 kB | 70/472 kB | 12/61 kB Progress (5): 496/527 kB | 98/202 kB | 116/153 kB | 70/472 kB | 16/61 kB Progress (5): 496/527 kB | 98/202 kB | 116/153 kB | 74/472 kB | 16/61 kB Progress (5): 500/527 kB | 98/202 kB | 116/153 kB | 74/472 kB | 16/61 kB Progress (5): 500/527 kB | 98/202 kB | 120/153 kB | 74/472 kB | 16/61 kB Progress (5): 500/527 kB | 102/202 kB | 120/153 kB | 74/472 kB | 16/61 kB Progress (5): 500/527 kB | 102/202 kB | 124/153 kB | 74/472 kB | 16/61 kB Progress (5): 504/527 kB | 102/202 kB | 124/153 kB | 74/472 kB | 16/61 kB Progress (5): 504/527 kB | 102/202 kB | 124/153 kB | 78/472 kB | 16/61 kB Progress (5): 508/527 kB | 102/202 kB | 124/153 kB | 78/472 kB | 16/61 kB Progress (5): 508/527 kB | 102/202 kB | 124/153 kB | 78/472 kB | 20/61 kB Progress (5): 512/527 kB | 102/202 kB | 124/153 kB | 78/472 kB | 20/61 kB Progress (5): 512/527 kB | 102/202 kB | 124/153 kB | 82/472 kB | 20/61 kB Progress (5): 512/527 kB | 102/202 kB | 128/153 kB | 82/472 kB | 20/61 kB Progress (5): 512/527 kB | 106/202 kB | 128/153 kB | 82/472 kB | 20/61 kB Progress (5): 512/527 kB | 106/202 kB | 132/153 kB | 82/472 kB | 20/61 kB Progress (5): 512/527 kB | 106/202 kB | 132/153 kB | 86/472 kB | 20/61 kB Progress (5): 516/527 kB | 106/202 kB | 132/153 kB | 86/472 kB | 20/61 kB Progress (5): 516/527 kB | 106/202 kB | 132/153 kB | 86/472 kB | 24/61 kB Progress (5): 520/527 kB | 106/202 kB | 132/153 kB | 86/472 kB | 24/61 kB Progress (5): 520/527 kB | 106/202 kB | 132/153 kB | 90/472 kB | 24/61 kB Progress (5): 520/527 kB | 106/202 kB | 136/153 kB | 90/472 kB | 24/61 kB Progress (5): 520/527 kB | 110/202 kB | 136/153 kB | 90/472 kB | 24/61 kB Progress (5): 520/527 kB | 110/202 kB | 140/153 kB | 90/472 kB | 24/61 kB Progress (5): 520/527 kB | 110/202 kB | 140/153 kB | 94/472 kB | 24/61 kB Progress (5): 520/527 kB | 110/202 kB | 140/153 kB | 98/472 kB | 24/61 kB Progress (5): 520/527 kB | 110/202 kB | 140/153 kB | 98/472 kB | 24/61 kB Progress (5): 524/527 kB | 110/202 kB | 140/153 kB | 98/472 kB | 24/61 kB Progress (5): 524/527 kB | 110/202 kB | 140/153 kB | 98/472 kB | 28/61 kB Progress (5): 527 kB | 110/202 kB | 140/153 kB | 98/472 kB | 28/61 kB Progress (5): 527 kB | 110/202 kB | 140/153 kB | 102/472 kB | 28/61 kB Progress (5): 527 kB | 110/202 kB | 144/153 kB | 102/472 kB | 28/61 kB Progress (5): 527 kB | 114/202 kB | 144/153 kB | 102/472 kB | 28/61 kB Progress (5): 527 kB | 114/202 kB | 144/153 kB | 106/472 kB | 28/61 kB Progress (5): 527 kB | 114/202 kB | 144/153 kB | 106/472 kB | 32/61 kB Progress (5): 527 kB | 118/202 kB | 144/153 kB | 106/472 kB | 32/61 kB Progress (5): 527 kB | 118/202 kB | 148/153 kB | 106/472 kB | 32/61 kB Progress (5): 527 kB | 122/202 kB | 148/153 kB | 106/472 kB | 32/61 kB Progress (5): 527 kB | 122/202 kB | 148/153 kB | 106/472 kB | 36/61 kB Progress (5): 527 kB | 122/202 kB | 148/153 kB | 110/472 kB | 36/61 kB Progress (5): 527 kB | 122/202 kB | 148/153 kB | 110/472 kB | 40/61 kB Progress (5): 527 kB | 126/202 kB | 148/153 kB | 110/472 kB | 40/61 kB Progress (5): 527 kB | 126/202 kB | 152/153 kB | 110/472 kB | 40/61 kB Progress (5): 527 kB | 130/202 kB | 152/153 kB | 110/472 kB | 40/61 kB Progress (5): 527 kB | 130/202 kB | 152/153 kB | 110/472 kB | 44/61 kB Progress (5): 527 kB | 130/202 kB | 152/153 kB | 114/472 kB | 44/61 kB Progress (5): 527 kB | 130/202 kB | 152/153 kB | 114/472 kB | 48/61 kB Progress (5): 527 kB | 130/202 kB | 152/153 kB | 118/472 kB | 48/61 kB Progress (5): 527 kB | 130/202 kB | 152/153 kB | 118/472 kB | 52/61 kB Progress (5): 527 kB | 131/202 kB | 152/153 kB | 118/472 kB | 52/61 kB Progress (5): 527 kB | 131/202 kB | 153 kB | 118/472 kB | 52/61 kB Progress (5): 527 kB | 135/202 kB | 153 kB | 118/472 kB | 52/61 kB Progress (5): 527 kB | 135/202 kB | 153 kB | 118/472 kB | 56/61 kB Progress (5): 527 kB | 135/202 kB | 153 kB | 118/472 kB | 60/61 kB Progress (5): 527 kB | 135/202 kB | 153 kB | 122/472 kB | 60/61 kB Progress (5): 527 kB | 135/202 kB | 153 kB | 122/472 kB | 61 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 907 kB/s) Progress (4): 139/202 kB | 153 kB | 122/472 kB | 61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (4): 139/202 kB | 153 kB | 126/472 kB | 61 kB Progress (4): 143/202 kB | 153 kB | 126/472 kB | 61 kB Progress (4): 143/202 kB | 153 kB | 130/472 kB | 61 kB Progress (4): 147/202 kB | 153 kB | 130/472 kB | 61 kB Progress (4): 147/202 kB | 153 kB | 131/472 kB | 61 kB Progress (4): 151/202 kB | 153 kB | 131/472 kB | 61 kB Progress (4): 151/202 kB | 153 kB | 135/472 kB | 61 kB Progress (4): 155/202 kB | 153 kB | 135/472 kB | 61 kB Progress (4): 155/202 kB | 153 kB | 139/472 kB | 61 kB Progress (4): 159/202 kB | 153 kB | 139/472 kB | 61 kB Progress (4): 159/202 kB | 153 kB | 143/472 kB | 61 kB Progress (4): 163/202 kB | 153 kB | 143/472 kB | 61 kB Progress (4): 163/202 kB | 153 kB | 147/472 kB | 61 kB Progress (4): 164/202 kB | 153 kB | 147/472 kB | 61 kB Progress (4): 164/202 kB | 153 kB | 151/472 kB | 61 kB Progress (4): 164/202 kB | 153 kB | 155/472 kB | 61 kB Progress (4): 168/202 kB | 153 kB | 155/472 kB | 61 kB Progress (4): 168/202 kB | 153 kB | 159/472 kB | 61 kB Progress (4): 172/202 kB | 153 kB | 159/472 kB | 61 kB Progress (4): 172/202 kB | 153 kB | 163/472 kB | 61 kB Progress (4): 176/202 kB | 153 kB | 163/472 kB | 61 kB Progress (4): 176/202 kB | 153 kB | 164/472 kB | 61 kB Progress (4): 180/202 kB | 153 kB | 164/472 kB | 61 kB Progress (4): 180/202 kB | 153 kB | 168/472 kB | 61 kB Progress (4): 184/202 kB | 153 kB | 168/472 kB | 61 kB Progress (4): 184/202 kB | 153 kB | 172/472 kB | 61 kB Progress (4): 188/202 kB | 153 kB | 172/472 kB | 61 kB Progress (4): 188/202 kB | 153 kB | 176/472 kB | 61 kB Progress (4): 192/202 kB | 153 kB | 176/472 kB | 61 kB Progress (4): 192/202 kB | 153 kB | 180/472 kB | 61 kB Progress (4): 196/202 kB | 153 kB | 180/472 kB | 61 kB Progress (4): 196/202 kB | 153 kB | 184/472 kB | 61 kB Progress (4): 200/202 kB | 153 kB | 184/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 184/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 188/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 192/472 kB | 61 kB Progress (4): 202 kB | 153 kB | 196/472 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 238 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 95 kB/s) Progress (2): 202 kB | 197/472 kB Progress (3): 202 kB | 197/472 kB | 4.1/46 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (3): 202 kB | 201/472 kB | 4.1/46 kB Progress (3): 202 kB | 205/472 kB | 4.1/46 kB Progress (3): 202 kB | 205/472 kB | 7.7/46 kB Progress (3): 202 kB | 209/472 kB | 7.7/46 kB Progress (3): 202 kB | 213/472 kB | 7.7/46 kB Progress (3): 202 kB | 217/472 kB | 7.7/46 kB Progress (3): 202 kB | 221/472 kB | 7.7/46 kB Progress (3): 202 kB | 225/472 kB | 7.7/46 kB Progress (3): 202 kB | 229/472 kB | 7.7/46 kB Progress (3): 202 kB | 229/472 kB | 7.7/46 kB Progress (3): 202 kB | 233/472 kB | 7.7/46 kB Progress (3): 202 kB | 237/472 kB | 7.7/46 kB Progress (4): 202 kB | 237/472 kB | 7.7/46 kB | 4.1/13 kB Progress (4): 202 kB | 237/472 kB | 12/46 kB | 4.1/13 kB Progress (4): 202 kB | 237/472 kB | 12/46 kB | 7.7/13 kB Progress (4): 202 kB | 241/472 kB | 12/46 kB | 7.7/13 kB Progress (4): 202 kB | 241/472 kB | 12/46 kB | 12/13 kB Progress (4): 202 kB | 241/472 kB | 12/46 kB | 13 kB Progress (5): 202 kB | 241/472 kB | 12/46 kB | 13 kB | 4.1/29 kB Progress (5): 202 kB | 241/472 kB | 12/46 kB | 13 kB | 7.7/29 kB Progress (5): 202 kB | 241/472 kB | 12/46 kB | 13 kB | 12/29 kB Progress (5): 202 kB | 241/472 kB | 12/46 kB | 13 kB | 16/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 303 kB/s) Progress (4): 241/472 kB | 12/46 kB | 13 kB | 20/29 kB Progress (4): 245/472 kB | 12/46 kB | 13 kB | 20/29 kB Progress (4): 245/472 kB | 16/46 kB | 13 kB | 20/29 kB Progress (4): 249/472 kB | 16/46 kB | 13 kB | 20/29 kB Progress (4): 253/472 kB | 16/46 kB | 13 kB | 20/29 kB Progress (4): 253/472 kB | 16/46 kB | 13 kB | 24/29 kB Progress (4): 253/472 kB | 16/46 kB | 13 kB | 28/29 kB Progress (4): 253/472 kB | 16/46 kB | 13 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 (4): 257/472 kB | 16/46 kB | 13 kB | 29 kB Progress (4): 261/472 kB | 16/46 kB | 13 kB | 29 kB Progress (4): 261/472 kB | 20/46 kB | 13 kB | 29 kB Progress (4): 265/472 kB | 20/46 kB | 13 kB | 29 kB Progress (4): 269/472 kB | 20/46 kB | 13 kB | 29 kB Progress (4): 269/472 kB | 24/46 kB | 13 kB | 29 kB Progress (4): 273/472 kB | 24/46 kB | 13 kB | 29 kB Progress (4): 277/472 kB | 24/46 kB | 13 kB | 29 kB Progress (4): 281/472 kB | 24/46 kB | 13 kB | 29 kB Progress (4): 285/472 kB | 24/46 kB | 13 kB | 29 kB Progress (4): 285/472 kB | 28/46 kB | 13 kB | 29 kB Progress (4): 289/472 kB | 28/46 kB | 13 kB | 29 kB Progress (4): 293/472 kB | 28/46 kB | 13 kB | 29 kB Progress (4): 297/472 kB | 28/46 kB | 13 kB | 29 kB Progress (4): 297/472 kB | 32/46 kB | 13 kB | 29 kB Progress (4): 301/472 kB | 32/46 kB | 13 kB | 29 kB Progress (4): 301/472 kB | 36/46 kB | 13 kB | 29 kB Progress (4): 305/472 kB | 36/46 kB | 13 kB | 29 kB Progress (4): 309/472 kB | 36/46 kB | 13 kB | 29 kB Progress (4): 313/472 kB | 36/46 kB | 13 kB | 29 kB Progress (4): 317/472 kB | 36/46 kB | 13 kB | 29 kB Progress (4): 321/472 kB | 36/46 kB | 13 kB | 29 kB Progress (4): 325/472 kB | 36/46 kB | 13 kB | 29 kB Progress (4): 329/472 kB | 36/46 kB | 13 kB | 29 kB Progress (4): 333/472 kB | 36/46 kB | 13 kB | 29 kB Progress (4): 337/472 kB | 36/46 kB | 13 kB | 29 kB Progress (4): 341/472 kB | 36/46 kB | 13 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 42 kB/s) Progress (3): 341/472 kB | 40/46 kB | 13 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 (3): 345/472 kB | 40/46 kB | 13 kB Progress (4): 345/472 kB | 40/46 kB | 13 kB | 4.1/49 kB Progress (4): 345/472 kB | 40/46 kB | 13 kB | 7.7/49 kB Progress (4): 345/472 kB | 40/46 kB | 13 kB | 12/49 kB Progress (4): 345/472 kB | 40/46 kB | 13 kB | 16/49 kB Progress (4): 345/472 kB | 40/46 kB | 13 kB | 20/49 kB Progress (4): 345/472 kB | 40/46 kB | 13 kB | 24/49 kB Progress (4): 345/472 kB | 40/46 kB | 13 kB | 28/49 kB Progress (4): 345/472 kB | 40/46 kB | 13 kB | 32/49 kB Progress (4): 345/472 kB | 40/46 kB | 13 kB | 36/49 kB Progress (4): 345/472 kB | 40/46 kB | 13 kB | 40/49 kB Progress (4): 345/472 kB | 40/46 kB | 13 kB | 44/49 kB Progress (4): 345/472 kB | 40/46 kB | 13 kB | 48/49 kB Progress (4): 345/472 kB | 40/46 kB | 13 kB | 49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 19 kB/s) Progress (3): 349/472 kB | 40/46 kB | 49 kB Progress (3): 349/472 kB | 44/46 kB | 49 kB Progress (3): 349/472 kB | 46 kB | 49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Progress (3): 353/472 kB | 46 kB | 49 kB Progress (3): 357/472 kB | 46 kB | 49 kB Progress (3): 361/472 kB | 46 kB | 49 kB Progress (3): 365/472 kB | 46 kB | 49 kB Progress (3): 369/472 kB | 46 kB | 49 kB Progress (3): 373/472 kB | 46 kB | 49 kB Progress (3): 377/472 kB | 46 kB | 49 kB Progress (3): 381/472 kB | 46 kB | 49 kB Progress (3): 385/472 kB | 46 kB | 49 kB Progress (3): 389/472 kB | 46 kB | 49 kB Progress (3): 393/472 kB | 46 kB | 49 kB Progress (3): 397/472 kB | 46 kB | 49 kB Progress (4): 397/472 kB | 46 kB | 49 kB | 4.1/247 kB Progress (4): 401/472 kB | 46 kB | 49 kB | 4.1/247 kB Progress (5): 401/472 kB | 46 kB | 49 kB | 4.1/247 kB | 4.1/187 kB Progress (5): 401/472 kB | 46 kB | 49 kB | 7.7/247 kB | 4.1/187 kB Progress (5): 401/472 kB | 46 kB | 49 kB | 7.7/247 kB | 7.7/187 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 66 kB/s) 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 62 kB/s) Progress (3): 405/472 kB | 7.7/247 kB | 7.7/187 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 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): 405/472 kB | 7.7/247 kB | 12/187 kB Progress (3): 405/472 kB | 12/247 kB | 12/187 kB Progress (3): 405/472 kB | 12/247 kB | 16/187 kB Progress (3): 409/472 kB | 12/247 kB | 16/187 kB Progress (3): 409/472 kB | 16/247 kB | 16/187 kB Progress (3): 409/472 kB | 16/247 kB | 20/187 kB Progress (3): 413/472 kB | 16/247 kB | 20/187 kB Progress (3): 413/472 kB | 20/247 kB | 20/187 kB Progress (3): 417/472 kB | 20/247 kB | 20/187 kB Progress (3): 417/472 kB | 20/247 kB | 24/187 kB Progress (3): 421/472 kB | 20/247 kB | 24/187 kB Progress (3): 421/472 kB | 24/247 kB | 24/187 kB Progress (3): 421/472 kB | 24/247 kB | 28/187 kB Progress (3): 425/472 kB | 24/247 kB | 28/187 kB Progress (3): 425/472 kB | 28/247 kB | 28/187 kB Progress (3): 425/472 kB | 28/247 kB | 32/187 kB Progress (3): 425/472 kB | 32/247 kB | 32/187 kB Progress (3): 429/472 kB | 32/247 kB | 32/187 kB Progress (3): 429/472 kB | 33/247 kB | 32/187 kB Progress (3): 429/472 kB | 33/247 kB | 33/187 kB Progress (3): 433/472 kB | 33/247 kB | 33/187 kB Progress (3): 433/472 kB | 37/247 kB | 33/187 kB Progress (3): 437/472 kB | 37/247 kB | 33/187 kB Progress (3): 437/472 kB | 37/247 kB | 37/187 kB Progress (4): 437/472 kB | 37/247 kB | 37/187 kB | 4.1/209 kB Progress (4): 437/472 kB | 41/247 kB | 37/187 kB | 4.1/209 kB Progress (4): 437/472 kB | 41/247 kB | 37/187 kB | 7.7/209 kB Progress (4): 441/472 kB | 41/247 kB | 37/187 kB | 7.7/209 kB Progress (4): 441/472 kB | 41/247 kB | 41/187 kB | 7.7/209 kB Progress (5): 441/472 kB | 41/247 kB | 41/187 kB | 7.7/209 kB | 4.1/86 kB Progress (5): 445/472 kB | 41/247 kB | 41/187 kB | 7.7/209 kB | 4.1/86 kB Progress (5): 445/472 kB | 41/247 kB | 41/187 kB | 12/209 kB | 4.1/86 kB Progress (5): 445/472 kB | 45/247 kB | 41/187 kB | 12/209 kB | 4.1/86 kB Progress (5): 445/472 kB | 45/247 kB | 41/187 kB | 16/209 kB | 4.1/86 kB Progress (5): 449/472 kB | 45/247 kB | 41/187 kB | 16/209 kB | 4.1/86 kB Progress (5): 449/472 kB | 45/247 kB | 41/187 kB | 20/209 kB | 4.1/86 kB Progress (5): 449/472 kB | 45/247 kB | 41/187 kB | 20/209 kB | 7.7/86 kB Progress (5): 449/472 kB | 45/247 kB | 45/187 kB | 20/209 kB | 7.7/86 kB Progress (5): 449/472 kB | 45/247 kB | 45/187 kB | 24/209 kB | 7.7/86 kB Progress (5): 453/472 kB | 45/247 kB | 45/187 kB | 24/209 kB | 7.7/86 kB Progress (5): 453/472 kB | 49/247 kB | 45/187 kB | 24/209 kB | 7.7/86 kB Progress (5): 457/472 kB | 49/247 kB | 45/187 kB | 24/209 kB | 7.7/86 kB Progress (5): 457/472 kB | 49/247 kB | 45/187 kB | 28/209 kB | 7.7/86 kB Progress (5): 457/472 kB | 49/247 kB | 45/187 kB | 32/209 kB | 7.7/86 kB Progress (5): 457/472 kB | 49/247 kB | 45/187 kB | 33/209 kB | 7.7/86 kB Progress (5): 457/472 kB | 49/247 kB | 45/187 kB | 33/209 kB | 12/86 kB Progress (5): 457/472 kB | 49/247 kB | 49/187 kB | 33/209 kB | 12/86 kB Progress (5): 457/472 kB | 49/247 kB | 49/187 kB | 33/209 kB | 16/86 kB Progress (5): 457/472 kB | 49/247 kB | 49/187 kB | 37/209 kB | 16/86 kB Progress (5): 461/472 kB | 49/247 kB | 49/187 kB | 37/209 kB | 16/86 kB Progress (5): 461/472 kB | 53/247 kB | 49/187 kB | 37/209 kB | 16/86 kB Progress (5): 465/472 kB | 53/247 kB | 49/187 kB | 37/209 kB | 16/86 kB Progress (5): 465/472 kB | 53/247 kB | 49/187 kB | 41/209 kB | 16/86 kB Progress (5): 465/472 kB | 53/247 kB | 49/187 kB | 41/209 kB | 20/86 kB Progress (5): 465/472 kB | 53/247 kB | 49/187 kB | 41/209 kB | 24/86 kB Progress (5): 465/472 kB | 53/247 kB | 53/187 kB | 41/209 kB | 24/86 kB Progress (5): 465/472 kB | 53/247 kB | 53/187 kB | 41/209 kB | 28/86 kB Progress (5): 465/472 kB | 53/247 kB | 53/187 kB | 45/209 kB | 28/86 kB Progress (5): 469/472 kB | 53/247 kB | 53/187 kB | 45/209 kB | 28/86 kB Progress (5): 469/472 kB | 57/247 kB | 53/187 kB | 45/209 kB | 28/86 kB Progress (5): 472 kB | 57/247 kB | 53/187 kB | 45/209 kB | 28/86 kB Progress (5): 472 kB | 57/247 kB | 53/187 kB | 49/209 kB | 28/86 kB Progress (5): 472 kB | 57/247 kB | 53/187 kB | 49/209 kB | 32/86 kB Progress (5): 472 kB | 57/247 kB | 57/187 kB | 49/209 kB | 32/86 kB Progress (5): 472 kB | 57/247 kB | 57/187 kB | 53/209 kB | 32/86 kB Progress (5): 472 kB | 57/247 kB | 61/187 kB | 53/209 kB | 32/86 kB Progress (5): 472 kB | 57/247 kB | 61/187 kB | 53/209 kB | 33/86 kB Progress (5): 472 kB | 61/247 kB | 61/187 kB | 53/209 kB | 33/86 kB Progress (5): 472 kB | 61/247 kB | 61/187 kB | 53/209 kB | 37/86 kB Progress (5): 472 kB | 61/247 kB | 65/187 kB | 53/209 kB | 37/86 kB Progress (5): 472 kB | 61/247 kB | 65/187 kB | 57/209 kB | 37/86 kB Progress (5): 472 kB | 61/247 kB | 66/187 kB | 57/209 kB | 37/86 kB Progress (5): 472 kB | 61/247 kB | 66/187 kB | 57/209 kB | 41/86 kB Progress (5): 472 kB | 65/247 kB | 66/187 kB | 57/209 kB | 41/86 kB Progress (5): 472 kB | 65/247 kB | 66/187 kB | 57/209 kB | 45/86 kB Progress (5): 472 kB | 65/247 kB | 70/187 kB | 57/209 kB | 45/86 kB Progress (5): 472 kB | 65/247 kB | 70/187 kB | 61/209 kB | 45/86 kB Progress (5): 472 kB | 65/247 kB | 74/187 kB | 61/209 kB | 45/86 kB Progress (5): 472 kB | 65/247 kB | 74/187 kB | 61/209 kB | 49/86 kB Progress (5): 472 kB | 66/247 kB | 74/187 kB | 61/209 kB | 49/86 kB Progress (5): 472 kB | 66/247 kB | 74/187 kB | 61/209 kB | 53/86 kB Progress (5): 472 kB | 66/247 kB | 78/187 kB | 61/209 kB | 53/86 kB Progress (5): 472 kB | 66/247 kB | 78/187 kB | 65/209 kB | 53/86 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 602 kB/s) Progress (4): 66/247 kB | 82/187 kB | 65/209 kB | 53/86 kB Progress (4): 70/247 kB | 82/187 kB | 65/209 kB | 53/86 kB Progress (4): 70/247 kB | 82/187 kB | 65/209 kB | 57/86 kB Progress (4): 74/247 kB | 82/187 kB | 65/209 kB | 57/86 kB Progress (4): 74/247 kB | 86/187 kB | 65/209 kB | 57/86 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Progress (4): 74/247 kB | 86/187 kB | 66/209 kB | 57/86 kB Progress (4): 78/247 kB | 86/187 kB | 66/209 kB | 57/86 kB Progress (4): 78/247 kB | 90/187 kB | 66/209 kB | 57/86 kB Progress (4): 78/247 kB | 90/187 kB | 66/209 kB | 61/86 kB Progress (4): 82/247 kB | 90/187 kB | 66/209 kB | 61/86 kB Progress (4): 82/247 kB | 90/187 kB | 70/209 kB | 61/86 kB Progress (4): 82/247 kB | 90/187 kB | 70/209 kB | 65/86 kB Progress (4): 86/247 kB | 90/187 kB | 70/209 kB | 65/86 kB Progress (4): 86/247 kB | 94/187 kB | 70/209 kB | 65/86 kB Progress (4): 90/247 kB | 94/187 kB | 70/209 kB | 65/86 kB Progress (4): 90/247 kB | 94/187 kB | 70/209 kB | 69/86 kB Progress (4): 90/247 kB | 94/187 kB | 74/209 kB | 69/86 kB Progress (4): 94/247 kB | 94/187 kB | 74/209 kB | 69/86 kB Progress (4): 94/247 kB | 94/187 kB | 74/209 kB | 73/86 kB Progress (4): 94/247 kB | 98/187 kB | 74/209 kB | 73/86 kB Progress (4): 94/247 kB | 98/187 kB | 74/209 kB | 77/86 kB Progress (4): 98/247 kB | 98/187 kB | 74/209 kB | 77/86 kB Progress (4): 98/247 kB | 98/187 kB | 78/209 kB | 77/86 kB Progress (4): 98/247 kB | 98/187 kB | 78/209 kB | 77/86 kB Progress (4): 98/247 kB | 102/187 kB | 78/209 kB | 77/86 kB Progress (4): 98/247 kB | 102/187 kB | 78/209 kB | 81/86 kB Progress (4): 102/247 kB | 102/187 kB | 78/209 kB | 81/86 kB Progress (4): 102/247 kB | 106/187 kB | 78/209 kB | 81/86 kB Progress (4): 102/247 kB | 106/187 kB | 82/209 kB | 81/86 kB Progress (4): 102/247 kB | 110/187 kB | 82/209 kB | 81/86 kB Progress (4): 102/247 kB | 114/187 kB | 82/209 kB | 81/86 kB Progress (4): 106/247 kB | 114/187 kB | 82/209 kB | 81/86 kB Progress (4): 106/247 kB | 118/187 kB | 82/209 kB | 81/86 kB Progress (4): 106/247 kB | 118/187 kB | 82/209 kB | 85/86 kB Progress (4): 110/247 kB | 118/187 kB | 82/209 kB | 85/86 kB Progress (4): 110/247 kB | 122/187 kB | 82/209 kB | 85/86 kB Progress (4): 110/247 kB | 122/187 kB | 86/209 kB | 85/86 kB Progress (5): 110/247 kB | 122/187 kB | 86/209 kB | 85/86 kB | 4.1/532 kB Progress (5): 110/247 kB | 122/187 kB | 90/209 kB | 85/86 kB | 4.1/532 kB Progress (5): 110/247 kB | 126/187 kB | 90/209 kB | 85/86 kB | 4.1/532 kB Progress (5): 110/247 kB | 130/187 kB | 90/209 kB | 85/86 kB | 4.1/532 kB Progress (5): 114/247 kB | 130/187 kB | 90/209 kB | 85/86 kB | 4.1/532 kB Progress (5): 114/247 kB | 130/187 kB | 90/209 kB | 86 kB | 4.1/532 kB Progress (5): 114/247 kB | 134/187 kB | 90/209 kB | 86 kB | 4.1/532 kB Progress (5): 114/247 kB | 134/187 kB | 94/209 kB | 86 kB | 4.1/532 kB Progress (5): 114/247 kB | 134/187 kB | 94/209 kB | 86 kB | 7.7/532 kB Progress (5): 114/247 kB | 134/187 kB | 98/209 kB | 86 kB | 7.7/532 kB Progress (5): 114/247 kB | 138/187 kB | 98/209 kB | 86 kB | 7.7/532 kB Progress (5): 118/247 kB | 138/187 kB | 98/209 kB | 86 kB | 7.7/532 kB Progress (5): 118/247 kB | 142/187 kB | 98/209 kB | 86 kB | 7.7/532 kB Progress (5): 118/247 kB | 142/187 kB | 98/209 kB | 86 kB | 7.7/532 kB Progress (5): 118/247 kB | 142/187 kB | 98/209 kB | 86 kB | 12/532 kB Progress (5): 118/247 kB | 146/187 kB | 98/209 kB | 86 kB | 12/532 kB Progress (5): 122/247 kB | 146/187 kB | 98/209 kB | 86 kB | 12/532 kB Progress (5): 122/247 kB | 146/187 kB | 98/209 kB | 86 kB | 16/532 kB Progress (5): 126/247 kB | 146/187 kB | 98/209 kB | 86 kB | 16/532 kB Progress (5): 130/247 kB | 146/187 kB | 98/209 kB | 86 kB | 16/532 kB Progress (5): 131/247 kB | 146/187 kB | 98/209 kB | 86 kB | 16/532 kB Progress (5): 135/247 kB | 146/187 kB | 98/209 kB | 86 kB | 16/532 kB Progress (5): 135/247 kB | 146/187 kB | 102/209 kB | 86 kB | 16/532 kB Progress (5): 139/247 kB | 146/187 kB | 102/209 kB | 86 kB | 16/532 kB Progress (5): 139/247 kB | 146/187 kB | 102/209 kB | 86 kB | 20/532 kB Progress (5): 139/247 kB | 150/187 kB | 102/209 kB | 86 kB | 20/532 kB Progress (5): 143/247 kB | 150/187 kB | 102/209 kB | 86 kB | 20/532 kB Progress (5): 143/247 kB | 150/187 kB | 102/209 kB | 86 kB | 24/532 kB Progress (5): 143/247 kB | 150/187 kB | 106/209 kB | 86 kB | 24/532 kB Progress (5): 143/247 kB | 150/187 kB | 106/209 kB | 86 kB | 28/532 kB Progress (5): 147/247 kB | 150/187 kB | 106/209 kB | 86 kB | 28/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 99 kB/s) Progress (4): 147/247 kB | 154/187 kB | 106/209 kB | 28/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar Progress (4): 151/247 kB | 154/187 kB | 106/209 kB | 28/532 kB Progress (4): 151/247 kB | 154/187 kB | 106/209 kB | 32/532 kB Progress (4): 151/247 kB | 154/187 kB | 110/209 kB | 32/532 kB Progress (4): 151/247 kB | 154/187 kB | 110/209 kB | 33/532 kB Progress (4): 155/247 kB | 154/187 kB | 110/209 kB | 33/532 kB Progress (4): 155/247 kB | 154/187 kB | 110/209 kB | 37/532 kB Progress (4): 155/247 kB | 158/187 kB | 110/209 kB | 37/532 kB Progress (4): 155/247 kB | 158/187 kB | 110/209 kB | 41/532 kB Progress (4): 159/247 kB | 158/187 kB | 110/209 kB | 41/532 kB Progress (4): 159/247 kB | 158/187 kB | 114/209 kB | 41/532 kB Progress (4): 163/247 kB | 158/187 kB | 114/209 kB | 41/532 kB Progress (4): 163/247 kB | 158/187 kB | 114/209 kB | 45/532 kB Progress (4): 163/247 kB | 162/187 kB | 114/209 kB | 45/532 kB Progress (4): 163/247 kB | 162/187 kB | 114/209 kB | 49/532 kB Progress (4): 163/247 kB | 162/187 kB | 118/209 kB | 49/532 kB Progress (4): 164/247 kB | 162/187 kB | 118/209 kB | 49/532 kB Progress (4): 164/247 kB | 162/187 kB | 122/209 kB | 49/532 kB Progress (4): 164/247 kB | 162/187 kB | 122/209 kB | 53/532 kB Progress (4): 164/247 kB | 166/187 kB | 122/209 kB | 53/532 kB Progress (4): 164/247 kB | 166/187 kB | 126/209 kB | 53/532 kB Progress (4): 164/247 kB | 166/187 kB | 126/209 kB | 57/532 kB Progress (4): 168/247 kB | 166/187 kB | 126/209 kB | 57/532 kB Progress (4): 168/247 kB | 166/187 kB | 130/209 kB | 57/532 kB Progress (4): 168/247 kB | 170/187 kB | 130/209 kB | 57/532 kB Progress (4): 168/247 kB | 170/187 kB | 131/209 kB | 57/532 kB Progress (4): 172/247 kB | 170/187 kB | 131/209 kB | 57/532 kB Progress (4): 172/247 kB | 170/187 kB | 131/209 kB | 61/532 kB Progress (4): 172/247 kB | 170/187 kB | 135/209 kB | 61/532 kB Progress (4): 172/247 kB | 174/187 kB | 135/209 kB | 61/532 kB Progress (4): 172/247 kB | 174/187 kB | 139/209 kB | 61/532 kB Progress (4): 172/247 kB | 174/187 kB | 143/209 kB | 61/532 kB Progress (4): 172/247 kB | 174/187 kB | 147/209 kB | 61/532 kB Progress (4): 172/247 kB | 174/187 kB | 151/209 kB | 61/532 kB Progress (4): 172/247 kB | 174/187 kB | 155/209 kB | 61/532 kB Progress (4): 172/247 kB | 174/187 kB | 159/209 kB | 61/532 kB Progress (4): 172/247 kB | 174/187 kB | 163/209 kB | 61/532 kB Progress (4): 176/247 kB | 174/187 kB | 163/209 kB | 61/532 kB Progress (4): 176/247 kB | 174/187 kB | 163/209 kB | 65/532 kB Progress (4): 180/247 kB | 174/187 kB | 163/209 kB | 65/532 kB Progress (4): 180/247 kB | 174/187 kB | 164/209 kB | 65/532 kB Progress (4): 180/247 kB | 178/187 kB | 164/209 kB | 65/532 kB Progress (4): 184/247 kB | 178/187 kB | 164/209 kB | 65/532 kB Progress (4): 184/247 kB | 182/187 kB | 164/209 kB | 65/532 kB Progress (4): 184/247 kB | 182/187 kB | 164/209 kB | 69/532 kB Progress (5): 184/247 kB | 182/187 kB | 164/209 kB | 69/532 kB | 4.1/56 kB Progress (5): 184/247 kB | 182/187 kB | 164/209 kB | 73/532 kB | 4.1/56 kB Progress (5): 184/247 kB | 186/187 kB | 164/209 kB | 73/532 kB | 4.1/56 kB Progress (5): 188/247 kB | 186/187 kB | 164/209 kB | 73/532 kB | 4.1/56 kB Progress (5): 188/247 kB | 186/187 kB | 168/209 kB | 73/532 kB | 4.1/56 kB Progress (5): 188/247 kB | 187 kB | 168/209 kB | 73/532 kB | 4.1/56 kB Progress (5): 188/247 kB | 187 kB | 168/209 kB | 77/532 kB | 4.1/56 kB Progress (5): 188/247 kB | 187 kB | 168/209 kB | 77/532 kB | 7.7/56 kB Progress (5): 188/247 kB | 187 kB | 168/209 kB | 81/532 kB | 7.7/56 kB Progress (5): 188/247 kB | 187 kB | 172/209 kB | 81/532 kB | 7.7/56 kB Progress (5): 192/247 kB | 187 kB | 172/209 kB | 81/532 kB | 7.7/56 kB Progress (5): 192/247 kB | 187 kB | 172/209 kB | 85/532 kB | 7.7/56 kB Progress (5): 192/247 kB | 187 kB | 172/209 kB | 85/532 kB | 12/56 kB Progress (5): 192/247 kB | 187 kB | 172/209 kB | 89/532 kB | 12/56 kB Progress (5): 196/247 kB | 187 kB | 172/209 kB | 89/532 kB | 12/56 kB Progress (5): 196/247 kB | 187 kB | 176/209 kB | 89/532 kB | 12/56 kB Progress (5): 197/247 kB | 187 kB | 176/209 kB | 89/532 kB | 12/56 kB Progress (5): 197/247 kB | 187 kB | 176/209 kB | 93/532 kB | 12/56 kB Progress (5): 197/247 kB | 187 kB | 176/209 kB | 93/532 kB | 16/56 kB Progress (5): 201/247 kB | 187 kB | 176/209 kB | 93/532 kB | 16/56 kB Progress (5): 201/247 kB | 187 kB | 176/209 kB | 97/532 kB | 16/56 kB Progress (5): 201/247 kB | 187 kB | 180/209 kB | 97/532 kB | 16/56 kB Progress (5): 201/247 kB | 187 kB | 180/209 kB | 101/532 kB | 16/56 kB Progress (5): 201/247 kB | 187 kB | 184/209 kB | 101/532 kB | 16/56 kB Progress (5): 205/247 kB | 187 kB | 184/209 kB | 101/532 kB | 16/56 kB Progress (5): 205/247 kB | 187 kB | 184/209 kB | 101/532 kB | 20/56 kB Progress (5): 205/247 kB | 187 kB | 188/209 kB | 101/532 kB | 20/56 kB Progress (5): 205/247 kB | 187 kB | 188/209 kB | 105/532 kB | 20/56 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 195 kB/s) Progress (4): 205/247 kB | 188/209 kB | 105/532 kB | 24/56 kB Progress (4): 209/247 kB | 188/209 kB | 105/532 kB | 24/56 kB Progress (4): 209/247 kB | 188/209 kB | 105/532 kB | 28/56 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (4): 209/247 kB | 188/209 kB | 109/532 kB | 28/56 kB Progress (4): 209/247 kB | 192/209 kB | 109/532 kB | 28/56 kB Progress (4): 209/247 kB | 192/209 kB | 113/532 kB | 28/56 kB Progress (4): 209/247 kB | 192/209 kB | 113/532 kB | 32/56 kB Progress (4): 213/247 kB | 192/209 kB | 113/532 kB | 32/56 kB Progress (4): 213/247 kB | 192/209 kB | 113/532 kB | 36/56 kB Progress (4): 213/247 kB | 192/209 kB | 117/532 kB | 36/56 kB Progress (4): 213/247 kB | 196/209 kB | 117/532 kB | 36/56 kB Progress (4): 213/247 kB | 196/209 kB | 121/532 kB | 36/56 kB Progress (4): 217/247 kB | 196/209 kB | 121/532 kB | 36/56 kB Progress (4): 217/247 kB | 196/209 kB | 121/532 kB | 40/56 kB Progress (4): 221/247 kB | 196/209 kB | 121/532 kB | 40/56 kB Progress (4): 221/247 kB | 196/209 kB | 125/532 kB | 40/56 kB Progress (4): 221/247 kB | 200/209 kB | 125/532 kB | 40/56 kB Progress (4): 225/247 kB | 200/209 kB | 125/532 kB | 40/56 kB Progress (4): 225/247 kB | 200/209 kB | 129/532 kB | 40/56 kB Progress (4): 225/247 kB | 200/209 kB | 129/532 kB | 44/56 kB Progress (4): 229/247 kB | 200/209 kB | 129/532 kB | 44/56 kB Progress (4): 229/247 kB | 204/209 kB | 129/532 kB | 44/56 kB Progress (4): 229/247 kB | 204/209 kB | 133/532 kB | 44/56 kB Progress (4): 229/247 kB | 208/209 kB | 133/532 kB | 44/56 kB Progress (4): 229/247 kB | 209 kB | 133/532 kB | 44/56 kB Progress (4): 229/247 kB | 209 kB | 133/532 kB | 48/56 kB Progress (4): 229/247 kB | 209 kB | 137/532 kB | 48/56 kB Progress (4): 233/247 kB | 209 kB | 137/532 kB | 48/56 kB Progress (4): 233/247 kB | 209 kB | 141/532 kB | 48/56 kB Progress (4): 233/247 kB | 209 kB | 141/532 kB | 52/56 kB Progress (5): 233/247 kB | 209 kB | 141/532 kB | 52/56 kB | 4.1/58 kB Progress (5): 233/247 kB | 209 kB | 141/532 kB | 56/56 kB | 4.1/58 kB Progress (5): 233/247 kB | 209 kB | 145/532 kB | 56/56 kB | 4.1/58 kB Progress (5): 237/247 kB | 209 kB | 145/532 kB | 56/56 kB | 4.1/58 kB Progress (5): 237/247 kB | 209 kB | 149/532 kB | 56/56 kB | 4.1/58 kB Progress (5): 237/247 kB | 209 kB | 149/532 kB | 56 kB | 4.1/58 kB Progress (5): 237/247 kB | 209 kB | 149/532 kB | 56 kB | 7.7/58 kB Progress (5): 241/247 kB | 209 kB | 149/532 kB | 56 kB | 7.7/58 kB Progress (5): 241/247 kB | 209 kB | 153/532 kB | 56 kB | 7.7/58 kB Progress (5): 245/247 kB | 209 kB | 153/532 kB | 56 kB | 7.7/58 kB Progress (5): 245/247 kB | 209 kB | 153/532 kB | 56 kB | 12/58 kB Progress (5): 247 kB | 209 kB | 153/532 kB | 56 kB | 12/58 kB Progress (5): 247 kB | 209 kB | 157/532 kB | 56 kB | 12/58 kB Progress (5): 247 kB | 209 kB | 157/532 kB | 56 kB | 16/58 kB Progress (5): 247 kB | 209 kB | 161/532 kB | 56 kB | 16/58 kB Progress (5): 247 kB | 209 kB | 161/532 kB | 56 kB | 20/58 kB Progress (5): 247 kB | 209 kB | 165/532 kB | 56 kB | 20/58 kB Progress (5): 247 kB | 209 kB | 165/532 kB | 56 kB | 24/58 kB Progress (5): 247 kB | 209 kB | 169/532 kB | 56 kB | 24/58 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 214 kB/s) Progress (4): 247 kB | 173/532 kB | 56 kB | 24/58 kB Progress (4): 247 kB | 173/532 kB | 56 kB | 28/58 kB Progress (4): 247 kB | 177/532 kB | 56 kB | 28/58 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 (4): 247 kB | 181/532 kB | 56 kB | 28/58 kB Progress (4): 247 kB | 181/532 kB | 56 kB | 32/58 kB Progress (4): 247 kB | 181/532 kB | 56 kB | 36/58 kB Progress (4): 247 kB | 181/532 kB | 56 kB | 40/58 kB Progress (4): 247 kB | 185/532 kB | 56 kB | 40/58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 53 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Progress (3): 247 kB | 189/532 kB | 40/58 kB Progress (3): 247 kB | 189/532 kB | 44/58 kB Progress (3): 247 kB | 193/532 kB | 44/58 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 236 kB/s) Progress (2): 197/532 kB | 44/58 kB Progress (2): 197/532 kB | 48/58 kB Progress (2): 201/532 kB | 48/58 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 (2): 205/532 kB | 48/58 kB Progress (2): 205/532 kB | 52/58 kB Progress (2): 209/532 kB | 52/58 kB Progress (2): 209/532 kB | 56/58 kB Progress (2): 213/532 kB | 56/58 kB Progress (2): 213/532 kB | 58 kB Progress (2): 217/532 kB | 58 kB Progress (2): 221/532 kB | 58 kB Progress (2): 225/532 kB | 58 kB Progress (2): 229/532 kB | 58 kB Progress (2): 233/532 kB | 58 kB Progress (2): 237/532 kB | 58 kB Progress (2): 241/532 kB | 58 kB Progress (2): 245/532 kB | 58 kB Progress (2): 249/532 kB | 58 kB Progress (2): 253/532 kB | 58 kB Progress (2): 257/532 kB | 58 kB Progress (2): 261/532 kB | 58 kB Progress (2): 265/532 kB | 58 kB Progress (2): 269/532 kB | 58 kB Progress (2): 273/532 kB | 58 kB Progress (2): 277/532 kB | 58 kB Progress (2): 281/532 kB | 58 kB Progress (2): 285/532 kB | 58 kB Progress (2): 289/532 kB | 58 kB Progress (2): 293/532 kB | 58 kB Progress (2): 297/532 kB | 58 kB Progress (2): 301/532 kB | 58 kB Progress (3): 301/532 kB | 58 kB | 4.1/100 kB Progress (4): 301/532 kB | 58 kB | 4.1/100 kB | 4.1/245 kB Progress (4): 305/532 kB | 58 kB | 4.1/100 kB | 4.1/245 kB Progress (4): 305/532 kB | 58 kB | 4.1/100 kB | 7.7/245 kB Progress (4): 309/532 kB | 58 kB | 4.1/100 kB | 7.7/245 kB Progress (4): 309/532 kB | 58 kB | 4.1/100 kB | 12/245 kB Progress (4): 309/532 kB | 58 kB | 7.7/100 kB | 12/245 kB Progress (4): 309/532 kB | 58 kB | 7.7/100 kB | 16/245 kB Progress (4): 309/532 kB | 58 kB | 12/100 kB | 16/245 kB Progress (4): 309/532 kB | 58 kB | 16/100 kB | 16/245 kB Progress (4): 309/532 kB | 58 kB | 20/100 kB | 16/245 kB Progress (4): 309/532 kB | 58 kB | 24/100 kB | 16/245 kB Progress (4): 309/532 kB | 58 kB | 28/100 kB | 16/245 kB Progress (4): 309/532 kB | 58 kB | 32/100 kB | 16/245 kB Progress (4): 309/532 kB | 58 kB | 33/100 kB | 16/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 55 kB/s) Progress (3): 313/532 kB | 33/100 kB | 16/245 kB 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 (3): 313/532 kB | 37/100 kB | 16/245 kB Progress (4): 313/532 kB | 37/100 kB | 16/245 kB | 0/1.4 MB Progress (4): 313/532 kB | 37/100 kB | 20/245 kB | 0/1.4 MB Progress (4): 313/532 kB | 37/100 kB | 20/245 kB | 0/1.4 MB Progress (4): 313/532 kB | 41/100 kB | 20/245 kB | 0/1.4 MB Progress (4): 317/532 kB | 41/100 kB | 20/245 kB | 0/1.4 MB Progress (4): 317/532 kB | 45/100 kB | 20/245 kB | 0/1.4 MB Progress (4): 317/532 kB | 45/100 kB | 20/245 kB | 0/1.4 MB Progress (4): 317/532 kB | 45/100 kB | 20/245 kB | 0/1.4 MB Progress (4): 317/532 kB | 45/100 kB | 24/245 kB | 0/1.4 MB Progress (4): 317/532 kB | 49/100 kB | 24/245 kB | 0/1.4 MB Progress (4): 321/532 kB | 49/100 kB | 24/245 kB | 0/1.4 MB Progress (4): 321/532 kB | 49/100 kB | 28/245 kB | 0/1.4 MB Progress (4): 321/532 kB | 49/100 kB | 28/245 kB | 0/1.4 MB Progress (4): 321/532 kB | 49/100 kB | 28/245 kB | 0/1.4 MB Progress (4): 321/532 kB | 49/100 kB | 32/245 kB | 0/1.4 MB Progress (4): 325/532 kB | 49/100 kB | 32/245 kB | 0/1.4 MB Progress (4): 325/532 kB | 53/100 kB | 32/245 kB | 0/1.4 MB Progress (4): 329/532 kB | 53/100 kB | 32/245 kB | 0/1.4 MB Progress (4): 329/532 kB | 53/100 kB | 33/245 kB | 0/1.4 MB Progress (5): 329/532 kB | 53/100 kB | 33/245 kB | 0/1.4 MB | 4.1/13 kB Progress (5): 329/532 kB | 53/100 kB | 33/245 kB | 0/1.4 MB | 4.1/13 kB Progress (5): 329/532 kB | 53/100 kB | 33/245 kB | 0/1.4 MB | 7.7/13 kB Progress (5): 329/532 kB | 53/100 kB | 37/245 kB | 0/1.4 MB | 7.7/13 kB Progress (5): 333/532 kB | 53/100 kB | 37/245 kB | 0/1.4 MB | 7.7/13 kB Progress (5): 333/532 kB | 57/100 kB | 37/245 kB | 0/1.4 MB | 7.7/13 kB Progress (5): 337/532 kB | 57/100 kB | 37/245 kB | 0/1.4 MB | 7.7/13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0/1.4 MB | 7.7/13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0/1.4 MB | 12/13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0/1.4 MB | 12/13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0/1.4 MB | 13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0/1.4 MB | 13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0/1.4 MB | 13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0/1.4 MB | 13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0/1.4 MB | 13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0.1/1.4 MB | 13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0.1/1.4 MB | 13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0.1/1.4 MB | 13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0.1/1.4 MB | 13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0.1/1.4 MB | 13 kB Progress (5): 337/532 kB | 57/100 kB | 41/245 kB | 0.1/1.4 MB | 13 kB Progress (5): 337/532 kB | 57/100 kB | 45/245 kB | 0.1/1.4 MB | 13 kB Progress (5): 341/532 kB | 57/100 kB | 45/245 kB | 0.1/1.4 MB | 13 kB Progress (5): 341/532 kB | 61/100 kB | 45/245 kB | 0.1/1.4 MB | 13 kB Progress (5): 345/532 kB | 61/100 kB | 45/245 kB | 0.1/1.4 MB | 13 kB Progress (5): 345/532 kB | 61/100 kB | 45/245 kB | 0.1/1.4 MB | 13 kB Progress (5): 345/532 kB | 61/100 kB | 49/245 kB | 0.1/1.4 MB | 13 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 11 kB/s) Progress (4): 345/532 kB | 61/100 kB | 53/245 kB | 0.1/1.4 MB Progress (4): 345/532 kB | 61/100 kB | 53/245 kB | 0.1/1.4 MB Progress (4): 349/532 kB | 61/100 kB | 53/245 kB | 0.1/1.4 MB Progress (4): 349/532 kB | 65/100 kB | 53/245 kB | 0.1/1.4 MB Progress (4): 353/532 kB | 65/100 kB | 53/245 kB | 0.1/1.4 MB Progress (4): 353/532 kB | 65/100 kB | 53/245 kB | 0.1/1.4 MB Progress (4): 357/532 kB | 65/100 kB | 53/245 kB | 0.1/1.4 MB Progress (4): 357/532 kB | 65/100 kB | 57/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 (4): 357/532 kB | 65/100 kB | 61/245 kB | 0.1/1.4 MB Progress (4): 361/532 kB | 65/100 kB | 61/245 kB | 0.1/1.4 MB Progress (4): 361/532 kB | 65/100 kB | 61/245 kB | 0.1/1.4 MB Progress (4): 361/532 kB | 66/100 kB | 61/245 kB | 0.1/1.4 MB Progress (4): 365/532 kB | 66/100 kB | 61/245 kB | 0.1/1.4 MB Progress (4): 365/532 kB | 66/100 kB | 65/245 kB | 0.1/1.4 MB Progress (4): 369/532 kB | 66/100 kB | 65/245 kB | 0.1/1.4 MB Progress (4): 369/532 kB | 70/100 kB | 65/245 kB | 0.1/1.4 MB Progress (4): 373/532 kB | 70/100 kB | 65/245 kB | 0.1/1.4 MB Progress (4): 373/532 kB | 70/100 kB | 65/245 kB | 0.1/1.4 MB Progress (4): 377/532 kB | 70/100 kB | 65/245 kB | 0.1/1.4 MB Progress (4): 377/532 kB | 74/100 kB | 65/245 kB | 0.1/1.4 MB Progress (4): 377/532 kB | 74/100 kB | 66/245 kB | 0.1/1.4 MB Progress (4): 377/532 kB | 78/100 kB | 66/245 kB | 0.1/1.4 MB Progress (4): 381/532 kB | 78/100 kB | 66/245 kB | 0.1/1.4 MB Progress (4): 381/532 kB | 78/100 kB | 66/245 kB | 0.1/1.4 MB Progress (4): 385/532 kB | 78/100 kB | 66/245 kB | 0.1/1.4 MB Progress (4): 385/532 kB | 82/100 kB | 66/245 kB | 0.1/1.4 MB Progress (4): 385/532 kB | 82/100 kB | 70/245 kB | 0.1/1.4 MB Progress (4): 385/532 kB | 86/100 kB | 70/245 kB | 0.1/1.4 MB Progress (4): 389/532 kB | 86/100 kB | 70/245 kB | 0.1/1.4 MB Progress (4): 389/532 kB | 86/100 kB | 70/245 kB | 0.1/1.4 MB Progress (4): 393/532 kB | 86/100 kB | 70/245 kB | 0.1/1.4 MB Progress (4): 393/532 kB | 90/100 kB | 70/245 kB | 0.1/1.4 MB Progress (4): 393/532 kB | 90/100 kB | 74/245 kB | 0.1/1.4 MB Progress (4): 397/532 kB | 90/100 kB | 74/245 kB | 0.1/1.4 MB Progress (4): 397/532 kB | 90/100 kB | 74/245 kB | 0.1/1.4 MB Progress (4): 401/532 kB | 90/100 kB | 74/245 kB | 0.1/1.4 MB Progress (4): 401/532 kB | 90/100 kB | 78/245 kB | 0.1/1.4 MB Progress (5): 401/532 kB | 90/100 kB | 78/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 401/532 kB | 94/100 kB | 78/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 401/532 kB | 94/100 kB | 82/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 405/532 kB | 94/100 kB | 82/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 405/532 kB | 94/100 kB | 82/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 409/532 kB | 94/100 kB | 82/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 409/532 kB | 94/100 kB | 86/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 409/532 kB | 98/100 kB | 86/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 409/532 kB | 98/100 kB | 90/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 413/532 kB | 98/100 kB | 90/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 413/532 kB | 98/100 kB | 94/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 413/532 kB | 98/100 kB | 94/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 413/532 kB | 98/100 kB | 98/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 417/532 kB | 98/100 kB | 98/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 417/532 kB | 100 kB | 98/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 421/532 kB | 100 kB | 98/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 425/532 kB | 100 kB | 98/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 425/532 kB | 100 kB | 98/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 425/532 kB | 100 kB | 98/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 425/532 kB | 100 kB | 98/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 429/532 kB | 100 kB | 98/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 429/532 kB | 100 kB | 98/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 429/532 kB | 100 kB | 102/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 429/532 kB | 100 kB | 102/245 kB | 0.1/1.4 MB | 3.1 kB Progress (5): 433/532 kB | 100 kB | 102/245 kB | 0.1/1.4 MB | 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar (3.1 kB at 2.7 kB/s) Progress (4): 433/532 kB | 100 kB | 106/245 kB | 0.1/1.4 MB 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): 437/532 kB | 100 kB | 106/245 kB | 0.1/1.4 MB Progress (4): 437/532 kB | 100 kB | 106/245 kB | 0.1/1.4 MB Progress (4): 441/532 kB | 100 kB | 106/245 kB | 0.1/1.4 MB Progress (4): 441/532 kB | 100 kB | 110/245 kB | 0.1/1.4 MB Progress (4): 445/532 kB | 100 kB | 110/245 kB | 0.1/1.4 MB Progress (4): 445/532 kB | 100 kB | 110/245 kB | 0.1/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 85 kB/s) Progress (3): 449/532 kB | 110/245 kB | 0.1/1.4 MB Progress (3): 449/532 kB | 114/245 kB | 0.1/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar Progress (3): 449/532 kB | 114/245 kB | 0.1/1.4 MB Progress (3): 449/532 kB | 118/245 kB | 0.1/1.4 MB Progress (3): 453/532 kB | 118/245 kB | 0.1/1.4 MB Progress (3): 453/532 kB | 122/245 kB | 0.1/1.4 MB Progress (3): 453/532 kB | 122/245 kB | 0.1/1.4 MB Progress (3): 453/532 kB | 126/245 kB | 0.1/1.4 MB Progress (3): 453/532 kB | 126/245 kB | 0.1/1.4 MB Progress (3): 457/532 kB | 126/245 kB | 0.1/1.4 MB Progress (3): 457/532 kB | 126/245 kB | 0.2/1.4 MB Progress (3): 457/532 kB | 130/245 kB | 0.2/1.4 MB Progress (3): 461/532 kB | 130/245 kB | 0.2/1.4 MB Progress (3): 461/532 kB | 131/245 kB | 0.2/1.4 MB Progress (3): 461/532 kB | 131/245 kB | 0.2/1.4 MB Progress (3): 465/532 kB | 131/245 kB | 0.2/1.4 MB Progress (3): 465/532 kB | 135/245 kB | 0.2/1.4 MB Progress (3): 465/532 kB | 135/245 kB | 0.2/1.4 MB Progress (4): 465/532 kB | 135/245 kB | 0.2/1.4 MB | 4.1/36 kB Progress (4): 469/532 kB | 135/245 kB | 0.2/1.4 MB | 4.1/36 kB Progress (4): 469/532 kB | 139/245 kB | 0.2/1.4 MB | 4.1/36 kB Progress (4): 473/532 kB | 139/245 kB | 0.2/1.4 MB | 4.1/36 kB Progress (4): 473/532 kB | 139/245 kB | 0.2/1.4 MB | 7.7/36 kB Progress (4): 473/532 kB | 139/245 kB | 0.2/1.4 MB | 7.7/36 kB Progress (4): 473/532 kB | 139/245 kB | 0.2/1.4 MB | 12/36 kB Progress (4): 477/532 kB | 139/245 kB | 0.2/1.4 MB | 12/36 kB Progress (4): 477/532 kB | 143/245 kB | 0.2/1.4 MB | 12/36 kB Progress (4): 481/532 kB | 143/245 kB | 0.2/1.4 MB | 12/36 kB Progress (4): 481/532 kB | 143/245 kB | 0.2/1.4 MB | 16/36 kB Progress (4): 485/532 kB | 143/245 kB | 0.2/1.4 MB | 16/36 kB Progress (4): 485/532 kB | 143/245 kB | 0.2/1.4 MB | 16/36 kB Progress (4): 489/532 kB | 143/245 kB | 0.2/1.4 MB | 16/36 kB Progress (4): 489/532 kB | 143/245 kB | 0.2/1.4 MB | 20/36 kB Progress (5): 489/532 kB | 143/245 kB | 0.2/1.4 MB | 20/36 kB | 4.1/112 kB Progress (5): 489/532 kB | 147/245 kB | 0.2/1.4 MB | 20/36 kB | 4.1/112 kB Progress (5): 489/532 kB | 147/245 kB | 0.2/1.4 MB | 20/36 kB | 7.7/112 kB Progress (5): 489/532 kB | 147/245 kB | 0.2/1.4 MB | 20/36 kB | 12/112 kB Progress (5): 489/532 kB | 147/245 kB | 0.2/1.4 MB | 24/36 kB | 12/112 kB Progress (5): 493/532 kB | 147/245 kB | 0.2/1.4 MB | 24/36 kB | 12/112 kB Progress (5): 493/532 kB | 147/245 kB | 0.2/1.4 MB | 24/36 kB | 12/112 kB Progress (5): 497/532 kB | 147/245 kB | 0.2/1.4 MB | 24/36 kB | 12/112 kB Progress (5): 497/532 kB | 147/245 kB | 0.2/1.4 MB | 28/36 kB | 12/112 kB Progress (5): 497/532 kB | 147/245 kB | 0.2/1.4 MB | 28/36 kB | 16/112 kB Progress (5): 497/532 kB | 151/245 kB | 0.2/1.4 MB | 28/36 kB | 16/112 kB Progress (5): 497/532 kB | 151/245 kB | 0.2/1.4 MB | 28/36 kB | 20/112 kB Progress (5): 497/532 kB | 151/245 kB | 0.2/1.4 MB | 28/36 kB | 24/112 kB Progress (5): 497/532 kB | 151/245 kB | 0.2/1.4 MB | 32/36 kB | 24/112 kB Progress (5): 501/532 kB | 151/245 kB | 0.2/1.4 MB | 32/36 kB | 24/112 kB Progress (5): 501/532 kB | 151/245 kB | 0.2/1.4 MB | 32/36 kB | 24/112 kB Progress (5): 505/532 kB | 151/245 kB | 0.2/1.4 MB | 32/36 kB | 24/112 kB Progress (5): 505/532 kB | 151/245 kB | 0.2/1.4 MB | 36/36 kB | 24/112 kB Progress (5): 505/532 kB | 151/245 kB | 0.2/1.4 MB | 36 kB | 24/112 kB Progress (5): 505/532 kB | 151/245 kB | 0.2/1.4 MB | 36 kB | 28/112 kB Progress (5): 505/532 kB | 155/245 kB | 0.2/1.4 MB | 36 kB | 28/112 kB Progress (5): 505/532 kB | 155/245 kB | 0.2/1.4 MB | 36 kB | 32/112 kB Progress (5): 509/532 kB | 155/245 kB | 0.2/1.4 MB | 36 kB | 32/112 kB Progress (5): 509/532 kB | 155/245 kB | 0.2/1.4 MB | 36 kB | 32/112 kB Progress (5): 513/532 kB | 155/245 kB | 0.2/1.4 MB | 36 kB | 32/112 kB Progress (5): 513/532 kB | 155/245 kB | 0.2/1.4 MB | 36 kB | 33/112 kB Progress (5): 513/532 kB | 159/245 kB | 0.2/1.4 MB | 36 kB | 33/112 kB Progress (5): 513/532 kB | 159/245 kB | 0.2/1.4 MB | 36 kB | 37/112 kB Progress (5): 517/532 kB | 159/245 kB | 0.2/1.4 MB | 36 kB | 37/112 kB Progress (5): 517/532 kB | 159/245 kB | 0.2/1.4 MB | 36 kB | 37/112 kB Progress (5): 521/532 kB | 159/245 kB | 0.2/1.4 MB | 36 kB | 37/112 kB Progress (5): 521/532 kB | 159/245 kB | 0.2/1.4 MB | 36 kB | 41/112 kB Progress (5): 521/532 kB | 163/245 kB | 0.2/1.4 MB | 36 kB | 41/112 kB Progress (5): 521/532 kB | 163/245 kB | 0.2/1.4 MB | 36 kB | 45/112 kB Progress (5): 525/532 kB | 163/245 kB | 0.2/1.4 MB | 36 kB | 45/112 kB Progress (5): 525/532 kB | 163/245 kB | 0.2/1.4 MB | 36 kB | 45/112 kB Progress (5): 529/532 kB | 163/245 kB | 0.2/1.4 MB | 36 kB | 45/112 kB Progress (5): 529/532 kB | 163/245 kB | 0.2/1.4 MB | 36 kB | 49/112 kB Progress (5): 529/532 kB | 164/245 kB | 0.2/1.4 MB | 36 kB | 49/112 kB Progress (5): 532 kB | 164/245 kB | 0.2/1.4 MB | 36 kB | 49/112 kB Progress (5): 532 kB | 164/245 kB | 0.2/1.4 MB | 36 kB | 49/112 kB Progress (5): 532 kB | 168/245 kB | 0.2/1.4 MB | 36 kB | 49/112 kB Progress (5): 532 kB | 168/245 kB | 0.2/1.4 MB | 36 kB | 53/112 kB Progress (5): 532 kB | 168/245 kB | 0.2/1.4 MB | 36 kB | 53/112 kB Progress (5): 532 kB | 172/245 kB | 0.2/1.4 MB | 36 kB | 53/112 kB Progress (5): 532 kB | 172/245 kB | 0.2/1.4 MB | 36 kB | 53/112 kB Progress (5): 532 kB | 172/245 kB | 0.2/1.4 MB | 36 kB | 57/112 kB Progress (5): 532 kB | 176/245 kB | 0.2/1.4 MB | 36 kB | 57/112 kB Progress (5): 532 kB | 176/245 kB | 0.2/1.4 MB | 36 kB | 61/112 kB Progress (5): 532 kB | 176/245 kB | 0.2/1.4 MB | 36 kB | 61/112 kB Progress (5): 532 kB | 176/245 kB | 0.2/1.4 MB | 36 kB | 65/112 kB Progress (5): 532 kB | 180/245 kB | 0.2/1.4 MB | 36 kB | 65/112 kB Progress (5): 532 kB | 180/245 kB | 0.2/1.4 MB | 36 kB | 66/112 kB Progress (5): 532 kB | 180/245 kB | 0.2/1.4 MB | 36 kB | 66/112 kB Progress (5): 532 kB | 184/245 kB | 0.2/1.4 MB | 36 kB | 66/112 kB Progress (5): 532 kB | 184/245 kB | 0.2/1.4 MB | 36 kB | 66/112 kB Progress (5): 532 kB | 184/245 kB | 0.2/1.4 MB | 36 kB | 70/112 kB Progress (5): 532 kB | 184/245 kB | 0.2/1.4 MB | 36 kB | 70/112 kB Progress (5): 532 kB | 188/245 kB | 0.2/1.4 MB | 36 kB | 70/112 kB Progress (5): 532 kB | 188/245 kB | 0.2/1.4 MB | 36 kB | 70/112 kB Progress (5): 532 kB | 188/245 kB | 0.2/1.4 MB | 36 kB | 74/112 kB Progress (5): 532 kB | 188/245 kB | 0.2/1.4 MB | 36 kB | 74/112 kB Progress (5): 532 kB | 192/245 kB | 0.2/1.4 MB | 36 kB | 74/112 kB Progress (5): 532 kB | 192/245 kB | 0.2/1.4 MB | 36 kB | 74/112 kB Progress (5): 532 kB | 192/245 kB | 0.2/1.4 MB | 36 kB | 78/112 kB Progress (5): 532 kB | 192/245 kB | 0.2/1.4 MB | 36 kB | 78/112 kB Progress (5): 532 kB | 196/245 kB | 0.2/1.4 MB | 36 kB | 78/112 kB Progress (5): 532 kB | 196/245 kB | 0.2/1.4 MB | 36 kB | 78/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar (36 kB at 29 kB/s) Progress (4): 532 kB | 196/245 kB | 0.2/1.4 MB | 82/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar 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 420 kB/s) Progress (3): 196/245 kB | 0.2/1.4 MB | 82/112 kB Progress (3): 197/245 kB | 0.2/1.4 MB | 82/112 kB Progress (3): 197/245 kB | 0.2/1.4 MB | 82/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Progress (3): 197/245 kB | 0.2/1.4 MB | 86/112 kB Progress (3): 197/245 kB | 0.2/1.4 MB | 90/112 kB Progress (3): 197/245 kB | 0.2/1.4 MB | 90/112 kB Progress (3): 201/245 kB | 0.2/1.4 MB | 90/112 kB Progress (3): 201/245 kB | 0.3/1.4 MB | 90/112 kB Progress (3): 201/245 kB | 0.3/1.4 MB | 94/112 kB Progress (3): 201/245 kB | 0.3/1.4 MB | 94/112 kB Progress (3): 205/245 kB | 0.3/1.4 MB | 94/112 kB Progress (3): 205/245 kB | 0.3/1.4 MB | 98/112 kB Progress (3): 209/245 kB | 0.3/1.4 MB | 98/112 kB Progress (3): 209/245 kB | 0.3/1.4 MB | 98/112 kB Progress (3): 213/245 kB | 0.3/1.4 MB | 98/112 kB Progress (3): 213/245 kB | 0.3/1.4 MB | 102/112 kB Progress (3): 217/245 kB | 0.3/1.4 MB | 102/112 kB Progress (3): 217/245 kB | 0.3/1.4 MB | 102/112 kB Progress (3): 221/245 kB | 0.3/1.4 MB | 102/112 kB Progress (3): 221/245 kB | 0.3/1.4 MB | 106/112 kB Progress (3): 221/245 kB | 0.3/1.4 MB | 106/112 kB Progress (3): 225/245 kB | 0.3/1.4 MB | 106/112 kB Progress (3): 225/245 kB | 0.3/1.4 MB | 106/112 kB Progress (3): 225/245 kB | 0.3/1.4 MB | 110/112 kB Progress (3): 225/245 kB | 0.3/1.4 MB | 110/112 kB Progress (3): 225/245 kB | 0.3/1.4 MB | 110/112 kB Progress (4): 225/245 kB | 0.3/1.4 MB | 110/112 kB | 4.1/9.4 kB Progress (4): 229/245 kB | 0.3/1.4 MB | 110/112 kB | 4.1/9.4 kB Progress (4): 229/245 kB | 0.3/1.4 MB | 110/112 kB | 7.7/9.4 kB Progress (4): 229/245 kB | 0.3/1.4 MB | 110/112 kB | 7.7/9.4 kB Progress (5): 229/245 kB | 0.3/1.4 MB | 110/112 kB | 7.7/9.4 kB | 4.1/7.0 kB Progress (5): 229/245 kB | 0.3/1.4 MB | 112 kB | 7.7/9.4 kB | 4.1/7.0 kB Progress (5): 229/245 kB | 0.3/1.4 MB | 112 kB | 7.7/9.4 kB | 7.0 kB Progress (5): 229/245 kB | 0.3/1.4 MB | 112 kB | 7.7/9.4 kB | 7.0 kB Progress (5): 229/245 kB | 0.3/1.4 MB | 112 kB | 9.4 kB | 7.0 kB Progress (5): 233/245 kB | 0.3/1.4 MB | 112 kB | 9.4 kB | 7.0 kB Progress (5): 233/245 kB | 0.3/1.4 MB | 112 kB | 9.4 kB | 7.0 kB Progress (5): 237/245 kB | 0.3/1.4 MB | 112 kB | 9.4 kB | 7.0 kB Progress (5): 237/245 kB | 0.3/1.4 MB | 112 kB | 9.4 kB | 7.0 kB Progress (5): 241/245 kB | 0.3/1.4 MB | 112 kB | 9.4 kB | 7.0 kB Progress (5): 241/245 kB | 0.3/1.4 MB | 112 kB | 9.4 kB | 7.0 kB Progress (5): 245/245 kB | 0.3/1.4 MB | 112 kB | 9.4 kB | 7.0 kB Progress (5): 245 kB | 0.3/1.4 MB | 112 kB | 9.4 kB | 7.0 kB Progress (5): 245 kB | 0.3/1.4 MB | 112 kB | 9.4 kB | 7.0 kB Progress (5): 245 kB | 0.3/1.4 MB | 112 kB | 9.4 kB | 7.0 kB Progress (5): 245 kB | 0.3/1.4 MB | 112 kB | 9.4 kB | 7.0 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 83 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar (7.0 kB at 5.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Progress (3): 245 kB | 0.3/1.4 MB | 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar (9.4 kB at 7.0 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/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Progress (2): 245 kB | 0.3/1.4 MB 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 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 181 kB/s) 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 (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (2): 0.4/1.4 MB | 4.1/285 kB Progress (2): 0.4/1.4 MB | 4.1/285 kB Progress (2): 0.4/1.4 MB | 7.7/285 kB Progress (2): 0.4/1.4 MB | 7.7/285 kB Progress (2): 0.4/1.4 MB | 12/285 kB Progress (2): 0.4/1.4 MB | 12/285 kB Progress (2): 0.4/1.4 MB | 16/285 kB Progress (2): 0.4/1.4 MB | 16/285 kB Progress (2): 0.4/1.4 MB | 16/285 kB Progress (2): 0.4/1.4 MB | 20/285 kB Progress (2): 0.4/1.4 MB | 24/285 kB Progress (2): 0.4/1.4 MB | 24/285 kB Progress (2): 0.4/1.4 MB | 24/285 kB Progress (2): 0.4/1.4 MB | 28/285 kB Progress (2): 0.5/1.4 MB | 28/285 kB Progress (2): 0.5/1.4 MB | 32/285 kB Progress (2): 0.5/1.4 MB | 32/285 kB Progress (2): 0.5/1.4 MB | 33/285 kB Progress (2): 0.5/1.4 MB | 33/285 kB Progress (2): 0.5/1.4 MB | 33/285 kB Progress (2): 0.5/1.4 MB | 37/285 kB Progress (2): 0.5/1.4 MB | 37/285 kB Progress (2): 0.5/1.4 MB | 41/285 kB Progress (2): 0.5/1.4 MB | 41/285 kB Progress (3): 0.5/1.4 MB | 41/285 kB | 4.1/53 kB Progress (3): 0.5/1.4 MB | 45/285 kB | 4.1/53 kB Progress (3): 0.5/1.4 MB | 45/285 kB | 4.1/53 kB Progress (3): 0.5/1.4 MB | 45/285 kB | 7.7/53 kB Progress (3): 0.5/1.4 MB | 45/285 kB | 7.7/53 kB Progress (3): 0.5/1.4 MB | 49/285 kB | 7.7/53 kB Progress (3): 0.5/1.4 MB | 49/285 kB | 12/53 kB Progress (3): 0.5/1.4 MB | 49/285 kB | 12/53 kB Progress (3): 0.5/1.4 MB | 49/285 kB | 16/53 kB Progress (4): 0.5/1.4 MB | 49/285 kB | 16/53 kB | 4.1/37 kB Progress (4): 0.5/1.4 MB | 49/285 kB | 16/53 kB | 4.1/37 kB Progress (4): 0.5/1.4 MB | 53/285 kB | 16/53 kB | 4.1/37 kB Progress (4): 0.5/1.4 MB | 53/285 kB | 16/53 kB | 4.1/37 kB Progress (4): 0.5/1.4 MB | 53/285 kB | 16/53 kB | 7.7/37 kB Progress (4): 0.5/1.4 MB | 53/285 kB | 20/53 kB | 7.7/37 kB Progress (4): 0.5/1.4 MB | 53/285 kB | 20/53 kB | 12/37 kB Progress (5): 0.5/1.4 MB | 53/285 kB | 20/53 kB | 12/37 kB | 4.1/37 kB Progress (5): 0.5/1.4 MB | 53/285 kB | 20/53 kB | 12/37 kB | 4.1/37 kB Progress (5): 0.5/1.4 MB | 57/285 kB | 20/53 kB | 12/37 kB | 4.1/37 kB Progress (5): 0.5/1.4 MB | 57/285 kB | 20/53 kB | 12/37 kB | 4.1/37 kB Progress (5): 0.5/1.4 MB | 57/285 kB | 20/53 kB | 12/37 kB | 7.7/37 kB Progress (5): 0.5/1.4 MB | 57/285 kB | 20/53 kB | 16/37 kB | 7.7/37 kB Progress (5): 0.5/1.4 MB | 57/285 kB | 24/53 kB | 16/37 kB | 7.7/37 kB Progress (5): 0.5/1.4 MB | 57/285 kB | 24/53 kB | 20/37 kB | 7.7/37 kB Progress (5): 0.5/1.4 MB | 57/285 kB | 24/53 kB | 24/37 kB | 7.7/37 kB Progress (5): 0.5/1.4 MB | 57/285 kB | 24/53 kB | 24/37 kB | 12/37 kB Progress (5): 0.5/1.4 MB | 57/285 kB | 24/53 kB | 24/37 kB | 12/37 kB Progress (5): 0.5/1.4 MB | 61/285 kB | 24/53 kB | 24/37 kB | 12/37 kB Progress (5): 0.5/1.4 MB | 61/285 kB | 24/53 kB | 24/37 kB | 12/37 kB Progress (5): 0.5/1.4 MB | 61/285 kB | 24/53 kB | 24/37 kB | 16/37 kB Progress (5): 0.5/1.4 MB | 61/285 kB | 24/53 kB | 28/37 kB | 16/37 kB Progress (5): 0.5/1.4 MB | 61/285 kB | 28/53 kB | 28/37 kB | 16/37 kB Progress (5): 0.5/1.4 MB | 61/285 kB | 28/53 kB | 32/37 kB | 16/37 kB Progress (5): 0.5/1.4 MB | 61/285 kB | 28/53 kB | 32/37 kB | 20/37 kB Progress (5): 0.5/1.4 MB | 61/285 kB | 28/53 kB | 32/37 kB | 20/37 kB Progress (5): 0.5/1.4 MB | 65/285 kB | 28/53 kB | 32/37 kB | 20/37 kB Progress (5): 0.5/1.4 MB | 65/285 kB | 28/53 kB | 32/37 kB | 20/37 kB Progress (5): 0.5/1.4 MB | 65/285 kB | 28/53 kB | 32/37 kB | 24/37 kB Progress (5): 0.5/1.4 MB | 65/285 kB | 28/53 kB | 33/37 kB | 24/37 kB Progress (5): 0.5/1.4 MB | 65/285 kB | 32/53 kB | 33/37 kB | 24/37 kB Progress (5): 0.5/1.4 MB | 65/285 kB | 32/53 kB | 37/37 kB | 24/37 kB Progress (5): 0.5/1.4 MB | 65/285 kB | 36/53 kB | 37/37 kB | 24/37 kB Progress (5): 0.5/1.4 MB | 65/285 kB | 36/53 kB | 37/37 kB | 28/37 kB Progress (5): 0.5/1.4 MB | 65/285 kB | 36/53 kB | 37/37 kB | 28/37 kB Progress (5): 0.5/1.4 MB | 66/285 kB | 36/53 kB | 37/37 kB | 28/37 kB Progress (5): 0.5/1.4 MB | 66/285 kB | 36/53 kB | 37/37 kB | 28/37 kB Progress (5): 0.5/1.4 MB | 66/285 kB | 36/53 kB | 37/37 kB | 32/37 kB Progress (5): 0.5/1.4 MB | 66/285 kB | 40/53 kB | 37/37 kB | 32/37 kB Progress (5): 0.5/1.4 MB | 66/285 kB | 40/53 kB | 37 kB | 32/37 kB Progress (5): 0.5/1.4 MB | 66/285 kB | 44/53 kB | 37 kB | 32/37 kB Progress (5): 0.5/1.4 MB | 66/285 kB | 44/53 kB | 37 kB | 33/37 kB Progress (5): 0.5/1.4 MB | 66/285 kB | 44/53 kB | 37 kB | 33/37 kB Progress (5): 0.5/1.4 MB | 70/285 kB | 44/53 kB | 37 kB | 33/37 kB Progress (5): 0.5/1.4 MB | 70/285 kB | 44/53 kB | 37 kB | 33/37 kB Progress (5): 0.5/1.4 MB | 70/285 kB | 44/53 kB | 37 kB | 37/37 kB Progress (5): 0.5/1.4 MB | 70/285 kB | 44/53 kB | 37 kB | 37 kB Progress (5): 0.5/1.4 MB | 70/285 kB | 48/53 kB | 37 kB | 37 kB Progress (5): 0.5/1.4 MB | 70/285 kB | 48/53 kB | 37 kB | 37 kB Progress (5): 0.5/1.4 MB | 74/285 kB | 48/53 kB | 37 kB | 37 kB Progress (5): 0.5/1.4 MB | 74/285 kB | 48/53 kB | 37 kB | 37 kB Progress (5): 0.5/1.4 MB | 74/285 kB | 52/53 kB | 37 kB | 37 kB Progress (5): 0.5/1.4 MB | 78/285 kB | 52/53 kB | 37 kB | 37 kB Progress (5): 0.5/1.4 MB | 78/285 kB | 52/53 kB | 37 kB | 37 kB Progress (5): 0.5/1.4 MB | 82/285 kB | 52/53 kB | 37 kB | 37 kB Progress (5): 0.5/1.4 MB | 82/285 kB | 53 kB | 37 kB | 37 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 27 kB/s) Progress (4): 0.5/1.4 MB | 86/285 kB | 53 kB | 37 kB Progress (4): 0.5/1.4 MB | 86/285 kB | 53 kB | 37 kB Progress (4): 0.5/1.4 MB | 90/285 kB | 53 kB | 37 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 (4): 0.6/1.4 MB | 90/285 kB | 53 kB | 37 kB Progress (4): 0.6/1.4 MB | 90/285 kB | 53 kB | 37 kB Progress (4): 0.6/1.4 MB | 90/285 kB | 53 kB | 37 kB Progress (4): 0.6/1.4 MB | 90/285 kB | 53 kB | 37 kB Progress (4): 0.6/1.4 MB | 94/285 kB | 53 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) Progress (4): 0.6/1.4 MB | 94/285 kB | 37 kB | 4.1/4.3 kB Progress (4): 0.6/1.4 MB | 98/285 kB | 37 kB | 4.1/4.3 kB Progress (4): 0.6/1.4 MB | 98/285 kB | 37 kB | 4.1/4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar (37 kB at 26 kB/s) Progress (3): 0.6/1.4 MB | 98/285 kB | 4.1/4.3 kB Progress (3): 0.6/1.4 MB | 98/285 kB | 4.1/4.3 kB Progress (3): 0.6/1.4 MB | 98/285 kB | 4.3 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Progress (3): 0.6/1.4 MB | 102/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 102/285 kB | 4.3 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Progress (3): 0.6/1.4 MB | 102/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 106/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 106/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 110/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 114/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 114/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 118/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 118/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 122/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 122/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 126/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 126/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 130/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 131/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 131/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 135/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 135/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 139/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 139/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 139/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 143/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 143/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 147/285 kB | 4.3 kB Progress (3): 0.6/1.4 MB | 147/285 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 147/285 kB | 4.3 kB | 4.1/29 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 4.3 kB | 4.1/29 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 4.3 kB | 7.7/29 kB Progress (4): 0.6/1.4 MB | 151/285 kB | 4.3 kB | 7.7/29 kB Progress (4): 0.6/1.4 MB | 155/285 kB | 4.3 kB | 7.7/29 kB Progress (4): 0.6/1.4 MB | 155/285 kB | 4.3 kB | 7.7/29 kB Progress (4): 0.6/1.4 MB | 155/285 kB | 4.3 kB | 12/29 kB Progress (4): 0.6/1.4 MB | 155/285 kB | 4.3 kB | 12/29 kB Progress (4): 0.6/1.4 MB | 159/285 kB | 4.3 kB | 12/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 2.9 kB/s) Progress (3): 0.6/1.4 MB | 163/285 kB | 12/29 kB Progress (3): 0.6/1.4 MB | 164/285 kB | 12/29 kB Progress (3): 0.6/1.4 MB | 164/285 kB | 12/29 kB Progress (3): 0.6/1.4 MB | 168/285 kB | 12/29 kB Progress (3): 0.6/1.4 MB | 168/285 kB | 16/29 kB Progress (3): 0.6/1.4 MB | 168/285 kB | 16/29 kB Progress (3): 0.6/1.4 MB | 172/285 kB | 16/29 kB Progress (3): 0.6/1.4 MB | 172/285 kB | 20/29 kB Progress (4): 0.6/1.4 MB | 172/285 kB | 20/29 kB | 4.1/21 kB Progress (4): 0.6/1.4 MB | 172/285 kB | 20/29 kB | 4.1/21 kB Progress (4): 0.6/1.4 MB | 172/285 kB | 20/29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 172/285 kB | 24/29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 176/285 kB | 24/29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 176/285 kB | 28/29 kB | 7.7/21 kB Progress (4): 0.6/1.4 MB | 176/285 kB | 28/29 kB | 12/21 kB Progress (4): 0.7/1.4 MB | 176/285 kB | 28/29 kB | 12/21 kB Progress (4): 0.7/1.4 MB | 176/285 kB | 28/29 kB | 12/21 kB Progress (4): 0.7/1.4 MB | 176/285 kB | 28/29 kB | 16/21 kB Progress (4): 0.7/1.4 MB | 176/285 kB | 28/29 kB | 16/21 kB Progress (4): 0.7/1.4 MB | 176/285 kB | 29 kB | 16/21 kB Progress (4): 0.7/1.4 MB | 180/285 kB | 29 kB | 16/21 kB Progress (4): 0.7/1.4 MB | 180/285 kB | 29 kB | 16/21 kB Progress (4): 0.7/1.4 MB | 180/285 kB | 29 kB | 20/21 kB Progress (4): 0.7/1.4 MB | 184/285 kB | 29 kB | 20/21 kB Progress (4): 0.7/1.4 MB | 184/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 184/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 188/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 188/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 192/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 192/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 196/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 196/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 197/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 197/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 201/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 201/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 205/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 205/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 209/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 209/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 213/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 213/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 217/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 217/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 221/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 221/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 221/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 225/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 225/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 29 kB | 21 kB Progress (4): 0.7/1.4 MB | 229/285 kB | 29 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar (29 kB at 19 kB/s) Progress (3): 0.7/1.4 MB | 233/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 233/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 237/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 237/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 241/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 241/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 245/285 kB | 21 kB Progress (3): 0.7/1.4 MB | 245/285 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar (21 kB at 14 kB/s) Progress (2): 0.7/1.4 MB | 245/285 kB Progress (2): 0.7/1.4 MB | 249/285 kB Progress (2): 0.8/1.4 MB | 249/285 kB Progress (2): 0.8/1.4 MB | 253/285 kB Progress (2): 0.8/1.4 MB | 253/285 kB Progress (2): 0.8/1.4 MB | 257/285 kB Progress (2): 0.8/1.4 MB | 257/285 kB Progress (2): 0.8/1.4 MB | 261/285 kB Progress (2): 0.8/1.4 MB | 261/285 kB Progress (2): 0.8/1.4 MB | 261/285 kB Progress (2): 0.8/1.4 MB | 265/285 kB Progress (2): 0.8/1.4 MB | 269/285 kB Progress (2): 0.8/1.4 MB | 269/285 kB Progress (2): 0.8/1.4 MB | 269/285 kB Progress (2): 0.8/1.4 MB | 273/285 kB Progress (2): 0.8/1.4 MB | 277/285 kB Progress (2): 0.8/1.4 MB | 277/285 kB Progress (2): 0.8/1.4 MB | 277/285 kB Progress (2): 0.8/1.4 MB | 281/285 kB Progress (2): 0.8/1.4 MB | 281/285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.9/1.4 MB | 285 kB Progress (2): 0.9/1.4 MB | 285 kB Progress (2): 0.9/1.4 MB | 285 kB Progress (2): 0.9/1.4 MB | 285 kB Progress (2): 0.9/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 185 kB/s) Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar (1.4 MB at 910 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 97 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 487 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.6 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 925 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/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Progress (2): 7.9 kB | 4.1/169 kB Progress (2): 7.9 kB | 7.7/169 kB Progress (2): 7.9 kB | 12/169 kB Progress (2): 7.9 kB | 16/169 kB Progress (2): 7.9 kB | 20/169 kB Progress (2): 7.9 kB | 24/169 kB Progress (2): 7.9 kB | 28/169 kB Progress (2): 7.9 kB | 32/169 kB Progress (2): 7.9 kB | 33/169 kB Progress (2): 7.9 kB | 37/169 kB Progress (2): 7.9 kB | 41/169 kB Progress (2): 7.9 kB | 45/169 kB Progress (2): 7.9 kB | 49/169 kB Progress (2): 7.9 kB | 53/169 kB Progress (2): 7.9 kB | 57/169 kB 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 462 kB/s) Progress (1): 61/169 kB Progress (1): 65/169 kB Progress (1): 66/169 kB Progress (1): 70/169 kB Progress (1): 74/169 kB Progress (1): 78/169 kB Progress (1): 82/169 kB Progress (1): 86/169 kB Progress (1): 90/169 kB Progress (1): 94/169 kB Progress (1): 98/169 kB Progress (1): 98/169 kB Progress (1): 102/169 kB Progress (1): 106/169 kB Progress (1): 110/169 kB Progress (1): 114/169 kB Progress (1): 118/169 kB Progress (1): 122/169 kB Progress (1): 126/169 kB Progress (1): 130/169 kB Progress (1): 131/169 kB Progress (1): 135/169 kB Progress (1): 139/169 kB Progress (1): 143/169 kB Progress (1): 147/169 kB Progress (1): 151/169 kB Progress (1): 155/169 kB Progress (1): 159/169 kB Progress (1): 163/169 kB Progress (1): 167/169 kB Progress (1): 169 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 4.2 MB/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 473 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 801 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 2.4 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 140 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 187 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 254 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 1.4 MB/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 141 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 1.2 MB/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 89 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 53 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 251 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 451 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 161 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 84 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 138 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 146 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 213 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 1.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 846 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 422 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 306 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 321 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 320 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.3 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 845 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 279 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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 57 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 744 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1/42 kB Progress (1): 7.7/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 36/42 kB Progress (1): 40/42 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.3 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 179 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 738 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 137 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 966 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 658 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/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 300 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 639 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 822 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 91 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 1.3 MB/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): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.5 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 979 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 2.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom Progress (1): 632 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 42 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 19 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 311 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 22 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 27 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 29 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 11 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 40 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 63 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 152 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 516 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 214 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 483 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 60 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 284 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 268 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.0.0/archetype-descriptor-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.0.0/archetype-catalog-3.0.0.jar Progress (1): 4.1/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/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar (27 kB at 1.0 MB/s) Progress (1): 4.1/24 kB Progress (2): 4.1/24 kB | 4.1/95 kB Progress (2): 7.7/24 kB | 4.1/95 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 (2): 12/24 kB | 4.1/95 kB Progress (3): 12/24 kB | 4.1/95 kB | 4.1/331 kB Progress (3): 12/24 kB | 7.7/95 kB | 4.1/331 kB Progress (3): 12/24 kB | 7.7/95 kB | 7.7/331 kB Progress (3): 16/24 kB | 7.7/95 kB | 7.7/331 kB Progress (3): 16/24 kB | 12/95 kB | 7.7/331 kB Progress (3): 16/24 kB | 12/95 kB | 12/331 kB Progress (3): 16/24 kB | 16/95 kB | 12/331 kB Progress (3): 20/24 kB | 16/95 kB | 12/331 kB Progress (3): 20/24 kB | 20/95 kB | 12/331 kB Progress (3): 20/24 kB | 20/95 kB | 16/331 kB Progress (3): 20/24 kB | 24/95 kB | 16/331 kB Progress (3): 24/24 kB | 24/95 kB | 16/331 kB Progress (3): 24/24 kB | 24/95 kB | 20/331 kB Progress (3): 24 kB | 24/95 kB | 20/331 kB Progress (3): 24 kB | 28/95 kB | 20/331 kB Progress (3): 24 kB | 28/95 kB | 24/331 kB Progress (3): 24 kB | 32/95 kB | 24/331 kB Progress (3): 24 kB | 33/95 kB | 24/331 kB Progress (3): 24 kB | 33/95 kB | 28/331 kB Progress (3): 24 kB | 33/95 kB | 32/331 kB Progress (3): 24 kB | 37/95 kB | 32/331 kB Progress (3): 24 kB | 37/95 kB | 33/331 kB Progress (3): 24 kB | 41/95 kB | 33/331 kB Progress (3): 24 kB | 41/95 kB | 37/331 kB Progress (3): 24 kB | 45/95 kB | 37/331 kB Progress (3): 24 kB | 45/95 kB | 41/331 kB Progress (3): 24 kB | 49/95 kB | 41/331 kB Progress (3): 24 kB | 49/95 kB | 45/331 kB Progress (4): 24 kB | 49/95 kB | 45/331 kB | 4.1/19 kB Progress (5): 24 kB | 49/95 kB | 45/331 kB | 4.1/19 kB | 4.1/4.3 kB Progress (5): 24 kB | 49/95 kB | 49/331 kB | 4.1/19 kB | 4.1/4.3 kB Progress (5): 24 kB | 53/95 kB | 49/331 kB | 4.1/19 kB | 4.1/4.3 kB Progress (5): 24 kB | 53/95 kB | 53/331 kB | 4.1/19 kB | 4.1/4.3 kB Progress (5): 24 kB | 53/95 kB | 53/331 kB | 4.1/19 kB | 4.3 kB Progress (5): 24 kB | 53/95 kB | 53/331 kB | 7.7/19 kB | 4.3 kB Progress (5): 24 kB | 53/95 kB | 57/331 kB | 7.7/19 kB | 4.3 kB Progress (5): 24 kB | 57/95 kB | 57/331 kB | 7.7/19 kB | 4.3 kB Progress (5): 24 kB | 57/95 kB | 61/331 kB | 7.7/19 kB | 4.3 kB Progress (5): 24 kB | 61/95 kB | 61/331 kB | 7.7/19 kB | 4.3 kB Progress (5): 24 kB | 61/95 kB | 61/331 kB | 12/19 kB | 4.3 kB Progress (5): 24 kB | 65/95 kB | 61/331 kB | 12/19 kB | 4.3 kB Progress (5): 24 kB | 65/95 kB | 65/331 kB | 12/19 kB | 4.3 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 366 kB/s) Progress (4): 65/95 kB | 65/331 kB | 16/19 kB | 4.3 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 (4): 65/95 kB | 66/331 kB | 16/19 kB | 4.3 kB Progress (4): 69/95 kB | 66/331 kB | 16/19 kB | 4.3 kB Progress (4): 69/95 kB | 70/331 kB | 16/19 kB | 4.3 kB Progress (4): 69/95 kB | 70/331 kB | 19 kB | 4.3 kB Progress (4): 69/95 kB | 74/331 kB | 19 kB | 4.3 kB Progress (4): 73/95 kB | 74/331 kB | 19 kB | 4.3 kB Progress (4): 73/95 kB | 78/331 kB | 19 kB | 4.3 kB Progress (4): 73/95 kB | 82/331 kB | 19 kB | 4.3 kB Progress (4): 77/95 kB | 82/331 kB | 19 kB | 4.3 kB Progress (4): 77/95 kB | 86/331 kB | 19 kB | 4.3 kB Progress (4): 81/95 kB | 86/331 kB | 19 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 61 kB/s) Progress (3): 85/95 kB | 86/331 kB | 19 kB Progress (3): 85/95 kB | 90/331 kB | 19 kB Progress (3): 89/95 kB | 90/331 kB | 19 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Progress (3): 93/95 kB | 90/331 kB | 19 kB Progress (3): 93/95 kB | 94/331 kB | 19 kB Progress (3): 95 kB | 94/331 kB | 19 kB Progress (3): 95 kB | 98/331 kB | 19 kB Progress (3): 95 kB | 102/331 kB | 19 kB Progress (3): 95 kB | 106/331 kB | 19 kB Progress (3): 95 kB | 110/331 kB | 19 kB Progress (3): 95 kB | 114/331 kB | 19 kB Progress (3): 95 kB | 118/331 kB | 19 kB Progress (3): 95 kB | 122/331 kB | 19 kB Progress (3): 95 kB | 126/331 kB | 19 kB Progress (3): 95 kB | 130/331 kB | 19 kB Progress (3): 95 kB | 134/331 kB | 19 kB Progress (3): 95 kB | 138/331 kB | 19 kB Progress (4): 95 kB | 138/331 kB | 19 kB | 4.1/314 kB Progress (4): 95 kB | 142/331 kB | 19 kB | 4.1/314 kB Progress (4): 95 kB | 142/331 kB | 19 kB | 7.7/314 kB Progress (4): 95 kB | 146/331 kB | 19 kB | 7.7/314 kB Progress (4): 95 kB | 150/331 kB | 19 kB | 7.7/314 kB Progress (4): 95 kB | 154/331 kB | 19 kB | 7.7/314 kB Progress (4): 95 kB | 154/331 kB | 19 kB | 12/314 kB Progress (4): 95 kB | 158/331 kB | 19 kB | 12/314 kB Progress (4): 95 kB | 162/331 kB | 19 kB | 12/314 kB Progress (4): 95 kB | 162/331 kB | 19 kB | 16/314 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 238 kB/s) Progress (3): 95 kB | 162/331 kB | 20/314 kB Progress (4): 95 kB | 162/331 kB | 20/314 kB | 4.1/109 kB Progress (4): 95 kB | 166/331 kB | 20/314 kB | 4.1/109 kB Progress (4): 95 kB | 166/331 kB | 20/314 kB | 7.7/109 kB Progress (4): 95 kB | 166/331 kB | 24/314 kB | 7.7/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): 95 kB | 166/331 kB | 28/314 kB | 7.7/109 kB Progress (4): 95 kB | 166/331 kB | 28/314 kB | 12/109 kB Progress (4): 95 kB | 170/331 kB | 28/314 kB | 12/109 kB Progress (4): 95 kB | 170/331 kB | 28/314 kB | 16/109 kB Progress (4): 95 kB | 170/331 kB | 32/314 kB | 16/109 kB Progress (4): 95 kB | 174/331 kB | 32/314 kB | 16/109 kB Progress (4): 95 kB | 174/331 kB | 32/314 kB | 20/109 kB Progress (4): 95 kB | 174/331 kB | 33/314 kB | 20/109 kB Progress (4): 95 kB | 174/331 kB | 33/314 kB | 24/109 kB Progress (4): 95 kB | 178/331 kB | 33/314 kB | 24/109 kB Progress (4): 95 kB | 178/331 kB | 37/314 kB | 24/109 kB Progress (4): 95 kB | 178/331 kB | 37/314 kB | 28/109 kB Progress (4): 95 kB | 178/331 kB | 41/314 kB | 28/109 kB Progress (4): 95 kB | 182/331 kB | 41/314 kB | 28/109 kB Progress (4): 95 kB | 182/331 kB | 41/314 kB | 32/109 kB Progress (4): 95 kB | 186/331 kB | 41/314 kB | 32/109 kB Progress (4): 95 kB | 186/331 kB | 45/314 kB | 32/109 kB Progress (4): 95 kB | 190/331 kB | 45/314 kB | 32/109 kB Progress (4): 95 kB | 190/331 kB | 45/314 kB | 33/109 kB Progress (4): 95 kB | 194/331 kB | 45/314 kB | 33/109 kB Progress (4): 95 kB | 194/331 kB | 49/314 kB | 33/109 kB Progress (4): 95 kB | 198/331 kB | 49/314 kB | 33/109 kB Progress (4): 95 kB | 198/331 kB | 49/314 kB | 37/109 kB Progress (4): 95 kB | 198/331 kB | 53/314 kB | 37/109 kB Progress (4): 95 kB | 202/331 kB | 53/314 kB | 37/109 kB Progress (4): 95 kB | 206/331 kB | 53/314 kB | 37/109 kB Progress (5): 95 kB | 206/331 kB | 53/314 kB | 37/109 kB | 4.1/153 kB Progress (5): 95 kB | 206/331 kB | 57/314 kB | 37/109 kB | 4.1/153 kB Progress (5): 95 kB | 206/331 kB | 57/314 kB | 41/109 kB | 4.1/153 kB Progress (5): 95 kB | 206/331 kB | 57/314 kB | 41/109 kB | 7.7/153 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 616 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar Progress (4): 210/331 kB | 57/314 kB | 41/109 kB | 7.7/153 kB Progress (4): 210/331 kB | 57/314 kB | 41/109 kB | 12/153 kB Progress (4): 210/331 kB | 57/314 kB | 45/109 kB | 12/153 kB Progress (4): 210/331 kB | 61/314 kB | 45/109 kB | 12/153 kB Progress (4): 210/331 kB | 61/314 kB | 49/109 kB | 12/153 kB Progress (4): 210/331 kB | 61/314 kB | 49/109 kB | 16/153 kB Progress (4): 214/331 kB | 61/314 kB | 49/109 kB | 16/153 kB Progress (4): 214/331 kB | 61/314 kB | 53/109 kB | 16/153 kB Progress (4): 214/331 kB | 65/314 kB | 53/109 kB | 16/153 kB Progress (4): 214/331 kB | 65/314 kB | 57/109 kB | 16/153 kB Progress (4): 218/331 kB | 65/314 kB | 57/109 kB | 16/153 kB Progress (4): 218/331 kB | 65/314 kB | 57/109 kB | 20/153 kB Progress (4): 222/331 kB | 65/314 kB | 57/109 kB | 20/153 kB Progress (4): 222/331 kB | 65/314 kB | 61/109 kB | 20/153 kB Progress (4): 222/331 kB | 66/314 kB | 61/109 kB | 20/153 kB Progress (4): 222/331 kB | 66/314 kB | 65/109 kB | 20/153 kB Progress (4): 226/331 kB | 66/314 kB | 65/109 kB | 20/153 kB Progress (4): 226/331 kB | 66/314 kB | 65/109 kB | 24/153 kB Progress (4): 226/331 kB | 66/314 kB | 69/109 kB | 24/153 kB Progress (4): 226/331 kB | 70/314 kB | 69/109 kB | 24/153 kB Progress (4): 226/331 kB | 70/314 kB | 73/109 kB | 24/153 kB Progress (4): 226/331 kB | 70/314 kB | 73/109 kB | 28/153 kB Progress (4): 230/331 kB | 70/314 kB | 73/109 kB | 28/153 kB Progress (4): 230/331 kB | 70/314 kB | 77/109 kB | 28/153 kB Progress (4): 230/331 kB | 70/314 kB | 77/109 kB | 32/153 kB Progress (4): 230/331 kB | 74/314 kB | 77/109 kB | 32/153 kB Progress (4): 230/331 kB | 74/314 kB | 77/109 kB | 33/153 kB Progress (4): 230/331 kB | 74/314 kB | 81/109 kB | 33/153 kB Progress (4): 234/331 kB | 74/314 kB | 81/109 kB | 33/153 kB Progress (4): 234/331 kB | 74/314 kB | 81/109 kB | 37/153 kB Progress (4): 238/331 kB | 74/314 kB | 81/109 kB | 37/153 kB Progress (5): 238/331 kB | 74/314 kB | 81/109 kB | 37/153 kB | 4.1/174 kB Progress (5): 238/331 kB | 78/314 kB | 81/109 kB | 37/153 kB | 4.1/174 kB Progress (5): 238/331 kB | 78/314 kB | 81/109 kB | 37/153 kB | 7.7/174 kB Progress (5): 242/331 kB | 78/314 kB | 81/109 kB | 37/153 kB | 7.7/174 kB Progress (5): 242/331 kB | 78/314 kB | 81/109 kB | 41/153 kB | 7.7/174 kB Progress (5): 242/331 kB | 78/314 kB | 85/109 kB | 41/153 kB | 7.7/174 kB Progress (5): 242/331 kB | 78/314 kB | 85/109 kB | 45/153 kB | 7.7/174 kB Progress (5): 246/331 kB | 78/314 kB | 85/109 kB | 45/153 kB | 7.7/174 kB Progress (5): 246/331 kB | 78/314 kB | 85/109 kB | 45/153 kB | 12/174 kB Progress (5): 246/331 kB | 82/314 kB | 85/109 kB | 45/153 kB | 12/174 kB Progress (5): 246/331 kB | 82/314 kB | 85/109 kB | 45/153 kB | 16/174 kB Progress (5): 250/331 kB | 82/314 kB | 85/109 kB | 45/153 kB | 16/174 kB Progress (5): 250/331 kB | 82/314 kB | 85/109 kB | 49/153 kB | 16/174 kB Progress (5): 254/331 kB | 82/314 kB | 85/109 kB | 49/153 kB | 16/174 kB Progress (5): 254/331 kB | 82/314 kB | 89/109 kB | 49/153 kB | 16/174 kB Progress (5): 258/331 kB | 82/314 kB | 89/109 kB | 49/153 kB | 16/174 kB Progress (5): 258/331 kB | 82/314 kB | 89/109 kB | 53/153 kB | 16/174 kB Progress (5): 262/331 kB | 82/314 kB | 89/109 kB | 53/153 kB | 16/174 kB Progress (5): 262/331 kB | 82/314 kB | 89/109 kB | 53/153 kB | 20/174 kB Progress (5): 262/331 kB | 86/314 kB | 89/109 kB | 53/153 kB | 20/174 kB Progress (5): 262/331 kB | 90/314 kB | 89/109 kB | 53/153 kB | 20/174 kB Progress (5): 262/331 kB | 90/314 kB | 89/109 kB | 53/153 kB | 24/174 kB Progress (5): 262/331 kB | 94/314 kB | 89/109 kB | 53/153 kB | 24/174 kB Progress (5): 266/331 kB | 94/314 kB | 89/109 kB | 53/153 kB | 24/174 kB Progress (5): 266/331 kB | 94/314 kB | 89/109 kB | 57/153 kB | 24/174 kB Progress (5): 266/331 kB | 94/314 kB | 93/109 kB | 57/153 kB | 24/174 kB Progress (5): 270/331 kB | 94/314 kB | 93/109 kB | 57/153 kB | 24/174 kB Progress (5): 270/331 kB | 98/314 kB | 93/109 kB | 57/153 kB | 24/174 kB Progress (5): 270/331 kB | 98/314 kB | 93/109 kB | 57/153 kB | 28/174 kB Progress (5): 270/331 kB | 98/314 kB | 93/109 kB | 57/153 kB | 28/174 kB Progress (5): 274/331 kB | 98/314 kB | 93/109 kB | 57/153 kB | 28/174 kB Progress (5): 274/331 kB | 98/314 kB | 93/109 kB | 61/153 kB | 28/174 kB Progress (5): 274/331 kB | 98/314 kB | 97/109 kB | 61/153 kB | 28/174 kB Progress (5): 274/331 kB | 98/314 kB | 97/109 kB | 65/153 kB | 28/174 kB Progress (5): 278/331 kB | 98/314 kB | 97/109 kB | 65/153 kB | 28/174 kB Progress (5): 278/331 kB | 102/314 kB | 97/109 kB | 65/153 kB | 28/174 kB Progress (5): 278/331 kB | 102/314 kB | 97/109 kB | 65/153 kB | 32/174 kB Progress (5): 278/331 kB | 106/314 kB | 97/109 kB | 65/153 kB | 32/174 kB Progress (5): 282/331 kB | 106/314 kB | 97/109 kB | 65/153 kB | 32/174 kB Progress (5): 282/331 kB | 106/314 kB | 101/109 kB | 65/153 kB | 32/174 kB Progress (5): 282/331 kB | 106/314 kB | 101/109 kB | 66/153 kB | 32/174 kB Progress (5): 282/331 kB | 106/314 kB | 105/109 kB | 66/153 kB | 32/174 kB Progress (5): 286/331 kB | 106/314 kB | 105/109 kB | 66/153 kB | 32/174 kB Progress (5): 286/331 kB | 110/314 kB | 105/109 kB | 66/153 kB | 32/174 kB Progress (5): 286/331 kB | 110/314 kB | 105/109 kB | 66/153 kB | 33/174 kB Progress (5): 286/331 kB | 114/314 kB | 105/109 kB | 66/153 kB | 33/174 kB Progress (5): 290/331 kB | 114/314 kB | 105/109 kB | 66/153 kB | 33/174 kB Progress (5): 290/331 kB | 114/314 kB | 109/109 kB | 66/153 kB | 33/174 kB Progress (5): 290/331 kB | 114/314 kB | 109/109 kB | 70/153 kB | 33/174 kB Progress (5): 290/331 kB | 114/314 kB | 109 kB | 70/153 kB | 33/174 kB Progress (5): 294/331 kB | 114/314 kB | 109 kB | 70/153 kB | 33/174 kB Progress (5): 294/331 kB | 118/314 kB | 109 kB | 70/153 kB | 33/174 kB Progress (5): 294/331 kB | 118/314 kB | 109 kB | 70/153 kB | 37/174 kB Progress (5): 294/331 kB | 122/314 kB | 109 kB | 70/153 kB | 37/174 kB Progress (5): 298/331 kB | 122/314 kB | 109 kB | 70/153 kB | 37/174 kB Progress (5): 298/331 kB | 122/314 kB | 109 kB | 74/153 kB | 37/174 kB Progress (5): 298/331 kB | 126/314 kB | 109 kB | 74/153 kB | 37/174 kB Progress (5): 298/331 kB | 126/314 kB | 109 kB | 74/153 kB | 41/174 kB Progress (5): 298/331 kB | 130/314 kB | 109 kB | 74/153 kB | 41/174 kB Progress (5): 298/331 kB | 130/314 kB | 109 kB | 78/153 kB | 41/174 kB Progress (5): 302/331 kB | 130/314 kB | 109 kB | 78/153 kB | 41/174 kB Progress (5): 302/331 kB | 130/314 kB | 109 kB | 82/153 kB | 41/174 kB Progress (5): 302/331 kB | 131/314 kB | 109 kB | 82/153 kB | 41/174 kB Progress (5): 302/331 kB | 131/314 kB | 109 kB | 82/153 kB | 45/174 kB Progress (5): 302/331 kB | 135/314 kB | 109 kB | 82/153 kB | 45/174 kB Progress (5): 302/331 kB | 135/314 kB | 109 kB | 86/153 kB | 45/174 kB Progress (5): 306/331 kB | 135/314 kB | 109 kB | 86/153 kB | 45/174 kB Progress (5): 306/331 kB | 135/314 kB | 109 kB | 90/153 kB | 45/174 kB Progress (5): 306/331 kB | 139/314 kB | 109 kB | 90/153 kB | 45/174 kB Progress (5): 306/331 kB | 139/314 kB | 109 kB | 90/153 kB | 49/174 kB Progress (5): 306/331 kB | 143/314 kB | 109 kB | 90/153 kB | 49/174 kB Progress (5): 306/331 kB | 143/314 kB | 109 kB | 94/153 kB | 49/174 kB Progress (5): 310/331 kB | 143/314 kB | 109 kB | 94/153 kB | 49/174 kB Progress (5): 310/331 kB | 143/314 kB | 109 kB | 98/153 kB | 49/174 kB Progress (5): 310/331 kB | 147/314 kB | 109 kB | 98/153 kB | 49/174 kB Progress (5): 310/331 kB | 147/314 kB | 109 kB | 98/153 kB | 53/174 kB Progress (5): 310/331 kB | 151/314 kB | 109 kB | 98/153 kB | 53/174 kB Progress (5): 310/331 kB | 151/314 kB | 109 kB | 98/153 kB | 53/174 kB Progress (5): 314/331 kB | 151/314 kB | 109 kB | 98/153 kB | 53/174 kB Progress (5): 314/331 kB | 155/314 kB | 109 kB | 98/153 kB | 53/174 kB Progress (5): 318/331 kB | 155/314 kB | 109 kB | 98/153 kB | 53/174 kB Progress (5): 318/331 kB | 159/314 kB | 109 kB | 98/153 kB | 53/174 kB Progress (5): 318/331 kB | 159/314 kB | 109 kB | 102/153 kB | 53/174 kB Progress (5): 318/331 kB | 159/314 kB | 109 kB | 106/153 kB | 53/174 kB Progress (5): 318/331 kB | 159/314 kB | 109 kB | 106/153 kB | 57/174 kB Progress (5): 318/331 kB | 159/314 kB | 109 kB | 110/153 kB | 57/174 kB Progress (5): 318/331 kB | 159/314 kB | 109 kB | 110/153 kB | 61/174 kB Progress (5): 318/331 kB | 163/314 kB | 109 kB | 110/153 kB | 61/174 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 432 kB/s) Progress (4): 322/331 kB | 163/314 kB | 110/153 kB | 61/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): 322/331 kB | 164/314 kB | 110/153 kB | 61/174 kB Progress (4): 322/331 kB | 164/314 kB | 110/153 kB | 65/174 kB Progress (4): 322/331 kB | 168/314 kB | 110/153 kB | 65/174 kB Progress (4): 322/331 kB | 168/314 kB | 114/153 kB | 65/174 kB Progress (4): 322/331 kB | 172/314 kB | 114/153 kB | 65/174 kB Progress (4): 322/331 kB | 172/314 kB | 118/153 kB | 65/174 kB Progress (4): 322/331 kB | 172/314 kB | 118/153 kB | 66/174 kB Progress (4): 326/331 kB | 172/314 kB | 118/153 kB | 66/174 kB Progress (4): 326/331 kB | 172/314 kB | 118/153 kB | 70/174 kB Progress (4): 326/331 kB | 172/314 kB | 122/153 kB | 70/174 kB Progress (4): 326/331 kB | 176/314 kB | 122/153 kB | 70/174 kB Progress (4): 326/331 kB | 176/314 kB | 126/153 kB | 70/174 kB Progress (4): 326/331 kB | 176/314 kB | 126/153 kB | 74/174 kB Progress (4): 330/331 kB | 176/314 kB | 126/153 kB | 74/174 kB Progress (4): 330/331 kB | 176/314 kB | 126/153 kB | 78/174 kB Progress (4): 330/331 kB | 176/314 kB | 130/153 kB | 78/174 kB Progress (4): 330/331 kB | 180/314 kB | 130/153 kB | 78/174 kB Progress (4): 330/331 kB | 180/314 kB | 130/153 kB | 82/174 kB Progress (4): 330/331 kB | 184/314 kB | 130/153 kB | 82/174 kB Progress (4): 331 kB | 184/314 kB | 130/153 kB | 82/174 kB Progress (4): 331 kB | 188/314 kB | 130/153 kB | 82/174 kB Progress (4): 331 kB | 188/314 kB | 130/153 kB | 86/174 kB Progress (4): 331 kB | 188/314 kB | 134/153 kB | 86/174 kB Progress (4): 331 kB | 188/314 kB | 134/153 kB | 90/174 kB Progress (4): 331 kB | 192/314 kB | 134/153 kB | 90/174 kB Progress (4): 331 kB | 192/314 kB | 138/153 kB | 90/174 kB Progress (4): 331 kB | 192/314 kB | 138/153 kB | 94/174 kB Progress (4): 331 kB | 192/314 kB | 142/153 kB | 94/174 kB Progress (4): 331 kB | 196/314 kB | 142/153 kB | 94/174 kB Progress (4): 331 kB | 196/314 kB | 146/153 kB | 94/174 kB Progress (5): 331 kB | 196/314 kB | 146/153 kB | 94/174 kB | 4.1/7.9 kB Progress (5): 331 kB | 196/314 kB | 146/153 kB | 98/174 kB | 4.1/7.9 kB Progress (5): 331 kB | 196/314 kB | 146/153 kB | 98/174 kB | 7.7/7.9 kB Progress (5): 331 kB | 196/314 kB | 150/153 kB | 98/174 kB | 7.7/7.9 kB Progress (5): 331 kB | 197/314 kB | 150/153 kB | 98/174 kB | 7.7/7.9 kB Progress (5): 331 kB | 197/314 kB | 153 kB | 98/174 kB | 7.7/7.9 kB Progress (5): 331 kB | 197/314 kB | 153 kB | 98/174 kB | 7.9 kB Progress (5): 331 kB | 197/314 kB | 153 kB | 98/174 kB | 7.9 kB Progress (5): 331 kB | 201/314 kB | 153 kB | 98/174 kB | 7.9 kB Progress (5): 331 kB | 201/314 kB | 153 kB | 102/174 kB | 7.9 kB Progress (5): 331 kB | 205/314 kB | 153 kB | 102/174 kB | 7.9 kB Progress (5): 331 kB | 205/314 kB | 153 kB | 106/174 kB | 7.9 kB Progress (5): 331 kB | 209/314 kB | 153 kB | 106/174 kB | 7.9 kB Progress (5): 331 kB | 209/314 kB | 153 kB | 110/174 kB | 7.9 kB Progress (5): 331 kB | 213/314 kB | 153 kB | 110/174 kB | 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.jar (331 kB at 1.2 MB/s) Progress (4): 213/314 kB | 153 kB | 114/174 kB | 7.9 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar Progress (4): 217/314 kB | 153 kB | 114/174 kB | 7.9 kB Progress (4): 217/314 kB | 153 kB | 118/174 kB | 7.9 kB Progress (4): 221/314 kB | 153 kB | 118/174 kB | 7.9 kB Progress (4): 221/314 kB | 153 kB | 122/174 kB | 7.9 kB Progress (4): 225/314 kB | 153 kB | 122/174 kB | 7.9 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 563 kB/s) Progress (3): 225/314 kB | 126/174 kB | 7.9 kB Progress (3): 229/314 kB | 126/174 kB | 7.9 kB Progress (3): 229/314 kB | 130/174 kB | 7.9 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar 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 29 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 (2): 229/314 kB | 131/174 kB Progress (2): 229/314 kB | 131/174 kB Progress (2): 229/314 kB | 135/174 kB Progress (2): 229/314 kB | 139/174 kB Progress (2): 233/314 kB | 139/174 kB Progress (2): 237/314 kB | 139/174 kB Progress (2): 237/314 kB | 143/174 kB Progress (2): 237/314 kB | 147/174 kB Progress (2): 241/314 kB | 147/174 kB Progress (2): 245/314 kB | 147/174 kB Progress (2): 245/314 kB | 151/174 kB Progress (2): 245/314 kB | 155/174 kB Progress (2): 249/314 kB | 155/174 kB Progress (2): 249/314 kB | 159/174 kB Progress (2): 253/314 kB | 159/174 kB Progress (2): 253/314 kB | 163/174 kB Progress (2): 257/314 kB | 163/174 kB Progress (2): 257/314 kB | 167/174 kB Progress (3): 257/314 kB | 167/174 kB | 4.1/450 kB Progress (3): 261/314 kB | 167/174 kB | 4.1/450 kB Progress (3): 261/314 kB | 167/174 kB | 7.7/450 kB Progress (3): 261/314 kB | 171/174 kB | 7.7/450 kB Progress (3): 262/314 kB | 171/174 kB | 7.7/450 kB Progress (3): 262/314 kB | 174 kB | 7.7/450 kB Progress (3): 262/314 kB | 174 kB | 12/450 kB Progress (3): 266/314 kB | 174 kB | 12/450 kB Progress (3): 266/314 kB | 174 kB | 16/450 kB Progress (3): 270/314 kB | 174 kB | 16/450 kB Progress (3): 270/314 kB | 174 kB | 20/450 kB Progress (3): 274/314 kB | 174 kB | 20/450 kB Progress (3): 274/314 kB | 174 kB | 24/450 kB Progress (3): 278/314 kB | 174 kB | 24/450 kB Progress (3): 278/314 kB | 174 kB | 28/450 kB Progress (3): 278/314 kB | 174 kB | 32/450 kB Progress (3): 282/314 kB | 174 kB | 32/450 kB Progress (3): 282/314 kB | 174 kB | 33/450 kB Progress (3): 286/314 kB | 174 kB | 33/450 kB Progress (3): 286/314 kB | 174 kB | 37/450 kB Progress (3): 290/314 kB | 174 kB | 37/450 kB Progress (3): 290/314 kB | 174 kB | 41/450 kB Progress (3): 294/314 kB | 174 kB | 41/450 kB Progress (4): 294/314 kB | 174 kB | 41/450 kB | 4.1/53 kB Progress (4): 294/314 kB | 174 kB | 45/450 kB | 4.1/53 kB Progress (4): 298/314 kB | 174 kB | 45/450 kB | 4.1/53 kB Progress (4): 298/314 kB | 174 kB | 49/450 kB | 4.1/53 kB Progress (4): 298/314 kB | 174 kB | 49/450 kB | 7.7/53 kB Progress (5): 298/314 kB | 174 kB | 49/450 kB | 7.7/53 kB | 4.1/262 kB Progress (5): 302/314 kB | 174 kB | 49/450 kB | 7.7/53 kB | 4.1/262 kB Progress (5): 302/314 kB | 174 kB | 49/450 kB | 7.7/53 kB | 7.7/262 kB Progress (5): 302/314 kB | 174 kB | 49/450 kB | 12/53 kB | 7.7/262 kB Progress (5): 302/314 kB | 174 kB | 53/450 kB | 12/53 kB | 7.7/262 kB Progress (5): 302/314 kB | 174 kB | 57/450 kB | 12/53 kB | 7.7/262 kB Progress (5): 302/314 kB | 174 kB | 57/450 kB | 16/53 kB | 7.7/262 kB Progress (5): 302/314 kB | 174 kB | 57/450 kB | 16/53 kB | 12/262 kB Progress (5): 306/314 kB | 174 kB | 57/450 kB | 16/53 kB | 12/262 kB Progress (5): 306/314 kB | 174 kB | 57/450 kB | 16/53 kB | 16/262 kB Progress (5): 306/314 kB | 174 kB | 57/450 kB | 20/53 kB | 16/262 kB Progress (5): 306/314 kB | 174 kB | 61/450 kB | 20/53 kB | 16/262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 594 kB/s) Progress (4): 306/314 kB | 65/450 kB | 20/53 kB | 16/262 kB Progress (4): 306/314 kB | 65/450 kB | 24/53 kB | 16/262 kB Progress (4): 306/314 kB | 65/450 kB | 24/53 kB | 20/262 kB Progress (4): 310/314 kB | 65/450 kB | 24/53 kB | 20/262 kB Progress (4): 310/314 kB | 65/450 kB | 24/53 kB | 24/262 kB Progress (4): 310/314 kB | 65/450 kB | 28/53 kB | 24/262 kB Progress (4): 310/314 kB | 66/450 kB | 28/53 kB | 24/262 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar Progress (4): 310/314 kB | 70/450 kB | 28/53 kB | 24/262 kB Progress (4): 310/314 kB | 70/450 kB | 32/53 kB | 24/262 kB Progress (4): 310/314 kB | 70/450 kB | 32/53 kB | 28/262 kB Progress (4): 310/314 kB | 70/450 kB | 36/53 kB | 28/262 kB Progress (4): 314 kB | 70/450 kB | 36/53 kB | 28/262 kB Progress (4): 314 kB | 70/450 kB | 40/53 kB | 28/262 kB Progress (4): 314 kB | 70/450 kB | 40/53 kB | 32/262 kB Progress (4): 314 kB | 74/450 kB | 40/53 kB | 32/262 kB Progress (4): 314 kB | 74/450 kB | 40/53 kB | 33/262 kB Progress (4): 314 kB | 74/450 kB | 44/53 kB | 33/262 kB Progress (4): 314 kB | 74/450 kB | 44/53 kB | 37/262 kB Progress (4): 314 kB | 78/450 kB | 44/53 kB | 37/262 kB Progress (4): 314 kB | 78/450 kB | 44/53 kB | 41/262 kB Progress (4): 314 kB | 78/450 kB | 48/53 kB | 41/262 kB Progress (4): 314 kB | 78/450 kB | 48/53 kB | 45/262 kB Progress (4): 314 kB | 82/450 kB | 48/53 kB | 45/262 kB Progress (4): 314 kB | 82/450 kB | 48/53 kB | 49/262 kB Progress (4): 314 kB | 82/450 kB | 52/53 kB | 49/262 kB Progress (4): 314 kB | 86/450 kB | 52/53 kB | 49/262 kB Progress (4): 314 kB | 86/450 kB | 52/53 kB | 53/262 kB Progress (4): 314 kB | 86/450 kB | 53 kB | 53/262 kB Progress (4): 314 kB | 86/450 kB | 53 kB | 57/262 kB Progress (4): 314 kB | 90/450 kB | 53 kB | 57/262 kB Progress (4): 314 kB | 90/450 kB | 53 kB | 61/262 kB Progress (4): 314 kB | 90/450 kB | 53 kB | 65/262 kB Progress (4): 314 kB | 94/450 kB | 53 kB | 65/262 kB Progress (4): 314 kB | 94/450 kB | 53 kB | 66/262 kB Progress (4): 314 kB | 98/450 kB | 53 kB | 66/262 kB Progress (4): 314 kB | 98/450 kB | 53 kB | 70/262 kB Progress (4): 314 kB | 98/450 kB | 53 kB | 70/262 kB Progress (4): 314 kB | 98/450 kB | 53 kB | 74/262 kB Progress (5): 314 kB | 98/450 kB | 53 kB | 74/262 kB | 0/5.5 MB Progress (5): 314 kB | 98/450 kB | 53 kB | 78/262 kB | 0/5.5 MB Progress (5): 314 kB | 102/450 kB | 53 kB | 78/262 kB | 0/5.5 MB Progress (5): 314 kB | 102/450 kB | 53 kB | 82/262 kB | 0/5.5 MB Progress (5): 314 kB | 102/450 kB | 53 kB | 82/262 kB | 0/5.5 MB Progress (5): 314 kB | 102/450 kB | 53 kB | 86/262 kB | 0/5.5 MB Progress (5): 314 kB | 106/450 kB | 53 kB | 86/262 kB | 0/5.5 MB Progress (5): 314 kB | 106/450 kB | 53 kB | 86/262 kB | 0/5.5 MB Progress (5): 314 kB | 106/450 kB | 53 kB | 90/262 kB | 0/5.5 MB Progress (5): 314 kB | 106/450 kB | 53 kB | 90/262 kB | 0/5.5 MB Progress (5): 314 kB | 106/450 kB | 53 kB | 94/262 kB | 0/5.5 MB Progress (5): 314 kB | 110/450 kB | 53 kB | 94/262 kB | 0/5.5 MB Progress (5): 314 kB | 110/450 kB | 53 kB | 94/262 kB | 0/5.5 MB Progress (5): 314 kB | 110/450 kB | 53 kB | 98/262 kB | 0/5.5 MB Progress (5): 314 kB | 110/450 kB | 53 kB | 98/262 kB | 0/5.5 MB 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 858 kB/s) Progress (4): 114/450 kB | 53 kB | 98/262 kB | 0/5.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar Progress (4): 114/450 kB | 53 kB | 98/262 kB | 0/5.5 MB Progress (4): 114/450 kB | 53 kB | 98/262 kB | 0/5.5 MB Progress (4): 114/450 kB | 53 kB | 98/262 kB | 0/5.5 MB Progress (4): 118/450 kB | 53 kB | 98/262 kB | 0/5.5 MB Progress (4): 118/450 kB | 53 kB | 98/262 kB | 0/5.5 MB Progress (4): 118/450 kB | 53 kB | 102/262 kB | 0/5.5 MB Progress (4): 122/450 kB | 53 kB | 102/262 kB | 0/5.5 MB Progress (4): 122/450 kB | 53 kB | 102/262 kB | 0/5.5 MB Progress (4): 122/450 kB | 53 kB | 106/262 kB | 0/5.5 MB Progress (4): 122/450 kB | 53 kB | 106/262 kB | 0/5.5 MB Progress (4): 126/450 kB | 53 kB | 106/262 kB | 0/5.5 MB 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 142 kB/s) Progress (3): 126/450 kB | 106/262 kB | 0/5.5 MB Progress (3): 130/450 kB | 106/262 kB | 0/5.5 MB Progress (3): 130/450 kB | 110/262 kB | 0/5.5 MB Progress (3): 131/450 kB | 110/262 kB | 0/5.5 MB Progress (3): 131/450 kB | 110/262 kB | 0/5.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.jar Progress (3): 131/450 kB | 110/262 kB | 0.1/5.5 MB Progress (3): 135/450 kB | 110/262 kB | 0.1/5.5 MB Progress (3): 135/450 kB | 114/262 kB | 0.1/5.5 MB Progress (3): 139/450 kB | 114/262 kB | 0.1/5.5 MB Progress (3): 139/450 kB | 114/262 kB | 0.1/5.5 MB Progress (3): 139/450 kB | 118/262 kB | 0.1/5.5 MB Progress (4): 139/450 kB | 118/262 kB | 0.1/5.5 MB | 4.1/445 kB Progress (4): 143/450 kB | 118/262 kB | 0.1/5.5 MB | 4.1/445 kB Progress (4): 143/450 kB | 118/262 kB | 0.1/5.5 MB | 7.7/445 kB Progress (4): 143/450 kB | 118/262 kB | 0.1/5.5 MB | 7.7/445 kB Progress (4): 143/450 kB | 122/262 kB | 0.1/5.5 MB | 7.7/445 kB Progress (4): 143/450 kB | 122/262 kB | 0.1/5.5 MB | 7.7/445 kB Progress (4): 143/450 kB | 122/262 kB | 0.1/5.5 MB | 12/445 kB Progress (4): 147/450 kB | 122/262 kB | 0.1/5.5 MB | 12/445 kB Progress (4): 147/450 kB | 122/262 kB | 0.1/5.5 MB | 16/445 kB Progress (4): 147/450 kB | 122/262 kB | 0.1/5.5 MB | 16/445 kB Progress (4): 147/450 kB | 126/262 kB | 0.1/5.5 MB | 16/445 kB Progress (4): 147/450 kB | 126/262 kB | 0.1/5.5 MB | 20/445 kB Progress (4): 151/450 kB | 126/262 kB | 0.1/5.5 MB | 20/445 kB Progress (4): 151/450 kB | 126/262 kB | 0.1/5.5 MB | 24/445 kB Progress (4): 151/450 kB | 126/262 kB | 0.1/5.5 MB | 24/445 kB Progress (4): 151/450 kB | 126/262 kB | 0.1/5.5 MB | 28/445 kB Progress (4): 151/450 kB | 130/262 kB | 0.1/5.5 MB | 28/445 kB Progress (4): 151/450 kB | 130/262 kB | 0.1/5.5 MB | 32/445 kB Progress (4): 151/450 kB | 130/262 kB | 0.1/5.5 MB | 32/445 kB Progress (4): 155/450 kB | 130/262 kB | 0.1/5.5 MB | 32/445 kB Progress (4): 155/450 kB | 130/262 kB | 0.1/5.5 MB | 33/445 kB Progress (4): 155/450 kB | 131/262 kB | 0.1/5.5 MB | 33/445 kB Progress (4): 159/450 kB | 131/262 kB | 0.1/5.5 MB | 33/445 kB Progress (4): 159/450 kB | 131/262 kB | 0.1/5.5 MB | 33/445 kB Progress (4): 159/450 kB | 135/262 kB | 0.1/5.5 MB | 33/445 kB Progress (4): 163/450 kB | 135/262 kB | 0.1/5.5 MB | 33/445 kB Progress (4): 163/450 kB | 135/262 kB | 0.1/5.5 MB | 37/445 kB Progress (4): 164/450 kB | 135/262 kB | 0.1/5.5 MB | 37/445 kB Progress (4): 164/450 kB | 139/262 kB | 0.1/5.5 MB | 37/445 kB Progress (4): 164/450 kB | 139/262 kB | 0.1/5.5 MB | 37/445 kB Progress (4): 164/450 kB | 143/262 kB | 0.1/5.5 MB | 37/445 kB Progress (4): 168/450 kB | 143/262 kB | 0.1/5.5 MB | 37/445 kB Progress (4): 168/450 kB | 143/262 kB | 0.1/5.5 MB | 41/445 kB Progress (4): 172/450 kB | 143/262 kB | 0.1/5.5 MB | 41/445 kB Progress (4): 172/450 kB | 143/262 kB | 0.1/5.5 MB | 41/445 kB Progress (4): 172/450 kB | 147/262 kB | 0.1/5.5 MB | 41/445 kB Progress (5): 172/450 kB | 147/262 kB | 0.1/5.5 MB | 41/445 kB | 4.1/43 kB Progress (5): 172/450 kB | 151/262 kB | 0.1/5.5 MB | 41/445 kB | 4.1/43 kB Progress (5): 172/450 kB | 151/262 kB | 0.1/5.5 MB | 41/445 kB | 4.1/43 kB Progress (5): 176/450 kB | 151/262 kB | 0.1/5.5 MB | 41/445 kB | 4.1/43 kB Progress (5): 176/450 kB | 151/262 kB | 0.1/5.5 MB | 45/445 kB | 4.1/43 kB Progress (5): 176/450 kB | 151/262 kB | 0.1/5.5 MB | 45/445 kB | 4.1/43 kB Progress (5): 180/450 kB | 151/262 kB | 0.1/5.5 MB | 45/445 kB | 4.1/43 kB Progress (5): 180/450 kB | 155/262 kB | 0.1/5.5 MB | 45/445 kB | 4.1/43 kB Progress (5): 180/450 kB | 155/262 kB | 0.1/5.5 MB | 45/445 kB | 7.7/43 kB Progress (5): 180/450 kB | 159/262 kB | 0.1/5.5 MB | 45/445 kB | 7.7/43 kB Progress (5): 184/450 kB | 159/262 kB | 0.1/5.5 MB | 45/445 kB | 7.7/43 kB Progress (5): 184/450 kB | 159/262 kB | 0.1/5.5 MB | 45/445 kB | 7.7/43 kB Progress (5): 184/450 kB | 159/262 kB | 0.1/5.5 MB | 49/445 kB | 7.7/43 kB Progress (5): 184/450 kB | 159/262 kB | 0.1/5.5 MB | 49/445 kB | 7.7/43 kB Progress (5): 188/450 kB | 159/262 kB | 0.1/5.5 MB | 49/445 kB | 7.7/43 kB Progress (5): 188/450 kB | 159/262 kB | 0.1/5.5 MB | 49/445 kB | 12/43 kB Progress (5): 188/450 kB | 163/262 kB | 0.1/5.5 MB | 49/445 kB | 12/43 kB Progress (5): 188/450 kB | 163/262 kB | 0.1/5.5 MB | 49/445 kB | 16/43 kB Progress (5): 192/450 kB | 163/262 kB | 0.1/5.5 MB | 49/445 kB | 16/43 kB Progress (5): 192/450 kB | 163/262 kB | 0.1/5.5 MB | 49/445 kB | 16/43 kB Progress (5): 192/450 kB | 163/262 kB | 0.1/5.5 MB | 53/445 kB | 16/43 kB Progress (5): 192/450 kB | 163/262 kB | 0.1/5.5 MB | 53/445 kB | 16/43 kB Progress (5): 196/450 kB | 163/262 kB | 0.1/5.5 MB | 53/445 kB | 16/43 kB Progress (5): 196/450 kB | 163/262 kB | 0.1/5.5 MB | 53/445 kB | 20/43 kB Progress (5): 196/450 kB | 164/262 kB | 0.1/5.5 MB | 53/445 kB | 20/43 kB Progress (5): 196/450 kB | 164/262 kB | 0.1/5.5 MB | 53/445 kB | 24/43 kB Progress (5): 197/450 kB | 164/262 kB | 0.1/5.5 MB | 53/445 kB | 24/43 kB Progress (5): 197/450 kB | 164/262 kB | 0.1/5.5 MB | 53/445 kB | 24/43 kB Progress (5): 197/450 kB | 164/262 kB | 0.1/5.5 MB | 57/445 kB | 24/43 kB Progress (5): 197/450 kB | 164/262 kB | 0.1/5.5 MB | 57/445 kB | 24/43 kB Progress (5): 201/450 kB | 164/262 kB | 0.1/5.5 MB | 57/445 kB | 24/43 kB Progress (5): 201/450 kB | 164/262 kB | 0.1/5.5 MB | 57/445 kB | 28/43 kB Progress (5): 201/450 kB | 168/262 kB | 0.1/5.5 MB | 57/445 kB | 28/43 kB Progress (5): 201/450 kB | 168/262 kB | 0.1/5.5 MB | 57/445 kB | 32/43 kB Progress (5): 201/450 kB | 168/262 kB | 0.1/5.5 MB | 57/445 kB | 32/43 kB Progress (5): 205/450 kB | 168/262 kB | 0.1/5.5 MB | 57/445 kB | 32/43 kB Progress (5): 205/450 kB | 168/262 kB | 0.1/5.5 MB | 61/445 kB | 32/43 kB Progress (5): 205/450 kB | 168/262 kB | 0.1/5.5 MB | 61/445 kB | 32/43 kB Progress (5): 205/450 kB | 168/262 kB | 0.1/5.5 MB | 61/445 kB | 36/43 kB Progress (5): 205/450 kB | 172/262 kB | 0.1/5.5 MB | 61/445 kB | 36/43 kB Progress (5): 205/450 kB | 172/262 kB | 0.1/5.5 MB | 61/445 kB | 40/43 kB Progress (5): 205/450 kB | 172/262 kB | 0.1/5.5 MB | 61/445 kB | 40/43 kB Progress (5): 205/450 kB | 172/262 kB | 0.1/5.5 MB | 65/445 kB | 40/43 kB Progress (5): 205/450 kB | 172/262 kB | 0.1/5.5 MB | 66/445 kB | 40/43 kB Progress (5): 205/450 kB | 172/262 kB | 0.1/5.5 MB | 70/445 kB | 40/43 kB Progress (5): 205/450 kB | 172/262 kB | 0.1/5.5 MB | 74/445 kB | 40/43 kB Progress (5): 209/450 kB | 172/262 kB | 0.1/5.5 MB | 74/445 kB | 40/43 kB Progress (5): 209/450 kB | 172/262 kB | 0.1/5.5 MB | 74/445 kB | 40/43 kB Progress (5): 209/450 kB | 172/262 kB | 0.1/5.5 MB | 74/445 kB | 43 kB Progress (5): 209/450 kB | 176/262 kB | 0.1/5.5 MB | 74/445 kB | 43 kB Progress (5): 209/450 kB | 176/262 kB | 0.1/5.5 MB | 74/445 kB | 43 kB Progress (5): 213/450 kB | 176/262 kB | 0.1/5.5 MB | 74/445 kB | 43 kB Progress (5): 213/450 kB | 176/262 kB | 0.1/5.5 MB | 78/445 kB | 43 kB Progress (5): 213/450 kB | 176/262 kB | 0.1/5.5 MB | 78/445 kB | 43 kB Progress (5): 213/450 kB | 180/262 kB | 0.1/5.5 MB | 78/445 kB | 43 kB Progress (5): 213/450 kB | 180/262 kB | 0.1/5.5 MB | 78/445 kB | 43 kB Progress (5): 213/450 kB | 180/262 kB | 0.1/5.5 MB | 82/445 kB | 43 kB Progress (5): 217/450 kB | 180/262 kB | 0.1/5.5 MB | 82/445 kB | 43 kB Progress (5): 217/450 kB | 180/262 kB | 0.1/5.5 MB | 82/445 kB | 43 kB Progress (5): 217/450 kB | 184/262 kB | 0.1/5.5 MB | 82/445 kB | 43 kB Progress (5): 217/450 kB | 184/262 kB | 0.1/5.5 MB | 82/445 kB | 43 kB Progress (5): 217/450 kB | 184/262 kB | 0.1/5.5 MB | 86/445 kB | 43 kB Progress (5): 221/450 kB | 184/262 kB | 0.1/5.5 MB | 86/445 kB | 43 kB Progress (5): 221/450 kB | 184/262 kB | 0.2/5.5 MB | 86/445 kB | 43 kB Progress (5): 221/450 kB | 184/262 kB | 0.2/5.5 MB | 90/445 kB | 43 kB Progress (5): 221/450 kB | 188/262 kB | 0.2/5.5 MB | 90/445 kB | 43 kB Progress (5): 221/450 kB | 188/262 kB | 0.2/5.5 MB | 90/445 kB | 43 kB Progress (5): 225/450 kB | 188/262 kB | 0.2/5.5 MB | 90/445 kB | 43 kB Progress (5): 225/450 kB | 192/262 kB | 0.2/5.5 MB | 90/445 kB | 43 kB Progress (5): 225/450 kB | 192/262 kB | 0.2/5.5 MB | 94/445 kB | 43 kB Progress (5): 225/450 kB | 196/262 kB | 0.2/5.5 MB | 94/445 kB | 43 kB Progress (5): 225/450 kB | 200/262 kB | 0.2/5.5 MB | 94/445 kB | 43 kB Progress (5): 225/450 kB | 204/262 kB | 0.2/5.5 MB | 94/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 92 kB/s) Progress (4): 225/450 kB | 204/262 kB | 0.2/5.5 MB | 94/445 kB Progress (4): 229/450 kB | 204/262 kB | 0.2/5.5 MB | 94/445 kB Progress (4): 229/450 kB | 204/262 kB | 0.2/5.5 MB | 94/445 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.jar Progress (4): 229/450 kB | 208/262 kB | 0.2/5.5 MB | 94/445 kB Progress (4): 229/450 kB | 212/262 kB | 0.2/5.5 MB | 94/445 kB Progress (4): 229/450 kB | 216/262 kB | 0.2/5.5 MB | 94/445 kB Progress (4): 229/450 kB | 216/262 kB | 0.2/5.5 MB | 98/445 kB Progress (4): 229/450 kB | 220/262 kB | 0.2/5.5 MB | 98/445 kB Progress (4): 229/450 kB | 220/262 kB | 0.2/5.5 MB | 98/445 kB Progress (4): 229/450 kB | 224/262 kB | 0.2/5.5 MB | 98/445 kB Progress (4): 229/450 kB | 224/262 kB | 0.2/5.5 MB | 98/445 kB Progress (4): 229/450 kB | 224/262 kB | 0.2/5.5 MB | 98/445 kB Progress (4): 229/450 kB | 224/262 kB | 0.2/5.5 MB | 98/445 kB Progress (4): 229/450 kB | 224/262 kB | 0.2/5.5 MB | 98/445 kB Progress (4): 229/450 kB | 224/262 kB | 0.2/5.5 MB | 98/445 kB Progress (4): 229/450 kB | 224/262 kB | 0.2/5.5 MB | 98/445 kB Progress (4): 229/450 kB | 228/262 kB | 0.2/5.5 MB | 98/445 kB Progress (4): 229/450 kB | 228/262 kB | 0.2/5.5 MB | 98/445 kB Progress (4): 233/450 kB | 228/262 kB | 0.2/5.5 MB | 98/445 kB Progress (4): 233/450 kB | 228/262 kB | 0.2/5.5 MB | 102/445 kB Progress (4): 233/450 kB | 228/262 kB | 0.2/5.5 MB | 106/445 kB Progress (4): 233/450 kB | 228/262 kB | 0.2/5.5 MB | 110/445 kB Progress (4): 233/450 kB | 228/262 kB | 0.2/5.5 MB | 114/445 kB Progress (4): 233/450 kB | 228/262 kB | 0.2/5.5 MB | 118/445 kB Progress (4): 233/450 kB | 228/262 kB | 0.2/5.5 MB | 122/445 kB Progress (4): 233/450 kB | 228/262 kB | 0.2/5.5 MB | 122/445 kB Progress (5): 233/450 kB | 228/262 kB | 0.2/5.5 MB | 122/445 kB | 4.1/33 kB Progress (5): 233/450 kB | 228/262 kB | 0.2/5.5 MB | 122/445 kB | 4.1/33 kB Progress (5): 237/450 kB | 228/262 kB | 0.2/5.5 MB | 122/445 kB | 4.1/33 kB Progress (5): 237/450 kB | 232/262 kB | 0.2/5.5 MB | 122/445 kB | 4.1/33 kB Progress (5): 237/450 kB | 236/262 kB | 0.2/5.5 MB | 122/445 kB | 4.1/33 kB Progress (5): 237/450 kB | 236/262 kB | 0.2/5.5 MB | 122/445 kB | 4.1/33 kB Progress (5): 237/450 kB | 236/262 kB | 0.2/5.5 MB | 122/445 kB | 7.7/33 kB Progress (5): 237/450 kB | 236/262 kB | 0.2/5.5 MB | 126/445 kB | 7.7/33 kB Progress (5): 237/450 kB | 236/262 kB | 0.2/5.5 MB | 126/445 kB | 7.7/33 kB Progress (5): 237/450 kB | 240/262 kB | 0.2/5.5 MB | 126/445 kB | 7.7/33 kB Progress (5): 241/450 kB | 240/262 kB | 0.2/5.5 MB | 126/445 kB | 7.7/33 kB Progress (5): 241/450 kB | 244/262 kB | 0.2/5.5 MB | 126/445 kB | 7.7/33 kB Progress (5): 241/450 kB | 248/262 kB | 0.2/5.5 MB | 126/445 kB | 7.7/33 kB Progress (5): 241/450 kB | 248/262 kB | 0.2/5.5 MB | 126/445 kB | 7.7/33 kB Progress (5): 241/450 kB | 248/262 kB | 0.2/5.5 MB | 130/445 kB | 7.7/33 kB Progress (5): 241/450 kB | 248/262 kB | 0.2/5.5 MB | 130/445 kB | 12/33 kB Progress (5): 241/450 kB | 248/262 kB | 0.2/5.5 MB | 134/445 kB | 12/33 kB Progress (5): 241/450 kB | 248/262 kB | 0.2/5.5 MB | 134/445 kB | 12/33 kB Progress (5): 241/450 kB | 252/262 kB | 0.2/5.5 MB | 134/445 kB | 12/33 kB Progress (5): 245/450 kB | 252/262 kB | 0.2/5.5 MB | 134/445 kB | 12/33 kB Progress (5): 245/450 kB | 252/262 kB | 0.2/5.5 MB | 134/445 kB | 12/33 kB Progress (5): 245/450 kB | 252/262 kB | 0.2/5.5 MB | 138/445 kB | 12/33 kB Progress (5): 245/450 kB | 252/262 kB | 0.2/5.5 MB | 138/445 kB | 16/33 kB Progress (5): 245/450 kB | 252/262 kB | 0.2/5.5 MB | 142/445 kB | 16/33 kB Progress (5): 245/450 kB | 252/262 kB | 0.2/5.5 MB | 142/445 kB | 16/33 kB Progress (5): 249/450 kB | 252/262 kB | 0.2/5.5 MB | 142/445 kB | 16/33 kB Progress (5): 249/450 kB | 256/262 kB | 0.2/5.5 MB | 142/445 kB | 16/33 kB Progress (5): 249/450 kB | 256/262 kB | 0.2/5.5 MB | 142/445 kB | 16/33 kB Progress (5): 253/450 kB | 256/262 kB | 0.2/5.5 MB | 142/445 kB | 16/33 kB Progress (5): 253/450 kB | 256/262 kB | 0.2/5.5 MB | 142/445 kB | 20/33 kB Progress (5): 253/450 kB | 256/262 kB | 0.2/5.5 MB | 146/445 kB | 20/33 kB Progress (5): 253/450 kB | 256/262 kB | 0.2/5.5 MB | 146/445 kB | 24/33 kB Progress (5): 257/450 kB | 256/262 kB | 0.2/5.5 MB | 146/445 kB | 24/33 kB Progress (5): 257/450 kB | 256/262 kB | 0.2/5.5 MB | 146/445 kB | 24/33 kB Progress (5): 257/450 kB | 260/262 kB | 0.2/5.5 MB | 146/445 kB | 24/33 kB Progress (5): 261/450 kB | 260/262 kB | 0.2/5.5 MB | 146/445 kB | 24/33 kB Progress (5): 261/450 kB | 260/262 kB | 0.2/5.5 MB | 146/445 kB | 28/33 kB Progress (5): 261/450 kB | 260/262 kB | 0.2/5.5 MB | 150/445 kB | 28/33 kB Progress (5): 261/450 kB | 260/262 kB | 0.2/5.5 MB | 150/445 kB | 32/33 kB Progress (5): 262/450 kB | 260/262 kB | 0.2/5.5 MB | 150/445 kB | 32/33 kB Progress (5): 262/450 kB | 262 kB | 0.2/5.5 MB | 150/445 kB | 32/33 kB Progress (5): 262/450 kB | 262 kB | 0.2/5.5 MB | 150/445 kB | 32/33 kB Progress (5): 266/450 kB | 262 kB | 0.2/5.5 MB | 150/445 kB | 32/33 kB Progress (5): 266/450 kB | 262 kB | 0.2/5.5 MB | 150/445 kB | 33 kB Progress (5): 266/450 kB | 262 kB | 0.2/5.5 MB | 154/445 kB | 33 kB Progress (5): 270/450 kB | 262 kB | 0.2/5.5 MB | 154/445 kB | 33 kB Progress (5): 270/450 kB | 262 kB | 0.2/5.5 MB | 154/445 kB | 33 kB Progress (5): 270/450 kB | 262 kB | 0.2/5.5 MB | 158/445 kB | 33 kB Progress (5): 270/450 kB | 262 kB | 0.2/5.5 MB | 158/445 kB | 33 kB Progress (5): 274/450 kB | 262 kB | 0.2/5.5 MB | 158/445 kB | 33 kB Progress (5): 274/450 kB | 262 kB | 0.2/5.5 MB | 158/445 kB | 33 kB Progress (5): 274/450 kB | 262 kB | 0.2/5.5 MB | 162/445 kB | 33 kB Progress (5): 274/450 kB | 262 kB | 0.2/5.5 MB | 162/445 kB | 33 kB Progress (5): 278/450 kB | 262 kB | 0.2/5.5 MB | 162/445 kB | 33 kB Progress (5): 278/450 kB | 262 kB | 0.2/5.5 MB | 164/445 kB | 33 kB Progress (5): 282/450 kB | 262 kB | 0.2/5.5 MB | 164/445 kB | 33 kB Progress (5): 282/450 kB | 262 kB | 0.2/5.5 MB | 164/445 kB | 33 kB Progress (5): 286/450 kB | 262 kB | 0.2/5.5 MB | 164/445 kB | 33 kB Progress (5): 286/450 kB | 262 kB | 0.2/5.5 MB | 168/445 kB | 33 kB Progress (5): 290/450 kB | 262 kB | 0.2/5.5 MB | 168/445 kB | 33 kB Progress (5): 290/450 kB | 262 kB | 0.2/5.5 MB | 168/445 kB | 33 kB Progress (5): 294/450 kB | 262 kB | 0.2/5.5 MB | 168/445 kB | 33 kB Progress (5): 294/450 kB | 262 kB | 0.2/5.5 MB | 172/445 kB | 33 kB Progress (5): 295/450 kB | 262 kB | 0.2/5.5 MB | 172/445 kB | 33 kB Progress (5): 295/450 kB | 262 kB | 0.2/5.5 MB | 172/445 kB | 33 kB Progress (5): 295/450 kB | 262 kB | 0.2/5.5 MB | 176/445 kB | 33 kB Progress (5): 295/450 kB | 262 kB | 0.3/5.5 MB | 176/445 kB | 33 kB Progress (5): 299/450 kB | 262 kB | 0.3/5.5 MB | 176/445 kB | 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.jar (33 kB at 58 kB/s) 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 459 kB/s) Progress (3): 299/450 kB | 0.3/5.5 MB | 180/445 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 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 (3): 303/450 kB | 0.3/5.5 MB | 180/445 kB Progress (3): 303/450 kB | 0.3/5.5 MB | 180/445 kB Progress (3): 303/450 kB | 0.3/5.5 MB | 184/445 kB Progress (3): 303/450 kB | 0.3/5.5 MB | 184/445 kB Progress (3): 307/450 kB | 0.3/5.5 MB | 184/445 kB Progress (3): 307/450 kB | 0.3/5.5 MB | 184/445 kB Progress (3): 307/450 kB | 0.3/5.5 MB | 188/445 kB Progress (3): 311/450 kB | 0.3/5.5 MB | 188/445 kB Progress (3): 311/450 kB | 0.3/5.5 MB | 188/445 kB Progress (3): 311/450 kB | 0.3/5.5 MB | 192/445 kB Progress (3): 311/450 kB | 0.3/5.5 MB | 192/445 kB Progress (3): 315/450 kB | 0.3/5.5 MB | 192/445 kB Progress (3): 315/450 kB | 0.3/5.5 MB | 196/445 kB Progress (3): 319/450 kB | 0.3/5.5 MB | 196/445 kB Progress (3): 319/450 kB | 0.3/5.5 MB | 196/445 kB Progress (3): 319/450 kB | 0.3/5.5 MB | 200/445 kB Progress (3): 323/450 kB | 0.3/5.5 MB | 200/445 kB Progress (3): 323/450 kB | 0.3/5.5 MB | 200/445 kB Progress (3): 327/450 kB | 0.3/5.5 MB | 200/445 kB Progress (3): 327/450 kB | 0.3/5.5 MB | 204/445 kB Progress (3): 327/450 kB | 0.3/5.5 MB | 204/445 kB Progress (3): 328/450 kB | 0.3/5.5 MB | 204/445 kB Progress (3): 328/450 kB | 0.3/5.5 MB | 208/445 kB Progress (3): 328/450 kB | 0.3/5.5 MB | 208/445 kB Progress (3): 332/450 kB | 0.3/5.5 MB | 208/445 kB Progress (3): 332/450 kB | 0.3/5.5 MB | 212/445 kB Progress (3): 332/450 kB | 0.3/5.5 MB | 212/445 kB Progress (3): 336/450 kB | 0.3/5.5 MB | 212/445 kB Progress (3): 336/450 kB | 0.3/5.5 MB | 212/445 kB Progress (3): 336/450 kB | 0.3/5.5 MB | 216/445 kB Progress (3): 340/450 kB | 0.3/5.5 MB | 216/445 kB Progress (3): 340/450 kB | 0.3/5.5 MB | 220/445 kB Progress (3): 340/450 kB | 0.3/5.5 MB | 220/445 kB Progress (3): 344/450 kB | 0.3/5.5 MB | 220/445 kB Progress (3): 344/450 kB | 0.3/5.5 MB | 220/445 kB Progress (3): 344/450 kB | 0.3/5.5 MB | 224/445 kB Progress (3): 348/450 kB | 0.3/5.5 MB | 224/445 kB Progress (3): 348/450 kB | 0.3/5.5 MB | 224/445 kB Progress (3): 348/450 kB | 0.3/5.5 MB | 228/445 kB Progress (3): 348/450 kB | 0.3/5.5 MB | 228/445 kB Progress (3): 352/450 kB | 0.3/5.5 MB | 228/445 kB Progress (3): 352/450 kB | 0.3/5.5 MB | 232/445 kB Progress (3): 352/450 kB | 0.3/5.5 MB | 232/445 kB Progress (3): 356/450 kB | 0.3/5.5 MB | 232/445 kB Progress (3): 356/450 kB | 0.3/5.5 MB | 236/445 kB Progress (3): 360/450 kB | 0.3/5.5 MB | 236/445 kB Progress (4): 360/450 kB | 0.3/5.5 MB | 236/445 kB | 4.1/18 kB Progress (4): 360/450 kB | 0.3/5.5 MB | 236/445 kB | 4.1/18 kB Progress (4): 360/450 kB | 0.3/5.5 MB | 236/445 kB | 7.7/18 kB Progress (4): 364/450 kB | 0.3/5.5 MB | 236/445 kB | 7.7/18 kB Progress (4): 364/450 kB | 0.3/5.5 MB | 240/445 kB | 7.7/18 kB Progress (5): 364/450 kB | 0.3/5.5 MB | 240/445 kB | 7.7/18 kB | 4.1/37 kB Progress (5): 364/450 kB | 0.3/5.5 MB | 244/445 kB | 7.7/18 kB | 4.1/37 kB Progress (5): 368/450 kB | 0.3/5.5 MB | 244/445 kB | 7.7/18 kB | 4.1/37 kB Progress (5): 368/450 kB | 0.3/5.5 MB | 244/445 kB | 12/18 kB | 4.1/37 kB Progress (5): 372/450 kB | 0.3/5.5 MB | 244/445 kB | 12/18 kB | 4.1/37 kB Progress (5): 372/450 kB | 0.3/5.5 MB | 244/445 kB | 12/18 kB | 4.1/37 kB Progress (5): 376/450 kB | 0.3/5.5 MB | 244/445 kB | 12/18 kB | 4.1/37 kB Progress (5): 376/450 kB | 0.3/5.5 MB | 244/445 kB | 16/18 kB | 4.1/37 kB Progress (5): 376/450 kB | 0.3/5.5 MB | 248/445 kB | 16/18 kB | 4.1/37 kB Progress (5): 376/450 kB | 0.3/5.5 MB | 248/445 kB | 16/18 kB | 7.7/37 kB Progress (5): 376/450 kB | 0.3/5.5 MB | 252/445 kB | 16/18 kB | 7.7/37 kB Progress (5): 376/450 kB | 0.3/5.5 MB | 252/445 kB | 18 kB | 7.7/37 kB Progress (5): 380/450 kB | 0.3/5.5 MB | 252/445 kB | 18 kB | 7.7/37 kB Progress (5): 380/450 kB | 0.3/5.5 MB | 252/445 kB | 18 kB | 7.7/37 kB Progress (5): 384/450 kB | 0.3/5.5 MB | 252/445 kB | 18 kB | 7.7/37 kB Progress (5): 384/450 kB | 0.3/5.5 MB | 256/445 kB | 18 kB | 7.7/37 kB Progress (5): 384/450 kB | 0.3/5.5 MB | 256/445 kB | 18 kB | 12/37 kB Progress (5): 384/450 kB | 0.3/5.5 MB | 256/445 kB | 18 kB | 16/37 kB Progress (5): 384/450 kB | 0.3/5.5 MB | 256/445 kB | 18 kB | 20/37 kB Progress (5): 384/450 kB | 0.3/5.5 MB | 260/445 kB | 18 kB | 20/37 kB Progress (5): 388/450 kB | 0.3/5.5 MB | 260/445 kB | 18 kB | 20/37 kB Progress (5): 388/450 kB | 0.3/5.5 MB | 260/445 kB | 18 kB | 20/37 kB Progress (5): 388/450 kB | 0.3/5.5 MB | 264/445 kB | 18 kB | 20/37 kB Progress (5): 392/450 kB | 0.3/5.5 MB | 264/445 kB | 18 kB | 20/37 kB Progress (5): 392/450 kB | 0.3/5.5 MB | 264/445 kB | 18 kB | 24/37 kB Progress (5): 396/450 kB | 0.3/5.5 MB | 264/445 kB | 18 kB | 24/37 kB Progress (5): 400/450 kB | 0.3/5.5 MB | 264/445 kB | 18 kB | 24/37 kB Progress (5): 400/450 kB | 0.3/5.5 MB | 268/445 kB | 18 kB | 24/37 kB Progress (5): 400/450 kB | 0.3/5.5 MB | 268/445 kB | 18 kB | 24/37 kB Progress (5): 404/450 kB | 0.3/5.5 MB | 268/445 kB | 18 kB | 24/37 kB Progress (5): 404/450 kB | 0.3/5.5 MB | 268/445 kB | 18 kB | 28/37 kB Progress (5): 408/450 kB | 0.3/5.5 MB | 268/445 kB | 18 kB | 28/37 kB Progress (5): 408/450 kB | 0.3/5.5 MB | 268/445 kB | 18 kB | 28/37 kB Progress (5): 408/450 kB | 0.3/5.5 MB | 272/445 kB | 18 kB | 28/37 kB Progress (5): 408/450 kB | 0.3/5.5 MB | 272/445 kB | 18 kB | 28/37 kB Progress (5): 412/450 kB | 0.3/5.5 MB | 272/445 kB | 18 kB | 28/37 kB Progress (5): 412/450 kB | 0.3/5.5 MB | 272/445 kB | 18 kB | 32/37 kB Progress (5): 416/450 kB | 0.3/5.5 MB | 272/445 kB | 18 kB | 32/37 kB Progress (5): 416/450 kB | 0.3/5.5 MB | 272/445 kB | 18 kB | 32/37 kB Progress (5): 420/450 kB | 0.3/5.5 MB | 272/445 kB | 18 kB | 32/37 kB Progress (5): 420/450 kB | 0.3/5.5 MB | 276/445 kB | 18 kB | 32/37 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 27 kB/s) Progress (4): 424/450 kB | 0.3/5.5 MB | 276/445 kB | 32/37 kB Progress (4): 424/450 kB | 0.4/5.5 MB | 276/445 kB | 32/37 kB Progress (4): 424/450 kB | 0.4/5.5 MB | 276/445 kB | 36/37 kB Progress (4): 428/450 kB | 0.4/5.5 MB | 276/445 kB | 36/37 kB Progress (4): 432/450 kB | 0.4/5.5 MB | 276/445 kB | 36/37 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): 432/450 kB | 0.4/5.5 MB | 280/445 kB | 36/37 kB Progress (4): 436/450 kB | 0.4/5.5 MB | 280/445 kB | 36/37 kB Progress (4): 436/450 kB | 0.4/5.5 MB | 280/445 kB | 37 kB Progress (4): 436/450 kB | 0.4/5.5 MB | 280/445 kB | 37 kB Progress (4): 440/450 kB | 0.4/5.5 MB | 280/445 kB | 37 kB Progress (4): 440/450 kB | 0.4/5.5 MB | 284/445 kB | 37 kB Progress (4): 440/450 kB | 0.4/5.5 MB | 284/445 kB | 37 kB Progress (4): 444/450 kB | 0.4/5.5 MB | 284/445 kB | 37 kB Progress (4): 444/450 kB | 0.4/5.5 MB | 288/445 kB | 37 kB Progress (4): 444/450 kB | 0.4/5.5 MB | 288/445 kB | 37 kB Progress (4): 448/450 kB | 0.4/5.5 MB | 288/445 kB | 37 kB Progress (4): 448/450 kB | 0.4/5.5 MB | 288/445 kB | 37 kB Progress (4): 448/450 kB | 0.4/5.5 MB | 292/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 292/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 292/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 296/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 296/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 300/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 300/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 304/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 304/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 308/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 308/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 308/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 312/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 312/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 316/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 316/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 320/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 324/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 324/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 328/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 328/445 kB | 37 kB Progress (4): 450 kB | 0.4/5.5 MB | 332/445 kB | 37 kB Progress (5): 450 kB | 0.4/5.5 MB | 332/445 kB | 37 kB | 4.1/22 kB Progress (5): 450 kB | 0.4/5.5 MB | 336/445 kB | 37 kB | 4.1/22 kB Progress (5): 450 kB | 0.4/5.5 MB | 336/445 kB | 37 kB | 4.1/22 kB Progress (5): 450 kB | 0.4/5.5 MB | 340/445 kB | 37 kB | 4.1/22 kB Progress (5): 450 kB | 0.4/5.5 MB | 340/445 kB | 37 kB | 7.7/22 kB Progress (5): 450 kB | 0.4/5.5 MB | 344/445 kB | 37 kB | 7.7/22 kB Progress (5): 450 kB | 0.4/5.5 MB | 344/445 kB | 37 kB | 7.7/22 kB Progress (5): 450 kB | 0.4/5.5 MB | 348/445 kB | 37 kB | 7.7/22 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 54 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.jar Progress (4): 450 kB | 0.4/5.5 MB | 348/445 kB | 12/22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 666 kB/s) Progress (3): 0.4/5.5 MB | 352/445 kB | 12/22 kB Progress (3): 0.4/5.5 MB | 352/445 kB | 12/22 kB Progress (3): 0.4/5.5 MB | 356/445 kB | 12/22 kB 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.4/5.5 MB | 356/445 kB | 16/22 kB Progress (3): 0.4/5.5 MB | 360/445 kB | 16/22 kB Progress (3): 0.4/5.5 MB | 360/445 kB | 16/22 kB Progress (3): 0.4/5.5 MB | 364/445 kB | 16/22 kB Progress (3): 0.4/5.5 MB | 364/445 kB | 20/22 kB Progress (3): 0.4/5.5 MB | 364/445 kB | 20/22 kB Progress (3): 0.4/5.5 MB | 364/445 kB | 22 kB Progress (3): 0.4/5.5 MB | 368/445 kB | 22 kB Progress (3): 0.4/5.5 MB | 368/445 kB | 22 kB Progress (3): 0.4/5.5 MB | 372/445 kB | 22 kB Progress (3): 0.4/5.5 MB | 372/445 kB | 22 kB Progress (3): 0.4/5.5 MB | 376/445 kB | 22 kB Progress (3): 0.4/5.5 MB | 376/445 kB | 22 kB Progress (3): 0.4/5.5 MB | 380/445 kB | 22 kB Progress (3): 0.4/5.5 MB | 380/445 kB | 22 kB Progress (3): 0.4/5.5 MB | 384/445 kB | 22 kB Progress (3): 0.4/5.5 MB | 384/445 kB | 22 kB Progress (3): 0.4/5.5 MB | 388/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 388/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 392/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 392/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 396/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 396/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 400/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 400/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 404/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 404/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 408/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 408/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 412/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 412/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 416/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 416/445 kB | 22 kB Progress (3): 0.5/5.5 MB | 420/445 kB | 22 kB Progress (4): 0.5/5.5 MB | 420/445 kB | 22 kB | 4.1/245 kB Progress (4): 0.5/5.5 MB | 424/445 kB | 22 kB | 4.1/245 kB Progress (4): 0.5/5.5 MB | 424/445 kB | 22 kB | 4.1/245 kB Progress (4): 0.5/5.5 MB | 428/445 kB | 22 kB | 4.1/245 kB Progress (4): 0.5/5.5 MB | 428/445 kB | 22 kB | 7.7/245 kB Progress (4): 0.5/5.5 MB | 432/445 kB | 22 kB | 7.7/245 kB Progress (4): 0.5/5.5 MB | 432/445 kB | 22 kB | 7.7/245 kB Progress (4): 0.5/5.5 MB | 436/445 kB | 22 kB | 7.7/245 kB Progress (4): 0.5/5.5 MB | 436/445 kB | 22 kB | 12/245 kB Progress (4): 0.5/5.5 MB | 440/445 kB | 22 kB | 12/245 kB Progress (4): 0.5/5.5 MB | 440/445 kB | 22 kB | 12/245 kB Progress (4): 0.5/5.5 MB | 444/445 kB | 22 kB | 12/245 kB Progress (4): 0.5/5.5 MB | 444/445 kB | 22 kB | 16/245 kB Progress (5): 0.5/5.5 MB | 444/445 kB | 22 kB | 16/245 kB | 4.1/12 kB Progress (5): 0.5/5.5 MB | 444/445 kB | 22 kB | 20/245 kB | 4.1/12 kB Progress (5): 0.5/5.5 MB | 445 kB | 22 kB | 20/245 kB | 4.1/12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.jar (22 kB at 29 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Progress (4): 0.5/5.5 MB | 445 kB | 20/245 kB | 4.1/12 kB Progress (4): 0.5/5.5 MB | 445 kB | 24/245 kB | 4.1/12 kB Progress (4): 0.5/5.5 MB | 445 kB | 24/245 kB | 4.1/12 kB Progress (4): 0.5/5.5 MB | 445 kB | 24/245 kB | 4.1/12 kB Progress (4): 0.5/5.5 MB | 445 kB | 24/245 kB | 7.7/12 kB Progress (4): 0.5/5.5 MB | 445 kB | 24/245 kB | 7.7/12 kB Progress (4): 0.5/5.5 MB | 445 kB | 28/245 kB | 7.7/12 kB Progress (4): 0.5/5.5 MB | 445 kB | 28/245 kB | 12/12 kB Progress (4): 0.5/5.5 MB | 445 kB | 28/245 kB | 12/12 kB Progress (4): 0.5/5.5 MB | 445 kB | 28/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 32/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 32/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 33/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 33/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 37/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 37/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 41/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 41/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 45/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 45/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 49/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 49/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 53/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 53/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 57/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 57/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 61/245 kB | 12 kB Progress (4): 0.5/5.5 MB | 445 kB | 61/245 kB | 12 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 584 kB/s) Progress (3): 0.5/5.5 MB | 65/245 kB | 12 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.5/5.5 MB | 65/245 kB | 12 kB Progress (3): 0.5/5.5 MB | 66/245 kB | 12 kB Progress (3): 0.6/5.5 MB | 66/245 kB | 12 kB Progress (3): 0.6/5.5 MB | 66/245 kB | 12 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 15 kB/s) Progress (2): 0.6/5.5 MB | 70/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 (3): 0.6/5.5 MB | 70/245 kB | 4.1/13 kB Progress (3): 0.6/5.5 MB | 70/245 kB | 4.1/13 kB Progress (3): 0.6/5.5 MB | 70/245 kB | 7.7/13 kB Progress (3): 0.6/5.5 MB | 70/245 kB | 7.7/13 kB Progress (3): 0.6/5.5 MB | 74/245 kB | 7.7/13 kB Progress (3): 0.6/5.5 MB | 74/245 kB | 7.7/13 kB Progress (3): 0.6/5.5 MB | 74/245 kB | 12/13 kB Progress (3): 0.6/5.5 MB | 78/245 kB | 12/13 kB Progress (3): 0.6/5.5 MB | 78/245 kB | 12/13 kB Progress (3): 0.6/5.5 MB | 78/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 78/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 82/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 82/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 82/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 86/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 90/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 90/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 90/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 94/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 94/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 98/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 98/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 98/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 98/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 98/245 kB | 13 kB Progress (3): 0.6/5.5 MB | 102/245 kB | 13 kB Progress (4): 0.6/5.5 MB | 102/245 kB | 13 kB | 4.1/30 kB Progress (4): 0.6/5.5 MB | 106/245 kB | 13 kB | 4.1/30 kB Progress (4): 0.6/5.5 MB | 106/245 kB | 13 kB | 4.1/30 kB Progress (4): 0.6/5.5 MB | 110/245 kB | 13 kB | 4.1/30 kB Progress (4): 0.6/5.5 MB | 110/245 kB | 13 kB | 7.7/30 kB Progress (4): 0.6/5.5 MB | 110/245 kB | 13 kB | 7.7/30 kB Progress (4): 0.6/5.5 MB | 114/245 kB | 13 kB | 7.7/30 kB Progress (4): 0.6/5.5 MB | 114/245 kB | 13 kB | 12/30 kB Progress (4): 0.6/5.5 MB | 118/245 kB | 13 kB | 12/30 kB Progress (4): 0.6/5.5 MB | 118/245 kB | 13 kB | 12/30 kB Progress (4): 0.6/5.5 MB | 122/245 kB | 13 kB | 12/30 kB Progress (4): 0.6/5.5 MB | 122/245 kB | 13 kB | 16/30 kB Progress (4): 0.6/5.5 MB | 126/245 kB | 13 kB | 16/30 kB Progress (4): 0.6/5.5 MB | 126/245 kB | 13 kB | 20/30 kB Progress (4): 0.6/5.5 MB | 126/245 kB | 13 kB | 20/30 kB Progress (4): 0.6/5.5 MB | 126/245 kB | 13 kB | 24/30 kB Progress (4): 0.6/5.5 MB | 130/245 kB | 13 kB | 24/30 kB Progress (4): 0.6/5.5 MB | 130/245 kB | 13 kB | 28/30 kB Progress (4): 0.6/5.5 MB | 130/245 kB | 13 kB | 28/30 kB Progress (4): 0.6/5.5 MB | 130/245 kB | 13 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 17 kB/s) Progress (3): 0.6/5.5 MB | 131/245 kB | 30 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 (4): 0.6/5.5 MB | 131/245 kB | 30 kB | 4.1/123 kB Progress (4): 0.6/5.5 MB | 131/245 kB | 30 kB | 4.1/123 kB Progress (4): 0.6/5.5 MB | 131/245 kB | 30 kB | 7.7/123 kB Progress (4): 0.6/5.5 MB | 135/245 kB | 30 kB | 7.7/123 kB Progress (4): 0.6/5.5 MB | 135/245 kB | 30 kB | 7.7/123 kB Progress (4): 0.6/5.5 MB | 135/245 kB | 30 kB | 12/123 kB Progress (4): 0.6/5.5 MB | 139/245 kB | 30 kB | 12/123 kB Progress (4): 0.6/5.5 MB | 139/245 kB | 30 kB | 16/123 kB Progress (4): 0.6/5.5 MB | 143/245 kB | 30 kB | 16/123 kB Progress (4): 0.6/5.5 MB | 143/245 kB | 30 kB | 16/123 kB Progress (4): 0.6/5.5 MB | 143/245 kB | 30 kB | 20/123 kB Progress (4): 0.6/5.5 MB | 147/245 kB | 30 kB | 20/123 kB Progress (4): 0.6/5.5 MB | 147/245 kB | 30 kB | 24/123 kB Progress (4): 0.6/5.5 MB | 147/245 kB | 30 kB | 24/123 kB Progress (4): 0.6/5.5 MB | 151/245 kB | 30 kB | 24/123 kB Progress (4): 0.6/5.5 MB | 151/245 kB | 30 kB | 28/123 kB Progress (4): 0.6/5.5 MB | 151/245 kB | 30 kB | 28/123 kB Progress (4): 0.6/5.5 MB | 151/245 kB | 30 kB | 32/123 kB Progress (4): 0.6/5.5 MB | 151/245 kB | 30 kB | 32/123 kB Progress (4): 0.6/5.5 MB | 155/245 kB | 30 kB | 32/123 kB Progress (4): 0.6/5.5 MB | 155/245 kB | 30 kB | 32/123 kB Progress (4): 0.6/5.5 MB | 155/245 kB | 30 kB | 33/123 kB Progress (4): 0.6/5.5 MB | 159/245 kB | 30 kB | 33/123 kB Progress (4): 0.7/5.5 MB | 159/245 kB | 30 kB | 33/123 kB Progress (4): 0.7/5.5 MB | 163/245 kB | 30 kB | 33/123 kB Progress (4): 0.7/5.5 MB | 163/245 kB | 30 kB | 37/123 kB Progress (4): 0.7/5.5 MB | 164/245 kB | 30 kB | 37/123 kB Progress (4): 0.7/5.5 MB | 164/245 kB | 30 kB | 37/123 kB Progress (4): 0.7/5.5 MB | 164/245 kB | 30 kB | 41/123 kB Progress (5): 0.7/5.5 MB | 164/245 kB | 30 kB | 41/123 kB | 4.1/57 kB Progress (5): 0.7/5.5 MB | 168/245 kB | 30 kB | 41/123 kB | 4.1/57 kB Progress (5): 0.7/5.5 MB | 168/245 kB | 30 kB | 41/123 kB | 4.1/57 kB Progress (5): 0.7/5.5 MB | 172/245 kB | 30 kB | 41/123 kB | 4.1/57 kB Progress (5): 0.7/5.5 MB | 176/245 kB | 30 kB | 41/123 kB | 4.1/57 kB Progress (5): 0.7/5.5 MB | 180/245 kB | 30 kB | 41/123 kB | 4.1/57 kB Progress (5): 0.7/5.5 MB | 180/245 kB | 30 kB | 41/123 kB | 7.7/57 kB Progress (5): 0.7/5.5 MB | 180/245 kB | 30 kB | 45/123 kB | 7.7/57 kB Progress (5): 0.7/5.5 MB | 184/245 kB | 30 kB | 45/123 kB | 7.7/57 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 36 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Progress (4): 0.7/5.5 MB | 184/245 kB | 45/123 kB | 7.7/57 kB Progress (4): 0.7/5.5 MB | 188/245 kB | 45/123 kB | 7.7/57 kB Progress (4): 0.7/5.5 MB | 188/245 kB | 45/123 kB | 12/57 kB Progress (4): 0.7/5.5 MB | 188/245 kB | 49/123 kB | 12/57 kB Progress (4): 0.7/5.5 MB | 188/245 kB | 49/123 kB | 16/57 kB Progress (4): 0.7/5.5 MB | 192/245 kB | 49/123 kB | 16/57 kB Progress (4): 0.7/5.5 MB | 192/245 kB | 49/123 kB | 16/57 kB Progress (4): 0.7/5.5 MB | 196/245 kB | 49/123 kB | 16/57 kB Progress (4): 0.7/5.5 MB | 196/245 kB | 49/123 kB | 20/57 kB Progress (4): 0.7/5.5 MB | 196/245 kB | 53/123 kB | 20/57 kB Progress (4): 0.7/5.5 MB | 196/245 kB | 53/123 kB | 24/57 kB Progress (4): 0.7/5.5 MB | 197/245 kB | 53/123 kB | 24/57 kB Progress (4): 0.7/5.5 MB | 197/245 kB | 53/123 kB | 24/57 kB Progress (4): 0.7/5.5 MB | 201/245 kB | 53/123 kB | 24/57 kB Progress (4): 0.7/5.5 MB | 201/245 kB | 53/123 kB | 28/57 kB Progress (4): 0.7/5.5 MB | 201/245 kB | 57/123 kB | 28/57 kB Progress (4): 0.7/5.5 MB | 201/245 kB | 57/123 kB | 32/57 kB Progress (4): 0.7/5.5 MB | 205/245 kB | 57/123 kB | 32/57 kB Progress (4): 0.7/5.5 MB | 205/245 kB | 57/123 kB | 32/57 kB Progress (4): 0.7/5.5 MB | 209/245 kB | 57/123 kB | 32/57 kB Progress (4): 0.7/5.5 MB | 209/245 kB | 57/123 kB | 36/57 kB Progress (4): 0.7/5.5 MB | 209/245 kB | 61/123 kB | 36/57 kB Progress (4): 0.7/5.5 MB | 209/245 kB | 61/123 kB | 40/57 kB Progress (4): 0.7/5.5 MB | 209/245 kB | 61/123 kB | 44/57 kB Progress (4): 0.7/5.5 MB | 209/245 kB | 61/123 kB | 48/57 kB Progress (5): 0.7/5.5 MB | 209/245 kB | 61/123 kB | 48/57 kB | 4.1/155 kB Progress (5): 0.7/5.5 MB | 213/245 kB | 61/123 kB | 48/57 kB | 4.1/155 kB Progress (5): 0.7/5.5 MB | 213/245 kB | 61/123 kB | 48/57 kB | 4.1/155 kB Progress (5): 0.7/5.5 MB | 217/245 kB | 61/123 kB | 48/57 kB | 4.1/155 kB Progress (5): 0.7/5.5 MB | 217/245 kB | 61/123 kB | 48/57 kB | 7.7/155 kB Progress (5): 0.7/5.5 MB | 217/245 kB | 61/123 kB | 52/57 kB | 7.7/155 kB Progress (5): 0.7/5.5 MB | 217/245 kB | 65/123 kB | 52/57 kB | 7.7/155 kB Progress (5): 0.7/5.5 MB | 217/245 kB | 65/123 kB | 56/57 kB | 7.7/155 kB Progress (5): 0.7/5.5 MB | 217/245 kB | 65/123 kB | 56/57 kB | 12/155 kB Progress (5): 0.7/5.5 MB | 221/245 kB | 65/123 kB | 56/57 kB | 12/155 kB Progress (5): 0.7/5.5 MB | 221/245 kB | 65/123 kB | 56/57 kB | 12/155 kB Progress (5): 0.7/5.5 MB | 221/245 kB | 65/123 kB | 56/57 kB | 16/155 kB Progress (5): 0.7/5.5 MB | 221/245 kB | 65/123 kB | 57 kB | 16/155 kB Progress (5): 0.7/5.5 MB | 221/245 kB | 66/123 kB | 57 kB | 16/155 kB Progress (5): 0.7/5.5 MB | 221/245 kB | 66/123 kB | 57 kB | 20/155 kB Progress (5): 0.7/5.5 MB | 221/245 kB | 66/123 kB | 57 kB | 20/155 kB Progress (5): 0.7/5.5 MB | 225/245 kB | 66/123 kB | 57 kB | 20/155 kB Progress (5): 0.7/5.5 MB | 225/245 kB | 66/123 kB | 57 kB | 20/155 kB Progress (5): 0.7/5.5 MB | 225/245 kB | 70/123 kB | 57 kB | 20/155 kB Progress (5): 0.7/5.5 MB | 225/245 kB | 70/123 kB | 57 kB | 24/155 kB Progress (5): 0.7/5.5 MB | 225/245 kB | 74/123 kB | 57 kB | 24/155 kB Progress (5): 0.7/5.5 MB | 225/245 kB | 74/123 kB | 57 kB | 24/155 kB Progress (5): 0.7/5.5 MB | 225/245 kB | 78/123 kB | 57 kB | 24/155 kB Progress (5): 0.7/5.5 MB | 229/245 kB | 78/123 kB | 57 kB | 24/155 kB Progress (5): 0.7/5.5 MB | 229/245 kB | 82/123 kB | 57 kB | 24/155 kB Progress (5): 0.7/5.5 MB | 229/245 kB | 82/123 kB | 57 kB | 24/155 kB Progress (5): 0.7/5.5 MB | 229/245 kB | 82/123 kB | 57 kB | 28/155 kB Progress (5): 0.7/5.5 MB | 229/245 kB | 82/123 kB | 57 kB | 28/155 kB Progress (5): 0.7/5.5 MB | 229/245 kB | 86/123 kB | 57 kB | 28/155 kB Progress (5): 0.7/5.5 MB | 233/245 kB | 86/123 kB | 57 kB | 28/155 kB Progress (5): 0.7/5.5 MB | 233/245 kB | 90/123 kB | 57 kB | 28/155 kB Progress (5): 0.7/5.5 MB | 233/245 kB | 90/123 kB | 57 kB | 28/155 kB Progress (5): 0.7/5.5 MB | 233/245 kB | 90/123 kB | 57 kB | 32/155 kB Progress (5): 0.7/5.5 MB | 233/245 kB | 90/123 kB | 57 kB | 32/155 kB Progress (5): 0.7/5.5 MB | 233/245 kB | 94/123 kB | 57 kB | 32/155 kB Progress (5): 0.7/5.5 MB | 233/245 kB | 94/123 kB | 57 kB | 32/155 kB Progress (5): 0.7/5.5 MB | 237/245 kB | 94/123 kB | 57 kB | 32/155 kB Progress (5): 0.7/5.5 MB | 237/245 kB | 94/123 kB | 57 kB | 32/155 kB Progress (5): 0.7/5.5 MB | 237/245 kB | 98/123 kB | 57 kB | 32/155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 65 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.jar Progress (4): 0.7/5.5 MB | 237/245 kB | 98/123 kB | 33/155 kB Progress (4): 0.7/5.5 MB | 237/245 kB | 102/123 kB | 33/155 kB Progress (4): 0.7/5.5 MB | 237/245 kB | 102/123 kB | 33/155 kB Progress (4): 0.7/5.5 MB | 241/245 kB | 102/123 kB | 33/155 kB Progress (4): 0.7/5.5 MB | 241/245 kB | 102/123 kB | 33/155 kB Progress (4): 0.7/5.5 MB | 241/245 kB | 106/123 kB | 33/155 kB Progress (4): 0.7/5.5 MB | 241/245 kB | 106/123 kB | 37/155 kB Progress (4): 0.7/5.5 MB | 241/245 kB | 106/123 kB | 37/155 kB Progress (4): 0.7/5.5 MB | 245/245 kB | 106/123 kB | 37/155 kB Progress (4): 0.7/5.5 MB | 245/245 kB | 106/123 kB | 37/155 kB Progress (4): 0.7/5.5 MB | 245/245 kB | 106/123 kB | 41/155 kB Progress (4): 0.7/5.5 MB | 245/245 kB | 110/123 kB | 41/155 kB Progress (4): 0.7/5.5 MB | 245/245 kB | 110/123 kB | 45/155 kB Progress (4): 0.7/5.5 MB | 245/245 kB | 110/123 kB | 45/155 kB Progress (4): 0.7/5.5 MB | 245 kB | 110/123 kB | 45/155 kB Progress (4): 0.7/5.5 MB | 245 kB | 110/123 kB | 45/155 kB Progress (4): 0.7/5.5 MB | 245 kB | 110/123 kB | 49/155 kB Progress (4): 0.7/5.5 MB | 245 kB | 114/123 kB | 49/155 kB Progress (4): 0.7/5.5 MB | 245 kB | 114/123 kB | 49/155 kB Progress (4): 0.7/5.5 MB | 245 kB | 114/123 kB | 53/155 kB Progress (4): 0.7/5.5 MB | 245 kB | 118/123 kB | 53/155 kB Progress (4): 0.7/5.5 MB | 245 kB | 118/123 kB | 57/155 kB Progress (4): 0.7/5.5 MB | 245 kB | 118/123 kB | 57/155 kB Progress (4): 0.7/5.5 MB | 245 kB | 118/123 kB | 61/155 kB Progress (4): 0.7/5.5 MB | 245 kB | 122/123 kB | 61/155 kB Progress (4): 0.7/5.5 MB | 245 kB | 122/123 kB | 65/155 kB Progress (4): 0.7/5.5 MB | 245 kB | 122/123 kB | 65/155 kB Progress (5): 0.7/5.5 MB | 245 kB | 122/123 kB | 65/155 kB | 4.1/32 kB Progress (5): 0.7/5.5 MB | 245 kB | 122/123 kB | 65/155 kB | 4.1/32 kB Progress (5): 0.7/5.5 MB | 245 kB | 122/123 kB | 66/155 kB | 4.1/32 kB Progress (5): 0.7/5.5 MB | 245 kB | 123 kB | 66/155 kB | 4.1/32 kB Progress (5): 0.7/5.5 MB | 245 kB | 123 kB | 70/155 kB | 4.1/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 70/155 kB | 4.1/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 70/155 kB | 7.7/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 74/155 kB | 7.7/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 74/155 kB | 7.7/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 78/155 kB | 7.7/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 78/155 kB | 12/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 82/155 kB | 12/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 82/155 kB | 12/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 86/155 kB | 12/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 86/155 kB | 16/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 90/155 kB | 16/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 90/155 kB | 16/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 94/155 kB | 16/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 94/155 kB | 20/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 98/155 kB | 20/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 98/155 kB | 20/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 98/155 kB | 20/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 102/155 kB | 20/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 102/155 kB | 24/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 106/155 kB | 24/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 106/155 kB | 24/32 kB Progress (5): 0.8/5.5 MB | 245 kB | 123 kB | 110/155 kB | 24/32 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 274 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Progress (4): 0.8/5.5 MB | 123 kB | 110/155 kB | 28/32 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 129 kB/s) Progress (3): 0.8/5.5 MB | 114/155 kB | 28/32 kB Progress (3): 0.8/5.5 MB | 114/155 kB | 28/32 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 (3): 0.8/5.5 MB | 114/155 kB | 32/32 kB Progress (3): 0.8/5.5 MB | 114/155 kB | 32/32 kB Progress (3): 0.8/5.5 MB | 118/155 kB | 32/32 kB Progress (3): 0.8/5.5 MB | 118/155 kB | 32/32 kB Progress (3): 0.8/5.5 MB | 118/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 122/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 122/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 126/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 126/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 130/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 134/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 134/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 138/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 138/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 142/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 146/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 146/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 150/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 150/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 154/155 kB | 32 kB Progress (3): 0.8/5.5 MB | 155 kB | 32 kB Progress (3): 0.8/5.5 MB | 155 kB | 32 kB Progress (3): 0.8/5.5 MB | 155 kB | 32 kB Progress (3): 0.8/5.5 MB | 155 kB | 32 kB Progress (3): 0.8/5.5 MB | 155 kB | 32 kB Progress (3): 0.8/5.5 MB | 155 kB | 32 kB Progress (3): 0.8/5.5 MB | 155 kB | 32 kB Progress (3): 0.8/5.5 MB | 155 kB | 32 kB Progress (3): 0.8/5.5 MB | 155 kB | 32 kB Progress (4): 0.8/5.5 MB | 155 kB | 32 kB | 4.1/26 kB Progress (4): 0.8/5.5 MB | 155 kB | 32 kB | 7.7/26 kB Progress (4): 0.8/5.5 MB | 155 kB | 32 kB | 7.7/26 kB Progress (5): 0.8/5.5 MB | 155 kB | 32 kB | 7.7/26 kB | 4.1/233 kB Progress (5): 0.8/5.5 MB | 155 kB | 32 kB | 7.7/26 kB | 4.1/233 kB Progress (5): 0.8/5.5 MB | 155 kB | 32 kB | 12/26 kB | 4.1/233 kB Progress (5): 0.9/5.5 MB | 155 kB | 32 kB | 12/26 kB | 4.1/233 kB Progress (5): 0.9/5.5 MB | 155 kB | 32 kB | 12/26 kB | 7.7/233 kB Progress (5): 0.9/5.5 MB | 155 kB | 32 kB | 12/26 kB | 7.7/233 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 33 kB/s) Progress (4): 0.9/5.5 MB | 155 kB | 16/26 kB | 7.7/233 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 (4): 0.9/5.5 MB | 155 kB | 16/26 kB | 7.7/233 kB Progress (4): 0.9/5.5 MB | 155 kB | 16/26 kB | 12/233 kB Progress (4): 0.9/5.5 MB | 155 kB | 16/26 kB | 12/233 kB Progress (4): 0.9/5.5 MB | 155 kB | 20/26 kB | 12/233 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 160 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.jar Progress (3): 0.9/5.5 MB | 24/26 kB | 12/233 kB Progress (3): 0.9/5.5 MB | 24/26 kB | 12/233 kB Progress (3): 0.9/5.5 MB | 24/26 kB | 16/233 kB Progress (3): 0.9/5.5 MB | 24/26 kB | 16/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 16/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 20/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 20/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 24/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 24/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 28/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 28/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 32/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 32/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 33/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 33/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 37/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 37/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 41/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 41/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 45/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 45/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 49/233 kB Progress (3): 0.9/5.5 MB | 26 kB | 49/233 kB Progress (4): 0.9/5.5 MB | 26 kB | 49/233 kB | 4.1/575 kB Progress (4): 0.9/5.5 MB | 26 kB | 53/233 kB | 4.1/575 kB Progress (4): 0.9/5.5 MB | 26 kB | 53/233 kB | 7.7/575 kB Progress (4): 0.9/5.5 MB | 26 kB | 53/233 kB | 7.7/575 kB Progress (4): 0.9/5.5 MB | 26 kB | 57/233 kB | 7.7/575 kB Progress (4): 0.9/5.5 MB | 26 kB | 57/233 kB | 12/575 kB Progress (4): 0.9/5.5 MB | 26 kB | 61/233 kB | 12/575 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Progress (3): 0.9/5.5 MB | 61/233 kB | 12/575 kB Progress (3): 0.9/5.5 MB | 65/233 kB | 12/575 kB Progress (4): 0.9/5.5 MB | 65/233 kB | 12/575 kB | 4.1/21 kB Progress (4): 0.9/5.5 MB | 65/233 kB | 16/575 kB | 4.1/21 kB Progress (4): 0.9/5.5 MB | 65/233 kB | 16/575 kB | 7.7/21 kB Progress (4): 0.9/5.5 MB | 66/233 kB | 16/575 kB | 7.7/21 kB Progress (4): 0.9/5.5 MB | 66/233 kB | 16/575 kB | 7.7/21 kB Progress (4): 0.9/5.5 MB | 70/233 kB | 16/575 kB | 7.7/21 kB Progress (4): 0.9/5.5 MB | 70/233 kB | 16/575 kB | 7.7/21 kB Progress (4): 0.9/5.5 MB | 70/233 kB | 16/575 kB | 12/21 kB Progress (4): 0.9/5.5 MB | 70/233 kB | 20/575 kB | 12/21 kB Progress (4): 0.9/5.5 MB | 70/233 kB | 20/575 kB | 16/21 kB Progress (4): 0.9/5.5 MB | 70/233 kB | 20/575 kB | 16/21 kB Progress (4): 0.9/5.5 MB | 70/233 kB | 20/575 kB | 20/21 kB Progress (4): 0.9/5.5 MB | 70/233 kB | 20/575 kB | 21 kB Progress (4): 0.9/5.5 MB | 74/233 kB | 20/575 kB | 21 kB Progress (4): 0.9/5.5 MB | 74/233 kB | 20/575 kB | 21 kB Progress (4): 0.9/5.5 MB | 74/233 kB | 24/575 kB | 21 kB Progress (4): 0.9/5.5 MB | 74/233 kB | 24/575 kB | 21 kB Progress (4): 0.9/5.5 MB | 78/233 kB | 24/575 kB | 21 kB Progress (4): 0.9/5.5 MB | 78/233 kB | 28/575 kB | 21 kB Progress (4): 0.9/5.5 MB | 78/233 kB | 28/575 kB | 21 kB Progress (5): 0.9/5.5 MB | 78/233 kB | 28/575 kB | 21 kB | 4.1/282 kB Progress (5): 0.9/5.5 MB | 82/233 kB | 28/575 kB | 21 kB | 4.1/282 kB Progress (5): 0.9/5.5 MB | 82/233 kB | 28/575 kB | 21 kB | 7.7/282 kB Progress (5): 0.9/5.5 MB | 82/233 kB | 28/575 kB | 21 kB | 7.7/282 kB Progress (5): 0.9/5.5 MB | 82/233 kB | 32/575 kB | 21 kB | 7.7/282 kB Progress (5): 0.9/5.5 MB | 82/233 kB | 32/575 kB | 21 kB | 12/282 kB Progress (5): 0.9/5.5 MB | 86/233 kB | 32/575 kB | 21 kB | 12/282 kB Progress (5): 0.9/5.5 MB | 86/233 kB | 32/575 kB | 21 kB | 16/282 kB Progress (5): 0.9/5.5 MB | 86/233 kB | 33/575 kB | 21 kB | 16/282 kB Progress (5): 0.9/5.5 MB | 86/233 kB | 33/575 kB | 21 kB | 16/282 kB Progress (5): 0.9/5.5 MB | 86/233 kB | 33/575 kB | 21 kB | 20/282 kB Progress (5): 0.9/5.5 MB | 90/233 kB | 33/575 kB | 21 kB | 20/282 kB Progress (5): 0.9/5.5 MB | 90/233 kB | 33/575 kB | 21 kB | 24/282 kB Progress (5): 1.0/5.5 MB | 90/233 kB | 33/575 kB | 21 kB | 24/282 kB Progress (5): 1.0/5.5 MB | 90/233 kB | 37/575 kB | 21 kB | 24/282 kB Progress (5): 1.0/5.5 MB | 90/233 kB | 37/575 kB | 21 kB | 24/282 kB Progress (5): 1.0/5.5 MB | 90/233 kB | 37/575 kB | 21 kB | 28/282 kB Progress (5): 1.0/5.5 MB | 94/233 kB | 37/575 kB | 21 kB | 28/282 kB Progress (5): 1.0/5.5 MB | 94/233 kB | 37/575 kB | 21 kB | 32/282 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar (21 kB at 21 kB/s) Progress (4): 1.0/5.5 MB | 94/233 kB | 37/575 kB | 32/282 kB Progress (4): 1.0/5.5 MB | 94/233 kB | 41/575 kB | 32/282 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar Progress (4): 1.0/5.5 MB | 94/233 kB | 41/575 kB | 33/282 kB Progress (4): 1.0/5.5 MB | 98/233 kB | 41/575 kB | 33/282 kB Progress (4): 1.0/5.5 MB | 98/233 kB | 41/575 kB | 33/282 kB Progress (4): 1.0/5.5 MB | 102/233 kB | 41/575 kB | 33/282 kB Progress (4): 1.0/5.5 MB | 106/233 kB | 41/575 kB | 33/282 kB Progress (4): 1.0/5.5 MB | 110/233 kB | 41/575 kB | 33/282 kB Progress (4): 1.0/5.5 MB | 114/233 kB | 41/575 kB | 33/282 kB Progress (4): 1.0/5.5 MB | 118/233 kB | 41/575 kB | 33/282 kB Progress (4): 1.0/5.5 MB | 122/233 kB | 41/575 kB | 33/282 kB Progress (4): 1.0/5.5 MB | 126/233 kB | 41/575 kB | 33/282 kB Progress (4): 1.0/5.5 MB | 130/233 kB | 41/575 kB | 33/282 kB Progress (4): 1.0/5.5 MB | 131/233 kB | 41/575 kB | 33/282 kB Progress (4): 1.0/5.5 MB | 131/233 kB | 41/575 kB | 37/282 kB Progress (4): 1.0/5.5 MB | 131/233 kB | 45/575 kB | 37/282 kB Progress (4): 1.0/5.5 MB | 131/233 kB | 49/575 kB | 37/282 kB Progress (4): 1.0/5.5 MB | 131/233 kB | 49/575 kB | 37/282 kB Progress (4): 1.0/5.5 MB | 131/233 kB | 49/575 kB | 41/282 kB Progress (4): 1.0/5.5 MB | 135/233 kB | 49/575 kB | 41/282 kB Progress (5): 1.0/5.5 MB | 135/233 kB | 49/575 kB | 41/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 139/233 kB | 49/575 kB | 41/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 139/233 kB | 49/575 kB | 45/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 139/233 kB | 49/575 kB | 45/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 139/233 kB | 53/575 kB | 45/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 139/233 kB | 53/575 kB | 45/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 139/233 kB | 53/575 kB | 45/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 139/233 kB | 53/575 kB | 49/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 139/233 kB | 53/575 kB | 49/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 143/233 kB | 53/575 kB | 49/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 143/233 kB | 53/575 kB | 49/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 147/233 kB | 53/575 kB | 49/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 147/233 kB | 53/575 kB | 53/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 151/233 kB | 53/575 kB | 53/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 151/233 kB | 53/575 kB | 53/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 151/233 kB | 57/575 kB | 53/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 151/233 kB | 57/575 kB | 53/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 155/233 kB | 57/575 kB | 53/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 155/233 kB | 57/575 kB | 57/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 155/233 kB | 57/575 kB | 57/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 155/233 kB | 57/575 kB | 61/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 159/233 kB | 57/575 kB | 61/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 159/233 kB | 57/575 kB | 61/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 159/233 kB | 61/575 kB | 61/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 159/233 kB | 61/575 kB | 61/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 163/233 kB | 61/575 kB | 61/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 163/233 kB | 61/575 kB | 65/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 163/233 kB | 61/575 kB | 65/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 163/233 kB | 61/575 kB | 69/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 163/233 kB | 61/575 kB | 69/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 164/233 kB | 61/575 kB | 69/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 164/233 kB | 61/575 kB | 69/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 164/233 kB | 65/575 kB | 69/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 164/233 kB | 65/575 kB | 69/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 168/233 kB | 65/575 kB | 69/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 168/233 kB | 65/575 kB | 69/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 168/233 kB | 65/575 kB | 73/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 168/233 kB | 65/575 kB | 73/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 172/233 kB | 65/575 kB | 73/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 172/233 kB | 65/575 kB | 73/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 176/233 kB | 65/575 kB | 73/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 176/233 kB | 66/575 kB | 73/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 180/233 kB | 66/575 kB | 73/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 180/233 kB | 66/575 kB | 73/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 180/233 kB | 66/575 kB | 73/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 180/233 kB | 66/575 kB | 77/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 180/233 kB | 66/575 kB | 77/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 180/233 kB | 66/575 kB | 77/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 184/233 kB | 66/575 kB | 77/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 184/233 kB | 70/575 kB | 77/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 188/233 kB | 70/575 kB | 77/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 188/233 kB | 70/575 kB | 77/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 188/233 kB | 70/575 kB | 77/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 188/233 kB | 70/575 kB | 81/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 188/233 kB | 70/575 kB | 81/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 188/233 kB | 70/575 kB | 81/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 192/233 kB | 70/575 kB | 81/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 192/233 kB | 74/575 kB | 81/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 192/233 kB | 74/575 kB | 81/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 196/233 kB | 74/575 kB | 81/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 196/233 kB | 74/575 kB | 81/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 196/233 kB | 74/575 kB | 85/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 196/233 kB | 74/575 kB | 85/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 197/233 kB | 74/575 kB | 85/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 197/233 kB | 74/575 kB | 85/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 197/233 kB | 78/575 kB | 85/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 201/233 kB | 78/575 kB | 85/282 kB | 0/1.5 MB Progress (5): 1.0/5.5 MB | 201/233 kB | 78/575 kB | 85/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 201/233 kB | 78/575 kB | 89/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 201/233 kB | 78/575 kB | 89/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 205/233 kB | 78/575 kB | 89/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 205/233 kB | 82/575 kB | 89/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 205/233 kB | 82/575 kB | 89/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 209/233 kB | 82/575 kB | 89/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 209/233 kB | 82/575 kB | 89/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 209/233 kB | 82/575 kB | 93/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 209/233 kB | 82/575 kB | 93/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 213/233 kB | 82/575 kB | 93/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 213/233 kB | 82/575 kB | 93/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 213/233 kB | 86/575 kB | 93/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 217/233 kB | 86/575 kB | 93/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 217/233 kB | 86/575 kB | 93/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 217/233 kB | 86/575 kB | 97/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 217/233 kB | 86/575 kB | 97/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 221/233 kB | 86/575 kB | 97/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 221/233 kB | 90/575 kB | 97/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 221/233 kB | 90/575 kB | 97/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 225/233 kB | 90/575 kB | 97/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 225/233 kB | 90/575 kB | 97/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 225/233 kB | 90/575 kB | 98/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 225/233 kB | 90/575 kB | 98/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 225/233 kB | 90/575 kB | 102/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 229/233 kB | 90/575 kB | 102/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 229/233 kB | 94/575 kB | 102/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 229/233 kB | 94/575 kB | 102/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 229/233 kB | 98/575 kB | 102/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 233/233 kB | 98/575 kB | 102/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 233 kB | 98/575 kB | 102/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 233 kB | 98/575 kB | 106/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 233 kB | 98/575 kB | 106/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 233 kB | 98/575 kB | 110/282 kB | 0.1/1.5 MB Progress (5): 1.0/5.5 MB | 233 kB | 98/575 kB | 110/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 98/575 kB | 110/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 98/575 kB | 114/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 98/575 kB | 114/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 98/575 kB | 118/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 102/575 kB | 118/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 102/575 kB | 118/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 106/575 kB | 118/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 106/575 kB | 122/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 106/575 kB | 122/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 106/575 kB | 126/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 110/575 kB | 126/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 110/575 kB | 126/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 114/575 kB | 126/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 114/575 kB | 130/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 114/575 kB | 130/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 114/575 kB | 134/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 118/575 kB | 134/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 118/575 kB | 134/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 118/575 kB | 134/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 118/575 kB | 134/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 118/575 kB | 134/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 118/575 kB | 134/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 122/575 kB | 134/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 122/575 kB | 138/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 122/575 kB | 138/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 122/575 kB | 142/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 126/575 kB | 142/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 126/575 kB | 142/282 kB | 0.1/1.5 MB Progress (5): 1.1/5.5 MB | 233 kB | 126/575 kB | 142/282 kB | 0.1/1.5 MB 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 202 kB/s) Progress (4): 1.1/5.5 MB | 126/575 kB | 142/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 130/575 kB | 142/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 130/575 kB | 146/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 130/575 kB | 146/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 131/575 kB | 146/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 131/575 kB | 146/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 135/575 kB | 146/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 135/575 kB | 146/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 139/575 kB | 146/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 139/575 kB | 146/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 139/575 kB | 150/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 143/575 kB | 150/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 147/575 kB | 150/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 147/575 kB | 150/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 147/575 kB | 154/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 147/575 kB | 154/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 147/575 kB | 158/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 147/575 kB | 158/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 151/575 kB | 158/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 151/575 kB | 162/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 151/575 kB | 162/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 151/575 kB | 166/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 151/575 kB | 166/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 155/575 kB | 166/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 155/575 kB | 166/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 155/575 kB | 170/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 155/575 kB | 170/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 155/575 kB | 170/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 159/575 kB | 170/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 159/575 kB | 170/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 159/575 kB | 170/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 159/575 kB | 174/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 159/575 kB | 174/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 163/575 kB | 174/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 163/575 kB | 174/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 163/575 kB | 178/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 163/575 kB | 178/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 163/575 kB | 178/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 164/575 kB | 178/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 164/575 kB | 178/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 164/575 kB | 178/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 164/575 kB | 182/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 164/575 kB | 182/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 164/575 kB | 182/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 168/575 kB | 182/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 168/575 kB | 182/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 168/575 kB | 182/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 168/575 kB | 186/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 168/575 kB | 186/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 168/575 kB | 186/282 kB | 0.1/1.5 MB Progress (4): 1.1/5.5 MB | 172/575 kB | 186/282 kB | 0.1/1.5 MB Progress (4): 1.2/5.5 MB | 172/575 kB | 186/282 kB | 0.1/1.5 MB Progress (4): 1.2/5.5 MB | 172/575 kB | 186/282 kB | 0.1/1.5 MB Progress (4): 1.2/5.5 MB | 172/575 kB | 186/282 kB | 0.1/1.5 MB Progress (4): 1.2/5.5 MB | 172/575 kB | 190/282 kB | 0.1/1.5 MB Progress (4): 1.2/5.5 MB | 172/575 kB | 190/282 kB | 0.1/1.5 MB Progress (4): 1.2/5.5 MB | 172/575 kB | 190/282 kB | 0.1/1.5 MB Progress (4): 1.2/5.5 MB | 176/575 kB | 190/282 kB | 0.1/1.5 MB Progress (4): 1.2/5.5 MB | 176/575 kB | 190/282 kB | 0.1/1.5 MB Progress (4): 1.2/5.5 MB | 176/575 kB | 194/282 kB | 0.1/1.5 MB Progress (4): 1.2/5.5 MB | 176/575 kB | 194/282 kB | 0.1/1.5 MB Progress (4): 1.2/5.5 MB | 180/575 kB | 194/282 kB | 0.1/1.5 MB Progress (4): 1.2/5.5 MB | 180/575 kB | 194/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 184/575 kB | 194/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 184/575 kB | 194/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 184/575 kB | 198/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 184/575 kB | 202/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 184/575 kB | 202/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 188/575 kB | 202/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 188/575 kB | 202/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 188/575 kB | 202/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 188/575 kB | 206/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 188/575 kB | 206/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 188/575 kB | 206/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 192/575 kB | 206/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 192/575 kB | 206/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 192/575 kB | 210/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 192/575 kB | 210/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 192/575 kB | 210/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 196/575 kB | 210/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 196/575 kB | 210/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 196/575 kB | 210/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 196/575 kB | 210/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 196/575 kB | 210/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 196/575 kB | 210/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 196/575 kB | 214/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 196/575 kB | 214/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 196/575 kB | 214/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 197/575 kB | 214/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 197/575 kB | 214/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 197/575 kB | 214/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 197/575 kB | 218/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 197/575 kB | 218/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 197/575 kB | 218/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 201/575 kB | 218/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 201/575 kB | 218/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 201/575 kB | 222/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 201/575 kB | 222/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 205/575 kB | 222/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 205/575 kB | 222/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 205/575 kB | 222/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 205/575 kB | 226/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 205/575 kB | 226/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 209/575 kB | 226/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 209/575 kB | 226/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 213/575 kB | 226/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 213/575 kB | 226/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 213/575 kB | 230/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 213/575 kB | 230/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 217/575 kB | 230/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 217/575 kB | 230/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 221/575 kB | 230/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 221/575 kB | 230/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 221/575 kB | 234/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 221/575 kB | 234/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 225/575 kB | 234/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 225/575 kB | 234/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 225/575 kB | 234/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 225/575 kB | 234/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 225/575 kB | 234/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 229/575 kB | 234/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 229/575 kB | 238/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 229/575 kB | 238/282 kB | 0.2/1.5 MB Progress (4): 1.2/5.5 MB | 229/575 kB | 238/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 229/575 kB | 238/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 233/575 kB | 238/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 233/575 kB | 242/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 237/575 kB | 242/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 237/575 kB | 242/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 237/575 kB | 242/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 237/575 kB | 242/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 241/575 kB | 242/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 241/575 kB | 246/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 241/575 kB | 250/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 241/575 kB | 254/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 241/575 kB | 258/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 241/575 kB | 262/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 241/575 kB | 266/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 241/575 kB | 270/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 241/575 kB | 274/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 241/575 kB | 278/282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 241/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 245/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 245/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 249/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 249/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 253/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 253/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 253/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 257/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 257/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 257/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 257/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 261/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 261/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 262/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 262/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 262/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 262/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 266/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 266/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 266/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 270/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 270/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 270/575 kB | 282 kB | 0.2/1.5 MB Progress (4): 1.3/5.5 MB | 270/575 kB | 282 kB | 0.3/1.5 MB Progress (4): 1.3/5.5 MB | 270/575 kB | 282 kB | 0.3/1.5 MB Progress (4): 1.3/5.5 MB | 270/575 kB | 282 kB | 0.3/1.5 MB Progress (4): 1.3/5.5 MB | 274/575 kB | 282 kB | 0.3/1.5 MB Progress (4): 1.3/5.5 MB | 274/575 kB | 282 kB | 0.3/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 224 kB/s) Progress (3): 1.3/5.5 MB | 274/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 274/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 278/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 278/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 278/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 282/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 282/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 282/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 286/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 286/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 286/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 286/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 290/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 290/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 294/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 294/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 294/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 295/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 295/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 299/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 299/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 303/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 303/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 303/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 307/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 307/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 307/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 307/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 311/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 311/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 311/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 315/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 315/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 319/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 319/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 319/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 323/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 323/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 323/575 kB | 0.3/1.5 MB Progress (3): 1.3/5.5 MB | 327/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 327/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 328/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 328/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 328/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 332/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 332/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 336/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 336/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 336/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 340/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 340/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 340/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 340/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 344/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 344/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 344/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 348/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 348/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 352/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 352/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 352/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 356/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 356/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 356/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 356/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 360/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 360/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 360/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 360/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 360/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 360/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 365/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 365/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 368/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 368/575 kB | 0.3/1.5 MB Progress (3): 1.4/5.5 MB | 368/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 373/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 373/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 373/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 373/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 376/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 376/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 376/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 381/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 381/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 384/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 384/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 384/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 389/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 389/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 389/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 389/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 392/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 392/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 392/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 393/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 393/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 393/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 397/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 397/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 401/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 401/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 401/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 405/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 405/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 405/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 405/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 409/575 kB | 0.4/1.5 MB Progress (3): 1.4/5.5 MB | 409/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 409/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 409/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 413/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 413/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 417/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 417/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 417/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 421/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 421/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 425/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 425/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 425/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 429/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 429/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 429/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 433/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 433/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 433/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 437/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 437/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 437/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 437/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 441/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 441/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 441/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 445/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 445/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 449/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 449/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 449/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 453/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 453/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 453/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 457/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 457/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 457/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 457/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 461/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 461/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 465/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 465/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 465/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 469/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 469/575 kB | 0.4/1.5 MB Progress (3): 1.5/5.5 MB | 469/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 469/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 473/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 473/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 473/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 477/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 477/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 481/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 481/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 481/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 485/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 489/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 489/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 489/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 489/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 493/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 493/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 497/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 497/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 497/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 497/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 501/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 501/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 501/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 505/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 505/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 505/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 509/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 509/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 509/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 513/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 513/575 kB | 0.5/1.5 MB Progress (3): 1.5/5.5 MB | 517/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 517/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 521/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 521/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 525/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 525/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 529/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 529/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 533/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 533/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 533/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 537/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 537/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 541/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 541/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 541/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 545/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 545/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 549/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 549/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 553/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 553/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 553/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 553/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 557/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 557/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 561/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 561/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 561/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 561/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 565/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 569/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 569/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 573/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 573/575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.5/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.6/5.5 MB | 575 kB | 0.6/1.5 MB Progress (3): 1.7/5.5 MB | 575 kB | 0.6/1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 418 kB/s) Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.6/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.7/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.7/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.8/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.8/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 1.9/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 0.9/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.0/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.0/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.1/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.1/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.2/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.2/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.3/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.3/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.4/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.4/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.5/5.5 MB | 1.5/1.5 MB Progress (2): 2.6/5.5 MB | 1.5/1.5 MB Progress (2): 2.6/5.5 MB | 1.5/1.5 MB Progress (2): 2.6/5.5 MB | 1.5/1.5 MB Progress (2): 2.6/5.5 MB | 1.5/1.5 MB Progress (2): 2.6/5.5 MB | 1.5/1.5 MB Progress (2): 2.6/5.5 MB | 1.5/1.5 MB Progress (2): 2.6/5.5 MB | 1.5/1.5 MB Progress (2): 2.6/5.5 MB | 1.5/1.5 MB Progress (2): 2.6/5.5 MB | 1.5/1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.6/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Progress (2): 2.7/5.5 MB | 1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 865 kB/s) Progress (1): 2.7/5.5 MB Progress (1): 2.7/5.5 MB Progress (1): 2.7/5.5 MB Progress (1): 2.7/5.5 MB Progress (1): 2.7/5.5 MB Progress (1): 2.7/5.5 MB Progress (1): 2.7/5.5 MB Progress (1): 2.7/5.5 MB Progress (1): 2.7/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.8/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 2.9/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.0/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.1/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.2/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.3/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.4/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.5/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.6/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.7/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.8/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 3.9/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar (5.5 MB at 2.4 MB/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.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.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.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.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.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 7.6 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 6.4 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 4.3 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 2.3 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 59 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.0 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 63 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 254 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 107 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 581 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 380 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 72 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 42 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 600 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/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 (2): 24/24 kB | 4.1/22 kB Progress (2): 24 kB | 4.1/22 kB Progress (2): 24 kB | 7.7/22 kB Progress (2): 24 kB | 12/22 kB Progress (2): 24 kB | 16/22 kB Progress (2): 24 kB | 20/22 kB Progress (2): 24 kB | 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 627 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 532 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 976 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 327 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 741 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 423 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): 33/368 kB Progress (1): 37/368 kB Progress (1): 41/368 kB Progress (1): 45/368 kB Progress (1): 49/368 kB Progress (1): 53/368 kB Progress (1): 57/368 kB Progress (1): 61/368 kB Progress (1): 65/368 kB Progress (1): 69/368 kB Progress (1): 73/368 kB Progress (1): 77/368 kB Progress (1): 81/368 kB Progress (1): 85/368 kB Progress (1): 89/368 kB Progress (1): 93/368 kB Progress (1): 97/368 kB Progress (1): 101/368 kB Progress (1): 105/368 kB Progress (1): 109/368 kB Progress (1): 113/368 kB Progress (1): 117/368 kB Progress (1): 121/368 kB Progress (1): 125/368 kB Progress (1): 129/368 kB Progress (1): 133/368 kB Progress (1): 137/368 kB Progress (1): 141/368 kB Progress (1): 145/368 kB Progress (1): 149/368 kB Progress (1): 153/368 kB Progress (1): 157/368 kB Progress (1): 161/368 kB Progress (1): 165/368 kB Progress (1): 169/368 kB Progress (1): 173/368 kB Progress (1): 177/368 kB Progress (1): 181/368 kB Progress (1): 185/368 kB Progress (1): 189/368 kB Progress (1): 193/368 kB Progress (1): 197/368 kB Progress (1): 201/368 kB Progress (1): 205/368 kB Progress (1): 209/368 kB Progress (1): 213/368 kB Progress (1): 217/368 kB Progress (1): 221/368 kB Progress (1): 225/368 kB Progress (1): 229/368 kB Progress (1): 233/368 kB Progress (1): 237/368 kB Progress (1): 241/368 kB Progress (1): 245/368 kB Progress (1): 249/368 kB Progress (1): 253/368 kB Progress (1): 257/368 kB Progress (1): 261/368 kB Progress (1): 265/368 kB Progress (1): 269/368 kB Progress (1): 273/368 kB Progress (1): 277/368 kB Progress (1): 281/368 kB Progress (1): 285/368 kB Progress (1): 289/368 kB Progress (1): 293/368 kB Progress (1): 297/368 kB Progress (1): 301/368 kB Progress (1): 305/368 kB Progress (1): 309/368 kB Progress (1): 313/368 kB Progress (1): 317/368 kB Progress (1): 321/368 kB Progress (1): 325/368 kB Progress (1): 329/368 kB Progress (1): 333/368 kB Progress (1): 337/368 kB Progress (1): 341/368 kB Progress (1): 345/368 kB Progress (1): 349/368 kB Progress (1): 353/368 kB Progress (1): 357/368 kB Progress (1): 361/368 kB Progress (1): 365/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.2 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 152 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 1.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.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 1.2 MB/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 25 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 28 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 431 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 147 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 103 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 234 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 365 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): 36/66 kB Progress (1): 40/66 kB Progress (1): 44/66 kB Progress (1): 48/66 kB Progress (1): 52/66 kB Progress (1): 56/66 kB Progress (1): 60/66 kB Progress (1): 64/66 kB Progress (1): 66 kB Downloaded from cbi-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 2.4 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 28 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 138 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 61 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 836 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 100 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 266 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.4 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 67 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 104 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 340 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 68 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 85 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 83 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-tree/7.0/asm-tree-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar Progress (1): 4.1/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 Progress (2): 28 kB | 4.1/20 kB Progress (2): 28 kB | 7.7/20 kB Progress (3): 28 kB | 7.7/20 kB | 4.1/50 kB Progress (3): 28 kB | 12/20 kB | 4.1/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 865 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Progress (2): 16/20 kB | 4.1/50 kB Progress (3): 16/20 kB | 4.1/50 kB | 4.1/54 kB Progress (3): 16/20 kB | 7.7/50 kB | 4.1/54 kB Progress (3): 16/20 kB | 7.7/50 kB | 7.7/54 kB Progress (3): 20 kB | 7.7/50 kB | 7.7/54 kB Progress (3): 20 kB | 12/50 kB | 7.7/54 kB Progress (4): 20 kB | 12/50 kB | 7.7/54 kB | 4.1/114 kB Progress (4): 20 kB | 12/50 kB | 12/54 kB | 4.1/114 kB Progress (4): 20 kB | 12/50 kB | 12/54 kB | 7.7/114 kB Progress (4): 20 kB | 16/50 kB | 12/54 kB | 7.7/114 kB Progress (4): 20 kB | 16/50 kB | 16/54 kB | 7.7/114 kB Progress (4): 20 kB | 20/50 kB | 16/54 kB | 7.7/114 kB Progress (4): 20 kB | 20/50 kB | 20/54 kB | 7.7/114 kB Progress (4): 20 kB | 20/50 kB | 20/54 kB | 12/114 kB Progress (4): 20 kB | 20/50 kB | 24/54 kB | 12/114 kB Progress (4): 20 kB | 24/50 kB | 24/54 kB | 12/114 kB Progress (4): 20 kB | 24/50 kB | 24/54 kB | 16/114 kB Progress (4): 20 kB | 24/50 kB | 28/54 kB | 16/114 kB Progress (4): 20 kB | 28/50 kB | 28/54 kB | 16/114 kB Progress (4): 20 kB | 28/50 kB | 28/54 kB | 20/114 kB Progress (4): 20 kB | 28/50 kB | 32/54 kB | 20/114 kB Progress (4): 20 kB | 28/50 kB | 32/54 kB | 24/114 kB Progress (4): 20 kB | 32/50 kB | 32/54 kB | 24/114 kB Progress (4): 20 kB | 32/50 kB | 36/54 kB | 24/114 kB Progress (4): 20 kB | 32/50 kB | 36/54 kB | 28/114 kB Progress (4): 20 kB | 36/50 kB | 36/54 kB | 28/114 kB Progress (4): 20 kB | 36/50 kB | 40/54 kB | 28/114 kB Progress (4): 20 kB | 40/50 kB | 40/54 kB | 28/114 kB Progress (4): 20 kB | 40/50 kB | 40/54 kB | 32/114 kB Progress (4): 20 kB | 40/50 kB | 44/54 kB | 32/114 kB Progress (4): 20 kB | 44/50 kB | 44/54 kB | 32/114 kB Progress (4): 20 kB | 44/50 kB | 44/54 kB | 36/114 kB Progress (4): 20 kB | 48/50 kB | 44/54 kB | 36/114 kB Progress (4): 20 kB | 50 kB | 44/54 kB | 36/114 kB Progress (4): 20 kB | 50 kB | 44/54 kB | 40/114 kB Progress (5): 20 kB | 50 kB | 44/54 kB | 40/114 kB | 4.1/81 kB Progress (5): 20 kB | 50 kB | 44/54 kB | 44/114 kB | 4.1/81 kB Progress (5): 20 kB | 50 kB | 44/54 kB | 48/114 kB | 4.1/81 kB Progress (5): 20 kB | 50 kB | 48/54 kB | 48/114 kB | 4.1/81 kB Progress (5): 20 kB | 50 kB | 48/54 kB | 52/114 kB | 4.1/81 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 200 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Progress (4): 50 kB | 48/54 kB | 56/114 kB | 4.1/81 kB Progress (4): 50 kB | 52/54 kB | 56/114 kB | 4.1/81 kB Progress (4): 50 kB | 52/54 kB | 56/114 kB | 7.7/81 kB Progress (4): 50 kB | 54 kB | 56/114 kB | 7.7/81 kB Progress (4): 50 kB | 54 kB | 60/114 kB | 7.7/81 kB Progress (4): 50 kB | 54 kB | 60/114 kB | 12/81 kB Progress (4): 50 kB | 54 kB | 64/114 kB | 12/81 kB Progress (4): 50 kB | 54 kB | 64/114 kB | 16/81 kB Progress (4): 50 kB | 54 kB | 68/114 kB | 16/81 kB Progress (4): 50 kB | 54 kB | 68/114 kB | 20/81 kB Progress (4): 50 kB | 54 kB | 72/114 kB | 20/81 kB Progress (4): 50 kB | 54 kB | 72/114 kB | 24/81 kB Progress (4): 50 kB | 54 kB | 76/114 kB | 24/81 kB Progress (4): 50 kB | 54 kB | 76/114 kB | 28/81 kB Progress (4): 50 kB | 54 kB | 80/114 kB | 28/81 kB Progress (4): 50 kB | 54 kB | 80/114 kB | 32/81 kB Progress (4): 50 kB | 54 kB | 84/114 kB | 32/81 kB Progress (4): 50 kB | 54 kB | 84/114 kB | 36/81 kB Progress (4): 50 kB | 54 kB | 88/114 kB | 36/81 kB Progress (4): 50 kB | 54 kB | 88/114 kB | 40/81 kB Progress (4): 50 kB | 54 kB | 92/114 kB | 40/81 kB Progress (4): 50 kB | 54 kB | 92/114 kB | 44/81 kB Progress (4): 50 kB | 54 kB | 96/114 kB | 44/81 kB Progress (4): 50 kB | 54 kB | 96/114 kB | 48/81 kB Progress (4): 50 kB | 54 kB | 100/114 kB | 48/81 kB Progress (4): 50 kB | 54 kB | 100/114 kB | 52/81 kB Progress (4): 50 kB | 54 kB | 104/114 kB | 52/81 kB Progress (4): 50 kB | 54 kB | 104/114 kB | 56/81 kB Progress (4): 50 kB | 54 kB | 108/114 kB | 56/81 kB Progress (4): 50 kB | 54 kB | 108/114 kB | 60/81 kB Progress (4): 50 kB | 54 kB | 108/114 kB | 64/81 kB Progress (4): 50 kB | 54 kB | 108/114 kB | 68/81 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 486 kB/s) Progress (3): 50 kB | 112/114 kB | 68/81 kB Progress (3): 50 kB | 112/114 kB | 72/81 kB Progress (3): 50 kB | 114 kB | 72/81 kB Progress (3): 50 kB | 114 kB | 76/81 kB Progress (3): 50 kB | 114 kB | 80/81 kB Progress (3): 50 kB | 114 kB | 81 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 434 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar (81 kB at 679 kB/s) Progress (2): 114 kB | 4.1/33 kB Progress (2): 114 kB | 7.7/33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 947 kB/s) Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 260 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 206 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 567 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.5 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 372 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 394 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 802 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 842 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 1.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Progress (1): 4.1/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 163 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 734 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 197 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 341 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 745 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 3.5 MB/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 154 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 1.5 MB/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 113 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 53 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 94 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 48 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 53 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 99 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 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 118 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Progress (1): 4.1/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 828 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.2 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 408 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 344 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 54 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 427 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 245 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 49 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 64 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 92 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 162 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 154 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 515 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 189 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 557 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 594 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 88 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 56 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 99 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 75 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 31 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 201 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 447 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 129 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 78 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 30 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 67 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 124 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 69 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 69 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 101 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 528 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 182 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.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.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.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.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.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.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-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.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.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar Progress (1): 4.1/65 kB Progress (1): 7.7/65 kB Progress (2): 7.7/65 kB | 4.1/424 kB Progress (2): 12/65 kB | 4.1/424 kB Progress (2): 12/65 kB | 7.7/424 kB Progress (2): 16/65 kB | 7.7/424 kB Progress (3): 16/65 kB | 7.7/424 kB | 4.1/185 kB Progress (3): 16/65 kB | 12/424 kB | 4.1/185 kB Progress (3): 20/65 kB | 12/424 kB | 4.1/185 kB Progress (3): 20/65 kB | 12/424 kB | 7.7/185 kB Progress (4): 20/65 kB | 12/424 kB | 7.7/185 kB | 4.1/924 kB Progress (4): 24/65 kB | 12/424 kB | 7.7/185 kB | 4.1/924 kB Progress (4): 24/65 kB | 16/424 kB | 7.7/185 kB | 4.1/924 kB Progress (5): 24/65 kB | 16/424 kB | 7.7/185 kB | 4.1/924 kB | 4.1/25 kB Progress (5): 24/65 kB | 16/424 kB | 7.7/185 kB | 7.7/924 kB | 4.1/25 kB Progress (5): 24/65 kB | 16/424 kB | 12/185 kB | 7.7/924 kB | 4.1/25 kB Progress (5): 24/65 kB | 16/424 kB | 12/185 kB | 12/924 kB | 4.1/25 kB Progress (5): 24/65 kB | 16/424 kB | 12/185 kB | 12/924 kB | 7.7/25 kB Progress (5): 24/65 kB | 20/424 kB | 12/185 kB | 12/924 kB | 7.7/25 kB Progress (5): 28/65 kB | 20/424 kB | 12/185 kB | 12/924 kB | 7.7/25 kB Progress (5): 28/65 kB | 24/424 kB | 12/185 kB | 12/924 kB | 7.7/25 kB Progress (5): 28/65 kB | 24/424 kB | 12/185 kB | 12/924 kB | 12/25 kB Progress (5): 28/65 kB | 24/424 kB | 12/185 kB | 16/924 kB | 12/25 kB Progress (5): 28/65 kB | 24/424 kB | 16/185 kB | 16/924 kB | 12/25 kB Progress (5): 28/65 kB | 24/424 kB | 16/185 kB | 20/924 kB | 12/25 kB Progress (5): 28/65 kB | 24/424 kB | 20/185 kB | 20/924 kB | 12/25 kB Progress (5): 28/65 kB | 24/424 kB | 20/185 kB | 20/924 kB | 16/25 kB Progress (5): 28/65 kB | 28/424 kB | 20/185 kB | 20/924 kB | 16/25 kB Progress (5): 32/65 kB | 28/424 kB | 20/185 kB | 20/924 kB | 16/25 kB Progress (5): 32/65 kB | 32/424 kB | 20/185 kB | 20/924 kB | 16/25 kB Progress (5): 32/65 kB | 32/424 kB | 20/185 kB | 20/924 kB | 20/25 kB Progress (5): 32/65 kB | 32/424 kB | 24/185 kB | 20/924 kB | 20/25 kB Progress (5): 32/65 kB | 32/424 kB | 24/185 kB | 24/924 kB | 20/25 kB Progress (5): 32/65 kB | 36/424 kB | 24/185 kB | 24/924 kB | 20/25 kB Progress (5): 32/65 kB | 36/424 kB | 24/185 kB | 24/924 kB | 24/25 kB Progress (5): 36/65 kB | 36/424 kB | 24/185 kB | 24/924 kB | 24/25 kB Progress (5): 36/65 kB | 36/424 kB | 24/185 kB | 24/924 kB | 25 kB Progress (5): 36/65 kB | 36/424 kB | 24/185 kB | 28/924 kB | 25 kB Progress (5): 36/65 kB | 40/424 kB | 24/185 kB | 28/924 kB | 25 kB Progress (5): 36/65 kB | 40/424 kB | 28/185 kB | 28/924 kB | 25 kB Progress (5): 36/65 kB | 44/424 kB | 28/185 kB | 28/924 kB | 25 kB Progress (5): 36/65 kB | 44/424 kB | 28/185 kB | 32/924 kB | 25 kB Progress (5): 40/65 kB | 44/424 kB | 28/185 kB | 32/924 kB | 25 kB Progress (5): 40/65 kB | 44/424 kB | 28/185 kB | 36/924 kB | 25 kB Progress (5): 40/65 kB | 48/424 kB | 28/185 kB | 36/924 kB | 25 kB Progress (5): 40/65 kB | 48/424 kB | 32/185 kB | 36/924 kB | 25 kB Progress (5): 40/65 kB | 52/424 kB | 32/185 kB | 36/924 kB | 25 kB Progress (5): 40/65 kB | 52/424 kB | 36/185 kB | 36/924 kB | 25 kB Progress (5): 44/65 kB | 52/424 kB | 36/185 kB | 36/924 kB | 25 kB Progress (5): 44/65 kB | 52/424 kB | 36/185 kB | 40/924 kB | 25 kB Progress (5): 48/65 kB | 52/424 kB | 36/185 kB | 40/924 kB | 25 kB Progress (5): 48/65 kB | 52/424 kB | 40/185 kB | 40/924 kB | 25 kB Progress (5): 48/65 kB | 56/424 kB | 40/185 kB | 40/924 kB | 25 kB Progress (5): 52/65 kB | 56/424 kB | 40/185 kB | 40/924 kB | 25 kB Progress (5): 52/65 kB | 56/424 kB | 40/185 kB | 44/924 kB | 25 kB Progress (5): 56/65 kB | 56/424 kB | 40/185 kB | 44/924 kB | 25 kB Progress (5): 56/65 kB | 60/424 kB | 40/185 kB | 44/924 kB | 25 kB Progress (5): 56/65 kB | 60/424 kB | 44/185 kB | 44/924 kB | 25 kB Progress (5): 56/65 kB | 64/424 kB | 44/185 kB | 44/924 kB | 25 kB Progress (5): 60/65 kB | 64/424 kB | 44/185 kB | 44/924 kB | 25 kB Progress (5): 60/65 kB | 64/424 kB | 44/185 kB | 48/924 kB | 25 kB Progress (5): 64/65 kB | 64/424 kB | 44/185 kB | 48/924 kB | 25 kB Progress (5): 64/65 kB | 68/424 kB | 44/185 kB | 48/924 kB | 25 kB Progress (5): 64/65 kB | 68/424 kB | 48/185 kB | 48/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 470 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar Progress (4): 64/65 kB | 72/424 kB | 48/185 kB | 48/924 kB Progress (4): 65 kB | 72/424 kB | 48/185 kB | 48/924 kB Progress (4): 65 kB | 72/424 kB | 48/185 kB | 52/924 kB Progress (4): 65 kB | 76/424 kB | 48/185 kB | 52/924 kB Progress (4): 65 kB | 76/424 kB | 52/185 kB | 52/924 kB Progress (4): 65 kB | 80/424 kB | 52/185 kB | 52/924 kB Progress (4): 65 kB | 80/424 kB | 52/185 kB | 56/924 kB Progress (4): 65 kB | 80/424 kB | 56/185 kB | 56/924 kB Progress (4): 65 kB | 84/424 kB | 56/185 kB | 56/924 kB Progress (4): 65 kB | 84/424 kB | 56/185 kB | 60/924 kB Progress (4): 65 kB | 88/424 kB | 56/185 kB | 60/924 kB Progress (4): 65 kB | 88/424 kB | 60/185 kB | 60/924 kB Progress (4): 65 kB | 88/424 kB | 60/185 kB | 64/924 kB Progress (4): 65 kB | 92/424 kB | 60/185 kB | 64/924 kB Progress (4): 65 kB | 92/424 kB | 64/185 kB | 64/924 kB Progress (4): 65 kB | 92/424 kB | 64/185 kB | 68/924 kB Progress (4): 65 kB | 96/424 kB | 64/185 kB | 68/924 kB Progress (4): 65 kB | 96/424 kB | 68/185 kB | 68/924 kB Progress (4): 65 kB | 96/424 kB | 68/185 kB | 72/924 kB Progress (4): 65 kB | 96/424 kB | 72/185 kB | 72/924 kB Progress (4): 65 kB | 100/424 kB | 72/185 kB | 72/924 kB Progress (4): 65 kB | 100/424 kB | 72/185 kB | 76/924 kB Progress (4): 65 kB | 100/424 kB | 72/185 kB | 80/924 kB Progress (4): 65 kB | 100/424 kB | 76/185 kB | 80/924 kB Progress (4): 65 kB | 100/424 kB | 76/185 kB | 84/924 kB Progress (4): 65 kB | 104/424 kB | 76/185 kB | 84/924 kB Progress (5): 65 kB | 104/424 kB | 76/185 kB | 84/924 kB | 4.1/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 1.0 MB/s) Progress (4): 104/424 kB | 76/185 kB | 88/924 kB | 4.1/110 kB Progress (4): 104/424 kB | 80/185 kB | 88/924 kB | 4.1/110 kB Progress (4): 104/424 kB | 80/185 kB | 92/924 kB | 4.1/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): 108/424 kB | 80/185 kB | 92/924 kB | 4.1/110 kB Progress (4): 108/424 kB | 80/185 kB | 92/924 kB | 7.7/110 kB Progress (4): 112/424 kB | 80/185 kB | 92/924 kB | 7.7/110 kB Progress (4): 112/424 kB | 80/185 kB | 92/924 kB | 12/110 kB Progress (4): 112/424 kB | 84/185 kB | 92/924 kB | 12/110 kB Progress (4): 112/424 kB | 84/185 kB | 96/924 kB | 12/110 kB Progress (5): 112/424 kB | 84/185 kB | 96/924 kB | 12/110 kB | 4.1/186 kB Progress (5): 112/424 kB | 84/185 kB | 96/924 kB | 12/110 kB | 7.7/186 kB Progress (5): 112/424 kB | 88/185 kB | 96/924 kB | 12/110 kB | 7.7/186 kB Progress (5): 116/424 kB | 88/185 kB | 96/924 kB | 12/110 kB | 7.7/186 kB Progress (5): 116/424 kB | 92/185 kB | 96/924 kB | 12/110 kB | 7.7/186 kB Progress (5): 116/424 kB | 92/185 kB | 96/924 kB | 16/110 kB | 7.7/186 kB Progress (5): 116/424 kB | 96/185 kB | 96/924 kB | 16/110 kB | 7.7/186 kB Progress (5): 120/424 kB | 96/185 kB | 96/924 kB | 16/110 kB | 7.7/186 kB Progress (5): 120/424 kB | 96/185 kB | 100/924 kB | 16/110 kB | 7.7/186 kB Progress (5): 120/424 kB | 96/185 kB | 100/924 kB | 16/110 kB | 12/186 kB Progress (5): 124/424 kB | 96/185 kB | 100/924 kB | 16/110 kB | 12/186 kB Progress (5): 124/424 kB | 96/185 kB | 104/924 kB | 16/110 kB | 12/186 kB Progress (5): 124/424 kB | 100/185 kB | 104/924 kB | 16/110 kB | 12/186 kB Progress (5): 124/424 kB | 100/185 kB | 104/924 kB | 20/110 kB | 12/186 kB Progress (5): 124/424 kB | 100/185 kB | 104/924 kB | 24/110 kB | 12/186 kB Progress (5): 124/424 kB | 104/185 kB | 104/924 kB | 24/110 kB | 12/186 kB Progress (5): 124/424 kB | 104/185 kB | 108/924 kB | 24/110 kB | 12/186 kB Progress (5): 128/424 kB | 104/185 kB | 108/924 kB | 24/110 kB | 12/186 kB Progress (5): 128/424 kB | 104/185 kB | 108/924 kB | 24/110 kB | 16/186 kB Progress (5): 128/424 kB | 104/185 kB | 112/924 kB | 24/110 kB | 16/186 kB Progress (5): 128/424 kB | 108/185 kB | 112/924 kB | 24/110 kB | 16/186 kB Progress (5): 128/424 kB | 108/185 kB | 112/924 kB | 28/110 kB | 16/186 kB Progress (5): 128/424 kB | 108/185 kB | 112/924 kB | 32/110 kB | 16/186 kB Progress (5): 128/424 kB | 112/185 kB | 112/924 kB | 32/110 kB | 16/186 kB Progress (5): 128/424 kB | 112/185 kB | 116/924 kB | 32/110 kB | 16/186 kB Progress (5): 128/424 kB | 112/185 kB | 116/924 kB | 32/110 kB | 20/186 kB Progress (5): 132/424 kB | 112/185 kB | 116/924 kB | 32/110 kB | 20/186 kB Progress (5): 132/424 kB | 112/185 kB | 116/924 kB | 32/110 kB | 24/186 kB Progress (5): 132/424 kB | 112/185 kB | 120/924 kB | 32/110 kB | 24/186 kB Progress (5): 132/424 kB | 112/185 kB | 120/924 kB | 32/110 kB | 28/186 kB Progress (5): 132/424 kB | 112/185 kB | 120/924 kB | 32/110 kB | 32/186 kB Progress (5): 132/424 kB | 116/185 kB | 120/924 kB | 32/110 kB | 32/186 kB Progress (5): 132/424 kB | 116/185 kB | 120/924 kB | 33/110 kB | 32/186 kB Progress (5): 132/424 kB | 120/185 kB | 120/924 kB | 33/110 kB | 32/186 kB Progress (5): 132/424 kB | 120/185 kB | 120/924 kB | 33/110 kB | 33/186 kB Progress (5): 132/424 kB | 120/185 kB | 124/924 kB | 33/110 kB | 33/186 kB Progress (5): 136/424 kB | 120/185 kB | 124/924 kB | 33/110 kB | 33/186 kB Progress (5): 136/424 kB | 120/185 kB | 128/924 kB | 33/110 kB | 33/186 kB Progress (5): 136/424 kB | 120/185 kB | 128/924 kB | 33/110 kB | 37/186 kB Progress (5): 136/424 kB | 120/185 kB | 132/924 kB | 33/110 kB | 37/186 kB Progress (5): 136/424 kB | 124/185 kB | 132/924 kB | 33/110 kB | 37/186 kB Progress (5): 136/424 kB | 124/185 kB | 132/924 kB | 37/110 kB | 37/186 kB Progress (5): 136/424 kB | 128/185 kB | 132/924 kB | 37/110 kB | 37/186 kB Progress (5): 136/424 kB | 128/185 kB | 136/924 kB | 37/110 kB | 37/186 kB Progress (5): 136/424 kB | 128/185 kB | 136/924 kB | 37/110 kB | 41/186 kB Progress (5): 140/424 kB | 128/185 kB | 136/924 kB | 37/110 kB | 41/186 kB Progress (5): 140/424 kB | 128/185 kB | 136/924 kB | 37/110 kB | 45/186 kB Progress (5): 140/424 kB | 128/185 kB | 140/924 kB | 37/110 kB | 45/186 kB Progress (5): 140/424 kB | 132/185 kB | 140/924 kB | 37/110 kB | 45/186 kB Progress (5): 140/424 kB | 132/185 kB | 140/924 kB | 41/110 kB | 45/186 kB Progress (5): 140/424 kB | 136/185 kB | 140/924 kB | 41/110 kB | 45/186 kB Progress (5): 140/424 kB | 136/185 kB | 140/924 kB | 45/110 kB | 45/186 kB Progress (5): 140/424 kB | 140/185 kB | 140/924 kB | 45/110 kB | 45/186 kB Progress (5): 140/424 kB | 144/185 kB | 140/924 kB | 45/110 kB | 45/186 kB Progress (5): 140/424 kB | 144/185 kB | 144/924 kB | 45/110 kB | 45/186 kB Progress (5): 140/424 kB | 144/185 kB | 144/924 kB | 45/110 kB | 49/186 kB Progress (5): 144/424 kB | 144/185 kB | 144/924 kB | 45/110 kB | 49/186 kB Progress (5): 144/424 kB | 144/185 kB | 144/924 kB | 45/110 kB | 53/186 kB Progress (5): 144/424 kB | 144/185 kB | 148/924 kB | 45/110 kB | 53/186 kB Progress (5): 144/424 kB | 148/185 kB | 148/924 kB | 45/110 kB | 53/186 kB Progress (5): 144/424 kB | 148/185 kB | 148/924 kB | 49/110 kB | 53/186 kB Progress (5): 144/424 kB | 152/185 kB | 148/924 kB | 49/110 kB | 53/186 kB Progress (5): 144/424 kB | 152/185 kB | 152/924 kB | 49/110 kB | 53/186 kB Progress (5): 144/424 kB | 156/185 kB | 152/924 kB | 49/110 kB | 53/186 kB Progress (5): 148/424 kB | 156/185 kB | 152/924 kB | 49/110 kB | 53/186 kB Progress (5): 148/424 kB | 156/185 kB | 152/924 kB | 49/110 kB | 57/186 kB Progress (5): 152/424 kB | 156/185 kB | 152/924 kB | 49/110 kB | 57/186 kB Progress (5): 152/424 kB | 160/185 kB | 152/924 kB | 49/110 kB | 57/186 kB Progress (5): 152/424 kB | 160/185 kB | 156/924 kB | 49/110 kB | 57/186 kB Progress (5): 152/424 kB | 160/185 kB | 156/924 kB | 53/110 kB | 57/186 kB Progress (5): 152/424 kB | 160/185 kB | 156/924 kB | 57/110 kB | 57/186 kB Progress (5): 152/424 kB | 160/185 kB | 160/924 kB | 57/110 kB | 57/186 kB Progress (5): 152/424 kB | 164/185 kB | 160/924 kB | 57/110 kB | 57/186 kB Progress (5): 156/424 kB | 164/185 kB | 160/924 kB | 57/110 kB | 57/186 kB Progress (5): 156/424 kB | 164/185 kB | 160/924 kB | 57/110 kB | 61/186 kB Progress (5): 160/424 kB | 164/185 kB | 160/924 kB | 57/110 kB | 61/186 kB Progress (5): 160/424 kB | 168/185 kB | 160/924 kB | 57/110 kB | 61/186 kB Progress (5): 164/424 kB | 168/185 kB | 160/924 kB | 57/110 kB | 61/186 kB Progress (5): 164/424 kB | 168/185 kB | 164/924 kB | 57/110 kB | 61/186 kB Progress (5): 164/424 kB | 168/185 kB | 164/924 kB | 61/110 kB | 61/186 kB Progress (5): 164/424 kB | 168/185 kB | 164/924 kB | 65/110 kB | 61/186 kB Progress (5): 164/424 kB | 168/185 kB | 168/924 kB | 65/110 kB | 61/186 kB Progress (5): 168/424 kB | 168/185 kB | 168/924 kB | 65/110 kB | 61/186 kB Progress (5): 168/424 kB | 172/185 kB | 168/924 kB | 65/110 kB | 61/186 kB Progress (5): 168/424 kB | 172/185 kB | 168/924 kB | 65/110 kB | 65/186 kB Progress (5): 172/424 kB | 172/185 kB | 168/924 kB | 65/110 kB | 65/186 kB Progress (5): 172/424 kB | 176/185 kB | 168/924 kB | 65/110 kB | 65/186 kB Progress (5): 172/424 kB | 176/185 kB | 172/924 kB | 65/110 kB | 65/186 kB Progress (5): 172/424 kB | 176/185 kB | 172/924 kB | 69/110 kB | 65/186 kB Progress (5): 172/424 kB | 176/185 kB | 176/924 kB | 69/110 kB | 65/186 kB Progress (5): 172/424 kB | 180/185 kB | 176/924 kB | 69/110 kB | 65/186 kB Progress (5): 172/424 kB | 184/185 kB | 176/924 kB | 69/110 kB | 65/186 kB Progress (5): 176/424 kB | 184/185 kB | 176/924 kB | 69/110 kB | 65/186 kB Progress (5): 176/424 kB | 184/185 kB | 176/924 kB | 69/110 kB | 69/186 kB Progress (5): 176/424 kB | 185 kB | 176/924 kB | 69/110 kB | 69/186 kB Progress (5): 176/424 kB | 185 kB | 180/924 kB | 69/110 kB | 69/186 kB Progress (5): 176/424 kB | 185 kB | 180/924 kB | 73/110 kB | 69/186 kB Progress (5): 176/424 kB | 185 kB | 184/924 kB | 73/110 kB | 69/186 kB Progress (5): 176/424 kB | 185 kB | 184/924 kB | 77/110 kB | 69/186 kB Progress (5): 180/424 kB | 185 kB | 184/924 kB | 77/110 kB | 69/186 kB Progress (5): 180/424 kB | 185 kB | 184/924 kB | 77/110 kB | 73/186 kB Progress (5): 184/424 kB | 185 kB | 184/924 kB | 77/110 kB | 73/186 kB Progress (5): 184/424 kB | 185 kB | 188/924 kB | 77/110 kB | 73/186 kB Progress (5): 184/424 kB | 185 kB | 188/924 kB | 81/110 kB | 73/186 kB Progress (5): 188/424 kB | 185 kB | 188/924 kB | 81/110 kB | 73/186 kB Progress (5): 188/424 kB | 185 kB | 192/924 kB | 81/110 kB | 73/186 kB Progress (5): 188/424 kB | 185 kB | 192/924 kB | 81/110 kB | 77/186 kB Progress (5): 192/424 kB | 185 kB | 192/924 kB | 81/110 kB | 77/186 kB Progress (5): 192/424 kB | 185 kB | 192/924 kB | 85/110 kB | 77/186 kB Progress (5): 192/424 kB | 185 kB | 192/924 kB | 85/110 kB | 81/186 kB Progress (5): 192/424 kB | 185 kB | 196/924 kB | 85/110 kB | 81/186 kB Progress (5): 196/424 kB | 185 kB | 196/924 kB | 85/110 kB | 81/186 kB Progress (5): 196/424 kB | 185 kB | 196/924 kB | 89/110 kB | 81/186 kB Progress (5): 200/424 kB | 185 kB | 196/924 kB | 89/110 kB | 81/186 kB Progress (5): 200/424 kB | 185 kB | 196/924 kB | 89/110 kB | 85/186 kB Progress (5): 200/424 kB | 185 kB | 200/924 kB | 89/110 kB | 85/186 kB Progress (5): 204/424 kB | 185 kB | 200/924 kB | 89/110 kB | 85/186 kB Progress (5): 204/424 kB | 185 kB | 200/924 kB | 89/110 kB | 89/186 kB Progress (5): 204/424 kB | 185 kB | 200/924 kB | 93/110 kB | 89/186 kB Progress (5): 208/424 kB | 185 kB | 200/924 kB | 93/110 kB | 89/186 kB Progress (5): 208/424 kB | 185 kB | 204/924 kB | 93/110 kB | 89/186 kB Progress (5): 208/424 kB | 185 kB | 204/924 kB | 97/110 kB | 89/186 kB Progress (5): 208/424 kB | 185 kB | 204/924 kB | 97/110 kB | 93/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.4 MB/s) Progress (4): 208/424 kB | 204/924 kB | 101/110 kB | 93/186 kB Progress (4): 208/424 kB | 208/924 kB | 101/110 kB | 93/186 kB Progress (4): 212/424 kB | 208/924 kB | 101/110 kB | 93/186 kB Progress (4): 212/424 kB | 212/924 kB | 101/110 kB | 93/186 kB Progress (4): 212/424 kB | 212/924 kB | 105/110 kB | 93/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): 212/424 kB | 212/924 kB | 105/110 kB | 97/186 kB Progress (4): 212/424 kB | 216/924 kB | 105/110 kB | 97/186 kB Progress (4): 216/424 kB | 216/924 kB | 105/110 kB | 97/186 kB Progress (4): 216/424 kB | 220/924 kB | 105/110 kB | 97/186 kB Progress (4): 216/424 kB | 220/924 kB | 105/110 kB | 98/186 kB Progress (4): 220/424 kB | 220/924 kB | 105/110 kB | 98/186 kB Progress (4): 220/424 kB | 224/924 kB | 105/110 kB | 98/186 kB Progress (4): 220/424 kB | 228/924 kB | 105/110 kB | 98/186 kB Progress (5): 220/424 kB | 228/924 kB | 105/110 kB | 98/186 kB | 4.1/13 kB Progress (5): 220/424 kB | 228/924 kB | 105/110 kB | 98/186 kB | 7.7/13 kB Progress (5): 220/424 kB | 228/924 kB | 105/110 kB | 98/186 kB | 12/13 kB Progress (5): 224/424 kB | 228/924 kB | 105/110 kB | 98/186 kB | 12/13 kB Progress (5): 224/424 kB | 228/924 kB | 105/110 kB | 102/186 kB | 12/13 kB Progress (5): 224/424 kB | 228/924 kB | 105/110 kB | 102/186 kB | 13 kB Progress (5): 224/424 kB | 232/924 kB | 105/110 kB | 102/186 kB | 13 kB Progress (5): 224/424 kB | 232/924 kB | 109/110 kB | 102/186 kB | 13 kB Progress (5): 228/424 kB | 232/924 kB | 109/110 kB | 102/186 kB | 13 kB Progress (5): 228/424 kB | 232/924 kB | 109/110 kB | 106/186 kB | 13 kB Progress (5): 232/424 kB | 232/924 kB | 109/110 kB | 106/186 kB | 13 kB Progress (5): 232/424 kB | 236/924 kB | 109/110 kB | 106/186 kB | 13 kB Progress (5): 232/424 kB | 236/924 kB | 110 kB | 106/186 kB | 13 kB Progress (5): 232/424 kB | 240/924 kB | 110 kB | 106/186 kB | 13 kB Progress (5): 236/424 kB | 240/924 kB | 110 kB | 106/186 kB | 13 kB Progress (5): 236/424 kB | 240/924 kB | 110 kB | 110/186 kB | 13 kB Progress (5): 236/424 kB | 244/924 kB | 110 kB | 110/186 kB | 13 kB Progress (5): 240/424 kB | 244/924 kB | 110 kB | 110/186 kB | 13 kB Progress (5): 240/424 kB | 248/924 kB | 110 kB | 110/186 kB | 13 kB Progress (5): 240/424 kB | 248/924 kB | 110 kB | 114/186 kB | 13 kB Progress (5): 244/424 kB | 248/924 kB | 110 kB | 114/186 kB | 13 kB Progress (5): 244/424 kB | 252/924 kB | 110 kB | 114/186 kB | 13 kB Progress (5): 248/424 kB | 252/924 kB | 110 kB | 114/186 kB | 13 kB Progress (5): 248/424 kB | 252/924 kB | 110 kB | 118/186 kB | 13 kB Progress (5): 248/424 kB | 256/924 kB | 110 kB | 118/186 kB | 13 kB Progress (5): 252/424 kB | 256/924 kB | 110 kB | 118/186 kB | 13 kB Progress (5): 252/424 kB | 256/924 kB | 110 kB | 122/186 kB | 13 kB Progress (5): 252/424 kB | 260/924 kB | 110 kB | 122/186 kB | 13 kB Progress (5): 256/424 kB | 260/924 kB | 110 kB | 122/186 kB | 13 kB Progress (5): 256/424 kB | 264/924 kB | 110 kB | 122/186 kB | 13 kB Progress (5): 256/424 kB | 264/924 kB | 110 kB | 126/186 kB | 13 kB Progress (5): 260/424 kB | 264/924 kB | 110 kB | 126/186 kB | 13 kB Progress (5): 260/424 kB | 268/924 kB | 110 kB | 126/186 kB | 13 kB Progress (5): 260/424 kB | 268/924 kB | 110 kB | 130/186 kB | 13 kB Progress (5): 260/424 kB | 272/924 kB | 110 kB | 130/186 kB | 13 kB Progress (5): 264/424 kB | 272/924 kB | 110 kB | 130/186 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar (110 kB at 533 kB/s) Progress (4): 264/424 kB | 272/924 kB | 134/186 kB | 13 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 64 kB/s) Progress (3): 264/424 kB | 272/924 kB | 138/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): 268/424 kB | 272/924 kB | 138/186 kB Progress (3): 268/424 kB | 276/924 kB | 138/186 kB Progress (3): 272/424 kB | 276/924 kB | 138/186 kB Progress (3): 272/424 kB | 276/924 kB | 142/186 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Progress (3): 276/424 kB | 276/924 kB | 142/186 kB Progress (3): 276/424 kB | 276/924 kB | 146/186 kB Progress (3): 276/424 kB | 280/924 kB | 146/186 kB Progress (3): 280/424 kB | 280/924 kB | 146/186 kB Progress (3): 280/424 kB | 280/924 kB | 150/186 kB Progress (3): 280/424 kB | 284/924 kB | 150/186 kB Progress (3): 284/424 kB | 284/924 kB | 150/186 kB Progress (3): 284/424 kB | 284/924 kB | 154/186 kB Progress (3): 288/424 kB | 284/924 kB | 154/186 kB Progress (3): 288/424 kB | 288/924 kB | 154/186 kB Progress (3): 288/424 kB | 288/924 kB | 158/186 kB Progress (3): 292/424 kB | 288/924 kB | 158/186 kB Progress (3): 292/424 kB | 288/924 kB | 162/186 kB Progress (3): 296/424 kB | 288/924 kB | 162/186 kB Progress (3): 296/424 kB | 292/924 kB | 162/186 kB Progress (3): 296/424 kB | 292/924 kB | 166/186 kB Progress (3): 300/424 kB | 292/924 kB | 166/186 kB Progress (3): 300/424 kB | 296/924 kB | 166/186 kB Progress (3): 304/424 kB | 296/924 kB | 166/186 kB Progress (3): 304/424 kB | 296/924 kB | 170/186 kB Progress (3): 304/424 kB | 300/924 kB | 170/186 kB Progress (3): 308/424 kB | 300/924 kB | 170/186 kB Progress (3): 308/424 kB | 300/924 kB | 174/186 kB Progress (3): 308/424 kB | 304/924 kB | 174/186 kB Progress (3): 308/424 kB | 304/924 kB | 178/186 kB Progress (3): 312/424 kB | 304/924 kB | 178/186 kB Progress (3): 312/424 kB | 308/924 kB | 178/186 kB Progress (3): 312/424 kB | 308/924 kB | 182/186 kB Progress (4): 312/424 kB | 308/924 kB | 182/186 kB | 4.1/524 kB Progress (4): 316/424 kB | 308/924 kB | 182/186 kB | 4.1/524 kB Progress (4): 316/424 kB | 312/924 kB | 182/186 kB | 4.1/524 kB Progress (4): 320/424 kB | 312/924 kB | 182/186 kB | 4.1/524 kB Progress (4): 320/424 kB | 312/924 kB | 182/186 kB | 7.7/524 kB Progress (4): 320/424 kB | 312/924 kB | 186 kB | 7.7/524 kB Progress (4): 324/424 kB | 312/924 kB | 186 kB | 7.7/524 kB Progress (4): 324/424 kB | 316/924 kB | 186 kB | 7.7/524 kB Progress (4): 328/424 kB | 316/924 kB | 186 kB | 7.7/524 kB Progress (4): 328/424 kB | 316/924 kB | 186 kB | 12/524 kB Progress (4): 328/424 kB | 320/924 kB | 186 kB | 12/524 kB Progress (4): 328/424 kB | 320/924 kB | 186 kB | 16/524 kB Progress (4): 332/424 kB | 320/924 kB | 186 kB | 16/524 kB Progress (4): 332/424 kB | 324/924 kB | 186 kB | 16/524 kB Progress (4): 332/424 kB | 324/924 kB | 186 kB | 20/524 kB Progress (4): 336/424 kB | 324/924 kB | 186 kB | 20/524 kB Progress (4): 336/424 kB | 324/924 kB | 186 kB | 24/524 kB Progress (4): 336/424 kB | 328/924 kB | 186 kB | 24/524 kB Progress (4): 336/424 kB | 328/924 kB | 186 kB | 28/524 kB Progress (4): 340/424 kB | 328/924 kB | 186 kB | 28/524 kB Progress (5): 340/424 kB | 328/924 kB | 186 kB | 28/524 kB | 4.1/273 kB Progress (5): 344/424 kB | 328/924 kB | 186 kB | 28/524 kB | 4.1/273 kB Progress (5): 344/424 kB | 332/924 kB | 186 kB | 28/524 kB | 4.1/273 kB Progress (5): 344/424 kB | 332/924 kB | 186 kB | 32/524 kB | 4.1/273 kB Progress (5): 348/424 kB | 332/924 kB | 186 kB | 32/524 kB | 4.1/273 kB Progress (5): 348/424 kB | 336/924 kB | 186 kB | 32/524 kB | 4.1/273 kB Progress (5): 348/424 kB | 336/924 kB | 186 kB | 32/524 kB | 7.7/273 kB Progress (5): 348/424 kB | 340/924 kB | 186 kB | 32/524 kB | 7.7/273 kB Progress (5): 352/424 kB | 340/924 kB | 186 kB | 32/524 kB | 7.7/273 kB Progress (5): 352/424 kB | 340/924 kB | 186 kB | 36/524 kB | 7.7/273 kB Progress (5): 352/424 kB | 344/924 kB | 186 kB | 36/524 kB | 7.7/273 kB Progress (5): 352/424 kB | 344/924 kB | 186 kB | 36/524 kB | 12/273 kB Progress (5): 356/424 kB | 344/924 kB | 186 kB | 36/524 kB | 12/273 kB Progress (5): 356/424 kB | 344/924 kB | 186 kB | 40/524 kB | 12/273 kB Progress (5): 360/424 kB | 344/924 kB | 186 kB | 40/524 kB | 12/273 kB Progress (5): 360/424 kB | 344/924 kB | 186 kB | 40/524 kB | 16/273 kB Progress (5): 360/424 kB | 348/924 kB | 186 kB | 40/524 kB | 16/273 kB Progress (5): 360/424 kB | 348/924 kB | 186 kB | 40/524 kB | 20/273 kB Progress (5): 364/424 kB | 348/924 kB | 186 kB | 40/524 kB | 20/273 kB Progress (5): 364/424 kB | 348/924 kB | 186 kB | 44/524 kB | 20/273 kB Progress (5): 368/424 kB | 348/924 kB | 186 kB | 44/524 kB | 20/273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 811 kB/s) Progress (4): 368/424 kB | 348/924 kB | 44/524 kB | 24/273 kB Progress (4): 368/424 kB | 352/924 kB | 44/524 kB | 24/273 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (4): 372/424 kB | 352/924 kB | 44/524 kB | 24/273 kB Progress (4): 372/424 kB | 352/924 kB | 48/524 kB | 24/273 kB Progress (4): 376/424 kB | 352/924 kB | 48/524 kB | 24/273 kB Progress (4): 376/424 kB | 356/924 kB | 48/524 kB | 24/273 kB Progress (4): 376/424 kB | 356/924 kB | 48/524 kB | 28/273 kB Progress (4): 380/424 kB | 356/924 kB | 48/524 kB | 28/273 kB Progress (4): 380/424 kB | 360/924 kB | 48/524 kB | 28/273 kB Progress (4): 380/424 kB | 360/924 kB | 52/524 kB | 28/273 kB Progress (4): 384/424 kB | 360/924 kB | 52/524 kB | 28/273 kB Progress (4): 384/424 kB | 360/924 kB | 52/524 kB | 32/273 kB Progress (4): 384/424 kB | 364/924 kB | 52/524 kB | 32/273 kB Progress (4): 384/424 kB | 364/924 kB | 56/524 kB | 32/273 kB Progress (4): 384/424 kB | 364/924 kB | 56/524 kB | 36/273 kB Progress (4): 384/424 kB | 368/924 kB | 56/524 kB | 36/273 kB Progress (4): 388/424 kB | 368/924 kB | 56/524 kB | 36/273 kB Progress (4): 388/424 kB | 372/924 kB | 56/524 kB | 36/273 kB Progress (4): 388/424 kB | 372/924 kB | 56/524 kB | 40/273 kB Progress (4): 388/424 kB | 372/924 kB | 60/524 kB | 40/273 kB Progress (4): 388/424 kB | 376/924 kB | 60/524 kB | 40/273 kB Progress (4): 392/424 kB | 376/924 kB | 60/524 kB | 40/273 kB Progress (4): 392/424 kB | 376/924 kB | 64/524 kB | 40/273 kB Progress (4): 392/424 kB | 376/924 kB | 64/524 kB | 44/273 kB Progress (4): 396/424 kB | 376/924 kB | 64/524 kB | 44/273 kB Progress (4): 396/424 kB | 380/924 kB | 64/524 kB | 44/273 kB Progress (4): 400/424 kB | 380/924 kB | 64/524 kB | 44/273 kB Progress (4): 400/424 kB | 380/924 kB | 68/524 kB | 44/273 kB Progress (4): 400/424 kB | 380/924 kB | 68/524 kB | 48/273 kB Progress (4): 404/424 kB | 380/924 kB | 68/524 kB | 48/273 kB Progress (4): 404/424 kB | 380/924 kB | 72/524 kB | 48/273 kB Progress (4): 404/424 kB | 384/924 kB | 72/524 kB | 48/273 kB Progress (4): 408/424 kB | 384/924 kB | 72/524 kB | 48/273 kB Progress (4): 408/424 kB | 388/924 kB | 72/524 kB | 48/273 kB Progress (4): 408/424 kB | 388/924 kB | 72/524 kB | 52/273 kB Progress (5): 408/424 kB | 388/924 kB | 72/524 kB | 52/273 kB | 4.1/39 kB Progress (5): 408/424 kB | 388/924 kB | 72/524 kB | 56/273 kB | 4.1/39 kB Progress (5): 412/424 kB | 388/924 kB | 72/524 kB | 56/273 kB | 4.1/39 kB Progress (5): 412/424 kB | 392/924 kB | 72/524 kB | 56/273 kB | 4.1/39 kB Progress (5): 412/424 kB | 392/924 kB | 76/524 kB | 56/273 kB | 4.1/39 kB Progress (5): 412/424 kB | 396/924 kB | 76/524 kB | 56/273 kB | 4.1/39 kB Progress (5): 416/424 kB | 396/924 kB | 76/524 kB | 56/273 kB | 4.1/39 kB Progress (5): 416/424 kB | 396/924 kB | 76/524 kB | 60/273 kB | 4.1/39 kB Progress (5): 416/424 kB | 396/924 kB | 76/524 kB | 60/273 kB | 7.7/39 kB Progress (5): 416/424 kB | 396/924 kB | 76/524 kB | 64/273 kB | 7.7/39 kB Progress (5): 420/424 kB | 396/924 kB | 76/524 kB | 64/273 kB | 7.7/39 kB Progress (5): 420/424 kB | 400/924 kB | 76/524 kB | 64/273 kB | 7.7/39 kB Progress (5): 420/424 kB | 400/924 kB | 80/524 kB | 64/273 kB | 7.7/39 kB Progress (5): 424/424 kB | 400/924 kB | 80/524 kB | 64/273 kB | 7.7/39 kB Progress (5): 424/424 kB | 400/924 kB | 80/524 kB | 68/273 kB | 7.7/39 kB Progress (5): 424/424 kB | 400/924 kB | 80/524 kB | 68/273 kB | 12/39 kB Progress (5): 424/424 kB | 400/924 kB | 80/524 kB | 72/273 kB | 12/39 kB Progress (5): 424 kB | 400/924 kB | 80/524 kB | 72/273 kB | 12/39 kB Progress (5): 424 kB | 400/924 kB | 84/524 kB | 72/273 kB | 12/39 kB Progress (5): 424 kB | 404/924 kB | 84/524 kB | 72/273 kB | 12/39 kB Progress (5): 424 kB | 404/924 kB | 88/524 kB | 72/273 kB | 12/39 kB Progress (5): 424 kB | 404/924 kB | 88/524 kB | 76/273 kB | 12/39 kB Progress (5): 424 kB | 404/924 kB | 88/524 kB | 76/273 kB | 16/39 kB Progress (5): 424 kB | 404/924 kB | 88/524 kB | 80/273 kB | 16/39 kB Progress (5): 424 kB | 404/924 kB | 92/524 kB | 80/273 kB | 16/39 kB Progress (5): 424 kB | 408/924 kB | 92/524 kB | 80/273 kB | 16/39 kB Progress (5): 424 kB | 408/924 kB | 92/524 kB | 84/273 kB | 16/39 kB Progress (5): 424 kB | 408/924 kB | 96/524 kB | 84/273 kB | 16/39 kB Progress (5): 424 kB | 408/924 kB | 96/524 kB | 84/273 kB | 20/39 kB Progress (5): 424 kB | 408/924 kB | 96/524 kB | 88/273 kB | 20/39 kB Progress (5): 424 kB | 412/924 kB | 96/524 kB | 88/273 kB | 20/39 kB Progress (5): 424 kB | 412/924 kB | 100/524 kB | 88/273 kB | 20/39 kB Progress (5): 424 kB | 412/924 kB | 100/524 kB | 88/273 kB | 24/39 kB Progress (5): 424 kB | 412/924 kB | 104/524 kB | 88/273 kB | 24/39 kB Progress (5): 424 kB | 416/924 kB | 104/524 kB | 88/273 kB | 24/39 kB Progress (5): 424 kB | 416/924 kB | 104/524 kB | 92/273 kB | 24/39 kB Progress (5): 424 kB | 416/924 kB | 108/524 kB | 92/273 kB | 24/39 kB Progress (5): 424 kB | 416/924 kB | 108/524 kB | 92/273 kB | 28/39 kB Progress (5): 424 kB | 416/924 kB | 112/524 kB | 92/273 kB | 28/39 kB Progress (5): 424 kB | 420/924 kB | 112/524 kB | 92/273 kB | 28/39 kB Progress (5): 424 kB | 420/924 kB | 112/524 kB | 96/273 kB | 28/39 kB Progress (5): 424 kB | 424/924 kB | 112/524 kB | 96/273 kB | 28/39 kB Progress (5): 424 kB | 424/924 kB | 116/524 kB | 96/273 kB | 28/39 kB Progress (5): 424 kB | 424/924 kB | 116/524 kB | 96/273 kB | 32/39 kB Progress (5): 424 kB | 428/924 kB | 116/524 kB | 96/273 kB | 32/39 kB Progress (5): 424 kB | 428/924 kB | 120/524 kB | 96/273 kB | 32/39 kB Progress (5): 424 kB | 428/924 kB | 120/524 kB | 100/273 kB | 32/39 kB Progress (5): 424 kB | 428/924 kB | 124/524 kB | 100/273 kB | 32/39 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.3 MB/s) Progress (4): 428/924 kB | 128/524 kB | 100/273 kB | 32/39 kB Progress (4): 428/924 kB | 128/524 kB | 104/273 kB | 32/39 kB Progress (4): 428/924 kB | 132/524 kB | 104/273 kB | 32/39 kB Progress (4): 428/924 kB | 136/524 kB | 104/273 kB | 32/39 kB Progress (4): 432/924 kB | 136/524 kB | 104/273 kB | 32/39 kB Progress (4): 432/924 kB | 136/524 kB | 104/273 kB | 36/39 kB Progress (4): 432/924 kB | 140/524 kB | 104/273 kB | 36/39 kB Progress (4): 432/924 kB | 140/524 kB | 108/273 kB | 36/39 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Progress (4): 432/924 kB | 140/524 kB | 112/273 kB | 36/39 kB Progress (4): 432/924 kB | 144/524 kB | 112/273 kB | 36/39 kB Progress (4): 436/924 kB | 144/524 kB | 112/273 kB | 36/39 kB Progress (4): 436/924 kB | 144/524 kB | 112/273 kB | 39 kB Progress (4): 440/924 kB | 144/524 kB | 112/273 kB | 39 kB Progress (4): 440/924 kB | 148/524 kB | 112/273 kB | 39 kB Progress (4): 440/924 kB | 152/524 kB | 112/273 kB | 39 kB Progress (4): 440/924 kB | 152/524 kB | 116/273 kB | 39 kB Progress (4): 440/924 kB | 156/524 kB | 116/273 kB | 39 kB Progress (4): 444/924 kB | 156/524 kB | 116/273 kB | 39 kB Progress (4): 444/924 kB | 160/524 kB | 116/273 kB | 39 kB Progress (4): 444/924 kB | 160/524 kB | 120/273 kB | 39 kB Progress (4): 448/924 kB | 160/524 kB | 120/273 kB | 39 kB Progress (4): 448/924 kB | 164/524 kB | 120/273 kB | 39 kB Progress (4): 448/924 kB | 164/524 kB | 124/273 kB | 39 kB Progress (4): 452/924 kB | 164/524 kB | 124/273 kB | 39 kB Progress (4): 452/924 kB | 168/524 kB | 124/273 kB | 39 kB Progress (4): 456/924 kB | 168/524 kB | 124/273 kB | 39 kB Progress (4): 456/924 kB | 168/524 kB | 128/273 kB | 39 kB Progress (4): 456/924 kB | 172/524 kB | 128/273 kB | 39 kB Progress (4): 460/924 kB | 172/524 kB | 128/273 kB | 39 kB Progress (4): 460/924 kB | 172/524 kB | 132/273 kB | 39 kB Progress (4): 460/924 kB | 176/524 kB | 132/273 kB | 39 kB Progress (4): 460/924 kB | 176/524 kB | 136/273 kB | 39 kB Progress (4): 464/924 kB | 176/524 kB | 136/273 kB | 39 kB Progress (4): 464/924 kB | 180/524 kB | 136/273 kB | 39 kB Progress (4): 468/924 kB | 180/524 kB | 136/273 kB | 39 kB Progress (4): 472/924 kB | 180/524 kB | 136/273 kB | 39 kB Progress (4): 476/924 kB | 180/524 kB | 136/273 kB | 39 kB Progress (4): 476/924 kB | 180/524 kB | 140/273 kB | 39 kB Progress (4): 480/924 kB | 180/524 kB | 140/273 kB | 39 kB Progress (5): 480/924 kB | 180/524 kB | 140/273 kB | 39 kB | 4.1/156 kB Progress (5): 480/924 kB | 184/524 kB | 140/273 kB | 39 kB | 4.1/156 kB Progress (5): 480/924 kB | 184/524 kB | 140/273 kB | 39 kB | 7.7/156 kB Progress (5): 484/924 kB | 184/524 kB | 140/273 kB | 39 kB | 7.7/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 99 kB/s) Progress (4): 484/924 kB | 184/524 kB | 144/273 kB | 7.7/156 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 (4): 488/924 kB | 184/524 kB | 144/273 kB | 7.7/156 kB Progress (4): 488/924 kB | 184/524 kB | 144/273 kB | 12/156 kB Progress (4): 488/924 kB | 188/524 kB | 144/273 kB | 12/156 kB Progress (4): 488/924 kB | 188/524 kB | 144/273 kB | 16/156 kB Progress (4): 492/924 kB | 188/524 kB | 144/273 kB | 16/156 kB Progress (4): 492/924 kB | 188/524 kB | 144/273 kB | 20/156 kB Progress (4): 492/924 kB | 188/524 kB | 148/273 kB | 20/156 kB Progress (4): 492/924 kB | 188/524 kB | 148/273 kB | 24/156 kB Progress (4): 496/924 kB | 188/524 kB | 148/273 kB | 24/156 kB Progress (4): 496/924 kB | 192/524 kB | 148/273 kB | 24/156 kB Progress (4): 496/924 kB | 192/524 kB | 148/273 kB | 28/156 kB Progress (4): 496/924 kB | 192/524 kB | 152/273 kB | 28/156 kB Progress (4): 496/924 kB | 196/524 kB | 152/273 kB | 28/156 kB Progress (4): 496/924 kB | 196/524 kB | 152/273 kB | 32/156 kB Progress (4): 500/924 kB | 196/524 kB | 152/273 kB | 32/156 kB Progress (4): 500/924 kB | 196/524 kB | 152/273 kB | 33/156 kB Progress (4): 500/924 kB | 196/524 kB | 156/273 kB | 33/156 kB Progress (4): 500/924 kB | 200/524 kB | 156/273 kB | 33/156 kB Progress (4): 500/924 kB | 200/524 kB | 160/273 kB | 33/156 kB Progress (4): 500/924 kB | 200/524 kB | 160/273 kB | 37/156 kB Progress (4): 504/924 kB | 200/524 kB | 160/273 kB | 37/156 kB Progress (4): 504/924 kB | 200/524 kB | 164/273 kB | 37/156 kB Progress (4): 504/924 kB | 200/524 kB | 164/273 kB | 41/156 kB Progress (4): 504/924 kB | 204/524 kB | 164/273 kB | 41/156 kB Progress (4): 504/924 kB | 204/524 kB | 164/273 kB | 45/156 kB Progress (4): 504/924 kB | 204/524 kB | 168/273 kB | 45/156 kB Progress (4): 508/924 kB | 204/524 kB | 168/273 kB | 45/156 kB Progress (4): 508/924 kB | 204/524 kB | 168/273 kB | 49/156 kB Progress (4): 508/924 kB | 208/524 kB | 168/273 kB | 49/156 kB Progress (4): 508/924 kB | 208/524 kB | 172/273 kB | 49/156 kB Progress (4): 512/924 kB | 208/524 kB | 172/273 kB | 49/156 kB Progress (4): 512/924 kB | 212/524 kB | 172/273 kB | 49/156 kB Progress (4): 512/924 kB | 212/524 kB | 176/273 kB | 49/156 kB Progress (5): 512/924 kB | 212/524 kB | 176/273 kB | 49/156 kB | 4.1/35 kB Progress (5): 512/924 kB | 212/524 kB | 176/273 kB | 53/156 kB | 4.1/35 kB Progress (5): 512/924 kB | 212/524 kB | 176/273 kB | 53/156 kB | 7.7/35 kB Progress (5): 512/924 kB | 212/524 kB | 180/273 kB | 53/156 kB | 7.7/35 kB Progress (5): 516/924 kB | 212/524 kB | 180/273 kB | 53/156 kB | 7.7/35 kB Progress (5): 516/924 kB | 216/524 kB | 180/273 kB | 53/156 kB | 7.7/35 kB Progress (5): 520/924 kB | 216/524 kB | 180/273 kB | 53/156 kB | 7.7/35 kB Progress (5): 520/924 kB | 216/524 kB | 180/273 kB | 53/156 kB | 12/35 kB Progress (5): 524/924 kB | 216/524 kB | 180/273 kB | 53/156 kB | 12/35 kB Progress (5): 524/924 kB | 216/524 kB | 184/273 kB | 53/156 kB | 12/35 kB Progress (5): 524/924 kB | 216/524 kB | 184/273 kB | 57/156 kB | 12/35 kB Progress (5): 528/924 kB | 216/524 kB | 184/273 kB | 57/156 kB | 12/35 kB Progress (5): 528/924 kB | 216/524 kB | 184/273 kB | 57/156 kB | 16/35 kB Progress (5): 528/924 kB | 220/524 kB | 184/273 kB | 57/156 kB | 16/35 kB Progress (5): 532/924 kB | 220/524 kB | 184/273 kB | 57/156 kB | 16/35 kB Progress (5): 532/924 kB | 220/524 kB | 184/273 kB | 61/156 kB | 16/35 kB Progress (5): 532/924 kB | 220/524 kB | 188/273 kB | 61/156 kB | 16/35 kB Progress (5): 532/924 kB | 220/524 kB | 188/273 kB | 65/156 kB | 16/35 kB Progress (5): 536/924 kB | 220/524 kB | 188/273 kB | 65/156 kB | 16/35 kB Progress (5): 536/924 kB | 224/524 kB | 188/273 kB | 65/156 kB | 16/35 kB Progress (5): 536/924 kB | 224/524 kB | 188/273 kB | 65/156 kB | 20/35 kB Progress (5): 536/924 kB | 228/524 kB | 188/273 kB | 65/156 kB | 20/35 kB Progress (5): 536/924 kB | 232/524 kB | 188/273 kB | 65/156 kB | 20/35 kB Progress (5): 540/924 kB | 232/524 kB | 188/273 kB | 65/156 kB | 20/35 kB Progress (5): 540/924 kB | 232/524 kB | 188/273 kB | 66/156 kB | 20/35 kB Progress (5): 540/924 kB | 232/524 kB | 192/273 kB | 66/156 kB | 20/35 kB Progress (5): 540/924 kB | 232/524 kB | 192/273 kB | 70/156 kB | 20/35 kB Progress (5): 544/924 kB | 232/524 kB | 192/273 kB | 70/156 kB | 20/35 kB Progress (5): 544/924 kB | 236/524 kB | 192/273 kB | 70/156 kB | 20/35 kB Progress (5): 544/924 kB | 236/524 kB | 192/273 kB | 70/156 kB | 24/35 kB Progress (5): 544/924 kB | 240/524 kB | 192/273 kB | 70/156 kB | 24/35 kB Progress (5): 544/924 kB | 240/524 kB | 192/273 kB | 70/156 kB | 28/35 kB Progress (5): 544/924 kB | 244/524 kB | 192/273 kB | 70/156 kB | 28/35 kB Progress (5): 544/924 kB | 248/524 kB | 192/273 kB | 70/156 kB | 28/35 kB Progress (5): 548/924 kB | 248/524 kB | 192/273 kB | 70/156 kB | 28/35 kB Progress (5): 548/924 kB | 252/524 kB | 192/273 kB | 70/156 kB | 28/35 kB Progress (5): 548/924 kB | 252/524 kB | 192/273 kB | 74/156 kB | 28/35 kB Progress (5): 548/924 kB | 252/524 kB | 196/273 kB | 74/156 kB | 28/35 kB Progress (5): 548/924 kB | 256/524 kB | 196/273 kB | 74/156 kB | 28/35 kB Progress (5): 552/924 kB | 256/524 kB | 196/273 kB | 74/156 kB | 28/35 kB Progress (5): 552/924 kB | 256/524 kB | 196/273 kB | 74/156 kB | 32/35 kB Progress (5): 556/924 kB | 256/524 kB | 196/273 kB | 74/156 kB | 32/35 kB Progress (5): 556/924 kB | 260/524 kB | 196/273 kB | 74/156 kB | 32/35 kB Progress (5): 556/924 kB | 260/524 kB | 197/273 kB | 74/156 kB | 32/35 kB Progress (5): 556/924 kB | 260/524 kB | 197/273 kB | 78/156 kB | 32/35 kB Progress (5): 556/924 kB | 260/524 kB | 201/273 kB | 78/156 kB | 32/35 kB Progress (5): 556/924 kB | 264/524 kB | 201/273 kB | 78/156 kB | 32/35 kB Progress (5): 560/924 kB | 264/524 kB | 201/273 kB | 78/156 kB | 32/35 kB Progress (5): 560/924 kB | 264/524 kB | 201/273 kB | 78/156 kB | 35 kB Progress (5): 560/924 kB | 268/524 kB | 201/273 kB | 78/156 kB | 35 kB Progress (5): 560/924 kB | 268/524 kB | 205/273 kB | 78/156 kB | 35 kB Progress (5): 560/924 kB | 268/524 kB | 205/273 kB | 82/156 kB | 35 kB Progress (5): 560/924 kB | 268/524 kB | 209/273 kB | 82/156 kB | 35 kB Progress (5): 560/924 kB | 272/524 kB | 209/273 kB | 82/156 kB | 35 kB Progress (5): 564/924 kB | 272/524 kB | 209/273 kB | 82/156 kB | 35 kB Progress (5): 564/924 kB | 276/524 kB | 209/273 kB | 82/156 kB | 35 kB Progress (5): 564/924 kB | 276/524 kB | 213/273 kB | 82/156 kB | 35 kB Progress (5): 564/924 kB | 276/524 kB | 213/273 kB | 86/156 kB | 35 kB Progress (5): 564/924 kB | 280/524 kB | 213/273 kB | 86/156 kB | 35 kB Progress (5): 568/924 kB | 280/524 kB | 213/273 kB | 86/156 kB | 35 kB Progress (5): 568/924 kB | 284/524 kB | 213/273 kB | 86/156 kB | 35 kB Progress (5): 568/924 kB | 284/524 kB | 213/273 kB | 90/156 kB | 35 kB Progress (5): 568/924 kB | 284/524 kB | 217/273 kB | 90/156 kB | 35 kB Progress (5): 568/924 kB | 288/524 kB | 217/273 kB | 90/156 kB | 35 kB Progress (5): 572/924 kB | 288/524 kB | 217/273 kB | 90/156 kB | 35 kB Progress (5): 572/924 kB | 288/524 kB | 217/273 kB | 94/156 kB | 35 kB Progress (5): 572/924 kB | 288/524 kB | 221/273 kB | 94/156 kB | 35 kB Progress (5): 572/924 kB | 288/524 kB | 221/273 kB | 98/156 kB | 35 kB Progress (5): 572/924 kB | 288/524 kB | 225/273 kB | 98/156 kB | 35 kB Progress (5): 576/924 kB | 288/524 kB | 225/273 kB | 98/156 kB | 35 kB Progress (5): 576/924 kB | 292/524 kB | 225/273 kB | 98/156 kB | 35 kB Progress (5): 576/924 kB | 292/524 kB | 229/273 kB | 98/156 kB | 35 kB Progress (5): 576/924 kB | 292/524 kB | 229/273 kB | 98/156 kB | 35 kB Progress (5): 576/924 kB | 296/524 kB | 229/273 kB | 98/156 kB | 35 kB Progress (5): 576/924 kB | 296/524 kB | 229/273 kB | 102/156 kB | 35 kB Progress (5): 580/924 kB | 296/524 kB | 229/273 kB | 102/156 kB | 35 kB Progress (5): 580/924 kB | 300/524 kB | 229/273 kB | 102/156 kB | 35 kB Progress (5): 580/924 kB | 300/524 kB | 229/273 kB | 106/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 82 kB/s) Progress (4): 580/924 kB | 300/524 kB | 233/273 kB | 106/156 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): 580/924 kB | 300/524 kB | 233/273 kB | 110/156 kB Progress (4): 580/924 kB | 304/524 kB | 233/273 kB | 110/156 kB Progress (4): 584/924 kB | 304/524 kB | 233/273 kB | 110/156 kB Progress (4): 584/924 kB | 304/524 kB | 233/273 kB | 114/156 kB Progress (4): 588/924 kB | 304/524 kB | 233/273 kB | 114/156 kB Progress (4): 588/924 kB | 304/524 kB | 237/273 kB | 114/156 kB Progress (4): 592/924 kB | 304/524 kB | 237/273 kB | 114/156 kB Progress (4): 592/924 kB | 304/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 308/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 312/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 316/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 320/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 324/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 328/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 332/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 336/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 340/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 344/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 348/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 352/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 356/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 360/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 364/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 368/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 372/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 376/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 380/524 kB | 237/273 kB | 118/156 kB Progress (4): 592/924 kB | 384/524 kB | 237/273 kB | 118/156 kB Progress (4): 596/924 kB | 384/524 kB | 237/273 kB | 118/156 kB Progress (4): 596/924 kB | 384/524 kB | 237/273 kB | 122/156 kB Progress (4): 596/924 kB | 384/524 kB | 241/273 kB | 122/156 kB Progress (4): 596/924 kB | 384/524 kB | 241/273 kB | 126/156 kB Progress (4): 600/924 kB | 384/524 kB | 241/273 kB | 126/156 kB Progress (4): 600/924 kB | 388/524 kB | 241/273 kB | 126/156 kB Progress (4): 604/924 kB | 388/524 kB | 241/273 kB | 126/156 kB Progress (5): 604/924 kB | 388/524 kB | 241/273 kB | 126/156 kB | 4.1/68 kB Progress (5): 608/924 kB | 388/524 kB | 241/273 kB | 126/156 kB | 4.1/68 kB Progress (5): 608/924 kB | 392/524 kB | 241/273 kB | 126/156 kB | 4.1/68 kB Progress (5): 608/924 kB | 392/524 kB | 241/273 kB | 130/156 kB | 4.1/68 kB Progress (5): 608/924 kB | 392/524 kB | 245/273 kB | 130/156 kB | 4.1/68 kB Progress (5): 608/924 kB | 392/524 kB | 245/273 kB | 134/156 kB | 4.1/68 kB Progress (5): 608/924 kB | 392/524 kB | 249/273 kB | 134/156 kB | 4.1/68 kB Progress (5): 608/924 kB | 396/524 kB | 249/273 kB | 134/156 kB | 4.1/68 kB Progress (5): 612/924 kB | 396/524 kB | 249/273 kB | 134/156 kB | 4.1/68 kB Progress (5): 612/924 kB | 396/524 kB | 249/273 kB | 134/156 kB | 7.7/68 kB Progress (5): 616/924 kB | 396/524 kB | 249/273 kB | 134/156 kB | 7.7/68 kB Progress (5): 616/924 kB | 400/524 kB | 249/273 kB | 134/156 kB | 7.7/68 kB Progress (5): 620/924 kB | 400/524 kB | 249/273 kB | 134/156 kB | 7.7/68 kB Progress (5): 620/924 kB | 400/524 kB | 253/273 kB | 134/156 kB | 7.7/68 kB Progress (5): 620/924 kB | 400/524 kB | 253/273 kB | 138/156 kB | 7.7/68 kB Progress (5): 624/924 kB | 400/524 kB | 253/273 kB | 138/156 kB | 7.7/68 kB Progress (5): 624/924 kB | 400/524 kB | 253/273 kB | 142/156 kB | 7.7/68 kB Progress (5): 624/924 kB | 404/524 kB | 253/273 kB | 142/156 kB | 7.7/68 kB Progress (5): 624/924 kB | 404/524 kB | 253/273 kB | 142/156 kB | 12/68 kB Progress (5): 624/924 kB | 408/524 kB | 253/273 kB | 142/156 kB | 12/68 kB Progress (5): 628/924 kB | 408/524 kB | 253/273 kB | 142/156 kB | 12/68 kB Progress (5): 628/924 kB | 412/524 kB | 253/273 kB | 142/156 kB | 12/68 kB Progress (5): 628/924 kB | 412/524 kB | 253/273 kB | 146/156 kB | 12/68 kB Progress (5): 628/924 kB | 412/524 kB | 257/273 kB | 146/156 kB | 12/68 kB Progress (5): 628/924 kB | 412/524 kB | 257/273 kB | 150/156 kB | 12/68 kB Progress (5): 628/924 kB | 416/524 kB | 257/273 kB | 150/156 kB | 12/68 kB Progress (5): 632/924 kB | 416/524 kB | 257/273 kB | 150/156 kB | 12/68 kB Progress (5): 632/924 kB | 416/524 kB | 257/273 kB | 150/156 kB | 16/68 kB Progress (5): 636/924 kB | 416/524 kB | 257/273 kB | 150/156 kB | 16/68 kB Progress (5): 636/924 kB | 420/524 kB | 257/273 kB | 150/156 kB | 16/68 kB Progress (5): 636/924 kB | 420/524 kB | 257/273 kB | 154/156 kB | 16/68 kB Progress (5): 636/924 kB | 420/524 kB | 261/273 kB | 154/156 kB | 16/68 kB Progress (5): 636/924 kB | 420/524 kB | 261/273 kB | 156 kB | 16/68 kB Progress (5): 636/924 kB | 424/524 kB | 261/273 kB | 156 kB | 16/68 kB Progress (5): 640/924 kB | 424/524 kB | 261/273 kB | 156 kB | 16/68 kB Progress (5): 640/924 kB | 424/524 kB | 261/273 kB | 156 kB | 20/68 kB Progress (5): 640/924 kB | 428/524 kB | 261/273 kB | 156 kB | 20/68 kB Progress (5): 640/924 kB | 432/524 kB | 261/273 kB | 156 kB | 20/68 kB Progress (5): 640/924 kB | 432/524 kB | 265/273 kB | 156 kB | 20/68 kB Progress (5): 640/924 kB | 436/524 kB | 265/273 kB | 156 kB | 20/68 kB Progress (5): 640/924 kB | 436/524 kB | 265/273 kB | 156 kB | 24/68 kB Progress (5): 644/924 kB | 436/524 kB | 265/273 kB | 156 kB | 24/68 kB Progress (5): 644/924 kB | 436/524 kB | 265/273 kB | 156 kB | 28/68 kB Progress (5): 644/924 kB | 440/524 kB | 265/273 kB | 156 kB | 28/68 kB Progress (5): 644/924 kB | 440/524 kB | 269/273 kB | 156 kB | 28/68 kB Progress (5): 644/924 kB | 444/524 kB | 269/273 kB | 156 kB | 28/68 kB Progress (5): 644/924 kB | 444/524 kB | 273/273 kB | 156 kB | 28/68 kB Progress (5): 644/924 kB | 444/524 kB | 273 kB | 156 kB | 28/68 kB Progress (5): 644/924 kB | 444/524 kB | 273 kB | 156 kB | 32/68 kB Progress (5): 648/924 kB | 444/524 kB | 273 kB | 156 kB | 32/68 kB Progress (5): 648/924 kB | 444/524 kB | 273 kB | 156 kB | 33/68 kB Progress (5): 648/924 kB | 448/524 kB | 273 kB | 156 kB | 33/68 kB Progress (5): 648/924 kB | 448/524 kB | 273 kB | 156 kB | 37/68 kB Progress (5): 652/924 kB | 448/524 kB | 273 kB | 156 kB | 37/68 kB Progress (5): 652/924 kB | 448/524 kB | 273 kB | 156 kB | 41/68 kB Progress (5): 652/924 kB | 452/524 kB | 273 kB | 156 kB | 41/68 kB Progress (5): 656/924 kB | 452/524 kB | 273 kB | 156 kB | 41/68 kB Progress (5): 656/924 kB | 456/524 kB | 273 kB | 156 kB | 41/68 kB Progress (5): 656/924 kB | 456/524 kB | 273 kB | 156 kB | 45/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 303 kB/s) Progress (4): 660/924 kB | 456/524 kB | 273 kB | 45/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): 660/924 kB | 456/524 kB | 273 kB | 49/68 kB Progress (4): 660/924 kB | 460/524 kB | 273 kB | 49/68 kB Progress (4): 664/924 kB | 460/524 kB | 273 kB | 49/68 kB Progress (4): 664/924 kB | 464/524 kB | 273 kB | 49/68 kB Progress (4): 664/924 kB | 464/524 kB | 273 kB | 53/68 kB Progress (4): 668/924 kB | 464/524 kB | 273 kB | 53/68 kB Progress (4): 668/924 kB | 468/524 kB | 273 kB | 53/68 kB Progress (4): 668/924 kB | 468/524 kB | 273 kB | 57/68 kB Progress (4): 668/924 kB | 472/524 kB | 273 kB | 57/68 kB Progress (4): 672/924 kB | 472/524 kB | 273 kB | 57/68 kB Progress (4): 672/924 kB | 472/524 kB | 273 kB | 61/68 kB Progress (4): 672/924 kB | 476/524 kB | 273 kB | 61/68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 525 kB/s) Progress (3): 672/924 kB | 476/524 kB | 65/68 kB Progress (3): 676/924 kB | 476/524 kB | 65/68 kB Progress (3): 676/924 kB | 476/524 kB | 68 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (3): 676/924 kB | 480/524 kB | 68 kB Progress (3): 680/924 kB | 480/524 kB | 68 kB Progress (3): 680/924 kB | 484/524 kB | 68 kB Progress (3): 684/924 kB | 484/524 kB | 68 kB Progress (3): 684/924 kB | 488/524 kB | 68 kB Progress (3): 688/924 kB | 488/524 kB | 68 kB Progress (3): 688/924 kB | 492/524 kB | 68 kB Progress (3): 692/924 kB | 492/524 kB | 68 kB Progress (3): 692/924 kB | 496/524 kB | 68 kB Progress (3): 696/924 kB | 496/524 kB | 68 kB Progress (3): 696/924 kB | 500/524 kB | 68 kB Progress (3): 700/924 kB | 500/524 kB | 68 kB Progress (3): 700/924 kB | 504/524 kB | 68 kB Progress (3): 704/924 kB | 504/524 kB | 68 kB Progress (4): 704/924 kB | 504/524 kB | 68 kB | 4.1/332 kB Progress (4): 708/924 kB | 504/524 kB | 68 kB | 4.1/332 kB Progress (4): 708/924 kB | 508/524 kB | 68 kB | 4.1/332 kB Progress (4): 712/924 kB | 508/524 kB | 68 kB | 4.1/332 kB Progress (4): 712/924 kB | 508/524 kB | 68 kB | 7.7/332 kB Progress (4): 716/924 kB | 508/524 kB | 68 kB | 7.7/332 kB Progress (4): 716/924 kB | 512/524 kB | 68 kB | 7.7/332 kB Progress (4): 716/924 kB | 512/524 kB | 68 kB | 12/332 kB Progress (4): 720/924 kB | 512/524 kB | 68 kB | 12/332 kB Progress (4): 720/924 kB | 512/524 kB | 68 kB | 16/332 kB Progress (4): 720/924 kB | 516/524 kB | 68 kB | 16/332 kB Progress (4): 724/924 kB | 516/524 kB | 68 kB | 16/332 kB Progress (4): 724/924 kB | 516/524 kB | 68 kB | 20/332 kB Progress (4): 724/924 kB | 520/524 kB | 68 kB | 20/332 kB Progress (4): 724/924 kB | 520/524 kB | 68 kB | 24/332 kB Progress (4): 728/924 kB | 520/524 kB | 68 kB | 24/332 kB Progress (4): 728/924 kB | 524/524 kB | 68 kB | 24/332 kB Progress (4): 728/924 kB | 524/524 kB | 68 kB | 28/332 kB Progress (4): 732/924 kB | 524/524 kB | 68 kB | 28/332 kB Progress (4): 732/924 kB | 524 kB | 68 kB | 28/332 kB Progress (4): 736/924 kB | 524 kB | 68 kB | 28/332 kB Progress (4): 736/924 kB | 524 kB | 68 kB | 32/332 kB Progress (4): 736/924 kB | 524 kB | 68 kB | 33/332 kB Progress (4): 740/924 kB | 524 kB | 68 kB | 33/332 kB Progress (4): 744/924 kB | 524 kB | 68 kB | 33/332 kB Progress (4): 744/924 kB | 524 kB | 68 kB | 37/332 kB Progress (4): 748/924 kB | 524 kB | 68 kB | 37/332 kB Progress (4): 748/924 kB | 524 kB | 68 kB | 41/332 kB Progress (4): 752/924 kB | 524 kB | 68 kB | 41/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 127 kB/s) Progress (4): 752/924 kB | 524 kB | 41/332 kB | 4.1/30 kB Progress (4): 756/924 kB | 524 kB | 41/332 kB | 4.1/30 kB Progress (4): 756/924 kB | 524 kB | 45/332 kB | 4.1/30 kB Progress (4): 760/924 kB | 524 kB | 45/332 kB | 4.1/30 kB Progress (4): 760/924 kB | 524 kB | 45/332 kB | 7.7/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 (4): 760/924 kB | 524 kB | 45/332 kB | 12/30 kB Progress (4): 764/924 kB | 524 kB | 45/332 kB | 12/30 kB Progress (4): 764/924 kB | 524 kB | 49/332 kB | 12/30 kB Progress (4): 768/924 kB | 524 kB | 49/332 kB | 12/30 kB Progress (4): 768/924 kB | 524 kB | 49/332 kB | 16/30 kB Progress (4): 772/924 kB | 524 kB | 49/332 kB | 16/30 kB Progress (4): 772/924 kB | 524 kB | 53/332 kB | 16/30 kB Progress (4): 772/924 kB | 524 kB | 53/332 kB | 20/30 kB Progress (4): 776/924 kB | 524 kB | 53/332 kB | 20/30 kB Progress (4): 776/924 kB | 524 kB | 53/332 kB | 24/30 kB Progress (4): 776/924 kB | 524 kB | 57/332 kB | 24/30 kB Progress (4): 780/924 kB | 524 kB | 57/332 kB | 24/30 kB Progress (4): 784/924 kB | 524 kB | 57/332 kB | 24/30 kB Progress (4): 784/924 kB | 524 kB | 61/332 kB | 24/30 kB Progress (4): 784/924 kB | 524 kB | 65/332 kB | 24/30 kB Progress (4): 788/924 kB | 524 kB | 65/332 kB | 24/30 kB Progress (4): 792/924 kB | 524 kB | 65/332 kB | 24/30 kB Progress (4): 792/924 kB | 524 kB | 69/332 kB | 24/30 kB Progress (4): 792/924 kB | 524 kB | 73/332 kB | 24/30 kB Progress (4): 796/924 kB | 524 kB | 73/332 kB | 24/30 kB Progress (4): 800/924 kB | 524 kB | 73/332 kB | 24/30 kB Progress (4): 800/924 kB | 524 kB | 77/332 kB | 24/30 kB Progress (4): 800/924 kB | 524 kB | 81/332 kB | 24/30 kB Progress (4): 804/924 kB | 524 kB | 81/332 kB | 24/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 879 kB/s) Progress (3): 804/924 kB | 85/332 kB | 24/30 kB Progress (3): 808/924 kB | 85/332 kB | 24/30 kB Progress (3): 808/924 kB | 85/332 kB | 28/30 kB Progress (3): 812/924 kB | 85/332 kB | 28/30 kB Progress (3): 812/924 kB | 89/332 kB | 28/30 kB 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 (3): 812/924 kB | 93/332 kB | 28/30 kB Progress (3): 816/924 kB | 93/332 kB | 28/30 kB Progress (3): 816/924 kB | 93/332 kB | 30 kB Progress (3): 820/924 kB | 93/332 kB | 30 kB Progress (3): 820/924 kB | 97/332 kB | 30 kB Progress (3): 824/924 kB | 97/332 kB | 30 kB Progress (3): 824/924 kB | 98/332 kB | 30 kB Progress (3): 828/924 kB | 98/332 kB | 30 kB Progress (3): 828/924 kB | 102/332 kB | 30 kB Progress (3): 832/924 kB | 102/332 kB | 30 kB Progress (3): 832/924 kB | 106/332 kB | 30 kB Progress (3): 836/924 kB | 106/332 kB | 30 kB Progress (3): 836/924 kB | 110/332 kB | 30 kB Progress (3): 840/924 kB | 110/332 kB | 30 kB Progress (3): 840/924 kB | 114/332 kB | 30 kB Progress (3): 844/924 kB | 114/332 kB | 30 kB Progress (3): 844/924 kB | 118/332 kB | 30 kB Progress (3): 848/924 kB | 118/332 kB | 30 kB Progress (3): 848/924 kB | 122/332 kB | 30 kB Progress (3): 852/924 kB | 122/332 kB | 30 kB Progress (3): 852/924 kB | 126/332 kB | 30 kB Progress (3): 856/924 kB | 126/332 kB | 30 kB Progress (3): 856/924 kB | 130/332 kB | 30 kB Progress (3): 860/924 kB | 130/332 kB | 30 kB Progress (3): 860/924 kB | 134/332 kB | 30 kB Progress (3): 864/924 kB | 134/332 kB | 30 kB Progress (3): 864/924 kB | 138/332 kB | 30 kB Progress (3): 868/924 kB | 138/332 kB | 30 kB Progress (3): 868/924 kB | 142/332 kB | 30 kB Progress (3): 872/924 kB | 142/332 kB | 30 kB Progress (3): 872/924 kB | 146/332 kB | 30 kB Progress (4): 872/924 kB | 146/332 kB | 30 kB | 4.1/38 kB Progress (4): 872/924 kB | 150/332 kB | 30 kB | 4.1/38 kB Progress (4): 876/924 kB | 150/332 kB | 30 kB | 4.1/38 kB Progress (4): 876/924 kB | 154/332 kB | 30 kB | 4.1/38 kB Progress (4): 876/924 kB | 154/332 kB | 30 kB | 7.7/38 kB Progress (4): 880/924 kB | 154/332 kB | 30 kB | 7.7/38 kB Progress (5): 880/924 kB | 154/332 kB | 30 kB | 7.7/38 kB | 4.1/35 kB Progress (5): 880/924 kB | 158/332 kB | 30 kB | 7.7/38 kB | 4.1/35 kB Progress (5): 884/924 kB | 158/332 kB | 30 kB | 7.7/38 kB | 4.1/35 kB Progress (5): 884/924 kB | 158/332 kB | 30 kB | 7.7/38 kB | 7.7/35 kB Progress (5): 884/924 kB | 158/332 kB | 30 kB | 12/38 kB | 7.7/35 kB Progress (5): 884/924 kB | 158/332 kB | 30 kB | 12/38 kB | 12/35 kB Progress (5): 888/924 kB | 158/332 kB | 30 kB | 12/38 kB | 12/35 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 49 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Progress (4): 888/924 kB | 162/332 kB | 12/38 kB | 12/35 kB Progress (4): 892/924 kB | 162/332 kB | 12/38 kB | 12/35 kB Progress (4): 892/924 kB | 162/332 kB | 12/38 kB | 16/35 kB Progress (4): 892/924 kB | 162/332 kB | 16/38 kB | 16/35 kB Progress (4): 892/924 kB | 166/332 kB | 16/38 kB | 16/35 kB Progress (4): 896/924 kB | 166/332 kB | 16/38 kB | 16/35 kB Progress (4): 896/924 kB | 170/332 kB | 16/38 kB | 16/35 kB Progress (4): 896/924 kB | 170/332 kB | 20/38 kB | 16/35 kB Progress (4): 896/924 kB | 170/332 kB | 20/38 kB | 20/35 kB Progress (4): 896/924 kB | 170/332 kB | 24/38 kB | 20/35 kB Progress (4): 896/924 kB | 174/332 kB | 24/38 kB | 20/35 kB Progress (4): 896/924 kB | 174/332 kB | 28/38 kB | 20/35 kB Progress (4): 900/924 kB | 174/332 kB | 28/38 kB | 20/35 kB Progress (4): 900/924 kB | 174/332 kB | 32/38 kB | 20/35 kB Progress (4): 900/924 kB | 178/332 kB | 32/38 kB | 20/35 kB Progress (4): 900/924 kB | 178/332 kB | 32/38 kB | 24/35 kB Progress (4): 900/924 kB | 182/332 kB | 32/38 kB | 24/35 kB Progress (4): 900/924 kB | 182/332 kB | 36/38 kB | 24/35 kB Progress (4): 904/924 kB | 182/332 kB | 36/38 kB | 24/35 kB Progress (4): 904/924 kB | 182/332 kB | 38 kB | 24/35 kB Progress (4): 904/924 kB | 182/332 kB | 38 kB | 28/35 kB Progress (4): 904/924 kB | 186/332 kB | 38 kB | 28/35 kB Progress (4): 904/924 kB | 186/332 kB | 38 kB | 32/35 kB Progress (4): 908/924 kB | 186/332 kB | 38 kB | 32/35 kB Progress (4): 908/924 kB | 186/332 kB | 38 kB | 35 kB Progress (4): 908/924 kB | 190/332 kB | 38 kB | 35 kB Progress (4): 912/924 kB | 190/332 kB | 38 kB | 35 kB Progress (4): 912/924 kB | 194/332 kB | 38 kB | 35 kB Progress (4): 916/924 kB | 194/332 kB | 38 kB | 35 kB Progress (4): 916/924 kB | 197/332 kB | 38 kB | 35 kB Progress (4): 920/924 kB | 197/332 kB | 38 kB | 35 kB Progress (4): 920/924 kB | 201/332 kB | 38 kB | 35 kB Progress (4): 924/924 kB | 201/332 kB | 38 kB | 35 kB Progress (4): 924/924 kB | 205/332 kB | 38 kB | 35 kB Progress (4): 924 kB | 205/332 kB | 38 kB | 35 kB Progress (4): 924 kB | 209/332 kB | 38 kB | 35 kB Progress (4): 924 kB | 213/332 kB | 38 kB | 35 kB Progress (4): 924 kB | 217/332 kB | 38 kB | 35 kB Progress (4): 924 kB | 221/332 kB | 38 kB | 35 kB Progress (4): 924 kB | 225/332 kB | 38 kB | 35 kB Progress (4): 924 kB | 229/332 kB | 38 kB | 35 kB Progress (4): 924 kB | 229/332 kB | 38 kB | 35 kB Progress (4): 924 kB | 233/332 kB | 38 kB | 35 kB Progress (4): 924 kB | 237/332 kB | 38 kB | 35 kB Progress (5): 924 kB | 237/332 kB | 38 kB | 35 kB | 4.1/108 kB Progress (5): 924 kB | 241/332 kB | 38 kB | 35 kB | 4.1/108 kB Progress (5): 924 kB | 241/332 kB | 38 kB | 35 kB | 7.7/108 kB Progress (5): 924 kB | 245/332 kB | 38 kB | 35 kB | 7.7/108 kB Progress (5): 924 kB | 245/332 kB | 38 kB | 35 kB | 12/108 kB Progress (5): 924 kB | 249/332 kB | 38 kB | 35 kB | 12/108 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 60 kB/s) Progress (4): 924 kB | 253/332 kB | 35 kB | 12/108 kB Progress (4): 924 kB | 253/332 kB | 35 kB | 16/108 kB Progress (4): 924 kB | 257/332 kB | 35 kB | 16/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Progress (4): 924 kB | 257/332 kB | 35 kB | 20/108 kB Progress (4): 924 kB | 261/332 kB | 35 kB | 20/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 56 kB/s) Progress (3): 924 kB | 265/332 kB | 20/108 kB Progress (3): 924 kB | 265/332 kB | 24/108 kB Progress (3): 924 kB | 269/332 kB | 24/108 kB Progress (3): 924 kB | 269/332 kB | 28/108 kB Progress (3): 924 kB | 273/332 kB | 28/108 kB Progress (3): 924 kB | 273/332 kB | 32/108 kB Progress (3): 924 kB | 277/332 kB | 32/108 kB Progress (3): 924 kB | 277/332 kB | 33/108 kB Progress (3): 924 kB | 281/332 kB | 33/108 kB Progress (3): 924 kB | 281/332 kB | 37/108 kB Progress (3): 924 kB | 285/332 kB | 37/108 kB Progress (3): 924 kB | 285/332 kB | 41/108 kB Progress (3): 924 kB | 289/332 kB | 41/108 kB Progress (3): 924 kB | 293/332 kB | 41/108 kB Progress (3): 924 kB | 293/332 kB | 45/108 kB Progress (3): 924 kB | 293/332 kB | 49/108 kB Progress (3): 924 kB | 297/332 kB | 49/108 kB Progress (3): 924 kB | 297/332 kB | 53/108 kB Progress (3): 924 kB | 297/332 kB | 57/108 kB Progress (3): 924 kB | 301/332 kB | 57/108 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 1.5 MB/s) Progress (2): 305/332 kB | 57/108 kB Progress (2): 305/332 kB | 61/108 kB Progress (3): 305/332 kB | 61/108 kB | 4.1/315 kB Progress (3): 309/332 kB | 61/108 kB | 4.1/315 kB Progress (3): 309/332 kB | 61/108 kB | 7.7/315 kB Progress (3): 309/332 kB | 65/108 kB | 7.7/315 kB Progress (3): 309/332 kB | 65/108 kB | 12/315 kB Progress (3): 313/332 kB | 65/108 kB | 12/315 kB Progress (3): 313/332 kB | 65/108 kB | 16/315 kB Progress (3): 313/332 kB | 66/108 kB | 16/315 kB Progress (3): 317/332 kB | 66/108 kB | 16/315 kB Progress (3): 317/332 kB | 66/108 kB | 20/315 kB Progress (3): 317/332 kB | 70/108 kB | 20/315 kB Progress (3): 317/332 kB | 74/108 kB | 20/315 kB Progress (3): 321/332 kB | 74/108 kB | 20/315 kB Progress (3): 321/332 kB | 74/108 kB | 24/315 kB Progress (3): 321/332 kB | 78/108 kB | 24/315 kB Progress (3): 325/332 kB | 78/108 kB | 24/315 kB Progress (3): 325/332 kB | 82/108 kB | 24/315 kB Progress (3): 329/332 kB | 82/108 kB | 24/315 kB Progress (3): 329/332 kB | 82/108 kB | 28/315 kB Progress (3): 329/332 kB | 86/108 kB | 28/315 kB Progress (3): 332 kB | 86/108 kB | 28/315 kB Progress (3): 332 kB | 90/108 kB | 28/315 kB Progress (3): 332 kB | 90/108 kB | 32/315 kB Progress (3): 332 kB | 90/108 kB | 33/315 kB Progress (3): 332 kB | 94/108 kB | 33/315 kB Progress (3): 332 kB | 98/108 kB | 33/315 kB Progress (3): 332 kB | 98/108 kB | 37/315 kB Progress (3): 332 kB | 98/108 kB | 41/315 kB Progress (3): 332 kB | 102/108 kB | 41/315 kB Progress (3): 332 kB | 106/108 kB | 41/315 kB Progress (3): 332 kB | 106/108 kB | 45/315 kB Progress (3): 332 kB | 108 kB | 45/315 kB Progress (3): 332 kB | 108 kB | 49/315 kB Progress (3): 332 kB | 108 kB | 53/315 kB Progress (3): 332 kB | 108 kB | 57/315 kB Progress (3): 332 kB | 108 kB | 61/315 kB Progress (3): 332 kB | 108 kB | 65/315 kB Progress (3): 332 kB | 108 kB | 66/315 kB Progress (3): 332 kB | 108 kB | 70/315 kB Progress (3): 332 kB | 108 kB | 74/315 kB Progress (3): 332 kB | 108 kB | 78/315 kB Progress (3): 332 kB | 108 kB | 82/315 kB Progress (3): 332 kB | 108 kB | 86/315 kB Progress (3): 332 kB | 108 kB | 90/315 kB Progress (3): 332 kB | 108 kB | 94/315 kB Progress (3): 332 kB | 108 kB | 98/315 kB Progress (3): 332 kB | 108 kB | 98/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 470 kB/s) Progress (2): 108 kB | 102/315 kB Progress (2): 108 kB | 106/315 kB Progress (2): 108 kB | 110/315 kB Progress (2): 108 kB | 114/315 kB Progress (2): 108 kB | 118/315 kB Progress (2): 108 kB | 122/315 kB Progress (2): 108 kB | 126/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 153 kB/s) Progress (1): 130/315 kB Progress (1): 131/315 kB Progress (1): 135/315 kB Progress (1): 139/315 kB Progress (1): 143/315 kB Progress (1): 147/315 kB Progress (1): 151/315 kB Progress (1): 155/315 kB Progress (1): 159/315 kB Progress (1): 163/315 kB Progress (1): 164/315 kB Progress (1): 168/315 kB Progress (1): 172/315 kB Progress (1): 176/315 kB Progress (1): 180/315 kB Progress (1): 184/315 kB Progress (1): 188/315 kB Progress (1): 192/315 kB Progress (1): 196/315 kB Progress (1): 197/315 kB Progress (1): 201/315 kB Progress (1): 205/315 kB Progress (1): 209/315 kB Progress (1): 213/315 kB Progress (1): 217/315 kB Progress (1): 221/315 kB Progress (1): 225/315 kB Progress (1): 229/315 kB Progress (1): 229/315 kB Progress (1): 233/315 kB Progress (1): 237/315 kB Progress (1): 241/315 kB Progress (1): 245/315 kB Progress (1): 249/315 kB Progress (1): 253/315 kB Progress (1): 257/315 kB Progress (1): 261/315 kB Progress (1): 262/315 kB Progress (1): 266/315 kB Progress (1): 270/315 kB Progress (1): 274/315 kB Progress (1): 278/315 kB Progress (1): 282/315 kB Progress (1): 286/315 kB Progress (1): 290/315 kB Progress (1): 294/315 kB Progress (1): 298/315 kB Progress (1): 302/315 kB Progress (1): 306/315 kB Progress (1): 310/315 kB Progress (1): 314/315 kB Progress (1): 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 433 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 603 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): 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 5.7 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 371 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 669 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 78 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 596 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 29 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 146 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 496 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 28 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 157 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 224 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 302 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 525 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 122 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 67 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 136 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 15 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 179 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 84 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 15 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 178 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 112 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 68 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 60 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 15 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 135 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 41 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 60 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 63 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 75 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 52 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 72 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 245 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 94 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 39 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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Progress (1): 675 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (675 B at 31 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 61 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 64 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 61 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 61 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 6.8 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 54 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): 4.1/4.2 kB Progress (1): 4.2 kB Progress (2): 4.2 kB | 0/1.5 MB Progress (2): 4.2 kB | 0/1.5 MB Progress (2): 4.2 kB | 0/1.5 MB Progress (2): 4.2 kB | 0/1.5 MB Progress (2): 4.2 kB | 0/1.5 MB Progress (2): 4.2 kB | 0/1.5 MB Progress (2): 4.2 kB | 0/1.5 MB Progress (2): 4.2 kB | 0/1.5 MB Progress (2): 4.2 kB | 0/1.5 MB Progress (2): 4.2 kB | 0/1.5 MB Progress (2): 4.2 kB | 0/1.5 MB Progress (2): 4.2 kB | 0/1.5 MB Progress (2): 4.2 kB | 0/1.5 MB Progress (2): 4.2 kB | 0.1/1.5 MB Progress (2): 4.2 kB | 0.1/1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 114 kB/s) Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5 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 95 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 253 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 70 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 733 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 506 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): 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): 197/316 kB Progress (1): 201/316 kB Progress (1): 205/316 kB Progress (1): 209/316 kB Progress (1): 213/316 kB Progress (1): 217/316 kB Progress (1): 221/316 kB Progress (1): 225/316 kB Progress (1): 229/316 kB Progress (1): 229/316 kB Progress (1): 233/316 kB Progress (1): 237/316 kB Progress (1): 241/316 kB Progress (1): 245/316 kB Progress (1): 249/316 kB Progress (1): 253/316 kB Progress (1): 257/316 kB Progress (1): 261/316 kB Progress (1): 262/316 kB Progress (1): 266/316 kB Progress (1): 270/316 kB Progress (1): 274/316 kB Progress (1): 278/316 kB Progress (1): 282/316 kB Progress (1): 286/316 kB Progress (1): 290/316 kB Progress (1): 294/316 kB Progress (1): 298/316 kB Progress (1): 302/316 kB Progress (1): 306/316 kB Progress (1): 310/316 kB Progress (1): 314/316 kB Progress (1): 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 5.6 MB/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.16MB) [INFO] Fetching content.jar from http://download.eclipse.org/staging/2019-12/ (3.16MB) [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.v20191204-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.04kB) [INFO] Unpacking org.eclipse.swt_3.113.0.v20191204-0601... [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.v20191204-0601.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.v20191204-0601.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.v20191204-0601... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191204-0601.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.v20191204-0601.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.v20191204-0601... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,008.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,008.75kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601... [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.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.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.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_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.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.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.runtime_3.17.0.v20191122-2104.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.74kB) [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] Unpacking org.eclipse.core.runtime_3.17.0.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] The user operation is waiting for background work to complete. [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] 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.v20191203-1634.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (319.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.16.100.v20191203-1634.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (319.42kB) [INFO] Unpacking org.eclipse.jface.text_3.16.100.v20191203-1634... [INFO] Fetching org.eclipse.ui.editors_3.13.0.v20191203-1122.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (204.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.13.0.v20191203-1122.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (204.63kB) [INFO] Unpacking org.eclipse.ui.editors_3.13.0.v20191203-1122... [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.v20191203-2131.jar from http://download.eclipse.org/staging/2019-12/plugins/ (6.71MB) [INFO] Fetching org.eclipse.jdt.core_3.20.0.v20191203-2131.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.v20191203-1301.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.v20191203-1301.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.9MB) [INFO] Unpacking org.eclipse.jdt.ui_3.20.0.v20191203-1301... [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.500.v20191130-0156.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.66MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.500.v20191130-0156.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.v20191203-0859.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (485.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.0.v20191203-0859.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (485.06kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.13.0.v20191203-0859... [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.v20191202-2135.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.29MB) [INFO] Fetching org.eclipse.pde.core_3.13.200.v20191202-2135.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.v20191204-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.v20191204-1800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.14kB) [INFO] Unpacking org.eclipse.jdt_3.18.200.v20191204-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] 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.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_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.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_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.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.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] 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] 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] 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] 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] 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] The user operation is waiting for background work to complete. [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191126223242/repository/plugins/ (170.56kB) [INFO] Unpacking org.mockito_2.23.0.v20190527-1420... [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/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] 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 151 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 279 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/226 kB Progress (2): 13 kB | 7.7/226 kB Progress (2): 13 kB | 12/226 kB Progress (2): 13 kB | 16/226 kB Progress (2): 13 kB | 20/226 kB Progress (2): 13 kB | 24/226 kB Progress (2): 13 kB | 28/226 kB Progress (2): 13 kB | 32/226 kB Progress (2): 13 kB | 36/226 kB Progress (2): 13 kB | 40/226 kB Progress (2): 13 kB | 44/226 kB Progress (2): 13 kB | 48/226 kB Progress (2): 13 kB | 52/226 kB Progress (2): 13 kB | 56/226 kB Progress (2): 13 kB | 60/226 kB Progress (2): 13 kB | 64/226 kB Progress (2): 13 kB | 68/226 kB 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 402 kB/s) Progress (1): 72/226 kB Progress (1): 76/226 kB Progress (1): 80/226 kB Progress (1): 84/226 kB Progress (1): 88/226 kB Progress (1): 92/226 kB Progress (1): 96/226 kB Progress (1): 100/226 kB Progress (1): 104/226 kB Progress (1): 108/226 kB Progress (1): 112/226 kB Progress (1): 116/226 kB Progress (1): 120/226 kB Progress (1): 124/226 kB Progress (1): 128/226 kB Progress (1): 132/226 kB Progress (1): 136/226 kB Progress (1): 140/226 kB Progress (1): 144/226 kB Progress (1): 148/226 kB Progress (1): 152/226 kB Progress (1): 156/226 kB Progress (1): 160/226 kB Progress (1): 164/226 kB Progress (1): 168/226 kB Progress (1): 172/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 216/226 kB Progress (1): 220/226 kB Progress (1): 224/226 kB Progress (1): 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.6 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 104 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 81 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 130 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 228 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 57 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 214 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 144 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 291 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 1.1 MB/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 140 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 86 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 685 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 27 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 454 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 26 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 44 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 43 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 18 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 229 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 73 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 280 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 189 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 306 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 64 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 52 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 76 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 523 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 56 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 124 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 68 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 81 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 119 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 162 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 333 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 77 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 39 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 344 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 959 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 92 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 104 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 166 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 48 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 72 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 93 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 83 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 56 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 72 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 52 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 48 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 626 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 53 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 124 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Progress (1): 4.1/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 166 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 82 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 27 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 126 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 176 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 182 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 132 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 463 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 53 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 87 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 196 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 107 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 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 103 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 65 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 38 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 233 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 88 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 274 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 277 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 428 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 355 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.4 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 324 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 13 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 32 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 34 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 61 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 4.9 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Progress (1): 346 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 13 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 278 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 118 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 64 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 84 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 115 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.pom (3.1 kB at 112 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.pom (3.2 kB at 113 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 68 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/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/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-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/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Progress (1): 4.1/51 kB Progress (1): 7.7/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (1): 28/51 kB Progress (2): 28/51 kB | 4.1/88 kB Progress (2): 32/51 kB | 4.1/88 kB Progress (2): 32/51 kB | 7.7/88 kB Progress (3): 32/51 kB | 7.7/88 kB | 4.1/12 kB Progress (3): 36/51 kB | 7.7/88 kB | 4.1/12 kB Progress (3): 36/51 kB | 12/88 kB | 4.1/12 kB Progress (3): 36/51 kB | 12/88 kB | 7.7/12 kB Progress (4): 36/51 kB | 12/88 kB | 7.7/12 kB | 4.1/26 kB Progress (4): 36/51 kB | 16/88 kB | 7.7/12 kB | 4.1/26 kB Progress (4): 40/51 kB | 16/88 kB | 7.7/12 kB | 4.1/26 kB Progress (4): 40/51 kB | 20/88 kB | 7.7/12 kB | 4.1/26 kB Progress (5): 40/51 kB | 20/88 kB | 7.7/12 kB | 4.1/26 kB | 4.1/49 kB Progress (5): 40/51 kB | 20/88 kB | 7.7/12 kB | 7.7/26 kB | 4.1/49 kB Progress (5): 40/51 kB | 20/88 kB | 12/12 kB | 7.7/26 kB | 4.1/49 kB Progress (5): 40/51 kB | 20/88 kB | 12/12 kB | 12/26 kB | 4.1/49 kB Progress (5): 40/51 kB | 20/88 kB | 12/12 kB | 12/26 kB | 7.7/49 kB Progress (5): 40/51 kB | 24/88 kB | 12/12 kB | 12/26 kB | 7.7/49 kB Progress (5): 44/51 kB | 24/88 kB | 12/12 kB | 12/26 kB | 7.7/49 kB Progress (5): 44/51 kB | 24/88 kB | 12/12 kB | 12/26 kB | 12/49 kB Progress (5): 44/51 kB | 24/88 kB | 12/12 kB | 16/26 kB | 12/49 kB Progress (5): 44/51 kB | 24/88 kB | 12 kB | 16/26 kB | 12/49 kB Progress (5): 44/51 kB | 24/88 kB | 12 kB | 20/26 kB | 12/49 kB Progress (5): 44/51 kB | 24/88 kB | 12 kB | 20/26 kB | 16/49 kB Progress (5): 48/51 kB | 24/88 kB | 12 kB | 20/26 kB | 16/49 kB Progress (5): 48/51 kB | 28/88 kB | 12 kB | 20/26 kB | 16/49 kB Progress (5): 51 kB | 28/88 kB | 12 kB | 20/26 kB | 16/49 kB Progress (5): 51 kB | 28/88 kB | 12 kB | 20/26 kB | 20/49 kB Progress (5): 51 kB | 28/88 kB | 12 kB | 24/26 kB | 20/49 kB Progress (5): 51 kB | 28/88 kB | 12 kB | 24/26 kB | 24/49 kB Progress (5): 51 kB | 32/88 kB | 12 kB | 24/26 kB | 24/49 kB Progress (5): 51 kB | 32/88 kB | 12 kB | 24/26 kB | 28/49 kB Progress (5): 51 kB | 32/88 kB | 12 kB | 26 kB | 28/49 kB Progress (5): 51 kB | 36/88 kB | 12 kB | 26 kB | 28/49 kB Progress (5): 51 kB | 36/88 kB | 12 kB | 26 kB | 32/49 kB Progress (5): 51 kB | 40/88 kB | 12 kB | 26 kB | 32/49 kB Progress (5): 51 kB | 40/88 kB | 12 kB | 26 kB | 36/49 kB Progress (5): 51 kB | 44/88 kB | 12 kB | 26 kB | 36/49 kB Progress (5): 51 kB | 44/88 kB | 12 kB | 26 kB | 40/49 kB Progress (5): 51 kB | 48/88 kB | 12 kB | 26 kB | 40/49 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 253 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 Progress (4): 51 kB | 52/88 kB | 26 kB | 40/49 kB Progress (4): 51 kB | 52/88 kB | 26 kB | 44/49 kB Progress (4): 51 kB | 56/88 kB | 26 kB | 44/49 kB Progress (4): 51 kB | 56/88 kB | 26 kB | 48/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (3): 56/88 kB | 26 kB | 49 kB Progress (3): 60/88 kB | 26 kB | 49 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 484 kB/s) Progress (2): 64/88 kB | 49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar Progress (2): 68/88 kB | 49 kB Progress (2): 72/88 kB | 49 kB Progress (2): 76/88 kB | 49 kB Progress (2): 80/88 kB | 49 kB Progress (2): 84/88 kB | 49 kB Progress (2): 88 kB | 49 kB Progress (3): 88 kB | 49 kB | 4.1/194 kB Progress (3): 88 kB | 49 kB | 7.7/194 kB Progress (3): 88 kB | 49 kB | 12/194 kB Progress (3): 88 kB | 49 kB | 16/194 kB Progress (3): 88 kB | 49 kB | 20/194 kB Progress (4): 88 kB | 49 kB | 20/194 kB | 4.1/80 kB Progress (4): 88 kB | 49 kB | 24/194 kB | 4.1/80 kB Progress (4): 88 kB | 49 kB | 24/194 kB | 7.7/80 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 817 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Progress (3): 88 kB | 24/194 kB | 12/80 kB Progress (3): 88 kB | 28/194 kB | 12/80 kB Progress (3): 88 kB | 32/194 kB | 12/80 kB Progress (3): 88 kB | 32/194 kB | 16/80 kB Progress (3): 88 kB | 36/194 kB | 16/80 kB Progress (3): 88 kB | 36/194 kB | 20/80 kB Progress (3): 88 kB | 40/194 kB | 20/80 kB Progress (3): 88 kB | 40/194 kB | 24/80 kB Progress (3): 88 kB | 44/194 kB | 24/80 kB Progress (3): 88 kB | 44/194 kB | 28/80 kB Progress (3): 88 kB | 48/194 kB | 28/80 kB Progress (3): 88 kB | 48/194 kB | 32/80 kB Progress (3): 88 kB | 52/194 kB | 32/80 kB Progress (3): 88 kB | 52/194 kB | 36/80 kB Progress (4): 88 kB | 52/194 kB | 36/80 kB | 4.1/237 kB Progress (5): 88 kB | 52/194 kB | 36/80 kB | 4.1/237 kB | 4.1/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 876 kB/s) Progress (4): 56/194 kB | 36/80 kB | 4.1/237 kB | 4.1/38 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): 56/194 kB | 36/80 kB | 4.1/237 kB | 7.7/38 kB Progress (4): 56/194 kB | 36/80 kB | 7.7/237 kB | 7.7/38 kB Progress (4): 56/194 kB | 40/80 kB | 7.7/237 kB | 7.7/38 kB Progress (4): 56/194 kB | 40/80 kB | 7.7/237 kB | 12/38 kB Progress (4): 60/194 kB | 40/80 kB | 7.7/237 kB | 12/38 kB Progress (4): 60/194 kB | 44/80 kB | 7.7/237 kB | 12/38 kB Progress (4): 60/194 kB | 48/80 kB | 7.7/237 kB | 12/38 kB Progress (4): 60/194 kB | 48/80 kB | 7.7/237 kB | 16/38 kB Progress (4): 60/194 kB | 48/80 kB | 12/237 kB | 16/38 kB Progress (4): 60/194 kB | 48/80 kB | 12/237 kB | 20/38 kB Progress (4): 60/194 kB | 52/80 kB | 12/237 kB | 20/38 kB Progress (4): 64/194 kB | 52/80 kB | 12/237 kB | 20/38 kB Progress (4): 64/194 kB | 56/80 kB | 12/237 kB | 20/38 kB Progress (4): 64/194 kB | 56/80 kB | 12/237 kB | 24/38 kB Progress (4): 64/194 kB | 56/80 kB | 16/237 kB | 24/38 kB Progress (4): 64/194 kB | 56/80 kB | 16/237 kB | 28/38 kB Progress (4): 64/194 kB | 60/80 kB | 16/237 kB | 28/38 kB Progress (4): 64/194 kB | 64/80 kB | 16/237 kB | 28/38 kB Progress (4): 68/194 kB | 64/80 kB | 16/237 kB | 28/38 kB Progress (4): 68/194 kB | 64/80 kB | 20/237 kB | 28/38 kB Progress (4): 68/194 kB | 64/80 kB | 20/237 kB | 32/38 kB Progress (4): 68/194 kB | 64/80 kB | 24/237 kB | 32/38 kB Progress (4): 68/194 kB | 68/80 kB | 24/237 kB | 32/38 kB Progress (4): 68/194 kB | 68/80 kB | 28/237 kB | 32/38 kB Progress (4): 72/194 kB | 68/80 kB | 28/237 kB | 32/38 kB Progress (4): 72/194 kB | 68/80 kB | 32/237 kB | 32/38 kB Progress (4): 72/194 kB | 72/80 kB | 32/237 kB | 32/38 kB Progress (4): 72/194 kB | 72/80 kB | 32/237 kB | 36/38 kB Progress (4): 72/194 kB | 76/80 kB | 32/237 kB | 36/38 kB Progress (5): 72/194 kB | 76/80 kB | 32/237 kB | 36/38 kB | 4.1/245 kB Progress (5): 72/194 kB | 76/80 kB | 33/237 kB | 36/38 kB | 4.1/245 kB Progress (5): 76/194 kB | 76/80 kB | 33/237 kB | 36/38 kB | 4.1/245 kB Progress (5): 76/194 kB | 76/80 kB | 33/237 kB | 36/38 kB | 7.7/245 kB Progress (5): 76/194 kB | 80/80 kB | 33/237 kB | 36/38 kB | 7.7/245 kB Progress (5): 76/194 kB | 80/80 kB | 33/237 kB | 38 kB | 7.7/245 kB Progress (5): 76/194 kB | 80 kB | 33/237 kB | 38 kB | 7.7/245 kB Progress (5): 76/194 kB | 80 kB | 33/237 kB | 38 kB | 12/245 kB Progress (5): 80/194 kB | 80 kB | 33/237 kB | 38 kB | 12/245 kB Progress (5): 80/194 kB | 80 kB | 37/237 kB | 38 kB | 12/245 kB Progress (5): 80/194 kB | 80 kB | 37/237 kB | 38 kB | 16/245 kB Progress (5): 84/194 kB | 80 kB | 37/237 kB | 38 kB | 16/245 kB Progress (5): 84/194 kB | 80 kB | 41/237 kB | 38 kB | 16/245 kB Progress (5): 88/194 kB | 80 kB | 41/237 kB | 38 kB | 16/245 kB Progress (5): 88/194 kB | 80 kB | 41/237 kB | 38 kB | 20/245 kB Progress (5): 92/194 kB | 80 kB | 41/237 kB | 38 kB | 20/245 kB Progress (5): 92/194 kB | 80 kB | 45/237 kB | 38 kB | 20/245 kB Progress (5): 96/194 kB | 80 kB | 45/237 kB | 38 kB | 20/245 kB Progress (5): 96/194 kB | 80 kB | 45/237 kB | 38 kB | 24/245 kB Progress (5): 96/194 kB | 80 kB | 49/237 kB | 38 kB | 24/245 kB Progress (5): 100/194 kB | 80 kB | 49/237 kB | 38 kB | 24/245 kB Progress (5): 100/194 kB | 80 kB | 49/237 kB | 38 kB | 28/245 kB Progress (5): 100/194 kB | 80 kB | 53/237 kB | 38 kB | 28/245 kB Progress (5): 104/194 kB | 80 kB | 53/237 kB | 38 kB | 28/245 kB Progress (5): 104/194 kB | 80 kB | 57/237 kB | 38 kB | 28/245 kB Progress (5): 104/194 kB | 80 kB | 57/237 kB | 38 kB | 32/245 kB Progress (5): 108/194 kB | 80 kB | 57/237 kB | 38 kB | 32/245 kB Progress (5): 108/194 kB | 80 kB | 57/237 kB | 38 kB | 33/245 kB Progress (5): 108/194 kB | 80 kB | 61/237 kB | 38 kB | 33/245 kB Progress (5): 112/194 kB | 80 kB | 61/237 kB | 38 kB | 33/245 kB Progress (5): 112/194 kB | 80 kB | 65/237 kB | 38 kB | 33/245 kB Progress (5): 112/194 kB | 80 kB | 65/237 kB | 38 kB | 37/245 kB Progress (5): 116/194 kB | 80 kB | 65/237 kB | 38 kB | 37/245 kB Progress (5): 116/194 kB | 80 kB | 66/237 kB | 38 kB | 37/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 315 kB/s) 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 669 kB/s) Progress (3): 116/194 kB | 70/237 kB | 37/245 kB Progress (3): 120/194 kB | 70/237 kB | 37/245 kB Progress (3): 120/194 kB | 70/237 kB | 41/245 kB Progress (3): 120/194 kB | 74/237 kB | 41/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 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): 120/194 kB | 78/237 kB | 41/245 kB Progress (3): 120/194 kB | 78/237 kB | 45/245 kB Progress (3): 124/194 kB | 78/237 kB | 45/245 kB Progress (3): 124/194 kB | 78/237 kB | 49/245 kB Progress (3): 124/194 kB | 82/237 kB | 49/245 kB Progress (3): 128/194 kB | 82/237 kB | 49/245 kB Progress (3): 128/194 kB | 82/237 kB | 53/245 kB Progress (3): 128/194 kB | 86/237 kB | 53/245 kB Progress (3): 128/194 kB | 86/237 kB | 57/245 kB Progress (3): 128/194 kB | 90/237 kB | 57/245 kB Progress (3): 132/194 kB | 90/237 kB | 57/245 kB Progress (3): 132/194 kB | 90/237 kB | 61/245 kB Progress (3): 132/194 kB | 94/237 kB | 61/245 kB Progress (3): 136/194 kB | 94/237 kB | 61/245 kB Progress (3): 136/194 kB | 98/237 kB | 61/245 kB Progress (3): 136/194 kB | 98/237 kB | 65/245 kB Progress (3): 140/194 kB | 98/237 kB | 65/245 kB Progress (3): 140/194 kB | 98/237 kB | 65/245 kB Progress (3): 144/194 kB | 98/237 kB | 65/245 kB Progress (3): 144/194 kB | 98/237 kB | 66/245 kB Progress (3): 144/194 kB | 102/237 kB | 66/245 kB Progress (3): 148/194 kB | 102/237 kB | 66/245 kB Progress (3): 148/194 kB | 102/237 kB | 70/245 kB Progress (3): 148/194 kB | 106/237 kB | 70/245 kB Progress (3): 148/194 kB | 106/237 kB | 74/245 kB Progress (3): 152/194 kB | 106/237 kB | 74/245 kB Progress (3): 152/194 kB | 110/237 kB | 74/245 kB Progress (3): 152/194 kB | 110/237 kB | 78/245 kB Progress (3): 156/194 kB | 110/237 kB | 78/245 kB Progress (3): 160/194 kB | 110/237 kB | 78/245 kB Progress (4): 160/194 kB | 110/237 kB | 78/245 kB | 4.1/39 kB Progress (4): 160/194 kB | 114/237 kB | 78/245 kB | 4.1/39 kB Progress (4): 160/194 kB | 114/237 kB | 78/245 kB | 7.7/39 kB Progress (4): 164/194 kB | 114/237 kB | 78/245 kB | 7.7/39 kB Progress (4): 164/194 kB | 114/237 kB | 82/245 kB | 7.7/39 kB Progress (5): 164/194 kB | 114/237 kB | 82/245 kB | 7.7/39 kB | 4.1/38 kB Progress (5): 164/194 kB | 114/237 kB | 82/245 kB | 12/39 kB | 4.1/38 kB Progress (5): 168/194 kB | 114/237 kB | 82/245 kB | 12/39 kB | 4.1/38 kB Progress (5): 168/194 kB | 118/237 kB | 82/245 kB | 12/39 kB | 4.1/38 kB Progress (5): 168/194 kB | 118/237 kB | 82/245 kB | 16/39 kB | 4.1/38 kB Progress (5): 168/194 kB | 118/237 kB | 82/245 kB | 16/39 kB | 7.7/38 kB Progress (5): 168/194 kB | 118/237 kB | 86/245 kB | 16/39 kB | 7.7/38 kB Progress (5): 168/194 kB | 118/237 kB | 86/245 kB | 16/39 kB | 12/38 kB Progress (5): 168/194 kB | 118/237 kB | 86/245 kB | 20/39 kB | 12/38 kB Progress (5): 168/194 kB | 122/237 kB | 86/245 kB | 20/39 kB | 12/38 kB Progress (5): 172/194 kB | 122/237 kB | 86/245 kB | 20/39 kB | 12/38 kB Progress (5): 172/194 kB | 126/237 kB | 86/245 kB | 20/39 kB | 12/38 kB Progress (5): 172/194 kB | 126/237 kB | 86/245 kB | 24/39 kB | 12/38 kB Progress (5): 172/194 kB | 126/237 kB | 86/245 kB | 24/39 kB | 16/38 kB Progress (5): 172/194 kB | 126/237 kB | 90/245 kB | 24/39 kB | 16/38 kB Progress (5): 172/194 kB | 126/237 kB | 90/245 kB | 24/39 kB | 20/38 kB Progress (5): 172/194 kB | 126/237 kB | 94/245 kB | 24/39 kB | 20/38 kB Progress (5): 172/194 kB | 126/237 kB | 94/245 kB | 28/39 kB | 20/38 kB Progress (5): 172/194 kB | 130/237 kB | 94/245 kB | 28/39 kB | 20/38 kB Progress (5): 176/194 kB | 130/237 kB | 94/245 kB | 28/39 kB | 20/38 kB Progress (5): 176/194 kB | 131/237 kB | 94/245 kB | 28/39 kB | 20/38 kB Progress (5): 176/194 kB | 131/237 kB | 94/245 kB | 32/39 kB | 20/38 kB Progress (5): 176/194 kB | 131/237 kB | 98/245 kB | 32/39 kB | 20/38 kB Progress (5): 176/194 kB | 131/237 kB | 98/245 kB | 36/39 kB | 20/38 kB Progress (5): 176/194 kB | 131/237 kB | 102/245 kB | 36/39 kB | 20/38 kB Progress (5): 176/194 kB | 131/237 kB | 106/245 kB | 36/39 kB | 20/38 kB Progress (5): 176/194 kB | 131/237 kB | 106/245 kB | 36/39 kB | 24/38 kB Progress (5): 176/194 kB | 131/237 kB | 110/245 kB | 36/39 kB | 24/38 kB Progress (5): 176/194 kB | 131/237 kB | 110/245 kB | 39 kB | 24/38 kB Progress (5): 176/194 kB | 135/237 kB | 110/245 kB | 39 kB | 24/38 kB Progress (5): 180/194 kB | 135/237 kB | 110/245 kB | 39 kB | 24/38 kB Progress (5): 180/194 kB | 139/237 kB | 110/245 kB | 39 kB | 24/38 kB Progress (5): 180/194 kB | 139/237 kB | 114/245 kB | 39 kB | 24/38 kB Progress (5): 180/194 kB | 139/237 kB | 114/245 kB | 39 kB | 28/38 kB Progress (5): 180/194 kB | 139/237 kB | 114/245 kB | 39 kB | 32/38 kB Progress (5): 180/194 kB | 139/237 kB | 118/245 kB | 39 kB | 32/38 kB Progress (5): 180/194 kB | 143/237 kB | 118/245 kB | 39 kB | 32/38 kB Progress (5): 184/194 kB | 143/237 kB | 118/245 kB | 39 kB | 32/38 kB Progress (5): 184/194 kB | 147/237 kB | 118/245 kB | 39 kB | 32/38 kB Progress (5): 184/194 kB | 147/237 kB | 122/245 kB | 39 kB | 32/38 kB Progress (5): 184/194 kB | 147/237 kB | 122/245 kB | 39 kB | 36/38 kB Progress (5): 184/194 kB | 147/237 kB | 126/245 kB | 39 kB | 36/38 kB Progress (5): 184/194 kB | 151/237 kB | 126/245 kB | 39 kB | 36/38 kB Progress (5): 188/194 kB | 151/237 kB | 126/245 kB | 39 kB | 36/38 kB Progress (5): 188/194 kB | 155/237 kB | 126/245 kB | 39 kB | 36/38 kB Progress (5): 188/194 kB | 155/237 kB | 130/245 kB | 39 kB | 36/38 kB Progress (5): 188/194 kB | 155/237 kB | 130/245 kB | 39 kB | 38 kB Progress (5): 188/194 kB | 155/237 kB | 134/245 kB | 39 kB | 38 kB Progress (5): 188/194 kB | 159/237 kB | 134/245 kB | 39 kB | 38 kB Progress (5): 192/194 kB | 159/237 kB | 134/245 kB | 39 kB | 38 kB Progress (5): 192/194 kB | 163/237 kB | 134/245 kB | 39 kB | 38 kB Progress (5): 192/194 kB | 163/237 kB | 138/245 kB | 39 kB | 38 kB Progress (5): 192/194 kB | 163/237 kB | 142/245 kB | 39 kB | 38 kB Progress (5): 192/194 kB | 163/237 kB | 146/245 kB | 39 kB | 38 kB Progress (5): 192/194 kB | 164/237 kB | 146/245 kB | 39 kB | 38 kB Progress (5): 192/194 kB | 164/237 kB | 150/245 kB | 39 kB | 38 kB Progress (5): 194 kB | 164/237 kB | 150/245 kB | 39 kB | 38 kB Progress (5): 194 kB | 164/237 kB | 154/245 kB | 39 kB | 38 kB Progress (5): 194 kB | 168/237 kB | 154/245 kB | 39 kB | 38 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 193 kB/s) Progress (4): 194 kB | 168/237 kB | 158/245 kB | 38 kB Progress (4): 194 kB | 172/237 kB | 158/245 kB | 38 kB Progress (4): 194 kB | 172/237 kB | 162/245 kB | 38 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 (4): 194 kB | 172/237 kB | 166/245 kB | 38 kB Progress (4): 194 kB | 176/237 kB | 166/245 kB | 38 kB Progress (4): 194 kB | 176/237 kB | 170/245 kB | 38 kB Progress (4): 194 kB | 180/237 kB | 170/245 kB | 38 kB Progress (4): 194 kB | 180/237 kB | 174/245 kB | 38 kB Progress (4): 194 kB | 184/237 kB | 174/245 kB | 38 kB Progress (4): 194 kB | 184/237 kB | 178/245 kB | 38 kB Progress (4): 194 kB | 188/237 kB | 178/245 kB | 38 kB Progress (4): 194 kB | 188/237 kB | 182/245 kB | 38 kB Progress (4): 194 kB | 192/237 kB | 182/245 kB | 38 kB Progress (4): 194 kB | 192/237 kB | 186/245 kB | 38 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.jar (38 kB at 178 kB/s) Progress (3): 194 kB | 196/237 kB | 186/245 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 (3): 194 kB | 196/237 kB | 190/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 912 kB/s) Progress (2): 197/237 kB | 190/245 kB 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 (2): 197/237 kB | 194/245 kB Progress (2): 201/237 kB | 194/245 kB Progress (2): 205/237 kB | 194/245 kB Progress (2): 205/237 kB | 198/245 kB Progress (2): 205/237 kB | 202/245 kB Progress (2): 209/237 kB | 202/245 kB Progress (2): 213/237 kB | 202/245 kB Progress (2): 213/237 kB | 206/245 kB Progress (2): 213/237 kB | 210/245 kB Progress (2): 217/237 kB | 210/245 kB Progress (2): 221/237 kB | 210/245 kB Progress (2): 221/237 kB | 214/245 kB Progress (2): 221/237 kB | 218/245 kB Progress (2): 225/237 kB | 218/245 kB Progress (2): 229/237 kB | 218/245 kB Progress (2): 229/237 kB | 222/245 kB Progress (2): 229/237 kB | 226/245 kB Progress (2): 233/237 kB | 226/245 kB Progress (2): 237/237 kB | 226/245 kB Progress (2): 237/237 kB | 230/245 kB Progress (2): 237 kB | 230/245 kB Progress (2): 237 kB | 234/245 kB Progress (2): 237 kB | 238/245 kB Progress (2): 237 kB | 242/245 kB Progress (2): 237 kB | 245 kB Progress (3): 237 kB | 245 kB | 4.1/43 kB Progress (3): 237 kB | 245 kB | 7.7/43 kB Progress (3): 237 kB | 245 kB | 12/43 kB Progress (3): 237 kB | 245 kB | 16/43 kB Progress (4): 237 kB | 245 kB | 16/43 kB | 4.1/9.8 kB Progress (4): 237 kB | 245 kB | 20/43 kB | 4.1/9.8 kB Progress (4): 237 kB | 245 kB | 20/43 kB | 7.7/9.8 kB Progress (4): 237 kB | 245 kB | 24/43 kB | 7.7/9.8 kB Progress (4): 237 kB | 245 kB | 24/43 kB | 9.8 kB Progress (4): 237 kB | 245 kB | 28/43 kB | 9.8 kB Progress (4): 237 kB | 245 kB | 32/43 kB | 9.8 kB Progress (4): 237 kB | 245 kB | 36/43 kB | 9.8 kB Progress (4): 237 kB | 245 kB | 40/43 kB | 9.8 kB Progress (4): 237 kB | 245 kB | 43 kB | 9.8 kB Progress (5): 237 kB | 245 kB | 43 kB | 9.8 kB | 4.1/13 kB Progress (5): 237 kB | 245 kB | 43 kB | 9.8 kB | 7.7/13 kB Progress (5): 237 kB | 245 kB | 43 kB | 9.8 kB | 12/13 kB Progress (5): 237 kB | 245 kB | 43 kB | 9.8 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar 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.1 MB/s) 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 43 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar 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 184 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar 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 55 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Progress (1): 0/1.2 MB Progress (2): 0/1.2 MB | 4.1/158 kB Progress (2): 0/1.2 MB | 4.1/158 kB Progress (2): 0/1.2 MB | 7.7/158 kB Progress (3): 0/1.2 MB | 7.7/158 kB | 4.1/11 kB Progress (3): 0/1.2 MB | 12/158 kB | 4.1/11 kB Progress (3): 0/1.2 MB | 12/158 kB | 4.1/11 kB Progress (3): 0/1.2 MB | 12/158 kB | 4.1/11 kB Progress (3): 0/1.2 MB | 16/158 kB | 4.1/11 kB Progress (3): 0/1.2 MB | 16/158 kB | 4.1/11 kB Progress (3): 0/1.2 MB | 16/158 kB | 7.7/11 kB Progress (3): 0/1.2 MB | 20/158 kB | 7.7/11 kB Progress (3): 0/1.2 MB | 20/158 kB | 7.7/11 kB Progress (3): 0/1.2 MB | 24/158 kB | 7.7/11 kB Progress (3): 0/1.2 MB | 24/158 kB | 11 kB Progress (3): 0/1.2 MB | 24/158 kB | 11 kB Progress (3): 0/1.2 MB | 28/158 kB | 11 kB Progress (3): 0/1.2 MB | 28/158 kB | 11 kB Progress (3): 0/1.2 MB | 32/158 kB | 11 kB Progress (3): 0/1.2 MB | 32/158 kB | 11 kB Progress (3): 0/1.2 MB | 36/158 kB | 11 kB Progress (3): 0/1.2 MB | 36/158 kB | 11 kB Progress (3): 0/1.2 MB | 40/158 kB | 11 kB Progress (3): 0/1.2 MB | 40/158 kB | 11 kB Progress (3): 0/1.2 MB | 44/158 kB | 11 kB Progress (3): 0/1.2 MB | 44/158 kB | 11 kB Progress (3): 0/1.2 MB | 48/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 48/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 52/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 52/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 56/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 56/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 60/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 60/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 64/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 64/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 68/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 68/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 72/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 72/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 72/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 76/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 80/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 80/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 80/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 84/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 88/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 88/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 88/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 92/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 96/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 96/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 96/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 100/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 104/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 104/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 104/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 108/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 112/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 112/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 112/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 116/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 120/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 120/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 120/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 124/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 128/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 128/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 128/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 132/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 136/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 136/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 136/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 140/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 144/158 kB | 11 kB Progress (3): 0.1/1.2 MB | 144/158 kB | 11 kB Progress (3): 0.2/1.2 MB | 144/158 kB | 11 kB Progress (3): 0.2/1.2 MB | 148/158 kB | 11 kB Progress (3): 0.2/1.2 MB | 152/158 kB | 11 kB Progress (3): 0.2/1.2 MB | 152/158 kB | 11 kB Progress (3): 0.2/1.2 MB | 152/158 kB | 11 kB Progress (3): 0.2/1.2 MB | 156/158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (3): 0.2/1.2 MB | 158 kB | 11 kB Progress (4): 0.2/1.2 MB | 158 kB | 11 kB | 4.1/17 kB Progress (4): 0.2/1.2 MB | 158 kB | 11 kB | 4.1/17 kB Progress (4): 0.2/1.2 MB | 158 kB | 11 kB | 7.7/17 kB Progress (4): 0.3/1.2 MB | 158 kB | 11 kB | 7.7/17 kB Progress (4): 0.3/1.2 MB | 158 kB | 11 kB | 12/17 kB Progress (4): 0.3/1.2 MB | 158 kB | 11 kB | 12/17 kB Progress (4): 0.3/1.2 MB | 158 kB | 11 kB | 16/17 kB Progress (4): 0.3/1.2 MB | 158 kB | 11 kB | 16/17 kB Progress (4): 0.3/1.2 MB | 158 kB | 11 kB | 17 kB Progress (4): 0.3/1.2 MB | 158 kB | 11 kB | 17 kB Progress (5): 0.3/1.2 MB | 158 kB | 11 kB | 17 kB | 4.1/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 35 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Progress (4): 0.3/1.2 MB | 158 kB | 17 kB | 7.7/305 kB Progress (4): 0.3/1.2 MB | 158 kB | 17 kB | 7.7/305 kB Progress (4): 0.3/1.2 MB | 158 kB | 17 kB | 12/305 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 483 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Progress (3): 0.3/1.2 MB | 17 kB | 16/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 16/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 20/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 20/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 24/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 24/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 28/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 28/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 32/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 32/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 33/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 33/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 37/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 37/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 41/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 41/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 45/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 45/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 49/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 49/305 kB Progress (3): 0.3/1.2 MB | 17 kB | 53/305 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 50 kB/s) Progress (2): 0.3/1.2 MB | 53/305 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Progress (3): 0.3/1.2 MB | 53/305 kB | 4.1/30 kB Progress (3): 0.3/1.2 MB | 57/305 kB | 4.1/30 kB Progress (3): 0.3/1.2 MB | 57/305 kB | 7.7/30 kB Progress (3): 0.3/1.2 MB | 57/305 kB | 7.7/30 kB Progress (4): 0.3/1.2 MB | 57/305 kB | 7.7/30 kB | 4.1/50 kB Progress (4): 0.3/1.2 MB | 57/305 kB | 7.7/30 kB | 4.1/50 kB Progress (4): 0.3/1.2 MB | 57/305 kB | 12/30 kB | 4.1/50 kB Progress (4): 0.3/1.2 MB | 57/305 kB | 12/30 kB | 4.1/50 kB Progress (4): 0.3/1.2 MB | 61/305 kB | 12/30 kB | 4.1/50 kB Progress (4): 0.3/1.2 MB | 61/305 kB | 12/30 kB | 4.1/50 kB Progress (4): 0.3/1.2 MB | 61/305 kB | 16/30 kB | 4.1/50 kB Progress (4): 0.3/1.2 MB | 61/305 kB | 16/30 kB | 4.1/50 kB Progress (4): 0.3/1.2 MB | 61/305 kB | 16/30 kB | 7.7/50 kB Progress (4): 0.3/1.2 MB | 61/305 kB | 20/30 kB | 7.7/50 kB Progress (4): 0.3/1.2 MB | 61/305 kB | 20/30 kB | 7.7/50 kB Progress (4): 0.3/1.2 MB | 65/305 kB | 20/30 kB | 7.7/50 kB Progress (4): 0.3/1.2 MB | 65/305 kB | 20/30 kB | 7.7/50 kB Progress (4): 0.3/1.2 MB | 65/305 kB | 20/30 kB | 12/50 kB Progress (4): 0.3/1.2 MB | 65/305 kB | 24/30 kB | 12/50 kB Progress (4): 0.3/1.2 MB | 65/305 kB | 24/30 kB | 16/50 kB Progress (4): 0.3/1.2 MB | 65/305 kB | 24/30 kB | 16/50 kB Progress (4): 0.3/1.2 MB | 69/305 kB | 24/30 kB | 16/50 kB Progress (4): 0.3/1.2 MB | 69/305 kB | 24/30 kB | 16/50 kB Progress (4): 0.3/1.2 MB | 69/305 kB | 24/30 kB | 20/50 kB Progress (4): 0.3/1.2 MB | 69/305 kB | 28/30 kB | 20/50 kB Progress (4): 0.3/1.2 MB | 69/305 kB | 28/30 kB | 24/50 kB Progress (4): 0.4/1.2 MB | 69/305 kB | 28/30 kB | 24/50 kB Progress (4): 0.4/1.2 MB | 73/305 kB | 28/30 kB | 24/50 kB Progress (5): 0.4/1.2 MB | 73/305 kB | 28/30 kB | 24/50 kB | 4.1/52 kB Progress (5): 0.4/1.2 MB | 73/305 kB | 28/30 kB | 28/50 kB | 4.1/52 kB Progress (5): 0.4/1.2 MB | 73/305 kB | 30 kB | 28/50 kB | 4.1/52 kB Progress (5): 0.4/1.2 MB | 73/305 kB | 30 kB | 32/50 kB | 4.1/52 kB Progress (5): 0.4/1.2 MB | 73/305 kB | 30 kB | 32/50 kB | 7.7/52 kB Progress (5): 0.4/1.2 MB | 73/305 kB | 30 kB | 36/50 kB | 7.7/52 kB Progress (5): 0.4/1.2 MB | 73/305 kB | 30 kB | 36/50 kB | 12/52 kB Progress (5): 0.4/1.2 MB | 77/305 kB | 30 kB | 36/50 kB | 12/52 kB Progress (5): 0.4/1.2 MB | 77/305 kB | 30 kB | 36/50 kB | 12/52 kB Progress (5): 0.4/1.2 MB | 77/305 kB | 30 kB | 36/50 kB | 12/52 kB Progress (5): 0.4/1.2 MB | 81/305 kB | 30 kB | 36/50 kB | 12/52 kB Progress (5): 0.4/1.2 MB | 81/305 kB | 30 kB | 36/50 kB | 16/52 kB Progress (5): 0.4/1.2 MB | 85/305 kB | 30 kB | 36/50 kB | 16/52 kB Progress (5): 0.4/1.2 MB | 85/305 kB | 30 kB | 40/50 kB | 16/52 kB Progress (5): 0.4/1.2 MB | 85/305 kB | 30 kB | 44/50 kB | 16/52 kB Progress (5): 0.4/1.2 MB | 85/305 kB | 30 kB | 48/50 kB | 16/52 kB Progress (5): 0.4/1.2 MB | 85/305 kB | 30 kB | 50 kB | 16/52 kB Progress (5): 0.4/1.2 MB | 85/305 kB | 30 kB | 50 kB | 20/52 kB Progress (5): 0.4/1.2 MB | 89/305 kB | 30 kB | 50 kB | 20/52 kB Progress (5): 0.4/1.2 MB | 89/305 kB | 30 kB | 50 kB | 20/52 kB Progress (5): 0.4/1.2 MB | 93/305 kB | 30 kB | 50 kB | 20/52 kB Progress (5): 0.4/1.2 MB | 93/305 kB | 30 kB | 50 kB | 24/52 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 75 kB/s) Progress (4): 0.4/1.2 MB | 93/305 kB | 50 kB | 28/52 kB Progress (4): 0.4/1.2 MB | 97/305 kB | 50 kB | 28/52 kB Progress (4): 0.4/1.2 MB | 97/305 kB | 50 kB | 28/52 kB Progress (4): 0.4/1.2 MB | 97/305 kB | 50 kB | 32/52 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.4/1.2 MB | 97/305 kB | 50 kB | 36/52 kB Progress (4): 0.4/1.2 MB | 97/305 kB | 50 kB | 36/52 kB Progress (4): 0.4/1.2 MB | 101/305 kB | 50 kB | 36/52 kB Progress (4): 0.4/1.2 MB | 101/305 kB | 50 kB | 36/52 kB Progress (4): 0.4/1.2 MB | 101/305 kB | 50 kB | 40/52 kB Progress (4): 0.4/1.2 MB | 105/305 kB | 50 kB | 40/52 kB Progress (4): 0.4/1.2 MB | 105/305 kB | 50 kB | 40/52 kB Progress (4): 0.4/1.2 MB | 105/305 kB | 50 kB | 44/52 kB Progress (4): 0.4/1.2 MB | 105/305 kB | 50 kB | 44/52 kB Progress (4): 0.4/1.2 MB | 109/305 kB | 50 kB | 44/52 kB Progress (4): 0.4/1.2 MB | 109/305 kB | 50 kB | 48/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 125 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Progress (3): 0.4/1.2 MB | 109/305 kB | 48/52 kB Progress (3): 0.4/1.2 MB | 113/305 kB | 48/52 kB Progress (3): 0.4/1.2 MB | 113/305 kB | 48/52 kB Progress (3): 0.4/1.2 MB | 117/305 kB | 48/52 kB Progress (3): 0.4/1.2 MB | 117/305 kB | 52/52 kB Progress (3): 0.4/1.2 MB | 117/305 kB | 52/52 kB Progress (3): 0.4/1.2 MB | 121/305 kB | 52/52 kB Progress (3): 0.4/1.2 MB | 121/305 kB | 52/52 kB Progress (3): 0.4/1.2 MB | 121/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 125/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 125/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 129/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 129/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 133/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 133/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 137/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 137/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 141/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 145/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 145/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 149/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 149/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 153/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 153/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 157/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 157/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 161/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 161/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 165/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 165/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 169/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 169/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 173/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 173/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 177/305 kB | 52 kB Progress (3): 0.5/1.2 MB | 177/305 kB | 52 kB Progress (3): 0.5/1.2 MB | 181/305 kB | 52 kB Progress (3): 0.5/1.2 MB | 181/305 kB | 52 kB Progress (3): 0.5/1.2 MB | 185/305 kB | 52 kB Progress (3): 0.5/1.2 MB | 185/305 kB | 52 kB Progress (3): 0.5/1.2 MB | 189/305 kB | 52 kB Progress (3): 0.5/1.2 MB | 189/305 kB | 52 kB Progress (3): 0.5/1.2 MB | 193/305 kB | 52 kB Progress (3): 0.5/1.2 MB | 193/305 kB | 52 kB Progress (3): 0.5/1.2 MB | 197/305 kB | 52 kB Progress (4): 0.5/1.2 MB | 197/305 kB | 52 kB | 4.1/15 kB Progress (4): 0.5/1.2 MB | 197/305 kB | 52 kB | 4.1/15 kB Progress (4): 0.5/1.2 MB | 197/305 kB | 52 kB | 7.7/15 kB Progress (4): 0.5/1.2 MB | 201/305 kB | 52 kB | 7.7/15 kB Progress (4): 0.5/1.2 MB | 201/305 kB | 52 kB | 7.7/15 kB Progress (4): 0.5/1.2 MB | 201/305 kB | 52 kB | 12/15 kB Progress (4): 0.5/1.2 MB | 201/305 kB | 52 kB | 12/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 125 kB/s) Progress (3): 0.5/1.2 MB | 205/305 kB | 12/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 (4): 0.5/1.2 MB | 205/305 kB | 12/15 kB | 4.1/37 kB Progress (4): 0.5/1.2 MB | 205/305 kB | 12/15 kB | 4.1/37 kB Progress (4): 0.5/1.2 MB | 205/305 kB | 15 kB | 4.1/37 kB Progress (4): 0.5/1.2 MB | 205/305 kB | 15 kB | 4.1/37 kB Progress (4): 0.5/1.2 MB | 205/305 kB | 15 kB | 7.7/37 kB Progress (4): 0.5/1.2 MB | 205/305 kB | 15 kB | 7.7/37 kB Progress (4): 0.5/1.2 MB | 209/305 kB | 15 kB | 7.7/37 kB Progress (4): 0.5/1.2 MB | 209/305 kB | 15 kB | 7.7/37 kB Progress (4): 0.5/1.2 MB | 213/305 kB | 15 kB | 7.7/37 kB Progress (4): 0.5/1.2 MB | 213/305 kB | 15 kB | 12/37 kB Progress (4): 0.5/1.2 MB | 217/305 kB | 15 kB | 12/37 kB Progress (4): 0.5/1.2 MB | 217/305 kB | 15 kB | 12/37 kB Progress (4): 0.5/1.2 MB | 217/305 kB | 15 kB | 16/37 kB Progress (4): 0.5/1.2 MB | 221/305 kB | 15 kB | 16/37 kB Progress (4): 0.5/1.2 MB | 221/305 kB | 15 kB | 16/37 kB Progress (4): 0.5/1.2 MB | 221/305 kB | 15 kB | 20/37 kB Progress (4): 0.5/1.2 MB | 225/305 kB | 15 kB | 20/37 kB Progress (4): 0.5/1.2 MB | 225/305 kB | 15 kB | 24/37 kB Progress (4): 0.5/1.2 MB | 229/305 kB | 15 kB | 24/37 kB Progress (4): 0.5/1.2 MB | 229/305 kB | 15 kB | 24/37 kB Progress (4): 0.5/1.2 MB | 229/305 kB | 15 kB | 28/37 kB Progress (4): 0.5/1.2 MB | 233/305 kB | 15 kB | 28/37 kB Progress (4): 0.5/1.2 MB | 233/305 kB | 15 kB | 32/37 kB Progress (4): 0.5/1.2 MB | 233/305 kB | 15 kB | 32/37 kB Progress (4): 0.5/1.2 MB | 233/305 kB | 15 kB | 36/37 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 35 kB/s) Progress (3): 0.5/1.2 MB | 237/305 kB | 36/37 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 (3): 0.5/1.2 MB | 237/305 kB | 36/37 kB Progress (3): 0.5/1.2 MB | 237/305 kB | 37 kB Progress (3): 0.5/1.2 MB | 237/305 kB | 37 kB Progress (3): 0.5/1.2 MB | 241/305 kB | 37 kB Progress (4): 0.5/1.2 MB | 241/305 kB | 37 kB | 4.1/11 kB Progress (4): 0.5/1.2 MB | 241/305 kB | 37 kB | 4.1/11 kB Progress (4): 0.5/1.2 MB | 241/305 kB | 37 kB | 7.7/11 kB Progress (4): 0.5/1.2 MB | 245/305 kB | 37 kB | 7.7/11 kB Progress (4): 0.5/1.2 MB | 245/305 kB | 37 kB | 11 kB Progress (4): 0.5/1.2 MB | 245/305 kB | 37 kB | 11 kB Progress (4): 0.5/1.2 MB | 249/305 kB | 37 kB | 11 kB Progress (4): 0.5/1.2 MB | 249/305 kB | 37 kB | 11 kB Progress (4): 0.5/1.2 MB | 253/305 kB | 37 kB | 11 kB Progress (4): 0.5/1.2 MB | 253/305 kB | 37 kB | 11 kB Progress (4): 0.5/1.2 MB | 257/305 kB | 37 kB | 11 kB Progress (4): 0.5/1.2 MB | 257/305 kB | 37 kB | 11 kB Progress (4): 0.5/1.2 MB | 261/305 kB | 37 kB | 11 kB Progress (4): 0.5/1.2 MB | 261/305 kB | 37 kB | 11 kB Progress (4): 0.5/1.2 MB | 265/305 kB | 37 kB | 11 kB Progress (4): 0.5/1.2 MB | 265/305 kB | 37 kB | 11 kB Progress (4): 0.5/1.2 MB | 269/305 kB | 37 kB | 11 kB Progress (4): 0.6/1.2 MB | 269/305 kB | 37 kB | 11 kB Progress (4): 0.6/1.2 MB | 273/305 kB | 37 kB | 11 kB Progress (4): 0.6/1.2 MB | 273/305 kB | 37 kB | 11 kB Progress (4): 0.6/1.2 MB | 277/305 kB | 37 kB | 11 kB Progress (5): 0.6/1.2 MB | 277/305 kB | 37 kB | 11 kB | 4.1/7.7 kB Progress (5): 0.6/1.2 MB | 281/305 kB | 37 kB | 11 kB | 4.1/7.7 kB Progress (5): 0.6/1.2 MB | 281/305 kB | 37 kB | 11 kB | 4.1/7.7 kB Progress (5): 0.6/1.2 MB | 285/305 kB | 37 kB | 11 kB | 4.1/7.7 kB Progress (5): 0.6/1.2 MB | 285/305 kB | 37 kB | 11 kB | 7.7 kB Progress (5): 0.6/1.2 MB | 285/305 kB | 37 kB | 11 kB | 7.7 kB Progress (5): 0.6/1.2 MB | 289/305 kB | 37 kB | 11 kB | 7.7 kB Progress (5): 0.6/1.2 MB | 289/305 kB | 37 kB | 11 kB | 7.7 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 86 kB/s) 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 24 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar Progress (3): 0.6/1.2 MB | 289/305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 293/305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 293/305 kB | 7.7 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar Progress (3): 0.6/1.2 MB | 293/305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 297/305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 297/305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 301/305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 301/305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305/305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305/305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (3): 0.6/1.2 MB | 305 kB | 7.7 kB Progress (4): 0.6/1.2 MB | 305 kB | 7.7 kB | 4.1/588 kB Progress (4): 0.7/1.2 MB | 305 kB | 7.7 kB | 4.1/588 kB Progress (4): 0.7/1.2 MB | 305 kB | 7.7 kB | 4.1/588 kB Progress (4): 0.7/1.2 MB | 305 kB | 7.7 kB | 7.7/588 kB Progress (4): 0.7/1.2 MB | 305 kB | 7.7 kB | 7.7/588 kB Progress (4): 0.7/1.2 MB | 305 kB | 7.7 kB | 7.7/588 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 17 kB/s) Progress (3): 0.7/1.2 MB | 305 kB | 7.7/588 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 684 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Progress (2): 0.7/1.2 MB | 7.7/588 kB Progress (2): 0.7/1.2 MB | 12/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 (3): 0.7/1.2 MB | 12/588 kB | 4.1/392 kB Progress (3): 0.7/1.2 MB | 12/588 kB | 4.1/392 kB Progress (3): 0.7/1.2 MB | 16/588 kB | 4.1/392 kB Progress (3): 0.7/1.2 MB | 16/588 kB | 4.1/392 kB Progress (3): 0.7/1.2 MB | 16/588 kB | 7.7/392 kB Progress (3): 0.7/1.2 MB | 20/588 kB | 7.7/392 kB Progress (3): 0.7/1.2 MB | 20/588 kB | 7.7/392 kB Progress (3): 0.7/1.2 MB | 20/588 kB | 12/392 kB Progress (3): 0.7/1.2 MB | 24/588 kB | 12/392 kB Progress (3): 0.7/1.2 MB | 24/588 kB | 16/392 kB Progress (3): 0.7/1.2 MB | 24/588 kB | 16/392 kB Progress (3): 0.7/1.2 MB | 28/588 kB | 16/392 kB Progress (3): 0.7/1.2 MB | 28/588 kB | 20/392 kB Progress (3): 0.7/1.2 MB | 32/588 kB | 20/392 kB Progress (3): 0.7/1.2 MB | 32/588 kB | 24/392 kB Progress (3): 0.7/1.2 MB | 32/588 kB | 24/392 kB Progress (3): 0.7/1.2 MB | 33/588 kB | 24/392 kB Progress (3): 0.7/1.2 MB | 33/588 kB | 28/392 kB Progress (3): 0.7/1.2 MB | 33/588 kB | 28/392 kB Progress (3): 0.7/1.2 MB | 37/588 kB | 28/392 kB Progress (3): 0.7/1.2 MB | 37/588 kB | 32/392 kB Progress (3): 0.7/1.2 MB | 37/588 kB | 32/392 kB Progress (3): 0.7/1.2 MB | 41/588 kB | 32/392 kB Progress (3): 0.7/1.2 MB | 41/588 kB | 32/392 kB Progress (3): 0.7/1.2 MB | 41/588 kB | 33/392 kB Progress (3): 0.7/1.2 MB | 45/588 kB | 33/392 kB Progress (3): 0.7/1.2 MB | 45/588 kB | 33/392 kB Progress (3): 0.7/1.2 MB | 45/588 kB | 37/392 kB Progress (3): 0.7/1.2 MB | 49/588 kB | 37/392 kB Progress (3): 0.7/1.2 MB | 49/588 kB | 41/392 kB Progress (3): 0.7/1.2 MB | 53/588 kB | 41/392 kB Progress (3): 0.7/1.2 MB | 53/588 kB | 41/392 kB Progress (3): 0.7/1.2 MB | 57/588 kB | 41/392 kB Progress (3): 0.7/1.2 MB | 57/588 kB | 45/392 kB Progress (3): 0.7/1.2 MB | 57/588 kB | 45/392 kB Progress (3): 0.7/1.2 MB | 57/588 kB | 49/392 kB Progress (3): 0.7/1.2 MB | 61/588 kB | 49/392 kB Progress (3): 0.7/1.2 MB | 61/588 kB | 49/392 kB Progress (3): 0.7/1.2 MB | 65/588 kB | 49/392 kB Progress (3): 0.7/1.2 MB | 65/588 kB | 53/392 kB Progress (3): 0.7/1.2 MB | 65/588 kB | 53/392 kB Progress (3): 0.7/1.2 MB | 65/588 kB | 57/392 kB Progress (3): 0.7/1.2 MB | 69/588 kB | 57/392 kB Progress (3): 0.7/1.2 MB | 69/588 kB | 57/392 kB Progress (3): 0.7/1.2 MB | 69/588 kB | 61/392 kB Progress (3): 0.7/1.2 MB | 69/588 kB | 61/392 kB Progress (3): 0.7/1.2 MB | 73/588 kB | 61/392 kB Progress (3): 0.7/1.2 MB | 73/588 kB | 61/392 kB Progress (3): 0.7/1.2 MB | 73/588 kB | 65/392 kB Progress (3): 0.7/1.2 MB | 77/588 kB | 65/392 kB Progress (3): 0.7/1.2 MB | 77/588 kB | 65/392 kB Progress (3): 0.7/1.2 MB | 77/588 kB | 66/392 kB Progress (3): 0.7/1.2 MB | 77/588 kB | 66/392 kB Progress (3): 0.7/1.2 MB | 77/588 kB | 70/392 kB Progress (3): 0.7/1.2 MB | 77/588 kB | 74/392 kB Progress (3): 0.7/1.2 MB | 77/588 kB | 74/392 kB Progress (3): 0.7/1.2 MB | 81/588 kB | 74/392 kB Progress (3): 0.8/1.2 MB | 81/588 kB | 74/392 kB Progress (3): 0.8/1.2 MB | 81/588 kB | 78/392 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 78/392 kB | 4.1/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 78/392 kB | 4.1/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 82/392 kB | 4.1/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 82/392 kB | 4.1/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 82/392 kB | 7.7/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 86/392 kB | 7.7/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 86/392 kB | 12/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 86/392 kB | 12/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 86/392 kB | 16/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 16/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 16/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 20/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 24/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 24/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 28/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 28/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 32/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 33/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 33/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 37/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 37/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 41/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 41/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 45/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 45/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 49/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 53/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 57/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 61/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 65/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 66/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 70/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 74/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 78/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 82/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 86/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 90/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 94/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 98/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 98/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 102/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 106/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 110/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 114/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 118/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 122/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 126/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 130/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 131/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 135/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 139/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 143/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 147/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 151/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 155/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 159/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 163/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 167/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 171/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 175/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 179/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 183/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 187/189 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 189 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 349 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 4.1/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 7.7/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 12/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 16/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 20/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 24/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 28/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 32/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 36/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 40/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 44/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 48/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 52/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 56/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 60/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 64/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 68/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 72/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 76/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 80/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 84/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 88/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 92/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 96/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 100/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 104/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 108/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 112/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 116/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 120/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 124/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 128/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 132/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 136/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 140/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 144/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 148/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 152/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 156/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 160/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 164/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 168/168 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 168 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 296 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 4.1/38 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 7.7/38 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 12/38 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 16/38 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 20/38 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 24/38 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 28/38 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 32/38 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 36/38 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 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 62 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 4.1/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 7.7/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 12/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 16/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 20/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 24/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 28/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 32/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 36/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 40/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 44/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 48/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 52/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 56/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 60/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 64/65 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 103 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 4.1/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 7.7/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 12/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 16/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 20/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 24/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 28/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 32/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 36/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 40/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 44/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 48/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 52/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 56/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 60/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 64/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 68/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 72/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 76/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 80/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 84/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 88/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 92/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 96/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 100/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 104/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 108/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 112/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 116/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 120/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 124/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 128/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 132/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 136/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 140/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 144/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 148/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 152/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 156/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 160/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 164/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 168/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 172/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 176/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 180/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 184/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 188/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 192/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 196/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 200/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 204/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 208/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 212/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 216/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 220/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 224/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 228/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 232/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 236/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 240/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 244/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 248/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 252/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 256/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 260/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 264/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 268/270 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 270 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 393 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 4.1/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 7.7/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 12/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 16/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 20/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 24/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 24/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 28/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 28/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 32/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 32/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 36/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 36/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 40/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 40/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 40/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 44/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 44/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 48/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 48/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 52/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 52/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 56/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 56/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 60/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 60/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 64/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 64/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 68/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 72/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 72/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 72/175 kB Progress (4): 0.8/1.2 MB | 81/588 kB | 90/392 kB | 76/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 76/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 80/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 80/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 84/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 88/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 88/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 88/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 92/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 96/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 96/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 96/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 100/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 100/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 104/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 104/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 108/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 108/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 112/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 112/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 116/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 116/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 120/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 120/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 124/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 124/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 128/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 128/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 132/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 132/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 136/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 136/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 140/175 kB Progress (4): 0.9/1.2 MB | 81/588 kB | 90/392 kB | 140/175 kB Progress (4): 0.9/1.2 MB | 85/588 kB | 90/392 kB | 140/175 kB Progress (4): 0.9/1.2 MB | 85/588 kB | 90/392 kB | 144/175 kB Progress (4): 0.9/1.2 MB | 89/588 kB | 90/392 kB | 144/175 kB Progress (4): 0.9/1.2 MB | 89/588 kB | 90/392 kB | 144/175 kB Progress (4): 0.9/1.2 MB | 89/588 kB | 90/392 kB | 148/175 kB Progress (4): 0.9/1.2 MB | 89/588 kB | 90/392 kB | 148/175 kB Progress (4): 0.9/1.2 MB | 89/588 kB | 90/392 kB | 152/175 kB Progress (4): 0.9/1.2 MB | 89/588 kB | 90/392 kB | 152/175 kB Progress (4): 0.9/1.2 MB | 89/588 kB | 90/392 kB | 156/175 kB Progress (4): 0.9/1.2 MB | 89/588 kB | 90/392 kB | 156/175 kB Progress (4): 0.9/1.2 MB | 89/588 kB | 90/392 kB | 160/175 kB Progress (4): 0.9/1.2 MB | 89/588 kB | 90/392 kB | 160/175 kB Progress (4): 0.9/1.2 MB | 89/588 kB | 90/392 kB | 164/175 kB Progress (4): 0.9/1.2 MB | 89/588 kB | 90/392 kB | 164/175 kB Progress (4): 0.9/1.2 MB | 89/588 kB | 94/392 kB | 164/175 kB Progress (4): 0.9/1.2 MB | 93/588 kB | 94/392 kB | 164/175 kB Progress (4): 0.9/1.2 MB | 93/588 kB | 98/392 kB | 164/175 kB Progress (4): 0.9/1.2 MB | 93/588 kB | 98/392 kB | 164/175 kB Progress (4): 0.9/1.2 MB | 93/588 kB | 98/392 kB | 168/175 kB Progress (5): 0.9/1.2 MB | 93/588 kB | 98/392 kB | 168/175 kB | 4.1/91 kB Progress (5): 0.9/1.2 MB | 93/588 kB | 98/392 kB | 168/175 kB | 4.1/91 kB Progress (5): 0.9/1.2 MB | 97/588 kB | 98/392 kB | 168/175 kB | 4.1/91 kB Progress (5): 0.9/1.2 MB | 97/588 kB | 102/392 kB | 168/175 kB | 4.1/91 kB Progress (5): 0.9/1.2 MB | 97/588 kB | 102/392 kB | 168/175 kB | 7.7/91 kB Progress (5): 0.9/1.2 MB | 97/588 kB | 102/392 kB | 172/175 kB | 7.7/91 kB Progress (5): 0.9/1.2 MB | 97/588 kB | 102/392 kB | 172/175 kB | 7.7/91 kB Progress (5): 0.9/1.2 MB | 97/588 kB | 102/392 kB | 172/175 kB | 12/91 kB Progress (5): 0.9/1.2 MB | 97/588 kB | 102/392 kB | 175 kB | 12/91 kB Progress (5): 0.9/1.2 MB | 101/588 kB | 102/392 kB | 175 kB | 12/91 kB Progress (5): 0.9/1.2 MB | 101/588 kB | 106/392 kB | 175 kB | 12/91 kB Progress (5): 0.9/1.2 MB | 105/588 kB | 106/392 kB | 175 kB | 12/91 kB Progress (5): 0.9/1.2 MB | 105/588 kB | 106/392 kB | 175 kB | 16/91 kB Progress (5): 0.9/1.2 MB | 109/588 kB | 106/392 kB | 175 kB | 16/91 kB Progress (5): 1.0/1.2 MB | 109/588 kB | 106/392 kB | 175 kB | 16/91 kB Progress (5): 1.0/1.2 MB | 109/588 kB | 106/392 kB | 175 kB | 20/91 kB Progress (5): 1.0/1.2 MB | 113/588 kB | 106/392 kB | 175 kB | 20/91 kB Progress (5): 1.0/1.2 MB | 113/588 kB | 106/392 kB | 175 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 117/588 kB | 106/392 kB | 175 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 121/588 kB | 106/392 kB | 175 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 121/588 kB | 110/392 kB | 175 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 125/588 kB | 110/392 kB | 175 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 125/588 kB | 110/392 kB | 175 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 129/588 kB | 110/392 kB | 175 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 129/588 kB | 114/392 kB | 175 kB | 24/91 kB Progress (5): 1.0/1.2 MB | 129/588 kB | 114/392 kB | 175 kB | 28/91 kB Progress (5): 1.0/1.2 MB | 133/588 kB | 114/392 kB | 175 kB | 28/91 kB Progress (5): 1.0/1.2 MB | 133/588 kB | 114/392 kB | 175 kB | 28/91 kB Progress (5): 1.0/1.2 MB | 137/588 kB | 114/392 kB | 175 kB | 28/91 kB Progress (5): 1.0/1.2 MB | 137/588 kB | 114/392 kB | 175 kB | 32/91 kB Progress (5): 1.0/1.2 MB | 137/588 kB | 118/392 kB | 175 kB | 32/91 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 241 kB/s) Progress (4): 1.0/1.2 MB | 141/588 kB | 118/392 kB | 32/91 kB Progress (4): 1.0/1.2 MB | 141/588 kB | 118/392 kB | 33/91 kB Progress (4): 1.0/1.2 MB | 141/588 kB | 118/392 kB | 33/91 kB Progress (4): 1.0/1.2 MB | 145/588 kB | 118/392 kB | 33/91 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar Progress (4): 1.0/1.2 MB | 145/588 kB | 122/392 kB | 33/91 kB Progress (4): 1.0/1.2 MB | 149/588 kB | 122/392 kB | 33/91 kB Progress (4): 1.0/1.2 MB | 149/588 kB | 126/392 kB | 33/91 kB Progress (4): 1.0/1.2 MB | 149/588 kB | 126/392 kB | 37/91 kB Progress (4): 1.0/1.2 MB | 149/588 kB | 126/392 kB | 37/91 kB Progress (4): 1.0/1.2 MB | 149/588 kB | 126/392 kB | 41/91 kB Progress (4): 1.0/1.2 MB | 149/588 kB | 130/392 kB | 41/91 kB Progress (4): 1.0/1.2 MB | 153/588 kB | 130/392 kB | 41/91 kB Progress (4): 1.0/1.2 MB | 153/588 kB | 131/392 kB | 41/91 kB Progress (4): 1.0/1.2 MB | 153/588 kB | 131/392 kB | 45/91 kB Progress (4): 1.0/1.2 MB | 153/588 kB | 131/392 kB | 45/91 kB Progress (4): 1.0/1.2 MB | 153/588 kB | 131/392 kB | 49/91 kB Progress (4): 1.0/1.2 MB | 153/588 kB | 135/392 kB | 49/91 kB Progress (4): 1.0/1.2 MB | 157/588 kB | 135/392 kB | 49/91 kB Progress (4): 1.0/1.2 MB | 161/588 kB | 135/392 kB | 49/91 kB Progress (4): 1.0/1.2 MB | 161/588 kB | 139/392 kB | 49/91 kB Progress (4): 1.0/1.2 MB | 161/588 kB | 139/392 kB | 53/91 kB Progress (4): 1.0/1.2 MB | 161/588 kB | 143/392 kB | 53/91 kB Progress (4): 1.0/1.2 MB | 161/588 kB | 143/392 kB | 53/91 kB Progress (4): 1.0/1.2 MB | 161/588 kB | 147/392 kB | 53/91 kB Progress (4): 1.0/1.2 MB | 161/588 kB | 147/392 kB | 57/91 kB Progress (4): 1.0/1.2 MB | 165/588 kB | 147/392 kB | 57/91 kB Progress (4): 1.0/1.2 MB | 165/588 kB | 151/392 kB | 57/91 kB Progress (4): 1.0/1.2 MB | 165/588 kB | 151/392 kB | 57/91 kB Progress (4): 1.0/1.2 MB | 165/588 kB | 155/392 kB | 57/91 kB Progress (4): 1.0/1.2 MB | 169/588 kB | 155/392 kB | 57/91 kB Progress (4): 1.0/1.2 MB | 169/588 kB | 159/392 kB | 57/91 kB Progress (4): 1.0/1.2 MB | 169/588 kB | 159/392 kB | 61/91 kB Progress (4): 1.0/1.2 MB | 173/588 kB | 159/392 kB | 61/91 kB Progress (4): 1.0/1.2 MB | 173/588 kB | 163/392 kB | 61/91 kB Progress (5): 1.0/1.2 MB | 173/588 kB | 163/392 kB | 61/91 kB | 4.1/113 kB Progress (5): 1.0/1.2 MB | 173/588 kB | 163/392 kB | 61/91 kB | 4.1/113 kB Progress (5): 1.0/1.2 MB | 173/588 kB | 163/392 kB | 61/91 kB | 7.7/113 kB Progress (5): 1.0/1.2 MB | 173/588 kB | 164/392 kB | 61/91 kB | 7.7/113 kB Progress (5): 1.0/1.2 MB | 177/588 kB | 164/392 kB | 61/91 kB | 7.7/113 kB Progress (5): 1.0/1.2 MB | 177/588 kB | 164/392 kB | 65/91 kB | 7.7/113 kB Progress (5): 1.0/1.2 MB | 181/588 kB | 164/392 kB | 65/91 kB | 7.7/113 kB Progress (5): 1.0/1.2 MB | 181/588 kB | 168/392 kB | 65/91 kB | 7.7/113 kB Progress (5): 1.0/1.2 MB | 181/588 kB | 168/392 kB | 65/91 kB | 12/113 kB Progress (5): 1.0/1.2 MB | 181/588 kB | 168/392 kB | 65/91 kB | 12/113 kB Progress (5): 1.0/1.2 MB | 181/588 kB | 168/392 kB | 65/91 kB | 12/113 kB Progress (5): 1.0/1.2 MB | 181/588 kB | 168/392 kB | 65/91 kB | 16/113 kB Progress (5): 1.0/1.2 MB | 181/588 kB | 172/392 kB | 65/91 kB | 16/113 kB Progress (5): 1.0/1.2 MB | 181/588 kB | 172/392 kB | 65/91 kB | 20/113 kB Progress (5): 1.0/1.2 MB | 185/588 kB | 172/392 kB | 65/91 kB | 20/113 kB Progress (5): 1.0/1.2 MB | 185/588 kB | 172/392 kB | 69/91 kB | 20/113 kB Progress (5): 1.0/1.2 MB | 185/588 kB | 176/392 kB | 69/91 kB | 20/113 kB Progress (5): 1.0/1.2 MB | 185/588 kB | 176/392 kB | 69/91 kB | 24/113 kB Progress (5): 1.0/1.2 MB | 185/588 kB | 176/392 kB | 69/91 kB | 24/113 kB Progress (5): 1.0/1.2 MB | 185/588 kB | 176/392 kB | 69/91 kB | 28/113 kB Progress (5): 1.0/1.2 MB | 185/588 kB | 180/392 kB | 69/91 kB | 28/113 kB Progress (5): 1.0/1.2 MB | 185/588 kB | 180/392 kB | 73/91 kB | 28/113 kB Progress (5): 1.0/1.2 MB | 189/588 kB | 180/392 kB | 73/91 kB | 28/113 kB Progress (5): 1.0/1.2 MB | 189/588 kB | 184/392 kB | 73/91 kB | 28/113 kB Progress (5): 1.0/1.2 MB | 189/588 kB | 184/392 kB | 73/91 kB | 32/113 kB Progress (5): 1.0/1.2 MB | 189/588 kB | 184/392 kB | 73/91 kB | 32/113 kB Progress (5): 1.0/1.2 MB | 189/588 kB | 184/392 kB | 73/91 kB | 33/113 kB Progress (5): 1.0/1.2 MB | 189/588 kB | 184/392 kB | 73/91 kB | 33/113 kB Progress (5): 1.0/1.2 MB | 189/588 kB | 188/392 kB | 73/91 kB | 33/113 kB Progress (5): 1.0/1.2 MB | 189/588 kB | 192/392 kB | 73/91 kB | 33/113 kB Progress (5): 1.0/1.2 MB | 189/588 kB | 196/392 kB | 73/91 kB | 33/113 kB Progress (5): 1.0/1.2 MB | 189/588 kB | 197/392 kB | 73/91 kB | 33/113 kB Progress (5): 1.0/1.2 MB | 189/588 kB | 201/392 kB | 73/91 kB | 33/113 kB Progress (5): 1.0/1.2 MB | 189/588 kB | 205/392 kB | 73/91 kB | 33/113 kB Progress (5): 1.0/1.2 MB | 193/588 kB | 205/392 kB | 73/91 kB | 33/113 kB Progress (5): 1.0/1.2 MB | 193/588 kB | 205/392 kB | 77/91 kB | 33/113 kB Progress (5): 1.0/1.2 MB | 193/588 kB | 209/392 kB | 77/91 kB | 33/113 kB Progress (5): 1.0/1.2 MB | 193/588 kB | 209/392 kB | 77/91 kB | 33/113 kB Progress (5): 1.0/1.2 MB | 193/588 kB | 209/392 kB | 77/91 kB | 37/113 kB Progress (5): 1.0/1.2 MB | 193/588 kB | 209/392 kB | 77/91 kB | 37/113 kB Progress (5): 1.0/1.2 MB | 193/588 kB | 213/392 kB | 77/91 kB | 37/113 kB Progress (5): 1.0/1.2 MB | 197/588 kB | 213/392 kB | 77/91 kB | 37/113 kB Progress (5): 1.0/1.2 MB | 197/588 kB | 213/392 kB | 81/91 kB | 37/113 kB Progress (5): 1.0/1.2 MB | 197/588 kB | 217/392 kB | 81/91 kB | 37/113 kB Progress (5): 1.0/1.2 MB | 201/588 kB | 217/392 kB | 81/91 kB | 37/113 kB Progress (5): 1.0/1.2 MB | 201/588 kB | 217/392 kB | 81/91 kB | 37/113 kB Progress (5): 1.0/1.2 MB | 201/588 kB | 217/392 kB | 81/91 kB | 41/113 kB Progress (5): 1.0/1.2 MB | 201/588 kB | 217/392 kB | 81/91 kB | 41/113 kB Progress (5): 1.0/1.2 MB | 205/588 kB | 217/392 kB | 81/91 kB | 41/113 kB Progress (5): 1.0/1.2 MB | 205/588 kB | 221/392 kB | 81/91 kB | 41/113 kB Progress (5): 1.0/1.2 MB | 205/588 kB | 221/392 kB | 85/91 kB | 41/113 kB Progress (5): 1.0/1.2 MB | 209/588 kB | 221/392 kB | 85/91 kB | 41/113 kB Progress (5): 1.0/1.2 MB | 209/588 kB | 221/392 kB | 85/91 kB | 45/113 kB Progress (5): 1.0/1.2 MB | 209/588 kB | 221/392 kB | 85/91 kB | 45/113 kB Progress (5): 1.0/1.2 MB | 209/588 kB | 221/392 kB | 85/91 kB | 49/113 kB Progress (5): 1.0/1.2 MB | 213/588 kB | 221/392 kB | 85/91 kB | 49/113 kB Progress (5): 1.0/1.2 MB | 213/588 kB | 225/392 kB | 85/91 kB | 49/113 kB Progress (5): 1.0/1.2 MB | 213/588 kB | 225/392 kB | 89/91 kB | 49/113 kB Progress (5): 1.0/1.2 MB | 213/588 kB | 229/392 kB | 89/91 kB | 49/113 kB Progress (5): 1.0/1.2 MB | 213/588 kB | 229/392 kB | 89/91 kB | 53/113 kB Progress (5): 1.0/1.2 MB | 217/588 kB | 229/392 kB | 89/91 kB | 53/113 kB Progress (5): 1.0/1.2 MB | 217/588 kB | 229/392 kB | 89/91 kB | 53/113 kB Progress (5): 1.0/1.2 MB | 217/588 kB | 229/392 kB | 89/91 kB | 57/113 kB Progress (5): 1.0/1.2 MB | 217/588 kB | 229/392 kB | 89/91 kB | 57/113 kB Progress (5): 1.0/1.2 MB | 217/588 kB | 229/392 kB | 91 kB | 57/113 kB Progress (5): 1.0/1.2 MB | 217/588 kB | 233/392 kB | 91 kB | 57/113 kB Progress (5): 1.0/1.2 MB | 217/588 kB | 233/392 kB | 91 kB | 61/113 kB Progress (5): 1.0/1.2 MB | 221/588 kB | 233/392 kB | 91 kB | 61/113 kB Progress (5): 1.0/1.2 MB | 221/588 kB | 233/392 kB | 91 kB | 61/113 kB Progress (5): 1.0/1.2 MB | 225/588 kB | 233/392 kB | 91 kB | 61/113 kB Progress (5): 1.0/1.2 MB | 225/588 kB | 233/392 kB | 91 kB | 65/113 kB Progress (5): 1.0/1.2 MB | 225/588 kB | 237/392 kB | 91 kB | 65/113 kB Progress (5): 1.0/1.2 MB | 229/588 kB | 237/392 kB | 91 kB | 65/113 kB Progress (5): 1.0/1.2 MB | 229/588 kB | 237/392 kB | 91 kB | 66/113 kB Progress (5): 1.0/1.2 MB | 229/588 kB | 237/392 kB | 91 kB | 66/113 kB Progress (5): 1.0/1.2 MB | 229/588 kB | 241/392 kB | 91 kB | 66/113 kB Progress (5): 1.0/1.2 MB | 233/588 kB | 241/392 kB | 91 kB | 66/113 kB Progress (5): 1.0/1.2 MB | 233/588 kB | 245/392 kB | 91 kB | 66/113 kB Progress (5): 1.0/1.2 MB | 233/588 kB | 245/392 kB | 91 kB | 66/113 kB Progress (5): 1.0/1.2 MB | 233/588 kB | 245/392 kB | 91 kB | 70/113 kB Progress (5): 1.0/1.2 MB | 233/588 kB | 249/392 kB | 91 kB | 70/113 kB Progress (5): 1.0/1.2 MB | 237/588 kB | 249/392 kB | 91 kB | 70/113 kB Progress (5): 1.0/1.2 MB | 237/588 kB | 253/392 kB | 91 kB | 70/113 kB Progress (5): 1.0/1.2 MB | 237/588 kB | 253/392 kB | 91 kB | 70/113 kB Progress (5): 1.0/1.2 MB | 237/588 kB | 253/392 kB | 91 kB | 74/113 kB Progress (5): 1.0/1.2 MB | 237/588 kB | 253/392 kB | 91 kB | 74/113 kB Progress (5): 1.0/1.2 MB | 237/588 kB | 257/392 kB | 91 kB | 74/113 kB Progress (5): 1.0/1.2 MB | 241/588 kB | 257/392 kB | 91 kB | 74/113 kB Progress (5): 1.1/1.2 MB | 241/588 kB | 257/392 kB | 91 kB | 74/113 kB Progress (5): 1.1/1.2 MB | 241/588 kB | 261/392 kB | 91 kB | 74/113 kB Progress (5): 1.1/1.2 MB | 241/588 kB | 261/392 kB | 91 kB | 78/113 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 112 kB/s) Progress (4): 1.1/1.2 MB | 241/588 kB | 261/392 kB | 78/113 kB Progress (4): 1.1/1.2 MB | 245/588 kB | 261/392 kB | 78/113 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar Progress (4): 1.1/1.2 MB | 245/588 kB | 265/392 kB | 78/113 kB Progress (4): 1.1/1.2 MB | 245/588 kB | 265/392 kB | 82/113 kB Progress (4): 1.1/1.2 MB | 245/588 kB | 269/392 kB | 82/113 kB Progress (4): 1.1/1.2 MB | 249/588 kB | 269/392 kB | 82/113 kB Progress (4): 1.1/1.2 MB | 249/588 kB | 273/392 kB | 82/113 kB Progress (4): 1.1/1.2 MB | 253/588 kB | 273/392 kB | 82/113 kB Progress (4): 1.1/1.2 MB | 253/588 kB | 273/392 kB | 82/113 kB Progress (4): 1.1/1.2 MB | 257/588 kB | 273/392 kB | 82/113 kB Progress (4): 1.1/1.2 MB | 257/588 kB | 277/392 kB | 82/113 kB Progress (4): 1.1/1.2 MB | 257/588 kB | 277/392 kB | 86/113 kB Progress (4): 1.1/1.2 MB | 261/588 kB | 277/392 kB | 86/113 kB Progress (4): 1.1/1.2 MB | 261/588 kB | 277/392 kB | 86/113 kB Progress (4): 1.1/1.2 MB | 265/588 kB | 277/392 kB | 86/113 kB Progress (4): 1.1/1.2 MB | 265/588 kB | 281/392 kB | 86/113 kB Progress (4): 1.1/1.2 MB | 265/588 kB | 281/392 kB | 90/113 kB Progress (4): 1.1/1.2 MB | 269/588 kB | 281/392 kB | 90/113 kB Progress (4): 1.1/1.2 MB | 269/588 kB | 285/392 kB | 90/113 kB Progress (4): 1.1/1.2 MB | 269/588 kB | 285/392 kB | 90/113 kB Progress (4): 1.1/1.2 MB | 269/588 kB | 285/392 kB | 94/113 kB Progress (4): 1.1/1.2 MB | 273/588 kB | 285/392 kB | 94/113 kB Progress (4): 1.1/1.2 MB | 273/588 kB | 285/392 kB | 98/113 kB Progress (4): 1.1/1.2 MB | 273/588 kB | 289/392 kB | 98/113 kB Progress (4): 1.1/1.2 MB | 273/588 kB | 289/392 kB | 98/113 kB Progress (4): 1.1/1.2 MB | 273/588 kB | 289/392 kB | 102/113 kB Progress (4): 1.1/1.2 MB | 273/588 kB | 293/392 kB | 102/113 kB Progress (4): 1.1/1.2 MB | 277/588 kB | 293/392 kB | 102/113 kB Progress (4): 1.1/1.2 MB | 277/588 kB | 293/392 kB | 106/113 kB Progress (4): 1.1/1.2 MB | 277/588 kB | 293/392 kB | 106/113 kB Progress (4): 1.1/1.2 MB | 277/588 kB | 297/392 kB | 106/113 kB Progress (4): 1.1/1.2 MB | 281/588 kB | 297/392 kB | 106/113 kB Progress (4): 1.1/1.2 MB | 281/588 kB | 301/392 kB | 106/113 kB Progress (4): 1.1/1.2 MB | 281/588 kB | 301/392 kB | 110/113 kB Progress (4): 1.1/1.2 MB | 281/588 kB | 301/392 kB | 113 kB Progress (4): 1.1/1.2 MB | 281/588 kB | 301/392 kB | 113 kB Progress (4): 1.1/1.2 MB | 281/588 kB | 305/392 kB | 113 kB Progress (4): 1.1/1.2 MB | 281/588 kB | 309/392 kB | 113 kB Progress (4): 1.1/1.2 MB | 281/588 kB | 313/392 kB | 113 kB Progress (4): 1.1/1.2 MB | 281/588 kB | 317/392 kB | 113 kB Progress (4): 1.1/1.2 MB | 281/588 kB | 321/392 kB | 113 kB Progress (4): 1.1/1.2 MB | 281/588 kB | 325/392 kB | 113 kB Progress (4): 1.1/1.2 MB | 285/588 kB | 325/392 kB | 113 kB Progress (5): 1.1/1.2 MB | 285/588 kB | 325/392 kB | 113 kB | 4.1/79 kB Progress (5): 1.1/1.2 MB | 289/588 kB | 325/392 kB | 113 kB | 4.1/79 kB Progress (5): 1.1/1.2 MB | 289/588 kB | 329/392 kB | 113 kB | 4.1/79 kB Progress (5): 1.1/1.2 MB | 289/588 kB | 329/392 kB | 113 kB | 4.1/79 kB Progress (5): 1.1/1.2 MB | 293/588 kB | 329/392 kB | 113 kB | 4.1/79 kB Progress (5): 1.1/1.2 MB | 293/588 kB | 333/392 kB | 113 kB | 4.1/79 kB Progress (5): 1.1/1.2 MB | 293/588 kB | 333/392 kB | 113 kB | 7.7/79 kB Progress (5): 1.1/1.2 MB | 297/588 kB | 333/392 kB | 113 kB | 7.7/79 kB Progress (5): 1.1/1.2 MB | 297/588 kB | 333/392 kB | 113 kB | 7.7/79 kB Progress (5): 1.1/1.2 MB | 297/588 kB | 333/392 kB | 113 kB | 12/79 kB Progress (5): 1.1/1.2 MB | 297/588 kB | 337/392 kB | 113 kB | 12/79 kB Progress (5): 1.1/1.2 MB | 297/588 kB | 337/392 kB | 113 kB | 16/79 kB Progress (5): 1.1/1.2 MB | 297/588 kB | 337/392 kB | 113 kB | 16/79 kB Progress (5): 1.1/1.2 MB | 301/588 kB | 337/392 kB | 113 kB | 16/79 kB Progress (5): 1.1/1.2 MB | 301/588 kB | 337/392 kB | 113 kB | 16/79 kB Progress (5): 1.1/1.2 MB | 301/588 kB | 337/392 kB | 113 kB | 20/79 kB Progress (5): 1.1/1.2 MB | 301/588 kB | 341/392 kB | 113 kB | 20/79 kB Progress (5): 1.1/1.2 MB | 301/588 kB | 341/392 kB | 113 kB | 24/79 kB Progress (5): 1.1/1.2 MB | 301/588 kB | 341/392 kB | 113 kB | 24/79 kB Progress (5): 1.1/1.2 MB | 305/588 kB | 341/392 kB | 113 kB | 24/79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar (113 kB at 135 kB/s) Progress (4): 1.1/1.2 MB | 305/588 kB | 341/392 kB | 24/79 kB Progress (4): 1.1/1.2 MB | 305/588 kB | 341/392 kB | 28/79 kB Progress (4): 1.1/1.2 MB | 305/588 kB | 345/392 kB | 28/79 kB Progress (4): 1.1/1.2 MB | 305/588 kB | 345/392 kB | 28/79 kB Progress (4): 1.1/1.2 MB | 305/588 kB | 345/392 kB | 32/79 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar Progress (4): 1.1/1.2 MB | 309/588 kB | 345/392 kB | 32/79 kB Progress (4): 1.1/1.2 MB | 309/588 kB | 345/392 kB | 33/79 kB Progress (4): 1.1/1.2 MB | 309/588 kB | 345/392 kB | 33/79 kB Progress (4): 1.1/1.2 MB | 309/588 kB | 345/392 kB | 37/79 kB Progress (4): 1.1/1.2 MB | 309/588 kB | 349/392 kB | 37/79 kB Progress (4): 1.1/1.2 MB | 309/588 kB | 349/392 kB | 37/79 kB Progress (4): 1.1/1.2 MB | 309/588 kB | 349/392 kB | 41/79 kB Progress (4): 1.1/1.2 MB | 313/588 kB | 349/392 kB | 41/79 kB Progress (4): 1.1/1.2 MB | 313/588 kB | 349/392 kB | 41/79 kB Progress (4): 1.1/1.2 MB | 313/588 kB | 353/392 kB | 41/79 kB Progress (4): 1.1/1.2 MB | 317/588 kB | 353/392 kB | 41/79 kB Progress (4): 1.1/1.2 MB | 317/588 kB | 353/392 kB | 45/79 kB Progress (4): 1.1/1.2 MB | 321/588 kB | 353/392 kB | 45/79 kB Progress (4): 1.1/1.2 MB | 321/588 kB | 357/392 kB | 45/79 kB Progress (4): 1.1/1.2 MB | 321/588 kB | 357/392 kB | 45/79 kB Progress (4): 1.1/1.2 MB | 325/588 kB | 357/392 kB | 45/79 kB Progress (4): 1.1/1.2 MB | 325/588 kB | 357/392 kB | 49/79 kB Progress (4): 1.1/1.2 MB | 329/588 kB | 357/392 kB | 49/79 kB Progress (4): 1.1/1.2 MB | 329/588 kB | 357/392 kB | 53/79 kB Progress (4): 1.1/1.2 MB | 333/588 kB | 357/392 kB | 53/79 kB Progress (4): 1.1/1.2 MB | 333/588 kB | 361/392 kB | 53/79 kB Progress (4): 1.1/1.2 MB | 333/588 kB | 361/392 kB | 53/79 kB Progress (4): 1.1/1.2 MB | 333/588 kB | 365/392 kB | 53/79 kB Progress (4): 1.1/1.2 MB | 337/588 kB | 365/392 kB | 53/79 kB Progress (4): 1.1/1.2 MB | 337/588 kB | 365/392 kB | 57/79 kB Progress (4): 1.1/1.2 MB | 341/588 kB | 365/392 kB | 57/79 kB Progress (4): 1.1/1.2 MB | 345/588 kB | 365/392 kB | 57/79 kB Progress (4): 1.1/1.2 MB | 349/588 kB | 365/392 kB | 57/79 kB Progress (4): 1.1/1.2 MB | 353/588 kB | 365/392 kB | 57/79 kB Progress (4): 1.1/1.2 MB | 353/588 kB | 369/392 kB | 57/79 kB Progress (4): 1.1/1.2 MB | 353/588 kB | 369/392 kB | 57/79 kB Progress (4): 1.1/1.2 MB | 357/588 kB | 369/392 kB | 57/79 kB Progress (4): 1.1/1.2 MB | 357/588 kB | 373/392 kB | 57/79 kB Progress (4): 1.1/1.2 MB | 357/588 kB | 373/392 kB | 61/79 kB Progress (5): 1.1/1.2 MB | 357/588 kB | 373/392 kB | 61/79 kB | 4.1/33 kB Progress (5): 1.1/1.2 MB | 357/588 kB | 373/392 kB | 65/79 kB | 4.1/33 kB Progress (5): 1.1/1.2 MB | 357/588 kB | 377/392 kB | 65/79 kB | 4.1/33 kB Progress (5): 1.1/1.2 MB | 357/588 kB | 377/392 kB | 69/79 kB | 4.1/33 kB Progress (5): 1.1/1.2 MB | 357/588 kB | 377/392 kB | 73/79 kB | 4.1/33 kB Progress (5): 1.1/1.2 MB | 361/588 kB | 377/392 kB | 73/79 kB | 4.1/33 kB Progress (5): 1.1/1.2 MB | 361/588 kB | 377/392 kB | 73/79 kB | 4.1/33 kB Progress (5): 1.1/1.2 MB | 365/588 kB | 377/392 kB | 73/79 kB | 4.1/33 kB Progress (5): 1.1/1.2 MB | 365/588 kB | 377/392 kB | 77/79 kB | 4.1/33 kB Progress (5): 1.1/1.2 MB | 365/588 kB | 377/392 kB | 79 kB | 4.1/33 kB Progress (5): 1.1/1.2 MB | 365/588 kB | 381/392 kB | 79 kB | 4.1/33 kB Progress (5): 1.1/1.2 MB | 365/588 kB | 381/392 kB | 79 kB | 7.7/33 kB Progress (5): 1.1/1.2 MB | 365/588 kB | 385/392 kB | 79 kB | 7.7/33 kB Progress (5): 1.1/1.2 MB | 369/588 kB | 385/392 kB | 79 kB | 7.7/33 kB Progress (5): 1.1/1.2 MB | 369/588 kB | 385/392 kB | 79 kB | 7.7/33 kB Progress (5): 1.1/1.2 MB | 373/588 kB | 385/392 kB | 79 kB | 7.7/33 kB Progress (5): 1.1/1.2 MB | 373/588 kB | 389/392 kB | 79 kB | 7.7/33 kB Progress (5): 1.1/1.2 MB | 373/588 kB | 389/392 kB | 79 kB | 12/33 kB Progress (5): 1.1/1.2 MB | 373/588 kB | 392 kB | 79 kB | 12/33 kB Progress (5): 1.1/1.2 MB | 377/588 kB | 392 kB | 79 kB | 12/33 kB Progress (5): 1.1/1.2 MB | 377/588 kB | 392 kB | 79 kB | 12/33 kB Progress (5): 1.1/1.2 MB | 377/588 kB | 392 kB | 79 kB | 16/33 kB Progress (5): 1.1/1.2 MB | 381/588 kB | 392 kB | 79 kB | 16/33 kB Progress (5): 1.1/1.2 MB | 381/588 kB | 392 kB | 79 kB | 16/33 kB Progress (5): 1.1/1.2 MB | 381/588 kB | 392 kB | 79 kB | 20/33 kB Progress (5): 1.1/1.2 MB | 385/588 kB | 392 kB | 79 kB | 20/33 kB Progress (5): 1.1/1.2 MB | 385/588 kB | 392 kB | 79 kB | 24/33 kB Progress (5): 1.2/1.2 MB | 385/588 kB | 392 kB | 79 kB | 24/33 kB Progress (5): 1.2/1.2 MB | 389/588 kB | 392 kB | 79 kB | 24/33 kB Progress (5): 1.2/1.2 MB | 389/588 kB | 392 kB | 79 kB | 24/33 kB Progress (5): 1.2/1.2 MB | 389/588 kB | 392 kB | 79 kB | 28/33 kB Progress (5): 1.2/1.2 MB | 389/588 kB | 392 kB | 79 kB | 28/33 kB Progress (5): 1.2/1.2 MB | 389/588 kB | 392 kB | 79 kB | 28/33 kB Progress (5): 1.2/1.2 MB | 389/588 kB | 392 kB | 79 kB | 28/33 kB Progress (5): 1.2/1.2 MB | 393/588 kB | 392 kB | 79 kB | 28/33 kB Progress (5): 1.2/1.2 MB | 393/588 kB | 392 kB | 79 kB | 28/33 kB Progress (5): 1.2/1.2 MB | 397/588 kB | 392 kB | 79 kB | 28/33 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 87 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar Progress (4): 1.2/1.2 MB | 397/588 kB | 392 kB | 32/33 kB Progress (4): 1.2/1.2 MB | 401/588 kB | 392 kB | 32/33 kB Progress (4): 1.2/1.2 MB | 401/588 kB | 392 kB | 32/33 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 430 kB/s) Progress (3): 1.2/1.2 MB | 401/588 kB | 33 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar Progress (3): 1.2/1.2 MB | 401/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 405/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 405/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 409/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 409/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 409/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 413/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 417/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 417/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 417/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 421/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 425/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 425/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 425/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 429/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 429/588 kB | 33 kB Progress (3): 1.2/1.2 MB | 433/588 kB | 33 kB Progress (3): 1.2 MB | 433/588 kB | 33 kB Progress (3): 1.2 MB | 437/588 kB | 33 kB Progress (3): 1.2 MB | 441/588 kB | 33 kB Progress (3): 1.2 MB | 445/588 kB | 33 kB Progress (3): 1.2 MB | 449/588 kB | 33 kB Progress (3): 1.2 MB | 453/588 kB | 33 kB Progress (3): 1.2 MB | 457/588 kB | 33 kB Progress (3): 1.2 MB | 461/588 kB | 33 kB Progress (3): 1.2 MB | 465/588 kB | 33 kB Progress (3): 1.2 MB | 469/588 kB | 33 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 36 kB/s) Progress (2): 1.2 MB | 473/588 kB Progress (2): 1.2 MB | 477/588 kB Progress (2): 1.2 MB | 481/588 kB Progress (2): 1.2 MB | 485/588 kB Progress (2): 1.2 MB | 489/588 kB Progress (3): 1.2 MB | 489/588 kB | 4.1/50 kB Progress (3): 1.2 MB | 493/588 kB | 4.1/50 kB Progress (3): 1.2 MB | 497/588 kB | 4.1/50 kB Progress (3): 1.2 MB | 497/588 kB | 7.7/50 kB Progress (3): 1.2 MB | 501/588 kB | 7.7/50 kB Progress (3): 1.2 MB | 505/588 kB | 7.7/50 kB Progress (3): 1.2 MB | 505/588 kB | 12/50 kB Progress (3): 1.2 MB | 509/588 kB | 12/50 kB Progress (3): 1.2 MB | 509/588 kB | 16/50 kB Progress (3): 1.2 MB | 513/588 kB | 16/50 kB Progress (3): 1.2 MB | 513/588 kB | 20/50 kB Progress (3): 1.2 MB | 517/588 kB | 20/50 kB Progress (3): 1.2 MB | 517/588 kB | 24/50 kB Progress (3): 1.2 MB | 521/588 kB | 24/50 kB Progress (3): 1.2 MB | 521/588 kB | 28/50 kB Progress (3): 1.2 MB | 525/588 kB | 28/50 kB Progress (3): 1.2 MB | 525/588 kB | 32/50 kB Progress (3): 1.2 MB | 529/588 kB | 32/50 kB Progress (3): 1.2 MB | 529/588 kB | 36/50 kB Progress (3): 1.2 MB | 533/588 kB | 36/50 kB Progress (3): 1.2 MB | 533/588 kB | 40/50 kB Progress (3): 1.2 MB | 537/588 kB | 40/50 kB Progress (3): 1.2 MB | 537/588 kB | 44/50 kB Progress (3): 1.2 MB | 541/588 kB | 44/50 kB Progress (3): 1.2 MB | 541/588 kB | 48/50 kB Progress (3): 1.2 MB | 545/588 kB | 48/50 kB Progress (3): 1.2 MB | 545/588 kB | 50 kB Progress (3): 1.2 MB | 549/588 kB | 50 kB Progress (3): 1.2 MB | 553/588 kB | 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 1.3 MB/s) Progress (3): 553/588 kB | 50 kB | 4.1/128 kB Progress (3): 557/588 kB | 50 kB | 4.1/128 kB Progress (3): 557/588 kB | 50 kB | 7.7/128 kB Progress (3): 561/588 kB | 50 kB | 7.7/128 kB Progress (3): 561/588 kB | 50 kB | 12/128 kB Progress (3): 565/588 kB | 50 kB | 12/128 kB Progress (3): 565/588 kB | 50 kB | 16/128 kB Progress (3): 569/588 kB | 50 kB | 16/128 kB Progress (3): 569/588 kB | 50 kB | 20/128 kB Progress (3): 573/588 kB | 50 kB | 20/128 kB Progress (3): 573/588 kB | 50 kB | 24/128 kB Progress (3): 577/588 kB | 50 kB | 24/128 kB Progress (3): 577/588 kB | 50 kB | 28/128 kB Progress (3): 581/588 kB | 50 kB | 28/128 kB Progress (3): 581/588 kB | 50 kB | 32/128 kB Progress (3): 585/588 kB | 50 kB | 32/128 kB Progress (3): 585/588 kB | 50 kB | 33/128 kB Progress (3): 588 kB | 50 kB | 33/128 kB Progress (3): 588 kB | 50 kB | 37/128 kB Progress (3): 588 kB | 50 kB | 41/128 kB Progress (3): 588 kB | 50 kB | 45/128 kB Progress (3): 588 kB | 50 kB | 49/128 kB Progress (3): 588 kB | 50 kB | 53/128 kB Progress (3): 588 kB | 50 kB | 57/128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar (50 kB at 54 kB/s) Progress (2): 588 kB | 61/128 kB Progress (2): 588 kB | 65/128 kB Progress (2): 588 kB | 66/128 kB Progress (2): 588 kB | 70/128 kB Progress (2): 588 kB | 74/128 kB Progress (2): 588 kB | 78/128 kB Progress (2): 588 kB | 82/128 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.jar (588 kB at 628 kB/s) 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 135 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 8.1 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 464 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 462 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 1.4 MB/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 127 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 105 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 642 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 61 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 68 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 33 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 105 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 59 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 49 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 109 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 196 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 247 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 38 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 78 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 264 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 667 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 31 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 22 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 195 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 267 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 282 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 321 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 12 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 166 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.1 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 125 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 134 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/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 85 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 122 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 58 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 871 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 50 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 52 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 115 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 103 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 122 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 521 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 2.1 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 193 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 128 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 191 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 213 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 424 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 879 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 165 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 408 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 640 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.7 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 361 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 154 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-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-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-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/5.3 kB Progress (1): 5.3 kB Progress (2): 5.3 kB | 4.1/66 kB Progress (2): 5.3 kB | 7.7/66 kB Progress (2): 5.3 kB | 12/66 kB Progress (2): 5.3 kB | 16/66 kB Progress (2): 5.3 kB | 20/66 kB Progress (2): 5.3 kB | 24/66 kB Progress (2): 5.3 kB | 28/66 kB Progress (2): 5.3 kB | 32/66 kB Progress (2): 5.3 kB | 36/66 kB Progress (3): 5.3 kB | 36/66 kB | 4.1/31 kB Progress (3): 5.3 kB | 40/66 kB | 4.1/31 kB Progress (3): 5.3 kB | 40/66 kB | 7.7/31 kB Progress (3): 5.3 kB | 44/66 kB | 7.7/31 kB Progress (3): 5.3 kB | 44/66 kB | 12/31 kB Progress (3): 5.3 kB | 48/66 kB | 12/31 kB Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Progress (3): 5.3 kB | 48/66 kB | 16/31 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 33 kB/s) Progress (2): 52/66 kB | 16/31 kB 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): 52/66 kB | 20/31 kB Progress (2): 56/66 kB | 20/31 kB Progress (2): 56/66 kB | 24/31 kB Progress (2): 56/66 kB | 28/31 kB Progress (2): 60/66 kB | 28/31 kB Progress (2): 60/66 kB | 31 kB Progress (2): 64/66 kB | 31 kB Progress (2): 66 kB | 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 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/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.jar (31 kB at 184 kB/s) 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 382 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 (1): 33/563 kB Progress (1): 37/563 kB Progress (1): 41/563 kB Progress (1): 45/563 kB Progress (1): 49/563 kB Progress (1): 53/563 kB Progress (1): 57/563 kB Progress (1): 61/563 kB Progress (1): 65/563 kB Progress (1): 66/563 kB Progress (1): 70/563 kB Progress (1): 74/563 kB Progress (1): 78/563 kB Progress (1): 82/563 kB Progress (1): 86/563 kB Progress (1): 90/563 kB Progress (2): 90/563 kB | 4.1/41 kB Progress (2): 94/563 kB | 4.1/41 kB Progress (2): 94/563 kB | 7.7/41 kB Progress (2): 98/563 kB | 7.7/41 kB Progress (2): 98/563 kB | 12/41 kB Progress (2): 102/563 kB | 12/41 kB Progress (2): 102/563 kB | 16/41 kB Progress (2): 106/563 kB | 16/41 kB Progress (2): 106/563 kB | 20/41 kB Progress (2): 110/563 kB | 20/41 kB Progress (2): 110/563 kB | 24/41 kB Progress (2): 114/563 kB | 24/41 kB Progress (2): 118/563 kB | 24/41 kB Progress (2): 118/563 kB | 28/41 kB Progress (2): 122/563 kB | 28/41 kB Progress (2): 122/563 kB | 32/41 kB Progress (2): 126/563 kB | 32/41 kB Progress (2): 130/563 kB | 32/41 kB Progress (2): 130/563 kB | 36/41 kB Progress (2): 130/563 kB | 40/41 kB Progress (2): 134/563 kB | 40/41 kB Progress (2): 134/563 kB | 41 kB Progress (2): 138/563 kB | 41 kB Progress (2): 142/563 kB | 41 kB Progress (2): 146/563 kB | 41 kB Progress (2): 150/563 kB | 41 kB Progress (2): 154/563 kB | 41 kB Progress (2): 158/563 kB | 41 kB Progress (3): 158/563 kB | 41 kB | 4.1/47 kB Progress (3): 162/563 kB | 41 kB | 4.1/47 kB Progress (3): 162/563 kB | 41 kB | 7.7/47 kB Progress (3): 164/563 kB | 41 kB | 7.7/47 kB Progress (3): 164/563 kB | 41 kB | 12/47 kB Progress (3): 168/563 kB | 41 kB | 12/47 kB Progress (3): 168/563 kB | 41 kB | 16/47 kB Progress (4): 168/563 kB | 41 kB | 16/47 kB | 4.1/30 kB Progress (4): 172/563 kB | 41 kB | 16/47 kB | 4.1/30 kB Progress (4): 172/563 kB | 41 kB | 20/47 kB | 4.1/30 kB Progress (4): 172/563 kB | 41 kB | 24/47 kB | 4.1/30 kB Progress (4): 172/563 kB | 41 kB | 24/47 kB | 7.7/30 kB Progress (4): 172/563 kB | 41 kB | 28/47 kB | 7.7/30 kB Progress (4): 176/563 kB | 41 kB | 28/47 kB | 7.7/30 kB Progress (4): 176/563 kB | 41 kB | 28/47 kB | 12/30 kB Progress (4): 176/563 kB | 41 kB | 32/47 kB | 12/30 kB Progress (4): 176/563 kB | 41 kB | 32/47 kB | 16/30 kB Progress (4): 180/563 kB | 41 kB | 32/47 kB | 16/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 1.2 MB/s) 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): 180/563 kB | 32/47 kB | 16/30 kB | 4.1/164 kB Progress (4): 180/563 kB | 32/47 kB | 20/30 kB | 4.1/164 kB Progress (4): 180/563 kB | 36/47 kB | 20/30 kB | 4.1/164 kB Progress (4): 180/563 kB | 36/47 kB | 24/30 kB | 4.1/164 kB Progress (4): 180/563 kB | 36/47 kB | 24/30 kB | 7.7/164 kB Progress (4): 180/563 kB | 36/47 kB | 28/30 kB | 7.7/164 kB Progress (5): 180/563 kB | 36/47 kB | 28/30 kB | 7.7/164 kB | 4.1/52 kB Progress (5): 184/563 kB | 36/47 kB | 28/30 kB | 7.7/164 kB | 4.1/52 kB Progress (5): 184/563 kB | 36/47 kB | 28/30 kB | 7.7/164 kB | 7.7/52 kB Progress (5): 184/563 kB | 36/47 kB | 28/30 kB | 12/164 kB | 7.7/52 kB Progress (5): 184/563 kB | 36/47 kB | 30 kB | 12/164 kB | 7.7/52 kB Progress (5): 184/563 kB | 40/47 kB | 30 kB | 12/164 kB | 7.7/52 kB Progress (5): 184/563 kB | 40/47 kB | 30 kB | 16/164 kB | 7.7/52 kB Progress (5): 184/563 kB | 40/47 kB | 30 kB | 16/164 kB | 12/52 kB Progress (5): 188/563 kB | 40/47 kB | 30 kB | 16/164 kB | 12/52 kB Progress (5): 188/563 kB | 40/47 kB | 30 kB | 16/164 kB | 16/52 kB Progress (5): 188/563 kB | 40/47 kB | 30 kB | 20/164 kB | 16/52 kB Progress (5): 188/563 kB | 44/47 kB | 30 kB | 20/164 kB | 16/52 kB Progress (5): 188/563 kB | 44/47 kB | 30 kB | 24/164 kB | 16/52 kB Progress (5): 188/563 kB | 44/47 kB | 30 kB | 24/164 kB | 20/52 kB Progress (5): 192/563 kB | 44/47 kB | 30 kB | 24/164 kB | 20/52 kB Progress (5): 192/563 kB | 44/47 kB | 30 kB | 24/164 kB | 24/52 kB Progress (5): 192/563 kB | 44/47 kB | 30 kB | 28/164 kB | 24/52 kB Progress (5): 192/563 kB | 47 kB | 30 kB | 28/164 kB | 24/52 kB Progress (5): 192/563 kB | 47 kB | 30 kB | 32/164 kB | 24/52 kB Progress (5): 192/563 kB | 47 kB | 30 kB | 32/164 kB | 28/52 kB Progress (5): 196/563 kB | 47 kB | 30 kB | 32/164 kB | 28/52 kB Progress (5): 196/563 kB | 47 kB | 30 kB | 32/164 kB | 32/52 kB Progress (5): 196/563 kB | 47 kB | 30 kB | 36/164 kB | 32/52 kB Progress (5): 200/563 kB | 47 kB | 30 kB | 36/164 kB | 32/52 kB Progress (5): 200/563 kB | 47 kB | 30 kB | 36/164 kB | 36/52 kB Progress (5): 200/563 kB | 47 kB | 30 kB | 40/164 kB | 36/52 kB Progress (5): 200/563 kB | 47 kB | 30 kB | 40/164 kB | 40/52 kB Progress (5): 200/563 kB | 47 kB | 30 kB | 44/164 kB | 40/52 kB Progress (5): 204/563 kB | 47 kB | 30 kB | 44/164 kB | 40/52 kB Progress (5): 204/563 kB | 47 kB | 30 kB | 44/164 kB | 44/52 kB Progress (5): 208/563 kB | 47 kB | 30 kB | 44/164 kB | 44/52 kB Progress (5): 208/563 kB | 47 kB | 30 kB | 48/164 kB | 44/52 kB Progress (5): 212/563 kB | 47 kB | 30 kB | 48/164 kB | 44/52 kB Progress (5): 212/563 kB | 47 kB | 30 kB | 52/164 kB | 44/52 kB Progress (5): 212/563 kB | 47 kB | 30 kB | 52/164 kB | 48/52 kB Progress (5): 216/563 kB | 47 kB | 30 kB | 52/164 kB | 48/52 kB Progress (5): 216/563 kB | 47 kB | 30 kB | 56/164 kB | 48/52 kB Progress (5): 220/563 kB | 47 kB | 30 kB | 56/164 kB | 48/52 kB Progress (5): 220/563 kB | 47 kB | 30 kB | 56/164 kB | 52/52 kB Progress (5): 224/563 kB | 47 kB | 30 kB | 56/164 kB | 52/52 kB Progress (5): 224/563 kB | 47 kB | 30 kB | 60/164 kB | 52/52 kB Progress (5): 228/563 kB | 47 kB | 30 kB | 60/164 kB | 52/52 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 320 kB/s) Progress (4): 228/563 kB | 47 kB | 60/164 kB | 52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar 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 487 kB/s) Progress (3): 232/563 kB | 60/164 kB | 52 kB Progress (3): 232/563 kB | 64/164 kB | 52 kB Progress (3): 236/563 kB | 64/164 kB | 52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Progress (3): 240/563 kB | 64/164 kB | 52 kB Progress (3): 240/563 kB | 68/164 kB | 52 kB Progress (3): 244/563 kB | 68/164 kB | 52 kB Progress (3): 244/563 kB | 72/164 kB | 52 kB Progress (3): 248/563 kB | 72/164 kB | 52 kB Progress (3): 248/563 kB | 76/164 kB | 52 kB Progress (3): 252/563 kB | 76/164 kB | 52 kB Progress (3): 252/563 kB | 80/164 kB | 52 kB Progress (3): 256/563 kB | 80/164 kB | 52 kB Progress (3): 256/563 kB | 84/164 kB | 52 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 512 kB/s) Progress (2): 260/563 kB | 84/164 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 (2): 260/563 kB | 88/164 kB Progress (2): 264/563 kB | 88/164 kB Progress (2): 268/563 kB | 88/164 kB Progress (2): 268/563 kB | 92/164 kB Progress (2): 268/563 kB | 96/164 kB Progress (2): 272/563 kB | 96/164 kB Progress (2): 276/563 kB | 96/164 kB Progress (2): 276/563 kB | 100/164 kB Progress (2): 276/563 kB | 104/164 kB Progress (2): 280/563 kB | 104/164 kB Progress (2): 280/563 kB | 108/164 kB Progress (2): 284/563 kB | 108/164 kB Progress (2): 284/563 kB | 112/164 kB Progress (2): 288/563 kB | 112/164 kB Progress (2): 292/563 kB | 112/164 kB Progress (2): 292/563 kB | 116/164 kB Progress (2): 292/563 kB | 120/164 kB Progress (2): 296/563 kB | 120/164 kB Progress (2): 300/563 kB | 120/164 kB Progress (2): 300/563 kB | 124/164 kB Progress (2): 300/563 kB | 128/164 kB Progress (2): 304/563 kB | 128/164 kB Progress (2): 308/563 kB | 128/164 kB Progress (2): 308/563 kB | 132/164 kB Progress (2): 308/563 kB | 136/164 kB Progress (2): 312/563 kB | 136/164 kB Progress (2): 316/563 kB | 136/164 kB Progress (2): 316/563 kB | 140/164 kB Progress (2): 316/563 kB | 144/164 kB Progress (2): 320/563 kB | 144/164 kB Progress (2): 324/563 kB | 144/164 kB Progress (2): 324/563 kB | 148/164 kB Progress (2): 324/563 kB | 152/164 kB Progress (2): 328/563 kB | 152/164 kB Progress (2): 332/563 kB | 152/164 kB Progress (2): 332/563 kB | 156/164 kB Progress (2): 332/563 kB | 160/164 kB Progress (2): 336/563 kB | 160/164 kB Progress (2): 340/563 kB | 160/164 kB Progress (2): 340/563 kB | 164 kB Progress (3): 340/563 kB | 164 kB | 4.1/159 kB Progress (3): 344/563 kB | 164 kB | 4.1/159 kB Progress (3): 344/563 kB | 164 kB | 7.7/159 kB Progress (3): 348/563 kB | 164 kB | 7.7/159 kB Progress (3): 348/563 kB | 164 kB | 12/159 kB Progress (3): 352/563 kB | 164 kB | 12/159 kB Progress (3): 352/563 kB | 164 kB | 16/159 kB Progress (3): 356/563 kB | 164 kB | 16/159 kB Progress (3): 356/563 kB | 164 kB | 20/159 kB Progress (3): 360/563 kB | 164 kB | 20/159 kB Progress (3): 360/563 kB | 164 kB | 24/159 kB Progress (3): 364/563 kB | 164 kB | 24/159 kB Progress (3): 364/563 kB | 164 kB | 28/159 kB Progress (3): 364/563 kB | 164 kB | 32/159 kB Progress (3): 368/563 kB | 164 kB | 32/159 kB Progress (4): 368/563 kB | 164 kB | 32/159 kB | 4.1/60 kB Progress (4): 368/563 kB | 164 kB | 36/159 kB | 4.1/60 kB Progress (4): 372/563 kB | 164 kB | 36/159 kB | 4.1/60 kB Progress (4): 372/563 kB | 164 kB | 40/159 kB | 4.1/60 kB Progress (4): 372/563 kB | 164 kB | 40/159 kB | 7.7/60 kB Progress (4): 376/563 kB | 164 kB | 40/159 kB | 7.7/60 kB Progress (4): 376/563 kB | 164 kB | 40/159 kB | 12/60 kB Progress (4): 376/563 kB | 164 kB | 44/159 kB | 12/60 kB Progress (4): 376/563 kB | 164 kB | 44/159 kB | 16/60 kB Progress (5): 376/563 kB | 164 kB | 44/159 kB | 16/60 kB | 4.1/18 kB Progress (5): 380/563 kB | 164 kB | 44/159 kB | 16/60 kB | 4.1/18 kB Progress (5): 380/563 kB | 164 kB | 44/159 kB | 16/60 kB | 7.7/18 kB Progress (5): 380/563 kB | 164 kB | 44/159 kB | 20/60 kB | 7.7/18 kB Progress (5): 380/563 kB | 164 kB | 48/159 kB | 20/60 kB | 7.7/18 kB Progress (5): 380/563 kB | 164 kB | 48/159 kB | 20/60 kB | 12/18 kB Progress (5): 380/563 kB | 164 kB | 48/159 kB | 24/60 kB | 12/18 kB Progress (5): 384/563 kB | 164 kB | 48/159 kB | 24/60 kB | 12/18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 1.4 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 (4): 388/563 kB | 48/159 kB | 24/60 kB | 12/18 kB Progress (4): 388/563 kB | 48/159 kB | 28/60 kB | 12/18 kB Progress (4): 388/563 kB | 52/159 kB | 28/60 kB | 12/18 kB Progress (4): 388/563 kB | 52/159 kB | 28/60 kB | 16/18 kB Progress (4): 388/563 kB | 56/159 kB | 28/60 kB | 16/18 kB Progress (4): 388/563 kB | 56/159 kB | 32/60 kB | 16/18 kB Progress (5): 388/563 kB | 56/159 kB | 32/60 kB | 16/18 kB | 4.1/145 kB Progress (5): 392/563 kB | 56/159 kB | 32/60 kB | 16/18 kB | 4.1/145 kB Progress (5): 392/563 kB | 56/159 kB | 32/60 kB | 16/18 kB | 7.7/145 kB Progress (5): 392/563 kB | 56/159 kB | 36/60 kB | 16/18 kB | 7.7/145 kB Progress (5): 392/563 kB | 60/159 kB | 36/60 kB | 16/18 kB | 7.7/145 kB Progress (5): 392/563 kB | 60/159 kB | 36/60 kB | 18 kB | 7.7/145 kB Progress (5): 392/563 kB | 64/159 kB | 36/60 kB | 18 kB | 7.7/145 kB Progress (5): 392/563 kB | 64/159 kB | 40/60 kB | 18 kB | 7.7/145 kB Progress (5): 392/563 kB | 64/159 kB | 40/60 kB | 18 kB | 12/145 kB Progress (5): 396/563 kB | 64/159 kB | 40/60 kB | 18 kB | 12/145 kB Progress (5): 396/563 kB | 64/159 kB | 40/60 kB | 18 kB | 16/145 kB Progress (5): 400/563 kB | 64/159 kB | 40/60 kB | 18 kB | 16/145 kB Progress (5): 400/563 kB | 64/159 kB | 40/60 kB | 18 kB | 20/145 kB Progress (5): 400/563 kB | 64/159 kB | 40/60 kB | 18 kB | 24/145 kB Progress (5): 400/563 kB | 64/159 kB | 44/60 kB | 18 kB | 24/145 kB Progress (5): 400/563 kB | 68/159 kB | 44/60 kB | 18 kB | 24/145 kB Progress (5): 400/563 kB | 68/159 kB | 48/60 kB | 18 kB | 24/145 kB Progress (5): 400/563 kB | 68/159 kB | 48/60 kB | 18 kB | 28/145 kB Progress (5): 404/563 kB | 68/159 kB | 48/60 kB | 18 kB | 28/145 kB Progress (5): 404/563 kB | 68/159 kB | 48/60 kB | 18 kB | 32/145 kB Progress (5): 408/563 kB | 68/159 kB | 48/60 kB | 18 kB | 32/145 kB Progress (5): 408/563 kB | 68/159 kB | 52/60 kB | 18 kB | 32/145 kB Progress (5): 408/563 kB | 72/159 kB | 52/60 kB | 18 kB | 32/145 kB Progress (5): 408/563 kB | 72/159 kB | 56/60 kB | 18 kB | 32/145 kB Progress (5): 408/563 kB | 76/159 kB | 56/60 kB | 18 kB | 32/145 kB Progress (5): 408/563 kB | 76/159 kB | 56/60 kB | 18 kB | 36/145 kB Progress (5): 412/563 kB | 76/159 kB | 56/60 kB | 18 kB | 36/145 kB Progress (5): 412/563 kB | 76/159 kB | 56/60 kB | 18 kB | 40/145 kB Progress (5): 416/563 kB | 76/159 kB | 56/60 kB | 18 kB | 40/145 kB Progress (5): 416/563 kB | 80/159 kB | 56/60 kB | 18 kB | 40/145 kB Progress (5): 416/563 kB | 80/159 kB | 60/60 kB | 18 kB | 40/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 92 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Progress (4): 420/563 kB | 80/159 kB | 60/60 kB | 40/145 kB Progress (4): 420/563 kB | 80/159 kB | 60/60 kB | 44/145 kB Progress (4): 424/563 kB | 80/159 kB | 60/60 kB | 44/145 kB Progress (4): 424/563 kB | 84/159 kB | 60/60 kB | 44/145 kB Progress (4): 424/563 kB | 84/159 kB | 60 kB | 44/145 kB Progress (4): 424/563 kB | 88/159 kB | 60 kB | 44/145 kB Progress (4): 428/563 kB | 88/159 kB | 60 kB | 44/145 kB Progress (4): 428/563 kB | 88/159 kB | 60 kB | 48/145 kB Progress (4): 428/563 kB | 92/159 kB | 60 kB | 48/145 kB Progress (4): 432/563 kB | 92/159 kB | 60 kB | 48/145 kB Progress (4): 432/563 kB | 92/159 kB | 60 kB | 52/145 kB Progress (4): 432/563 kB | 96/159 kB | 60 kB | 52/145 kB Progress (4): 432/563 kB | 96/159 kB | 60 kB | 56/145 kB Progress (4): 436/563 kB | 96/159 kB | 60 kB | 56/145 kB Progress (4): 436/563 kB | 100/159 kB | 60 kB | 56/145 kB Progress (4): 436/563 kB | 100/159 kB | 60 kB | 60/145 kB Progress (4): 440/563 kB | 100/159 kB | 60 kB | 60/145 kB Progress (4): 440/563 kB | 104/159 kB | 60 kB | 60/145 kB Progress (4): 444/563 kB | 104/159 kB | 60 kB | 60/145 kB Progress (4): 444/563 kB | 104/159 kB | 60 kB | 64/145 kB Progress (4): 444/563 kB | 108/159 kB | 60 kB | 64/145 kB Progress (4): 448/563 kB | 108/159 kB | 60 kB | 64/145 kB Progress (4): 448/563 kB | 108/159 kB | 60 kB | 68/145 kB Progress (4): 448/563 kB | 112/159 kB | 60 kB | 68/145 kB Progress (4): 448/563 kB | 112/159 kB | 60 kB | 72/145 kB Progress (4): 452/563 kB | 112/159 kB | 60 kB | 72/145 kB Progress (4): 452/563 kB | 116/159 kB | 60 kB | 72/145 kB Progress (4): 452/563 kB | 116/159 kB | 60 kB | 76/145 kB Progress (4): 452/563 kB | 120/159 kB | 60 kB | 76/145 kB Progress (4): 456/563 kB | 120/159 kB | 60 kB | 76/145 kB Progress (4): 456/563 kB | 120/159 kB | 60 kB | 80/145 kB Progress (4): 456/563 kB | 124/159 kB | 60 kB | 80/145 kB Progress (4): 460/563 kB | 124/159 kB | 60 kB | 80/145 kB Progress (4): 460/563 kB | 124/159 kB | 60 kB | 84/145 kB Progress (4): 460/563 kB | 128/159 kB | 60 kB | 84/145 kB Progress (4): 464/563 kB | 128/159 kB | 60 kB | 84/145 kB Progress (4): 464/563 kB | 132/159 kB | 60 kB | 84/145 kB Progress (4): 464/563 kB | 132/159 kB | 60 kB | 88/145 kB Progress (4): 464/563 kB | 136/159 kB | 60 kB | 88/145 kB Progress (4): 468/563 kB | 136/159 kB | 60 kB | 88/145 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 296 kB/s) Progress (4): 468/563 kB | 136/159 kB | 88/145 kB | 4.1/134 kB Progress (4): 472/563 kB | 136/159 kB | 88/145 kB | 4.1/134 kB Progress (4): 472/563 kB | 140/159 kB | 88/145 kB | 4.1/134 kB Progress (4): 472/563 kB | 144/159 kB | 88/145 kB | 4.1/134 kB Progress (4): 472/563 kB | 144/159 kB | 92/145 kB | 4.1/134 kB Progress (4): 472/563 kB | 148/159 kB | 92/145 kB | 4.1/134 kB Progress (4): 472/563 kB | 152/159 kB | 92/145 kB | 4.1/134 kB Progress (4): 476/563 kB | 152/159 kB | 92/145 kB | 4.1/134 kB Progress (4): 476/563 kB | 156/159 kB | 92/145 kB | 4.1/134 kB Progress (4): 476/563 kB | 156/159 kB | 92/145 kB | 7.7/134 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Progress (4): 476/563 kB | 156/159 kB | 92/145 kB | 12/134 kB Progress (4): 476/563 kB | 159 kB | 92/145 kB | 12/134 kB Progress (4): 480/563 kB | 159 kB | 92/145 kB | 12/134 kB Progress (4): 480/563 kB | 159 kB | 96/145 kB | 12/134 kB Progress (4): 484/563 kB | 159 kB | 96/145 kB | 12/134 kB Progress (4): 484/563 kB | 159 kB | 96/145 kB | 16/134 kB Progress (4): 484/563 kB | 159 kB | 100/145 kB | 16/134 kB Progress (4): 488/563 kB | 159 kB | 100/145 kB | 16/134 kB Progress (4): 488/563 kB | 159 kB | 104/145 kB | 16/134 kB Progress (4): 488/563 kB | 159 kB | 104/145 kB | 20/134 kB Progress (4): 488/563 kB | 159 kB | 108/145 kB | 20/134 kB Progress (4): 492/563 kB | 159 kB | 108/145 kB | 20/134 kB Progress (4): 492/563 kB | 159 kB | 112/145 kB | 20/134 kB Progress (4): 496/563 kB | 159 kB | 112/145 kB | 20/134 kB Progress (4): 496/563 kB | 159 kB | 112/145 kB | 24/134 kB Progress (4): 500/563 kB | 159 kB | 112/145 kB | 24/134 kB Progress (4): 500/563 kB | 159 kB | 116/145 kB | 24/134 kB Progress (4): 500/563 kB | 159 kB | 116/145 kB | 28/134 kB Progress (4): 500/563 kB | 159 kB | 120/145 kB | 28/134 kB Progress (4): 504/563 kB | 159 kB | 120/145 kB | 28/134 kB Progress (4): 504/563 kB | 159 kB | 120/145 kB | 32/134 kB Progress (4): 504/563 kB | 159 kB | 124/145 kB | 32/134 kB Progress (4): 504/563 kB | 159 kB | 128/145 kB | 32/134 kB Progress (4): 508/563 kB | 159 kB | 128/145 kB | 32/134 kB Progress (4): 508/563 kB | 159 kB | 132/145 kB | 32/134 kB Progress (4): 508/563 kB | 159 kB | 132/145 kB | 33/134 kB Progress (4): 508/563 kB | 159 kB | 136/145 kB | 33/134 kB Progress (4): 512/563 kB | 159 kB | 136/145 kB | 33/134 kB Progress (4): 512/563 kB | 159 kB | 140/145 kB | 33/134 kB Progress (4): 512/563 kB | 159 kB | 140/145 kB | 37/134 kB Progress (4): 512/563 kB | 159 kB | 144/145 kB | 37/134 kB Progress (4): 516/563 kB | 159 kB | 144/145 kB | 37/134 kB Progress (4): 516/563 kB | 159 kB | 145 kB | 37/134 kB Progress (4): 516/563 kB | 159 kB | 145 kB | 41/134 kB Progress (4): 520/563 kB | 159 kB | 145 kB | 41/134 kB Progress (4): 520/563 kB | 159 kB | 145 kB | 45/134 kB Progress (4): 524/563 kB | 159 kB | 145 kB | 45/134 kB Progress (4): 524/563 kB | 159 kB | 145 kB | 49/134 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 735 kB/s) Progress (3): 524/563 kB | 145 kB | 53/134 kB Progress (3): 528/563 kB | 145 kB | 53/134 kB Progress (3): 528/563 kB | 145 kB | 57/134 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Progress (3): 528/563 kB | 145 kB | 61/134 kB Progress (3): 532/563 kB | 145 kB | 61/134 kB Progress (3): 532/563 kB | 145 kB | 65/134 kB Progress (3): 532/563 kB | 145 kB | 66/134 kB Progress (3): 536/563 kB | 145 kB | 66/134 kB Progress (4): 536/563 kB | 145 kB | 66/134 kB | 4.1/134 kB Progress (4): 536/563 kB | 145 kB | 70/134 kB | 4.1/134 kB Progress (4): 540/563 kB | 145 kB | 70/134 kB | 4.1/134 kB Progress (4): 540/563 kB | 145 kB | 74/134 kB | 4.1/134 kB Progress (4): 540/563 kB | 145 kB | 74/134 kB | 7.7/134 kB Progress (4): 540/563 kB | 145 kB | 78/134 kB | 7.7/134 kB Progress (4): 544/563 kB | 145 kB | 78/134 kB | 7.7/134 kB Progress (4): 544/563 kB | 145 kB | 78/134 kB | 12/134 kB Progress (4): 544/563 kB | 145 kB | 82/134 kB | 12/134 kB Progress (4): 544/563 kB | 145 kB | 82/134 kB | 16/134 kB Progress (4): 548/563 kB | 145 kB | 82/134 kB | 16/134 kB Progress (4): 548/563 kB | 145 kB | 86/134 kB | 16/134 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 653 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Progress (3): 552/563 kB | 86/134 kB | 16/134 kB Progress (3): 552/563 kB | 90/134 kB | 16/134 kB Progress (3): 552/563 kB | 90/134 kB | 20/134 kB Progress (3): 556/563 kB | 90/134 kB | 20/134 kB Progress (3): 556/563 kB | 90/134 kB | 24/134 kB Progress (3): 560/563 kB | 90/134 kB | 24/134 kB Progress (3): 560/563 kB | 94/134 kB | 24/134 kB Progress (3): 563 kB | 94/134 kB | 24/134 kB Progress (3): 563 kB | 98/134 kB | 24/134 kB Progress (3): 563 kB | 98/134 kB | 28/134 kB Progress (3): 563 kB | 98/134 kB | 28/134 kB Progress (3): 563 kB | 98/134 kB | 32/134 kB Progress (3): 563 kB | 102/134 kB | 32/134 kB Progress (3): 563 kB | 102/134 kB | 33/134 kB Progress (3): 563 kB | 106/134 kB | 33/134 kB Progress (3): 563 kB | 106/134 kB | 37/134 kB Progress (3): 563 kB | 110/134 kB | 37/134 kB Progress (3): 563 kB | 110/134 kB | 41/134 kB Progress (3): 563 kB | 114/134 kB | 41/134 kB Progress (3): 563 kB | 114/134 kB | 45/134 kB Progress (3): 563 kB | 118/134 kB | 45/134 kB Progress (3): 563 kB | 118/134 kB | 49/134 kB Progress (3): 563 kB | 122/134 kB | 49/134 kB Progress (3): 563 kB | 122/134 kB | 53/134 kB Progress (3): 563 kB | 126/134 kB | 53/134 kB Progress (3): 563 kB | 126/134 kB | 57/134 kB Progress (4): 563 kB | 126/134 kB | 57/134 kB | 4.1/202 kB Progress (4): 563 kB | 130/134 kB | 57/134 kB | 4.1/202 kB Progress (4): 563 kB | 130/134 kB | 57/134 kB | 7.7/202 kB Progress (4): 563 kB | 134 kB | 57/134 kB | 7.7/202 kB Progress (4): 563 kB | 134 kB | 61/134 kB | 7.7/202 kB Progress (4): 563 kB | 134 kB | 61/134 kB | 12/202 kB Progress (4): 563 kB | 134 kB | 65/134 kB | 12/202 kB Progress (4): 563 kB | 134 kB | 66/134 kB | 12/202 kB Progress (4): 563 kB | 134 kB | 70/134 kB | 12/202 kB Progress (4): 563 kB | 134 kB | 70/134 kB | 16/202 kB Progress (4): 563 kB | 134 kB | 74/134 kB | 16/202 kB Progress (5): 563 kB | 134 kB | 74/134 kB | 16/202 kB | 4.1/45 kB Progress (5): 563 kB | 134 kB | 78/134 kB | 16/202 kB | 4.1/45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 477 kB/s) 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 2.0 MB/s) Progress (3): 78/134 kB | 20/202 kB | 4.1/45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Progress (3): 82/134 kB | 20/202 kB | 4.1/45 kB Progress (3): 82/134 kB | 20/202 kB | 7.7/45 kB Progress (3): 82/134 kB | 24/202 kB | 7.7/45 kB Progress (3): 86/134 kB | 24/202 kB | 7.7/45 kB Progress (3): 86/134 kB | 24/202 kB | 12/45 kB Progress (3): 86/134 kB | 28/202 kB | 12/45 kB Progress (3): 90/134 kB | 28/202 kB | 12/45 kB Progress (3): 90/134 kB | 32/202 kB | 12/45 kB Progress (3): 90/134 kB | 32/202 kB | 16/45 kB Progress (3): 94/134 kB | 32/202 kB | 16/45 kB Progress (3): 94/134 kB | 36/202 kB | 16/45 kB Progress (3): 94/134 kB | 36/202 kB | 20/45 kB Progress (3): 98/134 kB | 36/202 kB | 20/45 kB Progress (3): 98/134 kB | 36/202 kB | 24/45 kB Progress (3): 98/134 kB | 40/202 kB | 24/45 kB Progress (3): 98/134 kB | 40/202 kB | 24/45 kB Progress (3): 98/134 kB | 40/202 kB | 28/45 kB Progress (3): 98/134 kB | 44/202 kB | 28/45 kB Progress (3): 102/134 kB | 44/202 kB | 28/45 kB Progress (3): 102/134 kB | 44/202 kB | 32/45 kB Progress (3): 106/134 kB | 44/202 kB | 32/45 kB Progress (3): 106/134 kB | 48/202 kB | 32/45 kB Progress (3): 106/134 kB | 48/202 kB | 36/45 kB Progress (3): 106/134 kB | 48/202 kB | 40/45 kB Progress (3): 106/134 kB | 52/202 kB | 40/45 kB Progress (3): 110/134 kB | 52/202 kB | 40/45 kB Progress (3): 110/134 kB | 56/202 kB | 40/45 kB Progress (3): 110/134 kB | 56/202 kB | 44/45 kB Progress (3): 114/134 kB | 56/202 kB | 44/45 kB Progress (4): 114/134 kB | 56/202 kB | 44/45 kB | 2.5 kB Progress (4): 114/134 kB | 60/202 kB | 44/45 kB | 2.5 kB Progress (4): 114/134 kB | 60/202 kB | 45 kB | 2.5 kB Progress (4): 114/134 kB | 64/202 kB | 45 kB | 2.5 kB Progress (4): 118/134 kB | 64/202 kB | 45 kB | 2.5 kB Progress (4): 118/134 kB | 66/202 kB | 45 kB | 2.5 kB Progress (4): 122/134 kB | 66/202 kB | 45 kB | 2.5 kB Progress (4): 122/134 kB | 70/202 kB | 45 kB | 2.5 kB Progress (4): 126/134 kB | 70/202 kB | 45 kB | 2.5 kB Progress (4): 126/134 kB | 74/202 kB | 45 kB | 2.5 kB Progress (4): 130/134 kB | 74/202 kB | 45 kB | 2.5 kB Progress (4): 130/134 kB | 78/202 kB | 45 kB | 2.5 kB Progress (4): 134 kB | 78/202 kB | 45 kB | 2.5 kB Progress (4): 134 kB | 82/202 kB | 45 kB | 2.5 kB Progress (4): 134 kB | 86/202 kB | 45 kB | 2.5 kB Progress (4): 134 kB | 90/202 kB | 45 kB | 2.5 kB Progress (4): 134 kB | 94/202 kB | 45 kB | 2.5 kB Progress (4): 134 kB | 98/202 kB | 45 kB | 2.5 kB Progress (4): 134 kB | 102/202 kB | 45 kB | 2.5 kB Progress (4): 134 kB | 106/202 kB | 45 kB | 2.5 kB Progress (4): 134 kB | 110/202 kB | 45 kB | 2.5 kB Progress (4): 134 kB | 114/202 kB | 45 kB | 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 8.4 kB/s) Progress (4): 134 kB | 114/202 kB | 45 kB | 4.1/5.8 kB Progress (4): 134 kB | 118/202 kB | 45 kB | 4.1/5.8 kB Progress (4): 134 kB | 118/202 kB | 45 kB | 5.8 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Progress (4): 134 kB | 122/202 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 126/202 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 130/202 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 134/202 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 138/202 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 142/202 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 146/202 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 150/202 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 154/202 kB | 45 kB | 5.8 kB Progress (4): 134 kB | 158/202 kB | 45 kB | 5.8 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 147 kB/s) Progress (3): 134 kB | 162/202 kB | 5.8 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Progress (3): 134 kB | 166/202 kB | 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 434 kB/s) Progress (2): 170/202 kB | 5.8 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Progress (2): 174/202 kB | 5.8 kB Progress (2): 178/202 kB | 5.8 kB Progress (2): 182/202 kB | 5.8 kB Progress (2): 186/202 kB | 5.8 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 19 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar Progress (1): 190/202 kB Progress (1): 194/202 kB Progress (1): 198/202 kB Progress (2): 198/202 kB | 4.1/357 kB Progress (2): 202/202 kB | 4.1/357 kB Progress (2): 202/202 kB | 7.7/357 kB Progress (2): 202 kB | 7.7/357 kB Progress (2): 202 kB | 12/357 kB Progress (2): 202 kB | 16/357 kB Progress (2): 202 kB | 20/357 kB Progress (2): 202 kB | 24/357 kB Progress (2): 202 kB | 28/357 kB Progress (2): 202 kB | 32/357 kB Progress (2): 202 kB | 33/357 kB Progress (2): 202 kB | 37/357 kB Progress (2): 202 kB | 41/357 kB Progress (2): 202 kB | 45/357 kB Progress (2): 202 kB | 49/357 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.jar (202 kB at 634 kB/s) Progress (1): 53/357 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar Progress (1): 57/357 kB Progress (2): 57/357 kB | 4.1/44 kB Progress (2): 61/357 kB | 4.1/44 kB Progress (2): 61/357 kB | 7.7/44 kB Progress (2): 65/357 kB | 7.7/44 kB Progress (3): 65/357 kB | 7.7/44 kB | 4.1/4.5 kB Progress (3): 65/357 kB | 12/44 kB | 4.1/4.5 kB Progress (3): 66/357 kB | 12/44 kB | 4.1/4.5 kB Progress (4): 66/357 kB | 12/44 kB | 4.1/4.5 kB | 4.1/202 kB Progress (4): 66/357 kB | 16/44 kB | 4.1/4.5 kB | 4.1/202 kB Progress (4): 66/357 kB | 16/44 kB | 4.5 kB | 4.1/202 kB Progress (4): 70/357 kB | 16/44 kB | 4.5 kB | 4.1/202 kB Progress (4): 74/357 kB | 16/44 kB | 4.5 kB | 4.1/202 kB Progress (4): 74/357 kB | 16/44 kB | 4.5 kB | 7.7/202 kB Progress (4): 74/357 kB | 20/44 kB | 4.5 kB | 7.7/202 kB Progress (4): 74/357 kB | 24/44 kB | 4.5 kB | 7.7/202 kB Progress (4): 74/357 kB | 28/44 kB | 4.5 kB | 7.7/202 kB Progress (4): 78/357 kB | 28/44 kB | 4.5 kB | 7.7/202 kB Progress (4): 78/357 kB | 32/44 kB | 4.5 kB | 7.7/202 kB Progress (4): 82/357 kB | 32/44 kB | 4.5 kB | 7.7/202 kB Progress (4): 82/357 kB | 32/44 kB | 4.5 kB | 12/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 12 kB/s) Progress (4): 82/357 kB | 32/44 kB | 12/202 kB | 4.1/61 kB Progress (4): 86/357 kB | 32/44 kB | 12/202 kB | 4.1/61 kB Progress (4): 86/357 kB | 32/44 kB | 16/202 kB | 4.1/61 kB Progress (4): 86/357 kB | 36/44 kB | 16/202 kB | 4.1/61 kB Progress (4): 90/357 kB | 36/44 kB | 16/202 kB | 4.1/61 kB Progress (4): 90/357 kB | 36/44 kB | 16/202 kB | 7.7/61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Progress (4): 90/357 kB | 36/44 kB | 16/202 kB | 12/61 kB Progress (4): 94/357 kB | 36/44 kB | 16/202 kB | 12/61 kB Progress (4): 94/357 kB | 40/44 kB | 16/202 kB | 12/61 kB Progress (4): 94/357 kB | 40/44 kB | 20/202 kB | 12/61 kB Progress (4): 94/357 kB | 44 kB | 20/202 kB | 12/61 kB Progress (4): 98/357 kB | 44 kB | 20/202 kB | 12/61 kB Progress (4): 98/357 kB | 44 kB | 20/202 kB | 16/61 kB Progress (4): 98/357 kB | 44 kB | 20/202 kB | 16/61 kB Progress (4): 98/357 kB | 44 kB | 24/202 kB | 16/61 kB Progress (4): 98/357 kB | 44 kB | 24/202 kB | 20/61 kB Progress (4): 102/357 kB | 44 kB | 24/202 kB | 20/61 kB Progress (4): 102/357 kB | 44 kB | 24/202 kB | 24/61 kB Progress (4): 102/357 kB | 44 kB | 28/202 kB | 24/61 kB Progress (4): 106/357 kB | 44 kB | 28/202 kB | 24/61 kB Progress (4): 106/357 kB | 44 kB | 28/202 kB | 28/61 kB Progress (4): 106/357 kB | 44 kB | 32/202 kB | 28/61 kB Progress (4): 110/357 kB | 44 kB | 32/202 kB | 28/61 kB Progress (4): 110/357 kB | 44 kB | 32/202 kB | 32/61 kB Progress (4): 114/357 kB | 44 kB | 32/202 kB | 32/61 kB Progress (4): 114/357 kB | 44 kB | 33/202 kB | 32/61 kB Progress (4): 114/357 kB | 44 kB | 33/202 kB | 36/61 kB Progress (4): 118/357 kB | 44 kB | 33/202 kB | 36/61 kB Progress (4): 118/357 kB | 44 kB | 33/202 kB | 40/61 kB Progress (4): 118/357 kB | 44 kB | 37/202 kB | 40/61 kB Progress (4): 122/357 kB | 44 kB | 37/202 kB | 40/61 kB Progress (4): 122/357 kB | 44 kB | 37/202 kB | 44/61 kB Progress (4): 122/357 kB | 44 kB | 41/202 kB | 44/61 kB Progress (4): 126/357 kB | 44 kB | 41/202 kB | 44/61 kB Progress (4): 126/357 kB | 44 kB | 45/202 kB | 44/61 kB Progress (4): 126/357 kB | 44 kB | 45/202 kB | 48/61 kB Progress (4): 126/357 kB | 44 kB | 49/202 kB | 48/61 kB Progress (4): 130/357 kB | 44 kB | 49/202 kB | 48/61 kB Progress (4): 130/357 kB | 44 kB | 53/202 kB | 48/61 kB Progress (4): 130/357 kB | 44 kB | 53/202 kB | 52/61 kB Progress (4): 130/357 kB | 44 kB | 57/202 kB | 52/61 kB Progress (4): 131/357 kB | 44 kB | 57/202 kB | 52/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 111 kB/s) Progress (3): 135/357 kB | 57/202 kB | 52/61 kB Progress (4): 135/357 kB | 57/202 kB | 52/61 kB | 4.1/231 kB Progress (4): 135/357 kB | 61/202 kB | 52/61 kB | 4.1/231 kB Progress (4): 135/357 kB | 61/202 kB | 56/61 kB | 4.1/231 kB Progress (4): 135/357 kB | 65/202 kB | 56/61 kB | 4.1/231 kB Progress (4): 135/357 kB | 65/202 kB | 56/61 kB | 7.7/231 kB Progress (4): 139/357 kB | 65/202 kB | 56/61 kB | 7.7/231 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 Progress (4): 143/357 kB | 65/202 kB | 56/61 kB | 7.7/231 kB Progress (4): 143/357 kB | 65/202 kB | 56/61 kB | 12/231 kB Progress (4): 143/357 kB | 66/202 kB | 56/61 kB | 12/231 kB Progress (4): 143/357 kB | 66/202 kB | 60/61 kB | 12/231 kB Progress (4): 143/357 kB | 70/202 kB | 60/61 kB | 12/231 kB Progress (4): 143/357 kB | 70/202 kB | 60/61 kB | 16/231 kB Progress (4): 147/357 kB | 70/202 kB | 60/61 kB | 16/231 kB Progress (4): 147/357 kB | 70/202 kB | 60/61 kB | 20/231 kB Progress (4): 147/357 kB | 70/202 kB | 60/61 kB | 24/231 kB Progress (4): 147/357 kB | 74/202 kB | 60/61 kB | 24/231 kB Progress (4): 147/357 kB | 74/202 kB | 61 kB | 24/231 kB Progress (4): 147/357 kB | 78/202 kB | 61 kB | 24/231 kB Progress (4): 147/357 kB | 78/202 kB | 61 kB | 28/231 kB Progress (4): 151/357 kB | 78/202 kB | 61 kB | 28/231 kB Progress (4): 151/357 kB | 78/202 kB | 61 kB | 32/231 kB Progress (4): 151/357 kB | 82/202 kB | 61 kB | 32/231 kB Progress (4): 151/357 kB | 82/202 kB | 61 kB | 33/231 kB Progress (4): 155/357 kB | 82/202 kB | 61 kB | 33/231 kB Progress (4): 155/357 kB | 82/202 kB | 61 kB | 37/231 kB Progress (4): 155/357 kB | 86/202 kB | 61 kB | 37/231 kB Progress (4): 155/357 kB | 86/202 kB | 61 kB | 41/231 kB Progress (4): 155/357 kB | 90/202 kB | 61 kB | 41/231 kB Progress (4): 159/357 kB | 90/202 kB | 61 kB | 41/231 kB Progress (4): 159/357 kB | 94/202 kB | 61 kB | 41/231 kB Progress (4): 159/357 kB | 94/202 kB | 61 kB | 45/231 kB Progress (4): 159/357 kB | 98/202 kB | 61 kB | 45/231 kB Progress (4): 163/357 kB | 98/202 kB | 61 kB | 45/231 kB Progress (4): 163/357 kB | 98/202 kB | 61 kB | 45/231 kB Progress (4): 163/357 kB | 98/202 kB | 61 kB | 49/231 kB Progress (4): 163/357 kB | 102/202 kB | 61 kB | 49/231 kB Progress (4): 164/357 kB | 102/202 kB | 61 kB | 49/231 kB Progress (4): 164/357 kB | 102/202 kB | 61 kB | 53/231 kB Progress (4): 164/357 kB | 106/202 kB | 61 kB | 53/231 kB Progress (4): 164/357 kB | 106/202 kB | 61 kB | 57/231 kB Progress (4): 168/357 kB | 106/202 kB | 61 kB | 57/231 kB Progress (4): 168/357 kB | 106/202 kB | 61 kB | 61/231 kB Progress (4): 168/357 kB | 110/202 kB | 61 kB | 61/231 kB Progress (4): 168/357 kB | 110/202 kB | 61 kB | 65/231 kB Progress (4): 172/357 kB | 110/202 kB | 61 kB | 65/231 kB Progress (4): 172/357 kB | 110/202 kB | 61 kB | 66/231 kB Progress (5): 172/357 kB | 110/202 kB | 61 kB | 66/231 kB | 4.1/47 kB Progress (5): 172/357 kB | 114/202 kB | 61 kB | 66/231 kB | 4.1/47 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 151 kB/s) Progress (4): 172/357 kB | 114/202 kB | 66/231 kB | 7.7/47 kB Progress (4): 172/357 kB | 114/202 kB | 70/231 kB | 7.7/47 kB Progress (4): 176/357 kB | 114/202 kB | 70/231 kB | 7.7/47 kB Progress (4): 176/357 kB | 114/202 kB | 70/231 kB | 12/47 kB Progress (4): 176/357 kB | 114/202 kB | 74/231 kB | 12/47 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): 176/357 kB | 118/202 kB | 74/231 kB | 12/47 kB Progress (4): 176/357 kB | 118/202 kB | 78/231 kB | 12/47 kB Progress (4): 176/357 kB | 118/202 kB | 78/231 kB | 16/47 kB Progress (4): 180/357 kB | 118/202 kB | 78/231 kB | 16/47 kB Progress (4): 180/357 kB | 118/202 kB | 82/231 kB | 16/47 kB Progress (4): 184/357 kB | 118/202 kB | 82/231 kB | 16/47 kB Progress (4): 184/357 kB | 122/202 kB | 82/231 kB | 16/47 kB Progress (4): 188/357 kB | 122/202 kB | 82/231 kB | 16/47 kB Progress (4): 188/357 kB | 122/202 kB | 86/231 kB | 16/47 kB Progress (4): 188/357 kB | 122/202 kB | 86/231 kB | 20/47 kB Progress (4): 188/357 kB | 122/202 kB | 90/231 kB | 20/47 kB Progress (4): 192/357 kB | 122/202 kB | 90/231 kB | 20/47 kB Progress (4): 192/357 kB | 126/202 kB | 90/231 kB | 20/47 kB Progress (4): 196/357 kB | 126/202 kB | 90/231 kB | 20/47 kB Progress (4): 196/357 kB | 126/202 kB | 94/231 kB | 20/47 kB Progress (4): 196/357 kB | 126/202 kB | 94/231 kB | 24/47 kB Progress (4): 196/357 kB | 126/202 kB | 98/231 kB | 24/47 kB Progress (4): 196/357 kB | 126/202 kB | 98/231 kB | 28/47 kB Progress (4): 197/357 kB | 126/202 kB | 98/231 kB | 28/47 kB Progress (4): 197/357 kB | 130/202 kB | 98/231 kB | 28/47 kB Progress (4): 197/357 kB | 130/202 kB | 98/231 kB | 32/47 kB Progress (4): 197/357 kB | 130/202 kB | 98/231 kB | 32/47 kB Progress (4): 201/357 kB | 130/202 kB | 98/231 kB | 32/47 kB Progress (4): 201/357 kB | 131/202 kB | 98/231 kB | 32/47 kB Progress (4): 205/357 kB | 131/202 kB | 98/231 kB | 32/47 kB Progress (4): 205/357 kB | 131/202 kB | 102/231 kB | 32/47 kB Progress (4): 205/357 kB | 131/202 kB | 102/231 kB | 36/47 kB Progress (4): 205/357 kB | 131/202 kB | 106/231 kB | 36/47 kB Progress (4): 209/357 kB | 131/202 kB | 106/231 kB | 36/47 kB Progress (4): 209/357 kB | 135/202 kB | 106/231 kB | 36/47 kB Progress (5): 209/357 kB | 135/202 kB | 106/231 kB | 36/47 kB | 4.1/50 kB Progress (5): 213/357 kB | 135/202 kB | 106/231 kB | 36/47 kB | 4.1/50 kB Progress (5): 213/357 kB | 135/202 kB | 110/231 kB | 36/47 kB | 4.1/50 kB Progress (5): 213/357 kB | 135/202 kB | 110/231 kB | 40/47 kB | 4.1/50 kB Progress (5): 213/357 kB | 135/202 kB | 114/231 kB | 40/47 kB | 4.1/50 kB Progress (5): 217/357 kB | 135/202 kB | 114/231 kB | 40/47 kB | 4.1/50 kB Progress (5): 217/357 kB | 135/202 kB | 114/231 kB | 40/47 kB | 7.7/50 kB Progress (5): 217/357 kB | 139/202 kB | 114/231 kB | 40/47 kB | 7.7/50 kB Progress (5): 217/357 kB | 139/202 kB | 114/231 kB | 40/47 kB | 12/50 kB Progress (5): 217/357 kB | 143/202 kB | 114/231 kB | 40/47 kB | 12/50 kB Progress (5): 221/357 kB | 143/202 kB | 114/231 kB | 40/47 kB | 12/50 kB Progress (5): 221/357 kB | 143/202 kB | 118/231 kB | 40/47 kB | 12/50 kB Progress (5): 221/357 kB | 143/202 kB | 118/231 kB | 44/47 kB | 12/50 kB Progress (5): 221/357 kB | 143/202 kB | 122/231 kB | 44/47 kB | 12/50 kB Progress (5): 225/357 kB | 143/202 kB | 122/231 kB | 44/47 kB | 12/50 kB Progress (5): 225/357 kB | 147/202 kB | 122/231 kB | 44/47 kB | 12/50 kB Progress (5): 225/357 kB | 147/202 kB | 122/231 kB | 44/47 kB | 16/50 kB Progress (5): 225/357 kB | 151/202 kB | 122/231 kB | 44/47 kB | 16/50 kB Progress (5): 229/357 kB | 151/202 kB | 122/231 kB | 44/47 kB | 16/50 kB Progress (5): 229/357 kB | 151/202 kB | 122/231 kB | 44/47 kB | 16/50 kB Progress (5): 229/357 kB | 151/202 kB | 126/231 kB | 44/47 kB | 16/50 kB Progress (5): 229/357 kB | 151/202 kB | 126/231 kB | 47 kB | 16/50 kB Progress (5): 229/357 kB | 151/202 kB | 130/231 kB | 47 kB | 16/50 kB Progress (5): 233/357 kB | 151/202 kB | 130/231 kB | 47 kB | 16/50 kB Progress (5): 233/357 kB | 155/202 kB | 130/231 kB | 47 kB | 16/50 kB Progress (5): 233/357 kB | 155/202 kB | 130/231 kB | 47 kB | 20/50 kB Progress (5): 233/357 kB | 159/202 kB | 130/231 kB | 47 kB | 20/50 kB Progress (5): 237/357 kB | 159/202 kB | 130/231 kB | 47 kB | 20/50 kB Progress (5): 237/357 kB | 159/202 kB | 131/231 kB | 47 kB | 20/50 kB Progress (5): 241/357 kB | 159/202 kB | 131/231 kB | 47 kB | 20/50 kB Progress (5): 241/357 kB | 163/202 kB | 131/231 kB | 47 kB | 20/50 kB Progress (5): 241/357 kB | 163/202 kB | 131/231 kB | 47 kB | 24/50 kB Progress (5): 241/357 kB | 164/202 kB | 131/231 kB | 47 kB | 24/50 kB Progress (5): 245/357 kB | 164/202 kB | 131/231 kB | 47 kB | 24/50 kB Progress (5): 245/357 kB | 164/202 kB | 135/231 kB | 47 kB | 24/50 kB Progress (5): 249/357 kB | 164/202 kB | 135/231 kB | 47 kB | 24/50 kB Progress (5): 249/357 kB | 168/202 kB | 135/231 kB | 47 kB | 24/50 kB Progress (5): 249/357 kB | 168/202 kB | 135/231 kB | 47 kB | 28/50 kB Progress (5): 249/357 kB | 172/202 kB | 135/231 kB | 47 kB | 28/50 kB Progress (5): 253/357 kB | 172/202 kB | 135/231 kB | 47 kB | 28/50 kB Progress (5): 253/357 kB | 172/202 kB | 139/231 kB | 47 kB | 28/50 kB Progress (5): 257/357 kB | 172/202 kB | 139/231 kB | 47 kB | 28/50 kB Progress (5): 257/357 kB | 176/202 kB | 139/231 kB | 47 kB | 28/50 kB Progress (5): 257/357 kB | 176/202 kB | 139/231 kB | 47 kB | 32/50 kB Progress (5): 257/357 kB | 180/202 kB | 139/231 kB | 47 kB | 32/50 kB Progress (5): 261/357 kB | 180/202 kB | 139/231 kB | 47 kB | 32/50 kB Progress (5): 261/357 kB | 180/202 kB | 143/231 kB | 47 kB | 32/50 kB Progress (5): 261/357 kB | 184/202 kB | 143/231 kB | 47 kB | 32/50 kB Progress (5): 262/357 kB | 184/202 kB | 143/231 kB | 47 kB | 32/50 kB Progress (5): 262/357 kB | 184/202 kB | 143/231 kB | 47 kB | 36/50 kB Progress (5): 266/357 kB | 184/202 kB | 143/231 kB | 47 kB | 36/50 kB Progress (5): 266/357 kB | 188/202 kB | 143/231 kB | 47 kB | 36/50 kB Progress (5): 266/357 kB | 188/202 kB | 147/231 kB | 47 kB | 36/50 kB Progress (5): 266/357 kB | 192/202 kB | 147/231 kB | 47 kB | 36/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 97 kB/s) Progress (4): 270/357 kB | 192/202 kB | 147/231 kB | 36/50 kB Progress (4): 270/357 kB | 192/202 kB | 147/231 kB | 40/50 kB Progress (4): 274/357 kB | 192/202 kB | 147/231 kB | 40/50 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 (4): 274/357 kB | 196/202 kB | 147/231 kB | 40/50 kB Progress (4): 274/357 kB | 196/202 kB | 151/231 kB | 40/50 kB Progress (4): 274/357 kB | 196/202 kB | 151/231 kB | 44/50 kB Progress (4): 278/357 kB | 196/202 kB | 151/231 kB | 44/50 kB Progress (4): 278/357 kB | 196/202 kB | 151/231 kB | 48/50 kB Progress (4): 278/357 kB | 196/202 kB | 155/231 kB | 48/50 kB Progress (4): 278/357 kB | 200/202 kB | 155/231 kB | 48/50 kB Progress (4): 278/357 kB | 200/202 kB | 155/231 kB | 50 kB Progress (4): 282/357 kB | 200/202 kB | 155/231 kB | 50 kB Progress (4): 282/357 kB | 202 kB | 155/231 kB | 50 kB Progress (4): 282/357 kB | 202 kB | 159/231 kB | 50 kB Progress (4): 286/357 kB | 202 kB | 159/231 kB | 50 kB Progress (4): 286/357 kB | 202 kB | 163/231 kB | 50 kB Progress (4): 290/357 kB | 202 kB | 163/231 kB | 50 kB Progress (4): 290/357 kB | 202 kB | 164/231 kB | 50 kB Progress (4): 294/357 kB | 202 kB | 164/231 kB | 50 kB Progress (4): 295/357 kB | 202 kB | 164/231 kB | 50 kB Progress (4): 295/357 kB | 202 kB | 168/231 kB | 50 kB Progress (4): 295/357 kB | 202 kB | 172/231 kB | 50 kB Progress (4): 299/357 kB | 202 kB | 172/231 kB | 50 kB Progress (4): 303/357 kB | 202 kB | 172/231 kB | 50 kB Progress (4): 303/357 kB | 202 kB | 176/231 kB | 50 kB Progress (4): 303/357 kB | 202 kB | 180/231 kB | 50 kB Progress (4): 307/357 kB | 202 kB | 180/231 kB | 50 kB Progress (4): 311/357 kB | 202 kB | 180/231 kB | 50 kB Progress (4): 311/357 kB | 202 kB | 184/231 kB | 50 kB Progress (4): 311/357 kB | 202 kB | 188/231 kB | 50 kB Progress (4): 315/357 kB | 202 kB | 188/231 kB | 50 kB Progress (4): 319/357 kB | 202 kB | 188/231 kB | 50 kB Progress (4): 319/357 kB | 202 kB | 192/231 kB | 50 kB Progress (4): 319/357 kB | 202 kB | 196/231 kB | 50 kB Progress (4): 323/357 kB | 202 kB | 196/231 kB | 50 kB Progress (4): 323/357 kB | 202 kB | 197/231 kB | 50 kB Progress (4): 327/357 kB | 202 kB | 197/231 kB | 50 kB Progress (4): 327/357 kB | 202 kB | 201/231 kB | 50 kB Progress (4): 331/357 kB | 202 kB | 201/231 kB | 50 kB Progress (4): 331/357 kB | 202 kB | 205/231 kB | 50 kB Progress (4): 335/357 kB | 202 kB | 205/231 kB | 50 kB Progress (4): 335/357 kB | 202 kB | 209/231 kB | 50 kB Progress (4): 339/357 kB | 202 kB | 209/231 kB | 50 kB Progress (4): 339/357 kB | 202 kB | 213/231 kB | 50 kB Progress (4): 343/357 kB | 202 kB | 213/231 kB | 50 kB Progress (4): 343/357 kB | 202 kB | 217/231 kB | 50 kB Progress (4): 347/357 kB | 202 kB | 217/231 kB | 50 kB Progress (4): 347/357 kB | 202 kB | 221/231 kB | 50 kB Progress (4): 351/357 kB | 202 kB | 221/231 kB | 50 kB Progress (4): 351/357 kB | 202 kB | 225/231 kB | 50 kB Progress (4): 355/357 kB | 202 kB | 225/231 kB | 50 kB Progress (4): 355/357 kB | 202 kB | 229/231 kB | 50 kB Progress (4): 357 kB | 202 kB | 229/231 kB | 50 kB Progress (4): 357 kB | 202 kB | 231 kB | 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 407 kB/s) Progress (4): 357 kB | 231 kB | 50 kB | 4.1/560 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 (4): 357 kB | 231 kB | 50 kB | 7.7/560 kB Progress (4): 357 kB | 231 kB | 50 kB | 12/560 kB Progress (4): 357 kB | 231 kB | 50 kB | 16/560 kB Progress (4): 357 kB | 231 kB | 50 kB | 20/560 kB Progress (4): 357 kB | 231 kB | 50 kB | 24/560 kB Progress (4): 357 kB | 231 kB | 50 kB | 28/560 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 99 kB/s) Progress (3): 357 kB | 231 kB | 32/560 kB 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 (3): 357 kB | 231 kB | 33/560 kB Progress (3): 357 kB | 231 kB | 37/560 kB Progress (3): 357 kB | 231 kB | 41/560 kB Progress (3): 357 kB | 231 kB | 45/560 kB Progress (3): 357 kB | 231 kB | 49/560 kB Progress (3): 357 kB | 231 kB | 53/560 kB Progress (3): 357 kB | 231 kB | 57/560 kB Progress (3): 357 kB | 231 kB | 61/560 kB Progress (3): 357 kB | 231 kB | 65/560 kB Progress (3): 357 kB | 231 kB | 66/560 kB Progress (3): 357 kB | 231 kB | 70/560 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 454 kB/s) Progress (2): 357 kB | 74/560 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 (2): 357 kB | 78/560 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 699 kB/s) Progress (1): 82/560 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Progress (2): 82/560 kB | 0/2.4 MB Progress (2): 86/560 kB | 0/2.4 MB Progress (2): 86/560 kB | 0/2.4 MB Progress (2): 90/560 kB | 0/2.4 MB Progress (2): 90/560 kB | 0/2.4 MB Progress (2): 90/560 kB | 0/2.4 MB Progress (2): 94/560 kB | 0/2.4 MB Progress (2): 98/560 kB | 0/2.4 MB Progress (2): 98/560 kB | 0/2.4 MB Progress (2): 98/560 kB | 0/2.4 MB Progress (2): 98/560 kB | 0/2.4 MB Progress (2): 102/560 kB | 0/2.4 MB Progress (2): 102/560 kB | 0/2.4 MB Progress (2): 106/560 kB | 0/2.4 MB Progress (2): 106/560 kB | 0/2.4 MB Progress (2): 106/560 kB | 0/2.4 MB Progress (2): 110/560 kB | 0/2.4 MB Progress (2): 110/560 kB | 0/2.4 MB Progress (2): 114/560 kB | 0/2.4 MB Progress (2): 114/560 kB | 0/2.4 MB Progress (2): 118/560 kB | 0/2.4 MB Progress (2): 118/560 kB | 0/2.4 MB Progress (2): 122/560 kB | 0/2.4 MB Progress (2): 122/560 kB | 0/2.4 MB Progress (2): 126/560 kB | 0/2.4 MB Progress (2): 126/560 kB | 0.1/2.4 MB Progress (2): 130/560 kB | 0.1/2.4 MB Progress (2): 130/560 kB | 0.1/2.4 MB Progress (2): 134/560 kB | 0.1/2.4 MB Progress (2): 134/560 kB | 0.1/2.4 MB Progress (2): 138/560 kB | 0.1/2.4 MB Progress (2): 138/560 kB | 0.1/2.4 MB Progress (2): 138/560 kB | 0.1/2.4 MB Progress (2): 142/560 kB | 0.1/2.4 MB Progress (2): 142/560 kB | 0.1/2.4 MB Progress (2): 146/560 kB | 0.1/2.4 MB Progress (2): 146/560 kB | 0.1/2.4 MB Progress (2): 150/560 kB | 0.1/2.4 MB Progress (3): 150/560 kB | 0.1/2.4 MB | 4.1/748 kB Progress (3): 150/560 kB | 0.1/2.4 MB | 4.1/748 kB Progress (3): 150/560 kB | 0.1/2.4 MB | 7.7/748 kB Progress (3): 154/560 kB | 0.1/2.4 MB | 7.7/748 kB Progress (3): 154/560 kB | 0.1/2.4 MB | 7.7/748 kB Progress (3): 154/560 kB | 0.1/2.4 MB | 12/748 kB Progress (3): 158/560 kB | 0.1/2.4 MB | 12/748 kB Progress (3): 162/560 kB | 0.1/2.4 MB | 12/748 kB Progress (3): 162/560 kB | 0.1/2.4 MB | 12/748 kB Progress (3): 162/560 kB | 0.1/2.4 MB | 16/748 kB Progress (3): 166/560 kB | 0.1/2.4 MB | 16/748 kB Progress (3): 166/560 kB | 0.1/2.4 MB | 16/748 kB Progress (4): 166/560 kB | 0.1/2.4 MB | 16/748 kB | 4.1/62 kB Progress (4): 166/560 kB | 0.1/2.4 MB | 16/748 kB | 4.1/62 kB Progress (4): 166/560 kB | 0.1/2.4 MB | 20/748 kB | 4.1/62 kB Progress (4): 170/560 kB | 0.1/2.4 MB | 20/748 kB | 4.1/62 kB Progress (5): 170/560 kB | 0.1/2.4 MB | 20/748 kB | 4.1/62 kB | 4.1/324 kB Progress (5): 174/560 kB | 0.1/2.4 MB | 20/748 kB | 4.1/62 kB | 4.1/324 kB Progress (5): 174/560 kB | 0.1/2.4 MB | 24/748 kB | 4.1/62 kB | 4.1/324 kB Progress (5): 174/560 kB | 0.1/2.4 MB | 24/748 kB | 4.1/62 kB | 4.1/324 kB Progress (5): 174/560 kB | 0.1/2.4 MB | 28/748 kB | 4.1/62 kB | 4.1/324 kB Progress (5): 174/560 kB | 0.1/2.4 MB | 28/748 kB | 7.7/62 kB | 4.1/324 kB Progress (5): 174/560 kB | 0.1/2.4 MB | 32/748 kB | 7.7/62 kB | 4.1/324 kB Progress (5): 174/560 kB | 0.1/2.4 MB | 32/748 kB | 7.7/62 kB | 4.1/324 kB Progress (5): 178/560 kB | 0.1/2.4 MB | 32/748 kB | 7.7/62 kB | 4.1/324 kB Progress (5): 178/560 kB | 0.1/2.4 MB | 32/748 kB | 7.7/62 kB | 7.7/324 kB Progress (5): 178/560 kB | 0.1/2.4 MB | 32/748 kB | 7.7/62 kB | 7.7/324 kB Progress (5): 178/560 kB | 0.1/2.4 MB | 33/748 kB | 7.7/62 kB | 7.7/324 kB Progress (5): 178/560 kB | 0.1/2.4 MB | 33/748 kB | 12/62 kB | 7.7/324 kB Progress (5): 178/560 kB | 0.1/2.4 MB | 37/748 kB | 12/62 kB | 7.7/324 kB Progress (5): 178/560 kB | 0.1/2.4 MB | 37/748 kB | 12/62 kB | 7.7/324 kB Progress (5): 178/560 kB | 0.1/2.4 MB | 37/748 kB | 12/62 kB | 12/324 kB Progress (5): 182/560 kB | 0.1/2.4 MB | 37/748 kB | 12/62 kB | 12/324 kB Progress (5): 182/560 kB | 0.1/2.4 MB | 37/748 kB | 12/62 kB | 16/324 kB Progress (5): 182/560 kB | 0.1/2.4 MB | 37/748 kB | 12/62 kB | 16/324 kB Progress (5): 182/560 kB | 0.1/2.4 MB | 41/748 kB | 12/62 kB | 16/324 kB Progress (5): 182/560 kB | 0.1/2.4 MB | 41/748 kB | 16/62 kB | 16/324 kB Progress (5): 182/560 kB | 0.1/2.4 MB | 45/748 kB | 16/62 kB | 16/324 kB Progress (5): 182/560 kB | 0.1/2.4 MB | 45/748 kB | 16/62 kB | 20/324 kB Progress (5): 182/560 kB | 0.1/2.4 MB | 45/748 kB | 16/62 kB | 20/324 kB Progress (5): 186/560 kB | 0.1/2.4 MB | 45/748 kB | 16/62 kB | 20/324 kB Progress (5): 186/560 kB | 0.1/2.4 MB | 45/748 kB | 16/62 kB | 24/324 kB Progress (5): 186/560 kB | 0.1/2.4 MB | 49/748 kB | 16/62 kB | 24/324 kB Progress (5): 186/560 kB | 0.1/2.4 MB | 49/748 kB | 20/62 kB | 24/324 kB Progress (5): 186/560 kB | 0.1/2.4 MB | 49/748 kB | 20/62 kB | 28/324 kB Progress (5): 190/560 kB | 0.1/2.4 MB | 49/748 kB | 20/62 kB | 28/324 kB Progress (5): 190/560 kB | 0.1/2.4 MB | 49/748 kB | 20/62 kB | 28/324 kB Progress (5): 194/560 kB | 0.1/2.4 MB | 49/748 kB | 20/62 kB | 28/324 kB Progress (5): 194/560 kB | 0.1/2.4 MB | 49/748 kB | 20/62 kB | 32/324 kB Progress (5): 194/560 kB | 0.1/2.4 MB | 49/748 kB | 24/62 kB | 32/324 kB Progress (5): 194/560 kB | 0.1/2.4 MB | 53/748 kB | 24/62 kB | 32/324 kB Progress (5): 194/560 kB | 0.1/2.4 MB | 53/748 kB | 24/62 kB | 33/324 kB Progress (5): 198/560 kB | 0.1/2.4 MB | 53/748 kB | 24/62 kB | 33/324 kB Progress (5): 198/560 kB | 0.1/2.4 MB | 53/748 kB | 24/62 kB | 33/324 kB Progress (5): 202/560 kB | 0.1/2.4 MB | 53/748 kB | 24/62 kB | 33/324 kB Progress (5): 202/560 kB | 0.1/2.4 MB | 53/748 kB | 24/62 kB | 37/324 kB Progress (5): 202/560 kB | 0.1/2.4 MB | 57/748 kB | 24/62 kB | 37/324 kB Progress (5): 202/560 kB | 0.1/2.4 MB | 57/748 kB | 28/62 kB | 37/324 kB Progress (5): 202/560 kB | 0.1/2.4 MB | 57/748 kB | 28/62 kB | 41/324 kB Progress (5): 206/560 kB | 0.1/2.4 MB | 57/748 kB | 28/62 kB | 41/324 kB Progress (5): 206/560 kB | 0.1/2.4 MB | 57/748 kB | 28/62 kB | 45/324 kB Progress (5): 206/560 kB | 0.1/2.4 MB | 57/748 kB | 28/62 kB | 49/324 kB Progress (5): 206/560 kB | 0.1/2.4 MB | 57/748 kB | 28/62 kB | 49/324 kB Progress (5): 206/560 kB | 0.1/2.4 MB | 57/748 kB | 28/62 kB | 53/324 kB Progress (5): 210/560 kB | 0.1/2.4 MB | 57/748 kB | 28/62 kB | 53/324 kB Progress (5): 210/560 kB | 0.1/2.4 MB | 61/748 kB | 28/62 kB | 53/324 kB Progress (5): 210/560 kB | 0.1/2.4 MB | 61/748 kB | 32/62 kB | 53/324 kB Progress (5): 210/560 kB | 0.1/2.4 MB | 65/748 kB | 32/62 kB | 53/324 kB Progress (5): 214/560 kB | 0.1/2.4 MB | 65/748 kB | 32/62 kB | 53/324 kB Progress (5): 214/560 kB | 0.1/2.4 MB | 65/748 kB | 32/62 kB | 57/324 kB Progress (5): 214/560 kB | 0.1/2.4 MB | 65/748 kB | 32/62 kB | 57/324 kB Progress (5): 214/560 kB | 0.1/2.4 MB | 65/748 kB | 32/62 kB | 61/324 kB Progress (5): 218/560 kB | 0.1/2.4 MB | 65/748 kB | 32/62 kB | 61/324 kB Progress (5): 218/560 kB | 0.1/2.4 MB | 66/748 kB | 32/62 kB | 61/324 kB Progress (5): 218/560 kB | 0.1/2.4 MB | 66/748 kB | 36/62 kB | 61/324 kB Progress (5): 222/560 kB | 0.1/2.4 MB | 66/748 kB | 36/62 kB | 61/324 kB Progress (5): 222/560 kB | 0.1/2.4 MB | 66/748 kB | 36/62 kB | 65/324 kB Progress (5): 222/560 kB | 0.1/2.4 MB | 66/748 kB | 36/62 kB | 65/324 kB Progress (5): 222/560 kB | 0.1/2.4 MB | 66/748 kB | 36/62 kB | 66/324 kB Progress (5): 226/560 kB | 0.1/2.4 MB | 66/748 kB | 36/62 kB | 66/324 kB Progress (5): 226/560 kB | 0.1/2.4 MB | 70/748 kB | 36/62 kB | 66/324 kB Progress (5): 226/560 kB | 0.1/2.4 MB | 70/748 kB | 40/62 kB | 66/324 kB Progress (5): 226/560 kB | 0.1/2.4 MB | 74/748 kB | 40/62 kB | 66/324 kB Progress (5): 230/560 kB | 0.1/2.4 MB | 74/748 kB | 40/62 kB | 66/324 kB Progress (5): 230/560 kB | 0.1/2.4 MB | 74/748 kB | 40/62 kB | 70/324 kB Progress (5): 230/560 kB | 0.1/2.4 MB | 74/748 kB | 40/62 kB | 70/324 kB Progress (5): 230/560 kB | 0.1/2.4 MB | 74/748 kB | 40/62 kB | 74/324 kB Progress (5): 234/560 kB | 0.1/2.4 MB | 74/748 kB | 40/62 kB | 74/324 kB Progress (5): 234/560 kB | 0.1/2.4 MB | 74/748 kB | 40/62 kB | 78/324 kB Progress (5): 234/560 kB | 0.1/2.4 MB | 78/748 kB | 40/62 kB | 78/324 kB Progress (5): 234/560 kB | 0.1/2.4 MB | 78/748 kB | 44/62 kB | 78/324 kB Progress (5): 234/560 kB | 0.1/2.4 MB | 82/748 kB | 44/62 kB | 78/324 kB Progress (5): 234/560 kB | 0.1/2.4 MB | 82/748 kB | 44/62 kB | 82/324 kB Progress (5): 238/560 kB | 0.1/2.4 MB | 82/748 kB | 44/62 kB | 82/324 kB Progress (5): 238/560 kB | 0.1/2.4 MB | 82/748 kB | 44/62 kB | 82/324 kB Progress (5): 242/560 kB | 0.1/2.4 MB | 82/748 kB | 44/62 kB | 82/324 kB Progress (5): 242/560 kB | 0.1/2.4 MB | 82/748 kB | 44/62 kB | 86/324 kB Progress (5): 246/560 kB | 0.1/2.4 MB | 82/748 kB | 44/62 kB | 86/324 kB Progress (5): 246/560 kB | 0.1/2.4 MB | 86/748 kB | 44/62 kB | 86/324 kB Progress (5): 246/560 kB | 0.1/2.4 MB | 86/748 kB | 48/62 kB | 86/324 kB Progress (5): 246/560 kB | 0.1/2.4 MB | 90/748 kB | 48/62 kB | 86/324 kB Progress (5): 246/560 kB | 0.1/2.4 MB | 90/748 kB | 52/62 kB | 86/324 kB Progress (5): 250/560 kB | 0.1/2.4 MB | 90/748 kB | 52/62 kB | 86/324 kB Progress (5): 250/560 kB | 0.1/2.4 MB | 90/748 kB | 52/62 kB | 90/324 kB Progress (5): 254/560 kB | 0.1/2.4 MB | 90/748 kB | 52/62 kB | 90/324 kB Progress (5): 254/560 kB | 0.1/2.4 MB | 90/748 kB | 52/62 kB | 90/324 kB Progress (5): 254/560 kB | 0.1/2.4 MB | 90/748 kB | 52/62 kB | 94/324 kB Progress (5): 258/560 kB | 0.1/2.4 MB | 90/748 kB | 52/62 kB | 94/324 kB Progress (5): 258/560 kB | 0.1/2.4 MB | 90/748 kB | 56/62 kB | 94/324 kB Progress (5): 258/560 kB | 0.1/2.4 MB | 94/748 kB | 56/62 kB | 94/324 kB Progress (5): 262/560 kB | 0.1/2.4 MB | 94/748 kB | 56/62 kB | 94/324 kB Progress (5): 262/560 kB | 0.1/2.4 MB | 94/748 kB | 56/62 kB | 98/324 kB Progress (5): 262/560 kB | 0.2/2.4 MB | 94/748 kB | 56/62 kB | 98/324 kB Progress (5): 262/560 kB | 0.2/2.4 MB | 94/748 kB | 56/62 kB | 98/324 kB Progress (5): 266/560 kB | 0.2/2.4 MB | 94/748 kB | 56/62 kB | 98/324 kB Progress (5): 266/560 kB | 0.2/2.4 MB | 98/748 kB | 56/62 kB | 98/324 kB Progress (5): 266/560 kB | 0.2/2.4 MB | 98/748 kB | 60/62 kB | 98/324 kB Progress (5): 266/560 kB | 0.2/2.4 MB | 98/748 kB | 60/62 kB | 98/324 kB Progress (5): 270/560 kB | 0.2/2.4 MB | 98/748 kB | 60/62 kB | 98/324 kB Progress (5): 270/560 kB | 0.2/2.4 MB | 98/748 kB | 60/62 kB | 102/324 kB Progress (5): 270/560 kB | 0.2/2.4 MB | 98/748 kB | 60/62 kB | 102/324 kB Progress (5): 270/560 kB | 0.2/2.4 MB | 98/748 kB | 60/62 kB | 106/324 kB Progress (5): 274/560 kB | 0.2/2.4 MB | 98/748 kB | 60/62 kB | 106/324 kB Progress (5): 274/560 kB | 0.2/2.4 MB | 102/748 kB | 60/62 kB | 106/324 kB Progress (5): 274/560 kB | 0.2/2.4 MB | 102/748 kB | 62 kB | 106/324 kB Progress (5): 274/560 kB | 0.2/2.4 MB | 106/748 kB | 62 kB | 106/324 kB Progress (5): 278/560 kB | 0.2/2.4 MB | 106/748 kB | 62 kB | 106/324 kB Progress (5): 282/560 kB | 0.2/2.4 MB | 106/748 kB | 62 kB | 106/324 kB Progress (5): 282/560 kB | 0.2/2.4 MB | 106/748 kB | 62 kB | 110/324 kB Progress (5): 282/560 kB | 0.2/2.4 MB | 106/748 kB | 62 kB | 110/324 kB Progress (5): 286/560 kB | 0.2/2.4 MB | 106/748 kB | 62 kB | 110/324 kB Progress (5): 286/560 kB | 0.2/2.4 MB | 106/748 kB | 62 kB | 114/324 kB Progress (5): 286/560 kB | 0.2/2.4 MB | 110/748 kB | 62 kB | 114/324 kB Progress (5): 286/560 kB | 0.2/2.4 MB | 110/748 kB | 62 kB | 118/324 kB Progress (5): 290/560 kB | 0.2/2.4 MB | 110/748 kB | 62 kB | 118/324 kB Progress (5): 290/560 kB | 0.2/2.4 MB | 110/748 kB | 62 kB | 118/324 kB Progress (5): 294/560 kB | 0.2/2.4 MB | 110/748 kB | 62 kB | 118/324 kB Progress (5): 294/560 kB | 0.2/2.4 MB | 110/748 kB | 62 kB | 122/324 kB Progress (5): 294/560 kB | 0.2/2.4 MB | 114/748 kB | 62 kB | 122/324 kB Progress (5): 295/560 kB | 0.2/2.4 MB | 114/748 kB | 62 kB | 122/324 kB Progress (5): 295/560 kB | 0.2/2.4 MB | 114/748 kB | 62 kB | 122/324 kB Progress (5): 295/560 kB | 0.2/2.4 MB | 118/748 kB | 62 kB | 122/324 kB Progress (5): 295/560 kB | 0.2/2.4 MB | 118/748 kB | 62 kB | 126/324 kB Progress (5): 295/560 kB | 0.2/2.4 MB | 122/748 kB | 62 kB | 126/324 kB Progress (5): 295/560 kB | 0.2/2.4 MB | 122/748 kB | 62 kB | 126/324 kB Progress (5): 299/560 kB | 0.2/2.4 MB | 122/748 kB | 62 kB | 126/324 kB Progress (5): 299/560 kB | 0.2/2.4 MB | 122/748 kB | 62 kB | 126/324 kB Progress (5): 299/560 kB | 0.2/2.4 MB | 126/748 kB | 62 kB | 126/324 kB Progress (5): 299/560 kB | 0.2/2.4 MB | 126/748 kB | 62 kB | 130/324 kB Progress (5): 299/560 kB | 0.2/2.4 MB | 130/748 kB | 62 kB | 130/324 kB Progress (5): 299/560 kB | 0.2/2.4 MB | 130/748 kB | 62 kB | 130/324 kB Progress (5): 303/560 kB | 0.2/2.4 MB | 130/748 kB | 62 kB | 130/324 kB Progress (5): 303/560 kB | 0.2/2.4 MB | 130/748 kB | 62 kB | 130/324 kB Progress (5): 307/560 kB | 0.2/2.4 MB | 130/748 kB | 62 kB | 130/324 kB Progress (5): 311/560 kB | 0.2/2.4 MB | 130/748 kB | 62 kB | 130/324 kB Progress (5): 311/560 kB | 0.2/2.4 MB | 131/748 kB | 62 kB | 130/324 kB Progress (5): 311/560 kB | 0.2/2.4 MB | 131/748 kB | 62 kB | 134/324 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 99 kB/s) Progress (4): 311/560 kB | 0.2/2.4 MB | 131/748 kB | 138/324 kB Progress (4): 311/560 kB | 0.2/2.4 MB | 135/748 kB | 138/324 kB Progress (4): 315/560 kB | 0.2/2.4 MB | 135/748 kB | 138/324 kB Progress (4): 315/560 kB | 0.2/2.4 MB | 135/748 kB | 138/324 kB Progress (4): 319/560 kB | 0.2/2.4 MB | 135/748 kB | 138/324 kB Progress (4): 319/560 kB | 0.2/2.4 MB | 135/748 kB | 142/324 kB Progress (4): 319/560 kB | 0.2/2.4 MB | 139/748 kB | 142/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): 319/560 kB | 0.2/2.4 MB | 143/748 kB | 142/324 kB Progress (4): 323/560 kB | 0.2/2.4 MB | 143/748 kB | 142/324 kB Progress (4): 323/560 kB | 0.2/2.4 MB | 143/748 kB | 146/324 kB Progress (4): 323/560 kB | 0.2/2.4 MB | 143/748 kB | 146/324 kB Progress (4): 323/560 kB | 0.2/2.4 MB | 143/748 kB | 150/324 kB Progress (4): 327/560 kB | 0.2/2.4 MB | 143/748 kB | 150/324 kB Progress (4): 327/560 kB | 0.2/2.4 MB | 147/748 kB | 150/324 kB Progress (4): 328/560 kB | 0.2/2.4 MB | 147/748 kB | 150/324 kB Progress (4): 328/560 kB | 0.2/2.4 MB | 151/748 kB | 150/324 kB Progress (4): 332/560 kB | 0.2/2.4 MB | 151/748 kB | 150/324 kB Progress (4): 332/560 kB | 0.2/2.4 MB | 151/748 kB | 150/324 kB Progress (4): 332/560 kB | 0.2/2.4 MB | 151/748 kB | 154/324 kB Progress (4): 332/560 kB | 0.2/2.4 MB | 151/748 kB | 154/324 kB Progress (4): 336/560 kB | 0.2/2.4 MB | 151/748 kB | 154/324 kB Progress (4): 336/560 kB | 0.2/2.4 MB | 155/748 kB | 154/324 kB Progress (4): 336/560 kB | 0.2/2.4 MB | 155/748 kB | 154/324 kB Progress (4): 336/560 kB | 0.2/2.4 MB | 155/748 kB | 158/324 kB Progress (4): 336/560 kB | 0.2/2.4 MB | 159/748 kB | 158/324 kB Progress (4): 336/560 kB | 0.2/2.4 MB | 163/748 kB | 158/324 kB Progress (4): 336/560 kB | 0.2/2.4 MB | 163/748 kB | 158/324 kB Progress (4): 340/560 kB | 0.2/2.4 MB | 163/748 kB | 158/324 kB Progress (4): 340/560 kB | 0.2/2.4 MB | 163/748 kB | 158/324 kB Progress (4): 340/560 kB | 0.2/2.4 MB | 164/748 kB | 158/324 kB Progress (4): 340/560 kB | 0.2/2.4 MB | 164/748 kB | 162/324 kB Progress (4): 340/560 kB | 0.2/2.4 MB | 164/748 kB | 162/324 kB Progress (4): 344/560 kB | 0.2/2.4 MB | 164/748 kB | 162/324 kB Progress (4): 344/560 kB | 0.2/2.4 MB | 168/748 kB | 162/324 kB Progress (4): 344/560 kB | 0.2/2.4 MB | 168/748 kB | 162/324 kB Progress (4): 344/560 kB | 0.2/2.4 MB | 168/748 kB | 162/324 kB Progress (4): 348/560 kB | 0.2/2.4 MB | 168/748 kB | 162/324 kB Progress (4): 348/560 kB | 0.2/2.4 MB | 172/748 kB | 162/324 kB Progress (4): 352/560 kB | 0.2/2.4 MB | 172/748 kB | 162/324 kB Progress (4): 352/560 kB | 0.2/2.4 MB | 172/748 kB | 162/324 kB Progress (4): 352/560 kB | 0.2/2.4 MB | 172/748 kB | 162/324 kB Progress (4): 352/560 kB | 0.2/2.4 MB | 172/748 kB | 166/324 kB Progress (4): 352/560 kB | 0.2/2.4 MB | 172/748 kB | 166/324 kB Progress (5): 352/560 kB | 0.2/2.4 MB | 172/748 kB | 166/324 kB | 4.1/264 kB Progress (5): 352/560 kB | 0.2/2.4 MB | 172/748 kB | 166/324 kB | 4.1/264 kB Progress (5): 352/560 kB | 0.2/2.4 MB | 172/748 kB | 170/324 kB | 4.1/264 kB Progress (5): 356/560 kB | 0.2/2.4 MB | 172/748 kB | 170/324 kB | 4.1/264 kB Progress (5): 356/560 kB | 0.2/2.4 MB | 172/748 kB | 174/324 kB | 4.1/264 kB Progress (5): 356/560 kB | 0.2/2.4 MB | 172/748 kB | 178/324 kB | 4.1/264 kB Progress (5): 356/560 kB | 0.2/2.4 MB | 172/748 kB | 182/324 kB | 4.1/264 kB Progress (5): 356/560 kB | 0.2/2.4 MB | 172/748 kB | 186/324 kB | 4.1/264 kB Progress (5): 356/560 kB | 0.2/2.4 MB | 172/748 kB | 190/324 kB | 4.1/264 kB Progress (5): 356/560 kB | 0.2/2.4 MB | 176/748 kB | 190/324 kB | 4.1/264 kB Progress (5): 356/560 kB | 0.2/2.4 MB | 176/748 kB | 194/324 kB | 4.1/264 kB Progress (5): 360/560 kB | 0.2/2.4 MB | 176/748 kB | 194/324 kB | 4.1/264 kB Progress (5): 360/560 kB | 0.2/2.4 MB | 176/748 kB | 194/324 kB | 4.1/264 kB Progress (5): 360/560 kB | 0.2/2.4 MB | 176/748 kB | 194/324 kB | 7.7/264 kB Progress (5): 360/560 kB | 0.2/2.4 MB | 176/748 kB | 194/324 kB | 7.7/264 kB Progress (5): 364/560 kB | 0.2/2.4 MB | 176/748 kB | 194/324 kB | 7.7/264 kB Progress (5): 364/560 kB | 0.2/2.4 MB | 176/748 kB | 198/324 kB | 7.7/264 kB Progress (5): 364/560 kB | 0.2/2.4 MB | 180/748 kB | 198/324 kB | 7.7/264 kB Progress (5): 364/560 kB | 0.2/2.4 MB | 180/748 kB | 202/324 kB | 7.7/264 kB Progress (5): 368/560 kB | 0.2/2.4 MB | 180/748 kB | 202/324 kB | 7.7/264 kB Progress (5): 368/560 kB | 0.2/2.4 MB | 180/748 kB | 202/324 kB | 7.7/264 kB Progress (5): 368/560 kB | 0.2/2.4 MB | 180/748 kB | 202/324 kB | 12/264 kB Progress (5): 368/560 kB | 0.3/2.4 MB | 180/748 kB | 202/324 kB | 12/264 kB Progress (5): 372/560 kB | 0.3/2.4 MB | 180/748 kB | 202/324 kB | 12/264 kB Progress (5): 372/560 kB | 0.3/2.4 MB | 180/748 kB | 202/324 kB | 12/264 kB Progress (5): 372/560 kB | 0.3/2.4 MB | 180/748 kB | 206/324 kB | 12/264 kB Progress (5): 372/560 kB | 0.3/2.4 MB | 184/748 kB | 206/324 kB | 12/264 kB Progress (5): 372/560 kB | 0.3/2.4 MB | 184/748 kB | 210/324 kB | 12/264 kB Progress (5): 372/560 kB | 0.3/2.4 MB | 184/748 kB | 210/324 kB | 12/264 kB Progress (5): 376/560 kB | 0.3/2.4 MB | 184/748 kB | 210/324 kB | 12/264 kB Progress (5): 376/560 kB | 0.3/2.4 MB | 184/748 kB | 210/324 kB | 16/264 kB Progress (5): 380/560 kB | 0.3/2.4 MB | 184/748 kB | 210/324 kB | 16/264 kB Progress (5): 380/560 kB | 0.3/2.4 MB | 184/748 kB | 210/324 kB | 16/264 kB Progress (5): 380/560 kB | 0.3/2.4 MB | 184/748 kB | 214/324 kB | 16/264 kB Progress (5): 380/560 kB | 0.3/2.4 MB | 188/748 kB | 214/324 kB | 16/264 kB Progress (5): 380/560 kB | 0.3/2.4 MB | 188/748 kB | 218/324 kB | 16/264 kB Progress (5): 380/560 kB | 0.3/2.4 MB | 188/748 kB | 218/324 kB | 16/264 kB Progress (5): 380/560 kB | 0.3/2.4 MB | 188/748 kB | 222/324 kB | 16/264 kB Progress (5): 380/560 kB | 0.3/2.4 MB | 188/748 kB | 222/324 kB | 20/264 kB Progress (5): 384/560 kB | 0.3/2.4 MB | 188/748 kB | 222/324 kB | 20/264 kB Progress (5): 384/560 kB | 0.3/2.4 MB | 188/748 kB | 222/324 kB | 24/264 kB Progress (5): 384/560 kB | 0.3/2.4 MB | 188/748 kB | 226/324 kB | 24/264 kB Progress (5): 384/560 kB | 0.3/2.4 MB | 188/748 kB | 226/324 kB | 24/264 kB Progress (5): 384/560 kB | 0.3/2.4 MB | 192/748 kB | 226/324 kB | 24/264 kB Progress (5): 384/560 kB | 0.3/2.4 MB | 192/748 kB | 226/324 kB | 24/264 kB Progress (5): 384/560 kB | 0.3/2.4 MB | 192/748 kB | 230/324 kB | 24/264 kB Progress (5): 384/560 kB | 0.3/2.4 MB | 192/748 kB | 230/324 kB | 28/264 kB Progress (5): 388/560 kB | 0.3/2.4 MB | 192/748 kB | 230/324 kB | 28/264 kB Progress (5): 388/560 kB | 0.3/2.4 MB | 192/748 kB | 230/324 kB | 32/264 kB Progress (5): 388/560 kB | 0.3/2.4 MB | 192/748 kB | 234/324 kB | 32/264 kB Progress (5): 388/560 kB | 0.3/2.4 MB | 192/748 kB | 234/324 kB | 32/264 kB Progress (5): 388/560 kB | 0.3/2.4 MB | 196/748 kB | 234/324 kB | 32/264 kB Progress (5): 388/560 kB | 0.3/2.4 MB | 196/748 kB | 234/324 kB | 32/264 kB Progress (5): 388/560 kB | 0.3/2.4 MB | 196/748 kB | 238/324 kB | 32/264 kB Progress (5): 388/560 kB | 0.3/2.4 MB | 196/748 kB | 238/324 kB | 33/264 kB Progress (5): 392/560 kB | 0.3/2.4 MB | 196/748 kB | 238/324 kB | 33/264 kB Progress (5): 392/560 kB | 0.3/2.4 MB | 196/748 kB | 242/324 kB | 33/264 kB Progress (5): 396/560 kB | 0.3/2.4 MB | 196/748 kB | 242/324 kB | 33/264 kB Progress (5): 396/560 kB | 0.3/2.4 MB | 196/748 kB | 246/324 kB | 33/264 kB Progress (5): 396/560 kB | 0.3/2.4 MB | 196/748 kB | 246/324 kB | 33/264 kB Progress (5): 396/560 kB | 0.3/2.4 MB | 197/748 kB | 246/324 kB | 33/264 kB Progress (5): 396/560 kB | 0.3/2.4 MB | 197/748 kB | 246/324 kB | 33/264 kB Progress (5): 396/560 kB | 0.3/2.4 MB | 197/748 kB | 250/324 kB | 33/264 kB Progress (5): 400/560 kB | 0.3/2.4 MB | 197/748 kB | 250/324 kB | 33/264 kB Progress (5): 400/560 kB | 0.3/2.4 MB | 197/748 kB | 250/324 kB | 37/264 kB Progress (5): 404/560 kB | 0.3/2.4 MB | 197/748 kB | 250/324 kB | 37/264 kB Progress (5): 404/560 kB | 0.3/2.4 MB | 197/748 kB | 254/324 kB | 37/264 kB Progress (5): 404/560 kB | 0.3/2.4 MB | 201/748 kB | 254/324 kB | 37/264 kB Progress (5): 404/560 kB | 0.3/2.4 MB | 201/748 kB | 254/324 kB | 37/264 kB Progress (5): 404/560 kB | 0.3/2.4 MB | 205/748 kB | 254/324 kB | 37/264 kB Progress (5): 404/560 kB | 0.3/2.4 MB | 205/748 kB | 258/324 kB | 37/264 kB Progress (5): 408/560 kB | 0.3/2.4 MB | 205/748 kB | 258/324 kB | 37/264 kB Progress (5): 408/560 kB | 0.3/2.4 MB | 205/748 kB | 258/324 kB | 41/264 kB Progress (5): 412/560 kB | 0.3/2.4 MB | 205/748 kB | 258/324 kB | 41/264 kB Progress (5): 412/560 kB | 0.3/2.4 MB | 205/748 kB | 262/324 kB | 41/264 kB Progress (5): 412/560 kB | 0.3/2.4 MB | 209/748 kB | 262/324 kB | 41/264 kB Progress (5): 412/560 kB | 0.3/2.4 MB | 209/748 kB | 262/324 kB | 41/264 kB Progress (5): 412/560 kB | 0.3/2.4 MB | 213/748 kB | 262/324 kB | 41/264 kB Progress (5): 412/560 kB | 0.3/2.4 MB | 213/748 kB | 266/324 kB | 41/264 kB Progress (5): 412/560 kB | 0.3/2.4 MB | 213/748 kB | 266/324 kB | 45/264 kB Progress (5): 416/560 kB | 0.3/2.4 MB | 213/748 kB | 266/324 kB | 45/264 kB Progress (5): 416/560 kB | 0.3/2.4 MB | 213/748 kB | 266/324 kB | 49/264 kB Progress (5): 416/560 kB | 0.3/2.4 MB | 213/748 kB | 270/324 kB | 49/264 kB Progress (5): 416/560 kB | 0.3/2.4 MB | 217/748 kB | 270/324 kB | 49/264 kB Progress (5): 416/560 kB | 0.3/2.4 MB | 217/748 kB | 270/324 kB | 49/264 kB Progress (5): 416/560 kB | 0.3/2.4 MB | 221/748 kB | 270/324 kB | 49/264 kB Progress (5): 416/560 kB | 0.3/2.4 MB | 221/748 kB | 270/324 kB | 53/264 kB Progress (5): 416/560 kB | 0.3/2.4 MB | 221/748 kB | 274/324 kB | 53/264 kB Progress (5): 420/560 kB | 0.3/2.4 MB | 221/748 kB | 274/324 kB | 53/264 kB Progress (5): 420/560 kB | 0.3/2.4 MB | 221/748 kB | 278/324 kB | 53/264 kB Progress (5): 420/560 kB | 0.3/2.4 MB | 221/748 kB | 278/324 kB | 57/264 kB Progress (5): 420/560 kB | 0.3/2.4 MB | 225/748 kB | 278/324 kB | 57/264 kB Progress (5): 420/560 kB | 0.3/2.4 MB | 225/748 kB | 278/324 kB | 57/264 kB Progress (5): 420/560 kB | 0.3/2.4 MB | 229/748 kB | 278/324 kB | 57/264 kB Progress (5): 420/560 kB | 0.3/2.4 MB | 229/748 kB | 278/324 kB | 61/264 kB Progress (5): 420/560 kB | 0.3/2.4 MB | 229/748 kB | 282/324 kB | 61/264 kB Progress (5): 424/560 kB | 0.3/2.4 MB | 229/748 kB | 282/324 kB | 61/264 kB Progress (5): 424/560 kB | 0.3/2.4 MB | 229/748 kB | 282/324 kB | 65/264 kB Progress (5): 424/560 kB | 0.3/2.4 MB | 229/748 kB | 282/324 kB | 65/264 kB Progress (5): 424/560 kB | 0.3/2.4 MB | 229/748 kB | 282/324 kB | 65/264 kB Progress (5): 424/560 kB | 0.3/2.4 MB | 229/748 kB | 282/324 kB | 66/264 kB Progress (5): 428/560 kB | 0.3/2.4 MB | 229/748 kB | 282/324 kB | 66/264 kB Progress (5): 428/560 kB | 0.3/2.4 MB | 229/748 kB | 286/324 kB | 66/264 kB Progress (5): 432/560 kB | 0.3/2.4 MB | 229/748 kB | 286/324 kB | 66/264 kB Progress (5): 432/560 kB | 0.3/2.4 MB | 229/748 kB | 286/324 kB | 70/264 kB Progress (5): 432/560 kB | 0.3/2.4 MB | 233/748 kB | 286/324 kB | 70/264 kB Progress (5): 432/560 kB | 0.3/2.4 MB | 233/748 kB | 286/324 kB | 70/264 kB Progress (5): 432/560 kB | 0.3/2.4 MB | 237/748 kB | 286/324 kB | 70/264 kB Progress (5): 432/560 kB | 0.3/2.4 MB | 237/748 kB | 286/324 kB | 74/264 kB Progress (5): 436/560 kB | 0.3/2.4 MB | 237/748 kB | 286/324 kB | 74/264 kB Progress (5): 436/560 kB | 0.3/2.4 MB | 237/748 kB | 290/324 kB | 74/264 kB Progress (5): 436/560 kB | 0.3/2.4 MB | 237/748 kB | 290/324 kB | 78/264 kB Progress (5): 436/560 kB | 0.3/2.4 MB | 237/748 kB | 290/324 kB | 82/264 kB Progress (5): 436/560 kB | 0.3/2.4 MB | 237/748 kB | 290/324 kB | 86/264 kB Progress (5): 436/560 kB | 0.3/2.4 MB | 237/748 kB | 290/324 kB | 90/264 kB Progress (5): 440/560 kB | 0.3/2.4 MB | 237/748 kB | 290/324 kB | 90/264 kB Progress (5): 440/560 kB | 0.3/2.4 MB | 241/748 kB | 290/324 kB | 90/264 kB Progress (5): 440/560 kB | 0.3/2.4 MB | 241/748 kB | 290/324 kB | 90/264 kB Progress (5): 440/560 kB | 0.3/2.4 MB | 245/748 kB | 290/324 kB | 90/264 kB Progress (5): 444/560 kB | 0.3/2.4 MB | 245/748 kB | 290/324 kB | 90/264 kB Progress (5): 444/560 kB | 0.3/2.4 MB | 245/748 kB | 290/324 kB | 94/264 kB Progress (5): 444/560 kB | 0.3/2.4 MB | 245/748 kB | 294/324 kB | 94/264 kB Progress (5): 444/560 kB | 0.3/2.4 MB | 245/748 kB | 294/324 kB | 98/264 kB Progress (5): 448/560 kB | 0.3/2.4 MB | 245/748 kB | 294/324 kB | 98/264 kB Progress (5): 448/560 kB | 0.3/2.4 MB | 249/748 kB | 294/324 kB | 98/264 kB Progress (5): 448/560 kB | 0.3/2.4 MB | 249/748 kB | 294/324 kB | 98/264 kB Progress (5): 448/560 kB | 0.3/2.4 MB | 253/748 kB | 294/324 kB | 98/264 kB Progress (5): 452/560 kB | 0.3/2.4 MB | 253/748 kB | 294/324 kB | 98/264 kB Progress (5): 452/560 kB | 0.3/2.4 MB | 253/748 kB | 294/324 kB | 98/264 kB Progress (5): 452/560 kB | 0.3/2.4 MB | 253/748 kB | 298/324 kB | 98/264 kB Progress (5): 456/560 kB | 0.3/2.4 MB | 253/748 kB | 298/324 kB | 98/264 kB Progress (5): 456/560 kB | 0.3/2.4 MB | 257/748 kB | 298/324 kB | 98/264 kB Progress (5): 456/560 kB | 0.3/2.4 MB | 257/748 kB | 298/324 kB | 98/264 kB Progress (5): 456/560 kB | 0.3/2.4 MB | 261/748 kB | 298/324 kB | 98/264 kB Progress (5): 460/560 kB | 0.3/2.4 MB | 261/748 kB | 298/324 kB | 98/264 kB Progress (5): 460/560 kB | 0.3/2.4 MB | 261/748 kB | 302/324 kB | 98/264 kB Progress (5): 460/560 kB | 0.3/2.4 MB | 261/748 kB | 302/324 kB | 102/264 kB Progress (5): 460/560 kB | 0.3/2.4 MB | 261/748 kB | 306/324 kB | 102/264 kB Progress (5): 464/560 kB | 0.3/2.4 MB | 261/748 kB | 306/324 kB | 102/264 kB Progress (5): 464/560 kB | 0.3/2.4 MB | 262/748 kB | 306/324 kB | 102/264 kB Progress (5): 464/560 kB | 0.3/2.4 MB | 262/748 kB | 306/324 kB | 102/264 kB Progress (5): 464/560 kB | 0.3/2.4 MB | 266/748 kB | 306/324 kB | 102/264 kB Progress (5): 468/560 kB | 0.3/2.4 MB | 266/748 kB | 306/324 kB | 102/264 kB Progress (5): 468/560 kB | 0.3/2.4 MB | 266/748 kB | 310/324 kB | 102/264 kB Progress (5): 468/560 kB | 0.3/2.4 MB | 266/748 kB | 310/324 kB | 106/264 kB Progress (5): 468/560 kB | 0.3/2.4 MB | 266/748 kB | 314/324 kB | 106/264 kB Progress (5): 472/560 kB | 0.3/2.4 MB | 266/748 kB | 314/324 kB | 106/264 kB Progress (5): 472/560 kB | 0.3/2.4 MB | 270/748 kB | 314/324 kB | 106/264 kB Progress (5): 472/560 kB | 0.3/2.4 MB | 270/748 kB | 314/324 kB | 106/264 kB Progress (5): 472/560 kB | 0.3/2.4 MB | 274/748 kB | 314/324 kB | 106/264 kB Progress (5): 476/560 kB | 0.3/2.4 MB | 274/748 kB | 314/324 kB | 106/264 kB Progress (5): 476/560 kB | 0.3/2.4 MB | 274/748 kB | 318/324 kB | 106/264 kB Progress (5): 476/560 kB | 0.3/2.4 MB | 274/748 kB | 318/324 kB | 110/264 kB Progress (5): 476/560 kB | 0.3/2.4 MB | 274/748 kB | 322/324 kB | 110/264 kB Progress (5): 480/560 kB | 0.3/2.4 MB | 274/748 kB | 322/324 kB | 110/264 kB Progress (5): 480/560 kB | 0.3/2.4 MB | 278/748 kB | 322/324 kB | 110/264 kB Progress (5): 484/560 kB | 0.3/2.4 MB | 278/748 kB | 322/324 kB | 110/264 kB Progress (5): 484/560 kB | 0.3/2.4 MB | 282/748 kB | 322/324 kB | 110/264 kB Progress (5): 484/560 kB | 0.3/2.4 MB | 282/748 kB | 322/324 kB | 110/264 kB Progress (5): 484/560 kB | 0.3/2.4 MB | 286/748 kB | 322/324 kB | 110/264 kB Progress (5): 488/560 kB | 0.3/2.4 MB | 286/748 kB | 322/324 kB | 110/264 kB Progress (5): 488/560 kB | 0.3/2.4 MB | 286/748 kB | 324 kB | 110/264 kB Progress (5): 488/560 kB | 0.3/2.4 MB | 286/748 kB | 324 kB | 114/264 kB Progress (5): 492/560 kB | 0.3/2.4 MB | 286/748 kB | 324 kB | 114/264 kB Progress (5): 492/560 kB | 0.3/2.4 MB | 290/748 kB | 324 kB | 114/264 kB Progress (5): 492/560 kB | 0.3/2.4 MB | 290/748 kB | 324 kB | 114/264 kB Progress (5): 492/560 kB | 0.3/2.4 MB | 294/748 kB | 324 kB | 114/264 kB Progress (5): 496/560 kB | 0.3/2.4 MB | 294/748 kB | 324 kB | 114/264 kB Progress (5): 496/560 kB | 0.3/2.4 MB | 294/748 kB | 324 kB | 118/264 kB Progress (5): 500/560 kB | 0.3/2.4 MB | 294/748 kB | 324 kB | 118/264 kB Progress (5): 500/560 kB | 0.3/2.4 MB | 295/748 kB | 324 kB | 118/264 kB Progress (5): 500/560 kB | 0.3/2.4 MB | 295/748 kB | 324 kB | 118/264 kB Progress (5): 500/560 kB | 0.3/2.4 MB | 299/748 kB | 324 kB | 118/264 kB Progress (5): 504/560 kB | 0.3/2.4 MB | 299/748 kB | 324 kB | 118/264 kB Progress (5): 504/560 kB | 0.3/2.4 MB | 299/748 kB | 324 kB | 122/264 kB Progress (5): 508/560 kB | 0.3/2.4 MB | 299/748 kB | 324 kB | 122/264 kB Progress (5): 508/560 kB | 0.3/2.4 MB | 303/748 kB | 324 kB | 122/264 kB Progress (5): 508/560 kB | 0.3/2.4 MB | 303/748 kB | 324 kB | 122/264 kB Progress (5): 508/560 kB | 0.3/2.4 MB | 303/748 kB | 324 kB | 126/264 kB Progress (5): 512/560 kB | 0.3/2.4 MB | 303/748 kB | 324 kB | 126/264 kB Progress (5): 512/560 kB | 0.3/2.4 MB | 303/748 kB | 324 kB | 130/264 kB Progress (5): 512/560 kB | 0.3/2.4 MB | 303/748 kB | 324 kB | 130/264 kB Progress (5): 512/560 kB | 0.3/2.4 MB | 307/748 kB | 324 kB | 130/264 kB Progress (5): 512/560 kB | 0.4/2.4 MB | 307/748 kB | 324 kB | 130/264 kB Progress (5): 512/560 kB | 0.4/2.4 MB | 307/748 kB | 324 kB | 131/264 kB Progress (5): 516/560 kB | 0.4/2.4 MB | 307/748 kB | 324 kB | 131/264 kB Progress (5): 516/560 kB | 0.4/2.4 MB | 307/748 kB | 324 kB | 131/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 403 kB/s) 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): 516/560 kB | 0.4/2.4 MB | 311/748 kB | 131/264 kB Progress (4): 516/560 kB | 0.4/2.4 MB | 311/748 kB | 131/264 kB Progress (4): 520/560 kB | 0.4/2.4 MB | 311/748 kB | 131/264 kB Progress (4): 520/560 kB | 0.4/2.4 MB | 311/748 kB | 135/264 kB Progress (4): 524/560 kB | 0.4/2.4 MB | 311/748 kB | 135/264 kB Progress (4): 524/560 kB | 0.4/2.4 MB | 315/748 kB | 135/264 kB Progress (4): 524/560 kB | 0.4/2.4 MB | 319/748 kB | 135/264 kB Progress (4): 524/560 kB | 0.4/2.4 MB | 319/748 kB | 135/264 kB Progress (4): 524/560 kB | 0.4/2.4 MB | 323/748 kB | 135/264 kB Progress (4): 528/560 kB | 0.4/2.4 MB | 323/748 kB | 135/264 kB Progress (4): 528/560 kB | 0.4/2.4 MB | 323/748 kB | 139/264 kB Progress (4): 532/560 kB | 0.4/2.4 MB | 323/748 kB | 139/264 kB Progress (4): 532/560 kB | 0.4/2.4 MB | 323/748 kB | 139/264 kB Progress (4): 532/560 kB | 0.4/2.4 MB | 327/748 kB | 139/264 kB Progress (4): 532/560 kB | 0.4/2.4 MB | 327/748 kB | 139/264 kB Progress (4): 532/560 kB | 0.4/2.4 MB | 327/748 kB | 143/264 kB Progress (4): 536/560 kB | 0.4/2.4 MB | 327/748 kB | 143/264 kB Progress (4): 536/560 kB | 0.4/2.4 MB | 327/748 kB | 147/264 kB Progress (4): 536/560 kB | 0.4/2.4 MB | 327/748 kB | 147/264 kB Progress (4): 536/560 kB | 0.4/2.4 MB | 328/748 kB | 147/264 kB Progress (4): 536/560 kB | 0.4/2.4 MB | 328/748 kB | 151/264 kB Progress (4): 536/560 kB | 0.4/2.4 MB | 328/748 kB | 151/264 kB Progress (4): 540/560 kB | 0.4/2.4 MB | 328/748 kB | 151/264 kB Progress (4): 540/560 kB | 0.4/2.4 MB | 328/748 kB | 155/264 kB Progress (4): 540/560 kB | 0.4/2.4 MB | 332/748 kB | 155/264 kB Progress (4): 544/560 kB | 0.4/2.4 MB | 332/748 kB | 155/264 kB Progress (4): 544/560 kB | 0.4/2.4 MB | 332/748 kB | 155/264 kB Progress (4): 544/560 kB | 0.4/2.4 MB | 332/748 kB | 159/264 kB Progress (4): 544/560 kB | 0.4/2.4 MB | 336/748 kB | 159/264 kB Progress (4): 544/560 kB | 0.4/2.4 MB | 336/748 kB | 163/264 kB Progress (4): 544/560 kB | 0.4/2.4 MB | 336/748 kB | 163/264 kB Progress (4): 548/560 kB | 0.4/2.4 MB | 336/748 kB | 163/264 kB Progress (4): 548/560 kB | 0.4/2.4 MB | 336/748 kB | 164/264 kB Progress (5): 548/560 kB | 0.4/2.4 MB | 336/748 kB | 164/264 kB | 4.1/41 kB Progress (5): 548/560 kB | 0.4/2.4 MB | 340/748 kB | 164/264 kB | 4.1/41 kB Progress (5): 548/560 kB | 0.4/2.4 MB | 340/748 kB | 164/264 kB | 7.7/41 kB Progress (5): 548/560 kB | 0.4/2.4 MB | 340/748 kB | 168/264 kB | 7.7/41 kB Progress (5): 548/560 kB | 0.4/2.4 MB | 340/748 kB | 168/264 kB | 12/41 kB Progress (5): 548/560 kB | 0.4/2.4 MB | 340/748 kB | 168/264 kB | 12/41 kB Progress (5): 552/560 kB | 0.4/2.4 MB | 340/748 kB | 168/264 kB | 12/41 kB Progress (5): 552/560 kB | 0.4/2.4 MB | 340/748 kB | 168/264 kB | 12/41 kB Progress (5): 552/560 kB | 0.4/2.4 MB | 340/748 kB | 168/264 kB | 16/41 kB Progress (5): 552/560 kB | 0.4/2.4 MB | 340/748 kB | 172/264 kB | 16/41 kB Progress (5): 552/560 kB | 0.4/2.4 MB | 340/748 kB | 172/264 kB | 20/41 kB Progress (5): 552/560 kB | 0.4/2.4 MB | 344/748 kB | 172/264 kB | 20/41 kB Progress (5): 552/560 kB | 0.4/2.4 MB | 344/748 kB | 172/264 kB | 24/41 kB Progress (5): 552/560 kB | 0.4/2.4 MB | 344/748 kB | 176/264 kB | 24/41 kB Progress (5): 556/560 kB | 0.4/2.4 MB | 344/748 kB | 176/264 kB | 24/41 kB Progress (5): 556/560 kB | 0.4/2.4 MB | 344/748 kB | 176/264 kB | 24/41 kB Progress (5): 560 kB | 0.4/2.4 MB | 344/748 kB | 176/264 kB | 24/41 kB Progress (5): 560 kB | 0.4/2.4 MB | 344/748 kB | 180/264 kB | 24/41 kB Progress (5): 560 kB | 0.4/2.4 MB | 344/748 kB | 180/264 kB | 28/41 kB Progress (5): 560 kB | 0.4/2.4 MB | 348/748 kB | 180/264 kB | 28/41 kB Progress (5): 560 kB | 0.4/2.4 MB | 348/748 kB | 180/264 kB | 32/41 kB Progress (5): 560 kB | 0.4/2.4 MB | 348/748 kB | 184/264 kB | 32/41 kB Progress (5): 560 kB | 0.4/2.4 MB | 348/748 kB | 184/264 kB | 36/41 kB Progress (5): 560 kB | 0.4/2.4 MB | 348/748 kB | 184/264 kB | 36/41 kB Progress (5): 560 kB | 0.4/2.4 MB | 348/748 kB | 184/264 kB | 40/41 kB Progress (5): 560 kB | 0.4/2.4 MB | 348/748 kB | 188/264 kB | 40/41 kB Progress (5): 560 kB | 0.4/2.4 MB | 352/748 kB | 188/264 kB | 40/41 kB Progress (5): 560 kB | 0.4/2.4 MB | 352/748 kB | 192/264 kB | 40/41 kB Progress (5): 560 kB | 0.4/2.4 MB | 352/748 kB | 192/264 kB | 41 kB Progress (5): 560 kB | 0.4/2.4 MB | 352/748 kB | 192/264 kB | 41 kB Progress (5): 560 kB | 0.4/2.4 MB | 352/748 kB | 196/264 kB | 41 kB Progress (5): 560 kB | 0.4/2.4 MB | 356/748 kB | 196/264 kB | 41 kB Progress (5): 560 kB | 0.4/2.4 MB | 356/748 kB | 197/264 kB | 41 kB Progress (5): 560 kB | 0.4/2.4 MB | 356/748 kB | 197/264 kB | 41 kB Progress (5): 560 kB | 0.4/2.4 MB | 356/748 kB | 197/264 kB | 41 kB Progress (5): 560 kB | 0.4/2.4 MB | 360/748 kB | 197/264 kB | 41 kB Progress (5): 560 kB | 0.4/2.4 MB | 360/748 kB | 197/264 kB | 41 kB Progress (5): 560 kB | 0.4/2.4 MB | 364/748 kB | 197/264 kB | 41 kB Progress (5): 560 kB | 0.4/2.4 MB | 364/748 kB | 201/264 kB | 41 kB Progress (5): 560 kB | 0.4/2.4 MB | 368/748 kB | 201/264 kB | 41 kB Progress (5): 560 kB | 0.4/2.4 MB | 368/748 kB | 201/264 kB | 41 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 676 kB/s) 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 47 kB/s) Progress (3): 0.4/2.4 MB | 368/748 kB | 201/264 kB Progress (3): 0.4/2.4 MB | 368/748 kB | 201/264 kB Progress (3): 0.4/2.4 MB | 372/748 kB | 201/264 kB Progress (3): 0.4/2.4 MB | 372/748 kB | 205/264 kB Progress (3): 0.4/2.4 MB | 376/748 kB | 205/264 kB Progress (3): 0.4/2.4 MB | 376/748 kB | 205/264 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 (3): 0.4/2.4 MB | 376/748 kB | 205/264 kB Progress (3): 0.4/2.4 MB | 380/748 kB | 205/264 kB Progress (3): 0.4/2.4 MB | 380/748 kB | 209/264 kB Progress (3): 0.4/2.4 MB | 380/748 kB | 213/264 kB Progress (3): 0.4/2.4 MB | 384/748 kB | 213/264 kB Progress (3): 0.4/2.4 MB | 384/748 kB | 213/264 kB Progress (3): 0.4/2.4 MB | 384/748 kB | 217/264 kB Progress (3): 0.4/2.4 MB | 384/748 kB | 221/264 kB Progress (3): 0.4/2.4 MB | 388/748 kB | 221/264 kB Progress (3): 0.4/2.4 MB | 388/748 kB | 221/264 kB Progress (3): 0.4/2.4 MB | 388/748 kB | 225/264 kB Progress (3): 0.4/2.4 MB | 392/748 kB | 225/264 kB Progress (3): 0.4/2.4 MB | 392/748 kB | 229/264 kB Progress (3): 0.4/2.4 MB | 392/748 kB | 229/264 kB Progress (3): 0.4/2.4 MB | 392/748 kB | 229/264 kB Progress (3): 0.4/2.4 MB | 396/748 kB | 229/264 kB Progress (3): 0.4/2.4 MB | 396/748 kB | 229/264 kB Progress (3): 0.4/2.4 MB | 396/748 kB | 233/264 kB Progress (3): 0.4/2.4 MB | 400/748 kB | 233/264 kB Progress (3): 0.4/2.4 MB | 400/748 kB | 237/264 kB Progress (3): 0.4/2.4 MB | 400/748 kB | 237/264 kB Progress (3): 0.4/2.4 MB | 404/748 kB | 237/264 kB Progress (3): 0.4/2.4 MB | 404/748 kB | 241/264 kB Progress (3): 0.5/2.4 MB | 404/748 kB | 241/264 kB Progress (3): 0.5/2.4 MB | 408/748 kB | 241/264 kB Progress (3): 0.5/2.4 MB | 408/748 kB | 241/264 kB Progress (3): 0.5/2.4 MB | 408/748 kB | 245/264 kB Progress (3): 0.5/2.4 MB | 408/748 kB | 245/264 kB Progress (3): 0.5/2.4 MB | 412/748 kB | 245/264 kB Progress (3): 0.5/2.4 MB | 412/748 kB | 249/264 kB Progress (3): 0.5/2.4 MB | 412/748 kB | 249/264 kB Progress (3): 0.5/2.4 MB | 416/748 kB | 249/264 kB Progress (3): 0.5/2.4 MB | 416/748 kB | 249/264 kB Progress (3): 0.5/2.4 MB | 420/748 kB | 249/264 kB Progress (3): 0.5/2.4 MB | 424/748 kB | 249/264 kB Progress (3): 0.5/2.4 MB | 424/748 kB | 253/264 kB Progress (3): 0.5/2.4 MB | 424/748 kB | 253/264 kB Progress (4): 0.5/2.4 MB | 424/748 kB | 253/264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 428/748 kB | 253/264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 428/748 kB | 253/264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 428/748 kB | 257/264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 428/748 kB | 257/264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 428/748 kB | 257/264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 428/748 kB | 261/264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 432/748 kB | 261/264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 432/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 432/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 432/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 432/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 436/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 436/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 440/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 440/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 440/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 444/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 444/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 444/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 448/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 448/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 448/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 452/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 452/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 456/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 456/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 456/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 456/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 460/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 460/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 460/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 460/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 464/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 464/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 464/748 kB | 264 kB | 0/1.6 MB Progress (4): 0.5/2.4 MB | 464/748 kB | 264 kB | 0.1/1.6 MB Progress (4): 0.5/2.4 MB | 468/748 kB | 264 kB | 0.1/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 293 kB/s) Progress (3): 0.5/2.4 MB | 468/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 468/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 468/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 472/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 472/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 472/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 476/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 476/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 480/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 480/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 480/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 480/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 484/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 484/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 484/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 488/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 488/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 488/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 492/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 492/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 492/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 496/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 496/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 496/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 500/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 500/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 500/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 504/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 504/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 504/748 kB | 0.1/1.6 MB Progress (3): 0.5/2.4 MB | 508/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 508/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 508/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 512/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 512/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 512/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 516/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 516/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 520/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 520/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 520/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 524/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 524/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 524/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 524/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 528/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 528/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 528/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 532/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 532/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 536/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 536/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 536/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 540/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 540/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 540/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 540/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 544/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 544/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 544/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 548/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 548/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 552/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 552/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 552/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 556/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 556/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 556/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 560/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 560/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 560/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 564/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 564/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 564/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 564/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 568/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 568/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 572/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 572/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 572/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 572/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 572/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 576/748 kB | 0.1/1.6 MB Progress (3): 0.6/2.4 MB | 576/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 576/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 576/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 580/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 580/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 580/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 584/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 584/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 588/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 588/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 592/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 592/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 592/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 596/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 596/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 596/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 600/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 600/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 600/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 604/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 604/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 604/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 604/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 604/748 kB | 0.2/1.6 MB Progress (3): 0.6/2.4 MB | 608/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 608/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 608/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 612/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 612/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 612/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 616/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 616/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 616/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 620/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 620/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 620/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 624/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 624/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 624/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 628/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 628/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 628/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 632/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 632/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 632/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 632/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 632/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 632/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 636/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 640/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 640/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 640/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 640/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 644/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 644/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 644/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 644/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 648/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 648/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 648/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 652/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 652/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 656/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 656/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 656/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 660/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 660/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 664/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 664/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 664/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 668/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 668/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 668/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 668/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 672/748 kB | 0.2/1.6 MB Progress (3): 0.7/2.4 MB | 672/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 672/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 672/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 676/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 676/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 676/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 676/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 680/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 680/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 680/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 680/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 684/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 684/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 684/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 688/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 688/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 688/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 692/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 692/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 696/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 696/748 kB | 0.3/1.6 MB Progress (3): 0.7/2.4 MB | 696/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 696/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 700/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 700/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 700/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 704/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 704/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 704/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 704/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 708/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 708/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 708/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 708/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 708/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 712/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 712/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 712/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 716/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 716/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 720/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 720/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 720/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 720/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 720/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 720/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 720/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 724/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 724/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 728/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 728/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 728/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 732/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 732/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 736/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 736/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 736/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 740/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 740/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 740/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 740/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 744/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 744/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 748/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 748/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 748/748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.4/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.4/1.6 MB 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 733 kB/s) Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.4/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 0.9/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.5/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.0/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.6/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.1/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.7/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.2/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.8/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 0.9/1.6 MB Progress (2): 1.3/2.4 MB | 1.0/1.6 MB Progress (2): 1.3/2.4 MB | 1.0/1.6 MB Progress (2): 1.3/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.0/1.6 MB Progress (2): 1.4/2.4 MB | 1.1/1.6 MB Progress (2): 1.4/2.4 MB | 1.1/1.6 MB Progress (2): 1.4/2.4 MB | 1.1/1.6 MB Progress (2): 1.4/2.4 MB | 1.1/1.6 MB Progress (2): 1.4/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.1/1.6 MB Progress (2): 1.5/2.4 MB | 1.2/1.6 MB Progress (2): 1.5/2.4 MB | 1.2/1.6 MB Progress (2): 1.5/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.2/1.6 MB Progress (2): 1.6/2.4 MB | 1.3/1.6 MB Progress (2): 1.6/2.4 MB | 1.3/1.6 MB Progress (2): 1.6/2.4 MB | 1.3/1.6 MB Progress (2): 1.6/2.4 MB | 1.3/1.6 MB Progress (2): 1.6/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.3/1.6 MB Progress (2): 1.7/2.4 MB | 1.4/1.6 MB Progress (2): 1.7/2.4 MB | 1.4/1.6 MB Progress (2): 1.7/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.4/1.6 MB Progress (2): 1.8/2.4 MB | 1.5/1.6 MB Progress (2): 1.8/2.4 MB | 1.5/1.6 MB Progress (2): 1.8/2.4 MB | 1.5/1.6 MB Progress (2): 1.8/2.4 MB | 1.5/1.6 MB Progress (2): 1.8/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.5/1.6 MB Progress (2): 1.9/2.4 MB | 1.6/1.6 MB Progress (2): 1.9/2.4 MB | 1.6/1.6 MB Progress (2): 1.9/2.4 MB | 1.6/1.6 MB Progress (2): 2.0/2.4 MB | 1.6/1.6 MB Progress (2): 2.0/2.4 MB | 1.6/1.6 MB Progress (2): 2.0/2.4 MB | 1.6/1.6 MB Progress (2): 2.0/2.4 MB | 1.6/1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/2.4 MB | 1.6 MB Progress (2): 2.0/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.2 MB/s) Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.1/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.2/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB Progress (1): 2.3/2.4 MB 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 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 1.8 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 91 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 539 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 2.0 MB/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 231 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 142 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 110 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Progress (1): 4.1/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 223 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 141 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 90 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 422 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 57 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 41 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 44 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/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.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/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/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/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar (11 kB at 264 kB/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): 4.1/166 kB Progress (1): 7.7/166 kB Progress (1): 12/166 kB Progress (1): 16/166 kB Progress (2): 16/166 kB | 4.1/70 kB Progress (2): 20/166 kB | 4.1/70 kB Progress (2): 20/166 kB | 7.7/70 kB Progress (2): 24/166 kB | 7.7/70 kB Progress (2): 24/166 kB | 12/70 kB Progress (2): 24/166 kB | 16/70 kB Progress (2): 24/166 kB | 20/70 kB Progress (2): 24/166 kB | 24/70 kB Progress (2): 24/166 kB | 28/70 kB Progress (2): 24/166 kB | 32/70 kB Progress (2): 28/166 kB | 32/70 kB Progress (2): 28/166 kB | 36/70 kB Progress (2): 32/166 kB | 36/70 kB Progress (2): 32/166 kB | 40/70 kB Progress (2): 32/166 kB | 44/70 kB Progress (3): 32/166 kB | 44/70 kB | 0/2.7 MB Progress (3): 36/166 kB | 44/70 kB | 0/2.7 MB Progress (3): 36/166 kB | 44/70 kB | 0/2.7 MB Progress (4): 36/166 kB | 44/70 kB | 0/2.7 MB | 4.1/26 kB Progress (4): 36/166 kB | 48/70 kB | 0/2.7 MB | 4.1/26 kB Progress (4): 36/166 kB | 48/70 kB | 0/2.7 MB | 7.7/26 kB Progress (4): 36/166 kB | 52/70 kB | 0/2.7 MB | 7.7/26 kB Progress (4): 36/166 kB | 52/70 kB | 0/2.7 MB | 12/26 kB Progress (4): 36/166 kB | 52/70 kB | 0/2.7 MB | 16/26 kB Progress (5): 36/166 kB | 52/70 kB | 0/2.7 MB | 16/26 kB | 4.1/281 kB Progress (5): 40/166 kB | 52/70 kB | 0/2.7 MB | 16/26 kB | 4.1/281 kB Progress (5): 40/166 kB | 52/70 kB | 0/2.7 MB | 16/26 kB | 7.7/281 kB Progress (5): 40/166 kB | 52/70 kB | 0/2.7 MB | 20/26 kB | 7.7/281 kB Progress (5): 40/166 kB | 56/70 kB | 0/2.7 MB | 20/26 kB | 7.7/281 kB Progress (5): 40/166 kB | 56/70 kB | 0/2.7 MB | 20/26 kB | 7.7/281 kB Progress (5): 40/166 kB | 60/70 kB | 0/2.7 MB | 20/26 kB | 7.7/281 kB Progress (5): 40/166 kB | 64/70 kB | 0/2.7 MB | 20/26 kB | 7.7/281 kB Progress (5): 40/166 kB | 64/70 kB | 0/2.7 MB | 24/26 kB | 7.7/281 kB Progress (5): 40/166 kB | 64/70 kB | 0/2.7 MB | 24/26 kB | 12/281 kB Progress (5): 44/166 kB | 64/70 kB | 0/2.7 MB | 24/26 kB | 12/281 kB Progress (5): 44/166 kB | 64/70 kB | 0/2.7 MB | 24/26 kB | 16/281 kB Progress (5): 44/166 kB | 64/70 kB | 0/2.7 MB | 26 kB | 16/281 kB Progress (5): 44/166 kB | 64/70 kB | 0/2.7 MB | 26 kB | 20/281 kB Progress (5): 44/166 kB | 68/70 kB | 0/2.7 MB | 26 kB | 20/281 kB Progress (5): 44/166 kB | 68/70 kB | 0/2.7 MB | 26 kB | 20/281 kB Progress (5): 44/166 kB | 70 kB | 0/2.7 MB | 26 kB | 20/281 kB Progress (5): 44/166 kB | 70 kB | 0/2.7 MB | 26 kB | 20/281 kB Progress (5): 44/166 kB | 70 kB | 0/2.7 MB | 26 kB | 20/281 kB Progress (5): 44/166 kB | 70 kB | 0/2.7 MB | 26 kB | 24/281 kB Progress (5): 48/166 kB | 70 kB | 0/2.7 MB | 26 kB | 24/281 kB Progress (5): 48/166 kB | 70 kB | 0/2.7 MB | 26 kB | 28/281 kB Progress (5): 48/166 kB | 70 kB | 0/2.7 MB | 26 kB | 28/281 kB Progress (5): 52/166 kB | 70 kB | 0/2.7 MB | 26 kB | 28/281 kB Progress (5): 52/166 kB | 70 kB | 0/2.7 MB | 26 kB | 32/281 kB Progress (5): 56/166 kB | 70 kB | 0/2.7 MB | 26 kB | 32/281 kB Progress (5): 56/166 kB | 70 kB | 0/2.7 MB | 26 kB | 32/281 kB Progress (5): 56/166 kB | 70 kB | 0/2.7 MB | 26 kB | 36/281 kB Progress (5): 60/166 kB | 70 kB | 0/2.7 MB | 26 kB | 36/281 kB Progress (5): 60/166 kB | 70 kB | 0/2.7 MB | 26 kB | 40/281 kB Progress (5): 60/166 kB | 70 kB | 0/2.7 MB | 26 kB | 40/281 kB Progress (5): 64/166 kB | 70 kB | 0/2.7 MB | 26 kB | 40/281 kB Progress (5): 64/166 kB | 70 kB | 0/2.7 MB | 26 kB | 44/281 kB Progress (5): 64/166 kB | 70 kB | 0/2.7 MB | 26 kB | 44/281 kB Progress (5): 64/166 kB | 70 kB | 0/2.7 MB | 26 kB | 48/281 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 414 kB/s) Progress (4): 68/166 kB | 70 kB | 0/2.7 MB | 48/281 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): 68/166 kB | 70 kB | 0/2.7 MB | 52/281 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 1.1 MB/s) 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): 68/166 kB | 0/2.7 MB | 52/281 kB Progress (3): 68/166 kB | 0/2.7 MB | 56/281 kB Progress (3): 72/166 kB | 0/2.7 MB | 56/281 kB Progress (3): 72/166 kB | 0/2.7 MB | 60/281 kB Progress (3): 72/166 kB | 0/2.7 MB | 60/281 kB Progress (3): 76/166 kB | 0/2.7 MB | 60/281 kB Progress (3): 76/166 kB | 0/2.7 MB | 64/281 kB Progress (3): 76/166 kB | 0.1/2.7 MB | 64/281 kB Progress (3): 80/166 kB | 0.1/2.7 MB | 64/281 kB Progress (3): 80/166 kB | 0.1/2.7 MB | 64/281 kB Progress (3): 80/166 kB | 0.1/2.7 MB | 68/281 kB Progress (3): 84/166 kB | 0.1/2.7 MB | 68/281 kB Progress (3): 84/166 kB | 0.1/2.7 MB | 72/281 kB Progress (3): 84/166 kB | 0.1/2.7 MB | 72/281 kB Progress (3): 88/166 kB | 0.1/2.7 MB | 72/281 kB Progress (3): 88/166 kB | 0.1/2.7 MB | 72/281 kB Progress (3): 88/166 kB | 0.1/2.7 MB | 76/281 kB Progress (3): 92/166 kB | 0.1/2.7 MB | 76/281 kB Progress (3): 92/166 kB | 0.1/2.7 MB | 76/281 kB Progress (3): 92/166 kB | 0.1/2.7 MB | 80/281 kB Progress (3): 92/166 kB | 0.1/2.7 MB | 80/281 kB Progress (3): 96/166 kB | 0.1/2.7 MB | 80/281 kB Progress (3): 96/166 kB | 0.1/2.7 MB | 84/281 kB Progress (3): 96/166 kB | 0.1/2.7 MB | 84/281 kB Progress (3): 98/166 kB | 0.1/2.7 MB | 84/281 kB Progress (3): 98/166 kB | 0.1/2.7 MB | 84/281 kB Progress (3): 98/166 kB | 0.1/2.7 MB | 88/281 kB Progress (3): 102/166 kB | 0.1/2.7 MB | 88/281 kB Progress (3): 102/166 kB | 0.1/2.7 MB | 88/281 kB Progress (4): 102/166 kB | 0.1/2.7 MB | 88/281 kB | 4.1/320 kB Progress (4): 102/166 kB | 0.1/2.7 MB | 92/281 kB | 4.1/320 kB Progress (4): 106/166 kB | 0.1/2.7 MB | 92/281 kB | 4.1/320 kB Progress (4): 106/166 kB | 0.1/2.7 MB | 96/281 kB | 4.1/320 kB Progress (4): 110/166 kB | 0.1/2.7 MB | 96/281 kB | 4.1/320 kB Progress (4): 110/166 kB | 0.1/2.7 MB | 96/281 kB | 7.7/320 kB Progress (4): 110/166 kB | 0.1/2.7 MB | 96/281 kB | 7.7/320 kB Progress (4): 110/166 kB | 0.1/2.7 MB | 100/281 kB | 7.7/320 kB Progress (4): 110/166 kB | 0.1/2.7 MB | 100/281 kB | 7.7/320 kB Progress (4): 114/166 kB | 0.1/2.7 MB | 100/281 kB | 7.7/320 kB Progress (4): 114/166 kB | 0.1/2.7 MB | 100/281 kB | 7.7/320 kB Progress (4): 114/166 kB | 0.1/2.7 MB | 104/281 kB | 7.7/320 kB Progress (4): 114/166 kB | 0.1/2.7 MB | 104/281 kB | 12/320 kB Progress (5): 114/166 kB | 0.1/2.7 MB | 104/281 kB | 12/320 kB | 0/4.2 MB Progress (5): 114/166 kB | 0.1/2.7 MB | 104/281 kB | 12/320 kB | 0/4.2 MB Progress (5): 118/166 kB | 0.1/2.7 MB | 104/281 kB | 12/320 kB | 0/4.2 MB Progress (5): 118/166 kB | 0.1/2.7 MB | 104/281 kB | 12/320 kB | 0/4.2 MB Progress (5): 118/166 kB | 0.1/2.7 MB | 104/281 kB | 12/320 kB | 0/4.2 MB Progress (5): 118/166 kB | 0.1/2.7 MB | 104/281 kB | 16/320 kB | 0/4.2 MB Progress (5): 118/166 kB | 0.1/2.7 MB | 108/281 kB | 16/320 kB | 0/4.2 MB Progress (5): 118/166 kB | 0.1/2.7 MB | 112/281 kB | 16/320 kB | 0/4.2 MB Progress (5): 118/166 kB | 0.1/2.7 MB | 112/281 kB | 20/320 kB | 0/4.2 MB Progress (5): 118/166 kB | 0.1/2.7 MB | 112/281 kB | 20/320 kB | 0/4.2 MB Progress (5): 118/166 kB | 0.1/2.7 MB | 112/281 kB | 20/320 kB | 0/4.2 MB Progress (5): 122/166 kB | 0.1/2.7 MB | 112/281 kB | 20/320 kB | 0/4.2 MB Progress (5): 122/166 kB | 0.1/2.7 MB | 112/281 kB | 20/320 kB | 0/4.2 MB Progress (5): 126/166 kB | 0.1/2.7 MB | 112/281 kB | 20/320 kB | 0/4.2 MB Progress (5): 126/166 kB | 0.1/2.7 MB | 112/281 kB | 20/320 kB | 0/4.2 MB Progress (5): 126/166 kB | 0.1/2.7 MB | 112/281 kB | 24/320 kB | 0/4.2 MB Progress (5): 126/166 kB | 0.1/2.7 MB | 116/281 kB | 24/320 kB | 0/4.2 MB Progress (5): 126/166 kB | 0.1/2.7 MB | 116/281 kB | 28/320 kB | 0/4.2 MB Progress (5): 126/166 kB | 0.1/2.7 MB | 116/281 kB | 28/320 kB | 0/4.2 MB Progress (5): 126/166 kB | 0.1/2.7 MB | 116/281 kB | 28/320 kB | 0/4.2 MB Progress (5): 130/166 kB | 0.1/2.7 MB | 116/281 kB | 28/320 kB | 0/4.2 MB Progress (5): 130/166 kB | 0.1/2.7 MB | 116/281 kB | 28/320 kB | 0/4.2 MB Progress (5): 130/166 kB | 0.1/2.7 MB | 116/281 kB | 28/320 kB | 0/4.2 MB Progress (5): 130/166 kB | 0.1/2.7 MB | 116/281 kB | 32/320 kB | 0/4.2 MB Progress (5): 130/166 kB | 0.1/2.7 MB | 120/281 kB | 32/320 kB | 0/4.2 MB Progress (5): 130/166 kB | 0.1/2.7 MB | 120/281 kB | 36/320 kB | 0/4.2 MB Progress (5): 130/166 kB | 0.1/2.7 MB | 120/281 kB | 36/320 kB | 0/4.2 MB Progress (5): 130/166 kB | 0.1/2.7 MB | 120/281 kB | 36/320 kB | 0/4.2 MB Progress (5): 134/166 kB | 0.1/2.7 MB | 120/281 kB | 36/320 kB | 0/4.2 MB Progress (5): 134/166 kB | 0.1/2.7 MB | 120/281 kB | 36/320 kB | 0/4.2 MB Progress (5): 134/166 kB | 0.1/2.7 MB | 120/281 kB | 36/320 kB | 0/4.2 MB Progress (5): 134/166 kB | 0.1/2.7 MB | 120/281 kB | 40/320 kB | 0/4.2 MB Progress (5): 134/166 kB | 0.1/2.7 MB | 124/281 kB | 40/320 kB | 0/4.2 MB Progress (5): 134/166 kB | 0.1/2.7 MB | 124/281 kB | 44/320 kB | 0/4.2 MB Progress (5): 134/166 kB | 0.1/2.7 MB | 124/281 kB | 44/320 kB | 0/4.2 MB Progress (5): 134/166 kB | 0.1/2.7 MB | 124/281 kB | 44/320 kB | 0/4.2 MB Progress (5): 138/166 kB | 0.1/2.7 MB | 124/281 kB | 44/320 kB | 0/4.2 MB Progress (5): 138/166 kB | 0.1/2.7 MB | 124/281 kB | 44/320 kB | 0/4.2 MB Progress (5): 138/166 kB | 0.1/2.7 MB | 124/281 kB | 44/320 kB | 0/4.2 MB Progress (5): 138/166 kB | 0.1/2.7 MB | 124/281 kB | 48/320 kB | 0/4.2 MB Progress (5): 138/166 kB | 0.1/2.7 MB | 128/281 kB | 48/320 kB | 0/4.2 MB Progress (5): 138/166 kB | 0.1/2.7 MB | 128/281 kB | 52/320 kB | 0/4.2 MB Progress (5): 138/166 kB | 0.1/2.7 MB | 128/281 kB | 52/320 kB | 0/4.2 MB Progress (5): 138/166 kB | 0.1/2.7 MB | 128/281 kB | 52/320 kB | 0/4.2 MB Progress (5): 142/166 kB | 0.1/2.7 MB | 128/281 kB | 52/320 kB | 0/4.2 MB Progress (5): 142/166 kB | 0.1/2.7 MB | 128/281 kB | 52/320 kB | 0/4.2 MB Progress (5): 142/166 kB | 0.1/2.7 MB | 128/281 kB | 52/320 kB | 0/4.2 MB Progress (5): 142/166 kB | 0.1/2.7 MB | 132/281 kB | 52/320 kB | 0/4.2 MB Progress (5): 142/166 kB | 0.1/2.7 MB | 132/281 kB | 56/320 kB | 0/4.2 MB Progress (5): 142/166 kB | 0.1/2.7 MB | 136/281 kB | 56/320 kB | 0/4.2 MB Progress (5): 142/166 kB | 0.1/2.7 MB | 136/281 kB | 56/320 kB | 0/4.2 MB Progress (5): 142/166 kB | 0.1/2.7 MB | 136/281 kB | 56/320 kB | 0/4.2 MB Progress (5): 146/166 kB | 0.1/2.7 MB | 136/281 kB | 56/320 kB | 0/4.2 MB Progress (5): 146/166 kB | 0.2/2.7 MB | 136/281 kB | 56/320 kB | 0/4.2 MB Progress (5): 146/166 kB | 0.2/2.7 MB | 136/281 kB | 56/320 kB | 0.1/4.2 MB Progress (5): 146/166 kB | 0.2/2.7 MB | 140/281 kB | 56/320 kB | 0.1/4.2 MB Progress (5): 146/166 kB | 0.2/2.7 MB | 140/281 kB | 60/320 kB | 0.1/4.2 MB Progress (5): 146/166 kB | 0.2/2.7 MB | 144/281 kB | 60/320 kB | 0.1/4.2 MB Progress (5): 146/166 kB | 0.2/2.7 MB | 144/281 kB | 60/320 kB | 0.1/4.2 MB Progress (5): 146/166 kB | 0.2/2.7 MB | 148/281 kB | 60/320 kB | 0.1/4.2 MB Progress (5): 146/166 kB | 0.2/2.7 MB | 148/281 kB | 60/320 kB | 0.1/4.2 MB Progress (5): 150/166 kB | 0.2/2.7 MB | 148/281 kB | 60/320 kB | 0.1/4.2 MB Progress (5): 150/166 kB | 0.2/2.7 MB | 148/281 kB | 60/320 kB | 0.1/4.2 MB Progress (5): 150/166 kB | 0.2/2.7 MB | 148/281 kB | 60/320 kB | 0.1/4.2 MB Progress (5): 150/166 kB | 0.2/2.7 MB | 152/281 kB | 60/320 kB | 0.1/4.2 MB Progress (5): 150/166 kB | 0.2/2.7 MB | 152/281 kB | 64/320 kB | 0.1/4.2 MB Progress (5): 150/166 kB | 0.2/2.7 MB | 152/281 kB | 64/320 kB | 0.1/4.2 MB Progress (5): 150/166 kB | 0.2/2.7 MB | 152/281 kB | 64/320 kB | 0.1/4.2 MB Progress (5): 154/166 kB | 0.2/2.7 MB | 152/281 kB | 64/320 kB | 0.1/4.2 MB Progress (5): 154/166 kB | 0.2/2.7 MB | 152/281 kB | 64/320 kB | 0.1/4.2 MB Progress (5): 154/166 kB | 0.2/2.7 MB | 152/281 kB | 64/320 kB | 0.1/4.2 MB Progress (5): 154/166 kB | 0.2/2.7 MB | 152/281 kB | 68/320 kB | 0.1/4.2 MB Progress (5): 154/166 kB | 0.2/2.7 MB | 156/281 kB | 68/320 kB | 0.1/4.2 MB Progress (5): 154/166 kB | 0.2/2.7 MB | 156/281 kB | 72/320 kB | 0.1/4.2 MB Progress (5): 154/166 kB | 0.2/2.7 MB | 156/281 kB | 72/320 kB | 0.1/4.2 MB Progress (5): 154/166 kB | 0.2/2.7 MB | 156/281 kB | 72/320 kB | 0.1/4.2 MB Progress (5): 158/166 kB | 0.2/2.7 MB | 156/281 kB | 72/320 kB | 0.1/4.2 MB Progress (5): 158/166 kB | 0.2/2.7 MB | 156/281 kB | 72/320 kB | 0.1/4.2 MB Progress (5): 158/166 kB | 0.2/2.7 MB | 156/281 kB | 72/320 kB | 0.1/4.2 MB Progress (5): 158/166 kB | 0.2/2.7 MB | 156/281 kB | 72/320 kB | 0.1/4.2 MB Progress (5): 158/166 kB | 0.2/2.7 MB | 156/281 kB | 76/320 kB | 0.1/4.2 MB Progress (5): 158/166 kB | 0.2/2.7 MB | 160/281 kB | 76/320 kB | 0.1/4.2 MB Progress (5): 158/166 kB | 0.2/2.7 MB | 160/281 kB | 80/320 kB | 0.1/4.2 MB Progress (5): 158/166 kB | 0.2/2.7 MB | 160/281 kB | 80/320 kB | 0.1/4.2 MB Progress (5): 158/166 kB | 0.2/2.7 MB | 160/281 kB | 80/320 kB | 0.1/4.2 MB Progress (5): 162/166 kB | 0.2/2.7 MB | 160/281 kB | 80/320 kB | 0.1/4.2 MB Progress (5): 162/166 kB | 0.2/2.7 MB | 160/281 kB | 80/320 kB | 0.1/4.2 MB Progress (5): 162/166 kB | 0.2/2.7 MB | 160/281 kB | 80/320 kB | 0.1/4.2 MB Progress (5): 162/166 kB | 0.2/2.7 MB | 160/281 kB | 84/320 kB | 0.1/4.2 MB Progress (5): 162/166 kB | 0.2/2.7 MB | 164/281 kB | 84/320 kB | 0.1/4.2 MB Progress (5): 162/166 kB | 0.2/2.7 MB | 164/281 kB | 88/320 kB | 0.1/4.2 MB Progress (5): 162/166 kB | 0.2/2.7 MB | 164/281 kB | 88/320 kB | 0.1/4.2 MB Progress (5): 162/166 kB | 0.2/2.7 MB | 164/281 kB | 92/320 kB | 0.1/4.2 MB Progress (5): 162/166 kB | 0.2/2.7 MB | 164/281 kB | 92/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 164/281 kB | 92/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 164/281 kB | 96/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 164/281 kB | 96/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 168/281 kB | 96/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 168/281 kB | 96/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 172/281 kB | 96/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 172/281 kB | 100/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 172/281 kB | 100/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 172/281 kB | 104/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 176/281 kB | 104/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 176/281 kB | 104/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 176/281 kB | 108/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 176/281 kB | 108/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 176/281 kB | 112/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 176/281 kB | 112/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 176/281 kB | 112/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 180/281 kB | 112/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 180/281 kB | 112/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 184/281 kB | 112/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 184/281 kB | 112/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 184/281 kB | 116/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 184/281 kB | 116/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 188/281 kB | 116/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 188/281 kB | 116/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 188/281 kB | 116/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 192/281 kB | 116/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 192/281 kB | 120/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 196/281 kB | 120/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 196/281 kB | 120/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 196/281 kB | 120/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 196/281 kB | 124/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 200/281 kB | 124/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 200/281 kB | 128/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 200/281 kB | 128/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 200/281 kB | 128/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 200/281 kB | 128/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 200/281 kB | 132/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 200/281 kB | 132/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 204/281 kB | 132/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 204/281 kB | 132/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 204/281 kB | 136/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 204/281 kB | 136/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 204/281 kB | 140/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 204/281 kB | 140/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 204/281 kB | 144/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 204/281 kB | 144/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 204/281 kB | 148/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 208/281 kB | 148/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 208/281 kB | 152/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 208/281 kB | 152/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 208/281 kB | 152/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 208/281 kB | 152/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 208/281 kB | 156/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 212/281 kB | 156/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 212/281 kB | 160/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 212/281 kB | 160/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 212/281 kB | 160/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 212/281 kB | 160/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 212/281 kB | 164/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 216/281 kB | 164/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 216/281 kB | 168/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 216/281 kB | 168/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 216/281 kB | 168/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 216/281 kB | 168/320 kB | 0.1/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 216/281 kB | 168/320 kB | 0.2/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 216/281 kB | 172/320 kB | 0.2/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 220/281 kB | 172/320 kB | 0.2/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 220/281 kB | 176/320 kB | 0.2/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 220/281 kB | 176/320 kB | 0.2/4.2 MB Progress (5): 166 kB | 0.2/2.7 MB | 220/281 kB | 180/320 kB | 0.2/4.2 MB Progress (5): 166 kB | 0.3/2.7 MB | 220/281 kB | 180/320 kB | 0.2/4.2 MB Progress (5): 166 kB | 0.3/2.7 MB | 220/281 kB | 184/320 kB | 0.2/4.2 MB Progress (5): 166 kB | 0.3/2.7 MB | 220/281 kB | 184/320 kB | 0.2/4.2 MB Progress (5): 166 kB | 0.3/2.7 MB | 220/281 kB | 188/320 kB | 0.2/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 993 kB/s) Progress (4): 0.3/2.7 MB | 224/281 kB | 188/320 kB | 0.2/4.2 MB 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.3/2.7 MB | 224/281 kB | 192/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 224/281 kB | 192/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 224/281 kB | 192/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 224/281 kB | 192/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 224/281 kB | 192/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 224/281 kB | 192/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 224/281 kB | 196/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 228/281 kB | 196/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 228/281 kB | 200/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 228/281 kB | 200/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 228/281 kB | 200/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 228/281 kB | 204/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 232/281 kB | 204/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 232/281 kB | 204/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 232/281 kB | 208/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 232/281 kB | 208/320 kB | 0.2/4.2 MB Progress (4): 0.3/2.7 MB | 232/281 kB | 208/320 kB | 0.2/4.2 MB Progress (5): 0.3/2.7 MB | 232/281 kB | 208/320 kB | 0.2/4.2 MB | 4.1/797 kB Progress (5): 0.3/2.7 MB | 232/281 kB | 208/320 kB | 0.2/4.2 MB | 7.7/797 kB Progress (5): 0.3/2.7 MB | 232/281 kB | 208/320 kB | 0.2/4.2 MB | 12/797 kB Progress (5): 0.3/2.7 MB | 232/281 kB | 212/320 kB | 0.2/4.2 MB | 12/797 kB Progress (5): 0.3/2.7 MB | 236/281 kB | 212/320 kB | 0.2/4.2 MB | 12/797 kB Progress (5): 0.3/2.7 MB | 236/281 kB | 212/320 kB | 0.2/4.2 MB | 12/797 kB Progress (5): 0.3/2.7 MB | 240/281 kB | 212/320 kB | 0.2/4.2 MB | 12/797 kB Progress (5): 0.3/2.7 MB | 240/281 kB | 212/320 kB | 0.2/4.2 MB | 12/797 kB Progress (5): 0.3/2.7 MB | 240/281 kB | 216/320 kB | 0.2/4.2 MB | 12/797 kB Progress (5): 0.3/2.7 MB | 240/281 kB | 216/320 kB | 0.2/4.2 MB | 16/797 kB Progress (5): 0.3/2.7 MB | 240/281 kB | 216/320 kB | 0.2/4.2 MB | 16/797 kB Progress (5): 0.3/2.7 MB | 240/281 kB | 216/320 kB | 0.2/4.2 MB | 20/797 kB Progress (5): 0.3/2.7 MB | 240/281 kB | 220/320 kB | 0.2/4.2 MB | 20/797 kB Progress (5): 0.3/2.7 MB | 240/281 kB | 220/320 kB | 0.2/4.2 MB | 20/797 kB Progress (5): 0.3/2.7 MB | 244/281 kB | 220/320 kB | 0.2/4.2 MB | 20/797 kB Progress (5): 0.3/2.7 MB | 244/281 kB | 224/320 kB | 0.2/4.2 MB | 20/797 kB Progress (5): 0.3/2.7 MB | 244/281 kB | 224/320 kB | 0.2/4.2 MB | 24/797 kB Progress (5): 0.3/2.7 MB | 244/281 kB | 224/320 kB | 0.2/4.2 MB | 24/797 kB Progress (5): 0.3/2.7 MB | 244/281 kB | 224/320 kB | 0.2/4.2 MB | 28/797 kB Progress (5): 0.3/2.7 MB | 244/281 kB | 228/320 kB | 0.2/4.2 MB | 28/797 kB Progress (5): 0.3/2.7 MB | 248/281 kB | 228/320 kB | 0.2/4.2 MB | 28/797 kB Progress (5): 0.3/2.7 MB | 248/281 kB | 228/320 kB | 0.2/4.2 MB | 28/797 kB Progress (5): 0.3/2.7 MB | 252/281 kB | 228/320 kB | 0.2/4.2 MB | 28/797 kB Progress (5): 0.3/2.7 MB | 252/281 kB | 232/320 kB | 0.2/4.2 MB | 28/797 kB Progress (5): 0.3/2.7 MB | 252/281 kB | 232/320 kB | 0.2/4.2 MB | 32/797 kB Progress (5): 0.3/2.7 MB | 252/281 kB | 232/320 kB | 0.2/4.2 MB | 32/797 kB Progress (5): 0.3/2.7 MB | 252/281 kB | 232/320 kB | 0.2/4.2 MB | 33/797 kB Progress (5): 0.3/2.7 MB | 252/281 kB | 236/320 kB | 0.2/4.2 MB | 33/797 kB Progress (5): 0.3/2.7 MB | 256/281 kB | 236/320 kB | 0.2/4.2 MB | 33/797 kB Progress (5): 0.3/2.7 MB | 256/281 kB | 236/320 kB | 0.2/4.2 MB | 33/797 kB Progress (5): 0.3/2.7 MB | 260/281 kB | 236/320 kB | 0.2/4.2 MB | 33/797 kB Progress (5): 0.3/2.7 MB | 260/281 kB | 236/320 kB | 0.2/4.2 MB | 33/797 kB Progress (5): 0.3/2.7 MB | 260/281 kB | 236/320 kB | 0.2/4.2 MB | 37/797 kB Progress (5): 0.3/2.7 MB | 260/281 kB | 240/320 kB | 0.2/4.2 MB | 37/797 kB Progress (5): 0.3/2.7 MB | 260/281 kB | 240/320 kB | 0.2/4.2 MB | 37/797 kB Progress (5): 0.3/2.7 MB | 260/281 kB | 244/320 kB | 0.2/4.2 MB | 37/797 kB Progress (5): 0.3/2.7 MB | 260/281 kB | 244/320 kB | 0.2/4.2 MB | 41/797 kB Progress (5): 0.3/2.7 MB | 260/281 kB | 244/320 kB | 0.2/4.2 MB | 41/797 kB Progress (5): 0.3/2.7 MB | 264/281 kB | 244/320 kB | 0.2/4.2 MB | 41/797 kB Progress (5): 0.3/2.7 MB | 264/281 kB | 244/320 kB | 0.2/4.2 MB | 41/797 kB Progress (5): 0.3/2.7 MB | 264/281 kB | 244/320 kB | 0.2/4.2 MB | 45/797 kB Progress (5): 0.3/2.7 MB | 264/281 kB | 248/320 kB | 0.2/4.2 MB | 45/797 kB Progress (5): 0.3/2.7 MB | 264/281 kB | 248/320 kB | 0.2/4.2 MB | 45/797 kB Progress (5): 0.3/2.7 MB | 264/281 kB | 252/320 kB | 0.2/4.2 MB | 45/797 kB Progress (5): 0.3/2.7 MB | 264/281 kB | 252/320 kB | 0.2/4.2 MB | 49/797 kB Progress (5): 0.3/2.7 MB | 264/281 kB | 252/320 kB | 0.2/4.2 MB | 49/797 kB Progress (5): 0.3/2.7 MB | 268/281 kB | 252/320 kB | 0.2/4.2 MB | 49/797 kB Progress (5): 0.3/2.7 MB | 268/281 kB | 252/320 kB | 0.2/4.2 MB | 53/797 kB Progress (5): 0.3/2.7 MB | 268/281 kB | 256/320 kB | 0.2/4.2 MB | 53/797 kB Progress (5): 0.3/2.7 MB | 268/281 kB | 256/320 kB | 0.2/4.2 MB | 53/797 kB Progress (5): 0.3/2.7 MB | 268/281 kB | 260/320 kB | 0.2/4.2 MB | 53/797 kB Progress (5): 0.3/2.7 MB | 268/281 kB | 260/320 kB | 0.2/4.2 MB | 57/797 kB Progress (5): 0.3/2.7 MB | 272/281 kB | 260/320 kB | 0.2/4.2 MB | 57/797 kB Progress (5): 0.3/2.7 MB | 272/281 kB | 260/320 kB | 0.2/4.2 MB | 57/797 kB Progress (5): 0.3/2.7 MB | 272/281 kB | 260/320 kB | 0.2/4.2 MB | 61/797 kB Progress (5): 0.3/2.7 MB | 272/281 kB | 264/320 kB | 0.2/4.2 MB | 61/797 kB Progress (5): 0.3/2.7 MB | 272/281 kB | 264/320 kB | 0.2/4.2 MB | 61/797 kB Progress (5): 0.3/2.7 MB | 272/281 kB | 268/320 kB | 0.2/4.2 MB | 61/797 kB Progress (5): 0.3/2.7 MB | 272/281 kB | 268/320 kB | 0.2/4.2 MB | 65/797 kB Progress (5): 0.3/2.7 MB | 272/281 kB | 268/320 kB | 0.2/4.2 MB | 65/797 kB Progress (5): 0.3/2.7 MB | 276/281 kB | 268/320 kB | 0.2/4.2 MB | 65/797 kB Progress (5): 0.3/2.7 MB | 276/281 kB | 268/320 kB | 0.2/4.2 MB | 65/797 kB Progress (5): 0.3/2.7 MB | 276/281 kB | 268/320 kB | 0.2/4.2 MB | 66/797 kB Progress (5): 0.3/2.7 MB | 276/281 kB | 268/320 kB | 0.2/4.2 MB | 66/797 kB Progress (5): 0.3/2.7 MB | 276/281 kB | 272/320 kB | 0.2/4.2 MB | 66/797 kB Progress (5): 0.3/2.7 MB | 276/281 kB | 272/320 kB | 0.2/4.2 MB | 70/797 kB Progress (5): 0.3/2.7 MB | 276/281 kB | 272/320 kB | 0.2/4.2 MB | 70/797 kB Progress (5): 0.3/2.7 MB | 276/281 kB | 272/320 kB | 0.2/4.2 MB | 70/797 kB Progress (5): 0.3/2.7 MB | 280/281 kB | 272/320 kB | 0.2/4.2 MB | 70/797 kB Progress (5): 0.3/2.7 MB | 280/281 kB | 272/320 kB | 0.2/4.2 MB | 70/797 kB Progress (5): 0.3/2.7 MB | 280/281 kB | 272/320 kB | 0.2/4.2 MB | 74/797 kB Progress (5): 0.3/2.7 MB | 280/281 kB | 276/320 kB | 0.2/4.2 MB | 74/797 kB Progress (5): 0.3/2.7 MB | 280/281 kB | 276/320 kB | 0.2/4.2 MB | 74/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 276/320 kB | 0.2/4.2 MB | 74/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 276/320 kB | 0.2/4.2 MB | 74/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 276/320 kB | 0.2/4.2 MB | 74/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 276/320 kB | 0.2/4.2 MB | 74/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 280/320 kB | 0.2/4.2 MB | 74/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 280/320 kB | 0.2/4.2 MB | 78/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 284/320 kB | 0.2/4.2 MB | 78/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 284/320 kB | 0.2/4.2 MB | 78/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 284/320 kB | 0.2/4.2 MB | 78/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 284/320 kB | 0.2/4.2 MB | 78/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 288/320 kB | 0.2/4.2 MB | 78/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 288/320 kB | 0.2/4.2 MB | 82/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 292/320 kB | 0.2/4.2 MB | 82/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 292/320 kB | 0.2/4.2 MB | 82/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 292/320 kB | 0.2/4.2 MB | 82/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 292/320 kB | 0.2/4.2 MB | 82/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 292/320 kB | 0.2/4.2 MB | 86/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 296/320 kB | 0.2/4.2 MB | 86/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 296/320 kB | 0.2/4.2 MB | 90/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 296/320 kB | 0.2/4.2 MB | 90/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 296/320 kB | 0.2/4.2 MB | 90/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 296/320 kB | 0.2/4.2 MB | 90/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 296/320 kB | 0.2/4.2 MB | 94/797 kB Progress (5): 0.3/2.7 MB | 281 kB | 300/320 kB | 0.2/4.2 MB | 94/797 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 1.1 MB/s) Progress (4): 0.3/2.7 MB | 300/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.3/2.7 MB | 300/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.3/2.7 MB | 300/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 300/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 300/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 304/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 304/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 308/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 308/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 312/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 312/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 312/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 316/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 316/320 kB | 0.3/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 320/320 kB | 0.3/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 320/320 kB | 0.3/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 320/320 kB | 0.3/4.2 MB | 106/797 kB Progress (4): 0.4/2.7 MB | 320/320 kB | 0.3/4.2 MB | 106/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 106/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 106/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 106/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 110/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 110/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 110/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 114/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 114/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 114/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 118/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 118/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 122/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 122/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 122/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 126/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 126/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 126/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 126/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 130/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 130/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 130/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 130/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 131/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 131/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 1.2 MB/s) Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 131/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 135/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 135/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 139/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 139/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 139/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 139/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 143/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 147/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 147/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 147/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 151/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 151/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 155/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 155/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 155/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 155/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 155/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 155/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 155/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 155/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 159/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 159/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 159/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 159/797 kB Progress (3): 0.4/2.7 MB | 0.3/4.2 MB | 163/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 163/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 163/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 163/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 163/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 164/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 164/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 164/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 168/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 168/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 172/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 172/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 172/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 176/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 176/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 180/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 180/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 180/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 184/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 184/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 188/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 188/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 188/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 192/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 192/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 192/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 192/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 196/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 196/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 196/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 197/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 197/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 197/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 201/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 201/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 201/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 205/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 205/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 205/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 209/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 209/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 209/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 213/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 213/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 213/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 217/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 217/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 217/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 221/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 221/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 221/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 225/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 225/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 225/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 229/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 229/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 229/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 229/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 229/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 229/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 233/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 233/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 237/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 237/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 237/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 241/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 241/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 241/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 241/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 245/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 245/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 245/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 249/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 253/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 253/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 253/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 257/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 257/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 257/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 257/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 257/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 261/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 261/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 261/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 262/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 262/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 262/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 266/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 266/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 270/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 270/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 270/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 274/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 274/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 274/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 274/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 278/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 278/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 278/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 282/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 282/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 286/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 286/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 286/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 290/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 290/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 294/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 294/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 295/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 295/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 295/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 299/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 299/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 299/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 303/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 303/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 303/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 307/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 307/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 307/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 311/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 311/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 311/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 315/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 315/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 315/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 319/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 319/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 319/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 323/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 323/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 323/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 327/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 327/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 327/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 327/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 328/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 328/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 328/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 332/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 332/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 336/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 336/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 336/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 340/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 340/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 340/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 344/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 344/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 344/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 348/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 348/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 348/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 352/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 352/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 352/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 356/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 356/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 356/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 356/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 360/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 360/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 360/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 364/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 364/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 368/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 368/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 368/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 372/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 372/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 372/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 376/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 376/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 376/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 380/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 380/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 380/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 384/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 384/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 384/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 388/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 388/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 388/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 392/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 392/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 392/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 396/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 396/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 396/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 400/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 400/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 400/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 404/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 404/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 404/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 408/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 408/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 408/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 412/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 412/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 412/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 416/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 416/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 416/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 420/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 420/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 420/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 424/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 424/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 424/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 428/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 428/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 428/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 432/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 432/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 432/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 436/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 436/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 436/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 436/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 440/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 440/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 440/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 444/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 444/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 448/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 448/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 448/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 452/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 452/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 452/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 456/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 456/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 456/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 460/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 460/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 460/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 464/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 464/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 464/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 464/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 468/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 468/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 468/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 472/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 472/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 472/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 476/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 476/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 476/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 480/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 480/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 480/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 484/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 484/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 484/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 488/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 488/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 488/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 492/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 492/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 492/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 496/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 496/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 496/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 500/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 500/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 500/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 504/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 504/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 504/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 508/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 508/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 508/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 512/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 512/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 512/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 516/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 516/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 516/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 520/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 520/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 520/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 524/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 524/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 524/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 528/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 528/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 528/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 532/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 532/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 532/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 536/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 536/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 536/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 540/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 540/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 540/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 544/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 544/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 544/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 544/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 548/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 548/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 548/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 552/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 552/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 552/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 556/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 556/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 556/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 556/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 560/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 560/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 560/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 564/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 564/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 568/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 568/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 568/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 572/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 572/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 572/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 572/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 576/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 576/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 576/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 580/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 580/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 584/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 584/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 584/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 588/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 588/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 588/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 588/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 592/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 592/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 592/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 596/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 596/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 600/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 600/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 600/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 604/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 604/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 604/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 604/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 608/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 608/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 608/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 612/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 612/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 616/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 616/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 616/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 620/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 620/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 620/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 620/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 624/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 624/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 624/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 628/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 628/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 632/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 632/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 632/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 636/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 636/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 636/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 640/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 640/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 640/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 644/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 644/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 644/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 644/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 648/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 648/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 648/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 652/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 652/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 656/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 656/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 656/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 660/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 660/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 660/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 660/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 664/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 664/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 664/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 668/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 668/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 672/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 672/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 672/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 676/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 676/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 676/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 676/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 680/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 680/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 680/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 684/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 684/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 688/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 688/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 688/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 692/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 692/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 692/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 692/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 696/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 696/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 700/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 700/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 704/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 704/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 708/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 708/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 712/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 712/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 712/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 712/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 716/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 716/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 720/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 720/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 720/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 720/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 724/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 724/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 724/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 724/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 728/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 728/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 728/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 732/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 732/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 736/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 736/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 736/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 740/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 740/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 740/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 740/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 744/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 744/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 744/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 744/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 748/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 748/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 752/797 kB Progress (3): 1.0/2.7 MB | 0.9/4.2 MB | 752/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 752/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 756/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 756/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 760/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 760/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 760/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 764/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 764/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 764/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 768/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 768/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 768/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 772/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 772/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 772/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 776/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 780/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 784/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 788/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 792/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 796/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 1.0/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.1/2.7 MB | 1.0/4.2 MB Progress (2): 1.1/2.7 MB | 1.0/4.2 MB Progress (2): 1.1/2.7 MB | 1.0/4.2 MB Progress (2): 1.1/2.7 MB | 1.0/4.2 MB Progress (2): 1.1/2.7 MB | 1.0/4.2 MB Progress (2): 1.1/2.7 MB | 1.0/4.2 MB Progress (2): 1.1/2.7 MB | 1.0/4.2 MB Progress (2): 1.2/2.7 MB | 1.0/4.2 MB Progress (2): 1.2/2.7 MB | 1.0/4.2 MB Progress (2): 1.2/2.7 MB | 1.0/4.2 MB Progress (2): 1.2/2.7 MB | 1.0/4.2 MB Progress (2): 1.2/2.7 MB | 1.0/4.2 MB Progress (2): 1.2/2.7 MB | 1.0/4.2 MB Progress (2): 1.2/2.7 MB | 1.0/4.2 MB Progress (2): 1.2/2.7 MB | 1.0/4.2 MB Progress (2): 1.2/2.7 MB | 1.0/4.2 MB Progress (2): 1.2/2.7 MB | 1.0/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.0/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.5/2.7 MB | 2.3/4.2 MB Progress (2): 2.5/2.7 MB | 2.3/4.2 MB Progress (2): 2.5/2.7 MB | 2.3/4.2 MB Progress (2): 2.5/2.7 MB | 2.3/4.2 MB Progress (2): 2.5/2.7 MB | 2.3/4.2 MB Progress (2): 2.5/2.7 MB | 2.3/4.2 MB Progress (2): 2.5/2.7 MB | 2.3/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.6/2.7 MB | 2.4/4.2 MB Progress (2): 2.6/2.7 MB | 2.4/4.2 MB Progress (2): 2.6/2.7 MB | 2.4/4.2 MB Progress (2): 2.6/2.7 MB | 2.4/4.2 MB Progress (2): 2.6/2.7 MB | 2.4/4.2 MB Progress (2): 2.6/2.7 MB | 2.4/4.2 MB Progress (2): 2.6/2.7 MB | 2.4/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.7/2.7 MB | 2.5/4.2 MB Progress (2): 2.7/2.7 MB | 2.5/4.2 MB Progress (2): 2.7/2.7 MB | 2.5/4.2 MB Progress (2): 2.7/2.7 MB | 2.5/4.2 MB Progress (2): 2.7/2.7 MB | 2.5/4.2 MB Progress (2): 2.7/2.7 MB | 2.5/4.2 MB Progress (2): 2.7/2.7 MB | 2.5/4.2 MB Progress (2): 2.7/2.7 MB | 2.5/4.2 MB Progress (2): 2.7/2.7 MB | 2.5/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7 MB | 2.6/4.2 MB Progress (2): 2.7 MB | 2.6/4.2 MB Progress (2): 2.7 MB | 2.6/4.2 MB Progress (2): 2.7 MB | 2.6/4.2 MB Progress (2): 2.7 MB | 2.6/4.2 MB Progress (2): 2.7 MB | 2.6/4.2 MB Progress (2): 2.7 MB | 2.6/4.2 MB Progress (2): 2.7 MB | 2.6/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/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 3.6 MB/s) 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.3 MB/s) [INFO] The project's OSGi version is 2.8.0.v20191209-2133 [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 165 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 127 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 71 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 113 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 63 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 119 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 155 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 32 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 87 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 104 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 180 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 32 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-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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Progress (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 (2): 48/57 kB | 4.1/29 kB Progress (3): 48/57 kB | 4.1/29 kB | 4.1/152 kB Progress (3): 48/57 kB | 7.7/29 kB | 4.1/152 kB Progress (3): 48/57 kB | 7.7/29 kB | 7.7/152 kB Progress (4): 48/57 kB | 7.7/29 kB | 7.7/152 kB | 4.1/35 kB Progress (4): 52/57 kB | 7.7/29 kB | 7.7/152 kB | 4.1/35 kB Progress (4): 52/57 kB | 7.7/29 kB | 7.7/152 kB | 7.7/35 kB Progress (4): 52/57 kB | 7.7/29 kB | 12/152 kB | 7.7/35 kB Progress (4): 52/57 kB | 12/29 kB | 12/152 kB | 7.7/35 kB Progress (5): 52/57 kB | 12/29 kB | 12/152 kB | 7.7/35 kB | 4.1/116 kB Progress (5): 52/57 kB | 16/29 kB | 12/152 kB | 7.7/35 kB | 4.1/116 kB Progress (5): 52/57 kB | 16/29 kB | 12/152 kB | 12/35 kB | 4.1/116 kB Progress (5): 52/57 kB | 16/29 kB | 16/152 kB | 12/35 kB | 4.1/116 kB Progress (5): 56/57 kB | 16/29 kB | 16/152 kB | 12/35 kB | 4.1/116 kB Progress (5): 56/57 kB | 16/29 kB | 20/152 kB | 12/35 kB | 4.1/116 kB Progress (5): 56/57 kB | 16/29 kB | 20/152 kB | 16/35 kB | 4.1/116 kB Progress (5): 56/57 kB | 20/29 kB | 20/152 kB | 16/35 kB | 4.1/116 kB Progress (5): 56/57 kB | 20/29 kB | 20/152 kB | 16/35 kB | 7.7/116 kB Progress (5): 56/57 kB | 20/29 kB | 20/152 kB | 20/35 kB | 7.7/116 kB Progress (5): 56/57 kB | 24/29 kB | 20/152 kB | 20/35 kB | 7.7/116 kB Progress (5): 56/57 kB | 24/29 kB | 24/152 kB | 20/35 kB | 7.7/116 kB Progress (5): 57 kB | 24/29 kB | 24/152 kB | 20/35 kB | 7.7/116 kB Progress (5): 57 kB | 24/29 kB | 28/152 kB | 20/35 kB | 7.7/116 kB Progress (5): 57 kB | 28/29 kB | 28/152 kB | 20/35 kB | 7.7/116 kB Progress (5): 57 kB | 28/29 kB | 28/152 kB | 20/35 kB | 12/116 kB Progress (5): 57 kB | 28/29 kB | 28/152 kB | 24/35 kB | 12/116 kB Progress (5): 57 kB | 28/29 kB | 28/152 kB | 24/35 kB | 16/116 kB Progress (5): 57 kB | 29 kB | 28/152 kB | 24/35 kB | 16/116 kB Progress (5): 57 kB | 29 kB | 32/152 kB | 24/35 kB | 16/116 kB Progress (5): 57 kB | 29 kB | 32/152 kB | 24/35 kB | 20/116 kB Progress (5): 57 kB | 29 kB | 32/152 kB | 28/35 kB | 20/116 kB Progress (5): 57 kB | 29 kB | 32/152 kB | 28/35 kB | 24/116 kB Progress (5): 57 kB | 29 kB | 36/152 kB | 28/35 kB | 24/116 kB Progress (5): 57 kB | 29 kB | 36/152 kB | 32/35 kB | 24/116 kB Progress (5): 57 kB | 29 kB | 40/152 kB | 32/35 kB | 24/116 kB Progress (5): 57 kB | 29 kB | 40/152 kB | 32/35 kB | 28/116 kB Progress (5): 57 kB | 29 kB | 40/152 kB | 35 kB | 28/116 kB Progress (5): 57 kB | 29 kB | 40/152 kB | 35 kB | 32/116 kB Progress (5): 57 kB | 29 kB | 44/152 kB | 35 kB | 32/116 kB Progress (5): 57 kB | 29 kB | 48/152 kB | 35 kB | 32/116 kB Progress (5): 57 kB | 29 kB | 48/152 kB | 35 kB | 36/116 kB Progress (5): 57 kB | 29 kB | 52/152 kB | 35 kB | 36/116 kB Progress (5): 57 kB | 29 kB | 52/152 kB | 35 kB | 40/116 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar 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 615 kB/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 Progress (3): 56/152 kB | 35 kB | 40/116 kB Progress (3): 56/152 kB | 35 kB | 44/116 kB Progress (3): 60/152 kB | 35 kB | 44/116 kB Progress (3): 60/152 kB | 35 kB | 48/116 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 678 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Progress (2): 64/152 kB | 48/116 kB Progress (3): 64/152 kB | 48/116 kB | 4.1/21 kB Progress (3): 64/152 kB | 52/116 kB | 4.1/21 kB Progress (3): 68/152 kB | 52/116 kB | 4.1/21 kB Progress (3): 68/152 kB | 52/116 kB | 7.7/21 kB Progress (3): 72/152 kB | 52/116 kB | 7.7/21 kB Progress (3): 72/152 kB | 56/116 kB | 7.7/21 kB Progress (3): 72/152 kB | 56/116 kB | 12/21 kB Progress (3): 76/152 kB | 56/116 kB | 12/21 kB Progress (3): 76/152 kB | 56/116 kB | 16/21 kB Progress (3): 76/152 kB | 60/116 kB | 16/21 kB Progress (3): 76/152 kB | 60/116 kB | 20/21 kB Progress (3): 80/152 kB | 60/116 kB | 20/21 kB Progress (3): 80/152 kB | 60/116 kB | 21 kB Progress (3): 80/152 kB | 64/116 kB | 21 kB Progress (4): 80/152 kB | 64/116 kB | 21 kB | 4.1/9.9 kB Progress (4): 84/152 kB | 64/116 kB | 21 kB | 4.1/9.9 kB Progress (4): 84/152 kB | 64/116 kB | 21 kB | 7.7/9.9 kB Progress (4): 84/152 kB | 68/116 kB | 21 kB | 7.7/9.9 kB Progress (4): 84/152 kB | 68/116 kB | 21 kB | 9.9 kB Progress (4): 88/152 kB | 68/116 kB | 21 kB | 9.9 kB Progress (4): 88/152 kB | 72/116 kB | 21 kB | 9.9 kB Progress (4): 92/152 kB | 72/116 kB | 21 kB | 9.9 kB Progress (4): 92/152 kB | 76/116 kB | 21 kB | 9.9 kB Progress (4): 96/152 kB | 76/116 kB | 21 kB | 9.9 kB Progress (4): 96/152 kB | 80/116 kB | 21 kB | 9.9 kB Progress (4): 100/152 kB | 80/116 kB | 21 kB | 9.9 kB Progress (4): 100/152 kB | 84/116 kB | 21 kB | 9.9 kB Progress (4): 104/152 kB | 84/116 kB | 21 kB | 9.9 kB Progress (4): 104/152 kB | 88/116 kB | 21 kB | 9.9 kB Progress (4): 108/152 kB | 88/116 kB | 21 kB | 9.9 kB Progress (4): 112/152 kB | 88/116 kB | 21 kB | 9.9 kB Progress (4): 112/152 kB | 92/116 kB | 21 kB | 9.9 kB Progress (4): 116/152 kB | 92/116 kB | 21 kB | 9.9 kB Progress (4): 120/152 kB | 92/116 kB | 21 kB | 9.9 kB Progress (4): 120/152 kB | 96/116 kB | 21 kB | 9.9 kB Progress (4): 124/152 kB | 96/116 kB | 21 kB | 9.9 kB Progress (4): 128/152 kB | 96/116 kB | 21 kB | 9.9 kB Progress (5): 128/152 kB | 96/116 kB | 21 kB | 9.9 kB | 4.1/5.9 kB Progress (5): 128/152 kB | 100/116 kB | 21 kB | 9.9 kB | 4.1/5.9 kB Progress (5): 128/152 kB | 100/116 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 132/152 kB | 100/116 kB | 21 kB | 9.9 kB | 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 263 kB/s) Progress (4): 132/152 kB | 104/116 kB | 9.9 kB | 5.9 kB 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 (4): 136/152 kB | 104/116 kB | 9.9 kB | 5.9 kB Progress (4): 136/152 kB | 108/116 kB | 9.9 kB | 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 121 kB/s) Progress (3): 136/152 kB | 112/116 kB | 5.9 kB Progress (3): 140/152 kB | 112/116 kB | 5.9 kB Progress (3): 140/152 kB | 116/116 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): 140/152 kB | 116 kB | 5.9 kB Progress (3): 144/152 kB | 116 kB | 5.9 kB Progress (3): 148/152 kB | 116 kB | 5.9 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 69 kB/s) Progress (2): 152 kB | 116 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Progress (2): 152 kB | 4.1/14 kB Progress (2): 152 kB | 7.7/14 kB Progress (2): 152 kB | 12/14 kB Progress (2): 152 kB | 14 kB Progress (3): 152 kB | 14 kB | 4.1/24 kB Progress (3): 152 kB | 14 kB | 7.7/24 kB Progress (3): 152 kB | 14 kB | 12/24 kB Progress (3): 152 kB | 14 kB | 16/24 kB Progress (3): 152 kB | 14 kB | 20/24 kB Progress (3): 152 kB | 14 kB | 24/24 kB Progress (3): 152 kB | 14 kB | 24 kB Progress (4): 152 kB | 14 kB | 24 kB | 4.1/30 kB Progress (4): 152 kB | 14 kB | 24 kB | 7.7/30 kB Progress (4): 152 kB | 14 kB | 24 kB | 12/30 kB Progress (4): 152 kB | 14 kB | 24 kB | 16/30 kB Progress (4): 152 kB | 14 kB | 24 kB | 20/30 kB Progress (4): 152 kB | 14 kB | 24 kB | 24/30 kB Progress (4): 152 kB | 14 kB | 24 kB | 28/30 kB Progress (4): 152 kB | 14 kB | 24 kB | 30 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 231 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar 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 127 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 276 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Progress (1): 4.1/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (2): 16/37 kB | 4.1/13 kB Progress (2): 16/37 kB | 7.7/13 kB Progress (2): 20/37 kB | 7.7/13 kB Progress (2): 20/37 kB | 12/13 kB Progress (2): 24/37 kB | 12/13 kB Progress (2): 24/37 kB | 13 kB Progress (2): 28/37 kB | 13 kB Progress (2): 32/37 kB | 13 kB Progress (2): 36/37 kB | 13 kB Progress (2): 37 kB | 13 kB Progress (3): 37 kB | 13 kB | 4.1/49 kB Progress (3): 37 kB | 13 kB | 7.7/49 kB Progress (3): 37 kB | 13 kB | 12/49 kB Progress (3): 37 kB | 13 kB | 16/49 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 112 kB/s) Progress (2): 37 kB | 20/49 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): 37 kB | 20/49 kB | 4.1/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 302 kB/s) Progress (2): 24/49 kB | 4.1/38 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 (3): 24/49 kB | 4.1/38 kB | 4.1/87 kB Progress (3): 24/49 kB | 7.7/38 kB | 4.1/87 kB Progress (3): 24/49 kB | 7.7/38 kB | 7.7/87 kB Progress (3): 28/49 kB | 7.7/38 kB | 7.7/87 kB Progress (3): 28/49 kB | 12/38 kB | 7.7/87 kB Progress (3): 28/49 kB | 12/38 kB | 12/87 kB Progress (3): 32/49 kB | 12/38 kB | 12/87 kB Progress (3): 32/49 kB | 12/38 kB | 16/87 kB Progress (3): 32/49 kB | 16/38 kB | 16/87 kB Progress (3): 32/49 kB | 16/38 kB | 20/87 kB Progress (3): 36/49 kB | 16/38 kB | 20/87 kB Progress (3): 36/49 kB | 20/38 kB | 20/87 kB Progress (3): 36/49 kB | 20/38 kB | 24/87 kB Progress (3): 36/49 kB | 24/38 kB | 24/87 kB Progress (3): 40/49 kB | 24/38 kB | 24/87 kB Progress (3): 40/49 kB | 28/38 kB | 24/87 kB Progress (3): 40/49 kB | 28/38 kB | 28/87 kB Progress (3): 40/49 kB | 32/38 kB | 28/87 kB Progress (4): 40/49 kB | 32/38 kB | 28/87 kB | 4.1/10 kB Progress (4): 44/49 kB | 32/38 kB | 28/87 kB | 4.1/10 kB Progress (4): 44/49 kB | 32/38 kB | 28/87 kB | 7.7/10 kB Progress (4): 44/49 kB | 33/38 kB | 28/87 kB | 7.7/10 kB Progress (5): 44/49 kB | 33/38 kB | 28/87 kB | 7.7/10 kB | 4.1/86 kB Progress (5): 44/49 kB | 33/38 kB | 32/87 kB | 7.7/10 kB | 4.1/86 kB Progress (5): 44/49 kB | 33/38 kB | 32/87 kB | 7.7/10 kB | 7.7/86 kB Progress (5): 44/49 kB | 37/38 kB | 32/87 kB | 7.7/10 kB | 7.7/86 kB Progress (5): 44/49 kB | 38 kB | 32/87 kB | 7.7/10 kB | 7.7/86 kB Progress (5): 44/49 kB | 38 kB | 32/87 kB | 10 kB | 7.7/86 kB Progress (5): 48/49 kB | 38 kB | 32/87 kB | 10 kB | 7.7/86 kB Progress (5): 48/49 kB | 38 kB | 32/87 kB | 10 kB | 12/86 kB Progress (5): 48/49 kB | 38 kB | 33/87 kB | 10 kB | 12/86 kB Progress (5): 48/49 kB | 38 kB | 33/87 kB | 10 kB | 16/86 kB Progress (5): 48/49 kB | 38 kB | 37/87 kB | 10 kB | 16/86 kB Progress (5): 49 kB | 38 kB | 37/87 kB | 10 kB | 16/86 kB Progress (5): 49 kB | 38 kB | 37/87 kB | 10 kB | 20/86 kB Progress (5): 49 kB | 38 kB | 41/87 kB | 10 kB | 20/86 kB Progress (5): 49 kB | 38 kB | 41/87 kB | 10 kB | 24/86 kB Progress (5): 49 kB | 38 kB | 45/87 kB | 10 kB | 24/86 kB Progress (5): 49 kB | 38 kB | 49/87 kB | 10 kB | 24/86 kB Progress (5): 49 kB | 38 kB | 49/87 kB | 10 kB | 28/86 kB Progress (5): 49 kB | 38 kB | 53/87 kB | 10 kB | 28/86 kB Progress (5): 49 kB | 38 kB | 53/87 kB | 10 kB | 32/86 kB Progress (5): 49 kB | 38 kB | 57/87 kB | 10 kB | 32/86 kB Progress (5): 49 kB | 38 kB | 57/87 kB | 10 kB | 33/86 kB Progress (5): 49 kB | 38 kB | 61/87 kB | 10 kB | 33/86 kB Progress (5): 49 kB | 38 kB | 61/87 kB | 10 kB | 37/86 kB Progress (5): 49 kB | 38 kB | 61/87 kB | 10 kB | 41/86 kB Progress (5): 49 kB | 38 kB | 65/87 kB | 10 kB | 41/86 kB Progress (5): 49 kB | 38 kB | 65/87 kB | 10 kB | 45/86 kB Progress (5): 49 kB | 38 kB | 69/87 kB | 10 kB | 45/86 kB Progress (5): 49 kB | 38 kB | 69/87 kB | 10 kB | 49/86 kB Progress (5): 49 kB | 38 kB | 73/87 kB | 10 kB | 49/86 kB Progress (5): 49 kB | 38 kB | 73/87 kB | 10 kB | 53/86 kB Progress (5): 49 kB | 38 kB | 77/87 kB | 10 kB | 53/86 kB Progress (5): 49 kB | 38 kB | 77/87 kB | 10 kB | 57/86 kB Progress (5): 49 kB | 38 kB | 81/87 kB | 10 kB | 57/86 kB Progress (5): 49 kB | 38 kB | 81/87 kB | 10 kB | 61/86 kB Progress (5): 49 kB | 38 kB | 81/87 kB | 10 kB | 65/86 kB Progress (5): 49 kB | 38 kB | 85/87 kB | 10 kB | 65/86 kB Progress (5): 49 kB | 38 kB | 85/87 kB | 10 kB | 69/86 kB Progress (5): 49 kB | 38 kB | 87 kB | 10 kB | 69/86 kB Progress (5): 49 kB | 38 kB | 87 kB | 10 kB | 73/86 kB Progress (5): 49 kB | 38 kB | 87 kB | 10 kB | 77/86 kB Progress (5): 49 kB | 38 kB | 87 kB | 10 kB | 81/86 kB Progress (5): 49 kB | 38 kB | 87 kB | 10 kB | 85/86 kB Progress (5): 49 kB | 38 kB | 87 kB | 10 kB | 86 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 57 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 209 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar 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 265 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-model/2.0.6/maven-model-2.0.6.jar (86 kB at 462 kB/s) Progress (2): 87 kB | 4.1/121 kB Progress (3): 87 kB | 4.1/121 kB | 4.1/223 kB Progress (3): 87 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): 87 kB | 12/121 kB | 4.1/223 kB Progress (3): 87 kB | 12/121 kB | 7.7/223 kB Progress (3): 87 kB | 16/121 kB | 7.7/223 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 460 kB/s) Progress (2): 16/121 kB | 12/223 kB Progress (2): 20/121 kB | 12/223 kB Progress (2): 20/121 kB | 16/223 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Progress (2): 20/121 kB | 20/223 kB Progress (2): 24/121 kB | 20/223 kB Progress (2): 24/121 kB | 24/223 kB Progress (2): 28/121 kB | 24/223 kB Progress (2): 32/121 kB | 24/223 kB Progress (2): 32/121 kB | 28/223 kB Progress (2): 33/121 kB | 28/223 kB Progress (2): 33/121 kB | 32/223 kB Progress (2): 33/121 kB | 33/223 kB Progress (2): 37/121 kB | 33/223 kB Progress (2): 41/121 kB | 33/223 kB Progress (2): 41/121 kB | 37/223 kB Progress (2): 41/121 kB | 41/223 kB Progress (2): 45/121 kB | 41/223 kB Progress (3): 45/121 kB | 41/223 kB | 4.1/35 kB Progress (3): 45/121 kB | 45/223 kB | 4.1/35 kB Progress (3): 49/121 kB | 45/223 kB | 4.1/35 kB Progress (4): 49/121 kB | 45/223 kB | 4.1/35 kB | 4.1/6.8 kB Progress (4): 49/121 kB | 49/223 kB | 4.1/35 kB | 4.1/6.8 kB Progress (4): 49/121 kB | 49/223 kB | 7.7/35 kB | 4.1/6.8 kB Progress (4): 49/121 kB | 49/223 kB | 7.7/35 kB | 6.8 kB Progress (4): 53/121 kB | 49/223 kB | 7.7/35 kB | 6.8 kB Progress (4): 53/121 kB | 49/223 kB | 12/35 kB | 6.8 kB Progress (4): 53/121 kB | 53/223 kB | 12/35 kB | 6.8 kB Progress (4): 53/121 kB | 53/223 kB | 16/35 kB | 6.8 kB Progress (4): 57/121 kB | 53/223 kB | 16/35 kB | 6.8 kB Progress (4): 57/121 kB | 57/223 kB | 16/35 kB | 6.8 kB Progress (4): 57/121 kB | 57/223 kB | 20/35 kB | 6.8 kB Progress (4): 61/121 kB | 57/223 kB | 20/35 kB | 6.8 kB Progress (4): 61/121 kB | 61/223 kB | 20/35 kB | 6.8 kB Progress (4): 61/121 kB | 61/223 kB | 24/35 kB | 6.8 kB Progress (4): 61/121 kB | 65/223 kB | 24/35 kB | 6.8 kB Progress (4): 65/121 kB | 65/223 kB | 24/35 kB | 6.8 kB Progress (4): 65/121 kB | 66/223 kB | 24/35 kB | 6.8 kB Progress (4): 65/121 kB | 66/223 kB | 28/35 kB | 6.8 kB Progress (4): 66/121 kB | 66/223 kB | 28/35 kB | 6.8 kB Progress (4): 66/121 kB | 70/223 kB | 28/35 kB | 6.8 kB Progress (4): 70/121 kB | 70/223 kB | 28/35 kB | 6.8 kB Progress (4): 70/121 kB | 70/223 kB | 32/35 kB | 6.8 kB Progress (4): 74/121 kB | 70/223 kB | 32/35 kB | 6.8 kB Progress (5): 74/121 kB | 70/223 kB | 32/35 kB | 6.8 kB | 4.1/61 kB Progress (5): 74/121 kB | 74/223 kB | 32/35 kB | 6.8 kB | 4.1/61 kB Progress (5): 74/121 kB | 74/223 kB | 32/35 kB | 6.8 kB | 7.7/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 34 kB/s) Progress (4): 78/121 kB | 74/223 kB | 32/35 kB | 7.7/61 kB Progress (4): 78/121 kB | 74/223 kB | 35 kB | 7.7/61 kB Progress (4): 82/121 kB | 74/223 kB | 35 kB | 7.7/61 kB Progress (4): 82/121 kB | 74/223 kB | 35 kB | 12/61 kB Progress (4): 82/121 kB | 78/223 kB | 35 kB | 12/61 kB Progress (4): 82/121 kB | 78/223 kB | 35 kB | 16/61 kB Progress (4): 86/121 kB | 78/223 kB | 35 kB | 16/61 kB Progress (4): 86/121 kB | 82/223 kB | 35 kB | 16/61 kB Progress (4): 90/121 kB | 82/223 kB | 35 kB | 16/61 kB Progress (4): 90/121 kB | 82/223 kB | 35 kB | 20/61 kB Progress (4): 90/121 kB | 86/223 kB | 35 kB | 20/61 kB Progress (4): 94/121 kB | 86/223 kB | 35 kB | 20/61 kB Progress (4): 94/121 kB | 86/223 kB | 35 kB | 24/61 kB Progress (4): 98/121 kB | 86/223 kB | 35 kB | 24/61 kB Progress (4): 98/121 kB | 90/223 kB | 35 kB | 24/61 kB Progress (4): 98/121 kB | 90/223 kB | 35 kB | 28/61 kB Progress (4): 102/121 kB | 90/223 kB | 35 kB | 28/61 kB Progress (4): 102/121 kB | 94/223 kB | 35 kB | 28/61 kB Progress (4): 102/121 kB | 94/223 kB | 35 kB | 32/61 kB Progress (4): 102/121 kB | 98/223 kB | 35 kB | 32/61 kB Progress (4): 106/121 kB | 98/223 kB | 35 kB | 32/61 kB Progress (4): 106/121 kB | 98/223 kB | 35 kB | 36/61 kB Progress (4): 106/121 kB | 98/223 kB | 35 kB | 36/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 166 kB/s) Progress (3): 106/121 kB | 102/223 kB | 36/61 kB Progress (3): 110/121 kB | 102/223 kB | 36/61 kB Progress (3): 110/121 kB | 102/223 kB | 40/61 kB Progress (3): 114/121 kB | 102/223 kB | 40/61 kB Progress (3): 114/121 kB | 106/223 kB | 40/61 kB Progress (3): 114/121 kB | 106/223 kB | 44/61 kB Progress (3): 118/121 kB | 106/223 kB | 44/61 kB Progress (3): 118/121 kB | 110/223 kB | 44/61 kB Progress (3): 118/121 kB | 110/223 kB | 48/61 kB Progress (3): 118/121 kB | 114/223 kB | 48/61 kB Progress (3): 121 kB | 114/223 kB | 48/61 kB Progress (3): 121 kB | 114/223 kB | 52/61 kB Progress (3): 121 kB | 118/223 kB | 52/61 kB Progress (3): 121 kB | 118/223 kB | 56/61 kB Progress (3): 121 kB | 122/223 kB | 56/61 kB Progress (3): 121 kB | 122/223 kB | 60/61 kB Progress (3): 121 kB | 126/223 kB | 60/61 kB Progress (3): 121 kB | 126/223 kB | 61 kB Progress (3): 121 kB | 130/223 kB | 61 kB Progress (3): 121 kB | 131/223 kB | 61 kB Progress (3): 121 kB | 135/223 kB | 61 kB Progress (3): 121 kB | 139/223 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 230 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 455 kB/s) Progress (1): 143/223 kB Progress (1): 147/223 kB Progress (1): 151/223 kB Progress (1): 155/223 kB Progress (1): 159/223 kB Progress (1): 163/223 kB Progress (1): 164/223 kB Progress (1): 168/223 kB Progress (1): 172/223 kB Progress (1): 176/223 kB Progress (1): 180/223 kB Progress (1): 184/223 kB Progress (1): 188/223 kB Progress (1): 192/223 kB Progress (1): 196/223 kB Progress (1): 200/223 kB Progress (1): 204/223 kB Progress (1): 208/223 kB Progress (1): 212/223 kB Progress (1): 216/223 kB Progress (1): 220/223 kB Progress (1): 223 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 800 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 49 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 258 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 67 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 82 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 54 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 60 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/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 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 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-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 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-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Progress (2): 4.6 kB | 4.1/18 kB Progress (2): 4.6 kB | 7.7/18 kB Progress (3): 4.6 kB | 7.7/18 kB | 4.1/25 kB Progress (3): 4.6 kB | 12/18 kB | 4.1/25 kB Progress (3): 4.6 kB | 12/18 kB | 7.7/25 kB Progress (4): 4.6 kB | 12/18 kB | 7.7/25 kB | 3.5 kB Progress (4): 4.6 kB | 16/18 kB | 7.7/25 kB | 3.5 kB Progress (4): 4.6 kB | 16/18 kB | 12/25 kB | 3.5 kB Progress (4): 4.6 kB | 18 kB | 12/25 kB | 3.5 kB Progress (4): 4.6 kB | 18 kB | 16/25 kB | 3.5 kB Progress (4): 4.6 kB | 18 kB | 20/25 kB | 3.5 kB Progress (4): 4.6 kB | 18 kB | 24/25 kB | 3.5 kB Progress (4): 4.6 kB | 18 kB | 25 kB | 3.5 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 81 kB/s) 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 63 kB/s) Progress (3): 18 kB | 25 kB | 0/2.8 MB Progress (3): 18 kB | 25 kB | 0/2.8 MB 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 295 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 410 kB/s) Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/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.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.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.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.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.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 6.0 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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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/org/hsqldb/hsqldb/2.3.0/hsqldb-2.3.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hsqldb/hsqldb/2.3.0/hsqldb-2.3.0.pom (1.3 kB at 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hsqldb/hsqldb/2.3.0/hsqldb-2.3.0.jar Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.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.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hsqldb/hsqldb/2.3.0/hsqldb-2.3.0.jar (1.5 MB at 6.8 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.v20191209-2133 [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 51 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 591 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 778 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 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 50 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 44 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 74 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 101 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 66 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 84 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 59 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 62 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 55 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 51 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 40 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 35 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 278 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 501 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 45 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 67 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 37 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 136 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 77 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 33 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 111 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 309 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Progress (1): 4.1/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 203 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 96 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 325 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 75 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 75 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 71 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 75 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 48 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 189 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 425 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 547 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.7 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 119 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 105 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 69 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 90 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 90 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 126 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 212 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 61 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 133 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 49 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 91 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 36 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 42 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 46 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 20 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 226 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 96 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Progress (1): 4.1/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 624 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 68 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 88 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 75 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 78 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 62 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 46 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 48 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 111 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 52 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 327 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 101 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 93 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 57 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 62 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 82 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 59 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 69 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 60 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 77 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 106 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 83 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.8 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 184 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 24 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 145 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 359 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 629 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Progress (1): 4.1/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 500 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.2 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-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-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-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-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-settings/2.0.9/maven-settings-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar 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 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 (3): 13 kB | 4.1/49 kB | 4.1/89 kB Progress (3): 13 kB | 7.7/49 kB | 4.1/89 kB Progress (3): 13 kB | 7.7/49 kB | 7.7/89 kB Progress (3): 13 kB | 12/49 kB | 7.7/89 kB Progress (3): 13 kB | 16/49 kB | 7.7/89 kB Progress (3): 13 kB | 16/49 kB | 12/89 kB Progress (3): 13 kB | 16/49 kB | 16/89 kB Progress (3): 13 kB | 20/49 kB | 16/89 kB Progress (3): 13 kB | 24/49 kB | 16/89 kB Progress (3): 13 kB | 24/49 kB | 20/89 kB Progress (3): 13 kB | 28/49 kB | 20/89 kB Progress (3): 13 kB | 28/49 kB | 24/89 kB Progress (3): 13 kB | 32/49 kB | 24/89 kB Progress (3): 13 kB | 32/49 kB | 28/89 kB Progress (3): 13 kB | 32/49 kB | 32/89 kB Progress (4): 13 kB | 32/49 kB | 32/89 kB | 4.1/35 kB Progress (4): 13 kB | 32/49 kB | 32/89 kB | 7.7/35 kB Progress (4): 13 kB | 32/49 kB | 32/89 kB | 12/35 kB Progress (4): 13 kB | 32/49 kB | 32/89 kB | 16/35 kB Progress (4): 13 kB | 36/49 kB | 32/89 kB | 16/35 kB Progress (4): 13 kB | 36/49 kB | 36/89 kB | 16/35 kB Progress (4): 13 kB | 36/49 kB | 36/89 kB | 20/35 kB Progress (4): 13 kB | 36/49 kB | 36/89 kB | 24/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 198 kB/s) Progress (3): 40/49 kB | 36/89 kB | 24/35 kB 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 (3): 40/49 kB | 36/89 kB | 28/35 kB Progress (3): 40/49 kB | 40/89 kB | 28/35 kB Progress (4): 40/49 kB | 40/89 kB | 28/35 kB | 4.1/122 kB Progress (4): 40/49 kB | 44/89 kB | 28/35 kB | 4.1/122 kB Progress (4): 40/49 kB | 44/89 kB | 32/35 kB | 4.1/122 kB Progress (4): 44/49 kB | 44/89 kB | 32/35 kB | 4.1/122 kB Progress (4): 44/49 kB | 44/89 kB | 35 kB | 4.1/122 kB Progress (4): 44/49 kB | 48/89 kB | 35 kB | 4.1/122 kB Progress (4): 44/49 kB | 48/89 kB | 35 kB | 7.7/122 kB Progress (4): 44/49 kB | 52/89 kB | 35 kB | 7.7/122 kB Progress (4): 48/49 kB | 52/89 kB | 35 kB | 7.7/122 kB Progress (4): 48/49 kB | 52/89 kB | 35 kB | 12/122 kB Progress (4): 48/49 kB | 56/89 kB | 35 kB | 12/122 kB Progress (4): 48/49 kB | 56/89 kB | 35 kB | 16/122 kB Progress (4): 48/49 kB | 60/89 kB | 35 kB | 16/122 kB Progress (4): 48/49 kB | 64/89 kB | 35 kB | 16/122 kB Progress (4): 49 kB | 64/89 kB | 35 kB | 16/122 kB Progress (4): 49 kB | 64/89 kB | 35 kB | 20/122 kB Progress (4): 49 kB | 68/89 kB | 35 kB | 20/122 kB Progress (4): 49 kB | 68/89 kB | 35 kB | 24/122 kB Progress (4): 49 kB | 72/89 kB | 35 kB | 24/122 kB Progress (4): 49 kB | 72/89 kB | 35 kB | 28/122 kB Progress (4): 49 kB | 76/89 kB | 35 kB | 28/122 kB Progress (4): 49 kB | 76/89 kB | 35 kB | 32/122 kB Progress (4): 49 kB | 80/89 kB | 35 kB | 32/122 kB Progress (4): 49 kB | 80/89 kB | 35 kB | 36/122 kB Progress (4): 49 kB | 84/89 kB | 35 kB | 36/122 kB Progress (4): 49 kB | 84/89 kB | 35 kB | 40/122 kB Progress (4): 49 kB | 88/89 kB | 35 kB | 40/122 kB Progress (4): 49 kB | 89 kB | 35 kB | 40/122 kB Progress (4): 49 kB | 89 kB | 35 kB | 44/122 kB Progress (4): 49 kB | 89 kB | 35 kB | 48/122 kB Progress (4): 49 kB | 89 kB | 35 kB | 52/122 kB Progress (4): 49 kB | 89 kB | 35 kB | 56/122 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.jar (35 kB at 453 kB/s) Progress (3): 49 kB | 89 kB | 60/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 (3): 49 kB | 89 kB | 64/122 kB Progress (3): 49 kB | 89 kB | 68/122 kB Progress (3): 49 kB | 89 kB | 72/122 kB Progress (3): 49 kB | 89 kB | 76/122 kB Progress (3): 49 kB | 89 kB | 80/122 kB Progress (4): 49 kB | 89 kB | 80/122 kB | 4.1/29 kB Progress (4): 49 kB | 89 kB | 84/122 kB | 4.1/29 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 1.1 MB/s) Progress (3): 49 kB | 84/122 kB | 7.7/29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar 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 592 kB/s) Progress (2): 88/122 kB | 7.7/29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar Progress (2): 88/122 kB | 12/29 kB Progress (2): 92/122 kB | 12/29 kB Progress (2): 92/122 kB | 16/29 kB Progress (2): 96/122 kB | 16/29 kB Progress (2): 96/122 kB | 20/29 kB Progress (2): 100/122 kB | 20/29 kB Progress (2): 100/122 kB | 24/29 kB Progress (2): 104/122 kB | 24/29 kB Progress (2): 104/122 kB | 28/29 kB Progress (2): 104/122 kB | 29 kB Progress (3): 104/122 kB | 29 kB | 4.1/87 kB Progress (3): 108/122 kB | 29 kB | 4.1/87 kB Progress (3): 108/122 kB | 29 kB | 7.7/87 kB Progress (3): 112/122 kB | 29 kB | 7.7/87 kB Progress (3): 112/122 kB | 29 kB | 12/87 kB Progress (3): 116/122 kB | 29 kB | 12/87 kB Progress (3): 116/122 kB | 29 kB | 16/87 kB Progress (3): 120/122 kB | 29 kB | 16/87 kB Progress (3): 122 kB | 29 kB | 16/87 kB Progress (3): 122 kB | 29 kB | 20/87 kB Progress (3): 122 kB | 29 kB | 24/87 kB Progress (3): 122 kB | 29 kB | 28/87 kB Progress (3): 122 kB | 29 kB | 32/87 kB Progress (3): 122 kB | 29 kB | 33/87 kB Progress (3): 122 kB | 29 kB | 37/87 kB Progress (3): 122 kB | 29 kB | 41/87 kB Progress (3): 122 kB | 29 kB | 45/87 kB Progress (3): 122 kB | 29 kB | 49/87 kB Progress (3): 122 kB | 29 kB | 53/87 kB Progress (3): 122 kB | 29 kB | 57/87 kB Progress (3): 122 kB | 29 kB | 61/87 kB Progress (3): 122 kB | 29 kB | 65/87 kB Progress (3): 122 kB | 29 kB | 69/87 kB Progress (3): 122 kB | 29 kB | 73/87 kB Progress (3): 122 kB | 29 kB | 77/87 kB Progress (3): 122 kB | 29 kB | 81/87 kB Progress (3): 122 kB | 29 kB | 85/87 kB Progress (3): 122 kB | 29 kB | 87 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 297 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.2 MB/s) Progress (2): 87 kB | 4.1/21 kB Progress (3): 87 kB | 4.1/21 kB | 4.1/160 kB Progress (3): 87 kB | 7.7/21 kB | 4.1/160 kB 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 Progress (3): 87 kB | 12/21 kB | 4.1/160 kB Progress (3): 87 kB | 12/21 kB | 7.7/160 kB Progress (3): 87 kB | 16/21 kB | 7.7/160 kB Progress (3): 87 kB | 16/21 kB | 12/160 kB Progress (3): 87 kB | 20/21 kB | 12/160 kB Progress (3): 87 kB | 21 kB | 12/160 kB Progress (3): 87 kB | 21 kB | 16/160 kB Progress (3): 87 kB | 21 kB | 20/160 kB Progress (3): 87 kB | 21 kB | 24/160 kB Progress (3): 87 kB | 21 kB | 28/160 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 129 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 (3): 87 kB | 28/160 kB | 4.1/14 kB Progress (3): 87 kB | 32/160 kB | 4.1/14 kB Progress (3): 87 kB | 32/160 kB | 7.7/14 kB Progress (4): 87 kB | 32/160 kB | 7.7/14 kB | 4.1/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 529 kB/s) Progress (3): 32/160 kB | 7.7/14 kB | 7.7/37 kB Progress (3): 32/160 kB | 12/14 kB | 7.7/37 kB Progress (3): 33/160 kB | 12/14 kB | 7.7/37 kB Progress (3): 33/160 kB | 14 kB | 7.7/37 kB Progress (3): 33/160 kB | 14 kB | 12/37 kB 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 (3): 33/160 kB | 14 kB | 16/37 kB Progress (3): 37/160 kB | 14 kB | 16/37 kB Progress (3): 41/160 kB | 14 kB | 16/37 kB Progress (3): 41/160 kB | 14 kB | 20/37 kB Progress (3): 41/160 kB | 14 kB | 24/37 kB Progress (3): 45/160 kB | 14 kB | 24/37 kB Progress (3): 49/160 kB | 14 kB | 24/37 kB Progress (3): 49/160 kB | 14 kB | 28/37 kB Progress (3): 49/160 kB | 14 kB | 32/37 kB Progress (3): 53/160 kB | 14 kB | 32/37 kB Progress (3): 57/160 kB | 14 kB | 32/37 kB Progress (3): 57/160 kB | 14 kB | 36/37 kB Progress (3): 57/160 kB | 14 kB | 37 kB Progress (3): 61/160 kB | 14 kB | 37 kB Progress (3): 65/160 kB | 14 kB | 37 kB Progress (3): 69/160 kB | 14 kB | 37 kB Progress (3): 73/160 kB | 14 kB | 37 kB Progress (3): 77/160 kB | 14 kB | 37 kB Progress (3): 81/160 kB | 14 kB | 37 kB Progress (3): 85/160 kB | 14 kB | 37 kB Progress (3): 89/160 kB | 14 kB | 37 kB Progress (3): 93/160 kB | 14 kB | 37 kB Progress (3): 97/160 kB | 14 kB | 37 kB Progress (3): 101/160 kB | 14 kB | 37 kB Progress (3): 105/160 kB | 14 kB | 37 kB Progress (3): 109/160 kB | 14 kB | 37 kB Progress (3): 113/160 kB | 14 kB | 37 kB Progress (3): 117/160 kB | 14 kB | 37 kB Progress (3): 121/160 kB | 14 kB | 37 kB Progress (3): 125/160 kB | 14 kB | 37 kB Progress (3): 129/160 kB | 14 kB | 37 kB Progress (3): 133/160 kB | 14 kB | 37 kB Progress (3): 137/160 kB | 14 kB | 37 kB Progress (3): 141/160 kB | 14 kB | 37 kB Progress (3): 145/160 kB | 14 kB | 37 kB Progress (3): 149/160 kB | 14 kB | 37 kB Progress (3): 153/160 kB | 14 kB | 37 kB Progress (3): 157/160 kB | 14 kB | 37 kB Progress (3): 160 kB | 14 kB | 37 kB Progress (4): 160 kB | 14 kB | 37 kB | 4.1/10 kB Progress (4): 160 kB | 14 kB | 37 kB | 7.7/10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 206 kB/s) Progress (3): 160 kB | 14 kB | 10 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar 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 54 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-core/2.0.9/maven-core-2.0.9.jar (160 kB at 836 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-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 72 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 (2): 12/58 kB | 4.1/25 kB Progress (2): 16/58 kB | 4.1/25 kB Progress (2): 16/58 kB | 7.7/25 kB Progress (2): 16/58 kB | 12/25 kB Progress (2): 16/58 kB | 16/25 kB Progress (2): 20/58 kB | 16/25 kB Progress (3): 20/58 kB | 16/25 kB | 4.1/11 kB Progress (3): 20/58 kB | 20/25 kB | 4.1/11 kB Progress (3): 24/58 kB | 20/25 kB | 4.1/11 kB Progress (3): 24/58 kB | 24/25 kB | 4.1/11 kB Progress (3): 24/58 kB | 24/25 kB | 7.7/11 kB Progress (3): 24/58 kB | 25 kB | 7.7/11 kB Progress (3): 28/58 kB | 25 kB | 7.7/11 kB Progress (3): 28/58 kB | 25 kB | 11 kB Progress (4): 28/58 kB | 25 kB | 11 kB | 4.1/21 kB Progress (4): 32/58 kB | 25 kB | 11 kB | 4.1/21 kB Progress (4): 32/58 kB | 25 kB | 11 kB | 7.7/21 kB Progress (4): 36/58 kB | 25 kB | 11 kB | 7.7/21 kB Progress (4): 40/58 kB | 25 kB | 11 kB | 7.7/21 kB Progress (5): 40/58 kB | 25 kB | 11 kB | 7.7/21 kB | 4.1/55 kB Progress (5): 44/58 kB | 25 kB | 11 kB | 7.7/21 kB | 4.1/55 kB Progress (5): 44/58 kB | 25 kB | 11 kB | 12/21 kB | 4.1/55 kB Progress (5): 48/58 kB | 25 kB | 11 kB | 12/21 kB | 4.1/55 kB Progress (5): 48/58 kB | 25 kB | 11 kB | 12/21 kB | 7.7/55 kB Progress (5): 48/58 kB | 25 kB | 11 kB | 16/21 kB | 7.7/55 kB Progress (5): 52/58 kB | 25 kB | 11 kB | 16/21 kB | 7.7/55 kB Progress (5): 52/58 kB | 25 kB | 11 kB | 16/21 kB | 12/55 kB Progress (5): 52/58 kB | 25 kB | 11 kB | 20/21 kB | 12/55 kB Progress (5): 56/58 kB | 25 kB | 11 kB | 20/21 kB | 12/55 kB Progress (5): 56/58 kB | 25 kB | 11 kB | 21 kB | 12/55 kB Progress (5): 56/58 kB | 25 kB | 11 kB | 21 kB | 16/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 118 kB/s) Progress (4): 58 kB | 11 kB | 21 kB | 16/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 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 42 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar Progress (3): 58 kB | 21 kB | 20/55 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 78 kB/s) Progress (2): 58 kB | 24/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): 58 kB | 28/55 kB Progress (2): 58 kB | 32/55 kB Progress (2): 58 kB | 36/55 kB Progress (2): 58 kB | 40/55 kB Progress (2): 58 kB | 44/55 kB Progress (2): 58 kB | 48/55 kB Progress (2): 58 kB | 52/55 kB Progress (2): 58 kB | 55 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 213 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Progress (2): 55 kB | 4.1/41 kB Progress (2): 55 kB | 7.7/41 kB Progress (2): 55 kB | 12/41 kB Progress (2): 55 kB | 16/41 kB Progress (3): 55 kB | 16/41 kB | 4.1/10 kB Progress (3): 55 kB | 20/41 kB | 4.1/10 kB Progress (3): 55 kB | 20/41 kB | 7.7/10 kB Progress (3): 55 kB | 24/41 kB | 7.7/10 kB Progress (3): 55 kB | 24/41 kB | 10 kB Progress (3): 55 kB | 28/41 kB | 10 kB Progress (4): 55 kB | 28/41 kB | 10 kB | 4.1/109 kB Progress (4): 55 kB | 28/41 kB | 10 kB | 7.7/109 kB Progress (4): 55 kB | 32/41 kB | 10 kB | 7.7/109 kB Progress (4): 55 kB | 32/41 kB | 10 kB | 12/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 196 kB/s) Progress (3): 32/41 kB | 10 kB | 16/109 kB Progress (3): 36/41 kB | 10 kB | 16/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 (4): 36/41 kB | 10 kB | 16/109 kB | 4.1/47 kB Progress (4): 36/41 kB | 10 kB | 20/109 kB | 4.1/47 kB Progress (4): 36/41 kB | 10 kB | 24/109 kB | 4.1/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 35 kB/s) Progress (3): 40/41 kB | 24/109 kB | 4.1/47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Progress (3): 40/41 kB | 28/109 kB | 4.1/47 kB Progress (3): 40/41 kB | 28/109 kB | 7.7/47 kB Progress (3): 40/41 kB | 32/109 kB | 7.7/47 kB Progress (3): 41 kB | 32/109 kB | 7.7/47 kB Progress (3): 41 kB | 32/109 kB | 12/47 kB Progress (3): 41 kB | 33/109 kB | 12/47 kB Progress (3): 41 kB | 33/109 kB | 16/47 kB Progress (3): 41 kB | 37/109 kB | 16/47 kB Progress (3): 41 kB | 37/109 kB | 20/47 kB Progress (3): 41 kB | 41/109 kB | 20/47 kB Progress (3): 41 kB | 41/109 kB | 24/47 kB Progress (3): 41 kB | 45/109 kB | 24/47 kB Progress (3): 41 kB | 49/109 kB | 24/47 kB Progress (3): 41 kB | 49/109 kB | 28/47 kB Progress (3): 41 kB | 49/109 kB | 32/47 kB Progress (3): 41 kB | 53/109 kB | 32/47 kB Progress (3): 41 kB | 53/109 kB | 33/47 kB Progress (3): 41 kB | 57/109 kB | 33/47 kB Progress (4): 41 kB | 57/109 kB | 33/47 kB | 4.1/49 kB Progress (4): 41 kB | 57/109 kB | 37/47 kB | 4.1/49 kB Progress (4): 41 kB | 57/109 kB | 37/47 kB | 7.7/49 kB Progress (4): 41 kB | 61/109 kB | 37/47 kB | 7.7/49 kB Progress (4): 41 kB | 61/109 kB | 41/47 kB | 7.7/49 kB Progress (4): 41 kB | 61/109 kB | 41/47 kB | 12/49 kB Progress (4): 41 kB | 61/109 kB | 45/47 kB | 12/49 kB Progress (4): 41 kB | 65/109 kB | 45/47 kB | 12/49 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 140 kB/s) Progress (3): 65/109 kB | 47 kB | 12/49 kB Progress (3): 65/109 kB | 47 kB | 16/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Progress (3): 66/109 kB | 47 kB | 16/49 kB Progress (3): 70/109 kB | 47 kB | 16/49 kB Progress (3): 74/109 kB | 47 kB | 16/49 kB Progress (3): 74/109 kB | 47 kB | 20/49 kB Progress (3): 78/109 kB | 47 kB | 20/49 kB Progress (3): 82/109 kB | 47 kB | 20/49 kB Progress (4): 82/109 kB | 47 kB | 20/49 kB | 4.1/47 kB Progress (4): 82/109 kB | 47 kB | 24/49 kB | 4.1/47 kB Progress (4): 82/109 kB | 47 kB | 24/49 kB | 7.7/47 kB Progress (4): 86/109 kB | 47 kB | 24/49 kB | 7.7/47 kB Progress (4): 86/109 kB | 47 kB | 28/49 kB | 7.7/47 kB Progress (4): 86/109 kB | 47 kB | 28/49 kB | 12/47 kB Progress (4): 90/109 kB | 47 kB | 28/49 kB | 12/47 kB Progress (4): 90/109 kB | 47 kB | 28/49 kB | 16/47 kB Progress (4): 94/109 kB | 47 kB | 28/49 kB | 16/47 kB Progress (4): 98/109 kB | 47 kB | 28/49 kB | 16/47 kB Progress (4): 98/109 kB | 47 kB | 32/49 kB | 16/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 156 kB/s) Progress (3): 98/109 kB | 32/49 kB | 20/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 (3): 98/109 kB | 36/49 kB | 20/47 kB Progress (3): 102/109 kB | 36/49 kB | 20/47 kB Progress (3): 102/109 kB | 40/49 kB | 20/47 kB Progress (3): 102/109 kB | 40/49 kB | 24/47 kB Progress (3): 106/109 kB | 40/49 kB | 24/47 kB Progress (3): 106/109 kB | 44/49 kB | 24/47 kB Progress (3): 106/109 kB | 48/49 kB | 24/47 kB Progress (3): 106/109 kB | 48/49 kB | 28/47 kB Progress (3): 109 kB | 48/49 kB | 28/47 kB Progress (3): 109 kB | 48/49 kB | 32/47 kB Progress (4): 109 kB | 48/49 kB | 32/47 kB | 4.1/19 kB Progress (4): 109 kB | 49 kB | 32/47 kB | 4.1/19 kB Progress (4): 109 kB | 49 kB | 32/47 kB | 7.7/19 kB Progress (4): 109 kB | 49 kB | 36/47 kB | 7.7/19 kB Progress (4): 109 kB | 49 kB | 40/47 kB | 7.7/19 kB Progress (4): 109 kB | 49 kB | 40/47 kB | 12/19 kB Progress (4): 109 kB | 49 kB | 40/47 kB | 16/19 kB Progress (4): 109 kB | 49 kB | 44/47 kB | 16/19 kB Progress (4): 109 kB | 49 kB | 44/47 kB | 19 kB Progress (4): 109 kB | 49 kB | 47 kB | 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 301 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Progress (4): 49 kB | 47 kB | 19 kB | 4.1/28 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.jar (47 kB at 130 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 135 kB/s) 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 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 51 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar Progress (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/232 kB Progress (3): 28 kB | 4.1/232 kB | 4.1/22 kB Progress (3): 28 kB | 7.7/232 kB | 4.1/22 kB Progress (3): 28 kB | 7.7/232 kB | 7.7/22 kB Progress (3): 28 kB | 12/232 kB | 7.7/22 kB Progress (3): 28 kB | 12/232 kB | 12/22 kB Progress (3): 28 kB | 16/232 kB | 12/22 kB Progress (3): 28 kB | 16/232 kB | 16/22 kB Progress (3): 28 kB | 16/232 kB | 20/22 kB Progress (3): 28 kB | 20/232 kB | 20/22 kB Progress (3): 28 kB | 20/232 kB | 22 kB Progress (3): 28 kB | 24/232 kB | 22 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 73 kB/s) Progress (2): 28/232 kB | 22 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 Progress (2): 32/232 kB | 22 kB Progress (2): 36/232 kB | 22 kB Progress (2): 40/232 kB | 22 kB Progress (2): 44/232 kB | 22 kB Progress (2): 48/232 kB | 22 kB Progress (3): 48/232 kB | 22 kB | 4.1/186 kB Progress (3): 52/232 kB | 22 kB | 4.1/186 kB Progress (3): 52/232 kB | 22 kB | 7.7/186 kB Progress (3): 56/232 kB | 22 kB | 7.7/186 kB Progress (3): 56/232 kB | 22 kB | 12/186 kB Progress (3): 60/232 kB | 22 kB | 12/186 kB Progress (3): 60/232 kB | 22 kB | 16/186 kB Progress (3): 64/232 kB | 22 kB | 16/186 kB Progress (3): 64/232 kB | 22 kB | 20/186 kB Progress (3): 68/232 kB | 22 kB | 20/186 kB Progress (3): 68/232 kB | 22 kB | 24/186 kB Progress (3): 72/232 kB | 22 kB | 24/186 kB Progress (3): 72/232 kB | 22 kB | 28/186 kB Progress (3): 76/232 kB | 22 kB | 28/186 kB Progress (3): 76/232 kB | 22 kB | 32/186 kB Progress (3): 80/232 kB | 22 kB | 32/186 kB Progress (3): 80/232 kB | 22 kB | 33/186 kB Progress (3): 84/232 kB | 22 kB | 33/186 kB Progress (3): 84/232 kB | 22 kB | 37/186 kB Progress (3): 88/232 kB | 22 kB | 37/186 kB Progress (3): 88/232 kB | 22 kB | 41/186 kB Progress (3): 92/232 kB | 22 kB | 41/186 kB Progress (3): 92/232 kB | 22 kB | 45/186 kB Progress (3): 96/232 kB | 22 kB | 45/186 kB Progress (3): 96/232 kB | 22 kB | 49/186 kB Progress (3): 100/232 kB | 22 kB | 49/186 kB Progress (3): 100/232 kB | 22 kB | 53/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 56 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Progress (2): 104/232 kB | 53/186 kB Progress (3): 104/232 kB | 53/186 kB | 4.1/58 kB Progress (4): 104/232 kB | 53/186 kB | 4.1/58 kB | 4.1/27 kB Progress (4): 104/232 kB | 57/186 kB | 4.1/58 kB | 4.1/27 kB Progress (4): 104/232 kB | 57/186 kB | 4.1/58 kB | 7.7/27 kB Progress (4): 104/232 kB | 57/186 kB | 7.7/58 kB | 7.7/27 kB Progress (4): 108/232 kB | 57/186 kB | 7.7/58 kB | 7.7/27 kB Progress (4): 108/232 kB | 57/186 kB | 7.7/58 kB | 12/27 kB Progress (4): 108/232 kB | 61/186 kB | 7.7/58 kB | 12/27 kB Progress (4): 108/232 kB | 61/186 kB | 7.7/58 kB | 16/27 kB Progress (4): 108/232 kB | 61/186 kB | 12/58 kB | 16/27 kB Progress (4): 112/232 kB | 61/186 kB | 12/58 kB | 16/27 kB Progress (4): 112/232 kB | 61/186 kB | 16/58 kB | 16/27 kB Progress (4): 112/232 kB | 61/186 kB | 16/58 kB | 20/27 kB Progress (4): 112/232 kB | 65/186 kB | 16/58 kB | 20/27 kB Progress (4): 112/232 kB | 65/186 kB | 20/58 kB | 20/27 kB Progress (4): 112/232 kB | 65/186 kB | 20/58 kB | 24/27 kB Progress (4): 116/232 kB | 65/186 kB | 20/58 kB | 24/27 kB Progress (4): 116/232 kB | 65/186 kB | 20/58 kB | 27 kB Progress (4): 116/232 kB | 65/186 kB | 24/58 kB | 27 kB Progress (4): 116/232 kB | 66/186 kB | 24/58 kB | 27 kB Progress (4): 120/232 kB | 66/186 kB | 24/58 kB | 27 kB Progress (4): 120/232 kB | 66/186 kB | 28/58 kB | 27 kB Progress (4): 120/232 kB | 70/186 kB | 28/58 kB | 27 kB Progress (4): 120/232 kB | 70/186 kB | 32/58 kB | 27 kB Progress (4): 124/232 kB | 70/186 kB | 32/58 kB | 27 kB Progress (4): 124/232 kB | 70/186 kB | 33/58 kB | 27 kB Progress (4): 124/232 kB | 74/186 kB | 33/58 kB | 27 kB Progress (4): 128/232 kB | 74/186 kB | 33/58 kB | 27 kB Progress (4): 128/232 kB | 74/186 kB | 37/58 kB | 27 kB Progress (4): 128/232 kB | 78/186 kB | 37/58 kB | 27 kB Progress (4): 131/232 kB | 78/186 kB | 37/58 kB | 27 kB Progress (4): 131/232 kB | 82/186 kB | 37/58 kB | 27 kB Progress (4): 135/232 kB | 82/186 kB | 37/58 kB | 27 kB Progress (4): 135/232 kB | 82/186 kB | 41/58 kB | 27 kB Progress (4): 135/232 kB | 86/186 kB | 41/58 kB | 27 kB Progress (4): 139/232 kB | 86/186 kB | 41/58 kB | 27 kB Progress (5): 139/232 kB | 86/186 kB | 41/58 kB | 27 kB | 4.1/60 kB Progress (5): 139/232 kB | 86/186 kB | 45/58 kB | 27 kB | 4.1/60 kB Progress (5): 139/232 kB | 90/186 kB | 45/58 kB | 27 kB | 4.1/60 kB Progress (5): 139/232 kB | 90/186 kB | 49/58 kB | 27 kB | 4.1/60 kB Progress (5): 139/232 kB | 90/186 kB | 49/58 kB | 27 kB | 7.7/60 kB Progress (5): 143/232 kB | 90/186 kB | 49/58 kB | 27 kB | 7.7/60 kB Progress (5): 143/232 kB | 90/186 kB | 53/58 kB | 27 kB | 7.7/60 kB Progress (5): 143/232 kB | 94/186 kB | 53/58 kB | 27 kB | 7.7/60 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 68 kB/s) Progress (4): 143/232 kB | 98/186 kB | 53/58 kB | 7.7/60 kB Progress (4): 143/232 kB | 98/186 kB | 57/58 kB | 7.7/60 kB Progress (4): 143/232 kB | 98/186 kB | 57/58 kB | 12/60 kB Progress (4): 147/232 kB | 98/186 kB | 57/58 kB | 12/60 kB Progress (4): 147/232 kB | 98/186 kB | 57/58 kB | 16/60 kB Progress (4): 147/232 kB | 98/186 kB | 58 kB | 16/60 kB Progress (4): 147/232 kB | 98/186 kB | 58 kB | 16/60 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar Progress (4): 147/232 kB | 102/186 kB | 58 kB | 16/60 kB Progress (4): 147/232 kB | 102/186 kB | 58 kB | 20/60 kB Progress (4): 151/232 kB | 102/186 kB | 58 kB | 20/60 kB Progress (4): 151/232 kB | 102/186 kB | 58 kB | 24/60 kB Progress (4): 151/232 kB | 106/186 kB | 58 kB | 24/60 kB Progress (4): 155/232 kB | 106/186 kB | 58 kB | 24/60 kB Progress (4): 155/232 kB | 106/186 kB | 58 kB | 28/60 kB Progress (4): 155/232 kB | 110/186 kB | 58 kB | 28/60 kB Progress (4): 159/232 kB | 110/186 kB | 58 kB | 28/60 kB Progress (4): 159/232 kB | 110/186 kB | 58 kB | 32/60 kB Progress (4): 163/232 kB | 110/186 kB | 58 kB | 32/60 kB Progress (4): 163/232 kB | 114/186 kB | 58 kB | 32/60 kB Progress (4): 163/232 kB | 114/186 kB | 58 kB | 36/60 kB Progress (4): 164/232 kB | 114/186 kB | 58 kB | 36/60 kB Progress (4): 164/232 kB | 118/186 kB | 58 kB | 36/60 kB Progress (4): 168/232 kB | 118/186 kB | 58 kB | 36/60 kB Progress (4): 168/232 kB | 118/186 kB | 58 kB | 40/60 kB Progress (4): 172/232 kB | 118/186 kB | 58 kB | 40/60 kB Progress (4): 172/232 kB | 122/186 kB | 58 kB | 40/60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 140 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar Progress (3): 172/232 kB | 126/186 kB | 40/60 kB Progress (3): 176/232 kB | 126/186 kB | 40/60 kB Progress (3): 176/232 kB | 126/186 kB | 44/60 kB Progress (3): 180/232 kB | 126/186 kB | 44/60 kB Progress (3): 180/232 kB | 130/186 kB | 44/60 kB Progress (4): 180/232 kB | 130/186 kB | 44/60 kB | 4.1/32 kB Progress (4): 180/232 kB | 131/186 kB | 44/60 kB | 4.1/32 kB Progress (4): 184/232 kB | 131/186 kB | 44/60 kB | 4.1/32 kB Progress (4): 184/232 kB | 131/186 kB | 48/60 kB | 4.1/32 kB Progress (4): 184/232 kB | 135/186 kB | 48/60 kB | 4.1/32 kB Progress (4): 184/232 kB | 135/186 kB | 52/60 kB | 4.1/32 kB Progress (4): 188/232 kB | 135/186 kB | 52/60 kB | 4.1/32 kB Progress (4): 188/232 kB | 135/186 kB | 52/60 kB | 7.7/32 kB Progress (4): 192/232 kB | 135/186 kB | 52/60 kB | 7.7/32 kB Progress (4): 192/232 kB | 135/186 kB | 52/60 kB | 12/32 kB Progress (4): 192/232 kB | 135/186 kB | 56/60 kB | 12/32 kB Progress (4): 192/232 kB | 139/186 kB | 56/60 kB | 12/32 kB Progress (4): 192/232 kB | 139/186 kB | 60/60 kB | 12/32 kB Progress (4): 192/232 kB | 139/186 kB | 60/60 kB | 16/32 kB Progress (4): 196/232 kB | 139/186 kB | 60/60 kB | 16/32 kB Progress (4): 196/232 kB | 143/186 kB | 60/60 kB | 16/32 kB Progress (4): 196/232 kB | 143/186 kB | 60 kB | 16/32 kB Progress (4): 196/232 kB | 147/186 kB | 60 kB | 16/32 kB Progress (4): 197/232 kB | 147/186 kB | 60 kB | 16/32 kB Progress (4): 197/232 kB | 151/186 kB | 60 kB | 16/32 kB Progress (4): 197/232 kB | 151/186 kB | 60 kB | 20/32 kB Progress (4): 197/232 kB | 155/186 kB | 60 kB | 20/32 kB Progress (4): 201/232 kB | 155/186 kB | 60 kB | 20/32 kB Progress (4): 201/232 kB | 155/186 kB | 60 kB | 24/32 kB Progress (4): 201/232 kB | 159/186 kB | 60 kB | 24/32 kB Progress (4): 201/232 kB | 159/186 kB | 60 kB | 28/32 kB Progress (4): 205/232 kB | 159/186 kB | 60 kB | 28/32 kB Progress (4): 205/232 kB | 159/186 kB | 60 kB | 32 kB Progress (4): 209/232 kB | 159/186 kB | 60 kB | 32 kB Progress (4): 213/232 kB | 159/186 kB | 60 kB | 32 kB Progress (4): 213/232 kB | 163/186 kB | 60 kB | 32 kB Progress (4): 217/232 kB | 163/186 kB | 60 kB | 32 kB Progress (4): 221/232 kB | 163/186 kB | 60 kB | 32 kB Progress (5): 221/232 kB | 163/186 kB | 60 kB | 32 kB | 4.1/29 kB Progress (5): 225/232 kB | 163/186 kB | 60 kB | 32 kB | 4.1/29 kB Progress (5): 225/232 kB | 167/186 kB | 60 kB | 32 kB | 4.1/29 kB Progress (5): 229/232 kB | 167/186 kB | 60 kB | 32 kB | 4.1/29 kB Progress (5): 229/232 kB | 167/186 kB | 60 kB | 32 kB | 7.7/29 kB Progress (5): 232 kB | 167/186 kB | 60 kB | 32 kB | 7.7/29 kB Progress (5): 232 kB | 167/186 kB | 60 kB | 32 kB | 12/29 kB Progress (5): 232 kB | 167/186 kB | 60 kB | 32 kB | 16/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 126 kB/s) Progress (4): 232 kB | 171/186 kB | 32 kB | 16/29 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 (4): 232 kB | 171/186 kB | 32 kB | 20/29 kB Progress (4): 232 kB | 175/186 kB | 32 kB | 20/29 kB Progress (4): 232 kB | 175/186 kB | 32 kB | 24/29 kB Progress (4): 232 kB | 179/186 kB | 32 kB | 24/29 kB Progress (4): 232 kB | 179/186 kB | 32 kB | 28/29 kB Progress (4): 232 kB | 183/186 kB | 32 kB | 28/29 kB Progress (4): 232 kB | 183/186 kB | 32 kB | 29 kB Progress (4): 232 kB | 186 kB | 32 kB | 29 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 482 kB/s) 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 66 kB/s) 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 383 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 59 kB/s) Progress (1): 4.1/284 kB Progress (1): 7.7/284 kB Progress (1): 12/284 kB Progress (1): 16/284 kB Progress (1): 20/284 kB 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 (1): 49/284 kB Progress (1): 53/284 kB Progress (1): 57/284 kB Progress (1): 61/284 kB Progress (1): 65/284 kB Progress (1): 66/284 kB Progress (1): 70/284 kB Progress (1): 74/284 kB Progress (1): 78/284 kB Progress (1): 82/284 kB Progress (1): 86/284 kB Progress (1): 90/284 kB Progress (1): 94/284 kB Progress (1): 98/284 kB Progress (1): 98/284 kB Progress (1): 102/284 kB Progress (1): 106/284 kB Progress (1): 110/284 kB Progress (1): 114/284 kB Progress (1): 118/284 kB Progress (1): 122/284 kB Progress (1): 126/284 kB Progress (1): 130/284 kB Progress (1): 131/284 kB Progress (1): 135/284 kB Progress (1): 139/284 kB Progress (1): 143/284 kB Progress (1): 147/284 kB Progress (1): 151/284 kB Progress (1): 155/284 kB Progress (1): 159/284 kB Progress (1): 163/284 kB Progress (1): 164/284 kB Progress (1): 168/284 kB Progress (1): 172/284 kB Progress (1): 176/284 kB Progress (1): 180/284 kB Progress (1): 184/284 kB Progress (1): 188/284 kB Progress (1): 192/284 kB Progress (1): 196/284 kB Progress (1): 197/284 kB Progress (1): 201/284 kB Progress (1): 205/284 kB Progress (1): 209/284 kB Progress (1): 213/284 kB Progress (1): 217/284 kB Progress (1): 221/284 kB Progress (1): 225/284 kB Progress (1): 229/284 kB Progress (1): 229/284 kB Progress (1): 233/284 kB Progress (1): 237/284 kB Progress (1): 241/284 kB Progress (1): 245/284 kB Progress (1): 249/284 kB Progress (1): 253/284 kB Progress (1): 257/284 kB Progress (1): 261/284 kB Progress (1): 265/284 kB Progress (1): 269/284 kB Progress (1): 273/284 kB Progress (1): 277/284 kB Progress (1): 281/284 kB Progress (1): 284 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 543 kB/s) [INFO] Configured Artifact: org.hsqldb:hsqldb:2.3.0:jar [INFO] Copying hsqldb-2.3.0.jar to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/lib/hsqldb-2.3.0.jar [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (install-h2-driver) @ org.eclipse.reddeer.eclipse.test --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0/maven-core-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.pom Progress (1): 4.1/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 224 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 487 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 69 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 96 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 214 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 39 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 30 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 12 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 34 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 38 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 19 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 42 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 28 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 58 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 39 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 44 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 21 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 37 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 12 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 137 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 225 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 525 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 124 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 315 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 633 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 642 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 197 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom (3.5 kB at 131 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 55 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 332 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.5 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 60 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 172 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 56 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/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/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/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.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 Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Progress (2): 4.3 kB | 4.1/136 kB Progress (2): 4.3 kB | 7.7/136 kB Progress (3): 4.3 kB | 7.7/136 kB | 4.1/18 kB Progress (3): 4.3 kB | 7.7/136 kB | 7.7/18 kB Progress (3): 4.3 kB | 7.7/136 kB | 12/18 kB Progress (4): 4.3 kB | 7.7/136 kB | 12/18 kB | 4.1/43 kB Progress (4): 4.3 kB | 7.7/136 kB | 12/18 kB | 7.7/43 kB Progress (4): 4.3 kB | 12/136 kB | 12/18 kB | 7.7/43 kB Progress (5): 4.3 kB | 12/136 kB | 12/18 kB | 7.7/43 kB | 4.1/6.6 kB Progress (5): 4.3 kB | 12/136 kB | 16/18 kB | 7.7/43 kB | 4.1/6.6 kB Progress (5): 4.3 kB | 12/136 kB | 16/18 kB | 7.7/43 kB | 6.6 kB Progress (5): 4.3 kB | 12/136 kB | 16/18 kB | 12/43 kB | 6.6 kB Progress (5): 4.3 kB | 16/136 kB | 16/18 kB | 12/43 kB | 6.6 kB Progress (5): 4.3 kB | 16/136 kB | 16/18 kB | 16/43 kB | 6.6 kB Progress (5): 4.3 kB | 16/136 kB | 18 kB | 16/43 kB | 6.6 kB Progress (5): 4.3 kB | 20/136 kB | 18 kB | 16/43 kB | 6.6 kB Progress (5): 4.3 kB | 20/136 kB | 18 kB | 20/43 kB | 6.6 kB Progress (5): 4.3 kB | 24/136 kB | 18 kB | 20/43 kB | 6.6 kB Progress (5): 4.3 kB | 24/136 kB | 18 kB | 24/43 kB | 6.6 kB Progress (5): 4.3 kB | 28/136 kB | 18 kB | 24/43 kB | 6.6 kB Progress (5): 4.3 kB | 28/136 kB | 18 kB | 28/43 kB | 6.6 kB Progress (5): 4.3 kB | 32/136 kB | 18 kB | 28/43 kB | 6.6 kB Progress (5): 4.3 kB | 32/136 kB | 18 kB | 32/43 kB | 6.6 kB Progress (5): 4.3 kB | 36/136 kB | 18 kB | 32/43 kB | 6.6 kB Progress (5): 4.3 kB | 36/136 kB | 18 kB | 36/43 kB | 6.6 kB Progress (5): 4.3 kB | 40/136 kB | 18 kB | 36/43 kB | 6.6 kB Progress (5): 4.3 kB | 40/136 kB | 18 kB | 40/43 kB | 6.6 kB Progress (5): 4.3 kB | 44/136 kB | 18 kB | 40/43 kB | 6.6 kB Progress (5): 4.3 kB | 44/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 48/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 52/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 56/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 60/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 64/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 68/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 72/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 76/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 80/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 84/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 88/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 92/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 96/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 100/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 104/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 108/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 112/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 116/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 120/136 kB | 18 kB | 43 kB | 6.6 kB Progress (5): 4.3 kB | 124/136 kB | 18 kB | 43 kB | 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.jar (43 kB at 656 kB/s) 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 65 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar 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 98 kB/s) 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 255 kB/s) Progress (1): 128/136 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 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar Progress (1): 132/136 kB Progress (1): 136 kB Progress (2): 136 kB | 4.1/30 kB Progress (2): 136 kB | 7.7/30 kB Progress (2): 136 kB | 12/30 kB Progress (2): 136 kB | 16/30 kB Progress (2): 136 kB | 20/30 kB Progress (2): 136 kB | 24/30 kB Progress (2): 136 kB | 28/30 kB Progress (2): 136 kB | 30 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 1.6 MB/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): 30 kB | 4.1/21 kB Progress (2): 30 kB | 7.7/21 kB Progress (2): 30 kB | 12/21 kB Progress (2): 30 kB | 16/21 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 346 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.jar Progress (1): 20/21 kB Progress (1): 21 kB Progress (2): 21 kB | 4.1/195 kB Progress (2): 21 kB | 7.7/195 kB Progress (2): 21 kB | 12/195 kB Progress (2): 21 kB | 16/195 kB Progress (2): 21 kB | 20/195 kB Progress (2): 21 kB | 24/195 kB Progress (2): 21 kB | 28/195 kB Progress (2): 21 kB | 32/195 kB Progress (2): 21 kB | 33/195 kB Progress (2): 21 kB | 37/195 kB Progress (2): 21 kB | 41/195 kB Progress (3): 21 kB | 41/195 kB | 4.1/10 kB Progress (3): 21 kB | 41/195 kB | 7.7/10 kB Progress (3): 21 kB | 45/195 kB | 7.7/10 kB Progress (3): 21 kB | 45/195 kB | 10 kB Progress (3): 21 kB | 49/195 kB | 10 kB Progress (4): 21 kB | 49/195 kB | 10 kB | 4.1/78 kB Progress (4): 21 kB | 53/195 kB | 10 kB | 4.1/78 kB Progress (4): 21 kB | 53/195 kB | 10 kB | 7.7/78 kB Progress (4): 21 kB | 57/195 kB | 10 kB | 7.7/78 kB Progress (4): 21 kB | 57/195 kB | 10 kB | 12/78 kB Progress (4): 21 kB | 61/195 kB | 10 kB | 12/78 kB Progress (4): 21 kB | 61/195 kB | 10 kB | 16/78 kB Progress (4): 21 kB | 65/195 kB | 10 kB | 16/78 kB Progress (4): 21 kB | 65/195 kB | 10 kB | 20/78 kB Progress (4): 21 kB | 69/195 kB | 10 kB | 20/78 kB Progress (4): 21 kB | 69/195 kB | 10 kB | 24/78 kB Progress (4): 21 kB | 73/195 kB | 10 kB | 24/78 kB Progress (4): 21 kB | 73/195 kB | 10 kB | 28/78 kB Progress (4): 21 kB | 77/195 kB | 10 kB | 28/78 kB Progress (4): 21 kB | 77/195 kB | 10 kB | 32/78 kB Progress (4): 21 kB | 77/195 kB | 10 kB | 33/78 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (21 kB at 207 kB/s) Progress (3): 81/195 kB | 10 kB | 33/78 kB 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 (3): 81/195 kB | 10 kB | 37/78 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 67 kB/s) Progress (2): 85/195 kB | 37/78 kB Progress (3): 85/195 kB | 37/78 kB | 4.1/25 kB Progress (3): 89/195 kB | 37/78 kB | 4.1/25 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 Progress (3): 89/195 kB | 41/78 kB | 4.1/25 kB Progress (3): 93/195 kB | 41/78 kB | 4.1/25 kB Progress (3): 93/195 kB | 41/78 kB | 7.7/25 kB Progress (3): 93/195 kB | 45/78 kB | 7.7/25 kB Progress (3): 97/195 kB | 45/78 kB | 7.7/25 kB Progress (3): 97/195 kB | 49/78 kB | 7.7/25 kB Progress (3): 97/195 kB | 49/78 kB | 12/25 kB Progress (3): 101/195 kB | 49/78 kB | 12/25 kB Progress (3): 101/195 kB | 53/78 kB | 12/25 kB Progress (3): 101/195 kB | 53/78 kB | 16/25 kB Progress (3): 101/195 kB | 57/78 kB | 16/25 kB Progress (3): 105/195 kB | 57/78 kB | 16/25 kB Progress (3): 105/195 kB | 57/78 kB | 20/25 kB Progress (3): 105/195 kB | 61/78 kB | 20/25 kB Progress (3): 109/195 kB | 61/78 kB | 20/25 kB Progress (3): 113/195 kB | 61/78 kB | 20/25 kB Progress (3): 113/195 kB | 61/78 kB | 24/25 kB Progress (3): 117/195 kB | 61/78 kB | 24/25 kB Progress (3): 117/195 kB | 65/78 kB | 24/25 kB Progress (3): 121/195 kB | 65/78 kB | 24/25 kB Progress (3): 121/195 kB | 65/78 kB | 25 kB Progress (3): 125/195 kB | 65/78 kB | 25 kB Progress (3): 125/195 kB | 69/78 kB | 25 kB Progress (3): 129/195 kB | 69/78 kB | 25 kB Progress (3): 129/195 kB | 73/78 kB | 25 kB Progress (3): 133/195 kB | 73/78 kB | 25 kB Progress (3): 133/195 kB | 77/78 kB | 25 kB Progress (3): 137/195 kB | 77/78 kB | 25 kB Progress (3): 137/195 kB | 78 kB | 25 kB Progress (3): 141/195 kB | 78 kB | 25 kB Progress (3): 145/195 kB | 78 kB | 25 kB Progress (4): 145/195 kB | 78 kB | 25 kB | 4.1/33 kB Progress (4): 149/195 kB | 78 kB | 25 kB | 4.1/33 kB Progress (4): 149/195 kB | 78 kB | 25 kB | 7.7/33 kB Progress (4): 153/195 kB | 78 kB | 25 kB | 7.7/33 kB Progress (4): 153/195 kB | 78 kB | 25 kB | 12/33 kB Progress (4): 157/195 kB | 78 kB | 25 kB | 12/33 kB Progress (4): 157/195 kB | 78 kB | 25 kB | 16/33 kB Progress (4): 161/195 kB | 78 kB | 25 kB | 16/33 kB Progress (4): 161/195 kB | 78 kB | 25 kB | 20/33 kB Progress (4): 165/195 kB | 78 kB | 25 kB | 20/33 kB Progress (4): 165/195 kB | 78 kB | 25 kB | 24/33 kB Progress (4): 169/195 kB | 78 kB | 25 kB | 24/33 kB Progress (4): 169/195 kB | 78 kB | 25 kB | 28/33 kB Progress (4): 173/195 kB | 78 kB | 25 kB | 28/33 kB Progress (4): 173/195 kB | 78 kB | 25 kB | 32/33 kB Progress (4): 177/195 kB | 78 kB | 25 kB | 32/33 kB Progress (4): 177/195 kB | 78 kB | 25 kB | 33 kB Progress (4): 181/195 kB | 78 kB | 25 kB | 33 kB Progress (4): 185/195 kB | 78 kB | 25 kB | 33 kB Progress (4): 189/195 kB | 78 kB | 25 kB | 33 kB Progress (4): 193/195 kB | 78 kB | 25 kB | 33 kB Progress (4): 195 kB | 78 kB | 25 kB | 33 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.jar (25 kB at 139 kB/s) 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 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 413 kB/s) 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.0 MB/s) 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 174 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar Progress (1): 4.1/51 kB Progress (1): 7.7/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (2): 24/51 kB | 4.1/7.6 kB Progress (2): 24/51 kB | 7.6 kB Progress (2): 28/51 kB | 7.6 kB Progress (2): 32/51 kB | 7.6 kB Progress (2): 36/51 kB | 7.6 kB Progress (2): 40/51 kB | 7.6 kB Progress (2): 44/51 kB | 7.6 kB Progress (2): 48/51 kB | 7.6 kB Progress (2): 51 kB | 7.6 kB Progress (3): 51 kB | 7.6 kB | 4.1/10 kB Progress (3): 51 kB | 7.6 kB | 7.7/10 kB Progress (4): 51 kB | 7.6 kB | 7.7/10 kB | 4.1/105 kB Progress (4): 51 kB | 7.6 kB | 10 kB | 4.1/105 kB Progress (5): 51 kB | 7.6 kB | 10 kB | 4.1/105 kB | 4.1/79 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 38 kB/s) 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 249 kB/s) Progress (3): 10 kB | 7.7/105 kB | 4.1/79 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 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 (3): 10 kB | 7.7/105 kB | 7.7/79 kB Progress (3): 10 kB | 12/105 kB | 7.7/79 kB Progress (3): 10 kB | 16/105 kB | 7.7/79 kB Progress (3): 10 kB | 16/105 kB | 12/79 kB Progress (3): 10 kB | 16/105 kB | 16/79 kB Progress (3): 10 kB | 20/105 kB | 16/79 kB Progress (3): 10 kB | 24/105 kB | 16/79 kB Progress (3): 10 kB | 28/105 kB | 16/79 kB Progress (3): 10 kB | 32/105 kB | 16/79 kB Progress (3): 10 kB | 33/105 kB | 16/79 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 48 kB/s) Progress (2): 33/105 kB | 20/79 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 (2): 37/105 kB | 20/79 kB Progress (3): 37/105 kB | 20/79 kB | 4.1/276 kB Progress (4): 37/105 kB | 20/79 kB | 4.1/276 kB | 4.1/172 kB Progress (4): 37/105 kB | 24/79 kB | 4.1/276 kB | 4.1/172 kB Progress (4): 37/105 kB | 24/79 kB | 4.1/276 kB | 7.7/172 kB Progress (4): 37/105 kB | 24/79 kB | 7.7/276 kB | 7.7/172 kB Progress (4): 37/105 kB | 24/79 kB | 7.7/276 kB | 12/172 kB Progress (4): 41/105 kB | 24/79 kB | 7.7/276 kB | 12/172 kB Progress (4): 41/105 kB | 24/79 kB | 12/276 kB | 12/172 kB Progress (4): 41/105 kB | 24/79 kB | 12/276 kB | 16/172 kB Progress (4): 41/105 kB | 28/79 kB | 12/276 kB | 16/172 kB Progress (4): 45/105 kB | 28/79 kB | 12/276 kB | 16/172 kB Progress (4): 45/105 kB | 28/79 kB | 16/276 kB | 16/172 kB Progress (4): 49/105 kB | 28/79 kB | 16/276 kB | 16/172 kB Progress (4): 49/105 kB | 28/79 kB | 16/276 kB | 20/172 kB Progress (4): 49/105 kB | 32/79 kB | 16/276 kB | 20/172 kB Progress (4): 49/105 kB | 32/79 kB | 16/276 kB | 24/172 kB Progress (4): 53/105 kB | 32/79 kB | 16/276 kB | 24/172 kB Progress (4): 53/105 kB | 32/79 kB | 20/276 kB | 24/172 kB Progress (4): 57/105 kB | 32/79 kB | 20/276 kB | 24/172 kB Progress (4): 57/105 kB | 32/79 kB | 20/276 kB | 28/172 kB Progress (4): 61/105 kB | 32/79 kB | 20/276 kB | 28/172 kB Progress (4): 65/105 kB | 32/79 kB | 20/276 kB | 28/172 kB Progress (4): 65/105 kB | 33/79 kB | 20/276 kB | 28/172 kB Progress (4): 66/105 kB | 33/79 kB | 20/276 kB | 28/172 kB Progress (4): 66/105 kB | 33/79 kB | 20/276 kB | 32/172 kB Progress (4): 66/105 kB | 33/79 kB | 24/276 kB | 32/172 kB Progress (4): 66/105 kB | 33/79 kB | 24/276 kB | 33/172 kB Progress (4): 70/105 kB | 33/79 kB | 24/276 kB | 33/172 kB Progress (4): 70/105 kB | 37/79 kB | 24/276 kB | 33/172 kB Progress (4): 74/105 kB | 37/79 kB | 24/276 kB | 33/172 kB Progress (4): 74/105 kB | 37/79 kB | 24/276 kB | 37/172 kB Progress (4): 74/105 kB | 37/79 kB | 28/276 kB | 37/172 kB Progress (4): 78/105 kB | 37/79 kB | 28/276 kB | 37/172 kB Progress (4): 78/105 kB | 37/79 kB | 28/276 kB | 41/172 kB Progress (4): 78/105 kB | 41/79 kB | 28/276 kB | 41/172 kB Progress (4): 82/105 kB | 41/79 kB | 28/276 kB | 41/172 kB Progress (4): 82/105 kB | 41/79 kB | 32/276 kB | 41/172 kB Progress (4): 82/105 kB | 45/79 kB | 32/276 kB | 41/172 kB Progress (4): 82/105 kB | 45/79 kB | 32/276 kB | 45/172 kB Progress (4): 82/105 kB | 49/79 kB | 32/276 kB | 45/172 kB Progress (4): 82/105 kB | 49/79 kB | 33/276 kB | 45/172 kB Progress (4): 86/105 kB | 49/79 kB | 33/276 kB | 45/172 kB Progress (4): 86/105 kB | 53/79 kB | 33/276 kB | 45/172 kB Progress (4): 86/105 kB | 53/79 kB | 33/276 kB | 49/172 kB Progress (4): 86/105 kB | 57/79 kB | 33/276 kB | 49/172 kB Progress (4): 86/105 kB | 57/79 kB | 37/276 kB | 49/172 kB Progress (4): 90/105 kB | 57/79 kB | 37/276 kB | 49/172 kB Progress (4): 90/105 kB | 57/79 kB | 41/276 kB | 49/172 kB Progress (4): 94/105 kB | 57/79 kB | 41/276 kB | 49/172 kB Progress (4): 94/105 kB | 61/79 kB | 41/276 kB | 49/172 kB Progress (4): 94/105 kB | 61/79 kB | 41/276 kB | 53/172 kB Progress (4): 94/105 kB | 65/79 kB | 41/276 kB | 53/172 kB Progress (4): 94/105 kB | 65/79 kB | 45/276 kB | 53/172 kB Progress (4): 98/105 kB | 65/79 kB | 45/276 kB | 53/172 kB Progress (4): 98/105 kB | 65/79 kB | 49/276 kB | 53/172 kB Progress (4): 98/105 kB | 69/79 kB | 49/276 kB | 53/172 kB Progress (4): 98/105 kB | 69/79 kB | 49/276 kB | 57/172 kB Progress (4): 98/105 kB | 69/79 kB | 53/276 kB | 57/172 kB Progress (4): 98/105 kB | 73/79 kB | 53/276 kB | 57/172 kB Progress (4): 102/105 kB | 73/79 kB | 53/276 kB | 57/172 kB Progress (4): 102/105 kB | 73/79 kB | 57/276 kB | 57/172 kB Progress (4): 102/105 kB | 73/79 kB | 57/276 kB | 61/172 kB Progress (5): 102/105 kB | 73/79 kB | 57/276 kB | 61/172 kB | 4.1/61 kB Progress (5): 102/105 kB | 73/79 kB | 61/276 kB | 61/172 kB | 4.1/61 kB Progress (5): 102/105 kB | 73/79 kB | 61/276 kB | 65/172 kB | 4.1/61 kB Progress (5): 102/105 kB | 73/79 kB | 61/276 kB | 66/172 kB | 4.1/61 kB Progress (5): 105 kB | 73/79 kB | 61/276 kB | 66/172 kB | 4.1/61 kB Progress (5): 105 kB | 77/79 kB | 61/276 kB | 66/172 kB | 4.1/61 kB Progress (5): 105 kB | 77/79 kB | 61/276 kB | 70/172 kB | 4.1/61 kB Progress (5): 105 kB | 77/79 kB | 65/276 kB | 70/172 kB | 4.1/61 kB Progress (5): 105 kB | 77/79 kB | 65/276 kB | 70/172 kB | 7.7/61 kB Progress (5): 105 kB | 77/79 kB | 65/276 kB | 74/172 kB | 7.7/61 kB Progress (5): 105 kB | 79 kB | 65/276 kB | 74/172 kB | 7.7/61 kB Progress (5): 105 kB | 79 kB | 65/276 kB | 74/172 kB | 12/61 kB Progress (5): 105 kB | 79 kB | 69/276 kB | 74/172 kB | 12/61 kB Progress (5): 105 kB | 79 kB | 69/276 kB | 74/172 kB | 16/61 kB Progress (5): 105 kB | 79 kB | 69/276 kB | 78/172 kB | 16/61 kB Progress (5): 105 kB | 79 kB | 73/276 kB | 78/172 kB | 16/61 kB Progress (5): 105 kB | 79 kB | 73/276 kB | 78/172 kB | 20/61 kB Progress (5): 105 kB | 79 kB | 73/276 kB | 82/172 kB | 20/61 kB Progress (5): 105 kB | 79 kB | 73/276 kB | 82/172 kB | 24/61 kB Progress (5): 105 kB | 79 kB | 77/276 kB | 82/172 kB | 24/61 kB Progress (5): 105 kB | 79 kB | 77/276 kB | 86/172 kB | 24/61 kB Progress (5): 105 kB | 79 kB | 77/276 kB | 86/172 kB | 28/61 kB Progress (5): 105 kB | 79 kB | 81/276 kB | 86/172 kB | 28/61 kB Progress (5): 105 kB | 79 kB | 81/276 kB | 86/172 kB | 32/61 kB Progress (5): 105 kB | 79 kB | 81/276 kB | 90/172 kB | 32/61 kB Progress (5): 105 kB | 79 kB | 85/276 kB | 90/172 kB | 32/61 kB Progress (5): 105 kB | 79 kB | 85/276 kB | 94/172 kB | 32/61 kB Progress (5): 105 kB | 79 kB | 85/276 kB | 94/172 kB | 36/61 kB Progress (5): 105 kB | 79 kB | 85/276 kB | 98/172 kB | 36/61 kB Progress (5): 105 kB | 79 kB | 89/276 kB | 98/172 kB | 36/61 kB Progress (5): 105 kB | 79 kB | 89/276 kB | 98/172 kB | 36/61 kB Progress (5): 105 kB | 79 kB | 89/276 kB | 98/172 kB | 40/61 kB Progress (5): 105 kB | 79 kB | 93/276 kB | 98/172 kB | 40/61 kB Progress (5): 105 kB | 79 kB | 93/276 kB | 98/172 kB | 44/61 kB Progress (5): 105 kB | 79 kB | 93/276 kB | 102/172 kB | 44/61 kB Progress (5): 105 kB | 79 kB | 93/276 kB | 102/172 kB | 48/61 kB Progress (5): 105 kB | 79 kB | 97/276 kB | 102/172 kB | 48/61 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 281 kB/s) Progress (4): 105 kB | 101/276 kB | 102/172 kB | 48/61 kB Progress (4): 105 kB | 101/276 kB | 102/172 kB | 52/61 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 372 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar Progress (3): 101/276 kB | 106/172 kB | 52/61 kB Progress (3): 101/276 kB | 106/172 kB | 56/61 kB Progress (3): 101/276 kB | 110/172 kB | 56/61 kB Progress (3): 105/276 kB | 110/172 kB | 56/61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Progress (3): 109/276 kB | 110/172 kB | 56/61 kB Progress (3): 109/276 kB | 114/172 kB | 56/61 kB Progress (3): 109/276 kB | 114/172 kB | 60/61 kB Progress (3): 113/276 kB | 114/172 kB | 60/61 kB Progress (3): 113/276 kB | 114/172 kB | 61 kB Progress (3): 113/276 kB | 118/172 kB | 61 kB Progress (3): 117/276 kB | 118/172 kB | 61 kB Progress (3): 117/276 kB | 122/172 kB | 61 kB Progress (3): 121/276 kB | 122/172 kB | 61 kB Progress (3): 121/276 kB | 126/172 kB | 61 kB Progress (3): 125/276 kB | 126/172 kB | 61 kB Progress (3): 125/276 kB | 130/172 kB | 61 kB Progress (3): 129/276 kB | 130/172 kB | 61 kB Progress (3): 129/276 kB | 131/172 kB | 61 kB Progress (3): 133/276 kB | 131/172 kB | 61 kB Progress (3): 133/276 kB | 135/172 kB | 61 kB Progress (3): 137/276 kB | 135/172 kB | 61 kB Progress (3): 137/276 kB | 139/172 kB | 61 kB Progress (3): 141/276 kB | 139/172 kB | 61 kB Progress (3): 145/276 kB | 139/172 kB | 61 kB Progress (3): 145/276 kB | 143/172 kB | 61 kB Progress (3): 145/276 kB | 147/172 kB | 61 kB Progress (3): 149/276 kB | 147/172 kB | 61 kB Progress (3): 153/276 kB | 147/172 kB | 61 kB Progress (3): 153/276 kB | 151/172 kB | 61 kB Progress (3): 153/276 kB | 155/172 kB | 61 kB Progress (3): 157/276 kB | 155/172 kB | 61 kB Progress (3): 161/276 kB | 155/172 kB | 61 kB Progress (3): 161/276 kB | 159/172 kB | 61 kB Progress (3): 161/276 kB | 163/172 kB | 61 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 202 kB/s) Progress (2): 165/276 kB | 163/172 kB 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 (2): 165/276 kB | 167/172 kB Progress (3): 165/276 kB | 167/172 kB | 4.1/164 kB Progress (3): 165/276 kB | 171/172 kB | 4.1/164 kB Progress (3): 169/276 kB | 171/172 kB | 4.1/164 kB Progress (4): 169/276 kB | 171/172 kB | 4.1/164 kB | 4.1/47 kB Progress (4): 169/276 kB | 172 kB | 4.1/164 kB | 4.1/47 kB Progress (4): 169/276 kB | 172 kB | 7.7/164 kB | 4.1/47 kB Progress (4): 173/276 kB | 172 kB | 7.7/164 kB | 4.1/47 kB Progress (4): 173/276 kB | 172 kB | 7.7/164 kB | 7.7/47 kB Progress (4): 177/276 kB | 172 kB | 7.7/164 kB | 7.7/47 kB Progress (4): 177/276 kB | 172 kB | 12/164 kB | 7.7/47 kB Progress (4): 177/276 kB | 172 kB | 12/164 kB | 12/47 kB Progress (4): 181/276 kB | 172 kB | 12/164 kB | 12/47 kB Progress (4): 181/276 kB | 172 kB | 16/164 kB | 12/47 kB Progress (4): 185/276 kB | 172 kB | 16/164 kB | 12/47 kB Progress (4): 185/276 kB | 172 kB | 16/164 kB | 16/47 kB Progress (4): 185/276 kB | 172 kB | 20/164 kB | 16/47 kB Progress (4): 189/276 kB | 172 kB | 20/164 kB | 16/47 kB Progress (4): 189/276 kB | 172 kB | 20/164 kB | 20/47 kB Progress (4): 189/276 kB | 172 kB | 24/164 kB | 20/47 kB Progress (4): 189/276 kB | 172 kB | 24/164 kB | 24/47 kB Progress (4): 193/276 kB | 172 kB | 24/164 kB | 24/47 kB Progress (4): 193/276 kB | 172 kB | 28/164 kB | 24/47 kB Progress (4): 193/276 kB | 172 kB | 28/164 kB | 28/47 kB Progress (4): 193/276 kB | 172 kB | 32/164 kB | 28/47 kB Progress (4): 197/276 kB | 172 kB | 32/164 kB | 28/47 kB Progress (4): 197/276 kB | 172 kB | 33/164 kB | 28/47 kB Progress (4): 197/276 kB | 172 kB | 33/164 kB | 32/47 kB Progress (4): 201/276 kB | 172 kB | 33/164 kB | 32/47 kB Progress (4): 201/276 kB | 172 kB | 33/164 kB | 33/47 kB Progress (4): 201/276 kB | 172 kB | 37/164 kB | 33/47 kB Progress (4): 205/276 kB | 172 kB | 37/164 kB | 33/47 kB Progress (4): 205/276 kB | 172 kB | 37/164 kB | 37/47 kB Progress (4): 205/276 kB | 172 kB | 41/164 kB | 37/47 kB Progress (4): 205/276 kB | 172 kB | 41/164 kB | 41/47 kB Progress (4): 209/276 kB | 172 kB | 41/164 kB | 41/47 kB Progress (4): 209/276 kB | 172 kB | 45/164 kB | 41/47 kB Progress (4): 209/276 kB | 172 kB | 45/164 kB | 45/47 kB Progress (4): 209/276 kB | 172 kB | 49/164 kB | 45/47 kB Progress (4): 213/276 kB | 172 kB | 49/164 kB | 45/47 kB Progress (5): 213/276 kB | 172 kB | 49/164 kB | 45/47 kB | 4.1/59 kB Progress (5): 213/276 kB | 172 kB | 49/164 kB | 47 kB | 4.1/59 kB Progress (5): 213/276 kB | 172 kB | 49/164 kB | 47 kB | 7.7/59 kB Progress (5): 213/276 kB | 172 kB | 53/164 kB | 47 kB | 7.7/59 kB Progress (5): 217/276 kB | 172 kB | 53/164 kB | 47 kB | 7.7/59 kB Progress (5): 217/276 kB | 172 kB | 57/164 kB | 47 kB | 7.7/59 kB Progress (5): 217/276 kB | 172 kB | 57/164 kB | 47 kB | 12/59 kB Progress (5): 221/276 kB | 172 kB | 57/164 kB | 47 kB | 12/59 kB Progress (5): 221/276 kB | 172 kB | 57/164 kB | 47 kB | 16/59 kB Progress (5): 221/276 kB | 172 kB | 61/164 kB | 47 kB | 16/59 kB Progress (5): 225/276 kB | 172 kB | 61/164 kB | 47 kB | 16/59 kB Progress (5): 225/276 kB | 172 kB | 61/164 kB | 47 kB | 20/59 kB Progress (5): 225/276 kB | 172 kB | 65/164 kB | 47 kB | 20/59 kB Progress (5): 225/276 kB | 172 kB | 65/164 kB | 47 kB | 24/59 kB Progress (5): 229/276 kB | 172 kB | 65/164 kB | 47 kB | 24/59 kB Progress (5): 229/276 kB | 172 kB | 65/164 kB | 47 kB | 28/59 kB Progress (5): 229/276 kB | 172 kB | 69/164 kB | 47 kB | 28/59 kB Progress (5): 229/276 kB | 172 kB | 69/164 kB | 47 kB | 32/59 kB Progress (5): 233/276 kB | 172 kB | 69/164 kB | 47 kB | 32/59 kB Progress (5): 233/276 kB | 172 kB | 69/164 kB | 47 kB | 36/59 kB Progress (5): 233/276 kB | 172 kB | 73/164 kB | 47 kB | 36/59 kB Progress (5): 237/276 kB | 172 kB | 73/164 kB | 47 kB | 36/59 kB Progress (5): 237/276 kB | 172 kB | 73/164 kB | 47 kB | 40/59 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 127 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar Progress (4): 237/276 kB | 172 kB | 73/164 kB | 44/59 kB Progress (4): 241/276 kB | 172 kB | 73/164 kB | 44/59 kB Progress (4): 241/276 kB | 172 kB | 77/164 kB | 44/59 kB Progress (4): 241/276 kB | 172 kB | 77/164 kB | 48/59 kB Progress (4): 245/276 kB | 172 kB | 77/164 kB | 48/59 kB Progress (4): 245/276 kB | 172 kB | 81/164 kB | 48/59 kB Progress (4): 249/276 kB | 172 kB | 81/164 kB | 48/59 kB Progress (4): 249/276 kB | 172 kB | 81/164 kB | 52/59 kB Progress (4): 249/276 kB | 172 kB | 85/164 kB | 52/59 kB Progress (4): 249/276 kB | 172 kB | 85/164 kB | 56/59 kB Progress (4): 253/276 kB | 172 kB | 85/164 kB | 56/59 kB Progress (4): 253/276 kB | 172 kB | 85/164 kB | 59 kB Progress (4): 253/276 kB | 172 kB | 89/164 kB | 59 kB Progress (4): 257/276 kB | 172 kB | 89/164 kB | 59 kB Progress (4): 261/276 kB | 172 kB | 89/164 kB | 59 kB Progress (4): 265/276 kB | 172 kB | 89/164 kB | 59 kB Progress (4): 269/276 kB | 172 kB | 89/164 kB | 59 kB Progress (4): 273/276 kB | 172 kB | 89/164 kB | 59 kB Progress (4): 276 kB | 172 kB | 89/164 kB | 59 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 155 kB/s) 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 727 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar Progress (3): 172 kB | 89/164 kB | 4.1/256 kB Progress (3): 172 kB | 89/164 kB | 7.7/256 kB Progress (3): 172 kB | 89/164 kB | 12/256 kB Progress (3): 172 kB | 89/164 kB | 16/256 kB Progress (3): 172 kB | 89/164 kB | 20/256 kB Progress (3): 172 kB | 89/164 kB | 24/256 kB Progress (3): 172 kB | 89/164 kB | 28/256 kB Progress (3): 172 kB | 89/164 kB | 32/256 kB Progress (3): 172 kB | 89/164 kB | 33/256 kB Progress (3): 172 kB | 89/164 kB | 37/256 kB Progress (3): 172 kB | 89/164 kB | 41/256 kB Progress (3): 172 kB | 89/164 kB | 45/256 kB Progress (3): 172 kB | 89/164 kB | 49/256 kB Progress (3): 172 kB | 89/164 kB | 53/256 kB Progress (3): 172 kB | 89/164 kB | 57/256 kB Progress (3): 172 kB | 89/164 kB | 61/256 kB Progress (3): 172 kB | 89/164 kB | 65/256 kB Progress (3): 172 kB | 89/164 kB | 66/256 kB Progress (3): 172 kB | 89/164 kB | 70/256 kB Progress (3): 172 kB | 89/164 kB | 74/256 kB Progress (3): 172 kB | 89/164 kB | 78/256 kB Progress (4): 172 kB | 89/164 kB | 78/256 kB | 4.1/250 kB Progress (4): 172 kB | 89/164 kB | 82/256 kB | 4.1/250 kB Progress (4): 172 kB | 89/164 kB | 82/256 kB | 7.7/250 kB Progress (4): 172 kB | 89/164 kB | 86/256 kB | 7.7/250 kB Progress (4): 172 kB | 89/164 kB | 90/256 kB | 7.7/250 kB Progress (4): 172 kB | 89/164 kB | 90/256 kB | 12/250 kB Progress (4): 172 kB | 89/164 kB | 90/256 kB | 16/250 kB Progress (4): 172 kB | 89/164 kB | 94/256 kB | 16/250 kB Progress (4): 172 kB | 89/164 kB | 98/256 kB | 16/250 kB Progress (5): 172 kB | 89/164 kB | 98/256 kB | 16/250 kB | 4.1/95 kB Progress (5): 172 kB | 89/164 kB | 98/256 kB | 20/250 kB | 4.1/95 kB Progress (5): 172 kB | 89/164 kB | 98/256 kB | 20/250 kB | 7.7/95 kB Progress (5): 172 kB | 89/164 kB | 98/256 kB | 20/250 kB | 7.7/95 kB Progress (5): 172 kB | 89/164 kB | 98/256 kB | 20/250 kB | 12/95 kB Progress (5): 172 kB | 89/164 kB | 98/256 kB | 24/250 kB | 12/95 kB Progress (5): 172 kB | 89/164 kB | 102/256 kB | 24/250 kB | 12/95 kB Progress (5): 172 kB | 89/164 kB | 102/256 kB | 24/250 kB | 16/95 kB Progress (5): 172 kB | 89/164 kB | 102/256 kB | 28/250 kB | 16/95 kB Progress (5): 172 kB | 89/164 kB | 106/256 kB | 28/250 kB | 16/95 kB Progress (5): 172 kB | 89/164 kB | 106/256 kB | 32/250 kB | 16/95 kB Progress (5): 172 kB | 89/164 kB | 106/256 kB | 32/250 kB | 20/95 kB Progress (5): 172 kB | 89/164 kB | 106/256 kB | 33/250 kB | 20/95 kB Progress (5): 172 kB | 89/164 kB | 110/256 kB | 33/250 kB | 20/95 kB Progress (5): 172 kB | 89/164 kB | 110/256 kB | 33/250 kB | 24/95 kB Progress (5): 172 kB | 89/164 kB | 110/256 kB | 37/250 kB | 24/95 kB Progress (5): 172 kB | 89/164 kB | 114/256 kB | 37/250 kB | 24/95 kB Progress (5): 172 kB | 89/164 kB | 114/256 kB | 41/250 kB | 24/95 kB Progress (5): 172 kB | 89/164 kB | 114/256 kB | 41/250 kB | 28/95 kB Progress (5): 172 kB | 89/164 kB | 118/256 kB | 41/250 kB | 28/95 kB Progress (5): 172 kB | 89/164 kB | 118/256 kB | 45/250 kB | 28/95 kB Progress (5): 172 kB | 89/164 kB | 118/256 kB | 45/250 kB | 32/95 kB Progress (5): 172 kB | 89/164 kB | 118/256 kB | 49/250 kB | 32/95 kB Progress (5): 172 kB | 89/164 kB | 122/256 kB | 49/250 kB | 32/95 kB Progress (5): 172 kB | 89/164 kB | 122/256 kB | 53/250 kB | 32/95 kB Progress (5): 172 kB | 89/164 kB | 122/256 kB | 53/250 kB | 33/95 kB Progress (5): 172 kB | 89/164 kB | 126/256 kB | 53/250 kB | 33/95 kB Progress (5): 172 kB | 89/164 kB | 126/256 kB | 57/250 kB | 33/95 kB Progress (5): 172 kB | 89/164 kB | 130/256 kB | 57/250 kB | 33/95 kB Progress (5): 172 kB | 89/164 kB | 130/256 kB | 57/250 kB | 37/95 kB Progress (5): 172 kB | 89/164 kB | 131/256 kB | 57/250 kB | 37/95 kB Progress (5): 172 kB | 89/164 kB | 131/256 kB | 61/250 kB | 37/95 kB Progress (5): 172 kB | 89/164 kB | 131/256 kB | 61/250 kB | 41/95 kB Progress (5): 172 kB | 89/164 kB | 131/256 kB | 61/250 kB | 45/95 kB Progress (5): 172 kB | 89/164 kB | 131/256 kB | 61/250 kB | 49/95 kB Progress (5): 172 kB | 89/164 kB | 135/256 kB | 61/250 kB | 49/95 kB Progress (5): 172 kB | 89/164 kB | 135/256 kB | 65/250 kB | 49/95 kB Progress (5): 172 kB | 89/164 kB | 139/256 kB | 65/250 kB | 49/95 kB Progress (5): 172 kB | 89/164 kB | 139/256 kB | 65/250 kB | 53/95 kB Progress (5): 172 kB | 89/164 kB | 139/256 kB | 66/250 kB | 53/95 kB Progress (5): 172 kB | 89/164 kB | 143/256 kB | 66/250 kB | 53/95 kB Progress (5): 172 kB | 89/164 kB | 143/256 kB | 66/250 kB | 57/95 kB Progress (5): 172 kB | 89/164 kB | 147/256 kB | 66/250 kB | 57/95 kB Progress (5): 172 kB | 89/164 kB | 147/256 kB | 70/250 kB | 57/95 kB Progress (5): 172 kB | 89/164 kB | 147/256 kB | 70/250 kB | 61/95 kB Progress (5): 172 kB | 89/164 kB | 151/256 kB | 70/250 kB | 61/95 kB Progress (5): 172 kB | 89/164 kB | 151/256 kB | 74/250 kB | 61/95 kB Progress (5): 172 kB | 89/164 kB | 155/256 kB | 74/250 kB | 61/95 kB Progress (5): 172 kB | 89/164 kB | 155/256 kB | 74/250 kB | 65/95 kB Progress (5): 172 kB | 89/164 kB | 155/256 kB | 78/250 kB | 65/95 kB Progress (5): 172 kB | 89/164 kB | 159/256 kB | 78/250 kB | 65/95 kB Progress (5): 172 kB | 89/164 kB | 159/256 kB | 82/250 kB | 65/95 kB Progress (5): 172 kB | 89/164 kB | 159/256 kB | 82/250 kB | 69/95 kB Progress (5): 172 kB | 89/164 kB | 163/256 kB | 82/250 kB | 69/95 kB Progress (5): 172 kB | 89/164 kB | 163/256 kB | 82/250 kB | 73/95 kB Progress (5): 172 kB | 89/164 kB | 163/256 kB | 86/250 kB | 73/95 kB Progress (5): 172 kB | 89/164 kB | 163/256 kB | 86/250 kB | 77/95 kB Progress (5): 172 kB | 89/164 kB | 164/256 kB | 86/250 kB | 77/95 kB Progress (5): 172 kB | 89/164 kB | 164/256 kB | 86/250 kB | 81/95 kB Progress (5): 172 kB | 89/164 kB | 164/256 kB | 90/250 kB | 81/95 kB Progress (5): 172 kB | 89/164 kB | 168/256 kB | 90/250 kB | 81/95 kB Progress (5): 172 kB | 89/164 kB | 168/256 kB | 94/250 kB | 81/95 kB Progress (5): 172 kB | 89/164 kB | 168/256 kB | 94/250 kB | 85/95 kB Progress (5): 172 kB | 89/164 kB | 168/256 kB | 98/250 kB | 85/95 kB Progress (5): 172 kB | 89/164 kB | 172/256 kB | 98/250 kB | 85/95 kB Progress (5): 172 kB | 89/164 kB | 172/256 kB | 98/250 kB | 85/95 kB Progress (5): 172 kB | 89/164 kB | 172/256 kB | 98/250 kB | 89/95 kB Progress (5): 172 kB | 89/164 kB | 172/256 kB | 102/250 kB | 89/95 kB Progress (5): 172 kB | 89/164 kB | 176/256 kB | 102/250 kB | 89/95 kB Progress (5): 172 kB | 89/164 kB | 176/256 kB | 106/250 kB | 89/95 kB Progress (5): 172 kB | 89/164 kB | 176/256 kB | 106/250 kB | 93/95 kB Progress (5): 172 kB | 89/164 kB | 180/256 kB | 106/250 kB | 93/95 kB Progress (5): 172 kB | 89/164 kB | 180/256 kB | 106/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 180/256 kB | 110/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 184/256 kB | 110/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 184/256 kB | 114/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 188/256 kB | 114/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 188/256 kB | 118/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 188/256 kB | 122/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 192/256 kB | 122/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 192/256 kB | 126/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 196/256 kB | 126/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 196/256 kB | 130/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 197/256 kB | 130/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 197/256 kB | 131/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 201/256 kB | 131/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 201/256 kB | 135/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 205/256 kB | 135/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 205/256 kB | 139/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 209/256 kB | 139/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 209/256 kB | 143/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 213/256 kB | 143/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 213/256 kB | 147/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 217/256 kB | 147/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 217/256 kB | 151/250 kB | 95 kB Progress (5): 172 kB | 89/164 kB | 221/256 kB | 151/250 kB | 95 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar (95 kB at 202 kB/s) Progress (4): 172 kB | 89/164 kB | 221/256 kB | 155/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): 172 kB | 89/164 kB | 225/256 kB | 155/250 kB Progress (4): 172 kB | 89/164 kB | 225/256 kB | 159/250 kB Progress (4): 172 kB | 89/164 kB | 229/256 kB | 159/250 kB Progress (4): 172 kB | 89/164 kB | 229/256 kB | 163/250 kB Progress (4): 172 kB | 89/164 kB | 229/256 kB | 164/250 kB Progress (4): 172 kB | 89/164 kB | 233/256 kB | 164/250 kB Progress (4): 172 kB | 89/164 kB | 233/256 kB | 168/250 kB Progress (4): 172 kB | 89/164 kB | 237/256 kB | 168/250 kB Progress (4): 172 kB | 89/164 kB | 237/256 kB | 172/250 kB Progress (4): 172 kB | 89/164 kB | 241/256 kB | 172/250 kB Progress (4): 172 kB | 89/164 kB | 241/256 kB | 176/250 kB Progress (4): 172 kB | 89/164 kB | 245/256 kB | 176/250 kB Progress (4): 172 kB | 89/164 kB | 245/256 kB | 180/250 kB Progress (4): 172 kB | 89/164 kB | 249/256 kB | 180/250 kB Progress (4): 172 kB | 89/164 kB | 249/256 kB | 184/250 kB Progress (4): 172 kB | 89/164 kB | 253/256 kB | 184/250 kB Progress (4): 172 kB | 89/164 kB | 253/256 kB | 188/250 kB Progress (4): 172 kB | 89/164 kB | 256 kB | 188/250 kB Progress (4): 172 kB | 89/164 kB | 256 kB | 192/250 kB Progress (4): 172 kB | 89/164 kB | 256 kB | 196/250 kB Progress (4): 172 kB | 89/164 kB | 256 kB | 197/250 kB Progress (4): 172 kB | 89/164 kB | 256 kB | 201/250 kB Progress (4): 172 kB | 89/164 kB | 256 kB | 205/250 kB Progress (4): 172 kB | 89/164 kB | 256 kB | 209/250 kB Progress (4): 172 kB | 89/164 kB | 256 kB | 213/250 kB Progress (4): 172 kB | 89/164 kB | 256 kB | 217/250 kB Progress (4): 172 kB | 89/164 kB | 256 kB | 221/250 kB Progress (4): 172 kB | 89/164 kB | 256 kB | 225/250 kB Progress (4): 172 kB | 89/164 kB | 256 kB | 229/250 kB Progress (4): 172 kB | 89/164 kB | 256 kB | 233/250 kB Progress (5): 172 kB | 89/164 kB | 256 kB | 233/250 kB | 4.1/52 kB Progress (5): 172 kB | 89/164 kB | 256 kB | 237/250 kB | 4.1/52 kB Progress (5): 172 kB | 89/164 kB | 256 kB | 237/250 kB | 7.7/52 kB Progress (5): 172 kB | 89/164 kB | 256 kB | 241/250 kB | 7.7/52 kB Progress (5): 172 kB | 89/164 kB | 256 kB | 245/250 kB | 7.7/52 kB Progress (5): 172 kB | 89/164 kB | 256 kB | 245/250 kB | 12/52 kB Progress (5): 172 kB | 89/164 kB | 256 kB | 249/250 kB | 12/52 kB Progress (5): 172 kB | 89/164 kB | 256 kB | 249/250 kB | 16/52 kB Progress (5): 172 kB | 89/164 kB | 256 kB | 250 kB | 16/52 kB Progress (5): 172 kB | 89/164 kB | 256 kB | 250 kB | 20/52 kB Progress (5): 172 kB | 89/164 kB | 256 kB | 250 kB | 24/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar (256 kB at 531 kB/s) Progress (4): 172 kB | 89/164 kB | 250 kB | 28/52 kB Progress (4): 172 kB | 89/164 kB | 250 kB | 32/52 kB Progress (4): 172 kB | 89/164 kB | 250 kB | 36/52 kB Progress (4): 172 kB | 89/164 kB | 250 kB | 40/52 kB Progress (4): 172 kB | 89/164 kB | 250 kB | 44/52 kB Progress (4): 172 kB | 89/164 kB | 250 kB | 48/52 kB Progress (4): 172 kB | 89/164 kB | 250 kB | 52/52 kB Progress (4): 172 kB | 89/164 kB | 250 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar (250 kB at 513 kB/s) 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 106 kB/s) 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 305 kB/s) Progress (1): 93/164 kB Progress (1): 97/164 kB Progress (1): 101/164 kB Progress (1): 105/164 kB Progress (1): 109/164 kB Progress (1): 113/164 kB Progress (1): 117/164 kB Progress (1): 121/164 kB Progress (1): 125/164 kB Progress (1): 129/164 kB Progress (1): 133/164 kB Progress (1): 137/164 kB Progress (1): 141/164 kB Progress (1): 145/164 kB Progress (1): 149/164 kB Progress (1): 153/164 kB Progress (1): 157/164 kB Progress (1): 161/164 kB Progress (1): 164 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 283 kB/s) Downloading: http://central.maven.org/maven2/com/h2database/h2/1.4.199/h2-1.4.199.jar 2/2127K 6/2127K 10/2127K 12/2127K 15/2127K 19/2127K 23/2127K 26/2127K 30/2127K 34/2127K 38/2127K 40/2127K 44/2127K 46/2127K 50/2127K 50/2127K 53/2127K 57/2127K 61/2127K 65/2127K 69/2127K 73/2127K 77/2127K 81/2127K 85/2127K 89/2127K 93/2127K 97/2127K 101/2127K 105/2127K 109/2127K 113/2127K 117/2127K 121/2127K 125/2127K 129/2127K 133/2127K 137/2127K 140/2127K 142/2127K 145/2127K 148/2127K 152/2127K 156/2127K 156/2127K 158/2127K 162/2127K 164/2127K 165/2127K 169/2127K 173/2127K 177/2127K 181/2127K 185/2127K 187/2127K 190/2127K 191/2127K 192/2127K 195/2127K 196/2127K 200/2127K 202/2127K 206/2127K 207/2127K 211/2127K 211/2127K 213/2127K 215/2127K 219/2127K 223/2127K 223/2127K 227/2127K 231/2127K 234/2127K 235/2127K 237/2127K 238/2127K 240/2127K 241/2127K 244/2127K 246/2127K 249/2127K 253/2127K 257/2127K 258/2127K 260/2127K 261/2127K 265/2127K 267/2127K 271/2127K 275/2127K 279/2127K 283/2127K 283/2127K 284/2127K 287/2127K 288/2127K 290/2127K 292/2127K 294/2127K 295/2127K 296/2127K 298/2127K 299/2127K 303/2127K 304/2127K 308/2127K 312/2127K 315/2127K 319/2127K 322/2127K 326/2127K 330/2127K 334/2127K 338/2127K 342/2127K 346/2127K 350/2127K 354/2127K 358/2127K 362/2127K 366/2127K 370/2127K 374/2127K 378/2127K 379/2127K 380/2127K 381/2127K 383/2127K 384/2127K 386/2127K 387/2127K 388/2127K 391/2127K 392/2127K 394/2127K 395/2127K 398/2127K 402/2127K 404/2127K 407/2127K 411/2127K 413/2127K 414/2127K 415/2127K 417/2127K 418/2127K 419/2127K 421/2127K 425/2127K 426/2127K 427/2127K 429/2127K 430/2127K 434/2127K 438/2127K 440/2127K 442/2127K 444/2127K 448/2127K 448/2127K 449/2127K 450/2127K 452/2127K 453/2127K 454/2127K 456/2127K 457/2127K 461/2127K 461/2127K 464/2127K 465/2127K 469/2127K 472/2127K 476/2127K 477/2127K 481/2127K 483/2127K 484/2127K 486/2127K 487/2127K 488/2127K 490/2127K 491/2127K 492/2127K 496/2127K 496/2127K 498/2127K 499/2127K 500/2127K 504/2127K 508/2127K 509/2127K 513/2127K 513/2127K 517/2127K 518/2127K 519/2127K 521/2127K 522/2127K 523/2127K 525/2127K 526/2127K 527/2127K 530/2127K 531/2127K 533/2127K 534/2127K 538/2127K 542/2127K 546/2127K 550/2127K 553/2127K 556/2127K 559/2127K 561/2127K 563/2127K 567/2127K 567/2127K 569/2127K 571/2127K 575/2127K 579/2127K 580/2127K 583/2127K 587/2127K 590/2127K 591/2127K 592/2127K 594/2127K 595/2127K 596/2127K 598/2127K 602/2127K 606/2127K 606/2127K 607/2127K 611/2127K 614/2127K 615/2127K 619/2127K 619/2127K 623/2127K 625/2127K 626/2127K 629/2127K 630/2127K 632/2127K 633/2127K 634/2127K 638/2127K 641/2127K 645/2127K 649/2127K 653/2127K 657/2127K 661/2127K 665/2127K 669/2127K 673/2127K 677/2127K 681/2127K 685/2127K 686/2127K 688/2127K 690/2127K 691/2127K 692/2127K 695/2127K 696/2127K 700/2127K 702/2127K 703/2127K 704/2127K 707/2127K 709/2127K 711/2127K 713/2127K 715/2127K 717/2127K 718/2127K 719/2127K 721/2127K 722/2127K 726/2127K 726/2127K 727/2127K 730/2127K 732/2127K 734/2127K 736/2127K 738/2127K 740/2127K 741/2127K 742/2127K 746/2127K 746/2127K 748/2127K 749/2127K 753/2127K 753/2127K 757/2127K 757/2127K 759/2127K 760/2127K 761/2127K 765/2127K 765/2127K 767/2127K 768/2127K 769/2127K 773/2127K 773/2127K 776/2127K 777/2127K 780/2127K 784/2127K 784/2127K 787/2127K 788/2127K 791/2127K 792/2127K 794/2127K 795/2127K 796/2127K 800/2127K 800/2127K 802/2127K 803/2127K 805/2127K 806/2127K 810/2127K 811/2127K 814/2127K 815/2127K 817/2127K 818/2127K 821/2127K 822/2127K 823/2127K 825/2127K 829/2127K 829/2127K 832/2127K 834/2127K 838/2127K 840/2127K 842/2127K 844/2127K 845/2127K 848/2127K 849/2127K 850/2127K 852/2127K 853/2127K 856/2127K 860/2127K 861/2127K 865/2127K 869/2127K 871/2127K 873/2127K 876/2127K 877/2127K 879/2127K 880/2127K 882/2127K 886/2127K 890/2127K 890/2127K 894/2127K 895/2127K 896/2127K 900/2127K 903/2127K 906/2127K 907/2127K 909/2127K 911/2127K 914/2127K 918/2127K 919/2127K 923/2127K 925/2127K 926/2127K 929/2127K 933/2127K 933/2127K 934/2127K 936/2127K 938/2127K 942/2127K 942/2127K 946/2127K 948/2127K 950/2127K 954/2127K 956/2127K 960/2127K 960/2127K 964/2127K 964/2127K 967/2127K 968/2127K 969/2127K 971/2127K 975/2127K 975/2127K 979/2127K 982/2127K 986/2127K 986/2127K 987/2127K 988/2127K 992/2127K 995/2127K 998/2127K 999/2127K 1000/2127K 1002/2127K 1005/2127K 1009/2127K 1013/2127K 1014/2127K 1017/2127K 1019/2127K 1021/2127K 1023/2127K 1027/2127K 1028/2127K 1030/2127K 1033/2127K 1034/2127K 1036/2127K 1037/2127K 1041/2127K 1044/2127K 1045/2127K 1046/2127K 1049/2127K 1052/2127K 1053/2127K 1055/2127K 1059/2127K 1060/2127K 1063/2127K 1064/2127K 1065/2127K 1067/2127K 1069/2127K 1071/2127K 1075/2127K 1078/2127K 1082/2127K 1083/2127K 1084/2127K 1087/2127K 1088/2127K 1090/2127K 1094/2127K 1094/2127K 1096/2127K 1099/2127K 1100/2127K 1102/2127K 1106/2127K 1110/2127K 1110/2127K 1114/2127K 1114/2127K 1115/2127K 1119/2127K 1121/2127K 1123/2127K 1125/2127K 1128/2127K 1130/2127K 1133/2127K 1134/2127K 1136/2127K 1137/2127K 1141/2127K 1145/2127K 1149/2127K 1149/2127K 1151/2127K 1155/2127K 1155/2127K 1157/2127K 1159/2127K 1163/2127K 1163/2127K 1165/2127K 1168/2127K 1171/2127K 1172/2127K 1176/2127K 1180/2127K 1182/2127K 1183/2127K 1187/2127K 1190/2127K 1192/2127K 1194/2127K 1198/2127K 1198/2127K 1201/2127K 1203/2127K 1205/2127K 1206/2127K 1210/2127K 1211/2127K 1215/2127K 1217/2127K 1221/2127K 1222/2127K 1225/2127K 1228/2127K 1229/2127K 1233/2127K 1234/2127K 1237/2127K 1238/2127K 1240/2127K 1241/2127K 1242/2127K 1244/2127K 1245/2127K 1246/2127K 1250/2127K 1252/2127K 1256/2127K 1260/2127K 1260/2127K 1263/2127K 1265/2127K 1268/2127K 1271/2127K 1273/2127K 1275/2127K 1276/2127K 1278/2127K 1279/2127K 1280/2127K 1282/2127K 1284/2127K 1287/2127K 1290/2127K 1291/2127K 1295/2127K 1299/2127K 1301/2127K 1302/2127K 1303/2127K 1307/2127K 1309/2127K 1311/2127K 1313/2127K 1314/2127K 1315/2127K 1317/2127K 1318/2127K 1319/2127K 1321/2127K 1324/2127K 1325/2127K 1326/2127K 1330/2127K 1334/2127K 1334/2127K 1338/2127K 1342/2127K 1344/2127K 1346/2127K 1349/2127K 1352/2127K 1353/2127K 1355/2127K 1357/2127K 1361/2127K 1363/2127K 1364/2127K 1365/2127K 1369/2127K 1371/2127K 1375/2127K 1375/2127K 1379/2127K 1383/2127K 1384/2127K 1386/2127K 1387/2127K 1388/2127K 1390/2127K 1391/2127K 1392/2127K 1395/2127K 1399/2127K 1401/2127K 1402/2127K 1403/2127K 1407/2127K 1409/2127K 1410/2127K 1414/2127K 1415/2127K 1419/2127K 1421/2127K 1422/2127K 1425/2127K 1428/2127K 1429/2127K 1430/2127K 1432/2127K 1433/2127K 1434/2127K 1436/2127K 1438/2127K 1441/2127K 1442/2127K 1444/2127K 1448/2127K 1449/2127K 1453/2127K 1453/2127K 1455/2127K 1459/2127K 1459/2127K 1461/2127K 1464/2127K 1465/2127K 1467/2127K 1468/2127K 1469/2127K 1471/2127K 1472/2127K 1474/2127K 1475/2127K 1478/2127K 1480/2127K 1482/2127K 1483/2127K 1484/2127K 1488/2127K 1488/2127K 1490/2127K 1494/2127K 1494/2127K 1498/2127K 1499/2127K 1502/2127K 1505/2127K 1506/2127K 1507/2127K 1509/2127K 1510/2127K 1514/2127K 1514/2127K 1515/2127K 1517/2127K 1518/2127K 1519/2127K 1521/2127K 1522/2127K 1524/2127K 1525/2127K 1526/2127K 1530/2127K 1534/2127K 1536/2127K 1540/2127K 1542/2127K 1544/2127K 1547/2127K 1549/2127K 1552/2127K 1555/2127K 1557/2127K 1560/2127K 1563/2127K 1564/2127K 1565/2127K 1567/2127K 1571/2127K 1575/2127K 1579/2127K 1583/2127K 1583/2127K 1587/2127K 1588/2127K 1590/2127K 1591/2127K 1594/2127K 1595/2127K 1597/2127K 1598/2127K 1599/2127K 1602/2127K 1605/2127K 1606/2127K 1607/2127K 1609/2127K 1611/2127K 1615/2127K 1619/2127K 1623/2127K 1626/2127K 1629/2127K 1630/2127K 1632/2127K 1633/2127K 1634/2127K 1637/2127K 1640/2127K 1641/2127K 1642/2127K 1644/2127K 1645/2127K 1647/2127K 1649/2127K 1653/2127K 1655/2127K 1656/2127K 1660/2127K 1664/2127K 1668/2127K 1670/2127K 1671/2127K 1672/2127K 1674/2127K 1675/2127K 1676/2127K 1678/2127K 1679/2127K 1680/2127K 1682/2127K 1683/2127K 1686/2127K 1687/2127K 1688/2127K 1692/2127K 1694/2127K 1695/2127K 1699/2127K 1699/2127K 1701/2127K 1703/2127K 1707/2127K 1709/2127K 1713/2127K 1714/2127K 1715/2127K 1717/2127K 1718/2127K 1720/2127K 1721/2127K 1722/2127K 1724/2127K 1725/2127K 1726/2127K 1728/2127K 1729/2127K 1730/2127K 1732/2127K 1736/2127K 1738/2127K 1740/2127K 1741/2127K 1744/2127K 1745/2127K 1749/2127K 1749/2127K 1753/2127K 1757/2127K 1759/2127K 1761/2127K 1763/2127K 1764/2127K 1765/2127K 1768/2127K 1770/2127K 1771/2127K 1772/2127K 1774/2127K 1775/2127K 1776/2127K 1778/2127K 1780/2127K 1784/2127K 1784/2127K 1788/2127K 1790/2127K 1791/2127K 1792/2127K 1796/2127K 1800/2127K 1804/2127K 1805/2127K 1807/2127K 1809/2127K 1810/2127K 1811/2127K 1813/2127K 1814/2127K 1815/2127K 1817/2127K 1818/2127K 1820/2127K 1821/2127K 1822/2127K 1825/2127K 1829/2127K 1829/2127K 1830/2127K 1834/2127K 1834/2127K 1836/2127K 1840/2127K 1844/2127K 1848/2127K 1851/2127K 1853/2127K 1855/2127K 1856/2127K 1857/2127K 1859/2127K 1861/2127K 1864/2127K 1865/2127K 1867/2127K 1868/2127K 1872/2127K 1875/2127K 1876/2127K 1880/2127K 1880/2127K 1882/2127K 1883/2127K 1887/2127K 1890/2127K 1894/2127K 1895/2127K 1898/2127K 1899/2127K 1901/2127K 1902/2127K 1903/2127K 1907/2127K 1909/2127K 1910/2127K 1913/2127K 1914/2127K 1915/2127K 1917/2127K 1921/2127K 1922/2127K 1926/2127K 1928/2127K 1932/2127K 1936/2127K 1940/2127K 1943/2127K 1945/2127K 1947/2127K 1948/2127K 1951/2127K 1952/2127K 1956/2127K 1956/2127K 1957/2127K 1959/2127K 1961/2127K 1964/2127K 1968/2127K 1970/2127K 1971/2127K 1975/2127K 1975/2127K 1976/2127K 1978/2127K 1982/2127K 1986/2127K 1988/2127K 1990/2127K 1991/2127K 1993/2127K 1994/2127K 1997/2127K 1998/2127K 1999/2127K 2003/2127K 2005/2127K 2007/2127K 2009/2127K 2010/2127K 2013/2127K 2017/2127K 2018/2127K 2021/2127K 2022/2127K 2024/2127K 2025/2127K 2026/2127K 2030/2127K 2030/2127K 2034/2127K 2037/2127K 2040/2127K 2041/2127K 2043/2127K 2044/2127K 2045/2127K 2047/2127K 2049/2127K 2053/2127K 2053/2127K 2056/2127K 2059/2127K 2060/2127K 2063/2127K 2067/2127K 2068/2127K 2071/2127K 2072/2127K 2074/2127K 2075/2127K 2079/2127K 2082/2127K 2086/2127K 2086/2127K 2088/2127K 2090/2127K 2091/2127K 2094/2127K 2098/2127K 2102/2127K 2102/2127K 2103/2127K 2107/2127K 2107/2127K 2109/2127K 2110/2127K 2114/2127K 2118/2127K 2121/2127K 2122/2127K 2124/2127K 2125/2127K 2127/2127K 2127K 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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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 3/9244K 7/9244K 11/9244K 13/9244K 15/9244K 19/9244K 20/9244K 22/9244K 26/9244K 30/9244K 32/9244K 36/9244K 39/9244K 42/9244K 43/9244K 47/9244K 51/9244K 52/9244K 54/9244K 56/9244K 59/9244K 61/9244K 65/9244K 69/9244K 70/9244K 74/9244K 76/9244K 80/9244K 84/9244K 84/9244K 88/9244K 90/9244K 94/9244K 97/9244K 98/9244K 100/9244K 101/9244K 105/9244K 105/9244K 109/9244K 112/9244K 116/9244K 120/9244K 124/9244K 125/9244K 129/9244K 131/9244K 135/9244K 135/9244K 138/9244K 142/9244K 146/9244K 150/9244K 151/9244K 155/9244K 159/9244K 163/9244K 167/9244K 171/9244K 175/9244K 179/9244K 179/9244K 183/9244K 187/9244K 189/9244K 193/9244K 196/9244K 200/9244K 204/9244K 204/9244K 208/9244K 211/9244K 213/9244K 217/9244K 217/9244K 221/9244K 224/9244K 227/9244K 231/9244K 231/9244K 234/9244K 238/9244K 241/9244K 245/9244K 248/9244K 252/9244K 255/9244K 259/9244K 262/9244K 266/9244K 266/9244K 270/9244K 274/9244K 278/9244K 282/9244K 283/9244K 287/9244K 288/9244K 292/9244K 296/9244K 296/9244K 300/9244K 302/9244K 306/9244K 310/9244K 313/9244K 317/9244K 320/9244K 324/9244K 328/9244K 329/9244K 333/9244K 333/9244K 337/9244K 337/9244K 341/9244K 345/9244K 349/9244K 353/9244K 357/9244K 361/9244K 365/9244K 369/9244K 373/9244K 377/9244K 381/9244K 385/9244K 389/9244K 393/9244K 397/9244K 401/9244K 405/9244K 409/9244K 413/9244K 417/9244K 421/9244K 425/9244K 429/9244K 433/9244K 437/9244K 441/9244K 445/9244K 449/9244K 453/9244K 457/9244K 461/9244K 465/9244K 469/9244K 473/9244K 477/9244K 481/9244K 485/9244K 489/9244K 493/9244K 497/9244K 501/9244K 505/9244K 509/9244K 513/9244K 517/9244K 521/9244K 525/9244K 529/9244K 533/9244K 537/9244K 541/9244K 545/9244K 549/9244K 553/9244K 557/9244K 561/9244K 565/9244K 569/9244K 573/9244K 577/9244K 581/9244K 585/9244K 587/9244K 591/9244K 592/9244K 595/9244K 597/9244K 601/9244K 602/9244K 603/9244K 607/9244K 611/9244K 613/9244K 617/9244K 621/9244K 625/9244K 629/9244K 633/9244K 637/9244K 641/9244K 645/9244K 649/9244K 653/9244K 657/9244K 661/9244K 665/9244K 669/9244K 673/9244K 677/9244K 681/9244K 685/9244K 689/9244K 693/9244K 697/9244K 701/9244K 705/9244K 709/9244K 713/9244K 717/9244K 721/9244K 725/9244K 729/9244K 733/9244K 737/9244K 741/9244K 745/9244K 749/9244K 753/9244K 757/9244K 761/9244K 765/9244K 769/9244K 773/9244K 777/9244K 781/9244K 785/9244K 789/9244K 793/9244K 797/9244K 801/9244K 805/9244K 807/9244K 811/9244K 815/9244K 819/9244K 823/9244K 827/9244K 831/9244K 835/9244K 839/9244K 843/9244K 847/9244K 851/9244K 855/9244K 859/9244K 863/9244K 867/9244K 871/9244K 875/9244K 879/9244K 883/9244K 887/9244K 891/9244K 895/9244K 899/9244K 903/9244K 907/9244K 911/9244K 915/9244K 919/9244K 923/9244K 927/9244K 931/9244K 935/9244K 939/9244K 943/9244K 947/9244K 951/9244K 955/9244K 959/9244K 963/9244K 967/9244K 971/9244K 975/9244K 979/9244K 983/9244K 987/9244K 991/9244K 995/9244K 999/9244K 1003/9244K 1007/9244K 1011/9244K 1015/9244K 1019/9244K 1023/9244K 1027/9244K 1031/9244K 1035/9244K 1039/9244K 1043/9244K 1047/9244K 1051/9244K 1055/9244K 1059/9244K 1063/9244K 1067/9244K 1071/9244K 1075/9244K 1079/9244K 1083/9244K 1087/9244K 1091/9244K 1095/9244K 1099/9244K 1103/9244K 1107/9244K 1111/9244K 1115/9244K 1119/9244K 1119/9244K 1123/9244K 1126/9244K 1130/9244K 1131/9244K 1135/9244K 1136/9244K 1140/9244K 1144/9244K 1148/9244K 1152/9244K 1155/9244K 1157/9244K 1159/9244K 1160/9244K 1163/9244K 1164/9244K 1167/9244K 1171/9244K 1175/9244K 1176/9244K 1177/9244K 1179/9244K 1180/9244K 1184/9244K 1186/9244K 1187/9244K 1191/9244K 1191/9244K 1193/9244K 1194/9244K 1196/9244K 1197/9244K 1200/9244K 1203/9244K 1204/9244K 1205/9244K 1207/9244K 1208/9244K 1211/9244K 1212/9244K 1214/9244K 1215/9244K 1219/9244K 1221/9244K 1222/9244K 1225/9244K 1229/9244K 1229/9244K 1231/9244K 1232/9244K 1234/9244K 1235/9244K 1237/9244K 1238/9244K 1242/9244K 1245/9244K 1248/9244K 1251/9244K 1253/9244K 1255/9244K 1258/9244K 1259/9244K 1261/9244K 1262/9244K 1263/9244K 1266/9244K 1269/9244K 1270/9244K 1273/9244K 1275/9244K 1276/9244K 1278/9244K 1282/9244K 1282/9244K 1283/9244K 1287/9244K 1287/9244K 1290/9244K 1293/9244K 1296/9244K 1300/9244K 1303/9244K 1304/9244K 1306/9244K 1307/9244K 1311/9244K 1311/9244K 1315/9244K 1316/9244K 1320/9244K 1320/9244K 1324/9244K 1327/9244K 1330/9244K 1331/9244K 1334/9244K 1338/9244K 1338/9244K 1340/9244K 1344/9244K 1345/9244K 1347/9244K 1348/9244K 1350/9244K 1352/9244K 1356/9244K 1358/9244K 1360/9244K 1364/9244K 1367/9244K 1368/9244K 1369/9244K 1371/9244K 1374/9244K 1377/9244K 1378/9244K 1379/9244K 1381/9244K 1382/9244K 1385/9244K 1388/9244K 1391/9244K 1395/9244K 1396/9244K 1399/9244K 1402/9244K 1405/9244K 1408/9244K 1409/9244K 1410/9244K 1412/9244K 1416/9244K 1416/9244K 1418/9244K 1422/9244K 1426/9244K 1427/9244K 1431/9244K 1432/9244K 1433/9244K 1436/9244K 1437/9244K 1441/9244K 1442/9244K 1444/9244K 1446/9244K 1449/9244K 1451/9244K 1453/9244K 1457/9244K 1457/9244K 1459/9244K 1463/9244K 1464/9244K 1467/9244K 1468/9244K 1472/9244K 1474/9244K 1477/9244K 1480/9244K 1481/9244K 1484/9244K 1487/9244K 1488/9244K 1492/9244K 1496/9244K 1497/9244K 1501/9244K 1501/9244K 1505/9244K 1505/9244K 1508/9244K 1509/9244K 1513/9244K 1515/9244K 1519/9244K 1522/9244K 1524/9244K 1525/9244K 1529/9244K 1533/9244K 1535/9244K 1539/9244K 1539/9244K 1543/9244K 1543/9244K 1545/9244K 1546/9244K 1548/9244K 1549/9244K 1552/9244K 1553/9244K 1555/9244K 1556/9244K 1558/9244K 1560/9244K 1563/9244K 1566/9244K 1569/9244K 1570/9244K 1574/9244K 1574/9244K 1578/9244K 1579/9244K 1582/9244K 1584/9244K 1586/9244K 1587/9244K 1589/9244K 1593/9244K 1593/9244K 1594/9244K 1596/9244K 1600/9244K 1603/9244K 1607/9244K 1608/9244K 1611/9244K 1613/9244K 1614/9244K 1615/9244K 1618/9244K 1621/9244K 1623/9244K 1624/9244K 1625/9244K 1629/9244K 1630/9244K 1634/9244K 1635/9244K 1639/9244K 1641/9244K 1645/9244K 1645/9244K 1647/9244K 1651/9244K 1651/9244K 1654/9244K 1658/9244K 1659/9244K 1663/9244K 1664/9244K 1665/9244K 1666/9244K 1670/9244K 1673/9244K 1677/9244K 1681/9244K 1685/9244K 1688/9244K 1689/9244K 1690/9244K 1694/9244K 1698/9244K 1702/9244K 1703/9244K 1707/9244K 1709/9244K 1713/9244K 1717/9244K 1720/9244K 1723/9244K 1724/9244K 1726/9244K 1727/9244K 1729/9244K 1731/9244K 1733/9244K 1734/9244K 1736/9244K 1740/9244K 1740/9244K 1741/9244K 1744/9244K 1746/9244K 1748/9244K 1750/9244K 1754/9244K 1754/9244K 1757/9244K 1758/9244K 1762/9244K 1763/9244K 1765/9244K 1768/9244K 1770/9244K 1772/9244K 1775/9244K 1778/9244K 1782/9244K 1782/9244K 1786/9244K 1789/9244K 1792/9244K 1794/9244K 1795/9244K 1796/9244K 1798/9244K 1801/9244K 1802/9244K 1804/9244K 1805/9244K 1809/9244K 1809/9244K 1811/9244K 1815/9244K 1815/9244K 1819/9244K 1821/9244K 1825/9244K 1826/9244K 1829/9244K 1832/9244K 1833/9244K 1836/9244K 1839/9244K 1842/9244K 1845/9244K 1846/9244K 1850/9244K 1850/9244K 1853/9244K 1854/9244K 1856/9244K 1857/9244K 1859/9244K 1863/9244K 1866/9244K 1869/9244K 1871/9244K 1873/9244K 1877/9244K 1881/9244K 1883/9244K 1884/9244K 1888/9244K 1888/9244K 1892/9244K 1893/9244K 1894/9244K 1897/9244K 1900/9244K 1901/9244K 1904/9244K 1905/9244K 1907/9244K 1908/9244K 1912/9244K 1912/9244K 1914/9244K 1915/9244K 1917/9244K 1921/9244K 1921/9244K 1922/9244K 1925/9244K 1927/9244K 1929/9244K 1933/9244K 1935/9244K 1938/9244K 1942/9244K 1944/9244K 1946/9244K 1949/9244K 1951/9244K 1955/9244K 1955/9244K 1958/9244K 1961/9244K 1962/9244K 1963/9244K 1965/9244K 1969/9244K 1970/9244K 1974/9244K 1975/9244K 1977/9244K 1980/9244K 1983/9244K 1985/9244K 1986/9244K 1987/9244K 1991/9244K 1992/9244K 1996/9244K 2000/9244K 2003/9244K 2004/9244K 2008/9244K 2010/9244K 2013/9244K 2014/9244K 2018/9244K 2020/9244K 2023/9244K 2024/9244K 2027/9244K 2028/9244K 2032/9244K 2033/9244K 2035/9244K 2037/9244K 2038/9244K 2042/9244K 2043/9244K 2047/9244K 2047/9244K 2051/9244K 2052/9244K 2055/9244K 2057/9244K 2058/9244K 2062/9244K 2066/9244K 2067/9244K 2068/9244K 2072/9244K 2072/9244K 2075/9244K 2079/9244K 2079/9244K 2083/9244K 2084/9244K 2086/9244K 2088/9244K 2089/9244K 2091/9244K 2092/9244K 2096/9244K 2096/9244K 2098/9244K 2099/9244K 2101/9244K 2103/9244K 2105/9244K 2106/9244K 2109/9244K 2112/9244K 2113/9244K 2117/9244K 2119/9244K 2120/9244K 2124/9244K 2128/9244K 2132/9244K 2134/9244K 2136/9244K 2140/9244K 2140/9244K 2143/9244K 2146/9244K 2147/9244K 2151/9244K 2154/9244K 2158/9244K 2160/9244K 2163/9244K 2164/9244K 2167/9244K 2168/9244K 2170/9244K 2171/9244K 2173/9244K 2177/9244K 2177/9244K 2181/9244K 2183/9244K 2187/9244K 2188/9244K 2190/9244K 2194/9244K 2195/9244K 2197/9244K 2198/9244K 2202/9244K 2204/9244K 2208/9244K 2208/9244K 2211/9244K 2212/9244K 2216/9244K 2220/9244K 2221/9244K 2222/9244K 2224/9244K 2226/9244K 2228/9244K 2231/9244K 2233/9244K 2237/9244K 2241/9244K 2242/9244K 2246/9244K 2249/9244K 2252/9244K 2253/9244K 2257/9244K 2257/9244K 2260/9244K 2264/9244K 2265/9244K 2269/9244K 2269/9244K 2272/9244K 2273/9244K 2274/9244K 2276/9244K 2277/9244K 2279/9244K 2282/9244K 2283/9244K 2284/9244K 2286/9244K 2290/9244K 2290/9244K 2291/9244K 2293/9244K 2297/9244K 2298/9244K 2300/9244K 2304/9244K 2304/9244K 2306/9244K 2310/9244K 2311/9244K 2315/9244K 2319/9244K 2321/9244K 2323/9244K 2327/9244K 2330/9244K 2331/9244K 2332/9244K 2334/9244K 2338/9244K 2341/9244K 2345/9244K 2345/9244K 2347/9244K 2348/9244K 2349/9244K 2352/9244K 2354/9244K 2355/9244K 2356/9244K 2358/9244K 2362/9244K 2362/9244K 2364/9244K 2368/9244K 2372/9244K 2373/9244K 2377/9244K 2381/9244K 2382/9244K 2383/9244K 2387/9244K 2390/9244K 2393/9244K 2396/9244K 2397/9244K 2400/9244K 2403/9244K 2406/9244K 2407/9244K 2410/9244K 2412/9244K 2416/9244K 2417/9244K 2420/9244K 2422/9244K 2423/9244K 2426/9244K 2430/9244K 2431/9244K 2434/9244K 2437/9244K 2438/9244K 2442/9244K 2446/9244K 2448/9244K 2452/9244K 2455/9244K 2457/9244K 2458/9244K 2462/9244K 2463/9244K 2464/9244K 2465/9244K 2467/9244K 2470/9244K 2471/9244K 2472/9244K 2474/9244K 2478/9244K 2479/9244K 2483/9244K 2484/9244K 2487/9244K 2488/9244K 2492/9244K 2492/9244K 2496/9244K 2498/9244K 2502/9244K 2504/9244K 2508/9244K 2509/9244K 2511/9244K 2513/9244K 2516/9244K 2520/9244K 2520/9244K 2522/9244K 2526/9244K 2528/9244K 2530/9244K 2533/9244K 2536/9244K 2537/9244K 2541/9244K 2542/9244K 2543/9244K 2545/9244K 2547/9244K 2550/9244K 2552/9244K 2556/9244K 2560/9244K 2562/9244K 2566/9244K 2567/9244K 2570/9244K 2571/9244K 2574/9244K 2576/9244K 2580/9244K 2583/9244K 2584/9244K 2586/9244K 2590/9244K 2591/9244K 2594/9244K 2595/9244K 2597/9244K 2600/9244K 2604/9244K 2605/9244K 2609/9244K 2610/9244K 2614/9244K 2614/9244K 2615/9244K 2619/9244K 2619/9244K 2622/9244K 2625/9244K 2627/9244K 2631/9244K 2635/9244K 2635/9244K 2639/9244K 2643/9244K 2645/9244K 2646/9244K 2648/9244K 2649/9244K 2651/9244K 2652/9244K 2656/9244K 2656/9244K 2658/9244K 2660/9244K 2662/9244K 2663/9244K 2665/9244K 2669/9244K 2669/9244K 2670/9244K 2674/9244K 2677/9244K 2679/9244K 2683/9244K 2683/9244K 2687/9244K 2690/9244K 2694/9244K 2697/9244K 2700/9244K 2701/9244K 2705/9244K 2706/9244K 2710/9244K 2711/9244K 2713/9244K 2717/9244K 2717/9244K 2721/9244K 2723/9244K 2726/9244K 2727/9244K 2728/9244K 2732/9244K 2733/9244K 2734/9244K 2738/9244K 2738/9244K 2741/9244K 2743/9244K 2747/9244K 2750/9244K 2754/9244K 2758/9244K 2759/9244K 2761/9244K 2762/9244K 2764/9244K 2767/9244K 2771/9244K 2772/9244K 2774/9244K 2775/9244K 2779/9244K 2779/9244K 2783/9244K 2784/9244K 2785/9244K 2789/9244K 2793/9244K 2795/9244K 2796/9244K 2799/9244K 2803/9244K 2805/9244K 2806/9244K 2810/9244K 2812/9244K 2815/9244K 2816/9244K 2817/9244K 2821/9244K 2825/9244K 2827/9244K 2831/9244K 2835/9244K 2836/9244K 2837/9244K 2839/9244K 2840/9244K 2841/9244K 2843/9244K 2847/9244K 2847/9244K 2851/9244K 2851/9244K 2853/9244K 2854/9244K 2856/9244K 2860/9244K 2864/9244K 2866/9244K 2868/9244K 2870/9244K 2874/9244K 2875/9244K 2879/9244K 2881/9244K 2885/9244K 2889/9244K 2891/9244K 2895/9244K 2897/9244K 2898/9244K 2902/9244K 2902/9244K 2905/9244K 2908/9244K 2909/9244K 2913/9244K 2915/9244K 2918/9244K 2919/9244K 2921/9244K 2924/9244K 2925/9244K 2929/9244K 2929/9244K 2932/9244K 2933/9244K 2937/9244K 2939/9244K 2943/9244K 2943/9244K 2947/9244K 2949/9244K 2953/9244K 2955/9244K 2957/9244K 2959/9244K 2963/9244K 2963/9244K 2965/9244K 2966/9244K 2967/9244K 2971/9244K 2974/9244K 2976/9244K 2980/9244K 2981/9244K 2985/9244K 2987/9244K 2990/9244K 2991/9244K 2995/9244K 2996/9244K 2998/9244K 3002/9244K 3006/9244K 3007/9244K 3008/9244K 3012/9244K 3013/9244K 3017/9244K 3018/9244K 3022/9244K 3024/9244K 3027/9244K 3028/9244K 3032/9244K 3032/9244K 3034/9244K 3035/9244K 3037/9244K 3041/9244K 3041/9244K 3042/9244K 3045/9244K 3047/9244K 3048/9244K 3049/9244K 3053/9244K 3057/9244K 3059/9244K 3061/9244K 3062/9244K 3063/9244K 3066/9244K 3069/9244K 3073/9244K 3073/9244K 3077/9244K 3078/9244K 3079/9244K 3082/9244K 3086/9244K 3090/9244K 3094/9244K 3098/9244K 3099/9244K 3100/9244K 3104/9244K 3106/9244K 3110/9244K 3112/9244K 3113/9244K 3114/9244K 3117/9244K 3119/9244K 3123/9244K 3123/9244K 3126/9244K 3127/9244K 3131/9244K 3135/9244K 3137/9244K 3141/9244K 3143/9244K 3146/9244K 3148/9244K 3151/9244K 3155/9244K 3157/9244K 3158/9244K 3160/9244K 3164/9244K 3164/9244K 3168/9244K 3168/9244K 3170/9244K 3174/9244K 3175/9244K 3177/9244K 3181/9244K 3181/9244K 3184/9244K 3185/9244K 3189/9244K 3192/9244K 3195/9244K 3199/9244K 3201/9244K 3202/9244K 3206/9244K 3210/9244K 3212/9244K 3213/9244K 3217/9244K 3218/9244K 3219/9244K 3220/9244K 3222/9244K 3226/9244K 3226/9244K 3228/9244K 3229/9244K 3233/9244K 3235/9244K 3239/9244K 3239/9244K 3240/9244K 3242/9244K 3243/9244K 3247/9244K 3250/9244K 3253/9244K 3256/9244K 3257/9244K 3261/9244K 3261/9244K 3263/9244K 3267/9244K 3270/9244K 3273/9244K 3274/9244K 3276/9244K 3277/9244K 3281/9244K 3281/9244K 3285/9244K 3287/9244K 3291/9244K 3293/9244K 3295/9244K 3299/9244K 3303/9244K 3305/9244K 3307/9244K 3308/9244K 3311/9244K 3312/9244K 3316/9244K 3319/9244K 3321/9244K 3325/9244K 3329/9244K 3333/9244K 3337/9244K 3341/9244K 3345/9244K 3349/9244K 3351/9244K 3352/9244K 3353/9244K 3357/9244K 3359/9244K 3363/9244K 3363/9244K 3365/9244K 3369/9244K 3369/9244K 3373/9244K 3373/9244K 3377/9244K 3377/9244K 3379/9244K 3383/9244K 3387/9244K 3391/9244K 3392/9244K 3394/9244K 3396/9244K 3400/9244K 3401/9244K 3405/9244K 3406/9244K 3409/9244K 3411/9244K 3414/9244K 3416/9244K 3420/9244K 3420/9244K 3423/9244K 3424/9244K 3428/9244K 3430/9244K 3434/9244K 3435/9244K 3437/9244K 3438/9244K 3440/9244K 3444/9244K 3444/9244K 3448/9244K 3450/9244K 3452/9244K 3454/9244K 3458/9244K 3458/9244K 3459/9244K 3462/9244K 3466/9244K 3469/9244K 3471/9244K 3472/9244K 3474/9244K 3478/9244K 3478/9244K 3482/9244K 3482/9244K 3486/9244K 3490/9244K 3494/9244K 3498/9244K 3502/9244K 3506/9244K 3510/9244K 3514/9244K 3518/9244K 3522/9244K 3526/9244K 3530/9244K 3534/9244K 3538/9244K 3542/9244K 3546/9244K 3550/9244K 3554/9244K 3558/9244K 3562/9244K 3566/9244K 3570/9244K 3574/9244K 3578/9244K 3582/9244K 3586/9244K 3590/9244K 3594/9244K 3598/9244K 3602/9244K 3606/9244K 3610/9244K 3614/9244K 3618/9244K 3622/9244K 3626/9244K 3630/9244K 3634/9244K 3638/9244K 3642/9244K 3646/9244K 3650/9244K 3654/9244K 3658/9244K 3662/9244K 3666/9244K 3670/9244K 3674/9244K 3678/9244K 3682/9244K 3686/9244K 3690/9244K 3694/9244K 3697/9244K 3698/9244K 3700/9244K 3701/9244K 3703/9244K 3705/9244K 3707/9244K 3711/9244K 3714/9244K 3718/9244K 3722/9244K 3724/9244K 3725/9244K 3729/9244K 3730/9244K 3734/9244K 3734/9244K 3737/9244K 3738/9244K 3742/9244K 3742/9244K 3746/9244K 3750/9244K 3751/9244K 3755/9244K 3755/9244K 3759/9244K 3759/9244K 3761/9244K 3765/9244K 3768/9244K 3769/9244K 3771/9244K 3775/9244K 3775/9244K 3776/9244K 3778/9244K 3780/9244K 3784/9244K 3785/9244K 3786/9244K 3787/9244K 3790/9244K 3792/9244K 3795/9244K 3796/9244K 3800/9244K 3800/9244K 3802/9244K 3806/9244K 3806/9244K 3809/9244K 3810/9244K 3812/9244K 3813/9244K 3817/9244K 3819/9244K 3823/9244K 3823/9244K 3826/9244K 3830/9244K 3830/9244K 3833/9244K 3834/9244K 3836/9244K 3837/9244K 3838/9244K 3841/9244K 3843/9244K 3844/9244K 3848/9244K 3848/9244K 3852/9244K 3855/9244K 3858/9244K 3861/9244K 3862/9244K 3864/9244K 3867/9244K 3871/9244K 3875/9244K 3879/9244K 3883/9244K 3887/9244K 3891/9244K 3895/9244K 3899/9244K 3903/9244K 3907/9244K 3911/9244K 3915/9244K 3919/9244K 3923/9244K 3927/9244K 3931/9244K 3935/9244K 3939/9244K 3943/9244K 3947/9244K 3951/9244K 3955/9244K 3959/9244K 3963/9244K 3967/9244K 3971/9244K 3975/9244K 3979/9244K 3983/9244K 3987/9244K 3991/9244K 3995/9244K 3999/9244K 4003/9244K 4007/9244K 4011/9244K 4015/9244K 4019/9244K 4023/9244K 4027/9244K 4031/9244K 4035/9244K 4039/9244K 4039/9244K 4041/9244K 4042/9244K 4043/9244K 4045/9244K 4046/9244K 4048/9244K 4049/9244K 4051/9244K 4052/9244K 4053/9244K 4055/9244K 4056/9244K 4058/9244K 4059/9244K 4060/9244K 4062/9244K 4063/9244K 4066/9244K 4067/9244K 4071/9244K 4072/9244K 4073/9244K 4076/9244K 4079/9244K 4083/9244K 4083/9244K 4086/9244K 4087/9244K 4089/9244K 4090/9244K 4093/9244K 4094/9244K 4098/9244K 4099/9244K 4101/9244K 4104/9244K 4106/9244K 4107/9244K 4108/9244K 4112/9244K 4113/9244K 4116/9244K 4120/9244K 4121/9244K 4125/9244K 4127/9244K 4130/9244K 4133/9244K 4135/9244K 4138/9244K 4140/9244K 4142/9244K 4144/9244K 4145/9244K 4147/9244K 4148/9244K 4149/9244K 4151/9244K 4155/9244K 4155/9244K 4157/9244K 4158/9244K 4159/9244K 4161/9244K 4162/9244K 4166/9244K 4166/9244K 4168/9244K 4172/9244K 4172/9244K 4175/9244K 4176/9244K 4180/9244K 4182/9244K 4183/9244K 4185/9244K 4186/9244K 4188/9244K 4189/9244K 4193/9244K 4193/9244K 4195/9244K 4196/9244K 4200/9244K 4204/9244K 4205/9244K 4206/9244K 4207/9244K 4209/9244K 4213/9244K 4213/9244K 4216/9244K 4220/9244K 4220/9244K 4224/9244K 4226/9244K 4229/9244K 4230/9244K 4233/9244K 4236/9244K 4237/9244K 4239/9244K 4240/9244K 4244/9244K 4244/9244K 4246/9244K 4247/9244K 4248/9244K 4250/9244K 4251/9244K 4253/9244K 4257/9244K 4257/9244K 4260/9244K 4261/9244K 4264/9244K 4268/9244K 4268/9244K 4270/9244K 4274/9244K 4277/9244K 4281/9244K 4281/9244K 4282/9244K 4285/9244K 4288/9244K 4289/9244K 4291/9244K 4292/9244K 4296/9244K 4299/9244K 4301/9244K 4305/9244K 4305/9244K 4309/9244K 4311/9244K 4314/9244K 4318/9244K 4319/9244K 4323/9244K 4323/9244K 4327/9244K 4329/9244K 4332/9244K 4333/9244K 4335/9244K 4336/9244K 4338/9244K 4339/9244K 4340/9244K 4342/9244K 4346/9244K 4346/9244K 4347/9244K 4349/9244K 4350/9244K 4352/9244K 4353/9244K 4355/9244K 4356/9244K 4360/9244K 4360/9244K 4362/9244K 4363/9244K 4364/9244K 4366/9244K 4367/9244K 4371/9244K 4372/9244K 4373/9244K 4377/9244K 4380/9244K 4381/9244K 4383/9244K 4384/9244K 4386/9244K 4390/9244K 4390/9244K 4391/9244K 4393/9244K 4394/9244K 4396/9244K 4397/9244K 4401/9244K 4401/9244K 4403/9244K 4404/9244K 4405/9244K 4409/9244K 4413/9244K 4415/9244K 4417/9244K 4418/9244K 4420/9244K 4421/9244K 4425/9244K 4427/9244K 4431/9244K 4432/9244K 4435/9244K 4437/9244K 4438/9244K 4439/9244K 4441/9244K 4442/9244K 4444/9244K 4445/9244K 4446/9244K 4450/9244K 4452/9244K 4455/9244K 4456/9244K 4458/9244K 4459/9244K 4461/9244K 4465/9244K 4466/9244K 4468/9244K 4469/9244K 4470/9244K 4472/9244K 4473/9244K 4475/9244K 4478/9244K 4479/9244K 4483/9244K 4485/9244K 4486/9244K 4487/9244K 4489/9244K 4490/9244K 4492/9244K 4495/9244K 4496/9244K 4497/9244K 4499/9244K 4500/9244K 4502/9244K 4506/9244K 4506/9244K 4507/9244K 4509/9244K 4510/9244K 4514/9244K 4517/9244K 4520/9244K 4521/9244K 4523/9244K 4524/9244K 4526/9244K 4527/9244K 4531/9244K 4531/9244K 4533/9244K 4537/9244K 4540/9244K 4543/9244K 4544/9244K 4548/9244K 4548/9244K 4552/9244K 4556/9244K 4557/9244K 4560/9244K 4562/9244K 4565/9244K 4567/9244K 4571/9244K 4572/9244K 4574/9244K 4575/9244K 4577/9244K 4578/9244K 4579/9244K 4581/9244K 4582/9244K 4584/9244K 4585/9244K 4589/9244K 4591/9244K 4592/9244K 4594/9244K 4595/9244K 4596/9244K 4600/9244K 4601/9244K 4602/9244K 4603/9244K 4605/9244K 4609/9244K 4609/9244K 4613/9244K 4617/9244K 4620/9244K 4624/9244K 4628/9244K 4632/9244K 4636/9244K 4640/9244K 4644/9244K 4648/9244K 4652/9244K 4656/9244K 4660/9244K 4664/9244K 4668/9244K 4671/9244K 4674/9244K 4676/9244K 4680/9244K 4680/9244K 4681/9244K 4683/9244K 4684/9244K 4685/9244K 4687/9244K 4691/9244K 4691/9244K 4692/9244K 4696/9244K 4700/9244K 4701/9244K 4702/9244K 4704/9244K 4705/9244K 4707/9244K 4708/9244K 4709/9244K 4711/9244K 4712/9244K 4716/9244K 4718/9244K 4722/9244K 4725/9244K 4729/9244K 4729/9244K 4731/9244K 4732/9244K 4736/9244K 4738/9244K 4742/9244K 4746/9244K 4750/9244K 4754/9244K 4755/9244K 4759/9244K 4763/9244K 4763/9244K 4766/9244K 4767/9244K 4769/9244K 4773/9244K 4777/9244K 4780/9244K 4782/9244K 4783/9244K 4784/9244K 4786/9244K 4790/9244K 4790/9244K 4791/9244K 4793/9244K 4794/9244K 4796/9244K 4797/9244K 4801/9244K 4801/9244K 4803/9244K 4807/9244K 4808/9244K 4810/9244K 4811/9244K 4813/9244K 4814/9244K 4816/9244K 4817/9244K 4818/9244K 4820/9244K 4821/9244K 4823/9244K 4827/9244K 4827/9244K 4831/9244K 4831/9244K 4834/9244K 4838/9244K 4838/9244K 4841/9244K 4845/9244K 4849/9244K 4852/9244K 4856/9244K 4857/9244K 4861/9244K 4865/9244K 4865/9244K 4869/9244K 4869/9244K 4873/9244K 4876/9244K 4878/9244K 4882/9244K 4886/9244K 4890/9244K 4890/9244K 4892/9244K 4893/9244K 4895/9244K 4896/9244K 4898/9244K 4902/9244K 4902/9244K 4903/9244K 4905/9244K 4906/9244K 4907/9244K 4909/9244K 4913/9244K 4913/9244K 4917/9244K 4919/9244K 4920/9244K 4922/9244K 4923/9244K 4924/9244K 4927/9244K 4929/9244K 4930/9244K 4931/9244K 4933/9244K 4937/9244K 4941/9244K 4944/9244K 4946/9244K 4950/9244K 4950/9244K 4954/9244K 4956/9244K 4958/9244K 4962/9244K 4965/9244K 4969/9244K 4971/9244K 4975/9244K 4979/9244K 4980/9244K 4984/9244K 4985/9244K 4989/9244K 4989/9244K 4993/9244K 4994/9244K 4998/9244K 4998/9244K 5002/9244K 5002/9244K 5004/9244K 5005/9244K 5006/9244K 5008/9244K 5009/9244K 5013/9244K 5015/9244K 5016/9244K 5018/9244K 5019/9244K 5022/9244K 5026/9244K 5029/9244K 5030/9244K 5032/9244K 5036/9244K 5039/9244K 5042/9244K 5046/9244K 5047/9244K 5051/9244K 5053/9244K 5057/9244K 5059/9244K 5063/9244K 5067/9244K 5067/9244K 5071/9244K 5071/9244K 5075/9244K 5079/9244K 5083/9244K 5084/9244K 5088/9244K 5092/9244K 5096/9244K 5100/9244K 5101/9244K 5105/9244K 5107/9244K 5108/9244K 5111/9244K 5115/9244K 5115/9244K 5117/9244K 5118/9244K 5120/9244K 5121/9244K 5122/9244K 5126/9244K 5128/9244K 5129/9244K 5131/9244K 5132/9244K 5134/9244K 5135/9244K 5137/9244K 5141/9244K 5141/9244K 5142/9244K 5144/9244K 5148/9244K 5148/9244K 5149/9244K 5153/9244K 5153/9244K 5157/9244K 5158/9244K 5162/9244K 5165/9244K 5169/9244K 5169/9244K 5173/9244K 5173/9244K 5175/9244K 5179/9244K 5182/9244K 5185/9244K 5186/9244K 5190/9244K 5190/9244K 5192/9244K 5196/9244K 5196/9244K 5197/9244K 5201/9244K 5205/9244K 5209/9244K 5210/9244K 5214/9244K 5214/9244K 5216/9244K 5220/9244K 5220/9244K 5221/9244K 5225/9244K 5226/9244K 5227/9244K 5228/9244K 5230/9244K 5231/9244K 5233/9244K 5234/9244K 5235/9244K 5239/9244K 5243/9244K 5244/9244K 5245/9244K 5247/9244K 5248/9244K 5250/9244K 5251/9244K 5252/9244K 5254/9244K 5255/9244K 5257/9244K 5258/9244K 5262/9244K 5262/9244K 5264/9244K 5268/9244K 5268/9244K 5269/9244K 5272/9244K 5274/9244K 5278/9244K 5278/9244K 5279/9244K 5283/9244K 5284/9244K 5285/9244K 5286/9244K 5288/9244K 5291/9244K 5292/9244K 5293/9244K 5297/9244K 5298/9244K 5299/9244K 5303/9244K 5303/9244K 5305/9244K 5309/9244K 5309/9244K 5310/9244K 5314/9244K 5315/9244K 5316/9244K 5320/9244K 5320/9244K 5324/9244K 5325/9244K 5329/9244K 5332/9244K 5336/9244K 5340/9244K 5342/9244K 5343/9244K 5344/9244K 5346/9244K 5347/9244K 5350/9244K 5351/9244K 5355/9244K 5356/9244K 5357/9244K 5359/9244K 5360/9244K 5361/9244K 5363/9244K 5364/9244K 5367/9244K 5368/9244K 5370/9244K 5371/9244K 5375/9244K 5377/9244K 5378/9244K 5380/9244K 5383/9244K 5384/9244K 5385/9244K 5387/9244K 5388/9244K 5392/9244K 5392/9244K 5396/9244K 5397/9244K 5400/9244K 5401/9244K 5402/9244K 5404/9244K 5405/9244K 5408/9244K 5409/9244K 5413/9244K 5414/9244K 5415/9244K 5419/9244K 5419/9244K 5421/9244K 5425/9244K 5426/9244K 5430/9244K 5431/9244K 5432/9244K 5436/9244K 5436/9244K 5440/9244K 5444/9244K 5445/9244K 5448/9244K 5452/9244K 5453/9244K 5455/9244K 5456/9244K 5458/9244K 5460/9244K 5462/9244K 5463/9244K 5465/9244K 5466/9244K 5467/9244K 5471/9244K 5472/9244K 5473/9244K 5474/9244K 5476/9244K 5477/9244K 5479/9244K 5483/9244K 5483/9244K 5484/9244K 5486/9244K 5487/9244K 5491/9244K 5491/9244K 5493/9244K 5494/9244K 5497/9244K 5499/9244K 5500/9244K 5501/9244K 5505/9244K 5506/9244K 5510/9244K 5514/9244K 5514/9244K 5515/9244K 5517/9244K 5518/9244K 5520/9244K 5524/9244K 5524/9244K 5525/9244K 5529/9244K 5530/9244K 5531/9244K 5535/9244K 5535/9244K 5537/9244K 5541/9244K 5544/9244K 5548/9244K 5552/9244K 5556/9244K 5558/9244K 5562/9244K 5562/9244K 5566/9244K 5566/9244K 5569/9244K 5571/9244K 5572/9244K 5573/9244K 5577/9244K 5578/9244K 5579/9244K 5581/9244K 5582/9244K 5583/9244K 5585/9244K 5588/9244K 5589/9244K 5590/9244K 5592/9244K 5593/9244K 5595/9244K 5599/9244K 5599/9244K 5600/9244K 5602/9244K 5603/9244K 5607/9244K 5607/9244K 5609/9244K 5613/9244K 5613/9244K 5614/9244K 5616/9244K 5617/9244K 5620/9244K 5624/9244K 5628/9244K 5630/9244K 5633/9244K 5634/9244K 5636/9244K 5640/9244K 5640/9244K 5641/9244K 5643/9244K 5647/9244K 5647/9244K 5648/9244K 5651/9244K 5653/9244K 5657/9244K 5658/9244K 5662/9244K 5663/9244K 5667/9244K 5668/9244K 5670/9244K 5674/9244K 5674/9244K 5675/9244K 5679/9244K 5680/9244K 5682/9244K 5685/9244K 5687/9244K 5691/9244K 5694/9244K 5695/9244K 5696/9244K 5698/9244K 5699/9244K 5703/9244K 5705/9244K 5706/9244K 5708/9244K 5709/9244K 5711/9244K 5712/9244K 5715/9244K 5716/9244K 5718/9244K 5719/9244K 5723/9244K 5723/9244K 5725/9244K 5729/9244K 5729/9244K 5730/9244K 5732/9244K 5733/9244K 5737/9244K 5737/9244K 5739/9244K 5743/9244K 5743/9244K 5745/9244K 5749/9244K 5749/9244K 5750/9244K 5754/9244K 5754/9244K 5756/9244K 5760/9244K 5760/9244K 5762/9244K 5763/9244K 5766/9244K 5767/9244K 5769/9244K 5770/9244K 5774/9244K 5774/9244K 5776/9244K 5780/9244K 5781/9244K 5785/9244K 5789/9244K 5793/9244K 5794/9244K 5798/9244K 5798/9244K 5800/9244K 5803/9244K 5807/9244K 5810/9244K 5811/9244K 5815/9244K 5815/9244K 5818/9244K 5820/9244K 5821/9244K 5822/9244K 5824/9244K 5825/9244K 5829/9244K 5829/9244K 5831/9244K 5832/9244K 5834/9244K 5835/9244K 5836/9244K 5840/9244K 5842/9244K 5844/9244K 5848/9244K 5848/9244K 5849/9244K 5851/9244K 5852/9244K 5856/9244K 5856/9244K 5858/9244K 5862/9244K 5862/9244K 5863/9244K 5867/9244K 5868/9244K 5869/9244K 5873/9244K 5873/9244K 5875/9244K 5879/9244K 5879/9244K 5880/9244K 5884/9244K 5885/9244K 5886/9244K 5887/9244K 5889/9244K 5893/9244K 5893/9244K 5894/9244K 5896/9244K 5897/9244K 5899/9244K 5900/9244K 5902/9244K 5903/9244K 5904/9244K 5906/9244K 5909/9244K 5910/9244K 5911/9244K 5913/9244K 5914/9244K 5916/9244K 5917/9244K 5918/9244K 5920/9244K 5921/9244K 5923/9244K 5924/9244K 5926/9244K 5927/9244K 5928/9244K 5930/9244K 5934/9244K 5934/9244K 5935/9244K 5937/9244K 5938/9244K 5942/9244K 5943/9244K 5944/9244K 5948/9244K 5948/9244K 5950/9244K 5951/9244K 5952/9244K 5954/9244K 5955/9244K 5959/9244K 5959/9244K 5961/9244K 5965/9244K 5969/9244K 5973/9244K 5975/9244K 5976/9244K 5979/9244K 5981/9244K 5982/9244K 5986/9244K 5986/9244K 5988/9244K 5991/9244K 5992/9244K 5993/9244K 5997/9244K 5998/9244K 5999/9244K 6003/9244K 6003/9244K 6005/9244K 6006/9244K 6008/9244K 6012/9244K 6012/9244K 6013/9244K 6016/9244K 6017/9244K 6019/9244K 6020/9244K 6022/9244K 6023/9244K 6026/9244K 6027/9244K 6031/9244K 6033/9244K 6034/9244K 6036/9244K 6037/9244K 6039/9244K 6040/9244K 6044/9244K 6044/9244K 6046/9244K 6047/9244K 6049/9244K 6053/9244K 6053/9244K 6054/9244K 6056/9244K 6057/9244K 6058/9244K 6061/9244K 6063/9244K 6067/9244K 6067/9244K 6068/9244K 6070/9244K 6071/9244K 6073/9244K 6074/9244K 6078/9244K 6078/9244K 6080/9244K 6084/9244K 6084/9244K 6085/9244K 6089/9244K 6090/9244K 6091/9244K 6092/9244K 6095/9244K 6097/9244K 6101/9244K 6102/9244K 6104/9244K 6108/9244K 6108/9244K 6109/9244K 6113/9244K 6114/9244K 6115/9244K 6119/9244K 6119/9244K 6123/9244K 6124/9244K 6128/9244K 6131/9244K 6132/9244K 6136/9244K 6136/9244K 6138/9244K 6139/9244K 6140/9244K 6144/9244K 6145/9244K 6146/9244K 6150/9244K 6150/9244K 6152/9244K 6153/9244K 6155/9244K 6156/9244K 6157/9244K 6161/9244K 6163/9244K 6165/9244K 6166/9244K 6167/9244K 6171/9244K 6172/9244K 6173/9244K 6174/9244K 6176/9244K 6177/9244K 6180/9244K 6182/9244K 6186/9244K 6186/9244K 6187/9244K 6189/9244K 6190/9244K 6191/9244K 6193/9244K 6197/9244K 6197/9244K 6198/9244K 6202/9244K 6203/9244K 6204/9244K 6208/9244K 6208/9244K 6210/9244K 6211/9244K 6213/9244K 6214/9244K 6215/9244K 6219/9244K 6220/9244K 6221/9244K 6225/9244K 6227/9244K 6228/9244K 6232/9244K 6232/9244K 6234/9244K 6238/9244K 6238/9244K 6239/9244K 6243/9244K 6244/9244K 6245/9244K 6249/9244K 6249/9244K 6251/9244K 6255/9244K 6255/9244K 6256/9244K 6260/9244K 6261/9244K 6262/9244K 6266/9244K 6266/9244K 6268/9244K 6269/9244K 6272/9244K 6273/9244K 6275/9244K 6278/9244K 6279/9244K 6283/9244K 6283/9244K 6285/9244K 6286/9244K 6288/9244K 6290/9244K 6292/9244K 6293/9244K 6295/9244K 6296/9244K 6299/9244K 6300/9244K 6304/9244K 6305/9244K 6306/9244K 6307/9244K 6309/9244K 6310/9244K 6312/9244K 6316/9244K 6316/9244K 6317/9244K 6321/9244K 6325/9244K 6329/9244K 6330/9244K 6331/9244K 6333/9244K 6334/9244K 6338/9244K 6338/9244K 6340/9244K 6343/9244K 6347/9244K 6347/9244K 6348/9244K 6351/9244K 6353/9244K 6357/9244K 6357/9244K 6358/9244K 6362/9244K 6363/9244K 6364/9244K 6368/9244K 6368/9244K 6370/9244K 6374/9244K 6374/9244K 6375/9244K 6379/9244K 6379/9244K 6381/9244K 6385/9244K 6385/9244K 6387/9244K 6391/9244K 6391/9244K 6392/9244K 6394/9244K 6395/9244K 6396/9244K 6398/9244K 6402/9244K 6402/9244K 6404/9244K 6405/9244K 6406/9244K 6410/9244K 6411/9244K 6412/9244K 6413/9244K 6415/9244K 6416/9244K 6418/9244K 6419/9244K 6423/9244K 6423/9244K 6425/9244K 6426/9244K 6428/9244K 6429/9244K 6430/9244K 6434/9244K 6435/9244K 6436/9244K 6440/9244K 6440/9244K 6444/9244K 6446/9244K 6449/9244K 6452/9244K 6453/9244K 6457/9244K 6457/9244K 6459/9244K 6461/9244K 6465/9244K 6466/9244K 6467/9244K 6471/9244K 6471/9244K 6473/9244K 6477/9244K 6477/9244K 6478/9244K 6481/9244K 6483/9244K 6487/9244K 6487/9244K 6488/9244K 6492/9244K 6493/9244K 6494/9244K 6498/9244K 6498/9244K 6500/9244K 6504/9244K 6504/9244K 6505/9244K 6509/9244K 6510/9244K 6511/9244K 6512/9244K 6514/9244K 6515/9244K 6517/9244K 6521/9244K 6521/9244K 6522/9244K 6524/9244K 6525/9244K 6529/9244K 6529/9244K 6532/9244K 6534/9244K 6535/9244K 6536/9244K 6540/9244K 6542/9244K 6544/9244K 6545/9244K 6546/9244K 6548/9244K 6549/9244K 6553/9244K 6553/9244K 6555/9244K 6559/9244K 6559/9244K 6560/9244K 6564/9244K 6568/9244K 6570/9244K 6572/9244K 6576/9244K 6576/9244K 6577/9244K 6581/9244K 6582/9244K 6583/9244K 6587/9244K 6587/9244K 6589/9244K 6590/9244K 6592/9244K 6596/9244K 6596/9244K 6597/9244K 6601/9244K 6601/9244K 6603/9244K 6606/9244K 6607/9244K 6611/9244K 6611/9244K 6613/9244K 6617/9244K 6617/9244K 6618/9244K 6622/9244K 6623/9244K 6624/9244K 6628/9244K 6628/9244K 6630/9244K 6631/9244K 6633/9244K 6634/9244K 6635/9244K 6637/9244K 6638/9244K 6640/9244K 6641/9244K 6642/9244K 6644/9244K 6648/9244K 6648/9244K 6650/9244K 6651/9244K 6652/9244K 6654/9244K 6655/9244K 6659/9244K 6659/9244K 6661/9244K 6662/9244K 6664/9244K 6665/9244K 6667/9244K 6668/9244K 6669/9244K 6672/9244K 6674/9244K 6678/9244K 6678/9244K 6679/9244K 6683/9244K 6685/9244K 6689/9244K 6689/9244K 6691/9244K 6695/9244K 6695/9244K 6696/9244K 6700/9244K 6700/9244K 6702/9244K 6706/9244K 6709/9244K 6710/9244K 6714/9244K 6715/9244K 6716/9244K 6720/9244K 6720/9244K 6722/9244K 6726/9244K 6726/9244K 6727/9244K 6731/9244K 6732/9244K 6733/9244K 6736/9244K 6737/9244K 6739/9244K 6741/9244K 6743/9244K 6747/9244K 6747/9244K 6749/9244K 6750/9244K 6753/9244K 6754/9244K 6758/9244K 6758/9244K 6760/9244K 6761/9244K 6763/9244K 6767/9244K 6767/9244K 6768/9244K 6770/9244K 6771/9244K 6773/9244K 6774/9244K 6778/9244K 6778/9244K 6780/9244K 6781/9244K 6782/9244K 6784/9244K 6785/9244K 6787/9244K 6788/9244K 6792/9244K 6792/9244K 6794/9244K 6797/9244K 6798/9244K 6799/9244K 6801/9244K 6802/9244K 6804/9244K 6805/9244K 6807/9244K 6808/9244K 6809/9244K 6811/9244K 6812/9244K 6814/9244K 6815/9244K 6819/9244K 6819/9244K 6821/9244K 6825/9244K 6825/9244K 6828/9244K 6829/9244K 6833/9244K 6833/9244K 6835/9244K 6839/9244K 6839/9244K 6840/9244K 6844/9244K 6845/9244K 6846/9244K 6850/9244K 6850/9244K 6852/9244K 6856/9244K 6856/9244K 6857/9244K 6859/9244K 6860/9244K 6862/9244K 6866/9244K 6866/9244K 6867/9244K 6871/9244K 6872/9244K 6873/9244K 6877/9244K 6877/9244K 6879/9244K 6880/9244K 6881/9244K 6885/9244K 6886/9244K 6887/9244K 6889/9244K 6890/9244K 6891/9244K 6893/9244K 6897/9244K 6897/9244K 6898/9244K 6900/9244K 6903/9244K 6904/9244K 6906/9244K 6907/9244K 6911/9244K 6911/9244K 6913/9244K 6917/9244K 6917/9244K 6918/9244K 6920/9244K 6924/9244K 6924/9244K 6925/9244K 6927/9244K 6928/9244K 6930/9244K 6931/9244K 6932/9244K 6934/9244K 6935/9244K 6938/9244K 6939/9244K 6941/9244K 6942/9244K 6944/9244K 6945/9244K 6947/9244K 6948/9244K 6949/9244K 6951/9244K 6955/9244K 6955/9244K 6956/9244K 6960/9244K 6961/9244K 6962/9244K 6966/9244K 6966/9244K 6968/9244K 6972/9244K 6972/9244K 6976/9244K 6978/9244K 6979/9244K 6980/9244K 6982/9244K 6986/9244K 6986/9244K 6988/9244K 6990/9244K 6992/9244K 6996/9244K 6996/9244K 6997/9244K 6999/9244K 7000/9244K 7004/9244K 7004/9244K 7006/9244K 7007/9244K 7009/9244K 7010/9244K 7012/9244K 7016/9244K 7016/9244K 7017/9244K 7019/9244K 7020/9244K 7021/9244K 7023/9244K 7024/9244K 7026/9244K 7029/9244K 7030/9244K 7031/9244K 7035/9244K 7036/9244K 7037/9244K 7038/9244K 7040/9244K 7041/9244K 7043/9244K 7044/9244K 7045/9244K 7047/9244K 7048/9244K 7051/9244K 7053/9244K 7054/9244K 7055/9244K 7057/9244K 7058/9244K 7060/9244K 7061/9244K 7062/9244K 7064/9244K 7065/9244K 7067/9244K 7068/9244K 7070/9244K 7074/9244K 7074/9244K 7075/9244K 7079/9244K 7079/9244K 7081/9244K 7085/9244K 7085/9244K 7087/9244K 7091/9244K 7091/9244K 7092/9244K 7096/9244K 7096/9244K 7098/9244K 7102/9244K 7102/9244K 7103/9244K 7106/9244K 7110/9244K 7111/9244K 7112/9244K 7115/9244K 7116/9244K 7118/9244K 7119/9244K 7123/9244K 7123/9244K 7125/9244K 7126/9244K 7128/9244K 7129/9244K 7130/9244K 7134/9244K 7135/9244K 7137/9244K 7139/9244K 7140/9244K 7142/9244K 7143/9244K 7144/9244K 7148/9244K 7149/9244K 7150/9244K 7152/9244K 7154/9244K 7156/9244K 7157/9244K 7159/9244K 7160/9244K 7161/9244K 7163/9244K 7164/9244K 7166/9244K 7167/9244K 7171/9244K 7171/9244K 7173/9244K 7176/9244K 7177/9244K 7178/9244K 7180/9244K 7181/9244K 7183/9244K 7184/9244K 7185/9244K 7187/9244K 7188/9244K 7192/9244K 7193/9244K 7194/9244K 7198/9244K 7198/9244K 7200/9244K 7204/9244K 7204/9244K 7205/9244K 7209/9244K 7210/9244K 7211/9244K 7215/9244K 7215/9244K 7217/9244K 7221/9244K 7221/9244K 7222/9244K 7226/9244K 7229/9244K 7231/9244K 7235/9244K 7235/9244K 7236/9244K 7238/9244K 7239/9244K 7242/9244K 7243/9244K 7245/9244K 7246/9244K 7248/9244K 7249/9244K 7253/9244K 7253/9244K 7256/9244K 7258/9244K 7259/9244K 7260/9244K 7262/9244K 7263/9244K 7267/9244K 7270/9244K 7272/9244K 7276/9244K 7276/9244K 7277/9244K 7279/9244K 7280/9244K 7282/9244K 7283/9244K 7284/9244K 7288/9244K 7289/9244K 7290/9244K 7292/9244K 7296/9244K 7296/9244K 7297/9244K 7300/9244K 7301/9244K 7303/9244K 7304/9244K 7306/9244K 7307/9244K 7311/9244K 7311/9244K 7313/9244K 7317/9244K 7317/9244K 7318/9244K 7322/9244K 7323/9244K 7324/9244K 7328/9244K 7328/9244K 7330/9244K 7334/9244K 7334/9244K 7335/9244K 7339/9244K 7340/9244K 7341/9244K 7342/9244K 7344/9244K 7348/9244K 7348/9244K 7350/9244K 7354/9244K 7354/9244K 7355/9244K 7357/9244K 7358/9244K 7362/9244K 7362/9244K 7364/9244K 7365/9244K 7366/9244K 7368/9244K 7369/9244K 7373/9244K 7375/9244K 7376/9244K 7378/9244K 7379/9244K 7381/9244K 7382/9244K 7386/9244K 7386/9244K 7389/9244K 7391/9244K 7395/9244K 7395/9244K 7396/9244K 7398/9244K 7399/9244K 7400/9244K 7402/9244K 7403/9244K 7406/9244K 7409/9244K 7410/9244K 7414/9244K 7415/9244K 7416/9244K 7420/9244K 7420/9244K 7422/9244K 7423/9244K 7424/9244K 7428/9244K 7429/9244K 7432/9244K 7433/9244K 7436/9244K 7437/9244K 7441/9244K 7441/9244K 7443/9244K 7447/9244K 7447/9244K 7449/9244K 7453/9244K 7453/9244K 7454/9244K 7458/9244K 7458/9244K 7460/9244K 7461/9244K 7463/9244K 7467/9244K 7468/9244K 7472/9244K 7473/9244K 7474/9244K 7475/9244K 7477/9244K 7481/9244K 7481/9244K 7482/9244K 7484/9244K 7485/9244K 7487/9244K 7488/9244K 7492/9244K 7492/9244K 7494/9244K 7497/9244K 7498/9244K 7499/9244K 7501/9244K 7504/9244K 7505/9244K 7508/9244K 7509/9244K 7513/9244K 7514/9244K 7515/9244K 7516/9244K 7518/9244K 7519/9244K 7521/9244K 7525/9244K 7525/9244K 7526/9244K 7528/9244K 7529/9244K 7533/9244K 7533/9244K 7535/9244K 7539/9244K 7539/9244K 7540/9244K 7542/9244K 7543/9244K 7547/9244K 7550/9244K 7552/9244K 7556/9244K 7556/9244K 7557/9244K 7560/9244K 7562/9244K 7566/9244K 7566/9244K 7567/9244K 7571/9244K 7572/9244K 7573/9244K 7577/9244K 7577/9244K 7579/9244K 7580/9244K 7581/9244K 7585/9244K 7586/9244K 7590/9244K 7591/9244K 7593/9244K 7594/9244K 7596/9244K 7600/9244K 7600/9244K 7601/9244K 7603/9244K 7604/9244K 7605/9244K 7607/9244K 7611/9244K 7611/9244K 7613/9244K 7617/9244K 7617/9244K 7618/9244K 7620/9244K 7621/9244K 7625/9244K 7627/9244K 7628/9244K 7632/9244K 7632/9244K 7634/9244K 7635/9244K 7637/9244K 7638/9244K 7639/9244K 7643/9244K 7644/9244K 7646/9244K 7648/9244K 7652/9244K 7652/9244K 7654/9244K 7658/9244K 7658/9244K 7659/9244K 7663/9244K 7663/9244K 7665/9244K 7669/9244K 7671/9244K 7672/9244K 7673/9244K 7677/9244K 7678/9244K 7679/9244K 7680/9244K 7682/9244K 7686/9244K 7687/9244K 7689/9244K 7693/9244K 7693/9244K 7695/9244K 7699/9244K 7699/9244K 7700/9244K 7702/9244K 7703/9244K 7707/9244K 7709/9244K 7710/9244K 7712/9244K 7713/9244K 7714/9244K 7717/9244K 7721/9244K 7721/9244K 7723/9244K 7724/9244K 7726/9244K 7727/9244K 7728/9244K 7732/9244K 7733/9244K 7734/9244K 7738/9244K 7738/9244K 7740/9244K 7741/9244K 7743/9244K 7744/9244K 7747/9244K 7748/9244K 7752/9244K 7754/9244K 7755/9244K 7757/9244K 7758/9244K 7760/9244K 7761/9244K 7765/9244K 7765/9244K 7768/9244K 7769/9244K 7773/9244K 7774/9244K 7775/9244K 7779/9244K 7779/9244K 7781/9244K 7785/9244K 7785/9244K 7786/9244K 7788/9244K 7791/9244K 7792/9244K 7794/9244K 7796/9244K 7799/9244K 7801/9244K 7802/9244K 7803/9244K 7807/9244K 7808/9244K 7809/9244K 7813/9244K 7813/9244K 7815/9244K 7816/9244K 7820/9244K 7820/9244K 7822/9244K 7823/9244K 7825/9244K 7829/9244K 7829/9244K 7830/9244K 7832/9244K 7833/9244K 7835/9244K 7837/9244K 7840/9244K 7843/9244K 7844/9244K 7846/9244K 7847/9244K 7849/9244K 7850/9244K 7854/9244K 7854/9244K 7856/9244K 7860/9244K 7860/9244K 7861/9244K 7863/9244K 7864/9244K 7867/9244K 7868/9244K 7870/9244K 7874/9244K 7874/9244K 7876/9244K 7878/9244K 7880/9244K 7881/9244K 7883/9244K 7887/9244K 7887/9244K 7888/9244K 7890/9244K 7891/9244K 7895/9244K 7895/9244K 7897/9244K 7901/9244K 7901/9244K 7902/9244K 7906/9244K 7907/9244K 7908/9244K 7912/9244K 7912/9244K 7914/9244K 7918/9244K 7918/9244K 7919/9244K 7923/9244K 7924/9244K 7925/9244K 7926/9244K 7928/9244K 7929/9244K 7931/9244K 7935/9244K 7935/9244K 7936/9244K 7940/9244K 7941/9244K 7942/9244K 7943/9244K 7945/9244K 7946/9244K 7950/9244K 7950/9244K 7952/9244K 7953/9244K 7955/9244K 7956/9244K 7958/9244K 7959/9244K 7960/9244K 7964/9244K 7965/9244K 7966/9244K 7967/9244K 7969/9244K 7970/9244K 7972/9244K 7976/9244K 7976/9244K 7977/9244K 7981/9244K 7982/9244K 7983/9244K 7984/9244K 7986/9244K 7990/9244K 7990/9244K 7992/9244K 7996/9244K 7996/9244K 7997/9244K 8001/9244K 8001/9244K 8003/9244K 8004/9244K 8006/9244K 8010/9244K 8010/9244K 8011/9244K 8013/9244K 8017/9244K 8017/9244K 8018/9244K 8022/9244K 8023/9244K 8024/9244K 8028/9244K 8028/9244K 8030/9244K 8034/9244K 8034/9244K 8035/9244K 8039/9244K 8040/9244K 8041/9244K 8045/9244K 8045/9244K 8047/9244K 8048/9244K 8051/9244K 8052/9244K 8056/9244K 8057/9244K 8058/9244K 8062/9244K 8062/9244K 8064/9244K 8065/9244K 8066/9244K 8069/9244K 8072/9244K 8074/9244K 8075/9244K 8076/9244K 8078/9244K 8081/9244K 8082/9244K 8086/9244K 8086/9244K 8088/9244K 8089/9244K 8090/9244K 8094/9244K 8095/9244K 8096/9244K 8100/9244K 8100/9244K 8102/9244K 8106/9244K 8109/9244K 8110/9244K 8114/9244K 8115/9244K 8116/9244K 8120/9244K 8120/9244K 8122/9244K 8126/9244K 8126/9244K 8127/9244K 8129/9244K 8130/9244K 8134/9244K 8136/9244K 8137/9244K 8141/9244K 8141/9244K 8143/9244K 8147/9244K 8147/9244K 8148/9244K 8152/9244K 8153/9244K 8154/9244K 8158/9244K 8158/9244K 8162/9244K 8163/9244K 8164/9244K 8165/9244K 8167/9244K 8170/9244K 8171/9244K 8173/9244K 8175/9244K 8177/9244K 8181/9244K 8181/9244K 8182/9244K 8186/9244K 8187/9244K 8188/9244K 8189/9244K 8191/9244K 8192/9244K 8194/9244K 8197/9244K 8198/9244K 8199/9244K 8201/9244K 8205/9244K 8206/9244K 8210/9244K 8211/9244K 8212/9244K 8214/9244K 8215/9244K 8219/9244K 8219/9244K 8221/9244K 8225/9244K 8225/9244K 8226/9244K 8230/9244K 8230/9244K 8233/9244K 8235/9244K 8239/9244K 8239/9244K 8240/9244K 8244/9244K 8245/9244K 8246/9244K 8250/9244K 8250/9244K 8252/9244K 8253/9244K 8255/9244K 8259/9244K 8260/9244K 8262/9244K 8266/9244K 8266/9244K 8267/9244K 8271/9244K 8271/9244K 8273/9244K 8274/9244K 8277/9244K 8279/9244K 8283/9244K 8283/9244K 8286/9244K 8287/9244K 8288/9244K 8290/9244K 8294/9244K 8294/9244K 8296/9244K 8297/9244K 8300/9244K 8301/9244K 8304/9244K 8305/9244K 8307/9244K 8311/9244K 8311/9244K 8312/9244K 8314/9244K 8315/9244K 8317/9244K 8318/9244K 8320/9244K 8321/9244K 8324/9244K 8325/9244K 8329/9244K 8331/9244K 8335/9244K 8335/9244K 8337/9244K 8338/9244K 8339/9244K 8343/9244K 8344/9244K 8345/9244K 8349/9244K 8349/9244K 8351/9244K 8355/9244K 8355/9244K 8356/9244K 8358/9244K 8359/9244K 8363/9244K 8363/9244K 8365/9244K 8369/9244K 8369/9244K 8370/9244K 8374/9244K 8375/9244K 8376/9244K 8378/9244K 8379/9244K 8383/9244K 8386/9244K 8387/9244K 8390/9244K 8392/9244K 8396/9244K 8396/9244K 8397/9244K 8401/9244K 8402/9244K 8406/9244K 8407/9244K 8410/9244K 8414/9244K 8418/9244K 8419/9244K 8420/9244K 8421/9244K 8424/9244K 8426/9244K 8430/9244K 8430/9244K 8431/9244K 8433/9244K 8436/9244K 8437/9244K 8438/9244K 8440/9244K 8441/9244K 8443/9244K 8444/9244K 8445/9244K 8449/9244K 8450/9244K 8451/9244K 8455/9244K 8457/9244K 8460/9244K 8461/9244K 8462/9244K 8464/9244K 8468/9244K 8468/9244K 8469/9244K 8473/9244K 8474/9244K 8475/9244K 8479/9244K 8479/9244K 8481/9244K 8482/9244K 8484/9244K 8488/9244K 8488/9244K 8489/9244K 8493/9244K 8493/9244K 8495/9244K 8499/9244K 8499/9244K 8501/9244K 8502/9244K 8503/9244K 8507/9244K 8509/9244K 8510/9244K 8512/9244K 8515/9244K 8516/9244K 8520/9244K 8520/9244K 8522/9244K 8526/9244K 8526/9244K 8527/9244K 8531/9244K 8533/9244K 8537/9244K 8539/9244K 8542/9244K 8543/9244K 8544/9244K 8546/9244K 8549/9244K 8550/9244K 8554/9244K 8554/9244K 8556/9244K 8560/9244K 8560/9244K 8561/9244K 8563/9244K 8564/9244K 8566/9244K 8567/9244K 8568/9244K 8570/9244K 8574/9244K 8574/9244K 8577/9244K 8581/9244K 8581/9244K 8584/9244K 8587/9244K 8588/9244K 8590/9244K 8591/9244K 8595/9244K 8595/9244K 8597/9244K 8601/9244K 8601/9244K 8602/9244K 8606/9244K 8609/9244K 8611/9244K 8614/9244K 8615/9244K 8617/9244K 8621/9244K 8621/9244K 8622/9244K 8626/9244K 8626/9244K 8628/9244K 8629/9244K 8631/9244K 8635/9244K 8635/9244K 8636/9244K 8639/9244K 8642/9244K 8643/9244K 8647/9244K 8648/9244K 8649/9244K 8653/9244K 8653/9244K 8655/9244K 8659/9244K 8660/9244K 8664/9244K 8667/9244K 8669/9244K 8670/9244K 8672/9244K 8676/9244K 8676/9244K 8677/9244K 8681/9244K 8682/9244K 8683/9244K 8687/9244K 8687/9244K 8689/9244K 8690/9244K 8691/9244K 8693/9244K 8694/9244K 8696/9244K 8697/9244K 8701/9244K 8701/9244K 8703/9244K 8704/9244K 8708/9244K 8708/9244K 8712/9244K 8713/9244K 8714/9244K 8716/9244K 8717/9244K 8718/9244K 8722/9244K 8723/9244K 8724/9244K 8728/9244K 8728/9244K 8730/9244K 8734/9244K 8735/9244K 8737/9244K 8738/9244K 8740/9244K 8741/9244K 8742/9244K 8746/9244K 8748/9244K 8749/9244K 8753/9244K 8754/9244K 8755/9244K 8757/9244K 8758/9244K 8762/9244K 8762/9244K 8764/9244K 8765/9244K 8766/9244K 8769/9244K 8771/9244K 8775/9244K 8775/9244K 8776/9244K 8780/9244K 8781/9244K 8782/9244K 8786/9244K 8786/9244K 8790/9244K 8792/9244K 8795/9244K 8796/9244K 8798/9244K 8800/9244K 8803/9244K 8805/9244K 8809/9244K 8809/9244K 8810/9244K 8814/9244K 8814/9244K 8816/9244K 8817/9244K 8819/9244K 8820/9244K 8822/9244K 8823/9244K 8824/9244K 8828/9244K 8829/9244K 8830/9244K 8833/9244K 8836/9244K 8839/9244K 8841/9244K 8843/9244K 8844/9244K 8846/9244K 8850/9244K 8850/9244K 8851/9244K 8855/9244K 8855/9244K 8857/9244K 8861/9244K 8863/9244K 8864/9244K 8865/9244K 8867/9244K 8868/9244K 8870/9244K 8874/9244K 8874/9244K 8875/9244K 8878/9244K 8881/9244K 8882/9244K 8884/9244K 8885/9244K 8889/9244K 8889/9244K 8892/9244K 8894/9244K 8897/9244K 8898/9244K 8902/9244K 8902/9244K 8904/9244K 8908/9244K 8908/9244K 8909/9244K 8913/9244K 8913/9244K 8917/9244K 8921/9244K 8922/9244K 8923/9244K 8925/9244K 8928/9244K 8930/9244K 8932/9244K 8936/9244K 8936/9244K 8938/9244K 8942/9244K 8942/9244K 8943/9244K 8945/9244K 8946/9244K 8947/9244K 8949/9244K 8950/9244K 8952/9244K 8956/9244K 8956/9244K 8957/9244K 8960/9244K 8963/9244K 8966/9244K 8967/9244K 8969/9244K 8970/9244K 8971/9244K 8973/9244K 8977/9244K 8977/9244K 8979/9244K 8983/9244K 8983/9244K 8984/9244K 8988/9244K 8990/9244K 8991/9244K 8993/9244K 8994/9244K 8995/9244K 8997/9244K 9000/9244K 9003/9244K 9005/9244K 9008/9244K 9010/9244K 9011/9244K 9012/9244K 9016/9244K 9017/9244K 9018/9244K 9020/9244K 9021/9244K 9024/9244K 9025/9244K 9029/9244K 9029/9244K 9031/9244K 9035/9244K 9035/9244K 9036/9244K 9040/9244K 9042/9244K 9046/9244K 9048/9244K 9052/9244K 9052/9244K 9056/9244K 9058/9244K 9059/9244K 9061/9244K 9062/9244K 9066/9244K 9066/9244K 9068/9244K 9072/9244K 9072/9244K 9073/9244K 9075/9244K 9076/9244K 9078/9244K 9079/9244K 9080/9244K 9082/9244K 9086/9244K 9086/9244K 9087/9244K 9091/9244K 9093/9244K 9096/9244K 9099/9244K 9100/9244K 9102/9244K 9103/9244K 9107/9244K 9107/9244K 9109/9244K 9113/9244K 9113/9244K 9114/9244K 9118/9244K 9119/9244K 9121/9244K 9123/9244K 9124/9244K 9126/9244K 9127/9244K 9130/9244K 9131/9244K 9135/9244K 9138/9244K 9140/9244K 9141/9244K 9143/9244K 9147/9244K 9147/9244K 9150/9244K 9151/9244K 9154/9244K 9155/9244K 9159/9244K 9160/9244K 9161/9244K 9165/9244K 9165/9244K 9167/9244K 9171/9244K 9171/9244K 9172/9244K 9176/9244K 9178/9244K 9182/9244K 9182/9244K 9186/9244K 9188/9244K 9189/9244K 9191/9244K 9192/9244K 9196/9244K 9196/9244K 9198/9244K 9202/9244K 9202/9244K 9203/9244K 9205/9244K 9206/9244K 9208/9244K 9209/9244K 9210/9244K 9212/9244K 9213/9244K 9215/9244K 9216/9244K 9220/9244K 9223/9244K 9225/9244K 9226/9244K 9227/9244K 9229/9244K 9230/9244K 9232/9244K 9233/9244K 9237/9244K 9237/9244K 9239/9244K 9243/9244K 9243/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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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.v20191209-2133 [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 17 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Progress (1): 4.1/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 398 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Progress (1): 4.1/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 547 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.7 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 41 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 364 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 594 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.5 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 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar Progress (1): 4.1/29 kB Progress (1): 7.7/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (1): 28/29 kB Progress (1): 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 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 31 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 434 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.3 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 196 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 311 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 334 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 598 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 218 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 103 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 188 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 138 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 (1): 209/262 kB Progress (1): 213/262 kB Progress (1): 217/262 kB Progress (1): 221/262 kB Progress (1): 225/262 kB Progress (1): 229/262 kB Progress (2): 229/262 kB | 4.1/8.5 kB Progress (2): 233/262 kB | 4.1/8.5 kB Progress (3): 233/262 kB | 4.1/8.5 kB | 4.1/79 kB Progress (3): 233/262 kB | 7.7/8.5 kB | 4.1/79 kB Progress (4): 233/262 kB | 7.7/8.5 kB | 4.1/79 kB | 4.1/51 kB Progress (4): 237/262 kB | 7.7/8.5 kB | 4.1/79 kB | 4.1/51 kB Progress (4): 237/262 kB | 7.7/8.5 kB | 4.1/79 kB | 7.7/51 kB Progress (4): 237/262 kB | 8.5 kB | 4.1/79 kB | 7.7/51 kB Progress (4): 237/262 kB | 8.5 kB | 7.7/79 kB | 7.7/51 kB Progress (4): 237/262 kB | 8.5 kB | 7.7/79 kB | 12/51 kB Progress (4): 241/262 kB | 8.5 kB | 7.7/79 kB | 12/51 kB Progress (4): 241/262 kB | 8.5 kB | 7.7/79 kB | 16/51 kB Progress (4): 241/262 kB | 8.5 kB | 12/79 kB | 16/51 kB Progress (4): 245/262 kB | 8.5 kB | 12/79 kB | 16/51 kB Progress (4): 245/262 kB | 8.5 kB | 12/79 kB | 20/51 kB Progress (4): 245/262 kB | 8.5 kB | 16/79 kB | 20/51 kB Progress (4): 245/262 kB | 8.5 kB | 16/79 kB | 24/51 kB Progress (4): 249/262 kB | 8.5 kB | 16/79 kB | 24/51 kB Progress (4): 249/262 kB | 8.5 kB | 20/79 kB | 24/51 kB Progress (4): 249/262 kB | 8.5 kB | 20/79 kB | 28/51 kB Progress (4): 253/262 kB | 8.5 kB | 20/79 kB | 28/51 kB Progress (4): 253/262 kB | 8.5 kB | 20/79 kB | 32/51 kB Progress (4): 253/262 kB | 8.5 kB | 24/79 kB | 32/51 kB Progress (4): 253/262 kB | 8.5 kB | 24/79 kB | 36/51 kB Progress (4): 257/262 kB | 8.5 kB | 24/79 kB | 36/51 kB Progress (4): 257/262 kB | 8.5 kB | 28/79 kB | 36/51 kB Progress (4): 257/262 kB | 8.5 kB | 28/79 kB | 40/51 kB Progress (4): 257/262 kB | 8.5 kB | 32/79 kB | 40/51 kB Progress (4): 261/262 kB | 8.5 kB | 32/79 kB | 40/51 kB Progress (4): 261/262 kB | 8.5 kB | 32/79 kB | 44/51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 223 kB/s) Progress (3): 261/262 kB | 32/79 kB | 48/51 kB Progress (3): 261/262 kB | 36/79 kB | 48/51 kB Progress (3): 262 kB | 36/79 kB | 48/51 kB Progress (3): 262 kB | 40/79 kB | 48/51 kB Progress (3): 262 kB | 40/79 kB | 51 kB Progress (3): 262 kB | 44/79 kB | 51 kB Progress (3): 262 kB | 48/79 kB | 51 kB Progress (3): 262 kB | 52/79 kB | 51 kB Progress (3): 262 kB | 56/79 kB | 51 kB Progress (3): 262 kB | 60/79 kB | 51 kB Progress (3): 262 kB | 64/79 kB | 51 kB Progress (3): 262 kB | 68/79 kB | 51 kB Progress (3): 262 kB | 72/79 kB | 51 kB Progress (3): 262 kB | 76/79 kB | 51 kB Progress (3): 262 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/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 977 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 1.5 MB/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 [ 15.167 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.012 s] [INFO] RedDeer Common ..................................... SUCCESS [ 14.856 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 4.615 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 3.980 s] [INFO] RedDeer Core ....................................... SUCCESS [ 6.276 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 5.823 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 3.976 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 9.191 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 3.652 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 3.471 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 3.942 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 4.108 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 6.064 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 3.016 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 2.766 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 8.207 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 3.249 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 3.501 s] [INFO] RedDeer Selenium ................................... SUCCESS [ 2.661 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 3.308 s] [INFO] RedDeer UI ......................................... SUCCESS [ 4.076 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 3.522 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 3.842 s] [INFO] RedDeer Go ......................................... SUCCESS [ 2.514 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 8.574 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 3.387 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.009 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 3.035 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.190 s] [INFO] RedDeer Common Tests ............................... SUCCESS [ 6.641 s] [INFO] RedDeer SWT Tests .................................. SUCCESS [ 6.815 s] [INFO] RedDeer Core Tests ................................. SUCCESS [ 6.718 s] [INFO] RedDeer Workbench Tests ............................ SUCCESS [ 10.289 s] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 4.815 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [ 4.738 s] [INFO] RedDeer Eclipse Tests .............................. SUCCESS [ 16.121 s] [INFO] RedDeer GEF Tests .................................. SUCCESS [ 4.912 s] [INFO] RedDeer Graphiti Tests ............................. SUCCESS [ 4.408 s] [INFO] RedDeer Direct Tests ............................... SUCCESS [ 4.273 s] [INFO] RedDeer JUnit Tests ................................ SUCCESS [ 6.278 s] [INFO] RedDeer Requirements Tests ......................... SUCCESS [ 12.373 s] [INFO] RedDeer UI Tests ................................... SUCCESS [ 9.617 s] [INFO] RedDeer E4 Workbench Tests ......................... SUCCESS [ 3.220 s] [INFO] RedDeer Features ................................... SUCCESS [ 0.010 s] [INFO] RedDeer E4 Feature ................................. SUCCESS [ 2.678 s] [INFO] RedDeer Eclipse Feature ............................ SUCCESS [ 3.603 s] [INFO] RedDeer GEF Spy Feature ............................ SUCCESS [ 2.557 s] [INFO] RedDeer SWT Feature ................................ SUCCESS [ 2.685 s] [INFO] RedDeer Tests Feature .............................. SUCCESS [ 3.156 s] [INFO] RedDeer UI Feature ................................. SUCCESS [ 2.559 s] [INFO] RedDeer Recorder Feature ........................... SUCCESS [ 2.477 s] [INFO] RedDeer GEF/Graphiti Feature ....................... SUCCESS [ 3.060 s] [INFO] RedDeer Spy Feature ................................ SUCCESS [ 7.962 s] [INFO] RedDeer Log Parser Feature ......................... SUCCESS [ 2.838 s] [INFO] RedDeer Selenium Feature ........................... SUCCESS [ 2.538 s] [INFO] RedDeer CodeGen Feature ............................ SUCCESS [ 2.500 s] [INFO] RedDeer Site ....................................... SUCCESS [ 36.336 s] [INFO] RedDeer Archetype .................................. SUCCESS [ 1.030 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:23 min [INFO] Finished at: 2019-12-09T21:41:24Z [INFO] ------------------------------------------------------------------------ [reddeer.nightly] $ /bin/sh -xe /tmp/jenkins8965150272372272307.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.e4.feature.source_2.8.0.v20191209-2133.jar (deflated 10%) adding: features/org.eclipse.reddeer.spy.feature_2.8.0.v20191209-2133.jar (deflated 4%) adding: features/org.eclipse.reddeer.tests.feature_2.8.0.v20191209-2133.jar (deflated 4%) adding: features/org.eclipse.reddeer.e4.feature_2.8.0.v20191209-2133.jar (deflated 4%) adding: features/org.eclipse.reddeer.logparser.feature.source_2.8.0.v20191209-2133.jar (deflated 11%) adding: features/org.eclipse.reddeer.swt.feature_2.8.0.v20191209-2133.jar (deflated 4%) adding: features/org.eclipse.reddeer.selenium.feature_2.8.0.v20191209-2133.jar (deflated 4%) adding: features/org.eclipse.reddeer.recorder.feature.source_2.8.0.v20191209-2133.jar (deflated 11%) adding: features/org.eclipse.reddeer.gef.spy.feature_2.8.0.v20191209-2133.jar (deflated 4%) adding: features/org.eclipse.reddeer.graphiti.feature.source_2.8.0.v20191209-2133.jar (deflated 11%) adding: features/org.eclipse.reddeer.ui.feature_2.8.0.v20191209-2133.jar (deflated 4%) adding: features/org.eclipse.reddeer.codegen.feature_2.8.0.v20191209-2133.jar (deflated 4%) adding: features/org.eclipse.reddeer.graphiti.feature_2.8.0.v20191209-2133.jar (deflated 4%) adding: features/org.eclipse.reddeer.eclipse.feature.source_2.8.0.v20191209-2133.jar (deflated 11%) adding: features/org.eclipse.reddeer.ui.feature.source_2.8.0.v20191209-2133.jar (deflated 10%) adding: features/org.eclipse.reddeer.eclipse.feature_2.8.0.v20191209-2133.jar (deflated 4%) adding: features/org.eclipse.reddeer.recorder.feature_2.8.0.v20191209-2133.jar (deflated 4%) adding: features/org.eclipse.reddeer.swt.feature.source_2.8.0.v20191209-2133.jar (deflated 10%) adding: features/org.eclipse.reddeer.tests.feature.source_2.8.0.v20191209-2133.jar (deflated 11%) adding: features/org.eclipse.reddeer.logparser.feature_2.8.0.v20191209-2133.jar (deflated 4%) adding: p2.index (deflated 35%) adding: plugins/ (stored 0%) adding: plugins/org.eclipse.reddeer.eclipse.test_2.8.0.v20191209-2133.jar.pack.gz (deflated 0%) adding: plugins/com.google.protobuf_2.4.0.v201105131100.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.direct.test_2.8.0.v20191209-2133.jar (deflated 17%) adding: plugins/org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.ui.console_3.9.0.v20191126-0912.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.workbench.test_2.8.0.v20191209-2133.jar (deflated 12%) adding: plugins/org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.ui_2.8.0.v20191209-2133.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.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.e4.workbench.core_2.8.0.v20191209-2133.jar (deflated 16%) adding: plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar (deflated 16%) adding: plugins/org.eclipse.ant.core_3.5.600.v20191122-2102.jar (deflated 5%) adding: plugins/org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.m2e.core_1.13.0.20190716-1624.jar (deflated 10%) adding: plugins/org.eclipse.jdt.launching_3.16.0.v20191108-0353.jar.pack.gz (deflated 0%) adding: plugins/org.json_1.0.0.v201011060100.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar (deflated 14%) adding: plugins/org.eclipse.update.configurator_3.4.400.v20191122-2102.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.go.source_2.8.0.v20191209-2133.jar (deflated 8%) adding: plugins/org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.selenium_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar (deflated 8%) adding: plugins/org.eclipse.reddeer.jface.test_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.app_1.4.300.v20190815-1535.jar (deflated 7%) adding: plugins/org.eclipse.reddeer.jface_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar (deflated 13%) adding: plugins/org.eclipse.reddeer.workbench_2.8.0.v20191209-2133.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.junit.test.source_2.8.0.v20191209-2133.jar (deflated 23%) adding: plugins/org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.direct.test_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar (deflated 13%) adding: plugins/org.eclipse.jdt.junit_3.11.600.v20191115-1651.jar (deflated 13%) adding: plugins/org.mockito_2.23.0.v20190527-1420.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar (deflated 15%) adding: plugins/org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.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.equinox.p2.publisher_1.5.300.v20191016-0507.jar (deflated 8%) adding: plugins/org.eclipse.reddeer.jdt.junit_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.ui.browser_3.6.600.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ant.core_3.5.600.v20191122-2102.jar.pack.gz (deflated 0%) adding: plugins/net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz (deflated 0%) adding: plugins/com.google.javascript_0.0.20160315.v20161124-1903.jar (deflated 8%) adding: plugins/org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar (deflated 9%) adding: plugins/org.eclipse.ui.views_3.10.100.v20191114-0830.jar (deflated 13%) adding: plugins/org.slf4j.api_1.7.10.v20170428-1633.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.direct.source_2.8.0.v20191209-2133.jar (deflated 16%) adding: plugins/org.eclipse.reddeer.workbench.source_2.8.0.v20191209-2133.jar (deflated 16%) adding: plugins/org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar (deflated 13%) adding: plugins/org.eclipse.ui.genericeditor_1.1.600.v20191114-0832.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.resources_3.13.600.v20191122-2104.jar (deflated 6%) adding: plugins/org.eclipse.reddeer.core.test.source_2.8.0.v20191209-2133.jar (deflated 16%) adding: plugins/org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar (deflated 11%) adding: plugins/org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.m2e.model.edit_1.13.0.20190716-1624.jar.pack.gz (deflated 0%) adding: plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.pde.core_3.13.200.v20191202-2135.jar (deflated 7%) adding: plugins/org.eclipse.search_3.11.800.v20191122-2108.jar (deflated 10%) adding: plugins/org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.osgi.services_3.8.0.v20190206-2147.jar (deflated 18%) adding: plugins/org.eclipse.ant.ui_3.7.600.v20191122-2102.jar.pack.gz (deflated 0%) adding: plugins/com.google.guava_27.1.0.v20190517-1946.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.requirements.source_2.8.0.v20191209-2133.jar (deflated 21%) adding: plugins/org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.compare_3.7.800.v20191122-2107.jar (deflated 10%) adding: plugins/org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar (deflated 13%) adding: plugins/org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar (deflated 24%) adding: plugins/com.google.gson_2.8.2.v20180104-1110.jar (deflated 11%) adding: plugins/org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar (deflated 10%) adding: plugins/org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar (deflated 6%) adding: plugins/org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.workbench_2.8.0.v20191209-2133.jar (deflated 16%) adding: plugins/org.eclipse.wst.web_1.2.100.v201905161255.jar (deflated 12%) adding: plugins/org.eclipse.swtbot.generator.jdt_2.9.0.201909110845.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.uiforms_2.8.0.v20191209-2133.jar (deflated 21%) adding: plugins/org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar (deflated 12%) adding: plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar (deflated 15%) adding: plugins/org.eclipse.wst.css.ui_1.1.200.v201904272112.jar (deflated 11%) adding: plugins/org.eclipse.ui.cheatsheets_3.5.600.v20191123-0656.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.jsdt.ui_2.0.400.v201908150108.jar (deflated 10%) adding: plugins/org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar (deflated 12%) adding: plugins/org.junit_4.12.0.v201504281640.jar (deflated 0%) adding: plugins/org.eclipse.ui.console_3.9.0.v20191126-0912.jar (deflated 13%) adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%) adding: plugins/org.objenesis_2.6.0.v20180420-1519.jar (deflated 19%) adding: plugins/org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.swt.test.source_2.8.0.v20191209-2133.jar (deflated 17%) adding: plugins/org.eclipse.compare.core_3.6.700.v20191122-2107.jar (deflated 8%) adding: plugins/org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar (deflated 12%) adding: plugins/org.eclipse.wst.sse.ui_1.6.200.v201910221150.jar (deflated 11%) adding: plugins/org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.spy_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.jdt.junit_2.8.0.v20191209-2133.jar (deflated 14%) adding: plugins/org.eclipse.reddeer.swt.source_2.8.0.v20191209-2133.jar (deflated 17%) adding: plugins/org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar (deflated 10%) adding: plugins/org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.codegen_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar (deflated 8%) adding: plugins/org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar (deflated 14%) adding: plugins/org.apache.lucene.core_7.5.0.v20181003-1532.jar (deflated 9%) adding: plugins/org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar (deflated 22%) adding: plugins/org.eclipse.core.variables_3.4.700.v20191114-1848.jar (deflated 12%) adding: plugins/org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar (deflated 9%) adding: plugins/org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar (deflated 16%) adding: plugins/org.eclipse.reddeer.workbench.core_2.8.0.v20191209-2133.jar (deflated 17%) adding: plugins/org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar (deflated 18%) adding: plugins/org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz (deflated 2%) adding: plugins/org.eclipse.reddeer.core.test_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ant.launching_1.2.700.v20191127-0426.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.requirements_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar (deflated 10%) adding: plugins/org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui_3.115.0.v20191127-1056.jar (deflated 18%) adding: plugins/org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651.jar (deflated 13%) adding: plugins/org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar (deflated 6%) adding: plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar (deflated 7%) adding: plugins/org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.workbench.core_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar (deflated 13%) adding: plugins/org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar (deflated 13%) adding: plugins/org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601.jar.pack.gz (deflated 2%) adding: plugins/org.eclipse.pde.ui_3.11.200.v20191112-0626.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.genericeditor_1.1.600.v20191114-0832.jar (deflated 11%) adding: plugins/org.eclipse.ant.launching_1.2.700.v20191127-0426.jar (deflated 6%) adding: plugins/org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191204-0601.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar (deflated 12%) adding: plugins/org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar (deflated 16%) adding: plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar (deflated 14%) adding: plugins/org.eclipse.jdt.ui_3.20.0.v20191203-1301.jar (deflated 9%) adding: plugins/org.eclipse.gef_3.11.0.201606061308.jar.pack.gz (deflated 0%) adding: plugins/net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.sse.ui_1.6.200.v201910221150.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.emf.transaction_1.9.1.201805140824.jar (deflated 11%) adding: plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.recorder_2.8.0.v20191209-2133.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.core.externaltools_1.1.500.v20191014-1300.jar (deflated 12%) adding: plugins/org.eclipse.ui.trace_1.1.700.v20191105-1619.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.swt.test_2.8.0.v20191209-2133.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar (deflated 12%) adding: plugins/org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar (deflated 9%) adding: plugins/org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar (deflated 13%) adding: plugins/org.eclipse.reddeer.workbench.test.source_2.8.0.v20191209-2133.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.common_2.8.0.v20191209-2133.jar (deflated 14%) adding: plugins/org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar (deflated 20%) adding: plugins/org.eclipse.draw2d_3.10.100.201606061308.jar (deflated 8%) adding: plugins/org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar (deflated 11%) adding: plugins/org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar (deflated 22%) adding: plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.graphiti_2.8.0.v20191209-2133.jar (deflated 20%) adding: plugins/org.eclipse.reddeer.jface.test.source_2.8.0.v20191209-2133.jar (deflated 18%) adding: plugins/org.eclipse.reddeer.junit.test_2.8.0.v20191209-2133.jar (deflated 23%) adding: plugins/org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.common.environment_1.0.400.v201903222010.jar (deflated 16%) adding: plugins/org.eclipse.wst.common.core_1.3.0.v201903222010.jar (deflated 17%) adding: plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836.jar (deflated 11%) adding: plugins/org.eclipse.graphiti_0.16.1.201909061426.jar (deflated 17%) adding: plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar (deflated 10%) adding: plugins/org.apache.commons.logging_1.2.0.v20180409-1502.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.reddeer.graphiti.source_2.8.0.v20191209-2133.jar (deflated 19%) adding: plugins/org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.e4.workbench.source_2.8.0.v20191209-2133.jar (deflated 17%) adding: plugins/org.eclipse.pde.build_3.10.600.v20191011-0535.jar (deflated 1%) adding: plugins/org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.spy_2.8.0.v20191209-2133.jar (deflated 16%) adding: plugins/org.eclipse.team.core_3.8.800.v20191122-2107.jar (deflated 10%) adding: plugins/org.eclipse.jst.server.core_1.2.600.v201910252115.jar (deflated 12%) adding: plugins/org.eclipse.ui.intro_3.5.800.v20191123-0656.jar (deflated 9%) adding: plugins/org.eclipse.m2e.workspace.cli_0.3.1.jar (deflated 18%) adding: plugins/org.eclipse.ui.editors_3.13.0.v20191203-1122.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar (deflated 9%) adding: plugins/org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.uiforms.test_2.8.0.v20191209-2133.jar (deflated 17%) adding: plugins/org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar (deflated 13%) adding: plugins/org.eclipse.update.configurator_3.4.400.v20191122-2102.jar (deflated 7%) 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.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.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.equinox.p2.director.app_1.1.400.v20191015-1945.jar.pack.gz (deflated 0%) adding: plugins/org.sat4j.core_2.3.5.v201308161310.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.compare.core_3.6.700.v20191122-2107.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar (deflated 11%) adding: plugins/org.mockito_2.23.0.v20190527-1420.jar (deflated 15%) adding: plugins/org.eclipse.wst.sse.core_1.2.100.v201901310548.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.logparser.source_2.8.0.v20191209-2133.jar (deflated 13%) adding: plugins/org.apache.ant_1.10.7.v20190926-0324.jar (deflated 0%) adding: plugins/org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar (deflated 8%) adding: plugins/org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar (deflated 13%) adding: plugins/org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.uiforms_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.junit.extension_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191015-1207.jar (deflated 6%) adding: plugins/org.eclipse.reddeer.junit.extension.source_2.8.0.v20191209-2133.jar (deflated 20%) adding: plugins/com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar (deflated 16%) adding: plugins/org.eclipse.ui.navigator.resources_3.7.100.v20191114-0830.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.common.source_2.8.0.v20191209-2133.jar (deflated 15%) adding: plugins/org.slf4j.api_1.7.10.v20170428-1633.jar (deflated 13%) adding: plugins/org.eclipse.wst.validation_1.2.800.v201904082137.jar (deflated 9%) adding: plugins/org.eclipse.ui.views_3.10.100.v20191114-0830.jar.pack.gz (deflated 0%) adding: plugins/org.apache.commons.lang_2.6.0.v201404270220.jar (deflated 8%) adding: plugins/org.eclipse.pde.ui_3.11.200.v20191112-0626.jar (deflated 10%) adding: plugins/org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar (deflated 21%) adding: plugins/org.eclipse.core.databinding_1.7.700.v20191122-2109.jar (deflated 12%) adding: plugins/org.apache.xerces_2.9.0.v201101211617.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar (deflated 11%) adding: plugins/org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.gef_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar (deflated 7%) adding: plugins/org.eclipse.jdt.core.manipulation_1.13.0.v20191203-0859.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar (deflated 11%) adding: plugins/org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.swt_3.113.0.v20191204-0601.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.html.core_1.3.200.v201910140306.jar (deflated 12%) adding: plugins/org.eclipse.gef_3.11.0.201606061308.jar (deflated 11%) adding: plugins/org.eclipse.ui.navigator.resources_3.7.100.v20191114-0830.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar (deflated 8%) adding: plugins/org.eclipse.ui.externaltools_3.4.500.v20191025-1523.jar (deflated 14%) adding: plugins/com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.eclipse.test_2.8.0.v20191209-2133.jar (deflated 17%) adding: plugins/org.eclipse.m2e.core_1.13.0.20190716-1624.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar (deflated 11%) adding: plugins/org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.direct.test.source_2.8.0.v20191209-2133.jar (deflated 16%) adding: plugins/org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.recorder.source_2.8.0.v20191209-2133.jar (deflated 13%) adding: plugins/org.eclipse.core.expressions_3.6.600.v20191122-2104.jar (deflated 10%) adding: plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.jface.source_2.8.0.v20191209-2133.jar (deflated 16%) adding: plugins/org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar (deflated 12%) adding: plugins/org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.recorder_2.8.0.v20191209-2133.jar (deflated 9%) adding: plugins/org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar (deflated 14%) adding: plugins/org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar (deflated 8%) adding: plugins/org.eclipse.team.ui_3.8.700.v20191122-2107.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.core.manipulation_1.13.0.v20191203-0859.jar (deflated 8%) adding: plugins/org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar (deflated 18%) adding: plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz (deflated 0%) 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.wst.common.modulecore_1.3.100.v201903222010.jar (deflated 12%) adding: plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.13.0.20190716-1623.jar (deflated 5%) adding: plugins/org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.common.test_2.8.0.v20191209-2133.jar (deflated 17%) adding: plugins/org.eclipse.emf.validation_1.8.0.201812070911.jar (deflated 11%) adding: plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.1.400.v20191015-1836.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jdt_3.18.200.v20191204-1800.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz (deflated 0%) adding: plugins/org.hamcrest.library_1.3.0.v20180524-2246.jar (deflated 9%) adding: plugins/org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar (deflated 15%) adding: plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar (deflated 15%) adding: plugins/org.eclipse.core.expressions_3.6.600.v20191122-2104.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.jface.test_2.8.0.v20191209-2133.jar (deflated 12%) adding: plugins/org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar (deflated 21%) adding: plugins/org.eclipse.reddeer.requirements.test_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar (deflated 15%) adding: plugins/org.eclipse.jdt.debug_3.14.0.v20191105-0758.jar (deflated 0%) adding: plugins/org.eclipse.reddeer.jface_2.8.0.v20191209-2133.jar (deflated 15%) adding: plugins/org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.eclipse_2.8.0.v20191209-2133.jar (deflated 19%) adding: plugins/org.eclipse.reddeer.e4.workbench_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.common.test.source_2.8.0.v20191209-2133.jar (deflated 20%) adding: plugins/org.eclipse.reddeer.workbench.core.source_2.8.0.v20191209-2133.jar (deflated 15%) adding: plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar (deflated 11%) adding: plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar (deflated 27%) adding: plugins/org.apache.batik.constants_1.11.0.v20190515-0436.jar (deflated 18%) adding: plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206.jar (deflated 9%) adding: plugins/org.eclipse.wst.common.core_1.3.0.v201903222010.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.reddeer.junit.source_2.8.0.v20191209-2133.jar (deflated 17%) adding: plugins/org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar (deflated 8%) adding: plugins/org.eclipse.reddeer.direct_2.8.0.v20191209-2133.jar (deflated 17%) adding: plugins/org.eclipse.reddeer.junit.extension_2.8.0.v20191209-2133.jar (deflated 19%) adding: plugins/org.eclipse.jface.text_3.16.100.v20191203-1634.jar (deflated 10%) adding: plugins/org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar (deflated 12%) adding: plugins/org.eclipse.team.core_3.8.800.v20191122-2107.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.logparser_2.8.0.v20191209-2133.jar (deflated 15%) adding: plugins/org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.commands_3.9.600.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.core.source_2.8.0.v20191209-2133.jar (deflated 12%) adding: plugins/org.w3c.css.sac_1.3.1.v200903091627.jar (deflated 16%) adding: plugins/org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.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.jxpath_1.3.0.v200911051830.jar (deflated 10%) adding: plugins/org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar.pack.gz (stored 0%) adding: plugins/org.apache.commons.lang_2.6.0.v201404270220.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.datatools.connectivity_1.14.102.201911250848.jar (deflated 9%) adding: plugins/org.eclipse.jst.j2ee.core_1.4.1.v201903222024.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.reddeer.ui_2.8.0.v20191209-2133.jar (deflated 14%) adding: plugins/org.eclipse.pde.junit.runtime_3.5.600.v20191105-0947.jar.pack.gz (stored 0%) adding: plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.trace_1.1.700.v20191105-1619.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jem.util_2.1.201.v201903222010.jar (deflated 11%) adding: plugins/org.eclipse.debug.ui_3.14.300.v20191116-2105.jar (deflated 13%) adding: plugins/org.apache.batik.css_1.11.0.v20190515-0436.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.eclipse.source_2.8.0.v20191209-2133.jar (deflated 21%) adding: plugins/org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar.pack.gz (deflated 0%) adding: plugins/org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar (deflated 10%) adding: plugins/org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar (deflated 15%) adding: plugins/com.google.protobuf_2.4.0.v201105131100.jar (deflated 6%) adding: plugins/org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar (deflated 8%) adding: plugins/org.eclipse.jdt.ui_3.20.0.v20191203-1301.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.osgi_3.15.100.v20191114-1701.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.ui.cheatsheets_3.5.600.v20191123-0656.jar (deflated 13%) adding: plugins/org.eclipse.reddeer.logparser_2.8.0.v20191209-2133.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.text_3.10.0.v20191122-2108.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.gef_2.8.0.v20191209-2133.jar (deflated 18%) adding: plugins/org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.ui.source_2.8.0.v20191209-2133.jar (deflated 15%) adding: plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191204-0601.jar (deflated 7%) adding: plugins/org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar (deflated 17%) adding: plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191204-0601.jar.pack.gz (deflated 1%) adding: plugins/org.eclipse.reddeer.go_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.go_2.8.0.v20191209-2133.jar (deflated 12%) adding: plugins/org.eclipse.jem_2.0.600.v201903222024.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.junit_2.8.0.v20191209-2133.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar.pack.gz (deflated 0%) adding: plugins/org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.css.core_1.2.0.v201904210526.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.uiforms.source_2.8.0.v20191209-2133.jar (deflated 20%) adding: plugins/org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar (deflated 8%) adding: plugins/org.eclipse.wst.server.core_1.10.100.v201910252115.jar (deflated 9%) adding: plugins/org.eclipse.pde.launching_3.8.0.v20191112-0655.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar (deflated 10%) adding: plugins/org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar (deflated 14%) adding: plugins/org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar (deflated 12%) adding: plugins/org.eclipse.wst.xml.core_1.2.200.v201901071922.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.ide_3.16.100.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.team.ui_3.8.700.v20191122-2107.jar (deflated 10%) adding: plugins/org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.swtbot.generator_2.9.0.201909110845.jar (deflated 13%) adding: plugins/org.eclipse.reddeer.e4.workbench.core_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar.pack.gz (deflated 0%) adding: plugins/org.json_1.0.0.v201011060100.jar (deflated 4%) adding: plugins/org.eclipse.equinox.p2.repository.tools_2.2.400.v20191016-0510.jar (deflated 7%) adding: plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar (deflated 15%) adding: plugins/org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar (deflated 10%) adding: plugins/org.eclipse.equinox.event_1.5.300.v20191001-1333.jar (deflated 12%) adding: plugins/org.eclipse.datatools.help_1.7.101.201811012051.jar (deflated 13%) adding: plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar (deflated 8%) adding: plugins/org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz (deflated 0%) adding: plugins/com.google.guava_27.1.0.v20190517-1946.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.core_2.8.0.v20191209-2133.jar (deflated 16%) adding: plugins/org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.ui.test_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar (deflated 10%) adding: plugins/org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.jsdt.ui_2.0.400.v201908150108.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.ui.browser_3.6.600.v20191122-2109.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.reddeer.uiforms.test_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.externaltools_1.1.500.v20191014-1300.jar.pack.gz (stored 0%) adding: plugins/com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jface_3.18.0.v20191122-2109.jar (deflated 9%) adding: plugins/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar (deflated 15%) adding: plugins/org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.e4.workbench.core.source_2.8.0.v20191209-2133.jar (deflated 16%) adding: plugins/org.eclipse.ui.ide_3.16.100.v20191122-2109.jar (deflated 9%) adding: plugins/org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz (stored 0%) adding: plugins/org.sat4j.pb_2.3.5.v201404071733.jar (deflated 9%) adding: plugins/org.eclipse.equinox.common_3.10.600.v20191004-1420.jar (deflated 8%) adding: plugins/org.eclipse.core.runtime_3.17.0.v20191122-2104.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.server.ui_1.5.600.v201910252115.jar (deflated 14%) adding: plugins/org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.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.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.hamcrest.core_1.3.0.v20180420-1519.jar (deflated 11%) adding: plugins/org.eclipse.jdt_3.18.200.v20191204-1800.jar (deflated 11%) adding: plugins/org.eclipse.m2e.maven.runtime_1.13.0.20190716-1623.jar (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar (deflated 11%) adding: plugins/org.eclipse.core.databinding_1.7.700.v20191122-2109.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601.jar (deflated 5%) adding: plugins/org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar (deflated 12%) adding: plugins/org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar (deflated 15%) adding: plugins/org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar (deflated 10%) adding: plugins/org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.ui.test.source_2.8.0.v20191209-2133.jar (deflated 15%) adding: plugins/org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.misc_8.0.0.v20190418-1455.jar (deflated 10%) adding: plugins/org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz (deflated 0%) adding: plugins/org.sat4j.pb_2.3.5.v201404071733.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.jst.j2ee.ejb_1.1.901.v201903222024.jar (deflated 10%) adding: plugins/org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.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.graphiti.ui_0.16.1.201909061426.jar (deflated 9%) adding: plugins/org.eclipse.draw2d_3.10.100.201606061308.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.reddeer.swt_2.8.0.v20191209-2133.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar (deflated 13%) adding: plugins/org.eclipse.jface.text_3.16.100.v20191203-1634.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.debug.core_3.14.100.v20191115-1406.jar (deflated 11%) adding: plugins/org.eclipse.graphiti.mm_0.16.1.201909061426.jar (deflated 11%) adding: plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar (deflated 11%) adding: plugins/org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar (deflated 11%) adding: plugins/org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar (deflated 12%) adding: plugins/org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar.pack.gz (stored 0%) adding: plugins/javax.xml_1.3.4.v201005080400.jar (deflated 19%) adding: plugins/org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.swt.test_2.8.0.v20191209-2133.jar (deflated 15%) adding: plugins/org.eclipse.wst.html.ui_1.1.200.v201905301652.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.common.test_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.junit_2.8.0.v20191209-2133.jar (deflated 15%) adding: plugins/org.eclipse.ui.externaltools_3.4.500.v20191025-1523.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.jst.common.ui_1.0.301.v201903222024.jar (deflated 14%) adding: plugins/org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191015-1207.jar (deflated 13%) adding: plugins/org.eclipse.reddeer.ui.test_2.8.0.v20191209-2133.jar (deflated 13%) adding: plugins/org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar (deflated 7%) adding: plugins/org.eclipse.emf.common_2.17.0.v20190920-0401.jar (deflated 11%) adding: plugins/org.eclipse.core.jobs_3.10.600.v20191122-2104.jar (deflated 7%) adding: plugins/org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.osgi_3.15.100.v20191114-1701.jar (deflated 9%) adding: plugins/org.yaml.snakeyaml_1.14.0.v201604211500.jar (deflated 12%) adding: plugins/org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.workspace_1.5.1.201805140824.jar (deflated 10%) adding: plugins/org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.core_2.8.0.v20191209-2133.jar.pack.gz (deflated 0%) adding: plugins/net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar (deflated 13%) adding: plugins/org.eclipse.equinox.p2.director.app_1.1.400.v20191015-1945.jar (deflated 6%) adding: plugins/org.eclipse.reddeer.requirements.test.source_2.8.0.v20191209-2133.jar (deflated 23%) adding: plugins/org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ant.ui_3.7.600.v20191122-2102.jar (deflated 9%) adding: plugins/org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar (deflated 16%) adding: plugins/org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar (deflated 9%) adding: plugins/org.eclipse.reddeer.swt_2.8.0.v20191209-2133.jar (deflated 17%) adding: plugins/org.eclipse.reddeer.eclipse.test.source_2.8.0.v20191209-2133.jar (deflated 22%) adding: plugins/org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar (deflated 10%) adding: plugins/org.eclipse.wst.css.ui_1.1.200.v201904272112.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar (deflated 13%) adding: plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar (deflated 8%) adding: plugins/org.eclipse.pde.launching_3.8.0.v20191112-0655.jar (deflated 6%) adding: plugins/org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar (deflated 1%) 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_2.4.600.v20191016-0510.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.commands_3.9.600.v20191122-2109.jar (deflated 13%) adding: plugins/org.eclipse.core.variables_3.4.700.v20191114-1848.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.ui_1.1.700.v201905071717.jar (deflated 13%) adding: plugins/org.eclipse.ui.editors_3.13.0.v20191203-1122.jar (deflated 10%) adding: plugins/org.eclipse.jst.j2ee_1.2.301.v201903222025.jar (deflated 14%) adding: plugins/com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar.pack.gz (deflated 0%) adding: plugins/org.apache.ant_1.10.7.v20190926-0324.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.jdt.core_3.20.0.v20191203-2131.jar (deflated 5%) adding: plugins/org.eclipse.reddeer.selenium_2.8.0.v20191209-2133.jar (deflated 18%) adding: plugins/org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.junit.test_2.8.0.v20191209-2133.jar.pack.gz (deflated 0%) adding: plugins/org.apache.xerces_2.9.0.v201101211617.jar (deflated 11%) adding: plugins/org.eclipse.jdt.junit.core_3.10.500.v20191115-1651.jar (deflated 9%) adding: plugins/org.eclipse.wst.common.emf_1.2.600.v201903222010.jar (deflated 12%) adding: plugins/org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar (deflated 8%) adding: plugins/com.ibm.icu_64.2.0.v20190507-1337.jar (deflated 7%) adding: plugins/com.google.gson_2.8.2.v20180104-1110.jar.pack.gz (deflated 0%) adding: plugins/org.apache.felix.scr_2.1.14.v20190123-1619.jar (deflated 8%) adding: plugins/org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.requirements_2.8.0.v20191209-2133.jar (deflated 22%) adding: plugins/org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar (deflated 10%) adding: plugins/org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar (deflated 7%) adding: plugins/org.eclipse.core.net_1.3.700.v20191122-2107.jar (deflated 9%) adding: plugins/org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.web.ui_1.2.100.v201902281912.jar (deflated 13%) adding: plugins/org.eclipse.core.runtime_3.17.0.v20191122-2104.jar (deflated 7%) adding: plugins/org.eclipse.reddeer.common_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.m2e.maven.indexer_1.13.0.20190716-1623.jar (deflated 1%) adding: plugins/org.eclipse.reddeer.gef.spy_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.security_1.3.400.v20191008-0645.jar (deflated 11%) adding: plugins/org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz (deflated 0%) adding: plugins/net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar (deflated 13%) adding: plugins/org.eclipse.jdt.debug.ui_3.10.500.v20191130-0156.jar (deflated 11%) adding: plugins/org.eclipse.jem.workbench_2.0.400.v201903222024.jar (deflated 7%) adding: plugins/org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar (deflated 5%) adding: plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191114-1206.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.m2e.model.edit_1.13.0.20190716-1624.jar (deflated 6%) adding: plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191018-2256.jar (deflated 6%) adding: plugins/org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar (deflated 13%) adding: plugins/org.eclipse.jdt.junit.runtime_3.5.0.v20191115-1651.jar.pack.gz (stored 0%) adding: plugins/org.junit_4.12.0.v201504281640.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar (deflated 18%) adding: plugins/org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar (deflated 9%) adding: plugins/org.eclipse.reddeer.uiforms.test.source_2.8.0.v20191209-2133.jar (deflated 19%) adding: plugins/org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar (deflated 13%) adding: plugins/org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191204-0601.jar (deflated 5%) adding: plugins/org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.help_3.8.600.v20191123-0656.jar (deflated 8%) adding: plugins/org.eclipse.jdt.launching_3.16.0.v20191108-0353.jar (deflated 5%) adding: plugins/org.apache.lucene.core_8.0.0.v20190404-1858.jar (deflated 9%) adding: plugins/org.eclipse.reddeer.graphiti_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.apache.batik.util_1.11.0.v20190515-0436.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.direct_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar (deflated 19%) adding: plugins/org.eclipse.m2e.archetype.common_1.13.0.20190716-1623.jar (deflated 0%) adding: plugins/org.eclipse.reddeer.workbench.test_2.8.0.v20191209-2133.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.swt_3.113.0.v20191204-0601.jar (deflated 4%) adding: plugins/org.objenesis_2.6.0.v20180420-1519.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.gef.source_2.8.0.v20191209-2133.jar (deflated 19%) adding: plugins/org.eclipse.wst.xml.core_1.2.200.v201901071922.jar (deflated 10%) adding: plugins/org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar (deflated 11%) adding: plugins/javax.inject_1.0.0.v20091030.jar (deflated 9%) adding: plugins/org.apache.lucene.misc_7.5.0.v20181003-1532.jar (deflated 10%) adding: plugins/org.eclipse.m2e.core.ui_1.13.0.20190716-1624.jar (deflated 12%) adding: plugins/org.eclipse.ui.intro_3.5.800.v20191123-0656.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar (deflated 8%) adding: plugins/org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.codegen_2.8.0.v20191209-2133.jar (deflated 10%) adding: plugins/org.sat4j.core_2.3.5.v201308161310.jar (deflated 9%) adding: plugins/org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.apache.batik.i18n_1.11.0.v20190515-0436.jar (deflated 17%) adding: plugins/org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar.pack.gz (deflated 0%) adding: plugins/org.apache.xmlgraphics_2.3.0.v20190515-0436.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.requirements.test_2.8.0.v20191209-2133.jar (deflated 21%) adding: plugins/org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.debug.core_3.14.100.v20191115-1406.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar (deflated 14%) adding: plugins/org.eclipse.jst.jee_1.0.902.v201905281719.jar (deflated 14%) adding: plugins/org.eclipse.reddeer.gef.spy_2.8.0.v20191209-2133.jar (deflated 16%) adding: plugins/org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.e4.workbench_2.8.0.v20191209-2133.jar (deflated 17%) adding: plugins/org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar (deflated 10%) adding: plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.jobs_3.10.600.v20191122-2104.jar.pack.gz (deflated 0%) adding: plugins/com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz (deflated 1%) adding: plugins/org.eclipse.reddeer.eclipse_2.8.0.v20191209-2133.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.forms_3.8.200.v20191114-0830.jar (deflated 8%) adding: plugins/org.eclipse.debug.ui_3.14.300.v20191116-2105.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.core.test_2.8.0.v20191209-2133.jar (deflated 14%) adding: plugins/org.eclipse.jdt.junit.core_3.10.500.v20191115-1651.jar.pack.gz (deflated 0%) + 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 219312 drwxrwsr-x 4 genie.reddeer technology.reddeer 197 Dec 9 16:41 . drwxrwsr-x 5 genie.reddeer technology.reddeer 73 Dec 9 16:41 .. -rw-r--r-- 1 genie.reddeer technology.reddeer 69430 Dec 9 16:41 artifacts.jar -rw-r--r-- 1 genie.reddeer technology.reddeer 50268 Dec 9 16:41 artifacts.xml.xz -rw-r--r-- 1 genie.reddeer technology.reddeer 174699 Dec 9 16:40 content.jar -rw-r--r-- 1 genie.reddeer technology.reddeer 67632 Dec 9 16:41 content.xml.xz drwxr-sr-x 2 genie.reddeer technology.reddeer 4096 Dec 9 16:40 features -rw-r--r-- 1 genie.reddeer technology.reddeer 172 Dec 9 16:41 p2.index drwxr-sr-x 2 genie.reddeer technology.reddeer 49152 Dec 9 16:40 plugins -rw-r--r-- 1 genie.reddeer technology.reddeer 223835227 Dec 9 16:41 repository.zip $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 56 killed; [ssh-agent] Stopped. No mail will be sent out, as 'reddeer.nightly #196' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Finished: SUCCESS