Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Running as SYSTEM Agent basic-agent-91995 is provisioned from template basic-agent --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-agent-91995" 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: "basic-agent-91995" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "basic-agent-91995" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/" image: "eclipsecbijenkins/basic-agent:4.2" imagePullPolicy: "Always" 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: "m2-dir" 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: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" 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: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-reddeer" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-agent-91995 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-hBVwId8H0cU8/agent.66 SSH_AGENT_PID=68 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/reddeer.nightly@tmp/private_key_2312979321022115681.key (/home/jenkins/agent/workspace/reddeer.nightly@tmp/private_key_2312979321022115681.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/* # timeout=10 > 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/* # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 148d52ed7eba773e8e05178706e814e34b890a55 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 148d52ed7eba773e8e05178706e814e34b890a55 # timeout=10 Commit message: "Removing AERI implementation and features from RedDeer, fixes #2070" > git rev-list --no-walk e2ba154442c544701d2a20c2b42c5ce5e61f7b6a # timeout=10 [reddeer.nightly] $ /bin/sh -xe /tmp/jenkins5815809209745991585.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 [INFO] Scanning for projects... Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.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.7.0/tycho-maven-plugin-1.7.0.pom (2.1 kB at 34 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.7.0/tycho-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.7.0/tycho-1.7.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.7.0/tycho-1.7.0.pom (17 kB at 58 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.pom (4.8 kB at 95 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Progress (1): 4.1 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 138 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 561 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 400 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 291 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 108 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom Progress (1): 4.1 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 136 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 511 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 29 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 50 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 29 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Progress (1): 4.1 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 116 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 128 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Progress (1): 770 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 3.1 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 112 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 672 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 301 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 129 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 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 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 35 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 149 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 299 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 14 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 48 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 10 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Progress (1): 4.1 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 145 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 101 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 104 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 13 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 194 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 448 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 87 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 559 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 182 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 381 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 102 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 49 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 60 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 4.1 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 209 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 76 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 142 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 54 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.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.7.0/org.eclipse.tycho.p2.tools.shared-1.7.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.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.pom (1.1 kB at 1.4 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.7.0/tycho-bundles-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.7.0/tycho-bundles-1.7.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.7.0/tycho-bundles-1.7.0.pom (3.0 kB at 112 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom Progress (1): 4.1 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 146 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 610 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 18 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 366 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 57 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 423 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 507 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/48/commons-parent-48.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 70 kB Progress (1): 72 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 2.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 778 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 428 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 53 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.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.700/org.eclipse.osgi.compatibility.state-1.1.700.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.700/org.eclipse.osgi.compatibility.state-1.1.700.pom (2.0 kB at 29 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.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.15.200/org.eclipse.osgi-3.15.200.pom (1.7 kB at 62 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.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.7.0/sisu-equinox-embedder-1.7.0.pom (1.8 kB at 63 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.7.0/sisu-equinox-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.7.0/sisu-equinox-1.7.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.7.0/sisu-equinox-1.7.0.pom (1.0 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.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.7.0/sisu-equinox-api-1.7.0.pom (1.7 kB at 46 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.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.7.0/tycho-metadata-model-1.7.0.pom (1.3 kB at 29 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 339 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.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.7.0/tycho-embedder-api-1.7.0.pom (2.1 kB at 73 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.7.0/org.eclipse.tycho.embedder.shared-1.7.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.7.0/org.eclipse.tycho.embedder.shared-1.7.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.7.0/org.eclipse.tycho.embedder.shared-1.7.0.pom (1.1 kB at 5.0 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.7.0/org.eclipse.tycho.core.shared-1.7.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.7.0/org.eclipse.tycho.core.shared-1.7.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.7.0/org.eclipse.tycho.core.shared-1.7.0.pom (1.0 kB at 3.2 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 161 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 351 B/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 275 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom Progress (1): 4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 45 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.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.7.0/tycho-p2-facade-1.7.0.pom (2.1 kB at 67 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.7.0/tycho-p2-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.7.0/tycho-p2-1.7.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.7.0/tycho-p2-1.7.0.pom (1.1 kB at 32 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.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.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.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.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.0.pom (1.1 kB at 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.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.7.0/tycho-core-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.7.0/org.eclipse.tycho.embedder.shared-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.7.0/org.eclipse.tycho.core.shared-1.7.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.7.0/tycho-p2-facade-1.7.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.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.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.7.0/tycho-core-1.7.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/165 kB Progress (1): 7.7/165 kB Progress (1): 12/165 kB Progress (1): 16/165 kB Progress (1): 20/165 kB Progress (1): 24/165 kB Progress (1): 28/165 kB Progress (1): 32/165 kB Progress (1): 36/165 kB Progress (1): 40/165 kB Progress (1): 45/165 kB Progress (1): 49/165 kB Progress (1): 53/165 kB Progress (1): 57/165 kB Progress (1): 61/165 kB Progress (1): 65/165 kB Progress (1): 69/165 kB Progress (1): 73/165 kB Progress (1): 77/165 kB Progress (1): 81/165 kB Progress (2): 81/165 kB | 4.1/47 kB Progress (2): 81/165 kB | 7.7/47 kB Progress (2): 81/165 kB | 12/47 kB Progress (2): 81/165 kB | 16/47 kB Progress (2): 85/165 kB | 16/47 kB Progress (2): 85/165 kB | 20/47 kB Progress (2): 90/165 kB | 20/47 kB Progress (2): 90/165 kB | 24/47 kB Progress (2): 94/165 kB | 24/47 kB Progress (2): 94/165 kB | 28/47 kB Progress (2): 98/165 kB | 28/47 kB Progress (2): 98/165 kB | 32/47 kB Progress (2): 102/165 kB | 32/47 kB Progress (2): 102/165 kB | 36/47 kB Progress (2): 106/165 kB | 36/47 kB Progress (2): 106/165 kB | 40/47 kB Progress (2): 110/165 kB | 40/47 kB Progress (2): 110/165 kB | 45/47 kB Progress (2): 114/165 kB | 45/47 kB Progress (2): 114/165 kB | 47 kB Progress (2): 118/165 kB | 47 kB Progress (2): 122/165 kB | 47 kB Progress (2): 126/165 kB | 47 kB Progress (2): 131/165 kB | 47 kB Progress (2): 135/165 kB | 47 kB Progress (2): 139/165 kB | 47 kB Progress (2): 143/165 kB | 47 kB Progress (2): 147/165 kB | 47 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 972 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (1): 151/165 kB Progress (1): 155/165 kB Progress (1): 159/165 kB Progress (1): 163/165 kB Progress (1): 165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 391 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (1): 4.1/205 kB Progress (1): 7.7/205 kB Progress (1): 12/205 kB Progress (1): 16/205 kB Progress (1): 20/205 kB Progress (1): 24/205 kB Progress (1): 28/205 kB Progress (1): 32/205 kB Progress (1): 36/205 kB Progress (1): 40/205 kB Progress (1): 45/205 kB Progress (1): 49/205 kB Progress (1): 53/205 kB Progress (1): 57/205 kB Progress (1): 61/205 kB Progress (1): 65/205 kB Progress (1): 69/205 kB Progress (1): 73/205 kB Progress (1): 77/205 kB Progress (1): 81/205 kB Progress (1): 85/205 kB Progress (1): 90/205 kB Progress (1): 94/205 kB Progress (1): 98/205 kB Progress (1): 102/205 kB Progress (1): 106/205 kB Progress (1): 110/205 kB Progress (1): 114/205 kB Progress (1): 118/205 kB Progress (1): 122/205 kB Progress (1): 126/205 kB Progress (1): 131/205 kB Progress (1): 135/205 kB Progress (1): 139/205 kB Progress (1): 143/205 kB Progress (1): 147/205 kB Progress (1): 151/205 kB Progress (1): 155/205 kB Progress (1): 159/205 kB Progress (1): 163/205 kB Progress (1): 167/205 kB Progress (1): 171/205 kB Progress (1): 176/205 kB Progress (1): 180/205 kB Progress (1): 184/205 kB Progress (1): 188/205 kB Progress (1): 192/205 kB Progress (1): 196/205 kB Progress (1): 200/205 kB Progress (1): 204/205 kB Progress (1): 205 kB Progress (2): 205 kB | 4.1/5.4 kB Progress (2): 205 kB | 5.4 kB Progress (3): 205 kB | 5.4 kB | 4.1/527 kB Progress (3): 205 kB | 5.4 kB | 7.7/527 kB Progress (3): 205 kB | 5.4 kB | 12/527 kB Progress (3): 205 kB | 5.4 kB | 16/527 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.jar (5.4 kB at 7.7 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Progress (2): 205 kB | 20/527 kB Progress (2): 205 kB | 24/527 kB Progress (2): 205 kB | 28/527 kB Progress (2): 205 kB | 32/527 kB Progress (2): 205 kB | 36/527 kB Progress (2): 205 kB | 40/527 kB Progress (2): 205 kB | 45/527 kB Progress (2): 205 kB | 49/527 kB Progress (2): 205 kB | 53/527 kB Progress (2): 205 kB | 57/527 kB Progress (2): 205 kB | 61/527 kB Progress (2): 205 kB | 65/527 kB Progress (2): 205 kB | 69/527 kB Progress (3): 205 kB | 69/527 kB | 4.1/52 kB Progress (3): 205 kB | 73/527 kB | 4.1/52 kB Progress (3): 205 kB | 73/527 kB | 7.7/52 kB Progress (3): 205 kB | 77/527 kB | 7.7/52 kB Progress (3): 205 kB | 77/527 kB | 12/52 kB Progress (3): 205 kB | 81/527 kB | 12/52 kB Progress (3): 205 kB | 81/527 kB | 16/52 kB Progress (3): 205 kB | 85/527 kB | 16/52 kB Progress (3): 205 kB | 90/527 kB | 16/52 kB Progress (3): 205 kB | 90/527 kB | 20/52 kB Progress (3): 205 kB | 94/527 kB | 20/52 kB Progress (3): 205 kB | 94/527 kB | 24/52 kB Progress (3): 205 kB | 98/527 kB | 24/52 kB Progress (3): 205 kB | 98/527 kB | 28/52 kB Progress (3): 205 kB | 98/527 kB | 32/52 kB Progress (3): 205 kB | 102/527 kB | 32/52 kB Progress (3): 205 kB | 102/527 kB | 36/52 kB Progress (3): 205 kB | 106/527 kB | 36/52 kB Progress (3): 205 kB | 106/527 kB | 40/52 kB Progress (3): 205 kB | 110/527 kB | 40/52 kB Progress (3): 205 kB | 110/527 kB | 45/52 kB Progress (3): 205 kB | 114/527 kB | 45/52 kB Progress (3): 205 kB | 114/527 kB | 49/52 kB Progress (3): 205 kB | 114/527 kB | 52 kB Progress (3): 205 kB | 118/527 kB | 52 kB Progress (3): 205 kB | 122/527 kB | 52 kB Progress (3): 205 kB | 126/527 kB | 52 kB Progress (3): 205 kB | 131/527 kB | 52 kB Progress (3): 205 kB | 135/527 kB | 52 kB Progress (3): 205 kB | 139/527 kB | 52 kB Progress (3): 205 kB | 143/527 kB | 52 kB Progress (3): 205 kB | 147/527 kB | 52 kB Progress (3): 205 kB | 151/527 kB | 52 kB Progress (3): 205 kB | 155/527 kB | 52 kB Progress (3): 205 kB | 159/527 kB | 52 kB Progress (3): 205 kB | 163/527 kB | 52 kB Progress (3): 205 kB | 167/527 kB | 52 kB Progress (3): 205 kB | 171/527 kB | 52 kB Progress (3): 205 kB | 176/527 kB | 52 kB Progress (3): 205 kB | 180/527 kB | 52 kB Progress (3): 205 kB | 184/527 kB | 52 kB Progress (3): 205 kB | 188/527 kB | 52 kB Progress (3): 205 kB | 192/527 kB | 52 kB Progress (3): 205 kB | 196/527 kB | 52 kB Progress (3): 205 kB | 200/527 kB | 52 kB Progress (3): 205 kB | 204/527 kB | 52 kB Progress (3): 205 kB | 208/527 kB | 52 kB Progress (3): 205 kB | 212/527 kB | 52 kB Progress (3): 205 kB | 217/527 kB | 52 kB Progress (3): 205 kB | 221/527 kB | 52 kB Progress (3): 205 kB | 225/527 kB | 52 kB Progress (3): 205 kB | 229/527 kB | 52 kB Progress (3): 205 kB | 233/527 kB | 52 kB Progress (3): 205 kB | 237/527 kB | 52 kB Progress (3): 205 kB | 241/527 kB | 52 kB Progress (3): 205 kB | 245/527 kB | 52 kB Progress (3): 205 kB | 249/527 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 72 kB/s) Progress (2): 205 kB | 253/527 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (2): 205 kB | 258/527 kB Progress (2): 205 kB | 262/527 kB Progress (2): 205 kB | 266/527 kB Progress (2): 205 kB | 270/527 kB Progress (2): 205 kB | 274/527 kB Progress (2): 205 kB | 278/527 kB Progress (2): 205 kB | 282/527 kB Progress (2): 205 kB | 286/527 kB Progress (2): 205 kB | 290/527 kB Progress (2): 205 kB | 294/527 kB Progress (2): 205 kB | 298/527 kB Progress (2): 205 kB | 303/527 kB Progress (2): 205 kB | 307/527 kB Progress (2): 205 kB | 311/527 kB Progress (2): 205 kB | 315/527 kB Progress (2): 205 kB | 319/527 kB Progress (2): 205 kB | 323/527 kB Progress (3): 205 kB | 323/527 kB | 4.1/51 kB Progress (3): 205 kB | 327/527 kB | 4.1/51 kB Progress (3): 205 kB | 327/527 kB | 7.7/51 kB Progress (3): 205 kB | 327/527 kB | 12/51 kB Progress (3): 205 kB | 327/527 kB | 16/51 kB Progress (3): 205 kB | 331/527 kB | 16/51 kB Progress (3): 205 kB | 335/527 kB | 16/51 kB Progress (3): 205 kB | 339/527 kB | 16/51 kB Progress (3): 205 kB | 339/527 kB | 20/51 kB Progress (3): 205 kB | 344/527 kB | 20/51 kB Progress (3): 205 kB | 344/527 kB | 24/51 kB Progress (3): 205 kB | 344/527 kB | 28/51 kB Progress (3): 205 kB | 344/527 kB | 32/51 kB Progress (3): 205 kB | 348/527 kB | 32/51 kB Progress (3): 205 kB | 352/527 kB | 32/51 kB Progress (3): 205 kB | 352/527 kB | 36/51 kB Progress (3): 205 kB | 356/527 kB | 36/51 kB Progress (3): 205 kB | 356/527 kB | 40/51 kB Progress (3): 205 kB | 360/527 kB | 40/51 kB Progress (3): 205 kB | 360/527 kB | 45/51 kB Progress (3): 205 kB | 360/527 kB | 49/51 kB Progress (3): 205 kB | 360/527 kB | 51 kB Progress (3): 205 kB | 364/527 kB | 51 kB Progress (3): 205 kB | 368/527 kB | 51 kB Progress (3): 205 kB | 372/527 kB | 51 kB Progress (3): 205 kB | 376/527 kB | 51 kB Progress (3): 205 kB | 380/527 kB | 51 kB Progress (3): 205 kB | 384/527 kB | 51 kB Progress (3): 205 kB | 389/527 kB | 51 kB Progress (3): 205 kB | 393/527 kB | 51 kB Progress (3): 205 kB | 397/527 kB | 51 kB Progress (3): 205 kB | 401/527 kB | 51 kB Progress (3): 205 kB | 405/527 kB | 51 kB Progress (3): 205 kB | 409/527 kB | 51 kB Progress (3): 205 kB | 413/527 kB | 51 kB Progress (3): 205 kB | 417/527 kB | 51 kB Progress (3): 205 kB | 421/527 kB | 51 kB Progress (3): 205 kB | 425/527 kB | 51 kB Progress (3): 205 kB | 430/527 kB | 51 kB Progress (3): 205 kB | 434/527 kB | 51 kB Progress (3): 205 kB | 438/527 kB | 51 kB Progress (3): 205 kB | 442/527 kB | 51 kB Progress (3): 205 kB | 446/527 kB | 51 kB Progress (3): 205 kB | 450/527 kB | 51 kB Progress (3): 205 kB | 454/527 kB | 51 kB Progress (3): 205 kB | 458/527 kB | 51 kB Progress (3): 205 kB | 462/527 kB | 51 kB Progress (3): 205 kB | 466/527 kB | 51 kB Progress (3): 205 kB | 471/527 kB | 51 kB Progress (3): 205 kB | 475/527 kB | 51 kB Progress (3): 205 kB | 479/527 kB | 51 kB Progress (3): 205 kB | 483/527 kB | 51 kB Progress (3): 205 kB | 487/527 kB | 51 kB Progress (3): 205 kB | 491/527 kB | 51 kB Progress (3): 205 kB | 495/527 kB | 51 kB Progress (3): 205 kB | 499/527 kB | 51 kB Progress (3): 205 kB | 503/527 kB | 51 kB Progress (3): 205 kB | 507/527 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 70 kB/s) Progress (2): 205 kB | 511/527 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (2): 205 kB | 516/527 kB Progress (2): 205 kB | 520/527 kB Progress (2): 205 kB | 524/527 kB Progress (2): 205 kB | 527 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.jar (205 kB at 267 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (2): 527 kB | 4.1/38 kB Progress (2): 527 kB | 7.7/38 kB Progress (2): 527 kB | 12/38 kB Progress (2): 527 kB | 16/38 kB Progress (3): 527 kB | 16/38 kB | 4.1/106 kB Progress (3): 527 kB | 16/38 kB | 7.7/106 kB Progress (3): 527 kB | 16/38 kB | 12/106 kB Progress (3): 527 kB | 20/38 kB | 12/106 kB Progress (3): 527 kB | 20/38 kB | 16/106 kB Progress (3): 527 kB | 24/38 kB | 16/106 kB Progress (4): 527 kB | 24/38 kB | 16/106 kB | 4.1/14 kB Progress (4): 527 kB | 28/38 kB | 16/106 kB | 4.1/14 kB Progress (4): 527 kB | 28/38 kB | 16/106 kB | 7.7/14 kB Progress (4): 527 kB | 32/38 kB | 16/106 kB | 7.7/14 kB Progress (4): 527 kB | 32/38 kB | 20/106 kB | 7.7/14 kB Progress (4): 527 kB | 32/38 kB | 20/106 kB | 12/14 kB Progress (4): 527 kB | 32/38 kB | 24/106 kB | 12/14 kB Progress (4): 527 kB | 36/38 kB | 24/106 kB | 12/14 kB Progress (4): 527 kB | 36/38 kB | 24/106 kB | 14 kB Progress (4): 527 kB | 38 kB | 24/106 kB | 14 kB Progress (4): 527 kB | 38 kB | 28/106 kB | 14 kB Progress (4): 527 kB | 38 kB | 32/106 kB | 14 kB Progress (4): 527 kB | 38 kB | 36/106 kB | 14 kB Progress (4): 527 kB | 38 kB | 40/106 kB | 14 kB Progress (4): 527 kB | 38 kB | 45/106 kB | 14 kB Progress (4): 527 kB | 38 kB | 49/106 kB | 14 kB Progress (4): 527 kB | 38 kB | 53/106 kB | 14 kB Progress (4): 527 kB | 38 kB | 57/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 17 kB/s) 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 49 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (2): 527 kB | 61/106 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (2): 527 kB | 65/106 kB Progress (2): 527 kB | 69/106 kB Progress (2): 527 kB | 73/106 kB Progress (2): 527 kB | 77/106 kB Progress (2): 527 kB | 81/106 kB Progress (2): 527 kB | 85/106 kB Progress (2): 527 kB | 90/106 kB Progress (2): 527 kB | 94/106 kB Progress (2): 527 kB | 98/106 kB Progress (3): 527 kB | 98/106 kB | 4.1/74 kB Progress (3): 527 kB | 98/106 kB | 7.7/74 kB Progress (3): 527 kB | 102/106 kB | 7.7/74 kB Progress (3): 527 kB | 102/106 kB | 12/74 kB Progress (3): 527 kB | 106/106 kB | 12/74 kB Progress (3): 527 kB | 106/106 kB | 16/74 kB Progress (3): 527 kB | 106 kB | 16/74 kB Progress (3): 527 kB | 106 kB | 20/74 kB Progress (3): 527 kB | 106 kB | 24/74 kB Progress (3): 527 kB | 106 kB | 28/74 kB Progress (3): 527 kB | 106 kB | 32/74 kB Progress (3): 527 kB | 106 kB | 36/74 kB Progress (3): 527 kB | 106 kB | 40/74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 136 kB/s) Progress (2): 527 kB | 45/74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Progress (2): 527 kB | 49/74 kB Progress (2): 527 kB | 53/74 kB Progress (2): 527 kB | 57/74 kB Progress (2): 527 kB | 61/74 kB Progress (2): 527 kB | 65/74 kB Progress (2): 527 kB | 69/74 kB Progress (2): 527 kB | 73/74 kB Progress (2): 527 kB | 74 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 94 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Progress (2): 527 kB | 4.1/153 kB Progress (2): 527 kB | 7.7/153 kB Progress (2): 527 kB | 12/153 kB Progress (2): 527 kB | 16/153 kB Progress (2): 527 kB | 20/153 kB Progress (2): 527 kB | 24/153 kB Progress (2): 527 kB | 28/153 kB Progress (2): 527 kB | 32/153 kB Progress (2): 527 kB | 36/153 kB Progress (2): 527 kB | 40/153 kB Progress (2): 527 kB | 45/153 kB Progress (2): 527 kB | 49/153 kB Progress (2): 527 kB | 53/153 kB Progress (2): 527 kB | 57/153 kB Progress (2): 527 kB | 61/153 kB Progress (2): 527 kB | 65/153 kB Progress (2): 527 kB | 69/153 kB Progress (2): 527 kB | 73/153 kB Progress (2): 527 kB | 77/153 kB Progress (2): 527 kB | 81/153 kB Progress (3): 527 kB | 81/153 kB | 4.1/148 kB Progress (3): 527 kB | 85/153 kB | 4.1/148 kB Progress (3): 527 kB | 85/153 kB | 7.7/148 kB Progress (3): 527 kB | 90/153 kB | 7.7/148 kB Progress (3): 527 kB | 90/153 kB | 12/148 kB Progress (3): 527 kB | 94/153 kB | 12/148 kB Progress (3): 527 kB | 94/153 kB | 16/148 kB Progress (3): 527 kB | 98/153 kB | 16/148 kB Progress (4): 527 kB | 98/153 kB | 16/148 kB | 4.1/202 kB Progress (4): 527 kB | 98/153 kB | 20/148 kB | 4.1/202 kB Progress (4): 527 kB | 98/153 kB | 20/148 kB | 7.7/202 kB Progress (4): 527 kB | 102/153 kB | 20/148 kB | 7.7/202 kB Progress (4): 527 kB | 102/153 kB | 20/148 kB | 12/202 kB Progress (4): 527 kB | 102/153 kB | 20/148 kB | 16/202 kB Progress (4): 527 kB | 102/153 kB | 20/148 kB | 20/202 kB Progress (4): 527 kB | 102/153 kB | 20/148 kB | 24/202 kB Progress (4): 527 kB | 102/153 kB | 20/148 kB | 28/202 kB Progress (4): 527 kB | 102/153 kB | 20/148 kB | 32/202 kB Progress (4): 527 kB | 102/153 kB | 20/148 kB | 36/202 kB Progress (4): 527 kB | 102/153 kB | 20/148 kB | 40/202 kB Progress (4): 527 kB | 102/153 kB | 20/148 kB | 45/202 kB Progress (4): 527 kB | 102/153 kB | 20/148 kB | 49/202 kB Progress (4): 527 kB | 102/153 kB | 24/148 kB | 49/202 kB Progress (4): 527 kB | 102/153 kB | 28/148 kB | 49/202 kB Progress (4): 527 kB | 106/153 kB | 28/148 kB | 49/202 kB Progress (4): 527 kB | 110/153 kB | 28/148 kB | 49/202 kB Progress (4): 527 kB | 114/153 kB | 28/148 kB | 49/202 kB Progress (4): 527 kB | 118/153 kB | 28/148 kB | 49/202 kB Progress (4): 527 kB | 122/153 kB | 28/148 kB | 49/202 kB Progress (4): 527 kB | 126/153 kB | 28/148 kB | 49/202 kB Progress (4): 527 kB | 131/153 kB | 28/148 kB | 49/202 kB Progress (4): 527 kB | 131/153 kB | 32/148 kB | 49/202 kB Progress (4): 527 kB | 131/153 kB | 32/148 kB | 53/202 kB Progress (4): 527 kB | 131/153 kB | 32/148 kB | 57/202 kB Progress (4): 527 kB | 135/153 kB | 32/148 kB | 57/202 kB Progress (4): 527 kB | 135/153 kB | 32/148 kB | 61/202 kB Progress (4): 527 kB | 135/153 kB | 32/148 kB | 65/202 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 619 kB/s) Progress (3): 135/153 kB | 36/148 kB | 65/202 kB Progress (3): 139/153 kB | 36/148 kB | 65/202 kB Progress (3): 139/153 kB | 40/148 kB | 65/202 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (3): 139/153 kB | 40/148 kB | 69/202 kB Progress (3): 139/153 kB | 45/148 kB | 69/202 kB Progress (3): 143/153 kB | 45/148 kB | 69/202 kB Progress (3): 143/153 kB | 49/148 kB | 69/202 kB Progress (3): 143/153 kB | 49/148 kB | 73/202 kB Progress (3): 147/153 kB | 49/148 kB | 73/202 kB Progress (3): 147/153 kB | 49/148 kB | 77/202 kB Progress (3): 147/153 kB | 49/148 kB | 81/202 kB Progress (3): 151/153 kB | 49/148 kB | 81/202 kB Progress (3): 151/153 kB | 53/148 kB | 81/202 kB Progress (3): 153 kB | 53/148 kB | 81/202 kB Progress (3): 153 kB | 57/148 kB | 81/202 kB Progress (3): 153 kB | 57/148 kB | 85/202 kB Progress (3): 153 kB | 61/148 kB | 85/202 kB Progress (3): 153 kB | 61/148 kB | 90/202 kB Progress (3): 153 kB | 65/148 kB | 90/202 kB Progress (3): 153 kB | 69/148 kB | 90/202 kB Progress (3): 153 kB | 73/148 kB | 90/202 kB Progress (3): 153 kB | 77/148 kB | 90/202 kB Progress (3): 153 kB | 81/148 kB | 90/202 kB Progress (3): 153 kB | 81/148 kB | 94/202 kB Progress (4): 153 kB | 81/148 kB | 94/202 kB | 4.1/472 kB Progress (4): 153 kB | 81/148 kB | 98/202 kB | 4.1/472 kB Progress (4): 153 kB | 81/148 kB | 98/202 kB | 7.7/472 kB Progress (4): 153 kB | 85/148 kB | 98/202 kB | 7.7/472 kB Progress (4): 153 kB | 85/148 kB | 98/202 kB | 12/472 kB Progress (4): 153 kB | 85/148 kB | 102/202 kB | 12/472 kB Progress (4): 153 kB | 90/148 kB | 102/202 kB | 12/472 kB Progress (4): 153 kB | 90/148 kB | 106/202 kB | 12/472 kB Progress (4): 153 kB | 90/148 kB | 106/202 kB | 16/472 kB Progress (4): 153 kB | 90/148 kB | 110/202 kB | 16/472 kB Progress (4): 153 kB | 94/148 kB | 110/202 kB | 16/472 kB Progress (4): 153 kB | 94/148 kB | 114/202 kB | 16/472 kB Progress (4): 153 kB | 98/148 kB | 114/202 kB | 16/472 kB Progress (4): 153 kB | 98/148 kB | 114/202 kB | 20/472 kB Progress (4): 153 kB | 98/148 kB | 114/202 kB | 24/472 kB Progress (4): 153 kB | 102/148 kB | 114/202 kB | 24/472 kB Progress (4): 153 kB | 102/148 kB | 114/202 kB | 28/472 kB Progress (4): 153 kB | 106/148 kB | 114/202 kB | 28/472 kB Progress (4): 153 kB | 110/148 kB | 114/202 kB | 28/472 kB Progress (4): 153 kB | 110/148 kB | 114/202 kB | 32/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 178 kB/s) Progress (3): 114/148 kB | 114/202 kB | 32/472 kB Progress (3): 114/148 kB | 114/202 kB | 36/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (3): 118/148 kB | 114/202 kB | 36/472 kB Progress (3): 118/148 kB | 114/202 kB | 40/472 kB Progress (3): 122/148 kB | 114/202 kB | 40/472 kB Progress (3): 122/148 kB | 114/202 kB | 45/472 kB Progress (3): 126/148 kB | 114/202 kB | 45/472 kB Progress (3): 131/148 kB | 114/202 kB | 45/472 kB Progress (3): 131/148 kB | 114/202 kB | 49/472 kB Progress (3): 135/148 kB | 114/202 kB | 49/472 kB Progress (3): 139/148 kB | 114/202 kB | 49/472 kB Progress (3): 143/148 kB | 114/202 kB | 49/472 kB Progress (3): 143/148 kB | 114/202 kB | 53/472 kB Progress (3): 143/148 kB | 114/202 kB | 57/472 kB Progress (3): 143/148 kB | 114/202 kB | 61/472 kB Progress (3): 143/148 kB | 114/202 kB | 65/472 kB Progress (3): 143/148 kB | 114/202 kB | 69/472 kB Progress (3): 143/148 kB | 114/202 kB | 73/472 kB Progress (3): 143/148 kB | 114/202 kB | 77/472 kB Progress (3): 143/148 kB | 114/202 kB | 81/472 kB Progress (3): 143/148 kB | 114/202 kB | 85/472 kB Progress (3): 143/148 kB | 114/202 kB | 90/472 kB Progress (3): 143/148 kB | 114/202 kB | 94/472 kB Progress (3): 143/148 kB | 114/202 kB | 98/472 kB Progress (3): 143/148 kB | 114/202 kB | 102/472 kB Progress (3): 143/148 kB | 114/202 kB | 106/472 kB Progress (3): 143/148 kB | 114/202 kB | 110/472 kB Progress (3): 143/148 kB | 114/202 kB | 114/472 kB Progress (3): 143/148 kB | 114/202 kB | 118/472 kB Progress (3): 143/148 kB | 114/202 kB | 122/472 kB Progress (3): 143/148 kB | 114/202 kB | 126/472 kB Progress (3): 143/148 kB | 114/202 kB | 131/472 kB Progress (3): 143/148 kB | 114/202 kB | 135/472 kB Progress (3): 143/148 kB | 114/202 kB | 139/472 kB Progress (3): 143/148 kB | 114/202 kB | 143/472 kB Progress (3): 143/148 kB | 114/202 kB | 147/472 kB Progress (3): 147/148 kB | 114/202 kB | 147/472 kB Progress (3): 148 kB | 114/202 kB | 147/472 kB Progress (3): 148 kB | 114/202 kB | 151/472 kB Progress (3): 148 kB | 114/202 kB | 155/472 kB Progress (3): 148 kB | 114/202 kB | 159/472 kB Progress (3): 148 kB | 114/202 kB | 163/472 kB Progress (3): 148 kB | 114/202 kB | 167/472 kB Progress (3): 148 kB | 114/202 kB | 171/472 kB Progress (3): 148 kB | 114/202 kB | 176/472 kB Progress (3): 148 kB | 114/202 kB | 180/472 kB Progress (3): 148 kB | 114/202 kB | 184/472 kB Progress (3): 148 kB | 114/202 kB | 188/472 kB Progress (3): 148 kB | 114/202 kB | 192/472 kB Progress (3): 148 kB | 114/202 kB | 196/472 kB Progress (3): 148 kB | 114/202 kB | 200/472 kB Progress (3): 148 kB | 114/202 kB | 204/472 kB Progress (3): 148 kB | 114/202 kB | 208/472 kB Progress (3): 148 kB | 114/202 kB | 212/472 kB Progress (3): 148 kB | 114/202 kB | 217/472 kB Progress (3): 148 kB | 114/202 kB | 221/472 kB Progress (3): 148 kB | 114/202 kB | 225/472 kB Progress (3): 148 kB | 114/202 kB | 229/472 kB Progress (3): 148 kB | 114/202 kB | 233/472 kB Progress (3): 148 kB | 114/202 kB | 237/472 kB Progress (3): 148 kB | 114/202 kB | 241/472 kB Progress (3): 148 kB | 114/202 kB | 245/472 kB Progress (3): 148 kB | 114/202 kB | 249/472 kB Progress (3): 148 kB | 114/202 kB | 253/472 kB Progress (3): 148 kB | 114/202 kB | 258/472 kB Progress (3): 148 kB | 114/202 kB | 262/472 kB Progress (3): 148 kB | 114/202 kB | 266/472 kB Progress (3): 148 kB | 114/202 kB | 270/472 kB Progress (3): 148 kB | 114/202 kB | 274/472 kB Progress (3): 148 kB | 114/202 kB | 278/472 kB Progress (3): 148 kB | 114/202 kB | 282/472 kB Progress (3): 148 kB | 114/202 kB | 286/472 kB Progress (3): 148 kB | 114/202 kB | 290/472 kB Progress (3): 148 kB | 114/202 kB | 294/472 kB Progress (3): 148 kB | 114/202 kB | 298/472 kB Progress (3): 148 kB | 114/202 kB | 303/472 kB Progress (3): 148 kB | 114/202 kB | 307/472 kB Progress (3): 148 kB | 114/202 kB | 311/472 kB Progress (4): 148 kB | 114/202 kB | 311/472 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 156 kB/s) Progress (3): 114/202 kB | 315/472 kB | 4.1/108 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 (3): 114/202 kB | 315/472 kB | 7.7/108 kB Progress (3): 114/202 kB | 319/472 kB | 7.7/108 kB Progress (3): 114/202 kB | 319/472 kB | 12/108 kB Progress (3): 114/202 kB | 323/472 kB | 12/108 kB Progress (3): 114/202 kB | 323/472 kB | 16/108 kB Progress (3): 114/202 kB | 327/472 kB | 16/108 kB Progress (3): 114/202 kB | 327/472 kB | 20/108 kB Progress (3): 114/202 kB | 331/472 kB | 20/108 kB Progress (3): 114/202 kB | 331/472 kB | 24/108 kB Progress (3): 114/202 kB | 335/472 kB | 24/108 kB Progress (3): 114/202 kB | 335/472 kB | 28/108 kB Progress (3): 114/202 kB | 339/472 kB | 28/108 kB Progress (3): 114/202 kB | 339/472 kB | 32/108 kB Progress (3): 114/202 kB | 344/472 kB | 32/108 kB Progress (3): 114/202 kB | 344/472 kB | 36/108 kB Progress (3): 114/202 kB | 348/472 kB | 36/108 kB Progress (3): 114/202 kB | 348/472 kB | 40/108 kB Progress (3): 114/202 kB | 352/472 kB | 40/108 kB Progress (3): 114/202 kB | 352/472 kB | 45/108 kB Progress (3): 114/202 kB | 356/472 kB | 45/108 kB Progress (3): 114/202 kB | 356/472 kB | 49/108 kB Progress (3): 114/202 kB | 360/472 kB | 49/108 kB Progress (3): 114/202 kB | 360/472 kB | 53/108 kB Progress (3): 114/202 kB | 360/472 kB | 57/108 kB Progress (3): 114/202 kB | 364/472 kB | 57/108 kB Progress (3): 114/202 kB | 364/472 kB | 61/108 kB Progress (3): 114/202 kB | 368/472 kB | 61/108 kB Progress (3): 114/202 kB | 368/472 kB | 65/108 kB Progress (3): 114/202 kB | 372/472 kB | 65/108 kB Progress (3): 114/202 kB | 376/472 kB | 65/108 kB Progress (3): 114/202 kB | 376/472 kB | 69/108 kB Progress (3): 114/202 kB | 376/472 kB | 73/108 kB Progress (3): 114/202 kB | 376/472 kB | 77/108 kB Progress (3): 114/202 kB | 380/472 kB | 77/108 kB Progress (3): 114/202 kB | 380/472 kB | 81/108 kB Progress (3): 114/202 kB | 384/472 kB | 81/108 kB Progress (3): 114/202 kB | 389/472 kB | 81/108 kB Progress (3): 114/202 kB | 393/472 kB | 81/108 kB Progress (3): 114/202 kB | 393/472 kB | 85/108 kB Progress (3): 114/202 kB | 393/472 kB | 90/108 kB Progress (3): 114/202 kB | 397/472 kB | 90/108 kB Progress (3): 114/202 kB | 397/472 kB | 94/108 kB Progress (3): 114/202 kB | 401/472 kB | 94/108 kB Progress (3): 114/202 kB | 401/472 kB | 98/108 kB Progress (3): 114/202 kB | 405/472 kB | 98/108 kB Progress (3): 114/202 kB | 409/472 kB | 98/108 kB Progress (3): 114/202 kB | 409/472 kB | 102/108 kB Progress (3): 114/202 kB | 409/472 kB | 106/108 kB Progress (3): 114/202 kB | 409/472 kB | 108 kB Progress (3): 114/202 kB | 413/472 kB | 108 kB Progress (3): 114/202 kB | 417/472 kB | 108 kB Progress (3): 114/202 kB | 421/472 kB | 108 kB Progress (3): 114/202 kB | 425/472 kB | 108 kB Progress (3): 114/202 kB | 430/472 kB | 108 kB Progress (3): 114/202 kB | 434/472 kB | 108 kB Progress (3): 114/202 kB | 438/472 kB | 108 kB Progress (3): 114/202 kB | 442/472 kB | 108 kB Progress (3): 114/202 kB | 446/472 kB | 108 kB Progress (3): 114/202 kB | 450/472 kB | 108 kB Progress (3): 114/202 kB | 454/472 kB | 108 kB Progress (3): 114/202 kB | 458/472 kB | 108 kB Progress (3): 118/202 kB | 458/472 kB | 108 kB Progress (3): 122/202 kB | 458/472 kB | 108 kB Progress (3): 126/202 kB | 458/472 kB | 108 kB Progress (3): 131/202 kB | 458/472 kB | 108 kB Progress (3): 135/202 kB | 458/472 kB | 108 kB Progress (3): 139/202 kB | 458/472 kB | 108 kB Progress (3): 143/202 kB | 458/472 kB | 108 kB Progress (3): 147/202 kB | 458/472 kB | 108 kB Progress (3): 151/202 kB | 458/472 kB | 108 kB Progress (3): 155/202 kB | 458/472 kB | 108 kB Progress (3): 159/202 kB | 458/472 kB | 108 kB Progress (3): 163/202 kB | 458/472 kB | 108 kB Progress (3): 167/202 kB | 458/472 kB | 108 kB Progress (3): 171/202 kB | 458/472 kB | 108 kB Progress (3): 176/202 kB | 458/472 kB | 108 kB Progress (3): 180/202 kB | 458/472 kB | 108 kB Progress (3): 184/202 kB | 458/472 kB | 108 kB Progress (3): 188/202 kB | 458/472 kB | 108 kB Progress (3): 192/202 kB | 458/472 kB | 108 kB Progress (3): 196/202 kB | 458/472 kB | 108 kB Progress (3): 200/202 kB | 458/472 kB | 108 kB Progress (3): 202 kB | 458/472 kB | 108 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 200 kB/s) 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): 458/472 kB | 108 kB | 4.1/29 kB Progress (3): 458/472 kB | 108 kB | 7.7/29 kB Progress (3): 458/472 kB | 108 kB | 12/29 kB Progress (3): 458/472 kB | 108 kB | 16/29 kB Progress (3): 458/472 kB | 108 kB | 20/29 kB Progress (3): 458/472 kB | 108 kB | 24/29 kB Progress (3): 458/472 kB | 108 kB | 28/29 kB Progress (3): 458/472 kB | 108 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 28 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Progress (3): 458/472 kB | 108 kB | 4.1/61 kB Progress (3): 458/472 kB | 108 kB | 7.7/61 kB Progress (3): 458/472 kB | 108 kB | 12/61 kB Progress (3): 458/472 kB | 108 kB | 16/61 kB Progress (3): 458/472 kB | 108 kB | 20/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 106 kB/s) Progress (2): 458/472 kB | 24/61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Progress (2): 458/472 kB | 28/61 kB Progress (2): 458/472 kB | 32/61 kB Progress (2): 458/472 kB | 36/61 kB Progress (2): 458/472 kB | 40/61 kB Progress (2): 458/472 kB | 45/61 kB Progress (2): 458/472 kB | 49/61 kB Progress (2): 458/472 kB | 53/61 kB Progress (2): 458/472 kB | 57/61 kB Progress (2): 458/472 kB | 61/61 kB Progress (2): 458/472 kB | 61 kB Progress (3): 458/472 kB | 61 kB | 4.1/13 kB Progress (3): 458/472 kB | 61 kB | 7.7/13 kB Progress (3): 458/472 kB | 61 kB | 12/13 kB Progress (3): 458/472 kB | 61 kB | 13 kB Progress (4): 458/472 kB | 61 kB | 13 kB | 4.1/49 kB Progress (4): 458/472 kB | 61 kB | 13 kB | 7.7/49 kB Progress (4): 458/472 kB | 61 kB | 13 kB | 12/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 60 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.jar 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 13 kB/s) Progress (2): 458/472 kB | 16/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar Progress (3): 458/472 kB | 16/49 kB | 4.1/46 kB Progress (3): 458/472 kB | 20/49 kB | 4.1/46 kB Progress (3): 458/472 kB | 20/49 kB | 7.7/46 kB Progress (3): 458/472 kB | 24/49 kB | 7.7/46 kB Progress (3): 458/472 kB | 24/49 kB | 12/46 kB Progress (3): 458/472 kB | 28/49 kB | 12/46 kB Progress (3): 458/472 kB | 28/49 kB | 16/46 kB Progress (3): 458/472 kB | 32/49 kB | 16/46 kB Progress (3): 458/472 kB | 36/49 kB | 16/46 kB Progress (3): 458/472 kB | 40/49 kB | 16/46 kB Progress (3): 458/472 kB | 40/49 kB | 20/46 kB Progress (3): 458/472 kB | 45/49 kB | 20/46 kB Progress (3): 458/472 kB | 45/49 kB | 24/46 kB Progress (3): 458/472 kB | 49/49 kB | 24/46 kB Progress (3): 458/472 kB | 49/49 kB | 28/46 kB Progress (3): 458/472 kB | 49 kB | 28/46 kB Progress (3): 458/472 kB | 49 kB | 32/46 kB Progress (3): 458/472 kB | 49 kB | 36/46 kB Progress (3): 458/472 kB | 49 kB | 40/46 kB Progress (3): 458/472 kB | 49 kB | 45/46 kB Progress (3): 458/472 kB | 49 kB | 46 kB Progress (4): 458/472 kB | 49 kB | 46 kB | 4.1/22 kB Progress (4): 458/472 kB | 49 kB | 46 kB | 7.7/22 kB Progress (4): 458/472 kB | 49 kB | 46 kB | 12/22 kB Progress (4): 458/472 kB | 49 kB | 46 kB | 16/22 kB Progress (4): 458/472 kB | 49 kB | 46 kB | 20/22 kB Progress (4): 458/472 kB | 49 kB | 46 kB | 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 43 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar Progress (4): 458/472 kB | 49 kB | 22 kB | 4.1/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 7.7/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 12/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 16/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 20/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 24/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 28/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 32/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 36/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 40/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 45/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 49/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 53/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 57/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 61/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 65/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 69/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 73/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 77/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 81/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 85/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 90/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 94/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 98/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 102/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 106/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 110/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 114/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 118/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 122/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 126/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 131/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 135/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 139/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 143/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 147/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 151/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 155/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 159/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 163/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 167/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 171/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 176/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 180/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 184/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 188/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 192/194 kB Progress (4): 458/472 kB | 49 kB | 22 kB | 194 kB Progress (4): 462/472 kB | 49 kB | 22 kB | 194 kB Progress (4): 466/472 kB | 49 kB | 22 kB | 194 kB Progress (4): 471/472 kB | 49 kB | 22 kB | 194 kB Progress (4): 472 kB | 49 kB | 22 kB | 194 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 178 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar 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 431 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar Progress (3): 49 kB | 22 kB | 4.1/76 kB Progress (3): 49 kB | 22 kB | 7.7/76 kB Progress (3): 49 kB | 22 kB | 12/76 kB Progress (3): 49 kB | 22 kB | 16/76 kB Progress (4): 49 kB | 22 kB | 16/76 kB | 4.1/215 kB Progress (4): 49 kB | 22 kB | 16/76 kB | 7.7/215 kB Progress (4): 49 kB | 22 kB | 16/76 kB | 12/215 kB Progress (4): 49 kB | 22 kB | 20/76 kB | 12/215 kB Progress (4): 49 kB | 22 kB | 20/76 kB | 16/215 kB Progress (4): 49 kB | 22 kB | 24/76 kB | 16/215 kB Progress (4): 49 kB | 22 kB | 28/76 kB | 16/215 kB Progress (4): 49 kB | 22 kB | 32/76 kB | 16/215 kB Progress (4): 49 kB | 22 kB | 32/76 kB | 20/215 kB Progress (4): 49 kB | 22 kB | 32/76 kB | 24/215 kB Progress (4): 49 kB | 22 kB | 36/76 kB | 24/215 kB Progress (4): 49 kB | 22 kB | 36/76 kB | 28/215 kB Progress (4): 49 kB | 22 kB | 40/76 kB | 28/215 kB Progress (4): 49 kB | 22 kB | 40/76 kB | 32/215 kB Progress (4): 49 kB | 22 kB | 45/76 kB | 32/215 kB Progress (4): 49 kB | 22 kB | 49/76 kB | 32/215 kB Progress (4): 49 kB | 22 kB | 49/76 kB | 36/215 kB Progress (4): 49 kB | 22 kB | 53/76 kB | 36/215 kB Progress (4): 49 kB | 22 kB | 53/76 kB | 40/215 kB Progress (4): 49 kB | 22 kB | 53/76 kB | 45/215 kB Progress (4): 49 kB | 22 kB | 53/76 kB | 49/215 kB Progress (4): 49 kB | 22 kB | 57/76 kB | 49/215 kB Progress (4): 49 kB | 22 kB | 57/76 kB | 53/215 kB Progress (4): 49 kB | 22 kB | 61/76 kB | 53/215 kB Progress (4): 49 kB | 22 kB | 61/76 kB | 57/215 kB Progress (4): 49 kB | 22 kB | 65/76 kB | 57/215 kB Progress (4): 49 kB | 22 kB | 65/76 kB | 61/215 kB Progress (4): 49 kB | 22 kB | 65/76 kB | 65/215 kB Progress (4): 49 kB | 22 kB | 69/76 kB | 65/215 kB Progress (4): 49 kB | 22 kB | 69/76 kB | 69/215 kB Progress (4): 49 kB | 22 kB | 73/76 kB | 69/215 kB Progress (4): 49 kB | 22 kB | 73/76 kB | 73/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 73/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 77/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 81/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 85/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 90/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 94/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 98/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 102/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 106/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 110/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 114/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 118/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 122/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 126/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 131/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 135/215 kB Progress (4): 49 kB | 22 kB | 76 kB | 139/215 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 66 kB/s) Progress (3): 49 kB | 22 kB | 143/215 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar Progress (3): 49 kB | 22 kB | 147/215 kB Progress (3): 49 kB | 22 kB | 151/215 kB Progress (3): 49 kB | 22 kB | 155/215 kB Progress (3): 49 kB | 22 kB | 159/215 kB Progress (3): 49 kB | 22 kB | 163/215 kB Progress (3): 49 kB | 22 kB | 167/215 kB Progress (3): 49 kB | 22 kB | 171/215 kB Progress (3): 49 kB | 22 kB | 176/215 kB Progress (3): 49 kB | 22 kB | 180/215 kB Progress (3): 49 kB | 22 kB | 184/215 kB Progress (3): 49 kB | 22 kB | 188/215 kB Progress (3): 49 kB | 22 kB | 192/215 kB Progress (3): 49 kB | 22 kB | 196/215 kB Progress (3): 49 kB | 22 kB | 200/215 kB Progress (3): 49 kB | 22 kB | 204/215 kB Progress (3): 49 kB | 22 kB | 208/215 kB Progress (3): 49 kB | 22 kB | 212/215 kB Progress (3): 49 kB | 22 kB | 215 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 42 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (3): 22 kB | 215 kB | 4.1/263 kB Progress (3): 22 kB | 215 kB | 7.7/263 kB Progress (3): 22 kB | 215 kB | 12/263 kB Progress (3): 22 kB | 215 kB | 16/263 kB Progress (3): 22 kB | 215 kB | 20/263 kB Progress (3): 22 kB | 215 kB | 24/263 kB Progress (3): 22 kB | 215 kB | 28/263 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.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.jar (22 kB at 19 kB/s) Progress (2): 215 kB | 32/263 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar Progress (2): 215 kB | 36/263 kB Progress (2): 215 kB | 40/263 kB Progress (2): 215 kB | 45/263 kB Progress (2): 215 kB | 49/263 kB Progress (2): 215 kB | 53/263 kB Progress (2): 215 kB | 57/263 kB Progress (2): 215 kB | 61/263 kB Progress (2): 215 kB | 65/263 kB Progress (2): 215 kB | 69/263 kB Progress (2): 215 kB | 73/263 kB Progress (2): 215 kB | 77/263 kB Progress (2): 215 kB | 81/263 kB Progress (2): 215 kB | 85/263 kB Progress (2): 215 kB | 90/263 kB Progress (2): 215 kB | 94/263 kB Progress (2): 215 kB | 98/263 kB Progress (2): 215 kB | 102/263 kB Progress (2): 215 kB | 106/263 kB Progress (2): 215 kB | 110/263 kB Progress (2): 215 kB | 114/263 kB Progress (2): 215 kB | 118/263 kB Progress (2): 215 kB | 122/263 kB Progress (2): 215 kB | 126/263 kB Progress (2): 215 kB | 131/263 kB Progress (2): 215 kB | 135/263 kB Progress (2): 215 kB | 139/263 kB Progress (2): 215 kB | 143/263 kB Progress (2): 215 kB | 147/263 kB Progress (2): 215 kB | 151/263 kB Progress (2): 215 kB | 155/263 kB Progress (2): 215 kB | 159/263 kB Progress (2): 215 kB | 163/263 kB Progress (2): 215 kB | 167/263 kB Progress (2): 215 kB | 171/263 kB Progress (2): 215 kB | 176/263 kB Progress (2): 215 kB | 180/263 kB Progress (2): 215 kB | 184/263 kB Progress (2): 215 kB | 188/263 kB Progress (2): 215 kB | 192/263 kB Progress (2): 215 kB | 196/263 kB Progress (2): 215 kB | 200/263 kB Progress (2): 215 kB | 204/263 kB Progress (2): 215 kB | 208/263 kB Progress (2): 215 kB | 212/263 kB Progress (2): 215 kB | 217/263 kB Progress (2): 215 kB | 221/263 kB Progress (2): 215 kB | 225/263 kB Progress (2): 215 kB | 229/263 kB Progress (2): 215 kB | 233/263 kB Progress (2): 215 kB | 237/263 kB Progress (2): 215 kB | 241/263 kB Progress (2): 215 kB | 245/263 kB Progress (2): 215 kB | 249/263 kB Progress (2): 215 kB | 253/263 kB Progress (2): 215 kB | 258/263 kB Progress (2): 215 kB | 262/263 kB Progress (2): 215 kB | 263 kB Progress (3): 215 kB | 263 kB | 4.1/58 kB Progress (3): 215 kB | 263 kB | 7.7/58 kB Progress (3): 215 kB | 263 kB | 12/58 kB Progress (3): 215 kB | 263 kB | 16/58 kB Progress (3): 215 kB | 263 kB | 20/58 kB Progress (3): 215 kB | 263 kB | 24/58 kB Progress (3): 215 kB | 263 kB | 28/58 kB Progress (3): 215 kB | 263 kB | 32/58 kB Progress (3): 215 kB | 263 kB | 36/58 kB Progress (3): 215 kB | 263 kB | 40/58 kB Progress (3): 215 kB | 263 kB | 45/58 kB Progress (3): 215 kB | 263 kB | 49/58 kB Progress (3): 215 kB | 263 kB | 53/58 kB Progress (3): 215 kB | 263 kB | 57/58 kB Progress (3): 215 kB | 263 kB | 58 kB Progress (4): 215 kB | 263 kB | 58 kB | 4.1/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 7.7/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 12/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 16/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 20/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 24/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 28/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 32/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 36/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 40/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 45/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 49/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 53/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 57/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 61/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 65/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 69/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 73/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 77/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 81/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 85/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 90/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 94/632 kB Progress (4): 215 kB | 263 kB | 58 kB | 98/632 kB Progress (5): 215 kB | 263 kB | 58 kB | 98/632 kB | 4.1/109 kB Progress (5): 215 kB | 263 kB | 58 kB | 98/632 kB | 7.7/109 kB Progress (5): 215 kB | 263 kB | 58 kB | 98/632 kB | 12/109 kB Progress (5): 215 kB | 263 kB | 58 kB | 102/632 kB | 12/109 kB Progress (5): 215 kB | 263 kB | 58 kB | 102/632 kB | 16/109 kB Progress (5): 215 kB | 263 kB | 58 kB | 106/632 kB | 16/109 kB Progress (5): 215 kB | 263 kB | 58 kB | 110/632 kB | 16/109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 172 kB/s) Progress (4): 263 kB | 58 kB | 110/632 kB | 20/109 kB Progress (4): 263 kB | 58 kB | 114/632 kB | 20/109 kB Progress (4): 263 kB | 58 kB | 114/632 kB | 24/109 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.jar Progress (4): 263 kB | 58 kB | 114/632 kB | 28/109 kB Progress (4): 263 kB | 58 kB | 118/632 kB | 28/109 kB Progress (4): 263 kB | 58 kB | 118/632 kB | 32/109 kB Progress (4): 263 kB | 58 kB | 122/632 kB | 32/109 kB Progress (4): 263 kB | 58 kB | 126/632 kB | 32/109 kB Progress (4): 263 kB | 58 kB | 131/632 kB | 32/109 kB Progress (4): 263 kB | 58 kB | 131/632 kB | 36/109 kB Progress (4): 263 kB | 58 kB | 131/632 kB | 40/109 kB Progress (4): 263 kB | 58 kB | 131/632 kB | 45/109 kB Progress (4): 263 kB | 58 kB | 135/632 kB | 45/109 kB Progress (4): 263 kB | 58 kB | 135/632 kB | 49/109 kB Progress (4): 263 kB | 58 kB | 139/632 kB | 49/109 kB Progress (4): 263 kB | 58 kB | 143/632 kB | 49/109 kB Progress (4): 263 kB | 58 kB | 147/632 kB | 49/109 kB Progress (4): 263 kB | 58 kB | 147/632 kB | 53/109 kB Progress (4): 263 kB | 58 kB | 147/632 kB | 57/109 kB Progress (4): 263 kB | 58 kB | 151/632 kB | 57/109 kB Progress (4): 263 kB | 58 kB | 151/632 kB | 61/109 kB Progress (4): 263 kB | 58 kB | 155/632 kB | 61/109 kB Progress (4): 263 kB | 58 kB | 155/632 kB | 65/109 kB Progress (4): 263 kB | 58 kB | 155/632 kB | 69/109 kB Progress (4): 263 kB | 58 kB | 155/632 kB | 73/109 kB Progress (4): 263 kB | 58 kB | 155/632 kB | 77/109 kB Progress (4): 263 kB | 58 kB | 155/632 kB | 81/109 kB Progress (4): 263 kB | 58 kB | 155/632 kB | 85/109 kB Progress (4): 263 kB | 58 kB | 155/632 kB | 90/109 kB Progress (4): 263 kB | 58 kB | 155/632 kB | 94/109 kB Progress (4): 263 kB | 58 kB | 155/632 kB | 98/109 kB Progress (4): 263 kB | 58 kB | 155/632 kB | 102/109 kB Progress (4): 263 kB | 58 kB | 155/632 kB | 106/109 kB Progress (4): 263 kB | 58 kB | 155/632 kB | 109 kB Progress (4): 263 kB | 58 kB | 159/632 kB | 109 kB Progress (4): 263 kB | 58 kB | 163/632 kB | 109 kB Progress (4): 263 kB | 58 kB | 167/632 kB | 109 kB Progress (4): 263 kB | 58 kB | 171/632 kB | 109 kB Progress (4): 263 kB | 58 kB | 176/632 kB | 109 kB Progress (4): 263 kB | 58 kB | 180/632 kB | 109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 86 kB/s) Progress (3): 263 kB | 58 kB | 184/632 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar Progress (3): 263 kB | 58 kB | 188/632 kB Progress (3): 263 kB | 58 kB | 192/632 kB Progress (3): 263 kB | 58 kB | 196/632 kB Progress (3): 263 kB | 58 kB | 200/632 kB Progress (3): 263 kB | 58 kB | 204/632 kB Progress (3): 263 kB | 58 kB | 208/632 kB Progress (3): 263 kB | 58 kB | 212/632 kB Progress (3): 263 kB | 58 kB | 217/632 kB Progress (3): 263 kB | 58 kB | 221/632 kB Progress (3): 263 kB | 58 kB | 225/632 kB Progress (3): 263 kB | 58 kB | 229/632 kB Progress (4): 263 kB | 58 kB | 229/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 233/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 233/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 237/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 241/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 241/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 245/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 245/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 245/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 249/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 249/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 253/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 258/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 262/632 kB | 0/1.5 MB Progress (4): 263 kB | 58 kB | 262/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 262/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 266/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 266/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 270/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 270/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 274/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 278/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 278/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 278/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 282/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 282/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 286/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 286/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 290/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 294/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 294/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 294/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 298/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 298/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 303/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 303/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 307/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 311/632 kB | 0.1/1.5 MB Progress (4): 263 kB | 58 kB | 311/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 311/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 315/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 319/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 319/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 323/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 323/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 327/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 327/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 327/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 331/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 335/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 335/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 339/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 339/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 344/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 344/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 344/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 348/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 352/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 352/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 356/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 356/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 360/632 kB | 0.2/1.5 MB Progress (4): 263 kB | 58 kB | 360/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 364/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 364/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 368/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 372/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 376/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 376/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 376/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 380/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 384/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 389/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 393/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 393/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 393/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 397/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 401/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 405/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 405/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 409/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 409/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 413/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 417/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 417/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 421/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 421/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 425/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 425/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 430/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 430/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 434/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 438/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 442/632 kB | 0.3/1.5 MB Progress (4): 263 kB | 58 kB | 442/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 442/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 446/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 450/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 454/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 454/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 458/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 458/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 462/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 466/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 466/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 471/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 471/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 475/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 475/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 479/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 479/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 483/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 487/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 491/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 491/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 491/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 495/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 499/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 503/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 503/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 507/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 507/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 511/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 516/632 kB | 0.4/1.5 MB Progress (4): 263 kB | 58 kB | 516/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 520/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 520/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 524/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 528/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 528/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 532/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 532/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 536/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 540/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 540/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 540/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 544/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 548/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 552/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 552/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 557/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 557/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 557/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 561/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 561/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 565/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 569/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 573/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 573/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 573/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 577/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 581/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 581/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 585/632 kB | 0.5/1.5 MB Progress (4): 263 kB | 58 kB | 585/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 589/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 589/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 593/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 593/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 597/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 602/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 606/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 606/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 606/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 610/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 614/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 614/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 618/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 618/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 622/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 622/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 626/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 626/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 630/632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.6/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.7/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.7/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.7/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.7/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.7/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.7/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.7/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.7/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.7/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.7/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.7/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.7/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.8/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.8/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.8/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.8/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.8/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.8/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.8/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.8/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.8/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.8/1.5 MB Progress (4): 263 kB | 58 kB | 632 kB | 0.8/1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 464 kB/s) Progress (3): 263 kB | 58 kB | 0.8/1.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.jar Progress (3): 263 kB | 58 kB | 0.9/1.5 MB Progress (3): 263 kB | 58 kB | 0.9/1.5 MB Progress (3): 263 kB | 58 kB | 0.9/1.5 MB Progress (3): 263 kB | 58 kB | 0.9/1.5 MB Progress (3): 263 kB | 58 kB | 0.9/1.5 MB Progress (3): 263 kB | 58 kB | 0.9/1.5 MB Progress (3): 263 kB | 58 kB | 0.9/1.5 MB Progress (3): 263 kB | 58 kB | 0.9/1.5 MB Progress (3): 263 kB | 58 kB | 0.9/1.5 MB Progress (3): 263 kB | 58 kB | 0.9/1.5 MB Progress (3): 263 kB | 58 kB | 0.9/1.5 MB Progress (3): 263 kB | 58 kB | 0.9/1.5 MB Progress (3): 263 kB | 58 kB | 0.9/1.5 MB Progress (3): 263 kB | 58 kB | 1.0/1.5 MB Progress (3): 263 kB | 58 kB | 1.0/1.5 MB Progress (3): 263 kB | 58 kB | 1.0/1.5 MB Progress (3): 263 kB | 58 kB | 1.0/1.5 MB Progress (3): 263 kB | 58 kB | 1.0/1.5 MB Progress (3): 263 kB | 58 kB | 1.0/1.5 MB Progress (3): 263 kB | 58 kB | 1.0/1.5 MB Progress (3): 263 kB | 58 kB | 1.0/1.5 MB Progress (3): 263 kB | 58 kB | 1.0/1.5 MB Progress (3): 263 kB | 58 kB | 1.0/1.5 MB Progress (3): 263 kB | 58 kB | 1.0/1.5 MB Progress (3): 263 kB | 58 kB | 1.0/1.5 MB Progress (3): 263 kB | 58 kB | 1.1/1.5 MB Progress (3): 263 kB | 58 kB | 1.1/1.5 MB Progress (3): 263 kB | 58 kB | 1.1/1.5 MB Progress (3): 263 kB | 58 kB | 1.1/1.5 MB Progress (3): 263 kB | 58 kB | 1.1/1.5 MB Progress (3): 263 kB | 58 kB | 1.1/1.5 MB Progress (3): 263 kB | 58 kB | 1.1/1.5 MB Progress (3): 263 kB | 58 kB | 1.1/1.5 MB Progress (3): 263 kB | 58 kB | 1.1/1.5 MB Progress (3): 263 kB | 58 kB | 1.1/1.5 MB Progress (3): 263 kB | 58 kB | 1.1/1.5 MB Progress (3): 263 kB | 58 kB | 1.1/1.5 MB Progress (3): 263 kB | 58 kB | 1.2/1.5 MB Progress (3): 263 kB | 58 kB | 1.2/1.5 MB Progress (3): 263 kB | 58 kB | 1.2/1.5 MB Progress (3): 263 kB | 58 kB | 1.2/1.5 MB Progress (3): 263 kB | 58 kB | 1.2/1.5 MB Progress (3): 263 kB | 58 kB | 1.2/1.5 MB Progress (3): 263 kB | 58 kB | 1.2/1.5 MB Progress (3): 263 kB | 58 kB | 1.2/1.5 MB Progress (3): 263 kB | 58 kB | 1.2/1.5 MB Progress (3): 263 kB | 58 kB | 1.2/1.5 MB Progress (3): 263 kB | 58 kB | 1.2/1.5 MB Progress (3): 263 kB | 58 kB | 1.2/1.5 MB Progress (3): 263 kB | 58 kB | 1.3/1.5 MB Progress (3): 263 kB | 58 kB | 1.3/1.5 MB Progress (3): 263 kB | 58 kB | 1.3/1.5 MB Progress (3): 263 kB | 58 kB | 1.3/1.5 MB Progress (3): 263 kB | 58 kB | 1.3/1.5 MB Progress (3): 263 kB | 58 kB | 1.3/1.5 MB Progress (3): 263 kB | 58 kB | 1.3/1.5 MB Progress (3): 263 kB | 58 kB | 1.3/1.5 MB Progress (3): 263 kB | 58 kB | 1.3/1.5 MB Progress (3): 263 kB | 58 kB | 1.3/1.5 MB Progress (3): 263 kB | 58 kB | 1.3/1.5 MB Progress (3): 263 kB | 58 kB | 1.3/1.5 MB Progress (3): 263 kB | 58 kB | 1.4/1.5 MB Progress (3): 263 kB | 58 kB | 1.4/1.5 MB Progress (3): 263 kB | 58 kB | 1.4/1.5 MB Progress (3): 263 kB | 58 kB | 1.4/1.5 MB Progress (3): 263 kB | 58 kB | 1.4/1.5 MB Progress (3): 263 kB | 58 kB | 1.4/1.5 MB Progress (3): 263 kB | 58 kB | 1.4/1.5 MB Progress (3): 263 kB | 58 kB | 1.4/1.5 MB Progress (3): 263 kB | 58 kB | 1.4/1.5 MB Progress (3): 263 kB | 58 kB | 1.4/1.5 MB Progress (3): 263 kB | 58 kB | 1.4/1.5 MB Progress (3): 263 kB | 58 kB | 1.4/1.5 MB Progress (3): 263 kB | 58 kB | 1.4/1.5 MB Progress (3): 263 kB | 58 kB | 1.5/1.5 MB Progress (3): 263 kB | 58 kB | 1.5/1.5 MB Progress (3): 263 kB | 58 kB | 1.5/1.5 MB Progress (3): 263 kB | 58 kB | 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.200/org.eclipse.osgi-3.15.200.jar (1.5 MB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.jar Progress (3): 263 kB | 58 kB | 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.jar (3.1 kB at 2.1 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.jar Progress (3): 263 kB | 58 kB | 4.1/248 kB Progress (3): 263 kB | 58 kB | 7.7/248 kB Progress (3): 263 kB | 58 kB | 12/248 kB Progress (3): 263 kB | 58 kB | 16/248 kB Progress (3): 263 kB | 58 kB | 20/248 kB Progress (3): 263 kB | 58 kB | 24/248 kB Progress (3): 263 kB | 58 kB | 28/248 kB Progress (3): 263 kB | 58 kB | 32/248 kB Progress (4): 263 kB | 58 kB | 32/248 kB | 4.1/13 kB Progress (4): 263 kB | 58 kB | 32/248 kB | 7.7/13 kB Progress (4): 263 kB | 58 kB | 32/248 kB | 12/13 kB Progress (4): 263 kB | 58 kB | 36/248 kB | 12/13 kB Progress (4): 263 kB | 58 kB | 36/248 kB | 13 kB Progress (4): 263 kB | 58 kB | 40/248 kB | 13 kB Progress (4): 263 kB | 58 kB | 45/248 kB | 13 kB Progress (4): 263 kB | 58 kB | 49/248 kB | 13 kB Progress (4): 263 kB | 58 kB | 53/248 kB | 13 kB Progress (4): 263 kB | 58 kB | 57/248 kB | 13 kB Progress (4): 263 kB | 58 kB | 61/248 kB | 13 kB Progress (4): 263 kB | 58 kB | 65/248 kB | 13 kB Progress (4): 263 kB | 58 kB | 69/248 kB | 13 kB Progress (4): 263 kB | 58 kB | 73/248 kB | 13 kB Progress (4): 263 kB | 58 kB | 77/248 kB | 13 kB Progress (4): 263 kB | 58 kB | 81/248 kB | 13 kB Progress (4): 263 kB | 58 kB | 85/248 kB | 13 kB Progress (4): 263 kB | 58 kB | 90/248 kB | 13 kB Progress (5): 263 kB | 58 kB | 90/248 kB | 13 kB | 4.1/38 kB Progress (5): 263 kB | 58 kB | 94/248 kB | 13 kB | 4.1/38 kB Progress (5): 263 kB | 58 kB | 94/248 kB | 13 kB | 7.7/38 kB Progress (5): 263 kB | 58 kB | 98/248 kB | 13 kB | 7.7/38 kB Progress (5): 263 kB | 58 kB | 98/248 kB | 13 kB | 12/38 kB Progress (5): 263 kB | 58 kB | 98/248 kB | 13 kB | 16/38 kB Progress (5): 263 kB | 58 kB | 102/248 kB | 13 kB | 16/38 kB Progress (5): 263 kB | 58 kB | 106/248 kB | 13 kB | 16/38 kB Progress (5): 263 kB | 58 kB | 106/248 kB | 13 kB | 20/38 kB Progress (5): 263 kB | 58 kB | 110/248 kB | 13 kB | 20/38 kB Progress (5): 263 kB | 58 kB | 110/248 kB | 13 kB | 24/38 kB Progress (5): 263 kB | 58 kB | 114/248 kB | 13 kB | 24/38 kB Progress (5): 263 kB | 58 kB | 114/248 kB | 13 kB | 28/38 kB Progress (5): 263 kB | 58 kB | 114/248 kB | 13 kB | 32/38 kB Progress (5): 263 kB | 58 kB | 114/248 kB | 13 kB | 36/38 kB Progress (5): 263 kB | 58 kB | 118/248 kB | 13 kB | 36/38 kB Progress (5): 263 kB | 58 kB | 118/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 122/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 126/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 131/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 135/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 139/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 143/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 147/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 151/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 155/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 159/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 163/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 167/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 171/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 176/248 kB | 13 kB | 38 kB Progress (5): 263 kB | 58 kB | 180/248 kB | 13 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.jar (13 kB at 9.0 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar Progress (4): 263 kB | 58 kB | 184/248 kB | 38 kB Progress (4): 263 kB | 58 kB | 188/248 kB | 38 kB Progress (4): 263 kB | 58 kB | 192/248 kB | 38 kB Progress (4): 263 kB | 58 kB | 196/248 kB | 38 kB Progress (4): 263 kB | 58 kB | 200/248 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.jar (38 kB at 26 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.jar Progress (3): 263 kB | 58 kB | 204/248 kB Progress (3): 263 kB | 58 kB | 208/248 kB Progress (3): 263 kB | 58 kB | 212/248 kB Progress (3): 263 kB | 58 kB | 217/248 kB Progress (3): 263 kB | 58 kB | 221/248 kB Progress (3): 263 kB | 58 kB | 225/248 kB Progress (3): 263 kB | 58 kB | 229/248 kB Progress (3): 263 kB | 58 kB | 233/248 kB Progress (3): 263 kB | 58 kB | 237/248 kB Progress (3): 263 kB | 58 kB | 241/248 kB Progress (3): 263 kB | 58 kB | 245/248 kB Progress (3): 263 kB | 58 kB | 248 kB Progress (4): 263 kB | 58 kB | 248 kB | 4.1/7.0 kB Progress (4): 263 kB | 58 kB | 248 kB | 7.0 kB Progress (5): 263 kB | 58 kB | 248 kB | 7.0 kB | 4.1/131 kB Progress (5): 263 kB | 58 kB | 248 kB | 7.0 kB | 7.7/131 kB Progress (5): 263 kB | 58 kB | 248 kB | 7.0 kB | 12/131 kB Progress (5): 263 kB | 58 kB | 248 kB | 7.0 kB | 16/131 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.jar (248 kB at 168 kB/s) Progress (4): 263 kB | 58 kB | 7.0 kB | 20/131 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.jar (7.0 kB at 4.7 kB/s) Progress (3): 263 kB | 58 kB | 24/131 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.7.0/org.eclipse.tycho.embedder.shared-1.7.0.jar Progress (3): 263 kB | 58 kB | 28/131 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.7.0/org.eclipse.tycho.core.shared-1.7.0.jar Progress (3): 263 kB | 58 kB | 32/131 kB Progress (3): 263 kB | 58 kB | 36/131 kB Progress (3): 263 kB | 58 kB | 40/131 kB Progress (3): 263 kB | 58 kB | 45/131 kB Progress (3): 263 kB | 58 kB | 49/131 kB Progress (3): 263 kB | 58 kB | 53/131 kB Progress (3): 263 kB | 58 kB | 57/131 kB Progress (3): 263 kB | 58 kB | 61/131 kB Progress (3): 263 kB | 58 kB | 65/131 kB Progress (4): 263 kB | 58 kB | 65/131 kB | 4.1/37 kB Progress (4): 263 kB | 58 kB | 65/131 kB | 7.7/37 kB Progress (4): 263 kB | 58 kB | 69/131 kB | 7.7/37 kB Progress (4): 263 kB | 58 kB | 69/131 kB | 12/37 kB Progress (4): 263 kB | 58 kB | 73/131 kB | 12/37 kB Progress (4): 263 kB | 58 kB | 73/131 kB | 16/37 kB Progress (4): 263 kB | 58 kB | 77/131 kB | 16/37 kB Progress (4): 263 kB | 58 kB | 81/131 kB | 16/37 kB Progress (4): 263 kB | 58 kB | 81/131 kB | 20/37 kB Progress (4): 263 kB | 58 kB | 81/131 kB | 24/37 kB Progress (4): 263 kB | 58 kB | 81/131 kB | 28/37 kB Progress (4): 263 kB | 58 kB | 81/131 kB | 32/37 kB Progress (4): 263 kB | 58 kB | 81/131 kB | 36/37 kB Progress (4): 263 kB | 58 kB | 81/131 kB | 37 kB Progress (5): 263 kB | 58 kB | 81/131 kB | 37 kB | 4.1/9.3 kB Progress (5): 263 kB | 58 kB | 81/131 kB | 37 kB | 7.7/9.3 kB Progress (5): 263 kB | 58 kB | 81/131 kB | 37 kB | 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.7.0/org.eclipse.tycho.core.shared-1.7.0.jar (37 kB at 25 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Progress (4): 263 kB | 58 kB | 85/131 kB | 9.3 kB Progress (4): 263 kB | 58 kB | 90/131 kB | 9.3 kB Progress (4): 263 kB | 58 kB | 94/131 kB | 9.3 kB Progress (4): 263 kB | 58 kB | 98/131 kB | 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.7.0/org.eclipse.tycho.embedder.shared-1.7.0.jar (9.3 kB at 6.0 kB/s) Progress (3): 263 kB | 58 kB | 102/131 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (3): 263 kB | 58 kB | 106/131 kB Progress (3): 263 kB | 58 kB | 110/131 kB Progress (3): 263 kB | 58 kB | 114/131 kB Progress (3): 263 kB | 58 kB | 118/131 kB Progress (3): 263 kB | 58 kB | 122/131 kB Progress (3): 263 kB | 58 kB | 126/131 kB Progress (3): 263 kB | 58 kB | 131/131 kB Progress (3): 263 kB | 58 kB | 131 kB Progress (4): 263 kB | 58 kB | 131 kB | 4.1/285 kB Progress (4): 263 kB | 58 kB | 131 kB | 7.7/285 kB Progress (4): 263 kB | 58 kB | 131 kB | 12/285 kB Progress (4): 263 kB | 58 kB | 131 kB | 16/285 kB Progress (4): 263 kB | 58 kB | 131 kB | 20/285 kB Progress (4): 263 kB | 58 kB | 131 kB | 24/285 kB Progress (4): 263 kB | 58 kB | 131 kB | 28/285 kB Progress (5): 263 kB | 58 kB | 131 kB | 28/285 kB | 4.1/53 kB Progress (5): 263 kB | 58 kB | 131 kB | 32/285 kB | 4.1/53 kB Progress (5): 263 kB | 58 kB | 131 kB | 32/285 kB | 7.7/53 kB Progress (5): 263 kB | 58 kB | 131 kB | 32/285 kB | 12/53 kB Progress (5): 263 kB | 58 kB | 131 kB | 32/285 kB | 16/53 kB Progress (5): 263 kB | 58 kB | 131 kB | 36/285 kB | 16/53 kB Progress (5): 263 kB | 58 kB | 131 kB | 40/285 kB | 16/53 kB Progress (5): 263 kB | 58 kB | 131 kB | 45/285 kB | 16/53 kB Progress (5): 263 kB | 58 kB | 131 kB | 45/285 kB | 20/53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 84 kB/s) Progress (4): 263 kB | 58 kB | 49/285 kB | 20/53 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.jar Progress (4): 263 kB | 58 kB | 49/285 kB | 24/53 kB Progress (4): 263 kB | 58 kB | 53/285 kB | 24/53 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 37 kB/s) Progress (3): 263 kB | 57/285 kB | 24/53 kB Progress (3): 263 kB | 57/285 kB | 28/53 kB Progress (3): 263 kB | 61/285 kB | 28/53 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (3): 263 kB | 65/285 kB | 28/53 kB Progress (3): 263 kB | 65/285 kB | 32/53 kB Progress (3): 263 kB | 65/285 kB | 36/53 kB Progress (3): 263 kB | 65/285 kB | 40/53 kB Progress (3): 263 kB | 65/285 kB | 45/53 kB Progress (3): 263 kB | 65/285 kB | 49/53 kB Progress (3): 263 kB | 69/285 kB | 49/53 kB Progress (3): 263 kB | 69/285 kB | 53/53 kB Progress (3): 263 kB | 73/285 kB | 53/53 kB Progress (3): 263 kB | 73/285 kB | 53 kB Progress (3): 263 kB | 77/285 kB | 53 kB Progress (3): 263 kB | 81/285 kB | 53 kB Progress (4): 263 kB | 81/285 kB | 53 kB | 4.1/37 kB Progress (4): 263 kB | 85/285 kB | 53 kB | 4.1/37 kB Progress (4): 263 kB | 85/285 kB | 53 kB | 7.7/37 kB Progress (4): 263 kB | 90/285 kB | 53 kB | 7.7/37 kB Progress (4): 263 kB | 90/285 kB | 53 kB | 12/37 kB Progress (4): 263 kB | 94/285 kB | 53 kB | 12/37 kB Progress (4): 263 kB | 94/285 kB | 53 kB | 16/37 kB Progress (4): 263 kB | 98/285 kB | 53 kB | 16/37 kB Progress (4): 263 kB | 102/285 kB | 53 kB | 16/37 kB Progress (4): 263 kB | 106/285 kB | 53 kB | 16/37 kB Progress (4): 263 kB | 106/285 kB | 53 kB | 20/37 kB Progress (4): 263 kB | 110/285 kB | 53 kB | 20/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 34 kB/s) Progress (3): 263 kB | 114/285 kB | 20/37 kB Progress (3): 263 kB | 114/285 kB | 24/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.0.jar Progress (3): 263 kB | 118/285 kB | 24/37 kB Progress (3): 263 kB | 118/285 kB | 28/37 kB Progress (3): 263 kB | 122/285 kB | 28/37 kB Progress (3): 263 kB | 122/285 kB | 32/37 kB Progress (3): 263 kB | 126/285 kB | 32/37 kB Progress (3): 263 kB | 131/285 kB | 32/37 kB Progress (3): 263 kB | 131/285 kB | 36/37 kB Progress (3): 263 kB | 131/285 kB | 37 kB Progress (3): 263 kB | 135/285 kB | 37 kB Progress (3): 263 kB | 139/285 kB | 37 kB Progress (3): 263 kB | 143/285 kB | 37 kB Progress (3): 263 kB | 147/285 kB | 37 kB Progress (3): 263 kB | 151/285 kB | 37 kB Progress (3): 263 kB | 155/285 kB | 37 kB Progress (3): 263 kB | 159/285 kB | 37 kB Progress (3): 263 kB | 163/285 kB | 37 kB Progress (3): 263 kB | 167/285 kB | 37 kB Progress (3): 263 kB | 171/285 kB | 37 kB Progress (3): 263 kB | 176/285 kB | 37 kB Progress (3): 263 kB | 180/285 kB | 37 kB Progress (3): 263 kB | 184/285 kB | 37 kB Progress (3): 263 kB | 188/285 kB | 37 kB Progress (3): 263 kB | 192/285 kB | 37 kB Progress (3): 263 kB | 196/285 kB | 37 kB Progress (3): 263 kB | 200/285 kB | 37 kB Progress (3): 263 kB | 204/285 kB | 37 kB Progress (3): 263 kB | 208/285 kB | 37 kB Progress (3): 263 kB | 212/285 kB | 37 kB Progress (3): 263 kB | 217/285 kB | 37 kB Progress (3): 263 kB | 221/285 kB | 37 kB Progress (3): 263 kB | 225/285 kB | 37 kB Progress (3): 263 kB | 229/285 kB | 37 kB Progress (3): 263 kB | 233/285 kB | 37 kB Progress (3): 263 kB | 237/285 kB | 37 kB Progress (3): 263 kB | 241/285 kB | 37 kB Progress (3): 263 kB | 245/285 kB | 37 kB Progress (3): 263 kB | 249/285 kB | 37 kB Progress (3): 263 kB | 253/285 kB | 37 kB Progress (3): 263 kB | 258/285 kB | 37 kB Progress (3): 263 kB | 262/285 kB | 37 kB Progress (3): 263 kB | 266/285 kB | 37 kB Progress (3): 263 kB | 270/285 kB | 37 kB Progress (3): 263 kB | 274/285 kB | 37 kB Progress (3): 263 kB | 278/285 kB | 37 kB Progress (3): 263 kB | 282/285 kB | 37 kB Progress (3): 263 kB | 285 kB | 37 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 181 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 161 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.jar (37 kB at 15 kB/s) 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/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 1.8 kB/s) 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/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.0.jar (29 kB at 12 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 3.1 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/2.1/maven-archetype-2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/2.1/maven-archetype-2.1.pom (14 kB at 1.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 2.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 448 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/2.1/archetype-packaging-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar Progress (1): 4.1/169 kB Progress (1): 7.7/169 kB Progress (1): 12/169 kB Progress (1): 16/169 kB Progress (1): 20/169 kB Progress (1): 24/169 kB Progress (1): 28/169 kB Progress (1): 32/169 kB Progress (1): 36/169 kB Progress (1): 40/169 kB Progress (1): 45/169 kB Progress (1): 49/169 kB Progress (1): 53/169 kB Progress (1): 57/169 kB Progress (1): 61/169 kB Progress (1): 65/169 kB Progress (1): 69/169 kB Progress (1): 73/169 kB Progress (1): 77/169 kB Progress (1): 81/169 kB Progress (1): 85/169 kB Progress (1): 90/169 kB Progress (1): 94/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): 131/169 kB Progress (2): 131/169 kB | 4.1/7.9 kB Progress (2): 131/169 kB | 7.7/7.9 kB Progress (2): 131/169 kB | 7.9 kB Progress (2): 135/169 kB | 7.9 kB Progress (2): 139/169 kB | 7.9 kB Progress (2): 143/169 kB | 7.9 kB Progress (2): 147/169 kB | 7.9 kB Progress (2): 151/169 kB | 7.9 kB Progress (2): 155/169 kB | 7.9 kB Progress (2): 159/169 kB | 7.9 kB Progress (2): 163/169 kB | 7.9 kB Progress (2): 167/169 kB | 7.9 kB Progress (2): 169 kB | 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 7.3 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/2.1/archetype-packaging-2.1.jar (7.9 kB at 13 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.pom (8.5 kB at 852 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/3.0.0/maven-archetype-3.0.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/3.0.0/maven-archetype-3.0.0.pom (13 kB at 611 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 5.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.0.0/archetype-catalog-3.0.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.0.0/archetype-catalog-3.0.0.pom (2.0 kB at 10.0 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 216 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 544 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 786 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 282 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.0.0/archetype-descriptor-3.0.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.0.0/archetype-descriptor-3.0.0.pom (2.0 kB at 395 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.pom (19 kB at 82 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom (1.3 kB at 7.6 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 3.3 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.1 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 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 15 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 132 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 117 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 413 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom Progress (1): 4.1 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom (5.9 kB at 836 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 284 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom Progress (1): 4.1 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom (7.6 kB at 634 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Progress (1): 4.1 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 655 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 535 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 4.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 1.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 26 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 920 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 2.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 1.4 MB/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 138 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 360 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 3.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 168 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 984 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 192 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 712 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 2.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 3.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 121 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 164 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 2.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom (1.7 kB at 432 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom (19 kB at 3.2 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 4.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 699 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom (32 kB at 4.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 63 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 66 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.2/asm-parent-3.2.pom Progress (1): 4.1 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.2/asm-parent-3.2.pom (4.4 kB at 363 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 83 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 58 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 2.0 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 1.9 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 104 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 268 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 607 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom (3.8 kB at 641 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 1.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 299 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 44 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 1.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom Progress (1): 4.1 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 225 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar Progress (1): 4.1/331 kB Progress (1): 7.7/331 kB Progress (1): 12/331 kB Progress (1): 16/331 kB Progress (1): 20/331 kB Progress (1): 24/331 kB Progress (1): 28/331 kB Progress (1): 32/331 kB Progress (1): 36/331 kB Progress (1): 40/331 kB Progress (1): 45/331 kB Progress (1): 49/331 kB Progress (2): 49/331 kB | 4.1/24 kB Progress (2): 53/331 kB | 4.1/24 kB Progress (2): 53/331 kB | 7.7/24 kB Progress (2): 57/331 kB | 7.7/24 kB Progress (2): 57/331 kB | 12/24 kB Progress (2): 61/331 kB | 12/24 kB Progress (2): 61/331 kB | 16/24 kB Progress (2): 65/331 kB | 16/24 kB Progress (2): 65/331 kB | 20/24 kB Progress (2): 65/331 kB | 24 kB Progress (2): 69/331 kB | 24 kB Progress (2): 73/331 kB | 24 kB Progress (2): 77/331 kB | 24 kB Progress (2): 81/331 kB | 24 kB Progress (2): 85/331 kB | 24 kB Progress (2): 90/331 kB | 24 kB Progress (3): 90/331 kB | 24 kB | 4.1/27 kB Progress (3): 94/331 kB | 24 kB | 4.1/27 kB Progress (3): 94/331 kB | 24 kB | 7.7/27 kB Progress (3): 98/331 kB | 24 kB | 7.7/27 kB Progress (3): 98/331 kB | 24 kB | 12/27 kB Progress (3): 98/331 kB | 24 kB | 16/27 kB Progress (4): 98/331 kB | 24 kB | 16/27 kB | 4.1/95 kB Progress (4): 98/331 kB | 24 kB | 20/27 kB | 4.1/95 kB Progress (4): 102/331 kB | 24 kB | 20/27 kB | 4.1/95 kB Progress (4): 102/331 kB | 24 kB | 24/27 kB | 4.1/95 kB Progress (4): 102/331 kB | 24 kB | 24/27 kB | 7.7/95 kB Progress (4): 102/331 kB | 24 kB | 27 kB | 7.7/95 kB Progress (4): 106/331 kB | 24 kB | 27 kB | 7.7/95 kB Progress (4): 106/331 kB | 24 kB | 27 kB | 12/95 kB Progress (4): 110/331 kB | 24 kB | 27 kB | 12/95 kB Progress (4): 110/331 kB | 24 kB | 27 kB | 16/95 kB Progress (4): 114/331 kB | 24 kB | 27 kB | 16/95 kB Progress (4): 114/331 kB | 24 kB | 27 kB | 20/95 kB Progress (4): 118/331 kB | 24 kB | 27 kB | 20/95 kB Progress (4): 118/331 kB | 24 kB | 27 kB | 24/95 kB Progress (4): 122/331 kB | 24 kB | 27 kB | 24/95 kB Progress (4): 122/331 kB | 24 kB | 27 kB | 28/95 kB Progress (4): 126/331 kB | 24 kB | 27 kB | 28/95 kB Progress (4): 126/331 kB | 24 kB | 27 kB | 32/95 kB Progress (4): 131/331 kB | 24 kB | 27 kB | 32/95 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 2.4 MB/s) Progress (3): 135/331 kB | 24 kB | 32/95 kB Progress (3): 135/331 kB | 24 kB | 36/95 kB Progress (3): 139/331 kB | 24 kB | 36/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 (3): 143/331 kB | 24 kB | 36/95 kB Progress (3): 143/331 kB | 24 kB | 40/95 kB Progress (3): 147/331 kB | 24 kB | 40/95 kB Progress (3): 147/331 kB | 24 kB | 45/95 kB Progress (3): 147/331 kB | 24 kB | 49/95 kB Progress (3): 151/331 kB | 24 kB | 49/95 kB Progress (3): 155/331 kB | 24 kB | 49/95 kB Progress (3): 159/331 kB | 24 kB | 49/95 kB Progress (3): 163/331 kB | 24 kB | 49/95 kB Progress (3): 163/331 kB | 24 kB | 53/95 kB Progress (3): 163/331 kB | 24 kB | 57/95 kB Progress (3): 163/331 kB | 24 kB | 61/95 kB Progress (3): 167/331 kB | 24 kB | 61/95 kB Progress (3): 167/331 kB | 24 kB | 65/95 kB Progress (3): 171/331 kB | 24 kB | 65/95 kB Progress (3): 176/331 kB | 24 kB | 65/95 kB Progress (3): 180/331 kB | 24 kB | 65/95 kB Progress (3): 180/331 kB | 24 kB | 69/95 kB Progress (3): 184/331 kB | 24 kB | 69/95 kB Progress (3): 184/331 kB | 24 kB | 73/95 kB Progress (3): 188/331 kB | 24 kB | 73/95 kB Progress (3): 188/331 kB | 24 kB | 77/95 kB Progress (3): 192/331 kB | 24 kB | 77/95 kB Progress (3): 192/331 kB | 24 kB | 81/95 kB Progress (3): 196/331 kB | 24 kB | 81/95 kB Progress (4): 196/331 kB | 24 kB | 81/95 kB | 4.1/4.3 kB Progress (4): 196/331 kB | 24 kB | 81/95 kB | 4.3 kB Progress (4): 200/331 kB | 24 kB | 81/95 kB | 4.3 kB Progress (4): 200/331 kB | 24 kB | 85/95 kB | 4.3 kB Progress (4): 204/331 kB | 24 kB | 85/95 kB | 4.3 kB Progress (4): 204/331 kB | 24 kB | 90/95 kB | 4.3 kB Progress (4): 208/331 kB | 24 kB | 90/95 kB | 4.3 kB Progress (4): 208/331 kB | 24 kB | 94/95 kB | 4.3 kB Progress (4): 212/331 kB | 24 kB | 94/95 kB | 4.3 kB Progress (4): 212/331 kB | 24 kB | 95 kB | 4.3 kB Progress (4): 217/331 kB | 24 kB | 95 kB | 4.3 kB Progress (4): 221/331 kB | 24 kB | 95 kB | 4.3 kB Progress (4): 225/331 kB | 24 kB | 95 kB | 4.3 kB Progress (4): 229/331 kB | 24 kB | 95 kB | 4.3 kB Progress (4): 233/331 kB | 24 kB | 95 kB | 4.3 kB Progress (4): 237/331 kB | 24 kB | 95 kB | 4.3 kB Progress (4): 241/331 kB | 24 kB | 95 kB | 4.3 kB Progress (4): 245/331 kB | 24 kB | 95 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 224 kB/s) Progress (3): 249/331 kB | 24 kB | 95 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 (3): 253/331 kB | 24 kB | 95 kB Progress (3): 258/331 kB | 24 kB | 95 kB Progress (3): 262/331 kB | 24 kB | 95 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 4.3 MB/s) Progress (2): 266/331 kB | 24 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 (2): 270/331 kB | 24 kB Progress (2): 274/331 kB | 24 kB Progress (2): 278/331 kB | 24 kB Progress (3): 278/331 kB | 24 kB | 4.1/314 kB Progress (3): 278/331 kB | 24 kB | 7.7/314 kB Progress (3): 282/331 kB | 24 kB | 7.7/314 kB Progress (3): 282/331 kB | 24 kB | 12/314 kB Progress (3): 286/331 kB | 24 kB | 12/314 kB Progress (3): 286/331 kB | 24 kB | 16/314 kB Progress (3): 290/331 kB | 24 kB | 16/314 kB Progress (3): 294/331 kB | 24 kB | 16/314 kB Progress (3): 294/331 kB | 24 kB | 20/314 kB Progress (3): 298/331 kB | 24 kB | 20/314 kB Progress (4): 298/331 kB | 24 kB | 20/314 kB | 4.1/109 kB Progress (4): 303/331 kB | 24 kB | 20/314 kB | 4.1/109 kB Progress (4): 303/331 kB | 24 kB | 24/314 kB | 4.1/109 kB Progress (4): 307/331 kB | 24 kB | 24/314 kB | 4.1/109 kB Progress (4): 307/331 kB | 24 kB | 24/314 kB | 7.7/109 kB Progress (4): 311/331 kB | 24 kB | 24/314 kB | 7.7/109 kB Progress (4): 311/331 kB | 24 kB | 28/314 kB | 7.7/109 kB Progress (4): 311/331 kB | 24 kB | 28/314 kB | 12/109 kB Progress (4): 311/331 kB | 24 kB | 32/314 kB | 12/109 kB Progress (4): 311/331 kB | 24 kB | 32/314 kB | 16/109 kB Progress (4): 315/331 kB | 24 kB | 32/314 kB | 16/109 kB Progress (4): 319/331 kB | 24 kB | 32/314 kB | 16/109 kB Progress (4): 323/331 kB | 24 kB | 32/314 kB | 16/109 kB Progress (4): 327/331 kB | 24 kB | 32/314 kB | 16/109 kB Progress (4): 327/331 kB | 24 kB | 36/314 kB | 16/109 kB Progress (4): 327/331 kB | 24 kB | 36/314 kB | 20/109 kB Progress (4): 331/331 kB | 24 kB | 36/314 kB | 20/109 kB Progress (4): 331/331 kB | 24 kB | 40/314 kB | 20/109 kB Progress (4): 331 kB | 24 kB | 40/314 kB | 20/109 kB Progress (4): 331 kB | 24 kB | 40/314 kB | 24/109 kB Progress (4): 331 kB | 24 kB | 45/314 kB | 24/109 kB Progress (4): 331 kB | 24 kB | 45/314 kB | 28/109 kB Progress (4): 331 kB | 24 kB | 49/314 kB | 28/109 kB Progress (4): 331 kB | 24 kB | 49/314 kB | 32/109 kB Progress (4): 331 kB | 24 kB | 53/314 kB | 32/109 kB Progress (4): 331 kB | 24 kB | 57/314 kB | 32/109 kB Progress (4): 331 kB | 24 kB | 61/314 kB | 32/109 kB Progress (4): 331 kB | 24 kB | 61/314 kB | 36/109 kB Progress (4): 331 kB | 24 kB | 65/314 kB | 36/109 kB Progress (4): 331 kB | 24 kB | 65/314 kB | 40/109 kB Progress (4): 331 kB | 24 kB | 65/314 kB | 45/109 kB Progress (4): 331 kB | 24 kB | 65/314 kB | 49/109 kB Progress (4): 331 kB | 24 kB | 69/314 kB | 49/109 kB Progress (4): 331 kB | 24 kB | 73/314 kB | 49/109 kB Progress (4): 331 kB | 24 kB | 77/314 kB | 49/109 kB Progress (4): 331 kB | 24 kB | 81/314 kB | 49/109 kB Progress (4): 331 kB | 24 kB | 81/314 kB | 53/109 kB Progress (4): 331 kB | 24 kB | 81/314 kB | 57/109 kB Progress (4): 331 kB | 24 kB | 81/314 kB | 61/109 kB Progress (4): 331 kB | 24 kB | 85/314 kB | 61/109 kB Progress (4): 331 kB | 24 kB | 85/314 kB | 65/109 kB Progress (4): 331 kB | 24 kB | 90/314 kB | 65/109 kB Progress (4): 331 kB | 24 kB | 94/314 kB | 65/109 kB Progress (4): 331 kB | 24 kB | 98/314 kB | 65/109 kB Progress (4): 331 kB | 24 kB | 98/314 kB | 69/109 kB Progress (4): 331 kB | 24 kB | 98/314 kB | 73/109 kB Progress (4): 331 kB | 24 kB | 98/314 kB | 77/109 kB Progress (4): 331 kB | 24 kB | 98/314 kB | 81/109 kB Progress (4): 331 kB | 24 kB | 102/314 kB | 81/109 kB Progress (4): 331 kB | 24 kB | 106/314 kB | 81/109 kB Progress (4): 331 kB | 24 kB | 110/314 kB | 81/109 kB Progress (4): 331 kB | 24 kB | 110/314 kB | 85/109 kB Progress (4): 331 kB | 24 kB | 114/314 kB | 85/109 kB Progress (4): 331 kB | 24 kB | 114/314 kB | 90/109 kB Progress (4): 331 kB | 24 kB | 114/314 kB | 94/109 kB Progress (4): 331 kB | 24 kB | 114/314 kB | 98/109 kB Progress (4): 331 kB | 24 kB | 118/314 kB | 98/109 kB Progress (4): 331 kB | 24 kB | 122/314 kB | 98/109 kB Progress (4): 331 kB | 24 kB | 122/314 kB | 102/109 kB Progress (4): 331 kB | 24 kB | 126/314 kB | 102/109 kB Progress (4): 331 kB | 24 kB | 126/314 kB | 106/109 kB Progress (4): 331 kB | 24 kB | 131/314 kB | 106/109 kB Progress (4): 331 kB | 24 kB | 131/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 135/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 139/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 143/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 147/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 151/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 155/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 159/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 163/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 167/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 171/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 176/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 180/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 184/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 188/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 192/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 196/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 200/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 204/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 208/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 212/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 217/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 221/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 225/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 229/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 233/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 237/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 241/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 245/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 249/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 253/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 258/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 262/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 266/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 270/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 274/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 278/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 282/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 286/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 290/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 294/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 298/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 303/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 307/314 kB | 109 kB Progress (4): 331 kB | 24 kB | 311/314 kB | 109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 2.1 MB/s) Progress (3): 331 kB | 24 kB | 314 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 5.7 MB/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 (3): 331 kB | 24 kB | 4.1/174 kB Progress (3): 331 kB | 24 kB | 7.7/174 kB Progress (3): 331 kB | 24 kB | 12/174 kB Progress (3): 331 kB | 24 kB | 16/174 kB Progress (3): 331 kB | 24 kB | 20/174 kB Progress (3): 331 kB | 24 kB | 24/174 kB Progress (3): 331 kB | 24 kB | 28/174 kB Progress (3): 331 kB | 24 kB | 32/174 kB Progress (4): 331 kB | 24 kB | 32/174 kB | 4.1/153 kB Progress (4): 331 kB | 24 kB | 32/174 kB | 7.7/153 kB Progress (4): 331 kB | 24 kB | 36/174 kB | 7.7/153 kB Progress (4): 331 kB | 24 kB | 36/174 kB | 12/153 kB Progress (4): 331 kB | 24 kB | 40/174 kB | 12/153 kB Progress (4): 331 kB | 24 kB | 40/174 kB | 16/153 kB Progress (4): 331 kB | 24 kB | 45/174 kB | 16/153 kB Progress (4): 331 kB | 24 kB | 49/174 kB | 16/153 kB Progress (4): 331 kB | 24 kB | 53/174 kB | 16/153 kB Progress (4): 331 kB | 24 kB | 57/174 kB | 16/153 kB Progress (4): 331 kB | 24 kB | 61/174 kB | 16/153 kB Progress (4): 331 kB | 24 kB | 61/174 kB | 20/153 kB Progress (4): 331 kB | 24 kB | 65/174 kB | 20/153 kB Progress (4): 331 kB | 24 kB | 65/174 kB | 24/153 kB Progress (4): 331 kB | 24 kB | 65/174 kB | 28/153 kB Progress (4): 331 kB | 24 kB | 65/174 kB | 32/153 kB Progress (4): 331 kB | 24 kB | 69/174 kB | 32/153 kB Progress (4): 331 kB | 24 kB | 73/174 kB | 32/153 kB Progress (4): 331 kB | 24 kB | 77/174 kB | 32/153 kB Progress (4): 331 kB | 24 kB | 81/174 kB | 32/153 kB Progress (4): 331 kB | 24 kB | 81/174 kB | 36/153 kB Progress (4): 331 kB | 24 kB | 81/174 kB | 40/153 kB Progress (4): 331 kB | 24 kB | 85/174 kB | 40/153 kB Progress (4): 331 kB | 24 kB | 85/174 kB | 45/153 kB Progress (4): 331 kB | 24 kB | 90/174 kB | 45/153 kB Progress (4): 331 kB | 24 kB | 90/174 kB | 49/153 kB Progress (4): 331 kB | 24 kB | 94/174 kB | 49/153 kB Progress (4): 331 kB | 24 kB | 98/174 kB | 49/153 kB Progress (4): 331 kB | 24 kB | 102/174 kB | 49/153 kB Progress (4): 331 kB | 24 kB | 102/174 kB | 53/153 kB Progress (4): 331 kB | 24 kB | 106/174 kB | 53/153 kB Progress (4): 331 kB | 24 kB | 106/174 kB | 57/153 kB Progress (4): 331 kB | 24 kB | 110/174 kB | 57/153 kB Progress (4): 331 kB | 24 kB | 110/174 kB | 61/153 kB Progress (4): 331 kB | 24 kB | 114/174 kB | 61/153 kB Progress (4): 331 kB | 24 kB | 114/174 kB | 65/153 kB Progress (4): 331 kB | 24 kB | 118/174 kB | 65/153 kB Progress (4): 331 kB | 24 kB | 122/174 kB | 65/153 kB Progress (4): 331 kB | 24 kB | 126/174 kB | 65/153 kB Progress (4): 331 kB | 24 kB | 126/174 kB | 69/153 kB Progress (4): 331 kB | 24 kB | 131/174 kB | 69/153 kB Progress (4): 331 kB | 24 kB | 131/174 kB | 73/153 kB Progress (4): 331 kB | 24 kB | 131/174 kB | 77/153 kB Progress (4): 331 kB | 24 kB | 131/174 kB | 81/153 kB Progress (4): 331 kB | 24 kB | 135/174 kB | 81/153 kB Progress (4): 331 kB | 24 kB | 139/174 kB | 81/153 kB Progress (4): 331 kB | 24 kB | 143/174 kB | 81/153 kB Progress (4): 331 kB | 24 kB | 147/174 kB | 81/153 kB Progress (4): 331 kB | 24 kB | 147/174 kB | 85/153 kB Progress (4): 331 kB | 24 kB | 151/174 kB | 85/153 kB Progress (4): 331 kB | 24 kB | 151/174 kB | 90/153 kB Progress (4): 331 kB | 24 kB | 155/174 kB | 90/153 kB Progress (4): 331 kB | 24 kB | 155/174 kB | 94/153 kB Progress (4): 331 kB | 24 kB | 159/174 kB | 94/153 kB Progress (4): 331 kB | 24 kB | 159/174 kB | 98/153 kB Progress (4): 331 kB | 24 kB | 163/174 kB | 98/153 kB Progress (4): 331 kB | 24 kB | 167/174 kB | 98/153 kB Progress (4): 331 kB | 24 kB | 171/174 kB | 98/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 98/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 102/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 106/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 110/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 114/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 118/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 122/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 126/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 131/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 135/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 139/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 143/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 147/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 151/153 kB Progress (4): 331 kB | 24 kB | 174 kB | 153 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 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar 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 472 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar Progress (3): 331 kB | 24 kB | 4.1/450 kB Progress (3): 331 kB | 24 kB | 7.7/450 kB Progress (3): 331 kB | 24 kB | 12/450 kB Progress (3): 331 kB | 24 kB | 16/450 kB Progress (3): 331 kB | 24 kB | 20/450 kB Progress (3): 331 kB | 24 kB | 24/450 kB Progress (3): 331 kB | 24 kB | 28/450 kB Progress (3): 331 kB | 24 kB | 32/450 kB Progress (3): 331 kB | 24 kB | 36/450 kB Progress (3): 331 kB | 24 kB | 40/450 kB Progress (3): 331 kB | 24 kB | 45/450 kB Progress (3): 331 kB | 24 kB | 49/450 kB Progress (3): 331 kB | 24 kB | 53/450 kB Progress (3): 331 kB | 24 kB | 57/450 kB Progress (3): 331 kB | 24 kB | 61/450 kB Progress (3): 331 kB | 24 kB | 65/450 kB Progress (3): 331 kB | 24 kB | 69/450 kB Progress (3): 331 kB | 24 kB | 73/450 kB Progress (3): 331 kB | 24 kB | 77/450 kB Progress (3): 331 kB | 24 kB | 81/450 kB Progress (3): 331 kB | 24 kB | 85/450 kB Progress (3): 331 kB | 24 kB | 90/450 kB Progress (3): 331 kB | 24 kB | 94/450 kB Progress (3): 331 kB | 24 kB | 98/450 kB Progress (3): 331 kB | 24 kB | 102/450 kB Progress (3): 331 kB | 24 kB | 106/450 kB Progress (3): 331 kB | 24 kB | 110/450 kB Progress (3): 331 kB | 24 kB | 114/450 kB Progress (3): 331 kB | 24 kB | 118/450 kB Progress (3): 331 kB | 24 kB | 122/450 kB Progress (3): 331 kB | 24 kB | 126/450 kB Progress (3): 331 kB | 24 kB | 131/450 kB Progress (3): 331 kB | 24 kB | 135/450 kB Progress (3): 331 kB | 24 kB | 139/450 kB Progress (3): 331 kB | 24 kB | 143/450 kB Progress (3): 331 kB | 24 kB | 147/450 kB Progress (3): 331 kB | 24 kB | 151/450 kB Progress (3): 331 kB | 24 kB | 155/450 kB Progress (3): 331 kB | 24 kB | 159/450 kB Progress (3): 331 kB | 24 kB | 163/450 kB Progress (3): 331 kB | 24 kB | 167/450 kB Progress (3): 331 kB | 24 kB | 171/450 kB Progress (3): 331 kB | 24 kB | 176/450 kB Progress (3): 331 kB | 24 kB | 180/450 kB Progress (3): 331 kB | 24 kB | 184/450 kB Progress (3): 331 kB | 24 kB | 188/450 kB Progress (3): 331 kB | 24 kB | 192/450 kB Progress (3): 331 kB | 24 kB | 196/450 kB Progress (3): 331 kB | 24 kB | 200/450 kB Progress (3): 331 kB | 24 kB | 204/450 kB Progress (3): 331 kB | 24 kB | 208/450 kB Progress (3): 331 kB | 24 kB | 212/450 kB Progress (3): 331 kB | 24 kB | 217/450 kB Progress (3): 331 kB | 24 kB | 221/450 kB Progress (3): 331 kB | 24 kB | 225/450 kB Progress (3): 331 kB | 24 kB | 229/450 kB Progress (3): 331 kB | 24 kB | 233/450 kB Progress (3): 331 kB | 24 kB | 237/450 kB Progress (3): 331 kB | 24 kB | 241/450 kB Progress (3): 331 kB | 24 kB | 245/450 kB Progress (3): 331 kB | 24 kB | 249/450 kB Progress (3): 331 kB | 24 kB | 253/450 kB Progress (3): 331 kB | 24 kB | 258/450 kB Progress (3): 331 kB | 24 kB | 262/450 kB Progress (3): 331 kB | 24 kB | 266/450 kB Progress (3): 331 kB | 24 kB | 270/450 kB Progress (3): 331 kB | 24 kB | 274/450 kB Progress (3): 331 kB | 24 kB | 278/450 kB Progress (3): 331 kB | 24 kB | 282/450 kB Progress (3): 331 kB | 24 kB | 286/450 kB Progress (3): 331 kB | 24 kB | 290/450 kB Progress (3): 331 kB | 24 kB | 294/450 kB Progress (3): 331 kB | 24 kB | 298/450 kB Progress (3): 331 kB | 24 kB | 303/450 kB Progress (3): 331 kB | 24 kB | 307/450 kB Progress (3): 331 kB | 24 kB | 311/450 kB Progress (3): 331 kB | 24 kB | 315/450 kB Progress (3): 331 kB | 24 kB | 319/450 kB Progress (3): 331 kB | 24 kB | 323/450 kB Progress (3): 331 kB | 24 kB | 327/450 kB Progress (3): 331 kB | 24 kB | 331/450 kB Progress (3): 331 kB | 24 kB | 335/450 kB Progress (3): 331 kB | 24 kB | 339/450 kB Progress (3): 331 kB | 24 kB | 344/450 kB Progress (3): 331 kB | 24 kB | 348/450 kB Progress (3): 331 kB | 24 kB | 352/450 kB Progress (3): 331 kB | 24 kB | 356/450 kB Progress (3): 331 kB | 24 kB | 360/450 kB Progress (3): 331 kB | 24 kB | 364/450 kB Progress (3): 331 kB | 24 kB | 368/450 kB Progress (3): 331 kB | 24 kB | 372/450 kB Progress (3): 331 kB | 24 kB | 376/450 kB Progress (3): 331 kB | 24 kB | 380/450 kB Progress (3): 331 kB | 24 kB | 384/450 kB Progress (3): 331 kB | 24 kB | 389/450 kB Progress (3): 331 kB | 24 kB | 393/450 kB Progress (3): 331 kB | 24 kB | 397/450 kB Progress (3): 331 kB | 24 kB | 401/450 kB Progress (3): 331 kB | 24 kB | 405/450 kB Progress (3): 331 kB | 24 kB | 409/450 kB Progress (3): 331 kB | 24 kB | 413/450 kB Progress (3): 331 kB | 24 kB | 417/450 kB Progress (3): 331 kB | 24 kB | 421/450 kB Progress (3): 331 kB | 24 kB | 425/450 kB Progress (3): 331 kB | 24 kB | 430/450 kB Progress (3): 331 kB | 24 kB | 434/450 kB Progress (3): 331 kB | 24 kB | 438/450 kB Progress (3): 331 kB | 24 kB | 442/450 kB Progress (3): 331 kB | 24 kB | 446/450 kB Progress (3): 331 kB | 24 kB | 450 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar 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 11 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): 331 kB | 4.1/7.9 kB Progress (3): 331 kB | 4.1/7.9 kB | 4.1/19 kB Progress (3): 331 kB | 7.7/7.9 kB | 4.1/19 kB Progress (3): 331 kB | 7.7/7.9 kB | 7.7/19 kB Progress (3): 331 kB | 7.9 kB | 7.7/19 kB Progress (3): 331 kB | 7.9 kB | 12/19 kB Progress (3): 331 kB | 7.9 kB | 16/19 kB Progress (3): 331 kB | 7.9 kB | 19 kB Progress (4): 331 kB | 7.9 kB | 19 kB | 4.1/53 kB Progress (4): 331 kB | 7.9 kB | 19 kB | 7.7/53 kB Progress (4): 331 kB | 7.9 kB | 19 kB | 12/53 kB Progress (4): 331 kB | 7.9 kB | 19 kB | 16/53 kB Progress (4): 331 kB | 7.9 kB | 19 kB | 20/53 kB Progress (4): 331 kB | 7.9 kB | 19 kB | 24/53 kB Progress (4): 331 kB | 7.9 kB | 19 kB | 28/53 kB Progress (4): 331 kB | 7.9 kB | 19 kB | 32/53 kB Progress (4): 331 kB | 7.9 kB | 19 kB | 36/53 kB Progress (4): 331 kB | 7.9 kB | 19 kB | 40/53 kB Progress (4): 331 kB | 7.9 kB | 19 kB | 45/53 kB Progress (4): 331 kB | 7.9 kB | 19 kB | 49/53 kB Progress (4): 331 kB | 7.9 kB | 19 kB | 53 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.1/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 7.7/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 12/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 16/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 20/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 24/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 28/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 32/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 36/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 40/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 45/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 49/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 53/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 57/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 61/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 65/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 69/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 73/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 77/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 81/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 85/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 90/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 94/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 98/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 102/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 106/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 110/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 114/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 118/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 122/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 126/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 131/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 135/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 139/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 143/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 147/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 151/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 155/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 159/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 163/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 167/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 171/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 176/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 180/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 184/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 188/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 192/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 196/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 200/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 204/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 208/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 212/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 217/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 221/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 225/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 229/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 233/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 237/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 241/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 245/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 249/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 253/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 258/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 262/262 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 122 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 0.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 1.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 2.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 3.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.6/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.7/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.8/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.9/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.0/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.1/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.2/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.3/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.4/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 5.5/5.5 MB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 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.3 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.jar Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.1/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 7.7/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 12/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 16/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 20/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 24/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 28/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 32/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 36/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 40/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 45/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 49/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 53/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 57/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 61/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 65/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 69/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 73/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 77/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 81/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 85/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 90/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 94/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 98/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 102/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 106/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 110/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 114/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 118/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 122/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 126/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 131/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 135/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 139/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 143/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 147/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 151/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 155/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 159/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 163/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 167/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 171/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 176/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 180/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 184/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 188/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 192/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 196/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 200/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 204/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 208/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 212/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 217/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 221/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 225/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 229/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 233/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 237/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 241/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 245/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 249/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 253/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 258/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 262/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 266/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 270/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 274/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 278/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 282/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 286/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 290/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 294/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 298/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 303/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 307/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 311/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 315/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 319/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 323/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 327/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 331/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 335/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 339/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 344/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 348/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 352/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 356/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 360/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 364/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 368/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 372/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 376/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 380/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 384/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 389/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 393/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 397/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 401/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 405/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 409/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 413/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 417/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 421/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 425/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 430/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 434/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 438/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 442/445 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 445 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 181 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.jar Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.1/43 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 7.7/43 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 12/43 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 16/43 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 20/43 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 24/43 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 28/43 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 32/43 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 36/43 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 40/43 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 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 18 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.jar Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.1/33 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 7.7/33 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 12/33 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 16/33 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 20/33 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 24/33 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 28/33 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 32/33 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 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 13 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.jar Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.1/37 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 7.7/37 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 12/37 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 16/37 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 20/37 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 24/37 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 28/37 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 32/37 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 36/37 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 37 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 15 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.jar Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.1/18 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 7.7/18 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 12/18 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 16/18 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.jar (18 kB at 7.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.jar Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.1/22 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 7.7/22 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 12/22 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 16/22 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 20/22 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.jar (22 kB at 8.7 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 (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 4.1/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 7.7/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 12/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 16/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 20/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 24/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 28/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 32/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 36/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 40/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 45/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 49/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 53/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 57/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 61/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 65/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 69/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 73/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 77/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 81/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 85/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 90/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 94/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 98/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 102/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 106/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 110/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 114/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 118/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 122/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 126/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 131/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 135/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 139/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 143/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 147/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 151/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 155/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 159/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 163/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 167/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 171/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 176/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 180/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 184/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 188/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 192/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 196/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 200/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 204/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 208/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 212/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 217/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 221/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 225/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 229/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 233/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 237/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 241/245 kB Progress (5): 331 kB | 7.9 kB | 19 kB | 53 kB | 245 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 5.2 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.jar (331 kB at 91 kB/s) 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 14 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 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 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): 7.9 kB | 245 kB | 4.1/12 kB Progress (3): 7.9 kB | 245 kB | 7.7/12 kB Progress (3): 7.9 kB | 245 kB | 12/12 kB Progress (3): 7.9 kB | 245 kB | 12 kB Progress (4): 7.9 kB | 245 kB | 12 kB | 4.1/30 kB Progress (4): 7.9 kB | 245 kB | 12 kB | 7.7/30 kB Progress (4): 7.9 kB | 245 kB | 12 kB | 12/30 kB Progress (4): 7.9 kB | 245 kB | 12 kB | 16/30 kB Progress (4): 7.9 kB | 245 kB | 12 kB | 20/30 kB Progress (4): 7.9 kB | 245 kB | 12 kB | 24/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 3.2 kB/s) Progress (3): 7.9 kB | 245 kB | 28/30 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): 7.9 kB | 245 kB | 30 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 8.2 kB/s) Progress (3): 7.9 kB | 245 kB | 4.1/123 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar Progress (3): 7.9 kB | 245 kB | 7.7/123 kB Progress (3): 7.9 kB | 245 kB | 12/123 kB Progress (3): 7.9 kB | 245 kB | 16/123 kB Progress (3): 7.9 kB | 245 kB | 20/123 kB Progress (3): 7.9 kB | 245 kB | 24/123 kB Progress (3): 7.9 kB | 245 kB | 28/123 kB Progress (3): 7.9 kB | 245 kB | 32/123 kB Progress (3): 7.9 kB | 245 kB | 36/123 kB Progress (3): 7.9 kB | 245 kB | 40/123 kB Progress (4): 7.9 kB | 245 kB | 40/123 kB | 4.1/57 kB Progress (4): 7.9 kB | 245 kB | 45/123 kB | 4.1/57 kB Progress (4): 7.9 kB | 245 kB | 45/123 kB | 7.7/57 kB Progress (4): 7.9 kB | 245 kB | 49/123 kB | 7.7/57 kB Progress (4): 7.9 kB | 245 kB | 49/123 kB | 12/57 kB Progress (4): 7.9 kB | 245 kB | 49/123 kB | 16/57 kB Progress (4): 7.9 kB | 245 kB | 53/123 kB | 16/57 kB Progress (4): 7.9 kB | 245 kB | 57/123 kB | 16/57 kB Progress (4): 7.9 kB | 245 kB | 61/123 kB | 16/57 kB Progress (4): 7.9 kB | 245 kB | 61/123 kB | 20/57 kB Progress (4): 7.9 kB | 245 kB | 65/123 kB | 20/57 kB Progress (4): 7.9 kB | 245 kB | 65/123 kB | 24/57 kB Progress (4): 7.9 kB | 245 kB | 65/123 kB | 28/57 kB Progress (4): 7.9 kB | 245 kB | 65/123 kB | 32/57 kB Progress (4): 7.9 kB | 245 kB | 69/123 kB | 32/57 kB Progress (4): 7.9 kB | 245 kB | 73/123 kB | 32/57 kB Progress (4): 7.9 kB | 245 kB | 77/123 kB | 32/57 kB Progress (4): 7.9 kB | 245 kB | 81/123 kB | 32/57 kB Progress (4): 7.9 kB | 245 kB | 81/123 kB | 36/57 kB Progress (4): 7.9 kB | 245 kB | 81/123 kB | 40/57 kB Progress (4): 7.9 kB | 245 kB | 85/123 kB | 40/57 kB Progress (4): 7.9 kB | 245 kB | 85/123 kB | 45/57 kB Progress (4): 7.9 kB | 245 kB | 90/123 kB | 45/57 kB Progress (4): 7.9 kB | 245 kB | 90/123 kB | 49/57 kB Progress (4): 7.9 kB | 245 kB | 94/123 kB | 49/57 kB Progress (4): 7.9 kB | 245 kB | 98/123 kB | 49/57 kB Progress (4): 7.9 kB | 245 kB | 98/123 kB | 53/57 kB Progress (4): 7.9 kB | 245 kB | 98/123 kB | 57/57 kB Progress (4): 7.9 kB | 245 kB | 102/123 kB | 57/57 kB Progress (4): 7.9 kB | 245 kB | 102/123 kB | 57 kB Progress (4): 7.9 kB | 245 kB | 106/123 kB | 57 kB Progress (4): 7.9 kB | 245 kB | 110/123 kB | 57 kB Progress (4): 7.9 kB | 245 kB | 114/123 kB | 57 kB Progress (4): 7.9 kB | 245 kB | 118/123 kB | 57 kB Progress (4): 7.9 kB | 245 kB | 122/123 kB | 57 kB Progress (4): 7.9 kB | 245 kB | 123 kB | 57 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 4.1/13 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 7.7/13 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 12/13 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 3.6 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 (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 4.1/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 7.7/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 12/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 16/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 20/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 24/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 28/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 32/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 36/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 40/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 45/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 49/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 53/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 57/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 61/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 65/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 69/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 73/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 77/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 81/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 85/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 90/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 94/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 98/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 102/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 106/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 110/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 114/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 118/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 122/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 126/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 131/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 135/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 139/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 143/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 147/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 151/155 kB Progress (5): 7.9 kB | 245 kB | 123 kB | 57 kB | 155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 2.0 kB/s) 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 62 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 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): 123 kB | 57 kB | 155 kB | 4.1/32 kB Progress (4): 123 kB | 57 kB | 155 kB | 7.7/32 kB Progress (4): 123 kB | 57 kB | 155 kB | 12/32 kB Progress (4): 123 kB | 57 kB | 155 kB | 16/32 kB Progress (4): 123 kB | 57 kB | 155 kB | 20/32 kB Progress (4): 123 kB | 57 kB | 155 kB | 24/32 kB Progress (4): 123 kB | 57 kB | 155 kB | 28/32 kB Progress (4): 123 kB | 57 kB | 155 kB | 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 8.1 kB/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.jar 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 31 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Progress (3): 123 kB | 57 kB | 4.1/575 kB Progress (3): 123 kB | 57 kB | 7.7/575 kB Progress (3): 123 kB | 57 kB | 12/575 kB Progress (3): 123 kB | 57 kB | 16/575 kB Progress (3): 123 kB | 57 kB | 20/575 kB Progress (3): 123 kB | 57 kB | 24/575 kB Progress (3): 123 kB | 57 kB | 28/575 kB Progress (3): 123 kB | 57 kB | 32/575 kB Progress (3): 123 kB | 57 kB | 36/575 kB Progress (3): 123 kB | 57 kB | 40/575 kB Progress (3): 123 kB | 57 kB | 45/575 kB Progress (3): 123 kB | 57 kB | 49/575 kB Progress (3): 123 kB | 57 kB | 53/575 kB Progress (3): 123 kB | 57 kB | 57/575 kB Progress (3): 123 kB | 57 kB | 61/575 kB Progress (3): 123 kB | 57 kB | 65/575 kB Progress (3): 123 kB | 57 kB | 69/575 kB Progress (3): 123 kB | 57 kB | 73/575 kB Progress (3): 123 kB | 57 kB | 77/575 kB Progress (3): 123 kB | 57 kB | 81/575 kB Progress (3): 123 kB | 57 kB | 85/575 kB Progress (3): 123 kB | 57 kB | 90/575 kB Progress (3): 123 kB | 57 kB | 94/575 kB Progress (3): 123 kB | 57 kB | 98/575 kB Progress (3): 123 kB | 57 kB | 102/575 kB Progress (3): 123 kB | 57 kB | 106/575 kB Progress (3): 123 kB | 57 kB | 110/575 kB Progress (3): 123 kB | 57 kB | 114/575 kB Progress (3): 123 kB | 57 kB | 118/575 kB Progress (3): 123 kB | 57 kB | 122/575 kB Progress (3): 123 kB | 57 kB | 126/575 kB Progress (3): 123 kB | 57 kB | 131/575 kB Progress (3): 123 kB | 57 kB | 135/575 kB Progress (3): 123 kB | 57 kB | 139/575 kB Progress (3): 123 kB | 57 kB | 143/575 kB Progress (3): 123 kB | 57 kB | 147/575 kB Progress (3): 123 kB | 57 kB | 151/575 kB Progress (3): 123 kB | 57 kB | 155/575 kB Progress (3): 123 kB | 57 kB | 159/575 kB Progress (3): 123 kB | 57 kB | 163/575 kB Progress (3): 123 kB | 57 kB | 167/575 kB Progress (3): 123 kB | 57 kB | 171/575 kB Progress (3): 123 kB | 57 kB | 176/575 kB Progress (3): 123 kB | 57 kB | 180/575 kB Progress (3): 123 kB | 57 kB | 184/575 kB Progress (3): 123 kB | 57 kB | 188/575 kB Progress (3): 123 kB | 57 kB | 192/575 kB Progress (3): 123 kB | 57 kB | 196/575 kB Progress (3): 123 kB | 57 kB | 200/575 kB Progress (3): 123 kB | 57 kB | 204/575 kB Progress (3): 123 kB | 57 kB | 208/575 kB Progress (3): 123 kB | 57 kB | 212/575 kB Progress (3): 123 kB | 57 kB | 217/575 kB Progress (3): 123 kB | 57 kB | 221/575 kB Progress (3): 123 kB | 57 kB | 225/575 kB Progress (3): 123 kB | 57 kB | 229/575 kB Progress (3): 123 kB | 57 kB | 233/575 kB Progress (3): 123 kB | 57 kB | 237/575 kB Progress (3): 123 kB | 57 kB | 241/575 kB Progress (3): 123 kB | 57 kB | 245/575 kB Progress (3): 123 kB | 57 kB | 249/575 kB Progress (3): 123 kB | 57 kB | 253/575 kB Progress (3): 123 kB | 57 kB | 258/575 kB Progress (3): 123 kB | 57 kB | 262/575 kB Progress (3): 123 kB | 57 kB | 266/575 kB Progress (3): 123 kB | 57 kB | 270/575 kB Progress (3): 123 kB | 57 kB | 274/575 kB Progress (3): 123 kB | 57 kB | 278/575 kB Progress (3): 123 kB | 57 kB | 282/575 kB Progress (3): 123 kB | 57 kB | 286/575 kB Progress (3): 123 kB | 57 kB | 290/575 kB Progress (3): 123 kB | 57 kB | 294/575 kB Progress (3): 123 kB | 57 kB | 298/575 kB Progress (3): 123 kB | 57 kB | 303/575 kB Progress (3): 123 kB | 57 kB | 307/575 kB Progress (3): 123 kB | 57 kB | 311/575 kB Progress (3): 123 kB | 57 kB | 315/575 kB Progress (3): 123 kB | 57 kB | 319/575 kB Progress (3): 123 kB | 57 kB | 323/575 kB Progress (3): 123 kB | 57 kB | 327/575 kB Progress (3): 123 kB | 57 kB | 331/575 kB Progress (3): 123 kB | 57 kB | 335/575 kB Progress (3): 123 kB | 57 kB | 339/575 kB Progress (3): 123 kB | 57 kB | 344/575 kB Progress (3): 123 kB | 57 kB | 348/575 kB Progress (3): 123 kB | 57 kB | 352/575 kB Progress (3): 123 kB | 57 kB | 356/575 kB Progress (3): 123 kB | 57 kB | 360/575 kB Progress (3): 123 kB | 57 kB | 364/575 kB Progress (3): 123 kB | 57 kB | 368/575 kB Progress (3): 123 kB | 57 kB | 372/575 kB Progress (3): 123 kB | 57 kB | 376/575 kB Progress (3): 123 kB | 57 kB | 380/575 kB Progress (3): 123 kB | 57 kB | 384/575 kB Progress (3): 123 kB | 57 kB | 389/575 kB Progress (3): 123 kB | 57 kB | 393/575 kB Progress (3): 123 kB | 57 kB | 397/575 kB Progress (3): 123 kB | 57 kB | 401/575 kB Progress (3): 123 kB | 57 kB | 405/575 kB Progress (3): 123 kB | 57 kB | 409/575 kB Progress (3): 123 kB | 57 kB | 413/575 kB Progress (3): 123 kB | 57 kB | 417/575 kB Progress (3): 123 kB | 57 kB | 421/575 kB Progress (3): 123 kB | 57 kB | 425/575 kB Progress (3): 123 kB | 57 kB | 430/575 kB Progress (3): 123 kB | 57 kB | 434/575 kB Progress (3): 123 kB | 57 kB | 438/575 kB Progress (3): 123 kB | 57 kB | 442/575 kB Progress (3): 123 kB | 57 kB | 446/575 kB Progress (3): 123 kB | 57 kB | 450/575 kB Progress (3): 123 kB | 57 kB | 454/575 kB Progress (3): 123 kB | 57 kB | 458/575 kB Progress (3): 123 kB | 57 kB | 462/575 kB Progress (3): 123 kB | 57 kB | 466/575 kB Progress (3): 123 kB | 57 kB | 471/575 kB Progress (3): 123 kB | 57 kB | 475/575 kB Progress (3): 123 kB | 57 kB | 479/575 kB Progress (3): 123 kB | 57 kB | 483/575 kB Progress (3): 123 kB | 57 kB | 487/575 kB Progress (3): 123 kB | 57 kB | 491/575 kB Progress (3): 123 kB | 57 kB | 495/575 kB Progress (3): 123 kB | 57 kB | 499/575 kB Progress (3): 123 kB | 57 kB | 503/575 kB Progress (3): 123 kB | 57 kB | 507/575 kB Progress (3): 123 kB | 57 kB | 511/575 kB Progress (3): 123 kB | 57 kB | 516/575 kB Progress (3): 123 kB | 57 kB | 520/575 kB Progress (3): 123 kB | 57 kB | 524/575 kB Progress (3): 123 kB | 57 kB | 528/575 kB Progress (3): 123 kB | 57 kB | 532/575 kB Progress (3): 123 kB | 57 kB | 536/575 kB Progress (3): 123 kB | 57 kB | 540/575 kB Progress (3): 123 kB | 57 kB | 544/575 kB Progress (3): 123 kB | 57 kB | 548/575 kB Progress (3): 123 kB | 57 kB | 552/575 kB Progress (3): 123 kB | 57 kB | 557/575 kB Progress (3): 123 kB | 57 kB | 561/575 kB Progress (3): 123 kB | 57 kB | 565/575 kB Progress (3): 123 kB | 57 kB | 569/575 kB Progress (3): 123 kB | 57 kB | 573/575 kB Progress (3): 123 kB | 57 kB | 575 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 24 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): 57 kB | 575 kB | 4.1/233 kB Progress (3): 57 kB | 575 kB | 7.7/233 kB Progress (3): 57 kB | 575 kB | 12/233 kB Progress (3): 57 kB | 575 kB | 16/233 kB Progress (3): 57 kB | 575 kB | 20/233 kB Progress (3): 57 kB | 575 kB | 24/233 kB Progress (3): 57 kB | 575 kB | 28/233 kB Progress (3): 57 kB | 575 kB | 32/233 kB Progress (3): 57 kB | 575 kB | 36/233 kB Progress (3): 57 kB | 575 kB | 40/233 kB Progress (3): 57 kB | 575 kB | 45/233 kB Progress (3): 57 kB | 575 kB | 49/233 kB Progress (3): 57 kB | 575 kB | 53/233 kB Progress (3): 57 kB | 575 kB | 57/233 kB Progress (3): 57 kB | 575 kB | 61/233 kB Progress (3): 57 kB | 575 kB | 65/233 kB Progress (3): 57 kB | 575 kB | 69/233 kB Progress (3): 57 kB | 575 kB | 73/233 kB Progress (3): 57 kB | 575 kB | 77/233 kB Progress (3): 57 kB | 575 kB | 81/233 kB Progress (3): 57 kB | 575 kB | 85/233 kB Progress (3): 57 kB | 575 kB | 90/233 kB Progress (3): 57 kB | 575 kB | 94/233 kB Progress (3): 57 kB | 575 kB | 98/233 kB Progress (3): 57 kB | 575 kB | 102/233 kB Progress (3): 57 kB | 575 kB | 106/233 kB Progress (3): 57 kB | 575 kB | 110/233 kB Progress (3): 57 kB | 575 kB | 114/233 kB Progress (3): 57 kB | 575 kB | 118/233 kB Progress (3): 57 kB | 575 kB | 122/233 kB Progress (3): 57 kB | 575 kB | 126/233 kB Progress (3): 57 kB | 575 kB | 131/233 kB Progress (3): 57 kB | 575 kB | 135/233 kB Progress (3): 57 kB | 575 kB | 139/233 kB Progress (3): 57 kB | 575 kB | 143/233 kB Progress (3): 57 kB | 575 kB | 147/233 kB Progress (3): 57 kB | 575 kB | 151/233 kB Progress (3): 57 kB | 575 kB | 155/233 kB Progress (3): 57 kB | 575 kB | 159/233 kB Progress (3): 57 kB | 575 kB | 163/233 kB Progress (4): 57 kB | 575 kB | 163/233 kB | 4.1/26 kB Progress (4): 57 kB | 575 kB | 163/233 kB | 7.7/26 kB Progress (4): 57 kB | 575 kB | 167/233 kB | 7.7/26 kB Progress (4): 57 kB | 575 kB | 167/233 kB | 12/26 kB Progress (4): 57 kB | 575 kB | 171/233 kB | 12/26 kB Progress (4): 57 kB | 575 kB | 171/233 kB | 16/26 kB Progress (4): 57 kB | 575 kB | 176/233 kB | 16/26 kB Progress (4): 57 kB | 575 kB | 180/233 kB | 16/26 kB Progress (4): 57 kB | 575 kB | 180/233 kB | 20/26 kB Progress (4): 57 kB | 575 kB | 184/233 kB | 20/26 kB Progress (4): 57 kB | 575 kB | 184/233 kB | 24/26 kB Progress (4): 57 kB | 575 kB | 188/233 kB | 24/26 kB Progress (4): 57 kB | 575 kB | 188/233 kB | 26 kB Progress (4): 57 kB | 575 kB | 192/233 kB | 26 kB Progress (4): 57 kB | 575 kB | 196/233 kB | 26 kB Progress (4): 57 kB | 575 kB | 200/233 kB | 26 kB Progress (4): 57 kB | 575 kB | 204/233 kB | 26 kB Progress (4): 57 kB | 575 kB | 208/233 kB | 26 kB Progress (4): 57 kB | 575 kB | 212/233 kB | 26 kB Progress (4): 57 kB | 575 kB | 217/233 kB | 26 kB Progress (4): 57 kB | 575 kB | 221/233 kB | 26 kB Progress (4): 57 kB | 575 kB | 225/233 kB | 26 kB Progress (4): 57 kB | 575 kB | 229/233 kB | 26 kB Progress (4): 57 kB | 575 kB | 233 kB | 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 45 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Progress (4): 57 kB | 575 kB | 26 kB | 4.1/282 kB Progress (4): 57 kB | 575 kB | 26 kB | 7.7/282 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 5.0 kB/s) Progress (3): 57 kB | 575 kB | 12/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 (3): 57 kB | 575 kB | 16/282 kB Progress (3): 57 kB | 575 kB | 20/282 kB Progress (3): 57 kB | 575 kB | 24/282 kB Progress (3): 57 kB | 575 kB | 28/282 kB Progress (3): 57 kB | 575 kB | 32/282 kB Progress (3): 57 kB | 575 kB | 36/282 kB Progress (4): 57 kB | 575 kB | 36/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 40/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 40/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 45/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 49/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 49/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 49/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 53/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 57/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 61/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 65/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 65/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 65/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 69/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 73/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 77/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 81/282 kB | 0/1.5 MB Progress (4): 57 kB | 575 kB | 81/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 81/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 85/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 90/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 94/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 94/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 98/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 98/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 102/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 106/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 110/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 110/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 114/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 114/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 118/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 118/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 122/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 122/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 126/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 131/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 131/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 131/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 135/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 139/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 143/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 143/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 147/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 147/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 151/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 155/282 kB | 0.1/1.5 MB Progress (4): 57 kB | 575 kB | 155/282 kB | 0.2/1.5 MB Progress (4): 57 kB | 575 kB | 159/282 kB | 0.2/1.5 MB Progress (4): 57 kB | 575 kB | 159/282 kB | 0.2/1.5 MB Progress (4): 57 kB | 575 kB | 163/282 kB | 0.2/1.5 MB Progress (4): 57 kB | 575 kB | 167/282 kB | 0.2/1.5 MB Progress (4): 57 kB | 575 kB | 167/282 kB | 0.2/1.5 MB Progress (4): 57 kB | 575 kB | 171/282 kB | 0.2/1.5 MB Progress (4): 57 kB | 575 kB | 171/282 kB | 0.2/1.5 MB Progress (4): 57 kB | 575 kB | 176/282 kB | 0.2/1.5 MB Progress (4): 57 kB | 575 kB | 180/282 kB | 0.2/1.5 MB 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 11 kB/s) Progress (3): 575 kB | 184/282 kB | 0.2/1.5 MB Progress (3): 575 kB | 184/282 kB | 0.2/1.5 MB Progress (3): 575 kB | 188/282 kB | 0.2/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 110 kB/s) Progress (2): 192/282 kB | 0.2/1.5 MB Progress (2): 192/282 kB | 0.2/1.5 MB Progress (2): 196/282 kB | 0.2/1.5 MB Progress (2): 200/282 kB | 0.2/1.5 MB Progress (2): 204/282 kB | 0.2/1.5 MB Progress (2): 204/282 kB | 0.2/1.5 MB Progress (2): 208/282 kB | 0.2/1.5 MB Progress (2): 208/282 kB | 0.2/1.5 MB Progress (2): 212/282 kB | 0.2/1.5 MB Progress (2): 217/282 kB | 0.2/1.5 MB Progress (2): 221/282 kB | 0.2/1.5 MB Progress (2): 221/282 kB | 0.2/1.5 MB Progress (2): 225/282 kB | 0.2/1.5 MB Progress (2): 225/282 kB | 0.2/1.5 MB Progress (2): 229/282 kB | 0.2/1.5 MB Progress (2): 233/282 kB | 0.2/1.5 MB Progress (2): 237/282 kB | 0.2/1.5 MB Progress (2): 237/282 kB | 0.2/1.5 MB Progress (2): 241/282 kB | 0.2/1.5 MB Progress (2): 241/282 kB | 0.2/1.5 MB Progress (2): 245/282 kB | 0.2/1.5 MB Progress (2): 249/282 kB | 0.2/1.5 MB Progress (2): 249/282 kB | 0.3/1.5 MB Progress (2): 253/282 kB | 0.3/1.5 MB Progress (2): 253/282 kB | 0.3/1.5 MB Progress (2): 258/282 kB | 0.3/1.5 MB Progress (3): 258/282 kB | 0.3/1.5 MB | 4.1/21 kB Progress (3): 262/282 kB | 0.3/1.5 MB | 4.1/21 kB Progress (3): 262/282 kB | 0.3/1.5 MB | 7.7/21 kB Progress (3): 262/282 kB | 0.3/1.5 MB | 12/21 kB Progress (3): 262/282 kB | 0.3/1.5 MB | 12/21 kB Progress (3): 266/282 kB | 0.3/1.5 MB | 12/21 kB Progress (3): 266/282 kB | 0.3/1.5 MB | 16/21 kB Progress (3): 270/282 kB | 0.3/1.5 MB | 16/21 kB Progress (3): 270/282 kB | 0.3/1.5 MB | 16/21 kB Progress (3): 274/282 kB | 0.3/1.5 MB | 16/21 kB Progress (3): 274/282 kB | 0.3/1.5 MB | 20/21 kB Progress (3): 278/282 kB | 0.3/1.5 MB | 20/21 kB Progress (3): 278/282 kB | 0.3/1.5 MB | 21 kB Progress (3): 282 kB | 0.3/1.5 MB | 21 kB Progress (3): 282 kB | 0.3/1.5 MB | 21 kB Progress (3): 282 kB | 0.3/1.5 MB | 21 kB Progress (3): 282 kB | 0.3/1.5 MB | 21 kB Progress (3): 282 kB | 0.3/1.5 MB | 21 kB Progress (3): 282 kB | 0.3/1.5 MB | 21 kB Progress (3): 282 kB | 0.3/1.5 MB | 21 kB Progress (3): 282 kB | 0.3/1.5 MB | 21 kB Progress (3): 282 kB | 0.3/1.5 MB | 21 kB Progress (3): 282 kB | 0.4/1.5 MB | 21 kB Progress (3): 282 kB | 0.4/1.5 MB | 21 kB 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 54 kB/s) Progress (2): 0.4/1.5 MB | 21 kB Progress (2): 0.4/1.5 MB | 21 kB Progress (2): 0.4/1.5 MB | 21 kB Progress (2): 0.4/1.5 MB | 21 kB Progress (2): 0.4/1.5 MB | 21 kB Progress (2): 0.4/1.5 MB | 21 kB Progress (2): 0.4/1.5 MB | 21 kB Progress (2): 0.4/1.5 MB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar (21 kB at 4.0 kB/s) Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/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/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 287 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.7.0/tycho-bundles-external-1.7.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.7.0/tycho-bundles-external-1.7.0.zip Progress (1): 0/8.2 MB Progress (1): 0.1/8.2 MB Progress (1): 0.1/8.2 MB Progress (1): 0.2/8.2 MB Progress (1): 0.2/8.2 MB Progress (1): 0.2/8.2 MB Progress (1): 0.3/8.2 MB Progress (1): 0.3/8.2 MB Progress (1): 0.4/8.2 MB Progress (1): 0.4/8.2 MB Progress (1): 0.5/8.2 MB Progress (1): 0.5/8.2 MB Progress (1): 0.5/8.2 MB Progress (1): 0.6/8.2 MB Progress (1): 0.6/8.2 MB Progress (1): 0.7/8.2 MB Progress (1): 0.7/8.2 MB Progress (1): 0.7/8.2 MB Progress (1): 0.8/8.2 MB Progress (1): 0.8/8.2 MB Progress (1): 0.9/8.2 MB Progress (1): 0.9/8.2 MB Progress (1): 0.9/8.2 MB Progress (1): 1.0/8.2 MB Progress (1): 1.0/8.2 MB Progress (1): 1.1/8.2 MB Progress (1): 1.1/8.2 MB Progress (1): 1.1/8.2 MB Progress (1): 1.2/8.2 MB Progress (1): 1.2/8.2 MB Progress (1): 1.3/8.2 MB Progress (1): 1.3/8.2 MB Progress (1): 1.4/8.2 MB Progress (1): 1.4/8.2 MB Progress (1): 1.4/8.2 MB Progress (1): 1.5/8.2 MB Progress (1): 1.5/8.2 MB Progress (1): 1.6/8.2 MB Progress (1): 1.6/8.2 MB Progress (1): 1.6/8.2 MB Progress (1): 1.7/8.2 MB Progress (1): 1.7/8.2 MB Progress (1): 1.8/8.2 MB Progress (1): 1.8/8.2 MB Progress (1): 1.8/8.2 MB Progress (1): 1.9/8.2 MB Progress (1): 1.9/8.2 MB Progress (1): 2.0/8.2 MB Progress (1): 2.0/8.2 MB Progress (1): 2.0/8.2 MB Progress (1): 2.1/8.2 MB Progress (1): 2.1/8.2 MB Progress (1): 2.2/8.2 MB Progress (1): 2.2/8.2 MB Progress (1): 2.3/8.2 MB Progress (1): 2.3/8.2 MB Progress (1): 2.3/8.2 MB Progress (1): 2.4/8.2 MB Progress (1): 2.4/8.2 MB Progress (1): 2.5/8.2 MB Progress (1): 2.5/8.2 MB Progress (1): 2.5/8.2 MB Progress (1): 2.6/8.2 MB Progress (1): 2.6/8.2 MB Progress (1): 2.7/8.2 MB Progress (1): 2.7/8.2 MB Progress (1): 2.7/8.2 MB Progress (1): 2.8/8.2 MB Progress (1): 2.8/8.2 MB Progress (1): 2.9/8.2 MB Progress (1): 2.9/8.2 MB Progress (1): 2.9/8.2 MB Progress (1): 3.0/8.2 MB Progress (1): 3.0/8.2 MB Progress (1): 3.1/8.2 MB Progress (1): 3.1/8.2 MB Progress (1): 3.2/8.2 MB Progress (1): 3.2/8.2 MB Progress (1): 3.2/8.2 MB Progress (1): 3.3/8.2 MB Progress (1): 3.3/8.2 MB Progress (1): 3.4/8.2 MB Progress (1): 3.4/8.2 MB Progress (1): 3.4/8.2 MB Progress (1): 3.5/8.2 MB Progress (1): 3.5/8.2 MB Progress (1): 3.6/8.2 MB Progress (1): 3.6/8.2 MB Progress (1): 3.6/8.2 MB Progress (1): 3.7/8.2 MB Progress (1): 3.7/8.2 MB Progress (1): 3.8/8.2 MB Progress (1): 3.8/8.2 MB Progress (1): 3.8/8.2 MB Progress (1): 3.9/8.2 MB Progress (1): 3.9/8.2 MB Progress (1): 4.0/8.2 MB Progress (1): 4.0/8.2 MB Progress (1): 4.1/8.2 MB Progress (1): 4.1/8.2 MB Progress (1): 4.1/8.2 MB Progress (1): 4.2/8.2 MB Progress (1): 4.2/8.2 MB Progress (1): 4.3/8.2 MB Progress (1): 4.3/8.2 MB Progress (1): 4.3/8.2 MB Progress (1): 4.4/8.2 MB Progress (1): 4.4/8.2 MB Progress (1): 4.5/8.2 MB Progress (1): 4.5/8.2 MB Progress (1): 4.5/8.2 MB Progress (1): 4.6/8.2 MB Progress (1): 4.6/8.2 MB Progress (1): 4.7/8.2 MB Progress (1): 4.7/8.2 MB Progress (1): 4.8/8.2 MB Progress (1): 4.8/8.2 MB Progress (1): 4.8/8.2 MB Progress (1): 4.9/8.2 MB Progress (1): 4.9/8.2 MB Progress (1): 5.0/8.2 MB Progress (1): 5.0/8.2 MB Progress (1): 5.0/8.2 MB Progress (1): 5.1/8.2 MB Progress (1): 5.1/8.2 MB Progress (1): 5.2/8.2 MB Progress (1): 5.2/8.2 MB Progress (1): 5.2/8.2 MB Progress (1): 5.3/8.2 MB Progress (1): 5.3/8.2 MB Progress (1): 5.4/8.2 MB Progress (1): 5.4/8.2 MB Progress (1): 5.4/8.2 MB Progress (1): 5.5/8.2 MB Progress (1): 5.5/8.2 MB Progress (1): 5.6/8.2 MB Progress (1): 5.6/8.2 MB Progress (1): 5.7/8.2 MB Progress (1): 5.7/8.2 MB Progress (1): 5.7/8.2 MB Progress (1): 5.8/8.2 MB Progress (1): 5.8/8.2 MB Progress (1): 5.9/8.2 MB Progress (1): 5.9/8.2 MB Progress (1): 5.9/8.2 MB Progress (1): 6.0/8.2 MB Progress (1): 6.0/8.2 MB Progress (1): 6.1/8.2 MB Progress (1): 6.1/8.2 MB Progress (1): 6.1/8.2 MB Progress (1): 6.2/8.2 MB Progress (1): 6.2/8.2 MB Progress (1): 6.3/8.2 MB Progress (1): 6.3/8.2 MB Progress (1): 6.3/8.2 MB Progress (1): 6.4/8.2 MB Progress (1): 6.4/8.2 MB Progress (1): 6.5/8.2 MB Progress (1): 6.5/8.2 MB Progress (1): 6.6/8.2 MB Progress (1): 6.6/8.2 MB Progress (1): 6.6/8.2 MB Progress (1): 6.7/8.2 MB Progress (1): 6.7/8.2 MB Progress (1): 6.8/8.2 MB Progress (1): 6.8/8.2 MB Progress (1): 6.8/8.2 MB Progress (1): 6.9/8.2 MB Progress (1): 6.9/8.2 MB Progress (1): 7.0/8.2 MB Progress (1): 7.0/8.2 MB Progress (1): 7.0/8.2 MB Progress (1): 7.1/8.2 MB Progress (1): 7.1/8.2 MB Progress (1): 7.2/8.2 MB Progress (1): 7.2/8.2 MB Progress (1): 7.2/8.2 MB Progress (1): 7.3/8.2 MB Progress (1): 7.3/8.2 MB Progress (1): 7.4/8.2 MB Progress (1): 7.4/8.2 MB Progress (1): 7.5/8.2 MB Progress (1): 7.5/8.2 MB Progress (1): 7.5/8.2 MB Progress (1): 7.6/8.2 MB Progress (1): 7.6/8.2 MB Progress (1): 7.7/8.2 MB Progress (1): 7.7/8.2 MB Progress (1): 7.7/8.2 MB Progress (1): 7.8/8.2 MB Progress (1): 7.8/8.2 MB Progress (1): 7.9/8.2 MB Progress (1): 7.9/8.2 MB Progress (1): 7.9/8.2 MB Progress (1): 8.0/8.2 MB Progress (1): 8.0/8.2 MB Progress (1): 8.1/8.2 MB Progress (1): 8.1/8.2 MB Progress (1): 8.2/8.2 MB Progress (1): 8.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.7.0/tycho-bundles-external-1.7.0.zip (8.2 MB at 28 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.7.0/org.eclipse.tycho.p2.resolver.impl-1.7.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.7.0/org.eclipse.tycho.p2.resolver.impl-1.7.0.jar Progress (1): 4.1/218 kB Progress (1): 7.7/218 kB Progress (1): 12/218 kB Progress (1): 16/218 kB Progress (1): 20/218 kB Progress (1): 24/218 kB Progress (1): 28/218 kB Progress (1): 32/218 kB Progress (1): 36/218 kB Progress (1): 40/218 kB Progress (1): 45/218 kB Progress (1): 49/218 kB Progress (1): 53/218 kB Progress (1): 57/218 kB Progress (1): 61/218 kB Progress (1): 65/218 kB Progress (1): 69/218 kB Progress (1): 73/218 kB Progress (1): 77/218 kB Progress (1): 81/218 kB Progress (1): 85/218 kB Progress (1): 90/218 kB Progress (1): 94/218 kB Progress (1): 98/218 kB Progress (1): 102/218 kB Progress (1): 106/218 kB Progress (1): 110/218 kB Progress (1): 114/218 kB Progress (1): 118/218 kB Progress (1): 122/218 kB Progress (1): 126/218 kB Progress (1): 131/218 kB Progress (1): 135/218 kB Progress (1): 139/218 kB Progress (1): 143/218 kB Progress (1): 147/218 kB Progress (1): 151/218 kB Progress (1): 155/218 kB Progress (1): 159/218 kB Progress (1): 163/218 kB Progress (1): 167/218 kB Progress (1): 171/218 kB Progress (1): 176/218 kB Progress (1): 180/218 kB Progress (1): 184/218 kB Progress (1): 188/218 kB Progress (1): 192/218 kB Progress (1): 196/218 kB Progress (1): 200/218 kB Progress (1): 204/218 kB Progress (1): 208/218 kB Progress (1): 212/218 kB Progress (1): 217/218 kB Progress (1): 218 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.7.0/org.eclipse.tycho.p2.resolver.impl-1.7.0.jar (218 kB at 741 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.7.0/org.eclipse.tycho.p2.maven.repository-1.7.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.7.0/org.eclipse.tycho.p2.maven.repository-1.7.0.jar Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 36/148 kB Progress (1): 40/148 kB Progress (1): 45/148 kB Progress (1): 49/148 kB Progress (1): 53/148 kB Progress (1): 57/148 kB Progress (1): 61/148 kB Progress (1): 65/148 kB Progress (1): 69/148 kB Progress (1): 73/148 kB Progress (1): 77/148 kB Progress (1): 81/148 kB Progress (1): 85/148 kB Progress (1): 90/148 kB Progress (1): 94/148 kB Progress (1): 98/148 kB Progress (1): 102/148 kB Progress (1): 106/148 kB Progress (1): 110/148 kB Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 131/148 kB Progress (1): 135/148 kB Progress (1): 139/148 kB Progress (1): 143/148 kB Progress (1): 147/148 kB Progress (1): 148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.7.0/org.eclipse.tycho.p2.maven.repository-1.7.0.jar (148 kB at 11 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.7.0/org.eclipse.tycho.p2.tools.impl-1.7.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.7.0/org.eclipse.tycho.p2.tools.impl-1.7.0.jar Progress (1): 4.1/50 kB Progress (1): 7.7/50 kB Progress (1): 12/50 kB Progress (1): 16/50 kB Progress (1): 20/50 kB Progress (1): 24/50 kB Progress (1): 28/50 kB Progress (1): 32/50 kB Progress (1): 36/50 kB Progress (1): 40/50 kB Progress (1): 45/50 kB Progress (1): 49/50 kB Progress (1): 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.7.0/org.eclipse.tycho.p2.tools.impl-1.7.0.jar (50 kB at 105 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.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-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.pom (2.5 kB at 52 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.jar Progress (1): 4.1/130 kB Progress (1): 7.7/130 kB Progress (1): 12/130 kB Progress (1): 16/130 kB Progress (1): 20/130 kB Progress (1): 24/130 kB Progress (1): 28/130 kB Progress (1): 32/130 kB Progress (1): 36/130 kB Progress (1): 40/130 kB Progress (1): 45/130 kB Progress (1): 49/130 kB Progress (1): 53/130 kB Progress (1): 57/130 kB Progress (1): 61/130 kB Progress (1): 65/130 kB Progress (1): 69/130 kB Progress (1): 73/130 kB Progress (1): 77/130 kB Progress (1): 81/130 kB Progress (1): 85/130 kB Progress (1): 90/130 kB Progress (1): 94/130 kB Progress (1): 98/130 kB Progress (1): 102/130 kB Progress (1): 106/130 kB Progress (1): 110/130 kB Progress (1): 114/130 kB Progress (1): 118/130 kB Progress (1): 122/130 kB Progress (1): 126/130 kB Progress (1): 130 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.jar (130 kB at 1.9 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.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.7.0/target-platform-configuration-1.7.0.pom (1.7 kB at 550 B/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.jar 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/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.jar (7.8 kB at 4.2 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.7.0/tycho-source-plugin-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.7.0/tycho-source-plugin-1.7.0.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.7.0/tycho-source-plugin-1.7.0.pom (2.8 kB at 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.7.0/tycho-source-plugin-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.7.0/tycho-source-plugin-1.7.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.7.0/tycho-source-plugin-1.7.0.jar (23 kB at 1.1 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 5.2 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 319 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 212 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 283 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.7 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 225 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 458 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.7 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 770 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 524 B/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/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar Downloading from 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/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (1): 4.1/209 kB Progress (1): 7.7/209 kB Progress (1): 12/209 kB Progress (1): 16/209 kB Progress (1): 20/209 kB Progress (1): 24/209 kB Progress (1): 28/209 kB Progress (1): 32/209 kB Progress (1): 36/209 kB Progress (1): 40/209 kB Progress (1): 45/209 kB Progress (1): 49/209 kB Progress (1): 53/209 kB Progress (1): 57/209 kB Progress (1): 61/209 kB Progress (1): 65/209 kB Progress (1): 69/209 kB Progress (1): 73/209 kB Progress (1): 77/209 kB Progress (1): 81/209 kB Progress (1): 85/209 kB Progress (1): 90/209 kB Progress (1): 94/209 kB Progress (1): 98/209 kB Progress (1): 102/209 kB Progress (1): 106/209 kB Progress (1): 110/209 kB Progress (1): 114/209 kB Progress (1): 118/209 kB Progress (1): 122/209 kB Progress (1): 126/209 kB Progress (1): 131/209 kB Progress (1): 135/209 kB Progress (1): 139/209 kB Progress (1): 143/209 kB Progress (1): 147/209 kB Progress (1): 151/209 kB Progress (1): 155/209 kB Progress (1): 159/209 kB Progress (1): 163/209 kB Progress (1): 167/209 kB Progress (1): 171/209 kB Progress (1): 176/209 kB Progress (1): 180/209 kB Progress (1): 184/209 kB Progress (1): 188/209 kB Progress (1): 192/209 kB Progress (1): 196/209 kB Progress (1): 200/209 kB Progress (1): 204/209 kB Progress (1): 208/209 kB Progress (1): 209 kB Progress (2): 209 kB | 4.1/24 kB Progress (2): 209 kB | 7.7/24 kB Progress (2): 209 kB | 12/24 kB Progress (2): 209 kB | 16/24 kB Progress (2): 209 kB | 20/24 kB Progress (2): 209 kB | 24 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 396 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 19 kB/s) 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-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 20 kB/s) Progress (1): 4.1/167 kB Progress (1): 7.7/167 kB Progress (1): 12/167 kB Progress (1): 16/167 kB Progress (1): 20/167 kB Progress (1): 24/167 kB Progress (1): 28/167 kB Progress (1): 32/167 kB Progress (1): 36/167 kB Progress (1): 40/167 kB Progress (1): 45/167 kB Progress (1): 49/167 kB Progress (1): 53/167 kB Progress (1): 57/167 kB Progress (1): 61/167 kB Progress (1): 65/167 kB Progress (1): 69/167 kB Progress (1): 73/167 kB Progress (1): 77/167 kB Progress (1): 81/167 kB Progress (1): 85/167 kB Progress (1): 90/167 kB Progress (1): 94/167 kB Progress (1): 98/167 kB Progress (1): 102/167 kB Progress (1): 106/167 kB Progress (1): 110/167 kB Progress (1): 114/167 kB Progress (1): 118/167 kB Progress (1): 122/167 kB Progress (1): 126/167 kB Progress (1): 131/167 kB Progress (1): 135/167 kB Progress (1): 139/167 kB Progress (1): 143/167 kB Progress (1): 147/167 kB Progress (1): 151/167 kB Progress (1): 155/167 kB Progress (1): 159/167 kB Progress (1): 163/167 kB Progress (1): 167 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 131 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom (16 kB at 539 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 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 491 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 305 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 318 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar Progress (1): 4.1/368 kB Progress (1): 7.7/368 kB Progress (1): 12/368 kB Progress (1): 16/368 kB Progress (1): 20/368 kB Progress (1): 24/368 kB Progress (1): 28/368 kB Progress (1): 32/368 kB Progress (1): 36/368 kB Progress (1): 40/368 kB Progress (1): 45/368 kB Progress (1): 49/368 kB Progress (1): 53/368 kB Progress (1): 57/368 kB Progress (1): 61/368 kB Progress (1): 65/368 kB Progress (1): 69/368 kB Progress (1): 73/368 kB Progress (1): 77/368 kB Progress (1): 81/368 kB Progress (1): 85/368 kB Progress (1): 90/368 kB Progress (1): 94/368 kB Progress (1): 98/368 kB Progress (1): 102/368 kB Progress (1): 106/368 kB Progress (1): 110/368 kB Progress (1): 114/368 kB Progress (1): 118/368 kB Progress (1): 122/368 kB Progress (1): 126/368 kB Progress (1): 131/368 kB Progress (1): 135/368 kB Progress (1): 139/368 kB Progress (1): 143/368 kB Progress (1): 147/368 kB Progress (1): 151/368 kB Progress (1): 155/368 kB Progress (1): 159/368 kB Progress (1): 163/368 kB Progress (1): 167/368 kB Progress (1): 171/368 kB Progress (1): 176/368 kB Progress (1): 180/368 kB Progress (1): 184/368 kB Progress (1): 188/368 kB Progress (1): 192/368 kB Progress (1): 196/368 kB Progress (1): 200/368 kB Progress (1): 204/368 kB Progress (1): 208/368 kB Progress (1): 212/368 kB Progress (1): 217/368 kB Progress (1): 221/368 kB Progress (1): 225/368 kB Progress (1): 229/368 kB Progress (1): 233/368 kB Progress (1): 237/368 kB Progress (1): 241/368 kB Progress (1): 245/368 kB Progress (1): 249/368 kB Progress (1): 253/368 kB Progress (1): 258/368 kB Progress (1): 262/368 kB Progress (1): 266/368 kB Progress (1): 270/368 kB Progress (1): 274/368 kB Progress (1): 278/368 kB Progress (1): 282/368 kB Progress (1): 286/368 kB Progress (1): 290/368 kB Progress (1): 294/368 kB Progress (1): 298/368 kB Progress (1): 303/368 kB Progress (1): 307/368 kB Progress (1): 311/368 kB Progress (1): 315/368 kB Progress (1): 319/368 kB Progress (1): 323/368 kB Progress (1): 327/368 kB Progress (1): 331/368 kB Progress (1): 335/368 kB Progress (1): 339/368 kB Progress (1): 344/368 kB Progress (1): 348/368 kB Progress (1): 352/368 kB Progress (1): 356/368 kB Progress (1): 360/368 kB Progress (1): 364/368 kB Progress (1): 368 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar (368 kB at 6.7 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.pom Progress (1): 4.1 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.pom (4.9 kB at 211 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.8.2/org.jacoco.build-0.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.2/org.jacoco.build-0.8.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.2/org.jacoco.build-0.8.2.pom (40 kB at 1.7 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar Progress (1): 4.1/54 kB Progress (1): 7.7/54 kB Progress (1): 12/54 kB Progress (1): 16/54 kB Progress (1): 20/54 kB Progress (1): 24/54 kB Progress (1): 28/54 kB Progress (1): 32/54 kB Progress (1): 36/54 kB Progress (1): 40/54 kB Progress (1): 45/54 kB Progress (1): 49/54 kB Progress (1): 53/54 kB Progress (1): 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar (54 kB at 1.5 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.7.0/tycho-pack200a-plugin-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.7.0/tycho-pack200a-plugin-1.7.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.7.0/tycho-pack200a-plugin-1.7.0.pom (1.3 kB at 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.7.0/tycho-pack200-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.7.0/tycho-pack200-1.7.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.7.0/tycho-pack200-1.7.0.pom (1.5 kB at 40 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.7.0/tycho-extras-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.7.0/tycho-extras-1.7.0.pom Progress (1): 4.1 kB Progress (1): 6.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.7.0/tycho-extras-1.7.0.pom (6.3 kB at 241 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.7.0/tycho-pack200a-plugin-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.7.0/tycho-pack200a-plugin-1.7.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.7.0/tycho-pack200a-plugin-1.7.0.jar (7.2 kB at 423 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 2.3 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 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 20 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 kB Progress (1): 8.2 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 1.5 MB/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): 45/66 kB Progress (1): 49/66 kB Progress (1): 53/66 kB Progress (1): 57/66 kB Progress (1): 61/66 kB Progress (1): 65/66 kB Progress (1): 66 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.jar (66 kB at 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.7.0/tycho-pack200b-plugin-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.7.0/tycho-pack200b-plugin-1.7.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.7.0/tycho-pack200b-plugin-1.7.0.pom (1.5 kB at 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.7.0/tycho-pack200b-plugin-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.7.0/tycho-pack200b-plugin-1.7.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.7.0/tycho-pack200b-plugin-1.7.0.jar (6.8 kB at 19 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.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.7.0/tycho-p2-plugin-1.7.0.pom (2.2 kB at 11 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.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/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.jar (29 kB at 817 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.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.7.0/sisu-equinox-launching-1.7.0.pom (2.7 kB at 75 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 323 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 2.1 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.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-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.pom (2.2 kB at 3.2 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom (3.1 kB at 184 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 562 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 4.4 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom (3.7 kB at 94 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom (3.2 kB at 77 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar Progress (1): 4.1/54 kB Progress (1): 7.7/54 kB Progress (1): 12/54 kB Progress (1): 16/54 kB Progress (2): 16/54 kB | 4.1/115 kB Progress (2): 16/54 kB | 7.7/115 kB Progress (2): 16/54 kB | 12/115 kB Progress (2): 16/54 kB | 16/115 kB Progress (2): 16/54 kB | 20/115 kB Progress (2): 16/54 kB | 24/115 kB Progress (2): 16/54 kB | 28/115 kB Progress (2): 16/54 kB | 32/115 kB Progress (2): 16/54 kB | 36/115 kB Progress (2): 16/54 kB | 40/115 kB Progress (2): 16/54 kB | 45/115 kB Progress (2): 16/54 kB | 49/115 kB Progress (2): 16/54 kB | 53/115 kB Progress (2): 16/54 kB | 57/115 kB Progress (2): 16/54 kB | 61/115 kB Progress (2): 16/54 kB | 65/115 kB Progress (3): 16/54 kB | 65/115 kB | 4.1/20 kB Progress (3): 16/54 kB | 65/115 kB | 7.7/20 kB Progress (3): 16/54 kB | 69/115 kB | 7.7/20 kB Progress (3): 16/54 kB | 69/115 kB | 12/20 kB Progress (3): 16/54 kB | 73/115 kB | 12/20 kB Progress (3): 16/54 kB | 73/115 kB | 16/20 kB Progress (3): 16/54 kB | 77/115 kB | 16/20 kB Progress (3): 16/54 kB | 81/115 kB | 16/20 kB Progress (3): 20/54 kB | 81/115 kB | 16/20 kB Progress (3): 20/54 kB | 81/115 kB | 20/20 kB Progress (3): 24/54 kB | 81/115 kB | 20/20 kB Progress (3): 24/54 kB | 81/115 kB | 20 kB Progress (3): 28/54 kB | 81/115 kB | 20 kB Progress (3): 32/54 kB | 81/115 kB | 20 kB Progress (4): 32/54 kB | 81/115 kB | 20 kB | 4.1/28 kB Progress (4): 32/54 kB | 81/115 kB | 20 kB | 7.7/28 kB Progress (4): 32/54 kB | 81/115 kB | 20 kB | 12/28 kB Progress (4): 32/54 kB | 85/115 kB | 20 kB | 12/28 kB Progress (4): 32/54 kB | 85/115 kB | 20 kB | 16/28 kB Progress (4): 36/54 kB | 85/115 kB | 20 kB | 16/28 kB Progress (4): 36/54 kB | 90/115 kB | 20 kB | 16/28 kB Progress (4): 40/54 kB | 90/115 kB | 20 kB | 16/28 kB Progress (4): 40/54 kB | 94/115 kB | 20 kB | 16/28 kB Progress (4): 45/54 kB | 94/115 kB | 20 kB | 16/28 kB Progress (4): 45/54 kB | 98/115 kB | 20 kB | 16/28 kB Progress (4): 49/54 kB | 98/115 kB | 20 kB | 16/28 kB Progress (4): 49/54 kB | 98/115 kB | 20 kB | 20/28 kB Progress (4): 49/54 kB | 98/115 kB | 20 kB | 24/28 kB Progress (4): 49/54 kB | 98/115 kB | 20 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.jar (20 kB at 426 kB/s) Progress (3): 49/54 kB | 102/115 kB | 28 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar Progress (3): 49/54 kB | 106/115 kB | 28 kB Progress (4): 49/54 kB | 106/115 kB | 28 kB | 4.1/50 kB Progress (4): 53/54 kB | 106/115 kB | 28 kB | 4.1/50 kB Progress (4): 53/54 kB | 106/115 kB | 28 kB | 7.7/50 kB Progress (4): 53/54 kB | 110/115 kB | 28 kB | 7.7/50 kB Progress (4): 53/54 kB | 110/115 kB | 28 kB | 12/50 kB Progress (4): 54 kB | 110/115 kB | 28 kB | 12/50 kB Progress (4): 54 kB | 110/115 kB | 28 kB | 16/50 kB Progress (4): 54 kB | 114/115 kB | 28 kB | 16/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.jar (28 kB at 541 kB/s) Progress (3): 54 kB | 114/115 kB | 20/50 kB Progress (3): 54 kB | 115 kB | 20/50 kB Progress (3): 54 kB | 115 kB | 24/50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar Progress (3): 54 kB | 115 kB | 28/50 kB Progress (3): 54 kB | 115 kB | 32/50 kB Progress (3): 54 kB | 115 kB | 36/50 kB Progress (3): 54 kB | 115 kB | 40/50 kB Progress (3): 54 kB | 115 kB | 45/50 kB Progress (3): 54 kB | 115 kB | 49/50 kB Progress (3): 54 kB | 115 kB | 50 kB Progress (4): 54 kB | 115 kB | 50 kB | 4.1/81 kB Progress (4): 54 kB | 115 kB | 50 kB | 7.7/81 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 2.1 MB/s) Progress (3): 54 kB | 50 kB | 12/81 kB Progress (3): 54 kB | 50 kB | 16/81 kB Progress (3): 54 kB | 50 kB | 20/81 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar (50 kB at 898 kB/s) Progress (2): 54 kB | 24/81 kB Progress (3): 54 kB | 24/81 kB | 4.1/33 kB Progress (3): 54 kB | 28/81 kB | 4.1/33 kB Progress (3): 54 kB | 28/81 kB | 7.7/33 kB Progress (3): 54 kB | 32/81 kB | 7.7/33 kB Progress (3): 54 kB | 32/81 kB | 12/33 kB Progress (3): 54 kB | 32/81 kB | 16/33 kB Progress (3): 54 kB | 36/81 kB | 16/33 kB Progress (3): 54 kB | 40/81 kB | 16/33 kB Progress (3): 54 kB | 45/81 kB | 16/33 kB Progress (3): 54 kB | 49/81 kB | 16/33 kB Progress (3): 54 kB | 49/81 kB | 20/33 kB Progress (3): 54 kB | 49/81 kB | 24/33 kB Progress (3): 54 kB | 49/81 kB | 28/33 kB Progress (3): 54 kB | 53/81 kB | 28/33 kB Progress (3): 54 kB | 53/81 kB | 32/33 kB Progress (3): 54 kB | 57/81 kB | 32/33 kB Progress (3): 54 kB | 57/81 kB | 33 kB Progress (3): 54 kB | 61/81 kB | 33 kB Progress (3): 54 kB | 65/81 kB | 33 kB Progress (3): 54 kB | 69/81 kB | 33 kB Progress (3): 54 kB | 73/81 kB | 33 kB Progress (3): 54 kB | 77/81 kB | 33 kB Progress (3): 54 kB | 81 kB | 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar (33 kB at 492 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar (81 kB at 71 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 48 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 560 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 1.1 MB/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 2.2 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 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 1.5 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 482 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 612 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 283 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 125 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.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.7.0/tycho-compiler-plugin-1.7.0.pom (2.5 kB at 148 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.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/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.jar (34 kB at 781 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Progress (1): 4.1 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 188 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 948 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 238 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 350 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 888 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 408 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Progress (1): 4.1/124 kB Progress (1): 7.7/124 kB Progress (1): 12/124 kB Progress (1): 16/124 kB Progress (1): 20/124 kB Progress (1): 24/124 kB Progress (1): 28/124 kB Progress (1): 32/124 kB Progress (1): 36/124 kB Progress (1): 40/124 kB Progress (1): 45/124 kB Progress (1): 49/124 kB Progress (1): 53/124 kB Progress (1): 57/124 kB Progress (1): 61/124 kB Progress (1): 65/124 kB Progress (1): 69/124 kB Progress (1): 73/124 kB Progress (1): 77/124 kB Progress (1): 81/124 kB Progress (1): 85/124 kB Progress (1): 90/124 kB Progress (1): 94/124 kB Progress (1): 98/124 kB Progress (1): 102/124 kB Progress (1): 106/124 kB Progress (1): 110/124 kB Progress (1): 114/124 kB Progress (1): 118/124 kB Progress (1): 122/124 kB Progress (1): 124 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 3.8 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.7.0/tycho-surefire-plugin-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.7.0/tycho-surefire-plugin-1.7.0.pom Progress (1): 4.1 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.7.0/tycho-surefire-plugin-1.7.0.pom (5.8 kB at 175 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.7.0/tycho-surefire-plugin-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.7.0/tycho-surefire-plugin-1.7.0.jar Progress (1): 4.1/63 kB Progress (1): 7.7/63 kB Progress (1): 12/63 kB Progress (1): 16/63 kB Progress (1): 20/63 kB Progress (1): 24/63 kB Progress (1): 28/63 kB Progress (1): 32/63 kB Progress (1): 36/63 kB Progress (1): 40/63 kB Progress (1): 45/63 kB Progress (1): 49/63 kB Progress (1): 53/63 kB Progress (1): 57/63 kB Progress (1): 61/63 kB Progress (1): 63 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.7.0/tycho-surefire-plugin-1.7.0.jar (63 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.7.0/org.eclipse.tycho.surefire.osgibooter-1.7.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.7.0/org.eclipse.tycho.surefire.osgibooter-1.7.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.7.0/org.eclipse.tycho.surefire.osgibooter-1.7.0.pom (3.3 kB at 173 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.7.0/org.eclipse.tycho.surefire.junit-1.7.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.7.0/org.eclipse.tycho.surefire.junit-1.7.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.7.0/org.eclipse.tycho.surefire.junit-1.7.0.pom (1.5 kB at 2.7 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.7.0/tycho-surefire-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.7.0/tycho-surefire-1.7.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.7.0/tycho-surefire-1.7.0.pom (3.2 kB at 117 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.7.0/org.eclipse.tycho.surefire.junit4-1.7.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.7.0/org.eclipse.tycho.surefire.junit4-1.7.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.7.0/org.eclipse.tycho.surefire.junit4-1.7.0.pom (1.5 kB at 373 B/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.7.0/org.eclipse.tycho.surefire.junit47-1.7.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.7.0/org.eclipse.tycho.surefire.junit47-1.7.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.7.0/org.eclipse.tycho.surefire.junit47-1.7.0.pom (1.9 kB at 634 B/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.7.0/org.eclipse.tycho.surefire.junit5-1.7.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.7.0/org.eclipse.tycho.surefire.junit5-1.7.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.7.0/org.eclipse.tycho.surefire.junit5-1.7.0.pom (3.3 kB at 6.7 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/1.7.0/org.eclipse.tycho.surefire.junit54-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/1.7.0/org.eclipse.tycho.surefire.junit54-1.7.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.junit54/1.7.0/org.eclipse.tycho.surefire.junit54-1.7.0.pom (3.3 kB at 7.2 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/1.7.0/org.eclipse.tycho.surefire.junit55-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/1.7.0/org.eclipse.tycho.surefire.junit55-1.7.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.junit55/1.7.0/org.eclipse.tycho.surefire.junit55-1.7.0.pom (3.3 kB at 157 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/1.7.0/org.eclipse.tycho.surefire.junit56-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/1.7.0/org.eclipse.tycho.surefire.junit56-1.7.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.junit56/1.7.0/org.eclipse.tycho.surefire.junit56-1.7.0.pom (3.3 kB at 174 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.7.0/org.eclipse.tycho.surefire.testng-1.7.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.7.0/org.eclipse.tycho.surefire.testng-1.7.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.7.0/org.eclipse.tycho.surefire.testng-1.7.0.pom (2.1 kB at 5.3 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 197 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 854 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.7 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 378 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 75 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 15 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 8.5 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 570 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Progress (1): 4.1 kB Progress (1): 7.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 307 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 56 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 862 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 12 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 22 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 8.1 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 198 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13/junit-4.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom (25 kB at 279 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 54 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 49 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 104 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 111 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 94 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 34 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 195 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 400 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 94 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 2.5 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 3.9 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 8.7 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 167 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 64 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 76 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 24 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 511 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 4.1 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 299 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.7.0/org.eclipse.tycho.surefire.osgibooter-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.7.0/org.eclipse.tycho.surefire.junit-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.7.0/org.eclipse.tycho.surefire.junit47-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.7.0/org.eclipse.tycho.surefire.junit4-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.7.0/org.eclipse.tycho.surefire.junit5-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/1.7.0/org.eclipse.tycho.surefire.junit54-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/1.7.0/org.eclipse.tycho.surefire.junit55-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/1.7.0/org.eclipse.tycho.surefire.junit56-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.7.0/org.eclipse.tycho.surefire.testng-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.7.0/org.eclipse.tycho.surefire.junit-1.7.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.7.0/org.eclipse.tycho.surefire.junit5-1.7.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.7.0/org.eclipse.tycho.surefire.junit47-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.7.0/org.eclipse.tycho.surefire.osgibooter-1.7.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.7.0/org.eclipse.tycho.surefire.junit4-1.7.0.jar Progress (1): 4.1/185 kB Progress (1): 7.7/185 kB Progress (1): 12/185 kB Progress (1): 16/185 kB Progress (1): 20/185 kB Progress (1): 24/185 kB Progress (1): 28/185 kB Progress (1): 32/185 kB Progress (1): 36/185 kB Progress (1): 40/185 kB Progress (1): 45/185 kB Progress (1): 49/185 kB Progress (1): 53/185 kB Progress (1): 57/185 kB Progress (1): 61/185 kB Progress (1): 65/185 kB Progress (1): 69/185 kB Progress (1): 73/185 kB Progress (1): 77/185 kB Progress (1): 81/185 kB Progress (2): 81/185 kB | 4.1/424 kB Progress (2): 85/185 kB | 4.1/424 kB Progress (2): 85/185 kB | 7.7/424 kB Progress (2): 90/185 kB | 7.7/424 kB Progress (2): 90/185 kB | 12/424 kB Progress (2): 94/185 kB | 12/424 kB Progress (2): 94/185 kB | 16/424 kB Progress (2): 98/185 kB | 16/424 kB Progress (2): 102/185 kB | 16/424 kB Progress (2): 106/185 kB | 16/424 kB Progress (2): 110/185 kB | 16/424 kB Progress (2): 110/185 kB | 20/424 kB Progress (2): 114/185 kB | 20/424 kB Progress (2): 114/185 kB | 24/424 kB Progress (2): 114/185 kB | 28/424 kB Progress (3): 114/185 kB | 28/424 kB | 4.1/65 kB Progress (3): 114/185 kB | 32/424 kB | 4.1/65 kB Progress (3): 114/185 kB | 32/424 kB | 7.7/65 kB Progress (3): 118/185 kB | 32/424 kB | 7.7/65 kB Progress (3): 118/185 kB | 32/424 kB | 12/65 kB Progress (3): 122/185 kB | 32/424 kB | 12/65 kB Progress (3): 122/185 kB | 32/424 kB | 16/65 kB Progress (3): 126/185 kB | 32/424 kB | 16/65 kB Progress (3): 126/185 kB | 36/424 kB | 16/65 kB Progress (3): 131/185 kB | 36/424 kB | 16/65 kB Progress (3): 131/185 kB | 40/424 kB | 16/65 kB Progress (3): 131/185 kB | 45/424 kB | 16/65 kB Progress (3): 131/185 kB | 45/424 kB | 20/65 kB Progress (3): 131/185 kB | 49/424 kB | 20/65 kB Progress (3): 131/185 kB | 49/424 kB | 24/65 kB Progress (3): 135/185 kB | 49/424 kB | 24/65 kB Progress (3): 135/185 kB | 49/424 kB | 28/65 kB Progress (3): 139/185 kB | 49/424 kB | 28/65 kB Progress (3): 139/185 kB | 49/424 kB | 32/65 kB Progress (3): 143/185 kB | 49/424 kB | 32/65 kB Progress (3): 143/185 kB | 53/424 kB | 32/65 kB Progress (3): 147/185 kB | 53/424 kB | 32/65 kB Progress (3): 147/185 kB | 57/424 kB | 32/65 kB Progress (3): 147/185 kB | 61/424 kB | 32/65 kB Progress (3): 147/185 kB | 61/424 kB | 36/65 kB Progress (3): 147/185 kB | 65/424 kB | 36/65 kB Progress (3): 147/185 kB | 65/424 kB | 40/65 kB Progress (3): 151/185 kB | 65/424 kB | 40/65 kB Progress (3): 151/185 kB | 65/424 kB | 45/65 kB Progress (3): 155/185 kB | 65/424 kB | 45/65 kB Progress (3): 155/185 kB | 65/424 kB | 49/65 kB Progress (3): 155/185 kB | 69/424 kB | 49/65 kB Progress (3): 159/185 kB | 69/424 kB | 49/65 kB Progress (3): 159/185 kB | 73/424 kB | 49/65 kB Progress (3): 163/185 kB | 73/424 kB | 49/65 kB Progress (3): 163/185 kB | 77/424 kB | 49/65 kB Progress (3): 163/185 kB | 77/424 kB | 53/65 kB Progress (3): 163/185 kB | 81/424 kB | 53/65 kB Progress (3): 163/185 kB | 81/424 kB | 57/65 kB Progress (3): 163/185 kB | 81/424 kB | 61/65 kB Progress (3): 167/185 kB | 81/424 kB | 61/65 kB Progress (3): 167/185 kB | 81/424 kB | 65 kB Progress (3): 171/185 kB | 81/424 kB | 65 kB Progress (3): 171/185 kB | 85/424 kB | 65 kB Progress (3): 176/185 kB | 85/424 kB | 65 kB Progress (3): 176/185 kB | 90/424 kB | 65 kB Progress (3): 180/185 kB | 90/424 kB | 65 kB Progress (3): 180/185 kB | 94/424 kB | 65 kB Progress (3): 180/185 kB | 98/424 kB | 65 kB Progress (3): 184/185 kB | 98/424 kB | 65 kB Progress (3): 185 kB | 98/424 kB | 65 kB Progress (3): 185 kB | 102/424 kB | 65 kB Progress (3): 185 kB | 106/424 kB | 65 kB Progress (3): 185 kB | 110/424 kB | 65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.7.0/org.eclipse.tycho.surefire.junit4-1.7.0.jar (65 kB at 1.9 MB/s) Progress (2): 185 kB | 114/424 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.7.0/org.eclipse.tycho.surefire.junit47-1.7.0.jar (185 kB at 5.3 MB/s) Progress (1): 118/424 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/1.7.0/org.eclipse.tycho.surefire.junit54-1.7.0.jar Progress (1): 122/424 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/1.7.0/org.eclipse.tycho.surefire.junit55-1.7.0.jar Progress (1): 126/424 kB Progress (1): 131/424 kB Progress (1): 135/424 kB Progress (1): 139/424 kB Progress (1): 143/424 kB Progress (1): 147/424 kB Progress (1): 151/424 kB Progress (1): 155/424 kB Progress (1): 159/424 kB Progress (1): 163/424 kB Progress (1): 167/424 kB Progress (1): 171/424 kB Progress (1): 176/424 kB Progress (1): 180/424 kB Progress (1): 184/424 kB Progress (1): 188/424 kB Progress (1): 192/424 kB Progress (1): 196/424 kB Progress (1): 200/424 kB Progress (1): 204/424 kB Progress (1): 208/424 kB Progress (1): 212/424 kB Progress (1): 217/424 kB Progress (1): 221/424 kB Progress (1): 225/424 kB Progress (1): 229/424 kB Progress (1): 233/424 kB Progress (1): 237/424 kB Progress (1): 241/424 kB Progress (1): 245/424 kB Progress (1): 249/424 kB Progress (1): 253/424 kB Progress (1): 258/424 kB Progress (1): 262/424 kB Progress (1): 266/424 kB Progress (1): 270/424 kB Progress (1): 274/424 kB Progress (1): 278/424 kB Progress (1): 282/424 kB Progress (1): 286/424 kB Progress (1): 290/424 kB Progress (1): 294/424 kB Progress (1): 298/424 kB Progress (1): 303/424 kB Progress (1): 307/424 kB Progress (1): 311/424 kB Progress (1): 315/424 kB Progress (1): 319/424 kB Progress (1): 323/424 kB Progress (1): 327/424 kB Progress (1): 331/424 kB Progress (1): 335/424 kB Progress (1): 339/424 kB Progress (1): 344/424 kB Progress (1): 348/424 kB Progress (1): 352/424 kB Progress (1): 356/424 kB Progress (1): 360/424 kB Progress (1): 364/424 kB Progress (1): 368/424 kB Progress (1): 372/424 kB Progress (1): 376/424 kB Progress (1): 380/424 kB Progress (1): 384/424 kB Progress (1): 389/424 kB Progress (1): 393/424 kB Progress (1): 397/424 kB Progress (1): 401/424 kB Progress (1): 405/424 kB Progress (1): 409/424 kB Progress (1): 413/424 kB Progress (1): 417/424 kB Progress (1): 421/424 kB Progress (1): 424 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.7.0/org.eclipse.tycho.surefire.junit5-1.7.0.jar (424 kB at 8.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/1.7.0/org.eclipse.tycho.surefire.junit56-1.7.0.jar Progress (1): 4.1/706 kB Progress (1): 7.7/706 kB Progress (1): 12/706 kB Progress (1): 16/706 kB Progress (1): 20/706 kB Progress (1): 24/706 kB Progress (1): 28/706 kB Progress (1): 32/706 kB Progress (1): 36/706 kB Progress (1): 40/706 kB Progress (1): 45/706 kB Progress (1): 49/706 kB Progress (1): 53/706 kB Progress (1): 57/706 kB Progress (1): 61/706 kB Progress (1): 65/706 kB Progress (1): 69/706 kB Progress (1): 73/706 kB Progress (1): 77/706 kB Progress (1): 81/706 kB Progress (1): 85/706 kB Progress (1): 90/706 kB Progress (1): 94/706 kB Progress (1): 98/706 kB Progress (1): 102/706 kB Progress (1): 106/706 kB Progress (1): 110/706 kB Progress (1): 114/706 kB Progress (1): 118/706 kB Progress (1): 122/706 kB Progress (1): 126/706 kB Progress (1): 131/706 kB Progress (1): 135/706 kB Progress (1): 139/706 kB Progress (1): 143/706 kB Progress (1): 147/706 kB Progress (1): 151/706 kB Progress (1): 155/706 kB Progress (1): 159/706 kB Progress (1): 163/706 kB Progress (1): 167/706 kB Progress (1): 171/706 kB Progress (1): 176/706 kB Progress (1): 180/706 kB Progress (1): 184/706 kB Progress (1): 188/706 kB Progress (1): 192/706 kB Progress (1): 196/706 kB Progress (1): 200/706 kB Progress (1): 204/706 kB Progress (1): 208/706 kB Progress (1): 212/706 kB Progress (1): 217/706 kB Progress (1): 221/706 kB Progress (1): 225/706 kB Progress (1): 229/706 kB Progress (1): 233/706 kB Progress (1): 237/706 kB Progress (1): 241/706 kB Progress (1): 245/706 kB Progress (1): 249/706 kB Progress (1): 253/706 kB Progress (1): 258/706 kB Progress (1): 262/706 kB Progress (1): 266/706 kB Progress (1): 270/706 kB Progress (1): 274/706 kB Progress (1): 278/706 kB Progress (1): 282/706 kB Progress (1): 286/706 kB Progress (1): 290/706 kB Progress (1): 294/706 kB Progress (1): 298/706 kB Progress (1): 303/706 kB Progress (1): 307/706 kB Progress (1): 311/706 kB Progress (1): 315/706 kB Progress (1): 319/706 kB Progress (1): 323/706 kB Progress (1): 327/706 kB Progress (1): 331/706 kB Progress (1): 335/706 kB Progress (1): 339/706 kB Progress (1): 344/706 kB Progress (1): 348/706 kB Progress (1): 352/706 kB Progress (1): 356/706 kB Progress (1): 360/706 kB Progress (1): 364/706 kB Progress (1): 368/706 kB Progress (1): 372/706 kB Progress (1): 376/706 kB Progress (1): 380/706 kB Progress (1): 384/706 kB Progress (1): 389/706 kB Progress (1): 393/706 kB Progress (1): 397/706 kB Progress (1): 401/706 kB Progress (1): 405/706 kB Progress (1): 409/706 kB Progress (1): 413/706 kB Progress (1): 417/706 kB Progress (1): 421/706 kB Progress (1): 425/706 kB Progress (1): 430/706 kB Progress (1): 434/706 kB Progress (1): 438/706 kB Progress (1): 442/706 kB Progress (1): 446/706 kB Progress (1): 450/706 kB Progress (1): 454/706 kB Progress (1): 458/706 kB Progress (1): 462/706 kB Progress (1): 466/706 kB Progress (1): 471/706 kB Progress (1): 475/706 kB Progress (1): 479/706 kB Progress (1): 483/706 kB Progress (1): 487/706 kB Progress (1): 491/706 kB Progress (1): 495/706 kB Progress (1): 499/706 kB Progress (1): 503/706 kB Progress (1): 507/706 kB Progress (1): 511/706 kB Progress (1): 516/706 kB Progress (1): 520/706 kB Progress (1): 524/706 kB Progress (1): 528/706 kB Progress (1): 532/706 kB Progress (1): 536/706 kB Progress (1): 540/706 kB Progress (1): 544/706 kB Progress (1): 548/706 kB Progress (1): 552/706 kB Progress (1): 557/706 kB Progress (1): 561/706 kB Progress (1): 565/706 kB Progress (1): 569/706 kB Progress (1): 573/706 kB Progress (1): 577/706 kB Progress (1): 581/706 kB Progress (1): 585/706 kB Progress (1): 589/706 kB Progress (1): 593/706 kB Progress (1): 597/706 kB Progress (1): 602/706 kB Progress (1): 606/706 kB Progress (1): 610/706 kB Progress (1): 614/706 kB Progress (1): 618/706 kB Progress (1): 622/706 kB Progress (1): 626/706 kB Progress (1): 630/706 kB Progress (1): 634/706 kB Progress (1): 638/706 kB Progress (1): 643/706 kB Progress (1): 647/706 kB Progress (1): 651/706 kB Progress (1): 655/706 kB Progress (1): 659/706 kB Progress (1): 663/706 kB Progress (1): 667/706 kB Progress (1): 671/706 kB Progress (1): 675/706 kB Progress (1): 679/706 kB Progress (1): 683/706 kB Progress (1): 688/706 kB Progress (1): 692/706 kB Progress (1): 696/706 kB Progress (1): 700/706 kB Progress (1): 704/706 kB Progress (1): 706 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/1.7.0/org.eclipse.tycho.surefire.junit56-1.7.0.jar (706 kB at 6.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.7.0/org.eclipse.tycho.surefire.testng-1.7.0.jar Progress (1): 4.1/680 kB Progress (2): 4.1/680 kB | 4.1/110 kB Progress (2): 7.7/680 kB | 4.1/110 kB Progress (2): 7.7/680 kB | 7.7/110 kB Progress (2): 12/680 kB | 7.7/110 kB Progress (2): 12/680 kB | 12/110 kB Progress (2): 16/680 kB | 12/110 kB Progress (2): 16/680 kB | 16/110 kB Progress (2): 20/680 kB | 16/110 kB Progress (3): 20/680 kB | 16/110 kB | 4.1/25 kB Progress (3): 24/680 kB | 16/110 kB | 4.1/25 kB Progress (3): 24/680 kB | 16/110 kB | 7.7/25 kB Progress (3): 28/680 kB | 16/110 kB | 7.7/25 kB Progress (3): 28/680 kB | 20/110 kB | 7.7/25 kB Progress (3): 32/680 kB | 20/110 kB | 7.7/25 kB Progress (3): 32/680 kB | 20/110 kB | 12/25 kB Progress (3): 32/680 kB | 24/110 kB | 12/25 kB Progress (3): 32/680 kB | 24/110 kB | 16/25 kB Progress (3): 32/680 kB | 28/110 kB | 16/25 kB Progress (3): 32/680 kB | 32/110 kB | 16/25 kB Progress (3): 36/680 kB | 32/110 kB | 16/25 kB Progress (3): 40/680 kB | 32/110 kB | 16/25 kB Progress (3): 40/680 kB | 32/110 kB | 20/25 kB Progress (3): 45/680 kB | 32/110 kB | 20/25 kB Progress (3): 45/680 kB | 32/110 kB | 24/25 kB Progress (3): 49/680 kB | 32/110 kB | 24/25 kB Progress (3): 49/680 kB | 32/110 kB | 25 kB Progress (3): 49/680 kB | 36/110 kB | 25 kB Progress (3): 49/680 kB | 40/110 kB | 25 kB Progress (3): 49/680 kB | 45/110 kB | 25 kB Progress (3): 53/680 kB | 45/110 kB | 25 kB Progress (3): 53/680 kB | 49/110 kB | 25 kB Progress (3): 57/680 kB | 49/110 kB | 25 kB Progress (3): 61/680 kB | 49/110 kB | 25 kB Progress (3): 65/680 kB | 49/110 kB | 25 kB Progress (3): 65/680 kB | 53/110 kB | 25 kB Progress (3): 65/680 kB | 57/110 kB | 25 kB Progress (3): 65/680 kB | 61/110 kB | 25 kB Progress (3): 65/680 kB | 65/110 kB | 25 kB Progress (3): 69/680 kB | 65/110 kB | 25 kB Progress (3): 73/680 kB | 65/110 kB | 25 kB Progress (3): 77/680 kB | 65/110 kB | 25 kB Progress (3): 81/680 kB | 65/110 kB | 25 kB Progress (3): 81/680 kB | 69/110 kB | 25 kB Progress (3): 81/680 kB | 73/110 kB | 25 kB Progress (3): 81/680 kB | 77/110 kB | 25 kB Progress (3): 81/680 kB | 81/110 kB | 25 kB Progress (3): 85/680 kB | 81/110 kB | 25 kB Progress (3): 90/680 kB | 81/110 kB | 25 kB Progress (3): 94/680 kB | 81/110 kB | 25 kB Progress (3): 94/680 kB | 85/110 kB | 25 kB Progress (3): 98/680 kB | 85/110 kB | 25 kB Progress (3): 98/680 kB | 90/110 kB | 25 kB Progress (3): 98/680 kB | 94/110 kB | 25 kB Progress (3): 98/680 kB | 98/110 kB | 25 kB Progress (3): 102/680 kB | 98/110 kB | 25 kB Progress (3): 106/680 kB | 98/110 kB | 25 kB Progress (3): 106/680 kB | 102/110 kB | 25 kB Progress (3): 110/680 kB | 102/110 kB | 25 kB Progress (3): 110/680 kB | 106/110 kB | 25 kB Progress (3): 114/680 kB | 106/110 kB | 25 kB Progress (3): 114/680 kB | 110/110 kB | 25 kB Progress (3): 114/680 kB | 110 kB | 25 kB Progress (3): 118/680 kB | 110 kB | 25 kB Progress (3): 122/680 kB | 110 kB | 25 kB Progress (3): 126/680 kB | 110 kB | 25 kB Progress (3): 131/680 kB | 110 kB | 25 kB Progress (3): 135/680 kB | 110 kB | 25 kB Progress (3): 139/680 kB | 110 kB | 25 kB Progress (3): 143/680 kB | 110 kB | 25 kB Progress (3): 147/680 kB | 110 kB | 25 kB Progress (3): 151/680 kB | 110 kB | 25 kB Progress (3): 155/680 kB | 110 kB | 25 kB Progress (3): 159/680 kB | 110 kB | 25 kB Progress (3): 163/680 kB | 110 kB | 25 kB Progress (3): 167/680 kB | 110 kB | 25 kB Progress (3): 171/680 kB | 110 kB | 25 kB Progress (3): 176/680 kB | 110 kB | 25 kB Progress (3): 180/680 kB | 110 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.7.0/org.eclipse.tycho.surefire.junit-1.7.0.jar (25 kB at 133 kB/s) Progress (2): 184/680 kB | 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 (2): 188/680 kB | 110 kB Progress (2): 192/680 kB | 110 kB Progress (2): 196/680 kB | 110 kB Progress (2): 200/680 kB | 110 kB Progress (2): 204/680 kB | 110 kB Progress (2): 208/680 kB | 110 kB Progress (2): 212/680 kB | 110 kB Progress (2): 217/680 kB | 110 kB Progress (2): 221/680 kB | 110 kB Progress (2): 225/680 kB | 110 kB Progress (2): 229/680 kB | 110 kB Progress (2): 233/680 kB | 110 kB Progress (2): 237/680 kB | 110 kB Progress (2): 241/680 kB | 110 kB Progress (2): 245/680 kB | 110 kB Progress (2): 249/680 kB | 110 kB Progress (2): 253/680 kB | 110 kB Progress (2): 258/680 kB | 110 kB Progress (2): 262/680 kB | 110 kB Progress (2): 266/680 kB | 110 kB Progress (2): 270/680 kB | 110 kB Progress (2): 274/680 kB | 110 kB Progress (2): 278/680 kB | 110 kB Progress (2): 282/680 kB | 110 kB Progress (2): 286/680 kB | 110 kB Progress (2): 290/680 kB | 110 kB Progress (2): 294/680 kB | 110 kB Progress (2): 298/680 kB | 110 kB Progress (2): 303/680 kB | 110 kB Progress (2): 307/680 kB | 110 kB Progress (2): 311/680 kB | 110 kB Progress (2): 315/680 kB | 110 kB Progress (2): 319/680 kB | 110 kB Progress (2): 323/680 kB | 110 kB Progress (2): 327/680 kB | 110 kB Progress (2): 331/680 kB | 110 kB Progress (2): 335/680 kB | 110 kB Progress (2): 339/680 kB | 110 kB Progress (2): 344/680 kB | 110 kB Progress (2): 348/680 kB | 110 kB Progress (2): 352/680 kB | 110 kB Progress (2): 356/680 kB | 110 kB Progress (2): 360/680 kB | 110 kB Progress (2): 364/680 kB | 110 kB Progress (2): 368/680 kB | 110 kB Progress (2): 372/680 kB | 110 kB Progress (2): 376/680 kB | 110 kB Progress (2): 380/680 kB | 110 kB Progress (2): 384/680 kB | 110 kB Progress (2): 389/680 kB | 110 kB Progress (2): 393/680 kB | 110 kB Progress (2): 397/680 kB | 110 kB Progress (2): 401/680 kB | 110 kB Progress (2): 405/680 kB | 110 kB Progress (2): 409/680 kB | 110 kB Progress (2): 413/680 kB | 110 kB Progress (2): 417/680 kB | 110 kB Progress (2): 421/680 kB | 110 kB Progress (2): 425/680 kB | 110 kB Progress (2): 430/680 kB | 110 kB Progress (2): 434/680 kB | 110 kB Progress (2): 438/680 kB | 110 kB Progress (2): 442/680 kB | 110 kB Progress (2): 446/680 kB | 110 kB Progress (2): 450/680 kB | 110 kB Progress (2): 454/680 kB | 110 kB Progress (2): 458/680 kB | 110 kB Progress (2): 462/680 kB | 110 kB Progress (2): 466/680 kB | 110 kB Progress (2): 471/680 kB | 110 kB Progress (2): 475/680 kB | 110 kB Progress (3): 475/680 kB | 110 kB | 7.7/927 kB Progress (3): 475/680 kB | 110 kB | 16/927 kB Progress (3): 479/680 kB | 110 kB | 16/927 kB Progress (3): 483/680 kB | 110 kB | 16/927 kB Progress (3): 487/680 kB | 110 kB | 16/927 kB Progress (3): 491/680 kB | 110 kB | 16/927 kB Progress (3): 491/680 kB | 110 kB | 24/927 kB Progress (3): 491/680 kB | 110 kB | 32/927 kB Progress (3): 495/680 kB | 110 kB | 32/927 kB Progress (3): 499/680 kB | 110 kB | 32/927 kB Progress (3): 503/680 kB | 110 kB | 32/927 kB Progress (3): 503/680 kB | 110 kB | 40/927 kB Progress (3): 507/680 kB | 110 kB | 40/927 kB Progress (3): 507/680 kB | 110 kB | 49/927 kB Progress (3): 511/680 kB | 110 kB | 49/927 kB Progress (3): 516/680 kB | 110 kB | 49/927 kB Progress (3): 520/680 kB | 110 kB | 49/927 kB Progress (3): 524/680 kB | 110 kB | 49/927 kB Progress (3): 528/680 kB | 110 kB | 49/927 kB Progress (3): 528/680 kB | 110 kB | 57/927 kB Progress (3): 532/680 kB | 110 kB | 57/927 kB Progress (3): 532/680 kB | 110 kB | 65/927 kB Progress (3): 536/680 kB | 110 kB | 65/927 kB Progress (3): 540/680 kB | 110 kB | 65/927 kB Progress (3): 540/680 kB | 110 kB | 73/927 kB Progress (3): 544/680 kB | 110 kB | 73/927 kB Progress (3): 544/680 kB | 110 kB | 81/927 kB Progress (3): 548/680 kB | 110 kB | 81/927 kB Progress (3): 552/680 kB | 110 kB | 81/927 kB Progress (3): 557/680 kB | 110 kB | 81/927 kB Progress (3): 561/680 kB | 110 kB | 81/927 kB Progress (3): 565/680 kB | 110 kB | 81/927 kB Progress (3): 569/680 kB | 110 kB | 81/927 kB Progress (3): 573/680 kB | 110 kB | 81/927 kB Progress (3): 573/680 kB | 110 kB | 90/927 kB Progress (3): 573/680 kB | 110 kB | 98/927 kB Progress (3): 577/680 kB | 110 kB | 98/927 kB Progress (3): 581/680 kB | 110 kB | 98/927 kB Progress (3): 585/680 kB | 110 kB | 98/927 kB Progress (3): 589/680 kB | 110 kB | 98/927 kB Progress (3): 593/680 kB | 110 kB | 98/927 kB Progress (3): 597/680 kB | 110 kB | 98/927 kB Progress (3): 602/680 kB | 110 kB | 98/927 kB Progress (3): 606/680 kB | 110 kB | 98/927 kB Progress (3): 606/680 kB | 110 kB | 106/927 kB Progress (3): 606/680 kB | 110 kB | 114/927 kB Progress (3): 610/680 kB | 110 kB | 114/927 kB Progress (3): 614/680 kB | 110 kB | 114/927 kB Progress (3): 618/680 kB | 110 kB | 114/927 kB Progress (3): 622/680 kB | 110 kB | 114/927 kB Progress (3): 626/680 kB | 110 kB | 114/927 kB Progress (3): 630/680 kB | 110 kB | 114/927 kB Progress (3): 634/680 kB | 110 kB | 114/927 kB Progress (3): 638/680 kB | 110 kB | 114/927 kB Progress (3): 638/680 kB | 110 kB | 122/927 kB Progress (3): 638/680 kB | 110 kB | 131/927 kB Progress (3): 643/680 kB | 110 kB | 131/927 kB Progress (3): 647/680 kB | 110 kB | 131/927 kB Progress (3): 651/680 kB | 110 kB | 131/927 kB Progress (3): 655/680 kB | 110 kB | 131/927 kB Progress (3): 655/680 kB | 110 kB | 139/927 kB Progress (3): 655/680 kB | 110 kB | 147/927 kB Progress (3): 659/680 kB | 110 kB | 147/927 kB Progress (3): 663/680 kB | 110 kB | 147/927 kB Progress (3): 667/680 kB | 110 kB | 147/927 kB Progress (3): 667/680 kB | 110 kB | 155/927 kB Progress (3): 671/680 kB | 110 kB | 155/927 kB Progress (3): 671/680 kB | 110 kB | 163/927 kB Progress (3): 675/680 kB | 110 kB | 163/927 kB Progress (3): 679/680 kB | 110 kB | 163/927 kB Progress (3): 680 kB | 110 kB | 163/927 kB Progress (3): 680 kB | 110 kB | 171/927 kB Progress (3): 680 kB | 110 kB | 180/927 kB Progress (3): 680 kB | 110 kB | 188/927 kB Progress (3): 680 kB | 110 kB | 196/927 kB Progress (3): 680 kB | 110 kB | 204/927 kB Progress (3): 680 kB | 110 kB | 212/927 kB Progress (3): 680 kB | 110 kB | 221/927 kB Progress (3): 680 kB | 110 kB | 229/927 kB Progress (3): 680 kB | 110 kB | 237/927 kB Progress (3): 680 kB | 110 kB | 245/927 kB Progress (3): 680 kB | 110 kB | 253/927 kB Progress (3): 680 kB | 110 kB | 262/927 kB Progress (3): 680 kB | 110 kB | 270/927 kB Progress (3): 680 kB | 110 kB | 278/927 kB Progress (3): 680 kB | 110 kB | 286/927 kB Progress (3): 680 kB | 110 kB | 294/927 kB Progress (3): 680 kB | 110 kB | 303/927 kB Progress (3): 680 kB | 110 kB | 311/927 kB Progress (3): 680 kB | 110 kB | 319/927 kB Progress (3): 680 kB | 110 kB | 327/927 kB Progress (3): 680 kB | 110 kB | 335/927 kB Progress (3): 680 kB | 110 kB | 344/927 kB Progress (3): 680 kB | 110 kB | 352/927 kB Progress (3): 680 kB | 110 kB | 360/927 kB Progress (3): 680 kB | 110 kB | 368/927 kB Progress (3): 680 kB | 110 kB | 376/927 kB Progress (3): 680 kB | 110 kB | 384/927 kB Progress (3): 680 kB | 110 kB | 393/927 kB Progress (3): 680 kB | 110 kB | 401/927 kB Progress (3): 680 kB | 110 kB | 409/927 kB Progress (3): 680 kB | 110 kB | 417/927 kB Progress (3): 680 kB | 110 kB | 425/927 kB Progress (3): 680 kB | 110 kB | 434/927 kB Progress (3): 680 kB | 110 kB | 442/927 kB Progress (3): 680 kB | 110 kB | 450/927 kB Progress (3): 680 kB | 110 kB | 458/927 kB Progress (3): 680 kB | 110 kB | 466/927 kB Progress (3): 680 kB | 110 kB | 475/927 kB Progress (3): 680 kB | 110 kB | 483/927 kB Progress (3): 680 kB | 110 kB | 491/927 kB Progress (3): 680 kB | 110 kB | 499/927 kB Progress (3): 680 kB | 110 kB | 507/927 kB Progress (3): 680 kB | 110 kB | 516/927 kB Progress (3): 680 kB | 110 kB | 524/927 kB Progress (3): 680 kB | 110 kB | 532/927 kB Progress (3): 680 kB | 110 kB | 540/927 kB Progress (3): 680 kB | 110 kB | 548/927 kB Progress (3): 680 kB | 110 kB | 557/927 kB Progress (3): 680 kB | 110 kB | 565/927 kB Progress (3): 680 kB | 110 kB | 573/927 kB Progress (3): 680 kB | 110 kB | 581/927 kB Progress (3): 680 kB | 110 kB | 589/927 kB Progress (3): 680 kB | 110 kB | 597/927 kB Progress (3): 680 kB | 110 kB | 606/927 kB Progress (3): 680 kB | 110 kB | 614/927 kB Progress (3): 680 kB | 110 kB | 622/927 kB Progress (3): 680 kB | 110 kB | 630/927 kB Progress (3): 680 kB | 110 kB | 638/927 kB Progress (3): 680 kB | 110 kB | 647/927 kB Progress (3): 680 kB | 110 kB | 655/927 kB Progress (3): 680 kB | 110 kB | 663/927 kB Progress (3): 680 kB | 110 kB | 671/927 kB Progress (3): 680 kB | 110 kB | 679/927 kB Progress (3): 680 kB | 110 kB | 688/927 kB Progress (3): 680 kB | 110 kB | 696/927 kB Progress (3): 680 kB | 110 kB | 704/927 kB Progress (3): 680 kB | 110 kB | 712/927 kB Progress (3): 680 kB | 110 kB | 720/927 kB Progress (3): 680 kB | 110 kB | 729/927 kB Progress (3): 680 kB | 110 kB | 737/927 kB Progress (3): 680 kB | 110 kB | 745/927 kB Progress (3): 680 kB | 110 kB | 753/927 kB Progress (3): 680 kB | 110 kB | 761/927 kB Progress (3): 680 kB | 110 kB | 770/927 kB Progress (3): 680 kB | 110 kB | 778/927 kB Progress (3): 680 kB | 110 kB | 786/927 kB Progress (3): 680 kB | 110 kB | 794/927 kB Progress (3): 680 kB | 110 kB | 802/927 kB Progress (3): 680 kB | 110 kB | 810/927 kB Progress (3): 680 kB | 110 kB | 819/927 kB Progress (3): 680 kB | 110 kB | 827/927 kB Progress (3): 680 kB | 110 kB | 835/927 kB Progress (3): 680 kB | 110 kB | 843/927 kB Progress (3): 680 kB | 110 kB | 851/927 kB Progress (3): 680 kB | 110 kB | 860/927 kB Progress (3): 680 kB | 110 kB | 868/927 kB Progress (3): 680 kB | 110 kB | 876/927 kB Progress (3): 680 kB | 110 kB | 884/927 kB Progress (3): 680 kB | 110 kB | 892/927 kB Progress (3): 680 kB | 110 kB | 901/927 kB Progress (3): 680 kB | 110 kB | 909/927 kB Progress (3): 680 kB | 110 kB | 917/927 kB Progress (3): 680 kB | 110 kB | 925/927 kB Progress (3): 680 kB | 110 kB | 927 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.7.0/org.eclipse.tycho.surefire.osgibooter-1.7.0.jar (927 kB at 3.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Progress (3): 680 kB | 110 kB | 4.1/13 kB Progress (3): 680 kB | 110 kB | 7.7/13 kB Progress (3): 680 kB | 110 kB | 12/13 kB Progress (3): 680 kB | 110 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 52 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Progress (3): 680 kB | 110 kB | 4.1/616 kB Progress (3): 680 kB | 110 kB | 7.7/616 kB Progress (3): 680 kB | 110 kB | 12/616 kB Progress (3): 680 kB | 110 kB | 16/616 kB Progress (3): 680 kB | 110 kB | 20/616 kB Progress (3): 680 kB | 110 kB | 24/616 kB Progress (3): 680 kB | 110 kB | 28/616 kB Progress (3): 680 kB | 110 kB | 32/616 kB Progress (3): 680 kB | 110 kB | 36/616 kB Progress (3): 680 kB | 110 kB | 40/616 kB Progress (3): 680 kB | 110 kB | 45/616 kB Progress (3): 680 kB | 110 kB | 49/616 kB Progress (3): 680 kB | 110 kB | 53/616 kB Progress (3): 680 kB | 110 kB | 57/616 kB Progress (3): 680 kB | 110 kB | 61/616 kB Progress (3): 680 kB | 110 kB | 65/616 kB Progress (3): 680 kB | 110 kB | 69/616 kB Progress (3): 680 kB | 110 kB | 73/616 kB Progress (3): 680 kB | 110 kB | 77/616 kB Progress (3): 680 kB | 110 kB | 81/616 kB Progress (3): 680 kB | 110 kB | 85/616 kB Progress (3): 680 kB | 110 kB | 90/616 kB Progress (3): 680 kB | 110 kB | 94/616 kB Progress (3): 680 kB | 110 kB | 98/616 kB Progress (3): 680 kB | 110 kB | 102/616 kB Progress (3): 680 kB | 110 kB | 106/616 kB Progress (3): 680 kB | 110 kB | 110/616 kB Progress (3): 680 kB | 110 kB | 114/616 kB Progress (3): 680 kB | 110 kB | 118/616 kB Progress (3): 680 kB | 110 kB | 122/616 kB Progress (3): 680 kB | 110 kB | 126/616 kB Progress (3): 680 kB | 110 kB | 131/616 kB Progress (3): 680 kB | 110 kB | 135/616 kB Progress (3): 680 kB | 110 kB | 139/616 kB Progress (3): 680 kB | 110 kB | 143/616 kB Progress (3): 680 kB | 110 kB | 147/616 kB Progress (3): 680 kB | 110 kB | 151/616 kB Progress (3): 680 kB | 110 kB | 155/616 kB Progress (3): 680 kB | 110 kB | 159/616 kB Progress (3): 680 kB | 110 kB | 163/616 kB Progress (3): 680 kB | 110 kB | 167/616 kB Progress (3): 680 kB | 110 kB | 171/616 kB Progress (3): 680 kB | 110 kB | 176/616 kB Progress (3): 680 kB | 110 kB | 180/616 kB Progress (3): 680 kB | 110 kB | 184/616 kB Progress (3): 680 kB | 110 kB | 188/616 kB Progress (3): 680 kB | 110 kB | 192/616 kB Progress (3): 680 kB | 110 kB | 196/616 kB Progress (3): 680 kB | 110 kB | 200/616 kB Progress (3): 680 kB | 110 kB | 204/616 kB Progress (3): 680 kB | 110 kB | 208/616 kB Progress (3): 680 kB | 110 kB | 212/616 kB Progress (3): 680 kB | 110 kB | 217/616 kB Progress (3): 680 kB | 110 kB | 221/616 kB Progress (3): 680 kB | 110 kB | 225/616 kB Progress (3): 680 kB | 110 kB | 229/616 kB Progress (3): 680 kB | 110 kB | 233/616 kB Progress (3): 680 kB | 110 kB | 237/616 kB Progress (3): 680 kB | 110 kB | 241/616 kB Progress (3): 680 kB | 110 kB | 245/616 kB Progress (3): 680 kB | 110 kB | 249/616 kB Progress (3): 680 kB | 110 kB | 253/616 kB Progress (3): 680 kB | 110 kB | 258/616 kB Progress (3): 680 kB | 110 kB | 262/616 kB Progress (3): 680 kB | 110 kB | 266/616 kB Progress (3): 680 kB | 110 kB | 270/616 kB Progress (3): 680 kB | 110 kB | 274/616 kB Progress (3): 680 kB | 110 kB | 278/616 kB Progress (3): 680 kB | 110 kB | 282/616 kB Progress (3): 680 kB | 110 kB | 286/616 kB Progress (3): 680 kB | 110 kB | 290/616 kB Progress (3): 680 kB | 110 kB | 294/616 kB Progress (3): 680 kB | 110 kB | 298/616 kB Progress (3): 680 kB | 110 kB | 303/616 kB Progress (3): 680 kB | 110 kB | 307/616 kB Progress (3): 680 kB | 110 kB | 311/616 kB Progress (3): 680 kB | 110 kB | 315/616 kB Progress (3): 680 kB | 110 kB | 319/616 kB Progress (3): 680 kB | 110 kB | 323/616 kB Progress (3): 680 kB | 110 kB | 327/616 kB Progress (3): 680 kB | 110 kB | 331/616 kB Progress (3): 680 kB | 110 kB | 335/616 kB Progress (3): 680 kB | 110 kB | 339/616 kB Progress (3): 680 kB | 110 kB | 344/616 kB Progress (3): 680 kB | 110 kB | 348/616 kB Progress (3): 680 kB | 110 kB | 352/616 kB Progress (3): 680 kB | 110 kB | 356/616 kB Progress (3): 680 kB | 110 kB | 360/616 kB Progress (3): 680 kB | 110 kB | 364/616 kB Progress (3): 680 kB | 110 kB | 368/616 kB Progress (3): 680 kB | 110 kB | 372/616 kB Progress (3): 680 kB | 110 kB | 376/616 kB Progress (3): 680 kB | 110 kB | 380/616 kB Progress (3): 680 kB | 110 kB | 384/616 kB Progress (3): 680 kB | 110 kB | 389/616 kB Progress (3): 680 kB | 110 kB | 393/616 kB Progress (3): 680 kB | 110 kB | 397/616 kB Progress (3): 680 kB | 110 kB | 401/616 kB Progress (3): 680 kB | 110 kB | 405/616 kB Progress (3): 680 kB | 110 kB | 409/616 kB Progress (3): 680 kB | 110 kB | 413/616 kB Progress (3): 680 kB | 110 kB | 417/616 kB Progress (3): 680 kB | 110 kB | 421/616 kB Progress (3): 680 kB | 110 kB | 425/616 kB Progress (3): 680 kB | 110 kB | 430/616 kB Progress (3): 680 kB | 110 kB | 434/616 kB Progress (3): 680 kB | 110 kB | 438/616 kB Progress (3): 680 kB | 110 kB | 442/616 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.7.0/org.eclipse.tycho.surefire.testng-1.7.0.jar (110 kB at 253 kB/s) Progress (2): 680 kB | 446/616 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/1.7.0/org.eclipse.tycho.surefire.junit55-1.7.0.jar (680 kB at 1.5 MB/s) Progress (1): 450/616 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 (1): 454/616 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 (1): 458/616 kB Progress (2): 458/616 kB | 4.1/186 kB Progress (2): 458/616 kB | 7.7/186 kB Progress (3): 458/616 kB | 7.7/186 kB | 4.1/524 kB Progress (3): 458/616 kB | 12/186 kB | 4.1/524 kB Progress (3): 458/616 kB | 12/186 kB | 7.7/524 kB Progress (3): 462/616 kB | 12/186 kB | 7.7/524 kB Progress (3): 462/616 kB | 16/186 kB | 7.7/524 kB Progress (3): 466/616 kB | 16/186 kB | 7.7/524 kB Progress (3): 466/616 kB | 16/186 kB | 12/524 kB Progress (3): 471/616 kB | 16/186 kB | 12/524 kB Progress (3): 471/616 kB | 16/186 kB | 16/524 kB Progress (3): 475/616 kB | 16/186 kB | 16/524 kB Progress (3): 475/616 kB | 20/186 kB | 16/524 kB Progress (3): 475/616 kB | 24/186 kB | 16/524 kB Progress (3): 475/616 kB | 28/186 kB | 16/524 kB Progress (3): 475/616 kB | 28/186 kB | 20/524 kB Progress (3): 475/616 kB | 32/186 kB | 20/524 kB Progress (3): 475/616 kB | 32/186 kB | 24/524 kB Progress (3): 475/616 kB | 32/186 kB | 28/524 kB Progress (3): 475/616 kB | 32/186 kB | 32/524 kB Progress (3): 479/616 kB | 32/186 kB | 32/524 kB Progress (3): 479/616 kB | 36/186 kB | 32/524 kB Progress (3): 483/616 kB | 36/186 kB | 32/524 kB Progress (3): 483/616 kB | 40/186 kB | 32/524 kB Progress (3): 483/616 kB | 40/186 kB | 36/524 kB Progress (3): 483/616 kB | 45/186 kB | 36/524 kB Progress (3): 487/616 kB | 45/186 kB | 36/524 kB Progress (3): 487/616 kB | 49/186 kB | 36/524 kB Progress (3): 487/616 kB | 49/186 kB | 40/524 kB Progress (3): 491/616 kB | 49/186 kB | 40/524 kB Progress (3): 491/616 kB | 49/186 kB | 45/524 kB Progress (3): 491/616 kB | 49/186 kB | 49/524 kB Progress (3): 491/616 kB | 53/186 kB | 49/524 kB Progress (3): 491/616 kB | 57/186 kB | 49/524 kB Progress (3): 491/616 kB | 61/186 kB | 49/524 kB Progress (3): 491/616 kB | 65/186 kB | 49/524 kB Progress (3): 495/616 kB | 65/186 kB | 49/524 kB Progress (3): 499/616 kB | 65/186 kB | 49/524 kB Progress (3): 503/616 kB | 65/186 kB | 49/524 kB Progress (3): 507/616 kB | 65/186 kB | 49/524 kB Progress (3): 507/616 kB | 65/186 kB | 53/524 kB Progress (3): 507/616 kB | 65/186 kB | 57/524 kB Progress (3): 507/616 kB | 65/186 kB | 61/524 kB Progress (3): 507/616 kB | 65/186 kB | 65/524 kB Progress (3): 507/616 kB | 69/186 kB | 65/524 kB Progress (4): 507/616 kB | 69/186 kB | 65/524 kB | 4.1/39 kB Progress (4): 511/616 kB | 69/186 kB | 65/524 kB | 4.1/39 kB Progress (4): 511/616 kB | 69/186 kB | 65/524 kB | 7.7/39 kB Progress (4): 511/616 kB | 73/186 kB | 65/524 kB | 7.7/39 kB Progress (4): 511/616 kB | 73/186 kB | 65/524 kB | 12/39 kB Progress (4): 516/616 kB | 73/186 kB | 65/524 kB | 12/39 kB Progress (4): 516/616 kB | 73/186 kB | 65/524 kB | 16/39 kB Progress (4): 516/616 kB | 73/186 kB | 69/524 kB | 16/39 kB Progress (4): 516/616 kB | 77/186 kB | 69/524 kB | 16/39 kB Progress (4): 516/616 kB | 77/186 kB | 73/524 kB | 16/39 kB Progress (4): 520/616 kB | 77/186 kB | 73/524 kB | 16/39 kB Progress (4): 520/616 kB | 77/186 kB | 77/524 kB | 16/39 kB Progress (4): 520/616 kB | 81/186 kB | 77/524 kB | 16/39 kB Progress (4): 520/616 kB | 81/186 kB | 81/524 kB | 16/39 kB Progress (4): 524/616 kB | 81/186 kB | 81/524 kB | 16/39 kB Progress (4): 524/616 kB | 81/186 kB | 81/524 kB | 20/39 kB Progress (4): 524/616 kB | 81/186 kB | 81/524 kB | 24/39 kB Progress (4): 524/616 kB | 81/186 kB | 85/524 kB | 24/39 kB Progress (4): 524/616 kB | 85/186 kB | 85/524 kB | 24/39 kB Progress (4): 524/616 kB | 85/186 kB | 90/524 kB | 24/39 kB Progress (4): 528/616 kB | 85/186 kB | 90/524 kB | 24/39 kB Progress (4): 528/616 kB | 85/186 kB | 90/524 kB | 28/39 kB Progress (4): 532/616 kB | 85/186 kB | 90/524 kB | 28/39 kB Progress (4): 532/616 kB | 85/186 kB | 94/524 kB | 28/39 kB Progress (4): 532/616 kB | 90/186 kB | 94/524 kB | 28/39 kB Progress (4): 532/616 kB | 90/186 kB | 98/524 kB | 28/39 kB Progress (4): 536/616 kB | 90/186 kB | 98/524 kB | 28/39 kB Progress (4): 536/616 kB | 90/186 kB | 98/524 kB | 32/39 kB Progress (4): 540/616 kB | 90/186 kB | 98/524 kB | 32/39 kB Progress (4): 540/616 kB | 94/186 kB | 98/524 kB | 32/39 kB Progress (4): 540/616 kB | 98/186 kB | 98/524 kB | 32/39 kB Progress (4): 540/616 kB | 98/186 kB | 98/524 kB | 36/39 kB Progress (4): 544/616 kB | 98/186 kB | 98/524 kB | 36/39 kB Progress (4): 544/616 kB | 98/186 kB | 98/524 kB | 39 kB Progress (4): 548/616 kB | 98/186 kB | 98/524 kB | 39 kB Progress (4): 548/616 kB | 102/186 kB | 98/524 kB | 39 kB Progress (4): 548/616 kB | 102/186 kB | 102/524 kB | 39 kB Progress (4): 552/616 kB | 102/186 kB | 102/524 kB | 39 kB Progress (4): 552/616 kB | 102/186 kB | 106/524 kB | 39 kB Progress (4): 552/616 kB | 106/186 kB | 106/524 kB | 39 kB Progress (4): 552/616 kB | 106/186 kB | 110/524 kB | 39 kB Progress (4): 557/616 kB | 106/186 kB | 110/524 kB | 39 kB Progress (4): 557/616 kB | 106/186 kB | 114/524 kB | 39 kB Progress (4): 557/616 kB | 110/186 kB | 114/524 kB | 39 kB Progress (4): 557/616 kB | 114/186 kB | 114/524 kB | 39 kB Progress (4): 561/616 kB | 114/186 kB | 114/524 kB | 39 kB Progress (4): 565/616 kB | 114/186 kB | 114/524 kB | 39 kB Progress (4): 565/616 kB | 114/186 kB | 118/524 kB | 39 kB Progress (4): 569/616 kB | 114/186 kB | 118/524 kB | 39 kB Progress (4): 569/616 kB | 114/186 kB | 122/524 kB | 39 kB Progress (4): 569/616 kB | 118/186 kB | 122/524 kB | 39 kB Progress (4): 569/616 kB | 118/186 kB | 126/524 kB | 39 kB Progress (4): 573/616 kB | 118/186 kB | 126/524 kB | 39 kB Progress (4): 573/616 kB | 118/186 kB | 131/524 kB | 39 kB Progress (4): 573/616 kB | 122/186 kB | 131/524 kB | 39 kB Progress (4): 573/616 kB | 126/186 kB | 131/524 kB | 39 kB Progress (4): 573/616 kB | 131/186 kB | 131/524 kB | 39 kB Progress (4): 577/616 kB | 131/186 kB | 131/524 kB | 39 kB Progress (4): 581/616 kB | 131/186 kB | 131/524 kB | 39 kB Progress (4): 585/616 kB | 131/186 kB | 131/524 kB | 39 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 87 kB/s) Progress (3): 585/616 kB | 131/186 kB | 135/524 kB Progress (3): 585/616 kB | 135/186 kB | 135/524 kB Progress (3): 589/616 kB | 135/186 kB | 135/524 kB Progress (3): 589/616 kB | 139/186 kB | 135/524 kB Progress (3): 589/616 kB | 139/186 kB | 139/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (3): 593/616 kB | 139/186 kB | 139/524 kB Progress (3): 593/616 kB | 139/186 kB | 143/524 kB Progress (3): 593/616 kB | 143/186 kB | 143/524 kB Progress (3): 593/616 kB | 143/186 kB | 147/524 kB Progress (3): 597/616 kB | 143/186 kB | 147/524 kB Progress (3): 597/616 kB | 147/186 kB | 147/524 kB Progress (3): 602/616 kB | 147/186 kB | 147/524 kB Progress (3): 606/616 kB | 147/186 kB | 147/524 kB Progress (3): 606/616 kB | 147/186 kB | 151/524 kB Progress (3): 606/616 kB | 151/186 kB | 151/524 kB Progress (3): 610/616 kB | 151/186 kB | 151/524 kB Progress (3): 610/616 kB | 151/186 kB | 155/524 kB Progress (3): 614/616 kB | 151/186 kB | 155/524 kB Progress (3): 614/616 kB | 155/186 kB | 155/524 kB Progress (3): 616 kB | 155/186 kB | 155/524 kB Progress (3): 616 kB | 155/186 kB | 159/524 kB Progress (3): 616 kB | 159/186 kB | 159/524 kB Progress (3): 616 kB | 159/186 kB | 163/524 kB Progress (3): 616 kB | 163/186 kB | 163/524 kB Progress (3): 616 kB | 167/186 kB | 163/524 kB Progress (3): 616 kB | 171/186 kB | 163/524 kB Progress (3): 616 kB | 176/186 kB | 163/524 kB Progress (3): 616 kB | 180/186 kB | 163/524 kB Progress (3): 616 kB | 180/186 kB | 167/524 kB Progress (3): 616 kB | 184/186 kB | 167/524 kB Progress (3): 616 kB | 184/186 kB | 171/524 kB Progress (3): 616 kB | 186 kB | 171/524 kB Progress (3): 616 kB | 186 kB | 176/524 kB Progress (3): 616 kB | 186 kB | 180/524 kB Progress (3): 616 kB | 186 kB | 184/524 kB Progress (3): 616 kB | 186 kB | 188/524 kB Progress (3): 616 kB | 186 kB | 192/524 kB Progress (3): 616 kB | 186 kB | 196/524 kB Progress (3): 616 kB | 186 kB | 200/524 kB Progress (3): 616 kB | 186 kB | 204/524 kB Progress (3): 616 kB | 186 kB | 208/524 kB Progress (3): 616 kB | 186 kB | 212/524 kB Progress (3): 616 kB | 186 kB | 217/524 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 404 kB/s) Progress (2): 616 kB | 221/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Progress (2): 616 kB | 225/524 kB Progress (2): 616 kB | 229/524 kB Progress (3): 616 kB | 229/524 kB | 4.1/194 kB Progress (3): 616 kB | 229/524 kB | 7.7/194 kB Progress (3): 616 kB | 233/524 kB | 7.7/194 kB Progress (3): 616 kB | 233/524 kB | 12/194 kB Progress (3): 616 kB | 237/524 kB | 12/194 kB Progress (3): 616 kB | 237/524 kB | 16/194 kB Progress (3): 616 kB | 241/524 kB | 16/194 kB Progress (3): 616 kB | 245/524 kB | 16/194 kB Progress (3): 616 kB | 245/524 kB | 20/194 kB Progress (3): 616 kB | 245/524 kB | 24/194 kB Progress (3): 616 kB | 249/524 kB | 24/194 kB Progress (3): 616 kB | 249/524 kB | 28/194 kB Progress (3): 616 kB | 253/524 kB | 28/194 kB Progress (3): 616 kB | 253/524 kB | 32/194 kB Progress (3): 616 kB | 258/524 kB | 32/194 kB Progress (3): 616 kB | 262/524 kB | 32/194 kB Progress (3): 616 kB | 262/524 kB | 36/194 kB Progress (3): 616 kB | 262/524 kB | 40/194 kB Progress (3): 616 kB | 266/524 kB | 40/194 kB Progress (3): 616 kB | 266/524 kB | 45/194 kB Progress (3): 616 kB | 270/524 kB | 45/194 kB Progress (3): 616 kB | 270/524 kB | 49/194 kB Progress (3): 616 kB | 274/524 kB | 49/194 kB Progress (3): 616 kB | 278/524 kB | 49/194 kB Progress (3): 616 kB | 278/524 kB | 53/194 kB Progress (3): 616 kB | 278/524 kB | 57/194 kB Progress (3): 616 kB | 282/524 kB | 57/194 kB Progress (3): 616 kB | 282/524 kB | 61/194 kB Progress (3): 616 kB | 286/524 kB | 61/194 kB Progress (3): 616 kB | 286/524 kB | 65/194 kB Progress (3): 616 kB | 290/524 kB | 65/194 kB Progress (3): 616 kB | 294/524 kB | 65/194 kB Progress (3): 616 kB | 294/524 kB | 69/194 kB Progress (3): 616 kB | 298/524 kB | 69/194 kB Progress (3): 616 kB | 298/524 kB | 73/194 kB Progress (3): 616 kB | 303/524 kB | 73/194 kB Progress (3): 616 kB | 303/524 kB | 77/194 kB Progress (3): 616 kB | 307/524 kB | 77/194 kB Progress (3): 616 kB | 307/524 kB | 81/194 kB Progress (3): 616 kB | 311/524 kB | 81/194 kB Progress (3): 616 kB | 311/524 kB | 85/194 kB Progress (3): 616 kB | 315/524 kB | 85/194 kB Progress (3): 616 kB | 315/524 kB | 90/194 kB Progress (3): 616 kB | 319/524 kB | 90/194 kB Progress (3): 616 kB | 319/524 kB | 94/194 kB Progress (3): 616 kB | 323/524 kB | 94/194 kB Progress (3): 616 kB | 323/524 kB | 98/194 kB Progress (3): 616 kB | 327/524 kB | 98/194 kB Progress (3): 616 kB | 327/524 kB | 102/194 kB Progress (3): 616 kB | 331/524 kB | 102/194 kB Progress (3): 616 kB | 331/524 kB | 106/194 kB Progress (3): 616 kB | 335/524 kB | 106/194 kB Progress (3): 616 kB | 335/524 kB | 110/194 kB Progress (3): 616 kB | 339/524 kB | 110/194 kB Progress (3): 616 kB | 339/524 kB | 114/194 kB Progress (3): 616 kB | 344/524 kB | 114/194 kB Progress (3): 616 kB | 344/524 kB | 118/194 kB Progress (3): 616 kB | 348/524 kB | 118/194 kB Progress (3): 616 kB | 348/524 kB | 122/194 kB Progress (3): 616 kB | 352/524 kB | 122/194 kB Progress (3): 616 kB | 352/524 kB | 126/194 kB Progress (3): 616 kB | 356/524 kB | 126/194 kB Progress (3): 616 kB | 356/524 kB | 131/194 kB Progress (3): 616 kB | 360/524 kB | 131/194 kB Progress (3): 616 kB | 360/524 kB | 135/194 kB Progress (3): 616 kB | 364/524 kB | 135/194 kB Progress (3): 616 kB | 364/524 kB | 139/194 kB Progress (3): 616 kB | 368/524 kB | 139/194 kB Progress (3): 616 kB | 368/524 kB | 143/194 kB Progress (3): 616 kB | 372/524 kB | 143/194 kB Progress (3): 616 kB | 372/524 kB | 147/194 kB Progress (3): 616 kB | 376/524 kB | 147/194 kB Progress (3): 616 kB | 376/524 kB | 151/194 kB Progress (3): 616 kB | 380/524 kB | 151/194 kB Progress (3): 616 kB | 380/524 kB | 155/194 kB Progress (3): 616 kB | 384/524 kB | 155/194 kB Progress (3): 616 kB | 384/524 kB | 159/194 kB Progress (3): 616 kB | 389/524 kB | 159/194 kB Progress (3): 616 kB | 389/524 kB | 163/194 kB Progress (3): 616 kB | 393/524 kB | 163/194 kB Progress (3): 616 kB | 393/524 kB | 167/194 kB Progress (3): 616 kB | 393/524 kB | 171/194 kB Progress (3): 616 kB | 397/524 kB | 171/194 kB Progress (3): 616 kB | 397/524 kB | 176/194 kB Progress (3): 616 kB | 401/524 kB | 176/194 kB Progress (3): 616 kB | 401/524 kB | 180/194 kB Progress (3): 616 kB | 405/524 kB | 180/194 kB Progress (3): 616 kB | 409/524 kB | 180/194 kB Progress (3): 616 kB | 409/524 kB | 184/194 kB Progress (3): 616 kB | 409/524 kB | 188/194 kB Progress (3): 616 kB | 409/524 kB | 192/194 kB Progress (3): 616 kB | 413/524 kB | 192/194 kB Progress (3): 616 kB | 413/524 kB | 194 kB Progress (3): 616 kB | 417/524 kB | 194 kB Progress (3): 616 kB | 421/524 kB | 194 kB Progress (3): 616 kB | 425/524 kB | 194 kB Progress (3): 616 kB | 430/524 kB | 194 kB Progress (3): 616 kB | 434/524 kB | 194 kB Progress (3): 616 kB | 438/524 kB | 194 kB Progress (3): 616 kB | 442/524 kB | 194 kB Progress (3): 616 kB | 446/524 kB | 194 kB Progress (3): 616 kB | 450/524 kB | 194 kB Progress (3): 616 kB | 454/524 kB | 194 kB Progress (3): 616 kB | 458/524 kB | 194 kB Progress (3): 616 kB | 462/524 kB | 194 kB Progress (3): 616 kB | 466/524 kB | 194 kB Progress (3): 616 kB | 471/524 kB | 194 kB Progress (3): 616 kB | 475/524 kB | 194 kB Progress (3): 616 kB | 479/524 kB | 194 kB Progress (3): 616 kB | 483/524 kB | 194 kB Progress (3): 616 kB | 487/524 kB | 194 kB Progress (3): 616 kB | 491/524 kB | 194 kB Progress (3): 616 kB | 495/524 kB | 194 kB Progress (3): 616 kB | 499/524 kB | 194 kB Progress (3): 616 kB | 503/524 kB | 194 kB Progress (3): 616 kB | 507/524 kB | 194 kB Progress (3): 616 kB | 511/524 kB | 194 kB Progress (3): 616 kB | 516/524 kB | 194 kB Progress (3): 616 kB | 520/524 kB | 194 kB Progress (3): 616 kB | 524/524 kB | 194 kB Progress (3): 616 kB | 524 kB | 194 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/1.7.0/org.eclipse.tycho.surefire.junit54-1.7.0.jar (616 kB at 1.1 MB/s) Progress (3): 524 kB | 194 kB | 4.1/273 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 (3): 524 kB | 194 kB | 7.7/273 kB Progress (3): 524 kB | 194 kB | 12/273 kB Progress (3): 524 kB | 194 kB | 16/273 kB Progress (3): 524 kB | 194 kB | 20/273 kB Progress (3): 524 kB | 194 kB | 24/273 kB Progress (3): 524 kB | 194 kB | 28/273 kB Progress (3): 524 kB | 194 kB | 32/273 kB Progress (3): 524 kB | 194 kB | 36/273 kB Progress (3): 524 kB | 194 kB | 40/273 kB Progress (3): 524 kB | 194 kB | 45/273 kB Progress (3): 524 kB | 194 kB | 49/273 kB Progress (3): 524 kB | 194 kB | 53/273 kB Progress (3): 524 kB | 194 kB | 57/273 kB Progress (3): 524 kB | 194 kB | 61/273 kB Progress (3): 524 kB | 194 kB | 65/273 kB Progress (4): 524 kB | 194 kB | 65/273 kB | 4.1/156 kB Progress (4): 524 kB | 194 kB | 65/273 kB | 7.7/156 kB Progress (4): 524 kB | 194 kB | 69/273 kB | 7.7/156 kB Progress (4): 524 kB | 194 kB | 69/273 kB | 12/156 kB Progress (4): 524 kB | 194 kB | 73/273 kB | 12/156 kB Progress (4): 524 kB | 194 kB | 73/273 kB | 16/156 kB Progress (4): 524 kB | 194 kB | 77/273 kB | 16/156 kB Progress (4): 524 kB | 194 kB | 81/273 kB | 16/156 kB Progress (4): 524 kB | 194 kB | 81/273 kB | 20/156 kB Progress (4): 524 kB | 194 kB | 81/273 kB | 24/156 kB Progress (4): 524 kB | 194 kB | 85/273 kB | 24/156 kB Progress (4): 524 kB | 194 kB | 85/273 kB | 28/156 kB Progress (4): 524 kB | 194 kB | 90/273 kB | 28/156 kB Progress (4): 524 kB | 194 kB | 90/273 kB | 32/156 kB Progress (4): 524 kB | 194 kB | 94/273 kB | 32/156 kB Progress (4): 524 kB | 194 kB | 98/273 kB | 32/156 kB Progress (4): 524 kB | 194 kB | 98/273 kB | 36/156 kB Progress (4): 524 kB | 194 kB | 98/273 kB | 40/156 kB Progress (4): 524 kB | 194 kB | 98/273 kB | 45/156 kB Progress (4): 524 kB | 194 kB | 102/273 kB | 45/156 kB Progress (4): 524 kB | 194 kB | 102/273 kB | 49/156 kB Progress (4): 524 kB | 194 kB | 106/273 kB | 49/156 kB Progress (4): 524 kB | 194 kB | 110/273 kB | 49/156 kB Progress (4): 524 kB | 194 kB | 114/273 kB | 49/156 kB Progress (4): 524 kB | 194 kB | 114/273 kB | 53/156 kB Progress (4): 524 kB | 194 kB | 114/273 kB | 57/156 kB Progress (4): 524 kB | 194 kB | 114/273 kB | 61/156 kB Progress (4): 524 kB | 194 kB | 118/273 kB | 61/156 kB Progress (4): 524 kB | 194 kB | 118/273 kB | 65/156 kB Progress (4): 524 kB | 194 kB | 122/273 kB | 65/156 kB Progress (4): 524 kB | 194 kB | 126/273 kB | 65/156 kB Progress (4): 524 kB | 194 kB | 131/273 kB | 65/156 kB Progress (4): 524 kB | 194 kB | 131/273 kB | 69/156 kB Progress (4): 524 kB | 194 kB | 131/273 kB | 73/156 kB Progress (4): 524 kB | 194 kB | 131/273 kB | 77/156 kB Progress (4): 524 kB | 194 kB | 135/273 kB | 77/156 kB Progress (4): 524 kB | 194 kB | 135/273 kB | 81/156 kB Progress (4): 524 kB | 194 kB | 139/273 kB | 81/156 kB Progress (4): 524 kB | 194 kB | 143/273 kB | 81/156 kB Progress (4): 524 kB | 194 kB | 147/273 kB | 81/156 kB Progress (4): 524 kB | 194 kB | 147/273 kB | 85/156 kB Progress (4): 524 kB | 194 kB | 147/273 kB | 90/156 kB Progress (4): 524 kB | 194 kB | 147/273 kB | 94/156 kB Progress (4): 524 kB | 194 kB | 147/273 kB | 98/156 kB Progress (4): 524 kB | 194 kB | 151/273 kB | 98/156 kB Progress (4): 524 kB | 194 kB | 155/273 kB | 98/156 kB Progress (4): 524 kB | 194 kB | 159/273 kB | 98/156 kB Progress (4): 524 kB | 194 kB | 159/273 kB | 102/156 kB Progress (4): 524 kB | 194 kB | 163/273 kB | 102/156 kB Progress (4): 524 kB | 194 kB | 163/273 kB | 106/156 kB Progress (4): 524 kB | 194 kB | 163/273 kB | 110/156 kB Progress (4): 524 kB | 194 kB | 163/273 kB | 114/156 kB Progress (4): 524 kB | 194 kB | 167/273 kB | 114/156 kB Progress (4): 524 kB | 194 kB | 171/273 kB | 114/156 kB Progress (4): 524 kB | 194 kB | 176/273 kB | 114/156 kB Progress (4): 524 kB | 194 kB | 176/273 kB | 118/156 kB Progress (4): 524 kB | 194 kB | 180/273 kB | 118/156 kB Progress (4): 524 kB | 194 kB | 180/273 kB | 122/156 kB Progress (4): 524 kB | 194 kB | 180/273 kB | 126/156 kB Progress (4): 524 kB | 194 kB | 180/273 kB | 131/156 kB Progress (4): 524 kB | 194 kB | 184/273 kB | 131/156 kB Progress (4): 524 kB | 194 kB | 188/273 kB | 131/156 kB Progress (4): 524 kB | 194 kB | 192/273 kB | 131/156 kB Progress (4): 524 kB | 194 kB | 192/273 kB | 135/156 kB Progress (4): 524 kB | 194 kB | 196/273 kB | 135/156 kB Progress (4): 524 kB | 194 kB | 196/273 kB | 139/156 kB Progress (4): 524 kB | 194 kB | 196/273 kB | 143/156 kB Progress (4): 524 kB | 194 kB | 196/273 kB | 147/156 kB Progress (4): 524 kB | 194 kB | 200/273 kB | 147/156 kB Progress (4): 524 kB | 194 kB | 204/273 kB | 147/156 kB Progress (4): 524 kB | 194 kB | 204/273 kB | 151/156 kB Progress (4): 524 kB | 194 kB | 208/273 kB | 151/156 kB Progress (4): 524 kB | 194 kB | 208/273 kB | 155/156 kB Progress (4): 524 kB | 194 kB | 212/273 kB | 155/156 kB Progress (4): 524 kB | 194 kB | 212/273 kB | 156 kB Progress (4): 524 kB | 194 kB | 217/273 kB | 156 kB Progress (4): 524 kB | 194 kB | 221/273 kB | 156 kB Progress (4): 524 kB | 194 kB | 225/273 kB | 156 kB Progress (4): 524 kB | 194 kB | 229/273 kB | 156 kB Progress (4): 524 kB | 194 kB | 233/273 kB | 156 kB Progress (4): 524 kB | 194 kB | 237/273 kB | 156 kB Progress (4): 524 kB | 194 kB | 241/273 kB | 156 kB Progress (4): 524 kB | 194 kB | 245/273 kB | 156 kB Progress (4): 524 kB | 194 kB | 249/273 kB | 156 kB Progress (4): 524 kB | 194 kB | 253/273 kB | 156 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 262 kB/s) Progress (3): 524 kB | 194 kB | 258/273 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (3): 524 kB | 194 kB | 262/273 kB Progress (3): 524 kB | 194 kB | 266/273 kB Progress (3): 524 kB | 194 kB | 270/273 kB Progress (3): 524 kB | 194 kB | 273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 456 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (3): 524 kB | 194 kB | 4.1/38 kB Progress (3): 524 kB | 194 kB | 7.7/38 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 315 kB/s) Progress (2): 524 kB | 12/38 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 (2): 524 kB | 16/38 kB Progress (2): 524 kB | 20/38 kB Progress (2): 524 kB | 24/38 kB Progress (2): 524 kB | 28/38 kB Progress (2): 524 kB | 32/38 kB Progress (2): 524 kB | 36/38 kB Progress (2): 524 kB | 38 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 61 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 840 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Progress (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/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 56 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Progress (1): 4.1/30 kB Progress (2): 4.1/30 kB | 4.1/35 kB Progress (2): 7.7/30 kB | 4.1/35 kB Progress (2): 7.7/30 kB | 7.7/35 kB Progress (2): 12/30 kB | 7.7/35 kB Progress (3): 12/30 kB | 7.7/35 kB | 4.1/68 kB Progress (4): 12/30 kB | 7.7/35 kB | 4.1/68 kB | 4.1/38 kB Progress (4): 16/30 kB | 7.7/35 kB | 4.1/68 kB | 4.1/38 kB Progress (4): 16/30 kB | 12/35 kB | 4.1/68 kB | 4.1/38 kB Progress (4): 16/30 kB | 12/35 kB | 4.1/68 kB | 7.7/38 kB Progress (4): 16/30 kB | 12/35 kB | 7.7/68 kB | 7.7/38 kB Progress (4): 16/30 kB | 12/35 kB | 7.7/68 kB | 12/38 kB Progress (4): 16/30 kB | 16/35 kB | 7.7/68 kB | 12/38 kB Progress (4): 16/30 kB | 16/35 kB | 7.7/68 kB | 16/38 kB Progress (4): 16/30 kB | 16/35 kB | 12/68 kB | 16/38 kB Progress (4): 20/30 kB | 16/35 kB | 12/68 kB | 16/38 kB Progress (4): 20/30 kB | 16/35 kB | 16/68 kB | 16/38 kB Progress (4): 20/30 kB | 20/35 kB | 16/68 kB | 16/38 kB Progress (4): 24/30 kB | 20/35 kB | 16/68 kB | 16/38 kB Progress (4): 24/30 kB | 24/35 kB | 16/68 kB | 16/38 kB Progress (4): 28/30 kB | 24/35 kB | 16/68 kB | 16/38 kB Progress (4): 28/30 kB | 24/35 kB | 16/68 kB | 20/38 kB Progress (4): 28/30 kB | 24/35 kB | 20/68 kB | 20/38 kB Progress (4): 30 kB | 24/35 kB | 20/68 kB | 20/38 kB Progress (4): 30 kB | 28/35 kB | 20/68 kB | 20/38 kB Progress (4): 30 kB | 28/35 kB | 24/68 kB | 20/38 kB Progress (4): 30 kB | 28/35 kB | 24/68 kB | 24/38 kB Progress (4): 30 kB | 28/35 kB | 28/68 kB | 24/38 kB Progress (4): 30 kB | 32/35 kB | 28/68 kB | 24/38 kB Progress (4): 30 kB | 32/35 kB | 32/68 kB | 24/38 kB Progress (4): 30 kB | 32/35 kB | 32/68 kB | 28/38 kB Progress (4): 30 kB | 35 kB | 32/68 kB | 28/38 kB Progress (4): 30 kB | 35 kB | 32/68 kB | 32/38 kB Progress (4): 30 kB | 35 kB | 32/68 kB | 36/38 kB Progress (4): 30 kB | 35 kB | 36/68 kB | 36/38 kB Progress (4): 30 kB | 35 kB | 36/68 kB | 38 kB Progress (4): 30 kB | 35 kB | 40/68 kB | 38 kB Progress (4): 30 kB | 35 kB | 45/68 kB | 38 kB Progress (4): 30 kB | 35 kB | 49/68 kB | 38 kB Progress (4): 30 kB | 35 kB | 53/68 kB | 38 kB Progress (4): 30 kB | 35 kB | 57/68 kB | 38 kB Progress (4): 30 kB | 35 kB | 61/68 kB | 38 kB Progress (4): 30 kB | 35 kB | 65/68 kB | 38 kB Progress (4): 30 kB | 35 kB | 68 kB | 38 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 79 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): 30 kB | 35 kB | 38 kB | 4.1/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 7.7/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 12/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 16/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 20/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 24/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 28/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 32/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 36/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 40/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 45/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 49/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 53/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 57/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 61/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 65/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 69/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 73/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 77/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 81/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 85/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 90/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 94/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 98/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 102/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 106/108 kB Progress (4): 30 kB | 35 kB | 38 kB | 108 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 4.1/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 7.7/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 12/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 16/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 20/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 24/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 28/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 32/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 36/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 40/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 45/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 49/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 53/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 57/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 61/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 65/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 69/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 73/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 77/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 81/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 85/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 90/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 94/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 98/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 102/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 106/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 110/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 114/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 118/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 122/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 126/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 131/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 135/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 139/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 143/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 147/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 151/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 155/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 159/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 163/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 167/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 171/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 176/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 180/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 184/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 188/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 192/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 196/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 200/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 204/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 208/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 212/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 217/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 221/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 225/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 229/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 233/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 237/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 241/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 245/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 249/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 253/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 258/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 262/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 266/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 270/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 274/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 278/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 282/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 286/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 290/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 294/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 298/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 303/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 307/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 311/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 315/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 319/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 323/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 327/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 331/332 kB Progress (5): 30 kB | 35 kB | 38 kB | 108 kB | 332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 295 kB/s) 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 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 25 kB/s) 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 32 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 30 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 87 kB/s) Progress (1): 4.1/315 kB Progress (1): 7.7/315 kB Progress (1): 12/315 kB Progress (1): 16/315 kB Progress (1): 20/315 kB Progress (1): 24/315 kB Progress (1): 28/315 kB Progress (1): 32/315 kB Progress (1): 36/315 kB Progress (1): 40/315 kB Progress (1): 45/315 kB Progress (1): 49/315 kB Progress (1): 53/315 kB Progress (1): 57/315 kB Progress (1): 61/315 kB Progress (1): 65/315 kB Progress (1): 69/315 kB Progress (1): 73/315 kB Progress (1): 77/315 kB Progress (1): 81/315 kB Progress (1): 85/315 kB Progress (1): 90/315 kB Progress (1): 94/315 kB Progress (1): 98/315 kB Progress (1): 102/315 kB Progress (1): 106/315 kB Progress (1): 110/315 kB Progress (1): 114/315 kB Progress (1): 118/315 kB Progress (1): 122/315 kB Progress (1): 126/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): 167/315 kB Progress (1): 171/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): 200/315 kB Progress (1): 204/315 kB Progress (1): 208/315 kB Progress (1): 212/315 kB Progress (1): 217/315 kB Progress (1): 221/315 kB Progress (1): 225/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): 258/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): 303/315 kB Progress (1): 307/315 kB Progress (1): 311/315 kB Progress (1): 315/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 125 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 1.6 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar Progress (1): 4.1/153 kB Progress (1): 7.7/153 kB Progress (1): 12/153 kB Progress (1): 16/153 kB Progress (1): 20/153 kB Progress (1): 24/153 kB Progress (1): 28/153 kB Progress (1): 32/153 kB Progress (1): 36/153 kB Progress (1): 40/153 kB Progress (1): 45/153 kB Progress (1): 49/153 kB Progress (1): 53/153 kB Progress (1): 57/153 kB Progress (1): 61/153 kB Progress (1): 65/153 kB Progress (1): 69/153 kB Progress (1): 73/153 kB Progress (1): 77/153 kB Progress (1): 81/153 kB Progress (1): 85/153 kB Progress (1): 90/153 kB Progress (1): 94/153 kB Progress (1): 98/153 kB Progress (1): 102/153 kB Progress (1): 106/153 kB Progress (1): 110/153 kB Progress (1): 114/153 kB Progress (1): 118/153 kB Progress (1): 122/153 kB Progress (1): 126/153 kB Progress (1): 131/153 kB Progress (1): 135/153 kB Progress (1): 139/153 kB Progress (1): 143/153 kB Progress (1): 147/153 kB Progress (1): 151/153 kB Progress (1): 153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 6.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 kB Progress (1): 8.2 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.pom (8.7 kB at 78 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 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 829 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.7.0/tycho-source-feature-plugin-1.7.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.7.0/tycho-source-feature-plugin-1.7.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.7.0/tycho-source-feature-plugin-1.7.0.pom (2.2 kB at 3.1 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.7.0/tycho-source-feature-plugin-1.7.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.7.0/tycho-source-feature-plugin-1.7.0.jar Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.7.0/tycho-source-feature-plugin-1.7.0.jar (19 kB at 57 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Progress (1): 750 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 2.6 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 166 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 21 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.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.7.0/tycho-p2-repository-plugin-1.7.0.pom (1.4 kB at 5.5 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.jar 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/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.jar (15 kB at 74 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.pom (1.9 kB at 4.2 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.jar Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.jar (21 kB at 61 kB/s) [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/staging/2020-06/ [INFO] Adding repository https://download.eclipse.org/staging/2020-06 [INFO] Fetching content.jar from https://download.eclipse.org/staging/2020-06/ (3.01MB) May 19, 2020 2:16:18 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:16:19 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20200427151422/repository/ [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/S20200427151422/repository [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/S20200427151422/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200427151422/repository/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200427151422/repository/ [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching org.eclipse.osgi_3.15.300.v20200401-2046.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (459.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.15.300.v20200401-2046.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (459.88kB) [INFO] Unpacking org.eclipse.osgi_3.15.300.v20200401-2046... May 19, 2020 2:16:24 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:16:24 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (155.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (155.55kB) [INFO] Unpacking org.apache.felix.scr_2.1.16.v20200110-1820... [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (30.65kB) [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141... [INFO] Fetching org.eclipse.swt_3.114.100.v20200430-0622.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.114.100.v20200430-0622.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (16kB) [INFO] Unpacking org.eclipse.swt_3.114.100.v20200430-0622... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200430-0622.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (835.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200430-0622.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (835.03kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200430-0622... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200430-0622.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (1.13MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200430-0622.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (1.13MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200430-0622... May 19, 2020 2:16:27 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:16:27 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200430-0622.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (955.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200430-0622.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (955.8kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200430-0622... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:3.0.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:3.0.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:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (9.5MB) [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337... [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/staging/2020-06/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/staging/2020-06/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (1.86MB) [INFO] Unpacking org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703... [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (43.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (43.01kB) [INFO] Unpacking org.eclipse.core.commands_3.9.700.v20191217-1850... [INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200429-1624.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (55.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200429-1624.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (55.32kB) [INFO] Unpacking org.eclipse.equinox.common_3.12.0.v20200429-1624... [INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200421-0950.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (41.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200421-0950.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (41.44kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.700.v20200421-0950... [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (55.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (55.59kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.8.0.v20200422-1833... [INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (77.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (77.27kB) [INFO] Unpacking org.eclipse.equinox.registry_3.8.800.v20200406-0956... [INFO] Fetching org.eclipse.core.databinding_1.8.100.v20200414-0824.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (55.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.8.100.v20200414-0824.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (55.49kB) [INFO] Unpacking org.eclipse.core.databinding_1.8.100.v20200414-0824... [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (82.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (82.47kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.9.0.v20200205-2119... [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (44.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (44.98kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.8.0.v20200124-0715... [INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (33.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (33.96kB) [INFO] Unpacking org.eclipse.core.expressions_3.6.800.v20200319-0911... [INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200426-1459.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200426-1459.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (33.71kB) [INFO] Unpacking org.eclipse.core.runtime_3.18.0.v20200426-1459... [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (46.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (46.11kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.800.v20200421-0950... May 19, 2020 2:16:47 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:16:47 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (42.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (42.05kB) [INFO] Unpacking org.eclipse.equinox.app_1.4.500.v20200422-1833... [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (13.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (13.76kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.12.900.v20200110-1732... [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (25.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (25.88kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.600.v20200428-0912... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/staging/2020-06/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (22.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (22.66kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... [INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (28.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (28.06kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.300.v20200422-1846... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (7.68kB) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (7.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (7.75kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (16.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (16.65kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (21.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (21.82kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219... May 19, 2020 2:16:51 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:16:51 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200324-0932.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (487.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200324-0932.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (487.25kB) [INFO] Unpacking org.eclipse.emf.ecore_2.22.0.v20200324-0932... May 19, 2020 2:16:52 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:16:52 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200428-1046.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (23.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200428-1046.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (23.04kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.900.v20200428-1046... [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (13.16kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643... [INFO] Fetching org.eclipse.jface_3.20.0.v20200415-2019.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (362.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.20.0.v20200415-2019.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (362.28kB) [INFO] Unpacking org.eclipse.jface_3.20.0.v20200415-2019... May 19, 2020 2:16:54 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:16:54 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1100.v20200416-0551.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (66.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1100.v20200416-0551.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (66.12kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.1100.v20200416-0551... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200326-1217.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (79.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200326-1217.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (79.01kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.1000.v20200326-1217... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200428-1728.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (16.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200428-1728.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (16.42kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200428-1728... [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (9.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (9.76kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.2.800.v20200128-0855... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200428-1429.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (27.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200428-1429.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (27.97kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.800.v20200428-1429... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (111.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (111.14kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422... [INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (16.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (16.63kB) [INFO] Unpacking org.eclipse.equinox.event_1.5.400.v20200422-1833... May 19, 2020 2:16:58 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:16:58 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (9.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (9.45kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048... [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200420-0843.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (85.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200420-0843.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (85.18kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.300.v20200420-0843... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (50.85kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (50.85kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (84.01kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (84.01kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (50.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (50.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231... May 19, 2020 2:17:02 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:17:02 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200501-0715.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (94.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200501-0715.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (94.99kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200501-0715... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200428-1429.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (62.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200428-1429.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (62.32kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200428-1429... [INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200318-1219.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (77.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200318-1219.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (77.92kB) [INFO] Unpacking org.eclipse.jface.databinding_1.11.100.v20200318-1219... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805... [INFO] Fetching org.eclipse.urischeme_1.1.0.v20200422-0815.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (21.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.1.0.v20200422-0815.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (21.37kB) [INFO] Unpacking org.eclipse.urischeme_1.1.0.v20200422-0815... [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (115.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (115.33kB) [INFO] Unpacking org.eclipse.emf.common_2.19.0.v20200324-0932... [INFO] Fetching org.eclipse.help_3.8.800.v20200408-1113.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (127.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.800.v20200408-1113.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (127.11kB) [INFO] Unpacking org.eclipse.help_3.8.800.v20200408-1113... [INFO] Fetching org.eclipse.ui_3.117.0.v20200414-1247.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (363.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.117.0.v20200414-1247.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (363.8kB) [INFO] Unpacking org.eclipse.ui_3.117.0.v20200414-1247... [INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200430-1430.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (997.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200430-1430.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (997.86kB) [INFO] Unpacking org.eclipse.ui.workbench_3.119.0.v20200430-1430... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (32.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (32.85kB) [INFO] Unpacking org.eclipse.compare.core_3.6.900.v20200412-2017... May 19, 2020 2:17:13 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:17:13 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (41.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (41.15kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.1000.v20200409-1035... [INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (100.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (100.5kB) [INFO] Unpacking org.eclipse.text_3.10.200.v20200428-0633... May 19, 2020 2:17:14 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:17:14 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (27.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (27.79kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734... [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from https://download.eclipse.org/staging/2020-06/plugins/ (873.17kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (7.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (7.94kB) [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.100.v20200323-2111... [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (23.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (23.95kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.2.300.v20191213-1901... [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (32.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (32.04kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200319-1546.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (74.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200319-1546.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (74.49kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200319-1546... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200311-1341.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (108.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200311-1341.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (108.38kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.0.v20200311-1341... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (50.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (50.94kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528... [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (55.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (55.47kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (44.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (44.56kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637... [INFO] Fetching org.eclipse.jface.text_3.16.300.v20200411-1324.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (317.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.16.300.v20200411-1324.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (317.11kB) [INFO] Unpacking org.eclipse.jface.text_3.16.300.v20200411-1324... [INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200410-1852.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (200.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200410-1852.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (200.09kB) [INFO] Unpacking org.eclipse.ui.editors_3.13.200.v20200410-1852... [INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200428-1429.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (957.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200428-1429.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (957.75kB) [INFO] Unpacking org.eclipse.ui.ide_3.17.100.v20200428-1429... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (233.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (233.97kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954... [INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200428-1429.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (130.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200428-1429.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (130.99kB) [INFO] Unpacking org.eclipse.ui.navigator_3.9.300.v20200428-1429... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (124.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (124.18kB) [INFO] Unpacking org.eclipse.ui.forms_3.9.100.v20200413-1417... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (383.02kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522... [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (82.7kB) [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (18.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101... [INFO] Fetching org.eclipse.debug.core_3.15.100.v20200427-1056.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (124.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.15.100.v20200427-1056.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (124.7kB) [INFO] Unpacking org.eclipse.debug.core_3.15.100.v20200427-1056... [INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200429-0558.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200429-0558.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (1MB) [INFO] Unpacking org.eclipse.debug.ui_3.14.500.v20200429-0558... May 19, 2020 2:17:27 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:17:27 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.ui.console_3.9.200.v20200410-1449.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (85.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.9.200.v20200410-1449.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (85.48kB) [INFO] Unpacking org.eclipse.ui.console_3.9.200.v20200410-1449... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (19.47kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (34.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (34.56kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (58.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (58.11kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (38.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (38.9kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200410-1336.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (48.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200410-1336.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (48.06kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.700.v20200410-1336... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (81.19kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (23.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (23.81kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505... [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (31.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (31.99kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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.600.v20200318-1507.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (105.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (105.95kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (16.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (16.64kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505... [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.0.v20200428-1254.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (287.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.0.v20200428-1254.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (287.91kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.6.0.v20200428-1254... [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (71.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (71.21kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.600.v20191213-1901... [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (44.64kB) [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515... [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (123kB) [INFO] Unpacking org.junit_4.13.0.v20200204-1500... [INFO] Fetching org.eclipse.ui.browser_3.6.800.v20200410-1405.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (97.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.browser_3.6.800.v20200410-1405.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (97.9kB) [INFO] Unpacking org.eclipse.ui.browser_3.6.800.v20200410-1405... [INFO] Fetching org.eclipse.ui.views.log_1.2.1100.v20200414-1247.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (85.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.1100.v20200414-1247.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (85.27kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.1100.v20200414-1247... [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 https://download.eclipse.org/staging/2020-06/plugins/ (124.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (124.55kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (274.24kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (274.24kB) [INFO] Unpacking org.eclipse.wst.server.ui_1.5.600.v201910252115... [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (29.69kB) [INFO] Unpacking org.json_1.0.0.v201011060100... [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (24.03kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (24.03kB) [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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (43.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (43.12kB) [INFO] Unpacking org.eclipse.wst.server.discovery_1.3.200.v201910252115... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:3.0.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:3.0.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:3.0.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 https://download.eclipse.org/staging/2020-06/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/pom.xml May 19, 2020 2:17:42 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:17:42 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (59.65kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (59.65kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (96.96kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (96.96kB) [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401... [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (108.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (108.41kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.18.0.v20200205-0529... [INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (48.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (48.59kB) [INFO] Unpacking org.eclipse.ui.views_3.10.300.v20200311-1018... [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/staging/2020-06/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from https://download.eclipse.org/staging/2020-06/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/staging/2020-06/plugins/ (85.1kB) [INFO] Fetching org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (226.24kB) [INFO] Unpacking org.eclipse.graphiti.ui_0.16.1.201909061426... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200413-1417.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (40.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200413-1417.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (40.85kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.900.v20200413-1417... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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.100.v20200214-0716.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (24.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (24.62kB) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:3.0.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:3.0.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:3.0.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:3.0.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.requirements:3.0.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:3.0.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:3.0.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:3.0.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:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/pom.xml May 19, 2020 2:17:57 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:17:57 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (2.83MB) [INFO] Unpacking org.apache.ant_1.10.7.v20190926-0324... [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (72.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (72.39kB) [INFO] Unpacking org.eclipse.ant.core_3.5.700.v20191221-1203... [INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (102.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (102.08kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.900.v20200410-1424... [INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200428-0834.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (281.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200428-0834.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (281.72kB) [INFO] Unpacking org.eclipse.jdt.launching_3.17.100.v20200428-0834... [INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (20.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (20.79kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.700.v20200416-1310... [INFO] Fetching org.eclipse.jdt.core_3.22.0.v20200430-2228.jar from https://download.eclipse.org/staging/2020-06/plugins/ (6.8MB) May 19, 2020 2:18:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:18:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (483.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (483.38kB) [INFO] Unpacking org.eclipse.ant.ui_3.7.800.v20200413-1643... May 19, 2020 2:18:02 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:18:02 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (65.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (65.77kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.700.v20200319-0924... [INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200430-0919.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (3.93MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200430-0919.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (3.93MB) [INFO] Unpacking org.eclipse.jdt.ui_3.21.100.v20200430-0919... [INFO] Fetching org.eclipse.jdt.debug.ui_3.11.0.v20200424-2154.jar from https://download.eclipse.org/staging/2020-06/plugins/ (1.66MB) [INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (124.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (124.89kB) [INFO] Unpacking org.eclipse.team.core_3.8.1000.v20200428-1255... May 19, 2020 2:18:08 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:18:08 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.500.v20200415-1722.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (105.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.500.v20200415-1722.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (105.68kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.500.v20200415-1722... [INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200426-1050.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (235.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200426-1050.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (235.6kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.800.v20200426-1050... [INFO] Fetching org.eclipse.compare_3.7.1000.v20200422-1935.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (306.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.1000.v20200422-1935.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (306.47kB) [INFO] Unpacking org.eclipse.compare_3.7.1000.v20200422-1935... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (37.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (37.85kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (13.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (13.86kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (121.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (121.9kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (46.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (46.47kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339... May 19, 2020 2:18:12 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:18:12 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200429-1643.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (492.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200429-1643.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (492.07kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.0.v20200429-1643... [INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200428-1957.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (965.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200428-1957.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (965.08kB) [INFO] Unpacking org.eclipse.jdt.debug_3.15.100.v20200428-1957... [INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (215.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (215.04kB) [INFO] Unpacking org.eclipse.search_3.11.1000.v20200410-1852... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.300.v20200415-1908.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (176.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.300.v20200415-1908.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (176.82kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.300.v20200415-1908... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200324-1928.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (65.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200324-1928.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (65.93kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.700.v20200324-1928... [INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (492.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (492.92kB) [INFO] Unpacking org.eclipse.team.ui_3.8.900.v20200422-1935... [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (71.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (71.64kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241... [INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from https://download.eclipse.org/staging/2020-06/plugins/ (478.57kB) [INFO] Fetching org.eclipse.pde.core_3.13.400.v20200415-0531.jar from https://download.eclipse.org/staging/2020-06/plugins/ (1.29MB) [INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (43.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (43.22kB) [INFO] Unpacking org.eclipse.update.configurator_3.4.600.v20200422-1910... May 19, 2020 2:18:17 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:18:17 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.pde.launching_3.8.200.v20200430-1402.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (51.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.8.200.v20200430-1402.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (51.41kB) [INFO] Unpacking org.eclipse.pde.launching_3.8.200.v20200430-1402... [INFO] Fetching org.eclipse.pde.ui_3.11.400.v20200428-1002.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (1.46MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.11.400.v20200428-1002.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (1.46MB) [INFO] Unpacking org.eclipse.pde.ui_3.11.400.v20200428-1002... May 19, 2020 2:18:19 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:18:19 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200330-1059.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (142.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200330-1059.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (142.77kB) [INFO] Unpacking org.eclipse.ui.intro_3.5.1000.v20200330-1059... May 19, 2020 2:18:20 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:18:20 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200410-1640.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (151.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200410-1640.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (151.07kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.800.v20200410-1640... [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (26.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (26.28kB) [INFO] Unpacking org.eclipse.ui.trace_1.1.800.v20200106-1301... [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (49.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (49.3kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.700.v20200211-1227... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/pom.xml May 19, 2020 2:18:23 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:18:23 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.swtbot.generator_3.0.0.202005141512.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (40.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator_3.0.0.202005141512.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (40.13kB) [INFO] Unpacking org.eclipse.swtbot.generator_3.0.0.202005141512... [INFO] Fetching org.eclipse.swtbot.generator.jdt_3.0.0.202005141512.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (25.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.jdt_3.0.0.202005141512.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (25.57kB) [INFO] Unpacking org.eclipse.swtbot.generator.jdt_3.0.0.202005141512... [INFO] Fetching org.eclipse.swtbot.generator.ui_3.0.0.202005141512.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (12.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.ui_3.0.0.202005141512.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (12.92kB) [INFO] Unpacking org.eclipse.swtbot.generator.ui_3.0.0.202005141512... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/pom.xml May 19, 2020 2:18:25 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:18:25 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (21.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (21.32kB) [INFO] Unpacking javax.annotation_1.2.0.v201602091430... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:3.0.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:3.0.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:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (31.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (31.74kB) [INFO] Unpacking org.eclipse.core.net_1.3.900.v20200428-1255... [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (29.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (29.85kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.5.700.v20200207-2156... [INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200420-1153.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (56.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200420-1153.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (56.79kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.3.700.v20200420-1153... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:3.0.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:3.0.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:3.0.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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (743.15kB) [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946... [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/staging/2020-06/plugins/ (249kB) [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (14.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (14.59kB) [INFO] Unpacking org.slf4j.jcl_1.7.2.v20130115-1340... [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (122.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (122.3kB) [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/staging/2020-06/plugins/ (1.29MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (45.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (45.51kB) [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (26.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (26.2kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.6.100.v20191217-1850... [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (61.54kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (61.54kB) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... [INFO] Fetching org.eclipse.m2e.archetype.common_1.16.0.20200515-1816.jar from https://download.eclipse.org/staging/2020-06/plugins/ (1.92MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.16.0.20200515-1816.jar from https://download.eclipse.org/staging/2020-06/plugins/ (7.22MB) [INFO] Fetching org.eclipse.m2e.core_1.16.0.20200514-1409.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (199.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core_1.16.0.20200514-1409.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (199.11kB) [INFO] Unpacking org.eclipse.m2e.core_1.16.0.20200514-1409... [INFO] Fetching org.eclipse.m2e.maven.indexer_1.16.0.20200515-1816.jar from https://download.eclipse.org/staging/2020-06/plugins/ (1.08MB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/staging/2020-06/plugins/ (15.56kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (24kB) [INFO] Unpacking org.slf4j.api_1.7.30.v20200204-2150... [INFO] Fetching org.eclipse.m2e.core.ui_1.16.0.20200514-1409.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (209.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core.ui_1.16.0.20200514-1409.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (209.88kB) [INFO] Unpacking org.eclipse.m2e.core.ui_1.16.0.20200514-1409... [INFO] Fetching org.eclipse.m2e.model.edit_1.16.0.20200514-1409.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (129.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.model.edit_1.16.0.20200514-1409.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (129.43kB) [INFO] Unpacking org.eclipse.m2e.model.edit_1.16.0.20200514-1409... [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200515-1816.jar from https://download.eclipse.org/staging/2020-06/plugins/ (19.42kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (24.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (24.7kB) [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010... [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (77.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (77.29kB) [INFO] Unpacking org.eclipse.wst.common.emf_1.2.600.v201903222010... [INFO] Fetching org.eclipse.wst.sse.core_1.2.400.v202004081818.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (155.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.core_1.2.400.v202004081818.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (155.81kB) [INFO] Unpacking org.eclipse.wst.sse.core_1.2.400.v202004081818... [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v202003231332.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (255.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v202003231332.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (255.09kB) [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v202003231332... [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (43.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (20.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (20.1kB) [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201903222010... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Fetching org.eclipse.jdt_3.18.400.v20200501-0520.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (29.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jdt_3.18.400.v20200501-0520... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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 p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ [INFO] Adding repository http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.0.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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (79.97kB) [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110... [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (1.14MB) [INFO] Unpacking com.google.javascript_0.0.20160315.v20161124-1903... May 19, 2020 2:18:43 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:18:43 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from https://download.eclipse.org/staging/2020-06/plugins/ (611.72kB) [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (693.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (693.29kB) [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (899.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.lucene.core_7.5.0.v20181003-1532... May 19, 2020 2:18:46 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:18:46 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (50.23kB) [INFO] Unpacking org.apache.lucene.misc_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (135.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (135.97kB) [INFO] Unpacking org.apache.lucene.queryparser_7.5.0.v20181003-1532... [INFO] Fetching org.eclipse.datatools.connectivity_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2020-06/plugins/ (271.01kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (17.58kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (13.22kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (566.23kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (166.46kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (344.1kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (563.53kB) [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (17.92kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (340.77kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (621.79kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (228.74kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (91.99kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from https://download.eclipse.org/staging/2020-06/plugins/ (97.49kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (189.45kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (130.23kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (31.85kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (46.89kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (369.84kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (462.63kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-06/plugins/ (139.67kB) May 19, 2020 2:18:53 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:18:53 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.emf.codegen_2.20.0.v20200324-0932.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (126.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen_2.20.0.v20200324-0932.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (126.86kB) [INFO] Unpacking org.eclipse.emf.codegen_2.20.0.v20200324-0932... [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (93.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (93.15kB) [INFO] Unpacking org.eclipse.jem_2.0.600.v201903222024... [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (47.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (47.52kB) [INFO] Unpacking org.eclipse.jem.util_2.1.201.v201903222010... [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (36.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (36.03kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (22.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (22.22kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (13.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (46.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (130.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (130.21kB) [INFO] Unpacking org.eclipse.wst.common.modulecore_1.3.100.v201903222010... [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (52.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (52.99kB) [INFO] Unpacking org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010... [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (134.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (134.69kB) [INFO] Unpacking org.eclipse.wst.validation_1.2.800.v201904082137... [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (119.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (119.68kB) [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010... May 19, 2020 2:19:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:19:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (63.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (63.43kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (51.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (51.14kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (91.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (91.85kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (30.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (30.98kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (49.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (49.62kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (327.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (327.4kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (53.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (53.38kB) [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010... [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (119.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (119.5kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (856.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (856.34kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (589.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (589.86kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (357.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (357.66kB) [INFO] Unpacking org.eclipse.jst.j2ee.ui_1.1.931.v201903222025... [INFO] Fetching org.eclipse.wst.web.ui_1.2.100.v202004300259.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (42.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web.ui_1.2.100.v202004300259.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (42.81kB) [INFO] Unpacking org.eclipse.wst.web.ui_1.2.100.v202004300259... [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (73.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (73.35kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (31.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (31.73kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (39.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (39.89kB) [INFO] Unpacking org.eclipse.jst.jee_1.0.902.v201905281719... [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (25.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (25.32kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429... [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (39.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (39.35kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (16.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (16.02kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (172.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (172.16kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (222.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (222.93kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (55.86kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (55.86kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (79.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (79.78kB) [INFO] Unpacking org.eclipse.jst.servlet.ui_1.1.921.v201903222025... [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v202004081818.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (180.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v202004081818.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (180.92kB) [INFO] Unpacking org.eclipse.wst.css.core_1.2.0.v202004081818... [INFO] Fetching org.eclipse.wst.css.ui_1.1.400.v202004230532.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (120.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.css.ui_1.1.400.v202004230532.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (120.57kB) [INFO] Unpacking org.eclipse.wst.css.ui_1.1.400.v202004230532... [INFO] Fetching org.eclipse.wst.xml.ui_1.2.400.v202004291830.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (335.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.ui_1.2.400.v202004291830.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (335.17kB) [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.400.v202004291830... [INFO] Fetching org.eclipse.wst.sse.ui_1.7.0.v202004300259.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (315.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.ui_1.7.0.v202004300259.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (315.24kB) [INFO] Unpacking org.eclipse.wst.sse.ui_1.7.0.v202004300259... [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v202003231332.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (202.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v202003231332.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (202.23kB) [INFO] Unpacking org.eclipse.wst.html.core_1.3.200.v202003231332... [INFO] Fetching org.eclipse.wst.html.ui_1.1.300.v202004300259.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (116.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.ui_1.1.300.v202004300259.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (116.89kB) [INFO] Unpacking org.eclipse.wst.html.ui_1.1.300.v202004300259... [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz from https://download.eclipse.org/staging/2020-06/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 https://download.eclipse.org/staging/2020-06/plugins/ (1.2MB) [INFO] Unpacking org.eclipse.wst.jsdt.core_2.0.302.v201903222047... May 19, 2020 2:19:16 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:19:16 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (21.38kB) [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 https://download.eclipse.org/staging/2020-06/plugins/ (21.38kB) [INFO] Unpacking org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047... [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.403.v202003271645.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (2.32MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.403.v202003271645.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (2.32MB) [INFO] Unpacking org.eclipse.wst.jsdt.ui_2.0.403.v202003271645... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.0.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:3.0.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] Adding repository http://download.eclipse.org/tools/gef/updates/legacy/releases [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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/S20200427151422/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/S20200427151422/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/S20200427151422/repository/plugins/ (23.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200427151422/repository/plugins/ (23.9kB) [INFO] Unpacking net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534... [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (32.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (32.1kB) [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246... [INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200427151422/repository/plugins/ (170.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200427151422/repository/plugins/ (170.58kB) [INFO] Unpacking org.mockito_2.23.0.v20200310-1642... [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200427151422/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/S20200427151422/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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/pom.xml May 19, 2020 2:19:49 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 19, 2020 2:19:49 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.800.v20200310-0710.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (13.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.800.v20200310-0710.jar.pack.gz from https://download.eclipse.org/staging/2020-06/plugins/ (13.72kB) [INFO] Unpacking org.eclipse.pde.junit.runtime_3.5.800.v20200310-0710... [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:3.0.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:3.0.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:3.0.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:3.0.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.integration.test:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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:3.0.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.codegen.feature:3.0.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:3.0.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:3.0.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:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.nightly/site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:3.0.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 Requirements [eclipse-plugin] [INFO] RedDeer UI [eclipse-plugin] [INFO] RedDeer Spy [eclipse-plugin] [INFO] RedDeer Recorder [eclipse-plugin] [INFO] RedDeer Go [eclipse-plugin] [INFO] RedDeer Log Parser [eclipse-plugin] [INFO] RedDeer CodeGen [eclipse-plugin] [INFO] RedDeer Test-Apps [pom] [INFO] RedDeer E4 Test App [eclipse-plugin] [INFO] RedDeer Tests [pom] [INFO] RedDeer Common Tests [eclipse-test-plugin] [INFO] RedDeer SWT Tests [eclipse-test-plugin] [INFO] RedDeer Core Tests [eclipse-test-plugin] [INFO] RedDeer Workbench Tests [eclipse-test-plugin] [INFO] RedDeer UIForms Test [eclipse-test-plugin] [INFO] RedDeer JFace Tests [eclipse-test-plugin] [INFO] RedDeer Eclipse Tests [eclipse-test-plugin] [INFO] RedDeer GEF Tests [eclipse-test-plugin] [INFO] RedDeer Graphiti Tests [eclipse-test-plugin] [INFO] RedDeer Direct Tests [eclipse-test-plugin] [INFO] RedDeer JUnit Tests [eclipse-test-plugin] [INFO] RedDeer Requirements Tests [eclipse-test-plugin] [INFO] RedDeer UI Tests [eclipse-test-plugin] [INFO] RedDeer E4 Workbench Tests [eclipse-test-plugin] [INFO] RedDeer Integration and Eclipse Installation Tests [eclipse-test-plugin] [INFO] RedDeer Features [pom] [INFO] RedDeer E4 Feature [eclipse-feature] [INFO] RedDeer Eclipse Feature [eclipse-feature] [INFO] RedDeer GEF Spy Feature [eclipse-feature] [INFO] RedDeer SWT Feature [eclipse-feature] [INFO] RedDeer Tests Feature [eclipse-feature] [INFO] RedDeer UI Feature [eclipse-feature] [INFO] RedDeer Recorder Feature [eclipse-feature] [INFO] RedDeer GEF/Graphiti Feature [eclipse-feature] [INFO] RedDeer Spy Feature [eclipse-feature] [INFO] RedDeer Log Parser Feature [eclipse-feature] [INFO] RedDeer 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 3.0.0-SNAPSHOT [1/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 58 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 565 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 609 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 172 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 177 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 246 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/226 kB Progress (1): 7.7/226 kB Progress (1): 12/226 kB Progress (1): 16/226 kB Progress (1): 20/226 kB Progress (1): 24/226 kB Progress (1): 28/226 kB Progress (1): 32/226 kB Progress (1): 36/226 kB Progress (1): 40/226 kB Progress (1): 45/226 kB Progress (1): 49/226 kB Progress (1): 53/226 kB Progress (1): 57/226 kB Progress (1): 61/226 kB Progress (1): 65/226 kB Progress (1): 69/226 kB Progress (1): 73/226 kB Progress (1): 77/226 kB Progress (1): 81/226 kB Progress (1): 85/226 kB Progress (1): 90/226 kB Progress (1): 94/226 kB Progress (1): 98/226 kB Progress (1): 102/226 kB Progress (1): 106/226 kB Progress (1): 110/226 kB Progress (1): 114/226 kB Progress (2): 114/226 kB | 4.1/13 kB Progress (2): 114/226 kB | 7.7/13 kB Progress (2): 118/226 kB | 7.7/13 kB Progress (2): 118/226 kB | 12/13 kB Progress (2): 122/226 kB | 12/13 kB Progress (2): 122/226 kB | 13 kB Progress (2): 126/226 kB | 13 kB Progress (2): 131/226 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 536 kB/s) Progress (1): 135/226 kB Progress (1): 139/226 kB Progress (1): 143/226 kB Progress (1): 147/226 kB Progress (1): 151/226 kB Progress (1): 155/226 kB Progress (1): 159/226 kB Progress (1): 163/226 kB Progress (1): 167/226 kB Progress (1): 171/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 217/226 kB Progress (1): 221/226 kB Progress (1): 225/226 kB Progress (1): 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 3.9 MB/s) [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ parent --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 486 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 14 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 180 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 298 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 49 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 286 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 167 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 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 444 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.6 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 203 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 149 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.1 MB/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 33 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 507 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 7.4 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 78 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 16 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/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 10.0 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 4.7 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Progress (1): 4.1 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 320 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 103 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 289 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 241 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 392 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 123 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 56 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 54 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 690 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 75 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 22 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 13 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 98 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 29 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 266 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 283 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 108 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 32 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 284 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 703 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 158 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 736 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 132 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 152 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 271 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 96 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 65 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 11 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 12 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 7.8 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 101 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 93 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 79 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 908 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 88 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 232 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 245 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 130 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 35 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 155 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 353 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 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 153 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Progress (1): 4.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 266 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 637 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 129 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 49 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 58 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 250 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 50 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 158 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 87 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 130 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 7.2 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 15 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 18 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Progress (1): 4.1 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 362 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 9.2 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Progress (1): 4.1 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 307 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 591 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 451 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.2 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 395 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Progress (1): 357 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 14 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 38 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 37 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 86 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 6.3 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 14 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 299 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 36 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 78 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 105 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.pom (3.7 kB at 118 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.pom (3.1 kB at 184 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 112 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-settings/2.2.1/maven-settings-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Progress (1): 4.1/88 kB Progress (1): 7.7/88 kB Progress (1): 12/88 kB Progress (1): 16/88 kB Progress (1): 20/88 kB Progress (1): 24/88 kB Progress (1): 28/88 kB Progress (1): 32/88 kB Progress (1): 36/88 kB Progress (1): 40/88 kB Progress (1): 45/88 kB Progress (1): 49/88 kB Progress (1): 53/88 kB Progress (1): 57/88 kB Progress (1): 61/88 kB Progress (1): 65/88 kB Progress (1): 69/88 kB Progress (1): 73/88 kB Progress (1): 77/88 kB Progress (1): 81/88 kB Progress (1): 85/88 kB Progress (1): 88 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 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Progress (1): 4.1/80 kB Progress (1): 7.7/80 kB Progress (1): 12/80 kB Progress (1): 16/80 kB Progress (1): 20/80 kB Progress (1): 24/80 kB Progress (1): 28/80 kB Progress (1): 32/80 kB Progress (1): 36/80 kB Progress (1): 40/80 kB Progress (1): 45/80 kB Progress (1): 49/80 kB Progress (1): 53/80 kB Progress (1): 57/80 kB Progress (1): 61/80 kB Progress (1): 65/80 kB Progress (1): 69/80 kB Progress (1): 73/80 kB Progress (1): 77/80 kB Progress (1): 80 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 2.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar Progress (1): 4.1/237 kB Progress (1): 7.7/237 kB Progress (1): 12/237 kB Progress (1): 16/237 kB Progress (2): 16/237 kB | 4.1/51 kB Progress (2): 20/237 kB | 4.1/51 kB Progress (2): 20/237 kB | 7.7/51 kB Progress (2): 24/237 kB | 7.7/51 kB Progress (2): 24/237 kB | 12/51 kB Progress (2): 24/237 kB | 16/51 kB Progress (2): 28/237 kB | 16/51 kB Progress (2): 32/237 kB | 16/51 kB Progress (2): 32/237 kB | 20/51 kB Progress (2): 32/237 kB | 24/51 kB Progress (2): 32/237 kB | 28/51 kB Progress (2): 32/237 kB | 32/51 kB Progress (2): 36/237 kB | 32/51 kB Progress (2): 36/237 kB | 36/51 kB Progress (2): 36/237 kB | 40/51 kB Progress (2): 36/237 kB | 45/51 kB Progress (2): 40/237 kB | 45/51 kB Progress (2): 40/237 kB | 49/51 kB Progress (2): 45/237 kB | 49/51 kB Progress (2): 45/237 kB | 51 kB Progress (2): 49/237 kB | 51 kB Progress (2): 53/237 kB | 51 kB Progress (2): 57/237 kB | 51 kB Progress (2): 61/237 kB | 51 kB Progress (2): 65/237 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 728 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Progress (1): 69/237 kB Progress (1): 73/237 kB Progress (1): 77/237 kB Progress (1): 81/237 kB Progress (1): 85/237 kB Progress (1): 90/237 kB Progress (1): 94/237 kB Progress (1): 98/237 kB Progress (2): 98/237 kB | 4.1/245 kB Progress (2): 98/237 kB | 7.7/245 kB Progress (2): 102/237 kB | 7.7/245 kB Progress (2): 102/237 kB | 12/245 kB Progress (2): 106/237 kB | 12/245 kB Progress (2): 106/237 kB | 16/245 kB Progress (2): 110/237 kB | 16/245 kB Progress (2): 114/237 kB | 16/245 kB Progress (2): 114/237 kB | 20/245 kB Progress (2): 114/237 kB | 24/245 kB Progress (2): 114/237 kB | 28/245 kB Progress (2): 118/237 kB | 28/245 kB Progress (2): 118/237 kB | 32/245 kB Progress (2): 122/237 kB | 32/245 kB Progress (2): 126/237 kB | 32/245 kB Progress (2): 131/237 kB | 32/245 kB Progress (2): 131/237 kB | 36/245 kB Progress (2): 131/237 kB | 40/245 kB Progress (2): 131/237 kB | 45/245 kB Progress (3): 131/237 kB | 45/245 kB | 4.1/12 kB Progress (3): 131/237 kB | 49/245 kB | 4.1/12 kB Progress (3): 131/237 kB | 49/245 kB | 7.7/12 kB Progress (3): 131/237 kB | 49/245 kB | 12/12 kB Progress (3): 131/237 kB | 49/245 kB | 12 kB Progress (3): 131/237 kB | 53/245 kB | 12 kB Progress (3): 131/237 kB | 57/245 kB | 12 kB Progress (3): 131/237 kB | 61/245 kB | 12 kB Progress (3): 131/237 kB | 65/245 kB | 12 kB Progress (3): 135/237 kB | 65/245 kB | 12 kB Progress (4): 135/237 kB | 65/245 kB | 12 kB | 4.1/49 kB Progress (5): 135/237 kB | 65/245 kB | 12 kB | 4.1/49 kB | 4.1/26 kB Progress (5): 135/237 kB | 69/245 kB | 12 kB | 4.1/49 kB | 4.1/26 kB Progress (5): 135/237 kB | 69/245 kB | 12 kB | 7.7/49 kB | 4.1/26 kB Progress (5): 139/237 kB | 69/245 kB | 12 kB | 7.7/49 kB | 4.1/26 kB Progress (5): 139/237 kB | 69/245 kB | 12 kB | 12/49 kB | 4.1/26 kB Progress (5): 139/237 kB | 73/245 kB | 12 kB | 12/49 kB | 4.1/26 kB Progress (5): 139/237 kB | 73/245 kB | 12 kB | 12/49 kB | 7.7/26 kB Progress (5): 139/237 kB | 77/245 kB | 12 kB | 12/49 kB | 7.7/26 kB Progress (5): 139/237 kB | 77/245 kB | 12 kB | 16/49 kB | 7.7/26 kB Progress (5): 143/237 kB | 77/245 kB | 12 kB | 16/49 kB | 7.7/26 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 157 kB/s) Progress (4): 143/237 kB | 81/245 kB | 16/49 kB | 7.7/26 kB Progress (4): 143/237 kB | 81/245 kB | 16/49 kB | 12/26 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Progress (4): 143/237 kB | 81/245 kB | 20/49 kB | 12/26 kB Progress (4): 147/237 kB | 81/245 kB | 20/49 kB | 12/26 kB Progress (4): 147/237 kB | 81/245 kB | 24/49 kB | 12/26 kB Progress (4): 147/237 kB | 85/245 kB | 24/49 kB | 12/26 kB Progress (4): 147/237 kB | 85/245 kB | 24/49 kB | 16/26 kB Progress (4): 147/237 kB | 90/245 kB | 24/49 kB | 16/26 kB Progress (4): 147/237 kB | 90/245 kB | 28/49 kB | 16/26 kB Progress (4): 147/237 kB | 94/245 kB | 28/49 kB | 16/26 kB Progress (4): 151/237 kB | 94/245 kB | 28/49 kB | 16/26 kB Progress (4): 151/237 kB | 94/245 kB | 28/49 kB | 20/26 kB Progress (4): 151/237 kB | 98/245 kB | 28/49 kB | 20/26 kB Progress (5): 151/237 kB | 98/245 kB | 28/49 kB | 20/26 kB | 4.1/38 kB Progress (5): 151/237 kB | 102/245 kB | 28/49 kB | 20/26 kB | 4.1/38 kB Progress (5): 151/237 kB | 102/245 kB | 32/49 kB | 20/26 kB | 4.1/38 kB Progress (5): 151/237 kB | 106/245 kB | 32/49 kB | 20/26 kB | 4.1/38 kB Progress (5): 151/237 kB | 106/245 kB | 32/49 kB | 20/26 kB | 7.7/38 kB Progress (5): 151/237 kB | 106/245 kB | 32/49 kB | 24/26 kB | 7.7/38 kB Progress (5): 155/237 kB | 106/245 kB | 32/49 kB | 24/26 kB | 7.7/38 kB Progress (5): 155/237 kB | 106/245 kB | 32/49 kB | 26 kB | 7.7/38 kB Progress (5): 155/237 kB | 106/245 kB | 36/49 kB | 26 kB | 7.7/38 kB Progress (5): 155/237 kB | 106/245 kB | 36/49 kB | 26 kB | 12/38 kB Progress (5): 155/237 kB | 110/245 kB | 36/49 kB | 26 kB | 12/38 kB Progress (5): 155/237 kB | 110/245 kB | 36/49 kB | 26 kB | 16/38 kB Progress (5): 155/237 kB | 110/245 kB | 40/49 kB | 26 kB | 16/38 kB Progress (5): 159/237 kB | 110/245 kB | 40/49 kB | 26 kB | 16/38 kB Progress (5): 159/237 kB | 110/245 kB | 45/49 kB | 26 kB | 16/38 kB Progress (5): 159/237 kB | 114/245 kB | 45/49 kB | 26 kB | 16/38 kB Progress (5): 159/237 kB | 114/245 kB | 49/49 kB | 26 kB | 16/38 kB Progress (5): 159/237 kB | 114/245 kB | 49/49 kB | 26 kB | 20/38 kB Progress (5): 163/237 kB | 114/245 kB | 49/49 kB | 26 kB | 20/38 kB Progress (5): 163/237 kB | 118/245 kB | 49/49 kB | 26 kB | 20/38 kB Progress (5): 163/237 kB | 118/245 kB | 49/49 kB | 26 kB | 24/38 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 302 kB/s) Progress (4): 163/237 kB | 118/245 kB | 49 kB | 24/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Progress (4): 167/237 kB | 118/245 kB | 49 kB | 24/38 kB Progress (4): 167/237 kB | 118/245 kB | 49 kB | 28/38 kB Progress (4): 167/237 kB | 122/245 kB | 49 kB | 28/38 kB Progress (4): 167/237 kB | 122/245 kB | 49 kB | 32/38 kB Progress (4): 171/237 kB | 122/245 kB | 49 kB | 32/38 kB Progress (4): 171/237 kB | 126/245 kB | 49 kB | 32/38 kB Progress (4): 171/237 kB | 126/245 kB | 49 kB | 36/38 kB Progress (4): 176/237 kB | 126/245 kB | 49 kB | 36/38 kB Progress (4): 176/237 kB | 126/245 kB | 49 kB | 38 kB Progress (4): 176/237 kB | 131/245 kB | 49 kB | 38 kB Progress (4): 180/237 kB | 131/245 kB | 49 kB | 38 kB Progress (4): 180/237 kB | 135/245 kB | 49 kB | 38 kB Progress (4): 184/237 kB | 135/245 kB | 49 kB | 38 kB Progress (4): 184/237 kB | 139/245 kB | 49 kB | 38 kB Progress (4): 188/237 kB | 139/245 kB | 49 kB | 38 kB Progress (4): 188/237 kB | 143/245 kB | 49 kB | 38 kB Progress (4): 192/237 kB | 143/245 kB | 49 kB | 38 kB Progress (4): 192/237 kB | 147/245 kB | 49 kB | 38 kB Progress (4): 196/237 kB | 147/245 kB | 49 kB | 38 kB Progress (4): 196/237 kB | 151/245 kB | 49 kB | 38 kB Progress (4): 200/237 kB | 151/245 kB | 49 kB | 38 kB Progress (4): 200/237 kB | 155/245 kB | 49 kB | 38 kB Progress (4): 204/237 kB | 155/245 kB | 49 kB | 38 kB Progress (4): 204/237 kB | 159/245 kB | 49 kB | 38 kB Progress (4): 208/237 kB | 159/245 kB | 49 kB | 38 kB Progress (4): 208/237 kB | 163/245 kB | 49 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 587 kB/s) Progress (3): 208/237 kB | 167/245 kB | 49 kB Progress (3): 212/237 kB | 167/245 kB | 49 kB Progress (3): 212/237 kB | 171/245 kB | 49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Progress (3): 212/237 kB | 176/245 kB | 49 kB Progress (3): 217/237 kB | 176/245 kB | 49 kB Progress (3): 217/237 kB | 180/245 kB | 49 kB Progress (3): 221/237 kB | 180/245 kB | 49 kB Progress (3): 225/237 kB | 180/245 kB | 49 kB Progress (3): 229/237 kB | 180/245 kB | 49 kB Progress (3): 229/237 kB | 184/245 kB | 49 kB Progress (3): 229/237 kB | 188/245 kB | 49 kB Progress (3): 229/237 kB | 192/245 kB | 49 kB Progress (3): 233/237 kB | 192/245 kB | 49 kB Progress (3): 233/237 kB | 196/245 kB | 49 kB Progress (3): 237/237 kB | 196/245 kB | 49 kB Progress (3): 237 kB | 196/245 kB | 49 kB Progress (3): 237 kB | 200/245 kB | 49 kB Progress (3): 237 kB | 204/245 kB | 49 kB Progress (4): 237 kB | 204/245 kB | 49 kB | 4.1/43 kB Progress (4): 237 kB | 208/245 kB | 49 kB | 4.1/43 kB Progress (4): 237 kB | 208/245 kB | 49 kB | 7.7/43 kB Progress (4): 237 kB | 212/245 kB | 49 kB | 7.7/43 kB Progress (4): 237 kB | 212/245 kB | 49 kB | 12/43 kB Progress (4): 237 kB | 212/245 kB | 49 kB | 16/43 kB Progress (4): 237 kB | 217/245 kB | 49 kB | 16/43 kB Progress (4): 237 kB | 221/245 kB | 49 kB | 16/43 kB Progress (4): 237 kB | 221/245 kB | 49 kB | 20/43 kB Progress (4): 237 kB | 225/245 kB | 49 kB | 20/43 kB Progress (4): 237 kB | 225/245 kB | 49 kB | 24/43 kB Progress (4): 237 kB | 229/245 kB | 49 kB | 24/43 kB Progress (4): 237 kB | 229/245 kB | 49 kB | 28/43 kB Progress (4): 237 kB | 229/245 kB | 49 kB | 32/43 kB Progress (4): 237 kB | 233/245 kB | 49 kB | 32/43 kB Progress (4): 237 kB | 233/245 kB | 49 kB | 36/43 kB Progress (4): 237 kB | 237/245 kB | 49 kB | 36/43 kB Progress (4): 237 kB | 237/245 kB | 49 kB | 40/43 kB Progress (4): 237 kB | 241/245 kB | 49 kB | 40/43 kB Progress (4): 237 kB | 241/245 kB | 49 kB | 43 kB Progress (4): 237 kB | 245 kB | 49 kB | 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 602 kB/s) 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 3.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar 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 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 159 kB/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 Progress (2): 237 kB | 4.1/13 kB Progress (3): 237 kB | 4.1/13 kB | 4.1/39 kB Progress (3): 237 kB | 7.7/13 kB | 4.1/39 kB Progress (3): 237 kB | 7.7/13 kB | 7.7/39 kB Progress (3): 237 kB | 12/13 kB | 7.7/39 kB Progress (3): 237 kB | 12/13 kB | 12/39 kB Progress (3): 237 kB | 13 kB | 12/39 kB Progress (3): 237 kB | 13 kB | 16/39 kB Progress (3): 237 kB | 13 kB | 20/39 kB Progress (3): 237 kB | 13 kB | 24/39 kB Progress (3): 237 kB | 13 kB | 28/39 kB Progress (3): 237 kB | 13 kB | 32/39 kB Progress (3): 237 kB | 13 kB | 36/39 kB Progress (3): 237 kB | 13 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 45 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 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 137 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Progress (2): 237 kB | 4.1/17 kB Progress (2): 237 kB | 7.7/17 kB Progress (2): 237 kB | 12/17 kB Progress (2): 237 kB | 16/17 kB Progress (2): 237 kB | 17 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 55 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Progress (2): 237 kB | 0/1.2 MB Progress (2): 237 kB | 0/1.2 MB Progress (2): 237 kB | 0/1.2 MB Progress (2): 237 kB | 0/1.2 MB Progress (2): 237 kB | 0/1.2 MB Progress (2): 237 kB | 0/1.2 MB Progress (2): 237 kB | 0.1/1.2 MB Progress (2): 237 kB | 0.1/1.2 MB Progress (2): 237 kB | 0.1/1.2 MB Progress (2): 237 kB | 0.1/1.2 MB Progress (2): 237 kB | 0.1/1.2 MB Progress (2): 237 kB | 0.1/1.2 MB Progress (2): 237 kB | 0.1/1.2 MB Progress (2): 237 kB | 0.1/1.2 MB Progress (2): 237 kB | 0.1/1.2 MB Progress (2): 237 kB | 0.1/1.2 MB Progress (2): 237 kB | 0.1/1.2 MB Progress (2): 237 kB | 0.1/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.2/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.3/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.4/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2 MB 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 3.4 MB/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 (2): 237 kB | 4.1/11 kB Progress (3): 237 kB | 4.1/11 kB | 4.1/9.8 kB Progress (3): 237 kB | 7.7/11 kB | 4.1/9.8 kB Progress (3): 237 kB | 7.7/11 kB | 7.7/9.8 kB Progress (3): 237 kB | 11 kB | 7.7/9.8 kB Progress (3): 237 kB | 11 kB | 9.8 kB Progress (4): 237 kB | 11 kB | 9.8 kB | 4.1/158 kB Progress (4): 237 kB | 11 kB | 9.8 kB | 7.7/158 kB Progress (5): 237 kB | 11 kB | 9.8 kB | 7.7/158 kB | 4.1/305 kB Progress (5): 237 kB | 11 kB | 9.8 kB | 12/158 kB | 4.1/305 kB Progress (5): 237 kB | 11 kB | 9.8 kB | 12/158 kB | 7.7/305 kB Progress (5): 237 kB | 11 kB | 9.8 kB | 16/158 kB | 7.7/305 kB Progress (5): 237 kB | 11 kB | 9.8 kB | 16/158 kB | 12/305 kB Progress (5): 237 kB | 11 kB | 9.8 kB | 16/158 kB | 16/305 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 9.2 kB/s) Progress (4): 237 kB | 11 kB | 16/158 kB | 20/305 kB Progress (4): 237 kB | 11 kB | 20/158 kB | 20/305 kB Progress (4): 237 kB | 11 kB | 20/158 kB | 24/305 kB 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): 237 kB | 11 kB | 20/158 kB | 28/305 kB Progress (4): 237 kB | 11 kB | 24/158 kB | 28/305 kB Progress (4): 237 kB | 11 kB | 24/158 kB | 32/305 kB Progress (4): 237 kB | 11 kB | 28/158 kB | 32/305 kB Progress (4): 237 kB | 11 kB | 32/158 kB | 32/305 kB Progress (4): 237 kB | 11 kB | 32/158 kB | 36/305 kB Progress (4): 237 kB | 11 kB | 32/158 kB | 40/305 kB Progress (4): 237 kB | 11 kB | 36/158 kB | 40/305 kB Progress (4): 237 kB | 11 kB | 36/158 kB | 45/305 kB Progress (4): 237 kB | 11 kB | 40/158 kB | 45/305 kB Progress (4): 237 kB | 11 kB | 40/158 kB | 49/305 kB Progress (4): 237 kB | 11 kB | 45/158 kB | 49/305 kB Progress (4): 237 kB | 11 kB | 49/158 kB | 49/305 kB Progress (4): 237 kB | 11 kB | 49/158 kB | 53/305 kB Progress (4): 237 kB | 11 kB | 49/158 kB | 57/305 kB Progress (4): 237 kB | 11 kB | 53/158 kB | 57/305 kB Progress (5): 237 kB | 11 kB | 53/158 kB | 57/305 kB | 4.1/30 kB Progress (5): 237 kB | 11 kB | 53/158 kB | 61/305 kB | 4.1/30 kB Progress (5): 237 kB | 11 kB | 53/158 kB | 61/305 kB | 7.7/30 kB Progress (5): 237 kB | 11 kB | 57/158 kB | 61/305 kB | 7.7/30 kB Progress (5): 237 kB | 11 kB | 57/158 kB | 61/305 kB | 12/30 kB Progress (5): 237 kB | 11 kB | 57/158 kB | 65/305 kB | 12/30 kB Progress (5): 237 kB | 11 kB | 57/158 kB | 65/305 kB | 16/30 kB Progress (5): 237 kB | 11 kB | 61/158 kB | 65/305 kB | 16/30 kB Progress (5): 237 kB | 11 kB | 65/158 kB | 65/305 kB | 16/30 kB Progress (5): 237 kB | 11 kB | 65/158 kB | 69/305 kB | 16/30 kB Progress (5): 237 kB | 11 kB | 65/158 kB | 73/305 kB | 16/30 kB Progress (5): 237 kB | 11 kB | 65/158 kB | 73/305 kB | 20/30 kB Progress (5): 237 kB | 11 kB | 69/158 kB | 73/305 kB | 20/30 kB Progress (5): 237 kB | 11 kB | 69/158 kB | 77/305 kB | 20/30 kB Progress (5): 237 kB | 11 kB | 73/158 kB | 77/305 kB | 20/30 kB Progress (5): 237 kB | 11 kB | 73/158 kB | 77/305 kB | 24/30 kB Progress (5): 237 kB | 11 kB | 77/158 kB | 77/305 kB | 24/30 kB Progress (5): 237 kB | 11 kB | 77/158 kB | 81/305 kB | 24/30 kB Progress (5): 237 kB | 11 kB | 81/158 kB | 81/305 kB | 24/30 kB Progress (5): 237 kB | 11 kB | 81/158 kB | 81/305 kB | 28/30 kB Progress (5): 237 kB | 11 kB | 81/158 kB | 81/305 kB | 30 kB Progress (5): 237 kB | 11 kB | 81/158 kB | 85/305 kB | 30 kB Progress (5): 237 kB | 11 kB | 85/158 kB | 85/305 kB | 30 kB Progress (5): 237 kB | 11 kB | 85/158 kB | 90/305 kB | 30 kB Progress (5): 237 kB | 11 kB | 90/158 kB | 90/305 kB | 30 kB Progress (5): 237 kB | 11 kB | 90/158 kB | 94/305 kB | 30 kB Progress (5): 237 kB | 11 kB | 94/158 kB | 94/305 kB | 30 kB Progress (5): 237 kB | 11 kB | 94/158 kB | 98/305 kB | 30 kB Progress (5): 237 kB | 11 kB | 98/158 kB | 98/305 kB | 30 kB Progress (5): 237 kB | 11 kB | 98/158 kB | 102/305 kB | 30 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 28 kB/s) Progress (4): 237 kB | 11 kB | 102/158 kB | 102/305 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Progress (4): 237 kB | 11 kB | 102/158 kB | 106/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 11 kB/s) Progress (3): 237 kB | 102/158 kB | 110/305 kB Progress (3): 237 kB | 106/158 kB | 110/305 kB Progress (3): 237 kB | 106/158 kB | 114/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): 237 kB | 110/158 kB | 114/305 kB Progress (3): 237 kB | 110/158 kB | 118/305 kB Progress (3): 237 kB | 114/158 kB | 118/305 kB Progress (3): 237 kB | 114/158 kB | 122/305 kB Progress (3): 237 kB | 114/158 kB | 126/305 kB Progress (3): 237 kB | 114/158 kB | 131/305 kB Progress (3): 237 kB | 118/158 kB | 131/305 kB Progress (3): 237 kB | 122/158 kB | 131/305 kB Progress (3): 237 kB | 126/158 kB | 131/305 kB Progress (3): 237 kB | 131/158 kB | 131/305 kB Progress (3): 237 kB | 131/158 kB | 135/305 kB Progress (3): 237 kB | 131/158 kB | 139/305 kB Progress (4): 237 kB | 131/158 kB | 139/305 kB | 4.1/50 kB Progress (4): 237 kB | 131/158 kB | 143/305 kB | 4.1/50 kB Progress (4): 237 kB | 131/158 kB | 143/305 kB | 7.7/50 kB Progress (4): 237 kB | 135/158 kB | 143/305 kB | 7.7/50 kB Progress (4): 237 kB | 135/158 kB | 143/305 kB | 12/50 kB Progress (4): 237 kB | 135/158 kB | 147/305 kB | 12/50 kB Progress (4): 237 kB | 135/158 kB | 147/305 kB | 16/50 kB Progress (4): 237 kB | 139/158 kB | 147/305 kB | 16/50 kB Progress (4): 237 kB | 143/158 kB | 147/305 kB | 16/50 kB Progress (4): 237 kB | 147/158 kB | 147/305 kB | 16/50 kB Progress (4): 237 kB | 147/158 kB | 151/305 kB | 16/50 kB Progress (4): 237 kB | 151/158 kB | 151/305 kB | 16/50 kB Progress (4): 237 kB | 151/158 kB | 155/305 kB | 16/50 kB Progress (4): 237 kB | 155/158 kB | 155/305 kB | 16/50 kB Progress (4): 237 kB | 155/158 kB | 159/305 kB | 16/50 kB Progress (4): 237 kB | 158 kB | 159/305 kB | 16/50 kB Progress (4): 237 kB | 158 kB | 159/305 kB | 20/50 kB Progress (4): 237 kB | 158 kB | 163/305 kB | 20/50 kB Progress (4): 237 kB | 158 kB | 163/305 kB | 24/50 kB Progress (4): 237 kB | 158 kB | 163/305 kB | 28/50 kB Progress (4): 237 kB | 158 kB | 163/305 kB | 32/50 kB Progress (4): 237 kB | 158 kB | 167/305 kB | 32/50 kB Progress (4): 237 kB | 158 kB | 171/305 kB | 32/50 kB Progress (4): 237 kB | 158 kB | 176/305 kB | 32/50 kB Progress (4): 237 kB | 158 kB | 180/305 kB | 32/50 kB Progress (4): 237 kB | 158 kB | 180/305 kB | 36/50 kB Progress (4): 237 kB | 158 kB | 180/305 kB | 40/50 kB Progress (4): 237 kB | 158 kB | 184/305 kB | 40/50 kB Progress (4): 237 kB | 158 kB | 184/305 kB | 45/50 kB Progress (4): 237 kB | 158 kB | 188/305 kB | 45/50 kB Progress (4): 237 kB | 158 kB | 188/305 kB | 49/50 kB Progress (4): 237 kB | 158 kB | 192/305 kB | 49/50 kB Progress (4): 237 kB | 158 kB | 192/305 kB | 50 kB Progress (4): 237 kB | 158 kB | 196/305 kB | 50 kB Progress (4): 237 kB | 158 kB | 200/305 kB | 50 kB Progress (4): 237 kB | 158 kB | 204/305 kB | 50 kB Progress (4): 237 kB | 158 kB | 208/305 kB | 50 kB Progress (4): 237 kB | 158 kB | 212/305 kB | 50 kB Progress (4): 237 kB | 158 kB | 217/305 kB | 50 kB Progress (4): 237 kB | 158 kB | 221/305 kB | 50 kB Progress (4): 237 kB | 158 kB | 225/305 kB | 50 kB Progress (4): 237 kB | 158 kB | 229/305 kB | 50 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 47 kB/s) Progress (3): 237 kB | 158 kB | 233/305 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 (3): 237 kB | 158 kB | 237/305 kB Progress (3): 237 kB | 158 kB | 241/305 kB Progress (3): 237 kB | 158 kB | 245/305 kB Progress (3): 237 kB | 158 kB | 249/305 kB Progress (3): 237 kB | 158 kB | 253/305 kB Progress (3): 237 kB | 158 kB | 258/305 kB Progress (3): 237 kB | 158 kB | 262/305 kB Progress (3): 237 kB | 158 kB | 266/305 kB Progress (3): 237 kB | 158 kB | 270/305 kB Progress (3): 237 kB | 158 kB | 274/305 kB Progress (3): 237 kB | 158 kB | 278/305 kB Progress (3): 237 kB | 158 kB | 282/305 kB Progress (3): 237 kB | 158 kB | 286/305 kB Progress (3): 237 kB | 158 kB | 290/305 kB Progress (3): 237 kB | 158 kB | 294/305 kB Progress (3): 237 kB | 158 kB | 298/305 kB Progress (3): 237 kB | 158 kB | 303/305 kB Progress (3): 237 kB | 158 kB | 305 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 216 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): 158 kB | 305 kB | 4.1/37 kB Progress (3): 158 kB | 305 kB | 7.7/37 kB Progress (3): 158 kB | 305 kB | 12/37 kB Progress (3): 158 kB | 305 kB | 16/37 kB Progress (3): 158 kB | 305 kB | 20/37 kB Progress (3): 158 kB | 305 kB | 24/37 kB Progress (3): 158 kB | 305 kB | 28/37 kB Progress (3): 158 kB | 305 kB | 32/37 kB Progress (3): 158 kB | 305 kB | 36/37 kB Progress (3): 158 kB | 305 kB | 37 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 34 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Progress (3): 158 kB | 305 kB | 4.1/11 kB Progress (3): 158 kB | 305 kB | 7.7/11 kB Progress (3): 158 kB | 305 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 9.5 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Progress (3): 158 kB | 305 kB | 4.1/15 kB Progress (4): 158 kB | 305 kB | 4.1/15 kB | 4.1/7.7 kB Progress (4): 158 kB | 305 kB | 7.7/15 kB | 4.1/7.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.jar (158 kB at 137 kB/s) 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 263 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar Progress (3): 7.7/15 kB | 4.1/7.7 kB | 4.1/52 kB Progress (3): 12/15 kB | 4.1/7.7 kB | 4.1/52 kB Progress (3): 12/15 kB | 7.7/7.7 kB | 4.1/52 kB Progress (3): 15 kB | 7.7/7.7 kB | 4.1/52 kB Progress (3): 15 kB | 7.7/7.7 kB | 7.7/52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar Progress (3): 15 kB | 7.7/7.7 kB | 12/52 kB Progress (3): 15 kB | 7.7 kB | 12/52 kB Progress (3): 15 kB | 7.7 kB | 16/52 kB Progress (4): 15 kB | 7.7 kB | 16/52 kB | 4.1/392 kB Progress (4): 15 kB | 7.7 kB | 16/52 kB | 7.7/392 kB Progress (4): 15 kB | 7.7 kB | 20/52 kB | 7.7/392 kB Progress (4): 15 kB | 7.7 kB | 20/52 kB | 12/392 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 13 kB/s) Progress (3): 7.7 kB | 24/52 kB | 12/392 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 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 6.6 kB/s) Progress (2): 24/52 kB | 16/392 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Progress (2): 28/52 kB | 16/392 kB Progress (2): 28/52 kB | 20/392 kB Progress (2): 32/52 kB | 20/392 kB Progress (2): 32/52 kB | 24/392 kB Progress (2): 32/52 kB | 28/392 kB Progress (2): 32/52 kB | 32/392 kB Progress (2): 36/52 kB | 32/392 kB Progress (2): 40/52 kB | 32/392 kB Progress (2): 45/52 kB | 32/392 kB Progress (2): 45/52 kB | 36/392 kB Progress (2): 49/52 kB | 36/392 kB Progress (2): 49/52 kB | 40/392 kB Progress (2): 49/52 kB | 45/392 kB Progress (2): 52 kB | 45/392 kB Progress (2): 52 kB | 49/392 kB Progress (2): 52 kB | 53/392 kB Progress (2): 52 kB | 57/392 kB Progress (2): 52 kB | 61/392 kB Progress (2): 52 kB | 65/392 kB Progress (3): 52 kB | 65/392 kB | 4.1/189 kB Progress (3): 52 kB | 69/392 kB | 4.1/189 kB Progress (3): 52 kB | 69/392 kB | 7.7/189 kB Progress (3): 52 kB | 73/392 kB | 7.7/189 kB Progress (3): 52 kB | 73/392 kB | 12/189 kB Progress (3): 52 kB | 77/392 kB | 12/189 kB Progress (3): 52 kB | 77/392 kB | 16/189 kB Progress (3): 52 kB | 81/392 kB | 16/189 kB Progress (3): 52 kB | 81/392 kB | 20/189 kB Progress (3): 52 kB | 85/392 kB | 20/189 kB Progress (3): 52 kB | 85/392 kB | 24/189 kB Progress (3): 52 kB | 90/392 kB | 24/189 kB Progress (3): 52 kB | 90/392 kB | 28/189 kB Progress (3): 52 kB | 94/392 kB | 28/189 kB Progress (3): 52 kB | 94/392 kB | 32/189 kB Progress (3): 52 kB | 98/392 kB | 32/189 kB Progress (3): 52 kB | 98/392 kB | 36/189 kB Progress (3): 52 kB | 102/392 kB | 36/189 kB Progress (3): 52 kB | 102/392 kB | 40/189 kB Progress (3): 52 kB | 106/392 kB | 40/189 kB Progress (3): 52 kB | 106/392 kB | 45/189 kB Progress (3): 52 kB | 110/392 kB | 45/189 kB Progress (3): 52 kB | 110/392 kB | 49/189 kB Progress (3): 52 kB | 114/392 kB | 49/189 kB Progress (3): 52 kB | 118/392 kB | 49/189 kB Progress (3): 52 kB | 118/392 kB | 53/189 kB Progress (3): 52 kB | 122/392 kB | 53/189 kB Progress (3): 52 kB | 122/392 kB | 57/189 kB Progress (3): 52 kB | 126/392 kB | 57/189 kB Progress (3): 52 kB | 126/392 kB | 61/189 kB Progress (3): 52 kB | 131/392 kB | 61/189 kB Progress (3): 52 kB | 131/392 kB | 65/189 kB Progress (3): 52 kB | 135/392 kB | 65/189 kB Progress (3): 52 kB | 135/392 kB | 69/189 kB Progress (3): 52 kB | 139/392 kB | 69/189 kB Progress (3): 52 kB | 139/392 kB | 73/189 kB Progress (3): 52 kB | 143/392 kB | 73/189 kB Progress (3): 52 kB | 143/392 kB | 77/189 kB Progress (3): 52 kB | 147/392 kB | 77/189 kB Progress (3): 52 kB | 147/392 kB | 81/189 kB Progress (3): 52 kB | 151/392 kB | 81/189 kB Progress (3): 52 kB | 155/392 kB | 81/189 kB Progress (3): 52 kB | 155/392 kB | 85/189 kB Progress (3): 52 kB | 159/392 kB | 85/189 kB Progress (3): 52 kB | 159/392 kB | 90/189 kB Progress (3): 52 kB | 163/392 kB | 90/189 kB Progress (3): 52 kB | 163/392 kB | 94/189 kB Progress (3): 52 kB | 163/392 kB | 98/189 kB Progress (3): 52 kB | 167/392 kB | 98/189 kB Progress (3): 52 kB | 171/392 kB | 98/189 kB Progress (3): 52 kB | 171/392 kB | 102/189 kB Progress (3): 52 kB | 176/392 kB | 102/189 kB Progress (3): 52 kB | 176/392 kB | 106/189 kB Progress (3): 52 kB | 180/392 kB | 106/189 kB Progress (3): 52 kB | 180/392 kB | 110/189 kB Progress (3): 52 kB | 180/392 kB | 114/189 kB Progress (3): 52 kB | 184/392 kB | 114/189 kB Progress (3): 52 kB | 188/392 kB | 114/189 kB Progress (3): 52 kB | 192/392 kB | 114/189 kB Progress (3): 52 kB | 192/392 kB | 118/189 kB Progress (3): 52 kB | 196/392 kB | 118/189 kB Progress (3): 52 kB | 196/392 kB | 122/189 kB Progress (3): 52 kB | 196/392 kB | 126/189 kB Progress (3): 52 kB | 196/392 kB | 131/189 kB Progress (3): 52 kB | 200/392 kB | 131/189 kB Progress (3): 52 kB | 204/392 kB | 131/189 kB Progress (3): 52 kB | 208/392 kB | 131/189 kB Progress (3): 52 kB | 208/392 kB | 135/189 kB Progress (3): 52 kB | 212/392 kB | 135/189 kB Progress (3): 52 kB | 212/392 kB | 139/189 kB Progress (3): 52 kB | 212/392 kB | 143/189 kB Progress (3): 52 kB | 212/392 kB | 147/189 kB Progress (3): 52 kB | 217/392 kB | 147/189 kB Progress (3): 52 kB | 221/392 kB | 147/189 kB Progress (3): 52 kB | 225/392 kB | 147/189 kB Progress (3): 52 kB | 225/392 kB | 151/189 kB Progress (3): 52 kB | 229/392 kB | 151/189 kB Progress (3): 52 kB | 229/392 kB | 155/189 kB Progress (3): 52 kB | 229/392 kB | 159/189 kB Progress (3): 52 kB | 229/392 kB | 163/189 kB Progress (3): 52 kB | 233/392 kB | 163/189 kB Progress (3): 52 kB | 237/392 kB | 163/189 kB Progress (3): 52 kB | 241/392 kB | 163/189 kB Progress (3): 52 kB | 241/392 kB | 167/189 kB Progress (3): 52 kB | 245/392 kB | 167/189 kB Progress (3): 52 kB | 245/392 kB | 171/189 kB Progress (3): 52 kB | 245/392 kB | 176/189 kB Progress (3): 52 kB | 245/392 kB | 180/189 kB Progress (3): 52 kB | 249/392 kB | 180/189 kB Progress (3): 52 kB | 253/392 kB | 180/189 kB Progress (3): 52 kB | 253/392 kB | 184/189 kB Progress (3): 52 kB | 258/392 kB | 184/189 kB Progress (3): 52 kB | 258/392 kB | 188/189 kB Progress (3): 52 kB | 262/392 kB | 188/189 kB Progress (3): 52 kB | 262/392 kB | 189 kB Progress (3): 52 kB | 266/392 kB | 189 kB Progress (3): 52 kB | 270/392 kB | 189 kB Progress (3): 52 kB | 274/392 kB | 189 kB Progress (3): 52 kB | 278/392 kB | 189 kB Progress (3): 52 kB | 282/392 kB | 189 kB Progress (3): 52 kB | 286/392 kB | 189 kB Progress (3): 52 kB | 290/392 kB | 189 kB Progress (3): 52 kB | 294/392 kB | 189 kB Progress (3): 52 kB | 298/392 kB | 189 kB Progress (3): 52 kB | 303/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 160 kB/s) Progress (2): 52 kB | 307/392 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Progress (2): 52 kB | 311/392 kB Progress (2): 52 kB | 315/392 kB Progress (2): 52 kB | 319/392 kB Progress (2): 52 kB | 323/392 kB Progress (2): 52 kB | 327/392 kB Progress (2): 52 kB | 331/392 kB Progress (2): 52 kB | 335/392 kB Progress (2): 52 kB | 339/392 kB Progress (2): 52 kB | 344/392 kB Progress (2): 52 kB | 348/392 kB Progress (2): 52 kB | 352/392 kB Progress (2): 52 kB | 356/392 kB Progress (2): 52 kB | 360/392 kB Progress (2): 52 kB | 364/392 kB Progress (2): 52 kB | 368/392 kB Progress (2): 52 kB | 372/392 kB Progress (2): 52 kB | 376/392 kB Progress (2): 52 kB | 380/392 kB Progress (2): 52 kB | 384/392 kB Progress (2): 52 kB | 389/392 kB Progress (2): 52 kB | 392 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 331 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 (2): 52 kB | 4.1/168 kB Progress (2): 52 kB | 7.7/168 kB Progress (2): 52 kB | 12/168 kB Progress (2): 52 kB | 16/168 kB Progress (3): 52 kB | 16/168 kB | 4.1/91 kB Progress (3): 52 kB | 16/168 kB | 7.7/91 kB Progress (3): 52 kB | 16/168 kB | 12/91 kB Progress (4): 52 kB | 16/168 kB | 12/91 kB | 4.1/588 kB Progress (5): 52 kB | 16/168 kB | 12/91 kB | 4.1/588 kB | 4.1/38 kB Progress (5): 52 kB | 16/168 kB | 12/91 kB | 7.7/588 kB | 4.1/38 kB Progress (5): 52 kB | 20/168 kB | 12/91 kB | 7.7/588 kB | 4.1/38 kB Progress (5): 52 kB | 20/168 kB | 16/91 kB | 7.7/588 kB | 4.1/38 kB Progress (5): 52 kB | 24/168 kB | 16/91 kB | 7.7/588 kB | 4.1/38 kB Progress (5): 52 kB | 24/168 kB | 16/91 kB | 12/588 kB | 4.1/38 kB Progress (5): 52 kB | 24/168 kB | 16/91 kB | 12/588 kB | 7.7/38 kB Progress (5): 52 kB | 24/168 kB | 20/91 kB | 12/588 kB | 7.7/38 kB Progress (5): 52 kB | 24/168 kB | 20/91 kB | 16/588 kB | 7.7/38 kB Progress (5): 52 kB | 28/168 kB | 20/91 kB | 16/588 kB | 7.7/38 kB Progress (5): 52 kB | 28/168 kB | 24/91 kB | 16/588 kB | 7.7/38 kB Progress (5): 52 kB | 28/168 kB | 24/91 kB | 16/588 kB | 12/38 kB Progress (5): 52 kB | 28/168 kB | 28/91 kB | 16/588 kB | 12/38 kB Progress (5): 52 kB | 32/168 kB | 28/91 kB | 16/588 kB | 12/38 kB Progress (5): 52 kB | 32/168 kB | 32/91 kB | 16/588 kB | 12/38 kB Progress (5): 52 kB | 32/168 kB | 32/91 kB | 16/588 kB | 16/38 kB Progress (5): 52 kB | 36/168 kB | 32/91 kB | 16/588 kB | 16/38 kB Progress (5): 52 kB | 36/168 kB | 36/91 kB | 16/588 kB | 16/38 kB Progress (5): 52 kB | 36/168 kB | 36/91 kB | 20/588 kB | 16/38 kB Progress (5): 52 kB | 40/168 kB | 36/91 kB | 20/588 kB | 16/38 kB Progress (5): 52 kB | 40/168 kB | 36/91 kB | 24/588 kB | 16/38 kB Progress (5): 52 kB | 40/168 kB | 40/91 kB | 24/588 kB | 16/38 kB Progress (5): 52 kB | 40/168 kB | 40/91 kB | 24/588 kB | 20/38 kB Progress (5): 52 kB | 40/168 kB | 45/91 kB | 24/588 kB | 20/38 kB Progress (5): 52 kB | 40/168 kB | 45/91 kB | 28/588 kB | 20/38 kB Progress (5): 52 kB | 45/168 kB | 45/91 kB | 28/588 kB | 20/38 kB Progress (5): 52 kB | 45/168 kB | 45/91 kB | 32/588 kB | 20/38 kB Progress (5): 52 kB | 45/168 kB | 49/91 kB | 32/588 kB | 20/38 kB Progress (5): 52 kB | 45/168 kB | 49/91 kB | 32/588 kB | 24/38 kB Progress (5): 52 kB | 49/168 kB | 49/91 kB | 32/588 kB | 24/38 kB Progress (5): 52 kB | 49/168 kB | 49/91 kB | 32/588 kB | 28/38 kB Progress (5): 52 kB | 49/168 kB | 49/91 kB | 32/588 kB | 32/38 kB Progress (5): 52 kB | 49/168 kB | 53/91 kB | 32/588 kB | 32/38 kB Progress (5): 52 kB | 49/168 kB | 57/91 kB | 32/588 kB | 32/38 kB Progress (5): 52 kB | 53/168 kB | 57/91 kB | 32/588 kB | 32/38 kB Progress (5): 52 kB | 53/168 kB | 57/91 kB | 32/588 kB | 36/38 kB Progress (5): 52 kB | 57/168 kB | 57/91 kB | 32/588 kB | 36/38 kB Progress (5): 52 kB | 57/168 kB | 61/91 kB | 32/588 kB | 36/38 kB Progress (5): 52 kB | 61/168 kB | 61/91 kB | 32/588 kB | 36/38 kB Progress (5): 52 kB | 61/168 kB | 61/91 kB | 32/588 kB | 38 kB Progress (5): 52 kB | 61/168 kB | 61/91 kB | 36/588 kB | 38 kB Progress (5): 52 kB | 65/168 kB | 61/91 kB | 36/588 kB | 38 kB Progress (5): 52 kB | 65/168 kB | 65/91 kB | 36/588 kB | 38 kB Progress (5): 52 kB | 65/168 kB | 65/91 kB | 40/588 kB | 38 kB Progress (5): 52 kB | 65/168 kB | 65/91 kB | 45/588 kB | 38 kB Progress (5): 52 kB | 65/168 kB | 65/91 kB | 49/588 kB | 38 kB Progress (5): 52 kB | 65/168 kB | 69/91 kB | 49/588 kB | 38 kB Progress (5): 52 kB | 69/168 kB | 69/91 kB | 49/588 kB | 38 kB Progress (5): 52 kB | 69/168 kB | 73/91 kB | 49/588 kB | 38 kB Progress (5): 52 kB | 73/168 kB | 73/91 kB | 49/588 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 29 kB/s) Progress (4): 52 kB | 77/168 kB | 73/91 kB | 49/588 kB Progress (4): 52 kB | 77/168 kB | 73/91 kB | 53/588 kB Progress (4): 52 kB | 77/168 kB | 77/91 kB | 53/588 kB Progress (4): 52 kB | 77/168 kB | 77/91 kB | 57/588 kB Progress (4): 52 kB | 81/168 kB | 77/91 kB | 57/588 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar Progress (4): 52 kB | 81/168 kB | 77/91 kB | 61/588 kB Progress (4): 52 kB | 81/168 kB | 81/91 kB | 61/588 kB Progress (4): 52 kB | 81/168 kB | 81/91 kB | 65/588 kB Progress (4): 52 kB | 85/168 kB | 81/91 kB | 65/588 kB Progress (4): 52 kB | 90/168 kB | 81/91 kB | 65/588 kB Progress (4): 52 kB | 90/168 kB | 85/91 kB | 65/588 kB Progress (4): 52 kB | 94/168 kB | 85/91 kB | 65/588 kB Progress (4): 52 kB | 94/168 kB | 85/91 kB | 69/588 kB Progress (4): 52 kB | 94/168 kB | 90/91 kB | 69/588 kB Progress (4): 52 kB | 94/168 kB | 90/91 kB | 73/588 kB Progress (4): 52 kB | 98/168 kB | 90/91 kB | 73/588 kB Progress (4): 52 kB | 98/168 kB | 90/91 kB | 77/588 kB Progress (4): 52 kB | 98/168 kB | 91 kB | 77/588 kB Progress (5): 52 kB | 98/168 kB | 91 kB | 77/588 kB | 4.1/65 kB Progress (5): 52 kB | 98/168 kB | 91 kB | 81/588 kB | 4.1/65 kB Progress (5): 52 kB | 102/168 kB | 91 kB | 81/588 kB | 4.1/65 kB Progress (5): 52 kB | 102/168 kB | 91 kB | 81/588 kB | 7.7/65 kB Progress (5): 52 kB | 106/168 kB | 91 kB | 81/588 kB | 7.7/65 kB Progress (5): 52 kB | 106/168 kB | 91 kB | 81/588 kB | 12/65 kB Progress (5): 52 kB | 110/168 kB | 91 kB | 81/588 kB | 12/65 kB Progress (5): 52 kB | 110/168 kB | 91 kB | 81/588 kB | 16/65 kB Progress (5): 52 kB | 114/168 kB | 91 kB | 81/588 kB | 16/65 kB Progress (5): 52 kB | 114/168 kB | 91 kB | 85/588 kB | 16/65 kB Progress (5): 52 kB | 114/168 kB | 91 kB | 90/588 kB | 16/65 kB Progress (5): 52 kB | 114/168 kB | 91 kB | 94/588 kB | 16/65 kB Progress (5): 52 kB | 114/168 kB | 91 kB | 94/588 kB | 20/65 kB Progress (5): 52 kB | 118/168 kB | 91 kB | 94/588 kB | 20/65 kB Progress (5): 52 kB | 118/168 kB | 91 kB | 98/588 kB | 20/65 kB Progress (5): 52 kB | 122/168 kB | 91 kB | 98/588 kB | 20/65 kB Progress (5): 52 kB | 122/168 kB | 91 kB | 98/588 kB | 24/65 kB Progress (5): 52 kB | 126/168 kB | 91 kB | 98/588 kB | 24/65 kB Progress (5): 52 kB | 126/168 kB | 91 kB | 98/588 kB | 28/65 kB Progress (5): 52 kB | 131/168 kB | 91 kB | 98/588 kB | 28/65 kB Progress (5): 52 kB | 131/168 kB | 91 kB | 98/588 kB | 32/65 kB Progress (5): 52 kB | 131/168 kB | 91 kB | 102/588 kB | 32/65 kB Progress (5): 52 kB | 131/168 kB | 91 kB | 106/588 kB | 32/65 kB Progress (5): 52 kB | 131/168 kB | 91 kB | 110/588 kB | 32/65 kB Progress (5): 52 kB | 131/168 kB | 91 kB | 110/588 kB | 36/65 kB Progress (5): 52 kB | 135/168 kB | 91 kB | 110/588 kB | 36/65 kB Progress (5): 52 kB | 135/168 kB | 91 kB | 110/588 kB | 40/65 kB Progress (5): 52 kB | 135/168 kB | 91 kB | 114/588 kB | 40/65 kB Progress (5): 52 kB | 135/168 kB | 91 kB | 114/588 kB | 45/65 kB Progress (5): 52 kB | 139/168 kB | 91 kB | 114/588 kB | 45/65 kB Progress (5): 52 kB | 139/168 kB | 91 kB | 114/588 kB | 49/65 kB Progress (5): 52 kB | 143/168 kB | 91 kB | 114/588 kB | 49/65 kB Progress (5): 52 kB | 143/168 kB | 91 kB | 118/588 kB | 49/65 kB Progress (5): 52 kB | 147/168 kB | 91 kB | 118/588 kB | 49/65 kB Progress (5): 52 kB | 147/168 kB | 91 kB | 122/588 kB | 49/65 kB Progress (5): 52 kB | 147/168 kB | 91 kB | 122/588 kB | 53/65 kB Progress (5): 52 kB | 147/168 kB | 91 kB | 126/588 kB | 53/65 kB Progress (5): 52 kB | 147/168 kB | 91 kB | 126/588 kB | 57/65 kB Progress (5): 52 kB | 151/168 kB | 91 kB | 126/588 kB | 57/65 kB Progress (5): 52 kB | 151/168 kB | 91 kB | 131/588 kB | 57/65 kB Progress (5): 52 kB | 155/168 kB | 91 kB | 131/588 kB | 57/65 kB Progress (5): 52 kB | 155/168 kB | 91 kB | 131/588 kB | 61/65 kB Progress (5): 52 kB | 159/168 kB | 91 kB | 131/588 kB | 61/65 kB Progress (5): 52 kB | 159/168 kB | 91 kB | 131/588 kB | 65/65 kB Progress (5): 52 kB | 159/168 kB | 91 kB | 135/588 kB | 65/65 kB Progress (5): 52 kB | 163/168 kB | 91 kB | 135/588 kB | 65/65 kB Progress (5): 52 kB | 163/168 kB | 91 kB | 139/588 kB | 65/65 kB Progress (5): 52 kB | 163/168 kB | 91 kB | 139/588 kB | 65 kB Progress (5): 52 kB | 167/168 kB | 91 kB | 139/588 kB | 65 kB Progress (5): 52 kB | 167/168 kB | 91 kB | 143/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 143/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 147/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 151/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 155/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 159/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 163/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 167/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 171/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 176/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 180/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 184/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 188/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 192/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 196/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 200/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 204/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 208/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 212/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 217/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 221/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 225/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 229/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 233/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 237/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 241/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 245/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 249/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 253/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 258/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 262/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 266/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 270/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 274/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 278/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 282/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 286/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 290/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 294/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 298/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 303/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 307/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 311/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 315/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 319/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 323/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 327/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 331/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 335/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 339/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 344/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 348/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 352/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 356/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 360/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 364/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 368/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 372/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 376/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 380/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 384/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 389/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 393/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 397/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 401/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 405/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 409/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 413/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 417/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 421/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 425/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 430/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 434/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 438/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 442/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 446/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 450/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 454/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 458/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 462/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 466/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 471/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 475/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 479/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 483/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 487/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 491/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 495/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 499/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 503/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 507/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 511/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 516/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 520/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 524/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 528/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 532/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 536/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 540/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 544/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 548/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 552/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 557/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 561/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 565/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 569/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 573/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 577/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 581/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 585/588 kB | 65 kB Progress (5): 52 kB | 168 kB | 91 kB | 588 kB | 65 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 439 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 36 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): 168 kB | 91 kB | 65 kB | 4.1/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 7.7/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 12/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 16/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 20/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 24/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 28/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 32/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 36/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 40/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 45/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 49/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 53/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 57/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 61/175 kB Progress (4): 168 kB | 91 kB | 65 kB | 65/175 kB Progress (5): 168 kB | 91 kB | 65 kB | 65/175 kB | 4.1/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 69/175 kB | 4.1/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 69/175 kB | 7.7/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 73/175 kB | 7.7/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 73/175 kB | 12/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 77/175 kB | 12/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 77/175 kB | 16/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 81/175 kB | 16/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 81/175 kB | 20/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 85/175 kB | 20/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 85/175 kB | 24/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 90/175 kB | 24/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 90/175 kB | 28/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 94/175 kB | 28/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 94/175 kB | 32/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 98/175 kB | 32/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 98/175 kB | 36/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 98/175 kB | 40/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 102/175 kB | 40/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 102/175 kB | 45/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 106/175 kB | 45/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 106/175 kB | 49/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 110/175 kB | 49/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 114/175 kB | 49/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 114/175 kB | 53/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 114/175 kB | 57/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 118/175 kB | 57/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 118/175 kB | 61/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 122/175 kB | 61/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 122/175 kB | 65/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 126/175 kB | 65/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 131/175 kB | 65/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 131/175 kB | 69/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 131/175 kB | 73/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 135/175 kB | 73/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 135/175 kB | 77/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 139/175 kB | 77/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 139/175 kB | 81/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 143/175 kB | 81/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 147/175 kB | 81/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 147/175 kB | 85/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 151/175 kB | 85/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 151/175 kB | 90/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 155/175 kB | 90/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 155/175 kB | 94/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 159/175 kB | 94/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 159/175 kB | 98/270 kB Progress (5): 168 kB | 91 kB | 65 kB | 163/175 kB | 98/270 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 62 kB/s) Progress (4): 168 kB | 65 kB | 167/175 kB | 98/270 kB Progress (4): 168 kB | 65 kB | 167/175 kB | 102/270 kB Progress (4): 168 kB | 65 kB | 171/175 kB | 102/270 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): 168 kB | 65 kB | 175 kB | 102/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 106/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 110/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 114/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 118/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 122/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 126/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 131/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 135/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 139/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 143/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 147/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 151/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 155/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 159/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 163/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 167/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 171/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 176/270 kB Progress (4): 168 kB | 65 kB | 175 kB | 180/270 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 120 kB/s) Progress (3): 168 kB | 65 kB | 184/270 kB Progress (4): 168 kB | 65 kB | 184/270 kB | 4.1/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): 168 kB | 65 kB | 184/270 kB | 7.7/113 kB Progress (4): 168 kB | 65 kB | 188/270 kB | 7.7/113 kB Progress (4): 168 kB | 65 kB | 188/270 kB | 12/113 kB Progress (4): 168 kB | 65 kB | 192/270 kB | 12/113 kB Progress (4): 168 kB | 65 kB | 192/270 kB | 16/113 kB Progress (4): 168 kB | 65 kB | 196/270 kB | 16/113 kB Progress (4): 168 kB | 65 kB | 196/270 kB | 20/113 kB Progress (4): 168 kB | 65 kB | 200/270 kB | 20/113 kB Progress (4): 168 kB | 65 kB | 200/270 kB | 24/113 kB Progress (4): 168 kB | 65 kB | 204/270 kB | 24/113 kB Progress (4): 168 kB | 65 kB | 204/270 kB | 28/113 kB Progress (4): 168 kB | 65 kB | 208/270 kB | 28/113 kB Progress (4): 168 kB | 65 kB | 208/270 kB | 32/113 kB Progress (4): 168 kB | 65 kB | 212/270 kB | 32/113 kB Progress (4): 168 kB | 65 kB | 212/270 kB | 36/113 kB Progress (5): 168 kB | 65 kB | 212/270 kB | 36/113 kB | 4.1/79 kB Progress (5): 168 kB | 65 kB | 217/270 kB | 36/113 kB | 4.1/79 kB Progress (5): 168 kB | 65 kB | 217/270 kB | 36/113 kB | 7.7/79 kB Progress (5): 168 kB | 65 kB | 217/270 kB | 40/113 kB | 7.7/79 kB Progress (5): 168 kB | 65 kB | 217/270 kB | 40/113 kB | 12/79 kB Progress (5): 168 kB | 65 kB | 221/270 kB | 40/113 kB | 12/79 kB Progress (5): 168 kB | 65 kB | 221/270 kB | 40/113 kB | 16/79 kB Progress (5): 168 kB | 65 kB | 221/270 kB | 45/113 kB | 16/79 kB Progress (5): 168 kB | 65 kB | 225/270 kB | 45/113 kB | 16/79 kB Progress (5): 168 kB | 65 kB | 225/270 kB | 49/113 kB | 16/79 kB Progress (5): 168 kB | 65 kB | 229/270 kB | 49/113 kB | 16/79 kB Progress (5): 168 kB | 65 kB | 229/270 kB | 49/113 kB | 20/79 kB Progress (5): 168 kB | 65 kB | 229/270 kB | 49/113 kB | 24/79 kB Progress (5): 168 kB | 65 kB | 229/270 kB | 49/113 kB | 28/79 kB Progress (5): 168 kB | 65 kB | 229/270 kB | 49/113 kB | 32/79 kB Progress (5): 168 kB | 65 kB | 229/270 kB | 53/113 kB | 32/79 kB Progress (5): 168 kB | 65 kB | 233/270 kB | 53/113 kB | 32/79 kB Progress (5): 168 kB | 65 kB | 233/270 kB | 57/113 kB | 32/79 kB Progress (5): 168 kB | 65 kB | 237/270 kB | 57/113 kB | 32/79 kB Progress (5): 168 kB | 65 kB | 237/270 kB | 61/113 kB | 32/79 kB Progress (5): 168 kB | 65 kB | 237/270 kB | 61/113 kB | 36/79 kB Progress (5): 168 kB | 65 kB | 237/270 kB | 65/113 kB | 36/79 kB Progress (5): 168 kB | 65 kB | 241/270 kB | 65/113 kB | 36/79 kB Progress (5): 168 kB | 65 kB | 241/270 kB | 65/113 kB | 40/79 kB Progress (5): 168 kB | 65 kB | 245/270 kB | 65/113 kB | 40/79 kB Progress (5): 168 kB | 65 kB | 245/270 kB | 65/113 kB | 45/79 kB Progress (5): 168 kB | 65 kB | 245/270 kB | 69/113 kB | 45/79 kB Progress (5): 168 kB | 65 kB | 245/270 kB | 69/113 kB | 49/79 kB Progress (5): 168 kB | 65 kB | 245/270 kB | 73/113 kB | 49/79 kB Progress (5): 168 kB | 65 kB | 245/270 kB | 77/113 kB | 49/79 kB Progress (5): 168 kB | 65 kB | 249/270 kB | 77/113 kB | 49/79 kB Progress (5): 168 kB | 65 kB | 249/270 kB | 81/113 kB | 49/79 kB Progress (5): 168 kB | 65 kB | 249/270 kB | 81/113 kB | 53/79 kB Progress (5): 168 kB | 65 kB | 253/270 kB | 81/113 kB | 53/79 kB Progress (5): 168 kB | 65 kB | 253/270 kB | 81/113 kB | 57/79 kB Progress (5): 168 kB | 65 kB | 258/270 kB | 81/113 kB | 57/79 kB Progress (5): 168 kB | 65 kB | 258/270 kB | 81/113 kB | 61/79 kB Progress (5): 168 kB | 65 kB | 258/270 kB | 85/113 kB | 61/79 kB Progress (5): 168 kB | 65 kB | 258/270 kB | 85/113 kB | 65/79 kB Progress (5): 168 kB | 65 kB | 262/270 kB | 85/113 kB | 65/79 kB Progress (5): 168 kB | 65 kB | 262/270 kB | 90/113 kB | 65/79 kB Progress (5): 168 kB | 65 kB | 262/270 kB | 94/113 kB | 65/79 kB Progress (5): 168 kB | 65 kB | 266/270 kB | 94/113 kB | 65/79 kB Progress (5): 168 kB | 65 kB | 266/270 kB | 94/113 kB | 69/79 kB Progress (5): 168 kB | 65 kB | 266/270 kB | 98/113 kB | 69/79 kB Progress (5): 168 kB | 65 kB | 266/270 kB | 98/113 kB | 73/79 kB Progress (5): 168 kB | 65 kB | 270 kB | 98/113 kB | 73/79 kB Progress (5): 168 kB | 65 kB | 270 kB | 98/113 kB | 77/79 kB Progress (5): 168 kB | 65 kB | 270 kB | 102/113 kB | 77/79 kB Progress (5): 168 kB | 65 kB | 270 kB | 102/113 kB | 79 kB Progress (5): 168 kB | 65 kB | 270 kB | 106/113 kB | 79 kB Progress (5): 168 kB | 65 kB | 270 kB | 110/113 kB | 79 kB Progress (5): 168 kB | 65 kB | 270 kB | 113 kB | 79 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 53 kB/s) 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 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 182 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): 168 kB | 65 kB | 113 kB | 4.1/33 kB Progress (4): 168 kB | 65 kB | 113 kB | 7.7/33 kB Progress (4): 168 kB | 65 kB | 113 kB | 12/33 kB Progress (4): 168 kB | 65 kB | 113 kB | 16/33 kB Progress (5): 168 kB | 65 kB | 113 kB | 16/33 kB | 4.1/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 16/33 kB | 7.7/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 16/33 kB | 12/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 20/33 kB | 12/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 20/33 kB | 16/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 24/33 kB | 16/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 28/33 kB | 16/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 32/33 kB | 16/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 33 kB | 16/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 33 kB | 20/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 33 kB | 24/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 33 kB | 28/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 33 kB | 32/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 33 kB | 36/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 33 kB | 40/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 33 kB | 45/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 33 kB | 49/50 kB Progress (5): 168 kB | 65 kB | 113 kB | 33 kB | 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar (33 kB at 22 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 4.1/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 7.7/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 12/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 16/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 20/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 24/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 28/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 32/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 36/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 40/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 45/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 49/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 53/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 57/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 61/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 65/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 69/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 73/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 77/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 81/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 85/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 90/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 94/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 98/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 102/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 106/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 110/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 114/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 118/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 122/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 126/128 kB Progress (5): 168 kB | 65 kB | 113 kB | 50 kB | 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 85 kB/s) 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 112 kB/s) 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 43 kB/s) 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 73 kB/s) 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 33 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.7.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.7.0/tycho-pack200-impl-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.7.0/tycho-pack200-impl-1.7.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.7.0/tycho-pack200-impl-1.7.0.pom (1.1 kB at 364 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.7.0/tycho-pack200-impl-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.7.0/tycho-pack200-impl-1.7.0.jar Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.7.0/tycho-pack200-impl-1.7.0.jar (12 kB at 194 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 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 2.3 MB/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 1.5 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 254 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 143 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 622 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 113 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 99 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 1.8 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 157 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 120 B/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 74 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 138 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 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 22 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 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 360 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 48 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 71 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 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 293 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 900 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 51 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 34 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 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 163 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 kB Progress (1): 8.2 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 43 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 kB Progress (1): 8.2 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 483 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 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 497 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 14 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 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 20 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 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 325 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 13 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Progress (1): 4.1 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 228 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 139 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 130 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 14 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 136 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 116 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.4 MB/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 57 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 102 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 223 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 195 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 809 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 729 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 579 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/43/commons-parent-43.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 70 kB Progress (1): 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.5 MB/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 75 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 751 kB/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 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 206 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 160 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 18 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 576 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 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 145 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom (16 kB at 871 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 1.0 MB/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 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 205 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 499 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 873 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 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 240 kB/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 kB Progress (1): 8.2 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 428 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB 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 2.1 MB/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 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 159 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-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-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/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/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/org/objenesis/objenesis/2.6/objenesis-2.6.jar Progress (1): 4.1/66 kB Progress (1): 7.7/66 kB Progress (1): 12/66 kB Progress (1): 16/66 kB Progress (1): 20/66 kB Progress (1): 24/66 kB Progress (1): 28/66 kB Progress (1): 32/66 kB Progress (1): 36/66 kB Progress (1): 40/66 kB Progress (1): 45/66 kB Progress (1): 49/66 kB Progress (1): 53/66 kB Progress (1): 57/66 kB Progress (1): 61/66 kB Progress (1): 65/66 kB Progress (1): 66 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.jar (66 kB at 382 kB/s) 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 Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar (5.3 kB at 29 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.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 Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar Progress (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 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 23 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-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 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 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): 36/563 kB Progress (1): 40/563 kB Progress (1): 45/563 kB Progress (1): 49/563 kB Progress (1): 53/563 kB Progress (2): 53/563 kB | 4.1/30 kB Progress (2): 57/563 kB | 4.1/30 kB Progress (2): 57/563 kB | 7.7/30 kB Progress (2): 61/563 kB | 7.7/30 kB Progress (2): 61/563 kB | 12/30 kB Progress (2): 65/563 kB | 12/30 kB Progress (2): 65/563 kB | 16/30 kB Progress (2): 65/563 kB | 20/30 kB Progress (2): 69/563 kB | 20/30 kB Progress (2): 69/563 kB | 24/30 kB Progress (2): 73/563 kB | 24/30 kB Progress (2): 73/563 kB | 28/30 kB Progress (2): 77/563 kB | 28/30 kB Progress (2): 77/563 kB | 30 kB Progress (2): 81/563 kB | 30 kB Progress (2): 85/563 kB | 30 kB Progress (2): 90/563 kB | 30 kB Progress (2): 94/563 kB | 30 kB Progress (2): 98/563 kB | 30 kB Progress (2): 102/563 kB | 30 kB Progress (2): 106/563 kB | 30 kB Progress (2): 110/563 kB | 30 kB Progress (2): 114/563 kB | 30 kB Progress (2): 118/563 kB | 30 kB Progress (2): 122/563 kB | 30 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 912 kB/s) Progress (1): 126/563 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Progress (1): 131/563 kB Progress (1): 135/563 kB Progress (1): 139/563 kB Progress (1): 143/563 kB Progress (1): 147/563 kB Progress (1): 151/563 kB Progress (1): 155/563 kB Progress (1): 159/563 kB Progress (1): 163/563 kB Progress (1): 167/563 kB Progress (1): 171/563 kB Progress (1): 176/563 kB Progress (1): 180/563 kB Progress (1): 184/563 kB Progress (1): 188/563 kB Progress (1): 192/563 kB Progress (2): 192/563 kB | 4.1/164 kB Progress (2): 196/563 kB | 4.1/164 kB Progress (2): 196/563 kB | 7.7/164 kB Progress (2): 196/563 kB | 12/164 kB Progress (2): 196/563 kB | 16/164 kB Progress (3): 196/563 kB | 16/164 kB | 4.1/47 kB Progress (3): 196/563 kB | 20/164 kB | 4.1/47 kB Progress (3): 196/563 kB | 24/164 kB | 4.1/47 kB Progress (3): 196/563 kB | 24/164 kB | 7.7/47 kB Progress (3): 196/563 kB | 28/164 kB | 7.7/47 kB Progress (3): 196/563 kB | 28/164 kB | 12/47 kB Progress (3): 196/563 kB | 32/164 kB | 12/47 kB Progress (3): 196/563 kB | 32/164 kB | 16/47 kB Progress (4): 196/563 kB | 32/164 kB | 16/47 kB | 4.1/41 kB Progress (4): 200/563 kB | 32/164 kB | 16/47 kB | 4.1/41 kB Progress (4): 200/563 kB | 32/164 kB | 16/47 kB | 7.7/41 kB Progress (4): 204/563 kB | 32/164 kB | 16/47 kB | 7.7/41 kB Progress (4): 204/563 kB | 32/164 kB | 16/47 kB | 12/41 kB Progress (4): 204/563 kB | 32/164 kB | 20/47 kB | 12/41 kB Progress (4): 204/563 kB | 32/164 kB | 20/47 kB | 16/41 kB Progress (4): 208/563 kB | 32/164 kB | 20/47 kB | 16/41 kB Progress (4): 208/563 kB | 32/164 kB | 24/47 kB | 16/41 kB Progress (4): 212/563 kB | 32/164 kB | 24/47 kB | 16/41 kB Progress (4): 212/563 kB | 36/164 kB | 24/47 kB | 16/41 kB Progress (4): 212/563 kB | 36/164 kB | 28/47 kB | 16/41 kB Progress (4): 212/563 kB | 40/164 kB | 28/47 kB | 16/41 kB Progress (4): 212/563 kB | 40/164 kB | 32/47 kB | 16/41 kB Progress (4): 212/563 kB | 45/164 kB | 32/47 kB | 16/41 kB Progress (4): 212/563 kB | 45/164 kB | 32/47 kB | 20/41 kB Progress (4): 212/563 kB | 49/164 kB | 32/47 kB | 20/41 kB Progress (4): 217/563 kB | 49/164 kB | 32/47 kB | 20/41 kB Progress (4): 217/563 kB | 49/164 kB | 32/47 kB | 24/41 kB Progress (4): 221/563 kB | 49/164 kB | 32/47 kB | 24/41 kB Progress (4): 221/563 kB | 49/164 kB | 32/47 kB | 28/41 kB Progress (4): 221/563 kB | 53/164 kB | 32/47 kB | 28/41 kB Progress (4): 225/563 kB | 53/164 kB | 32/47 kB | 28/41 kB Progress (4): 225/563 kB | 57/164 kB | 32/47 kB | 28/41 kB Progress (4): 225/563 kB | 57/164 kB | 32/47 kB | 32/41 kB Progress (4): 225/563 kB | 57/164 kB | 36/47 kB | 32/41 kB Progress (4): 225/563 kB | 61/164 kB | 36/47 kB | 32/41 kB Progress (4): 229/563 kB | 61/164 kB | 36/47 kB | 32/41 kB Progress (4): 229/563 kB | 61/164 kB | 36/47 kB | 36/41 kB Progress (4): 229/563 kB | 65/164 kB | 36/47 kB | 36/41 kB Progress (4): 229/563 kB | 65/164 kB | 40/47 kB | 36/41 kB Progress (4): 229/563 kB | 65/164 kB | 40/47 kB | 40/41 kB Progress (4): 229/563 kB | 65/164 kB | 45/47 kB | 40/41 kB Progress (4): 229/563 kB | 65/164 kB | 45/47 kB | 41 kB Progress (4): 233/563 kB | 65/164 kB | 45/47 kB | 41 kB Progress (4): 233/563 kB | 69/164 kB | 45/47 kB | 41 kB Progress (4): 233/563 kB | 69/164 kB | 47 kB | 41 kB Progress (4): 233/563 kB | 73/164 kB | 47 kB | 41 kB Progress (4): 237/563 kB | 73/164 kB | 47 kB | 41 kB Progress (4): 237/563 kB | 77/164 kB | 47 kB | 41 kB Progress (4): 241/563 kB | 77/164 kB | 47 kB | 41 kB Progress (5): 241/563 kB | 77/164 kB | 47 kB | 41 kB | 4.1/52 kB Progress (5): 241/563 kB | 81/164 kB | 47 kB | 41 kB | 4.1/52 kB Progress (5): 241/563 kB | 81/164 kB | 47 kB | 41 kB | 7.7/52 kB Progress (5): 245/563 kB | 81/164 kB | 47 kB | 41 kB | 7.7/52 kB Progress (5): 245/563 kB | 81/164 kB | 47 kB | 41 kB | 12/52 kB Progress (5): 245/563 kB | 81/164 kB | 47 kB | 41 kB | 16/52 kB Progress (5): 245/563 kB | 85/164 kB | 47 kB | 41 kB | 16/52 kB Progress (5): 245/563 kB | 90/164 kB | 47 kB | 41 kB | 16/52 kB Progress (5): 249/563 kB | 90/164 kB | 47 kB | 41 kB | 16/52 kB Progress (5): 249/563 kB | 94/164 kB | 47 kB | 41 kB | 16/52 kB Progress (5): 253/563 kB | 94/164 kB | 47 kB | 41 kB | 16/52 kB Progress (5): 253/563 kB | 94/164 kB | 47 kB | 41 kB | 20/52 kB Progress (5): 258/563 kB | 94/164 kB | 47 kB | 41 kB | 20/52 kB Progress (5): 258/563 kB | 98/164 kB | 47 kB | 41 kB | 20/52 kB Progress (5): 262/563 kB | 98/164 kB | 47 kB | 41 kB | 20/52 kB Progress (5): 262/563 kB | 98/164 kB | 47 kB | 41 kB | 24/52 kB Progress (5): 262/563 kB | 98/164 kB | 47 kB | 41 kB | 28/52 kB Progress (5): 262/563 kB | 98/164 kB | 47 kB | 41 kB | 32/52 kB Progress (5): 266/563 kB | 98/164 kB | 47 kB | 41 kB | 32/52 kB Progress (5): 266/563 kB | 102/164 kB | 47 kB | 41 kB | 32/52 kB Progress (5): 270/563 kB | 102/164 kB | 47 kB | 41 kB | 32/52 kB Progress (5): 270/563 kB | 106/164 kB | 47 kB | 41 kB | 32/52 kB Progress (5): 274/563 kB | 106/164 kB | 47 kB | 41 kB | 32/52 kB Progress (5): 274/563 kB | 106/164 kB | 47 kB | 41 kB | 36/52 kB Progress (5): 278/563 kB | 106/164 kB | 47 kB | 41 kB | 36/52 kB Progress (5): 278/563 kB | 110/164 kB | 47 kB | 41 kB | 36/52 kB Progress (5): 278/563 kB | 110/164 kB | 47 kB | 41 kB | 40/52 kB Progress (5): 278/563 kB | 114/164 kB | 47 kB | 41 kB | 40/52 kB Progress (5): 278/563 kB | 114/164 kB | 47 kB | 41 kB | 45/52 kB Progress (5): 282/563 kB | 114/164 kB | 47 kB | 41 kB | 45/52 kB Progress (5): 282/563 kB | 114/164 kB | 47 kB | 41 kB | 49/52 kB Progress (5): 286/563 kB | 114/164 kB | 47 kB | 41 kB | 49/52 kB Progress (5): 286/563 kB | 114/164 kB | 47 kB | 41 kB | 52 kB Progress (5): 290/563 kB | 114/164 kB | 47 kB | 41 kB | 52 kB Progress (5): 290/563 kB | 118/164 kB | 47 kB | 41 kB | 52 kB Progress (5): 294/563 kB | 118/164 kB | 47 kB | 41 kB | 52 kB Progress (5): 294/563 kB | 122/164 kB | 47 kB | 41 kB | 52 kB Progress (5): 294/563 kB | 126/164 kB | 47 kB | 41 kB | 52 kB Progress (5): 294/563 kB | 131/164 kB | 47 kB | 41 kB | 52 kB Progress (5): 298/563 kB | 131/164 kB | 47 kB | 41 kB | 52 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 812 kB/s) 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 916 kB/s) Progress (3): 303/563 kB | 131/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): 303/563 kB | 135/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 Progress (3): 303/563 kB | 139/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 984 kB/s) Progress (2): 307/563 kB | 139/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): 307/563 kB | 143/164 kB Progress (2): 311/563 kB | 143/164 kB Progress (2): 311/563 kB | 147/164 kB Progress (2): 315/563 kB | 147/164 kB Progress (2): 315/563 kB | 151/164 kB Progress (2): 319/563 kB | 151/164 kB Progress (2): 319/563 kB | 155/164 kB Progress (2): 323/563 kB | 155/164 kB Progress (2): 323/563 kB | 159/164 kB Progress (2): 327/563 kB | 159/164 kB Progress (2): 327/563 kB | 163/164 kB Progress (2): 327/563 kB | 164 kB Progress (3): 327/563 kB | 164 kB | 4.1/60 kB Progress (3): 331/563 kB | 164 kB | 4.1/60 kB Progress (3): 331/563 kB | 164 kB | 7.7/60 kB Progress (3): 335/563 kB | 164 kB | 7.7/60 kB Progress (3): 335/563 kB | 164 kB | 12/60 kB Progress (3): 339/563 kB | 164 kB | 12/60 kB Progress (3): 339/563 kB | 164 kB | 16/60 kB Progress (3): 344/563 kB | 164 kB | 16/60 kB Progress (4): 344/563 kB | 164 kB | 16/60 kB | 4.1/159 kB Progress (4): 344/563 kB | 164 kB | 16/60 kB | 7.7/159 kB Progress (4): 348/563 kB | 164 kB | 16/60 kB | 7.7/159 kB Progress (4): 348/563 kB | 164 kB | 16/60 kB | 12/159 kB Progress (4): 352/563 kB | 164 kB | 16/60 kB | 12/159 kB Progress (4): 352/563 kB | 164 kB | 16/60 kB | 16/159 kB Progress (4): 356/563 kB | 164 kB | 16/60 kB | 16/159 kB Progress (5): 356/563 kB | 164 kB | 16/60 kB | 16/159 kB | 4.1/18 kB Progress (5): 360/563 kB | 164 kB | 16/60 kB | 16/159 kB | 4.1/18 kB Progress (5): 360/563 kB | 164 kB | 16/60 kB | 16/159 kB | 7.7/18 kB Progress (5): 360/563 kB | 164 kB | 20/60 kB | 16/159 kB | 7.7/18 kB Progress (5): 360/563 kB | 164 kB | 20/60 kB | 16/159 kB | 12/18 kB Progress (5): 360/563 kB | 164 kB | 24/60 kB | 16/159 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 2.8 MB/s) Progress (4): 360/563 kB | 24/60 kB | 16/159 kB | 16/18 kB Progress (4): 360/563 kB | 24/60 kB | 20/159 kB | 16/18 kB Progress (4): 364/563 kB | 24/60 kB | 20/159 kB | 16/18 kB Progress (4): 364/563 kB | 24/60 kB | 24/159 kB | 16/18 kB Progress (4): 364/563 kB | 24/60 kB | 24/159 kB | 18 kB 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): 364/563 kB | 28/60 kB | 24/159 kB | 18 kB Progress (4): 364/563 kB | 28/60 kB | 28/159 kB | 18 kB Progress (4): 368/563 kB | 28/60 kB | 28/159 kB | 18 kB Progress (4): 368/563 kB | 28/60 kB | 32/159 kB | 18 kB Progress (4): 368/563 kB | 32/60 kB | 32/159 kB | 18 kB Progress (4): 372/563 kB | 32/60 kB | 32/159 kB | 18 kB Progress (4): 376/563 kB | 32/60 kB | 32/159 kB | 18 kB Progress (4): 376/563 kB | 32/60 kB | 36/159 kB | 18 kB Progress (4): 376/563 kB | 32/60 kB | 40/159 kB | 18 kB Progress (4): 376/563 kB | 36/60 kB | 40/159 kB | 18 kB Progress (4): 376/563 kB | 36/60 kB | 45/159 kB | 18 kB Progress (4): 376/563 kB | 40/60 kB | 45/159 kB | 18 kB Progress (4): 380/563 kB | 40/60 kB | 45/159 kB | 18 kB Progress (4): 380/563 kB | 45/60 kB | 45/159 kB | 18 kB Progress (4): 380/563 kB | 45/60 kB | 49/159 kB | 18 kB Progress (4): 380/563 kB | 49/60 kB | 49/159 kB | 18 kB Progress (4): 384/563 kB | 49/60 kB | 49/159 kB | 18 kB Progress (4): 389/563 kB | 49/60 kB | 49/159 kB | 18 kB Progress (4): 393/563 kB | 49/60 kB | 49/159 kB | 18 kB Progress (4): 393/563 kB | 53/60 kB | 49/159 kB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 281 kB/s) Progress (3): 393/563 kB | 53/60 kB | 53/159 kB Progress (3): 397/563 kB | 53/60 kB | 53/159 kB Progress (3): 397/563 kB | 57/60 kB | 53/159 kB Progress (3): 401/563 kB | 57/60 kB | 53/159 kB Progress (3): 401/563 kB | 57/60 kB | 57/159 kB 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 (3): 401/563 kB | 57/60 kB | 61/159 kB Progress (3): 405/563 kB | 57/60 kB | 61/159 kB Progress (3): 405/563 kB | 60 kB | 61/159 kB Progress (3): 409/563 kB | 60 kB | 61/159 kB Progress (3): 409/563 kB | 60 kB | 65/159 kB Progress (3): 413/563 kB | 60 kB | 65/159 kB Progress (3): 417/563 kB | 60 kB | 65/159 kB Progress (3): 417/563 kB | 60 kB | 69/159 kB Progress (3): 421/563 kB | 60 kB | 69/159 kB Progress (3): 421/563 kB | 60 kB | 73/159 kB Progress (4): 421/563 kB | 60 kB | 73/159 kB | 4.1/145 kB Progress (4): 425/563 kB | 60 kB | 73/159 kB | 4.1/145 kB Progress (4): 425/563 kB | 60 kB | 73/159 kB | 7.7/145 kB Progress (4): 425/563 kB | 60 kB | 77/159 kB | 7.7/145 kB Progress (4): 425/563 kB | 60 kB | 77/159 kB | 12/145 kB Progress (4): 430/563 kB | 60 kB | 77/159 kB | 12/145 kB Progress (4): 430/563 kB | 60 kB | 81/159 kB | 12/145 kB Progress (4): 434/563 kB | 60 kB | 81/159 kB | 12/145 kB Progress (4): 434/563 kB | 60 kB | 81/159 kB | 16/145 kB Progress (4): 438/563 kB | 60 kB | 81/159 kB | 16/145 kB Progress (4): 442/563 kB | 60 kB | 81/159 kB | 16/145 kB Progress (4): 446/563 kB | 60 kB | 81/159 kB | 16/145 kB Progress (4): 446/563 kB | 60 kB | 81/159 kB | 20/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 883 kB/s) Progress (3): 450/563 kB | 81/159 kB | 20/145 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): 450/563 kB | 81/159 kB | 20/145 kB | 4.1/134 kB Progress (4): 450/563 kB | 81/159 kB | 24/145 kB | 4.1/134 kB Progress (4): 450/563 kB | 85/159 kB | 24/145 kB | 4.1/134 kB Progress (4): 450/563 kB | 85/159 kB | 28/145 kB | 4.1/134 kB Progress (4): 450/563 kB | 85/159 kB | 28/145 kB | 7.7/134 kB Progress (4): 454/563 kB | 85/159 kB | 28/145 kB | 7.7/134 kB Progress (4): 454/563 kB | 85/159 kB | 28/145 kB | 12/134 kB Progress (4): 454/563 kB | 85/159 kB | 32/145 kB | 12/134 kB Progress (4): 454/563 kB | 90/159 kB | 32/145 kB | 12/134 kB Progress (4): 454/563 kB | 90/159 kB | 32/145 kB | 16/134 kB Progress (4): 458/563 kB | 90/159 kB | 32/145 kB | 16/134 kB Progress (4): 458/563 kB | 94/159 kB | 32/145 kB | 16/134 kB Progress (4): 458/563 kB | 98/159 kB | 32/145 kB | 16/134 kB Progress (4): 458/563 kB | 98/159 kB | 32/145 kB | 20/134 kB Progress (4): 462/563 kB | 98/159 kB | 32/145 kB | 20/134 kB Progress (4): 462/563 kB | 98/159 kB | 36/145 kB | 20/134 kB Progress (4): 462/563 kB | 98/159 kB | 36/145 kB | 24/134 kB Progress (4): 462/563 kB | 98/159 kB | 40/145 kB | 24/134 kB Progress (4): 462/563 kB | 102/159 kB | 40/145 kB | 24/134 kB Progress (4): 466/563 kB | 102/159 kB | 40/145 kB | 24/134 kB Progress (4): 466/563 kB | 106/159 kB | 40/145 kB | 24/134 kB Progress (4): 466/563 kB | 106/159 kB | 45/145 kB | 24/134 kB Progress (4): 466/563 kB | 106/159 kB | 45/145 kB | 28/134 kB Progress (4): 466/563 kB | 106/159 kB | 49/145 kB | 28/134 kB Progress (4): 466/563 kB | 110/159 kB | 49/145 kB | 28/134 kB Progress (4): 471/563 kB | 110/159 kB | 49/145 kB | 28/134 kB Progress (4): 471/563 kB | 114/159 kB | 49/145 kB | 28/134 kB Progress (5): 471/563 kB | 114/159 kB | 49/145 kB | 28/134 kB | 4.1/134 kB Progress (5): 471/563 kB | 114/159 kB | 49/145 kB | 32/134 kB | 4.1/134 kB Progress (5): 471/563 kB | 114/159 kB | 49/145 kB | 32/134 kB | 7.7/134 kB Progress (5): 475/563 kB | 114/159 kB | 49/145 kB | 32/134 kB | 7.7/134 kB Progress (5): 475/563 kB | 114/159 kB | 49/145 kB | 32/134 kB | 12/134 kB Progress (5): 475/563 kB | 114/159 kB | 53/145 kB | 32/134 kB | 12/134 kB Progress (5): 475/563 kB | 114/159 kB | 53/145 kB | 36/134 kB | 12/134 kB Progress (5): 475/563 kB | 114/159 kB | 53/145 kB | 36/134 kB | 16/134 kB Progress (5): 475/563 kB | 114/159 kB | 53/145 kB | 40/134 kB | 16/134 kB Progress (5): 479/563 kB | 114/159 kB | 53/145 kB | 40/134 kB | 16/134 kB Progress (5): 479/563 kB | 114/159 kB | 57/145 kB | 40/134 kB | 16/134 kB Progress (5): 479/563 kB | 114/159 kB | 57/145 kB | 40/134 kB | 20/134 kB Progress (5): 483/563 kB | 114/159 kB | 57/145 kB | 40/134 kB | 20/134 kB Progress (5): 483/563 kB | 114/159 kB | 57/145 kB | 45/134 kB | 20/134 kB Progress (5): 483/563 kB | 118/159 kB | 57/145 kB | 45/134 kB | 20/134 kB Progress (5): 483/563 kB | 118/159 kB | 57/145 kB | 49/134 kB | 20/134 kB Progress (5): 487/563 kB | 118/159 kB | 57/145 kB | 49/134 kB | 20/134 kB Progress (5): 487/563 kB | 118/159 kB | 57/145 kB | 49/134 kB | 24/134 kB Progress (5): 487/563 kB | 118/159 kB | 61/145 kB | 49/134 kB | 24/134 kB Progress (5): 487/563 kB | 118/159 kB | 61/145 kB | 49/134 kB | 28/134 kB Progress (5): 491/563 kB | 118/159 kB | 61/145 kB | 49/134 kB | 28/134 kB Progress (5): 491/563 kB | 122/159 kB | 61/145 kB | 49/134 kB | 28/134 kB Progress (5): 491/563 kB | 122/159 kB | 61/145 kB | 49/134 kB | 32/134 kB Progress (5): 491/563 kB | 122/159 kB | 65/145 kB | 49/134 kB | 32/134 kB Progress (5): 491/563 kB | 122/159 kB | 65/145 kB | 53/134 kB | 32/134 kB Progress (5): 495/563 kB | 122/159 kB | 65/145 kB | 53/134 kB | 32/134 kB Progress (5): 495/563 kB | 126/159 kB | 65/145 kB | 53/134 kB | 32/134 kB Progress (5): 499/563 kB | 126/159 kB | 65/145 kB | 53/134 kB | 32/134 kB Progress (5): 499/563 kB | 126/159 kB | 65/145 kB | 57/134 kB | 32/134 kB Progress (5): 499/563 kB | 126/159 kB | 69/145 kB | 57/134 kB | 32/134 kB Progress (5): 503/563 kB | 126/159 kB | 69/145 kB | 57/134 kB | 32/134 kB Progress (5): 503/563 kB | 126/159 kB | 69/145 kB | 57/134 kB | 36/134 kB Progress (5): 503/563 kB | 131/159 kB | 69/145 kB | 57/134 kB | 36/134 kB Progress (5): 503/563 kB | 131/159 kB | 69/145 kB | 57/134 kB | 40/134 kB Progress (5): 507/563 kB | 131/159 kB | 69/145 kB | 57/134 kB | 40/134 kB Progress (5): 507/563 kB | 131/159 kB | 73/145 kB | 57/134 kB | 40/134 kB Progress (5): 507/563 kB | 131/159 kB | 73/145 kB | 61/134 kB | 40/134 kB Progress (5): 507/563 kB | 131/159 kB | 77/145 kB | 61/134 kB | 40/134 kB Progress (5): 507/563 kB | 135/159 kB | 77/145 kB | 61/134 kB | 40/134 kB Progress (5): 507/563 kB | 135/159 kB | 77/145 kB | 61/134 kB | 45/134 kB Progress (5): 507/563 kB | 139/159 kB | 77/145 kB | 61/134 kB | 45/134 kB Progress (5): 507/563 kB | 139/159 kB | 81/145 kB | 61/134 kB | 45/134 kB Progress (5): 511/563 kB | 139/159 kB | 81/145 kB | 61/134 kB | 45/134 kB Progress (5): 511/563 kB | 139/159 kB | 81/145 kB | 65/134 kB | 45/134 kB Progress (5): 516/563 kB | 139/159 kB | 81/145 kB | 65/134 kB | 45/134 kB Progress (5): 516/563 kB | 143/159 kB | 81/145 kB | 65/134 kB | 45/134 kB Progress (5): 516/563 kB | 143/159 kB | 81/145 kB | 65/134 kB | 49/134 kB Progress (5): 516/563 kB | 147/159 kB | 81/145 kB | 65/134 kB | 49/134 kB Progress (5): 520/563 kB | 147/159 kB | 81/145 kB | 65/134 kB | 49/134 kB Progress (5): 520/563 kB | 147/159 kB | 81/145 kB | 69/134 kB | 49/134 kB Progress (5): 520/563 kB | 147/159 kB | 85/145 kB | 69/134 kB | 49/134 kB Progress (5): 520/563 kB | 151/159 kB | 85/145 kB | 69/134 kB | 49/134 kB Progress (5): 520/563 kB | 151/159 kB | 85/145 kB | 73/134 kB | 49/134 kB Progress (5): 520/563 kB | 151/159 kB | 85/145 kB | 73/134 kB | 53/134 kB Progress (5): 524/563 kB | 151/159 kB | 85/145 kB | 73/134 kB | 53/134 kB Progress (5): 524/563 kB | 151/159 kB | 85/145 kB | 73/134 kB | 57/134 kB Progress (5): 524/563 kB | 151/159 kB | 85/145 kB | 77/134 kB | 57/134 kB Progress (5): 524/563 kB | 155/159 kB | 85/145 kB | 77/134 kB | 57/134 kB Progress (5): 524/563 kB | 155/159 kB | 90/145 kB | 77/134 kB | 57/134 kB Progress (5): 524/563 kB | 159/159 kB | 90/145 kB | 77/134 kB | 57/134 kB Progress (5): 528/563 kB | 159/159 kB | 90/145 kB | 77/134 kB | 57/134 kB Progress (5): 528/563 kB | 159/159 kB | 90/145 kB | 81/134 kB | 57/134 kB Progress (5): 528/563 kB | 159/159 kB | 90/145 kB | 81/134 kB | 61/134 kB Progress (5): 532/563 kB | 159/159 kB | 90/145 kB | 81/134 kB | 61/134 kB Progress (5): 532/563 kB | 159 kB | 90/145 kB | 81/134 kB | 61/134 kB Progress (5): 532/563 kB | 159 kB | 94/145 kB | 81/134 kB | 61/134 kB Progress (5): 532/563 kB | 159 kB | 94/145 kB | 85/134 kB | 61/134 kB Progress (5): 536/563 kB | 159 kB | 94/145 kB | 85/134 kB | 61/134 kB Progress (5): 536/563 kB | 159 kB | 94/145 kB | 85/134 kB | 65/134 kB Progress (5): 540/563 kB | 159 kB | 94/145 kB | 85/134 kB | 65/134 kB Progress (5): 540/563 kB | 159 kB | 94/145 kB | 90/134 kB | 65/134 kB Progress (5): 540/563 kB | 159 kB | 98/145 kB | 90/134 kB | 65/134 kB Progress (5): 540/563 kB | 159 kB | 98/145 kB | 94/134 kB | 65/134 kB Progress (5): 544/563 kB | 159 kB | 98/145 kB | 94/134 kB | 65/134 kB Progress (5): 544/563 kB | 159 kB | 98/145 kB | 94/134 kB | 69/134 kB Progress (5): 548/563 kB | 159 kB | 98/145 kB | 94/134 kB | 69/134 kB Progress (5): 548/563 kB | 159 kB | 102/145 kB | 94/134 kB | 69/134 kB Progress (5): 548/563 kB | 159 kB | 102/145 kB | 98/134 kB | 69/134 kB Progress (5): 548/563 kB | 159 kB | 106/145 kB | 98/134 kB | 69/134 kB Progress (5): 552/563 kB | 159 kB | 106/145 kB | 98/134 kB | 69/134 kB Progress (5): 552/563 kB | 159 kB | 106/145 kB | 98/134 kB | 73/134 kB Progress (5): 552/563 kB | 159 kB | 106/145 kB | 102/134 kB | 73/134 kB Progress (5): 557/563 kB | 159 kB | 106/145 kB | 102/134 kB | 73/134 kB Progress (5): 557/563 kB | 159 kB | 110/145 kB | 102/134 kB | 73/134 kB Progress (5): 557/563 kB | 159 kB | 110/145 kB | 106/134 kB | 73/134 kB Progress (5): 557/563 kB | 159 kB | 110/145 kB | 106/134 kB | 77/134 kB Progress (5): 557/563 kB | 159 kB | 110/145 kB | 110/134 kB | 77/134 kB Progress (5): 557/563 kB | 159 kB | 114/145 kB | 110/134 kB | 77/134 kB Progress (5): 561/563 kB | 159 kB | 114/145 kB | 110/134 kB | 77/134 kB Progress (5): 561/563 kB | 159 kB | 114/145 kB | 114/134 kB | 77/134 kB Progress (5): 561/563 kB | 159 kB | 114/145 kB | 114/134 kB | 81/134 kB Progress (5): 563 kB | 159 kB | 114/145 kB | 114/134 kB | 81/134 kB Progress (5): 563 kB | 159 kB | 114/145 kB | 114/134 kB | 85/134 kB Progress (5): 563 kB | 159 kB | 114/145 kB | 118/134 kB | 85/134 kB Progress (5): 563 kB | 159 kB | 118/145 kB | 118/134 kB | 85/134 kB Progress (5): 563 kB | 159 kB | 118/145 kB | 122/134 kB | 85/134 kB Progress (5): 563 kB | 159 kB | 118/145 kB | 122/134 kB | 90/134 kB Progress (5): 563 kB | 159 kB | 118/145 kB | 126/134 kB | 90/134 kB Progress (5): 563 kB | 159 kB | 122/145 kB | 126/134 kB | 90/134 kB Progress (5): 563 kB | 159 kB | 122/145 kB | 131/134 kB | 90/134 kB Progress (5): 563 kB | 159 kB | 122/145 kB | 131/134 kB | 94/134 kB Progress (5): 563 kB | 159 kB | 122/145 kB | 134 kB | 94/134 kB Progress (5): 563 kB | 159 kB | 126/145 kB | 134 kB | 94/134 kB Progress (5): 563 kB | 159 kB | 126/145 kB | 134 kB | 98/134 kB Progress (5): 563 kB | 159 kB | 131/145 kB | 134 kB | 98/134 kB Progress (5): 563 kB | 159 kB | 131/145 kB | 134 kB | 102/134 kB Progress (5): 563 kB | 159 kB | 131/145 kB | 134 kB | 106/134 kB Progress (5): 563 kB | 159 kB | 131/145 kB | 134 kB | 110/134 kB Progress (5): 563 kB | 159 kB | 135/145 kB | 134 kB | 110/134 kB Progress (5): 563 kB | 159 kB | 135/145 kB | 134 kB | 114/134 kB Progress (5): 563 kB | 159 kB | 139/145 kB | 134 kB | 114/134 kB Progress (5): 563 kB | 159 kB | 143/145 kB | 134 kB | 114/134 kB Progress (5): 563 kB | 159 kB | 145 kB | 134 kB | 114/134 kB Progress (5): 563 kB | 159 kB | 145 kB | 134 kB | 118/134 kB Progress (5): 563 kB | 159 kB | 145 kB | 134 kB | 122/134 kB Progress (5): 563 kB | 159 kB | 145 kB | 134 kB | 126/134 kB Progress (5): 563 kB | 159 kB | 145 kB | 134 kB | 131/134 kB Progress (5): 563 kB | 159 kB | 145 kB | 134 kB | 134 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 1.4 MB/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 5.9 MB/s) 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 616 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 555 kB/s) Progress (2): 134 kB | 4.1/45 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 510 kB/s) Progress (2): 4.1/45 kB | 4.1/202 kB Progress (2): 7.7/45 kB | 4.1/202 kB Progress (2): 7.7/45 kB | 7.7/202 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (2): 7.7/45 kB | 12/202 kB Progress (2): 12/45 kB | 12/202 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 (3): 12/45 kB | 12/202 kB | 4.1/5.8 kB Progress (3): 16/45 kB | 12/202 kB | 4.1/5.8 kB Progress (3): 16/45 kB | 16/202 kB | 4.1/5.8 kB Progress (3): 16/45 kB | 16/202 kB | 5.8 kB Progress (3): 20/45 kB | 16/202 kB | 5.8 kB Progress (3): 24/45 kB | 16/202 kB | 5.8 kB Progress (3): 24/45 kB | 20/202 kB | 5.8 kB Progress (3): 28/45 kB | 20/202 kB | 5.8 kB Progress (3): 28/45 kB | 24/202 kB | 5.8 kB Progress (3): 32/45 kB | 24/202 kB | 5.8 kB Progress (3): 32/45 kB | 28/202 kB | 5.8 kB Progress (3): 32/45 kB | 32/202 kB | 5.8 kB Progress (3): 36/45 kB | 32/202 kB | 5.8 kB Progress (3): 40/45 kB | 32/202 kB | 5.8 kB Progress (3): 45/45 kB | 32/202 kB | 5.8 kB Progress (3): 45/45 kB | 36/202 kB | 5.8 kB Progress (4): 45/45 kB | 36/202 kB | 5.8 kB | 2.5 kB Progress (4): 45 kB | 36/202 kB | 5.8 kB | 2.5 kB Progress (4): 45 kB | 40/202 kB | 5.8 kB | 2.5 kB Progress (4): 45 kB | 45/202 kB | 5.8 kB | 2.5 kB Progress (4): 45 kB | 49/202 kB | 5.8 kB | 2.5 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 22 kB/s) Progress (3): 45 kB | 53/202 kB | 2.5 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): 45 kB | 57/202 kB | 2.5 kB Progress (4): 45 kB | 57/202 kB | 2.5 kB | 4.1/357 kB Progress (4): 45 kB | 61/202 kB | 2.5 kB | 4.1/357 kB Progress (4): 45 kB | 61/202 kB | 2.5 kB | 7.7/357 kB Progress (4): 45 kB | 65/202 kB | 2.5 kB | 7.7/357 kB Progress (4): 45 kB | 65/202 kB | 2.5 kB | 12/357 kB Progress (4): 45 kB | 65/202 kB | 2.5 kB | 16/357 kB Progress (4): 45 kB | 69/202 kB | 2.5 kB | 16/357 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 9.3 kB/s) Progress (3): 45 kB | 69/202 kB | 20/357 kB Progress (3): 45 kB | 73/202 kB | 20/357 kB Progress (3): 45 kB | 73/202 kB | 24/357 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 (3): 45 kB | 73/202 kB | 28/357 kB Progress (3): 45 kB | 77/202 kB | 28/357 kB Progress (3): 45 kB | 77/202 kB | 32/357 kB Progress (3): 45 kB | 81/202 kB | 32/357 kB Progress (4): 45 kB | 81/202 kB | 32/357 kB | 4.1/4.5 kB Progress (4): 45 kB | 81/202 kB | 32/357 kB | 4.5 kB Progress (4): 45 kB | 81/202 kB | 36/357 kB | 4.5 kB Progress (4): 45 kB | 85/202 kB | 36/357 kB | 4.5 kB Progress (4): 45 kB | 85/202 kB | 40/357 kB | 4.5 kB Progress (4): 45 kB | 90/202 kB | 40/357 kB | 4.5 kB Progress (4): 45 kB | 90/202 kB | 45/357 kB | 4.5 kB Progress (4): 45 kB | 94/202 kB | 45/357 kB | 4.5 kB Progress (4): 45 kB | 94/202 kB | 49/357 kB | 4.5 kB Progress (4): 45 kB | 98/202 kB | 49/357 kB | 4.5 kB Progress (4): 45 kB | 98/202 kB | 53/357 kB | 4.5 kB Progress (4): 45 kB | 102/202 kB | 53/357 kB | 4.5 kB Progress (4): 45 kB | 102/202 kB | 57/357 kB | 4.5 kB Progress (4): 45 kB | 106/202 kB | 57/357 kB | 4.5 kB Progress (4): 45 kB | 106/202 kB | 61/357 kB | 4.5 kB Progress (4): 45 kB | 110/202 kB | 61/357 kB | 4.5 kB Progress (4): 45 kB | 110/202 kB | 65/357 kB | 4.5 kB Progress (4): 45 kB | 114/202 kB | 65/357 kB | 4.5 kB Progress (4): 45 kB | 114/202 kB | 69/357 kB | 4.5 kB Progress (4): 45 kB | 114/202 kB | 73/357 kB | 4.5 kB Progress (5): 45 kB | 114/202 kB | 73/357 kB | 4.5 kB | 4.1/202 kB Progress (5): 45 kB | 118/202 kB | 73/357 kB | 4.5 kB | 4.1/202 kB Progress (5): 45 kB | 118/202 kB | 73/357 kB | 4.5 kB | 7.7/202 kB Progress (5): 45 kB | 118/202 kB | 77/357 kB | 4.5 kB | 7.7/202 kB Progress (5): 45 kB | 118/202 kB | 77/357 kB | 4.5 kB | 12/202 kB Progress (5): 45 kB | 122/202 kB | 77/357 kB | 4.5 kB | 12/202 kB Progress (5): 45 kB | 122/202 kB | 77/357 kB | 4.5 kB | 16/202 kB Progress (5): 45 kB | 122/202 kB | 81/357 kB | 4.5 kB | 16/202 kB Progress (5): 45 kB | 126/202 kB | 81/357 kB | 4.5 kB | 16/202 kB Progress (5): 45 kB | 131/202 kB | 81/357 kB | 4.5 kB | 16/202 kB Progress (5): 45 kB | 131/202 kB | 81/357 kB | 4.5 kB | 20/202 kB Progress (5): 45 kB | 131/202 kB | 85/357 kB | 4.5 kB | 20/202 kB Progress (5): 45 kB | 131/202 kB | 85/357 kB | 4.5 kB | 24/202 kB Progress (5): 45 kB | 131/202 kB | 90/357 kB | 4.5 kB | 24/202 kB Progress (5): 45 kB | 131/202 kB | 90/357 kB | 4.5 kB | 28/202 kB Progress (5): 45 kB | 135/202 kB | 90/357 kB | 4.5 kB | 28/202 kB Progress (5): 45 kB | 135/202 kB | 90/357 kB | 4.5 kB | 32/202 kB Progress (5): 45 kB | 135/202 kB | 94/357 kB | 4.5 kB | 32/202 kB Progress (5): 45 kB | 139/202 kB | 94/357 kB | 4.5 kB | 32/202 kB Progress (5): 45 kB | 139/202 kB | 98/357 kB | 4.5 kB | 32/202 kB Progress (5): 45 kB | 143/202 kB | 98/357 kB | 4.5 kB | 32/202 kB Progress (5): 45 kB | 143/202 kB | 98/357 kB | 4.5 kB | 36/202 kB Progress (5): 45 kB | 147/202 kB | 98/357 kB | 4.5 kB | 36/202 kB Progress (5): 45 kB | 147/202 kB | 98/357 kB | 4.5 kB | 40/202 kB Progress (5): 45 kB | 147/202 kB | 102/357 kB | 4.5 kB | 40/202 kB Progress (5): 45 kB | 147/202 kB | 102/357 kB | 4.5 kB | 45/202 kB Progress (5): 45 kB | 147/202 kB | 106/357 kB | 4.5 kB | 45/202 kB Progress (5): 45 kB | 151/202 kB | 106/357 kB | 4.5 kB | 45/202 kB Progress (5): 45 kB | 151/202 kB | 106/357 kB | 4.5 kB | 49/202 kB Progress (5): 45 kB | 155/202 kB | 106/357 kB | 4.5 kB | 49/202 kB Progress (5): 45 kB | 155/202 kB | 110/357 kB | 4.5 kB | 49/202 kB Progress (5): 45 kB | 159/202 kB | 110/357 kB | 4.5 kB | 49/202 kB Progress (5): 45 kB | 159/202 kB | 114/357 kB | 4.5 kB | 49/202 kB Progress (5): 45 kB | 159/202 kB | 114/357 kB | 4.5 kB | 53/202 kB Progress (5): 45 kB | 163/202 kB | 114/357 kB | 4.5 kB | 53/202 kB Progress (5): 45 kB | 163/202 kB | 114/357 kB | 4.5 kB | 57/202 kB Progress (5): 45 kB | 163/202 kB | 114/357 kB | 4.5 kB | 61/202 kB Progress (5): 45 kB | 163/202 kB | 114/357 kB | 4.5 kB | 65/202 kB Progress (5): 45 kB | 163/202 kB | 118/357 kB | 4.5 kB | 65/202 kB Progress (5): 45 kB | 167/202 kB | 118/357 kB | 4.5 kB | 65/202 kB Progress (5): 45 kB | 167/202 kB | 122/357 kB | 4.5 kB | 65/202 kB Progress (5): 45 kB | 167/202 kB | 122/357 kB | 4.5 kB | 69/202 kB Progress (5): 45 kB | 171/202 kB | 122/357 kB | 4.5 kB | 69/202 kB Progress (5): 45 kB | 171/202 kB | 122/357 kB | 4.5 kB | 73/202 kB Progress (5): 45 kB | 171/202 kB | 126/357 kB | 4.5 kB | 73/202 kB Progress (5): 45 kB | 171/202 kB | 126/357 kB | 4.5 kB | 77/202 kB Progress (5): 45 kB | 176/202 kB | 126/357 kB | 4.5 kB | 77/202 kB Progress (5): 45 kB | 176/202 kB | 126/357 kB | 4.5 kB | 81/202 kB Progress (5): 45 kB | 176/202 kB | 131/357 kB | 4.5 kB | 81/202 kB Progress (5): 45 kB | 180/202 kB | 131/357 kB | 4.5 kB | 81/202 kB Progress (5): 45 kB | 180/202 kB | 131/357 kB | 4.5 kB | 85/202 kB Progress (5): 45 kB | 180/202 kB | 131/357 kB | 4.5 kB | 90/202 kB Progress (5): 45 kB | 180/202 kB | 135/357 kB | 4.5 kB | 90/202 kB Progress (5): 45 kB | 184/202 kB | 135/357 kB | 4.5 kB | 90/202 kB Progress (5): 45 kB | 184/202 kB | 139/357 kB | 4.5 kB | 90/202 kB Progress (5): 45 kB | 184/202 kB | 139/357 kB | 4.5 kB | 94/202 kB Progress (5): 45 kB | 184/202 kB | 143/357 kB | 4.5 kB | 94/202 kB Progress (5): 45 kB | 188/202 kB | 143/357 kB | 4.5 kB | 94/202 kB Progress (5): 45 kB | 188/202 kB | 147/357 kB | 4.5 kB | 94/202 kB Progress (5): 45 kB | 188/202 kB | 147/357 kB | 4.5 kB | 98/202 kB Progress (5): 45 kB | 192/202 kB | 147/357 kB | 4.5 kB | 98/202 kB Progress (5): 45 kB | 196/202 kB | 147/357 kB | 4.5 kB | 98/202 kB Progress (5): 45 kB | 196/202 kB | 147/357 kB | 4.5 kB | 102/202 kB Progress (5): 45 kB | 196/202 kB | 151/357 kB | 4.5 kB | 102/202 kB Progress (5): 45 kB | 200/202 kB | 151/357 kB | 4.5 kB | 102/202 kB Progress (5): 45 kB | 200/202 kB | 155/357 kB | 4.5 kB | 102/202 kB Progress (5): 45 kB | 200/202 kB | 155/357 kB | 4.5 kB | 106/202 kB Progress (5): 45 kB | 200/202 kB | 159/357 kB | 4.5 kB | 106/202 kB Progress (5): 45 kB | 202 kB | 159/357 kB | 4.5 kB | 106/202 kB Progress (5): 45 kB | 202 kB | 163/357 kB | 4.5 kB | 106/202 kB Progress (5): 45 kB | 202 kB | 163/357 kB | 4.5 kB | 110/202 kB Progress (5): 45 kB | 202 kB | 163/357 kB | 4.5 kB | 114/202 kB Progress (5): 45 kB | 202 kB | 167/357 kB | 4.5 kB | 114/202 kB Progress (5): 45 kB | 202 kB | 167/357 kB | 4.5 kB | 118/202 kB Progress (5): 45 kB | 202 kB | 171/357 kB | 4.5 kB | 118/202 kB Progress (5): 45 kB | 202 kB | 171/357 kB | 4.5 kB | 122/202 kB Progress (5): 45 kB | 202 kB | 176/357 kB | 4.5 kB | 122/202 kB Progress (5): 45 kB | 202 kB | 176/357 kB | 4.5 kB | 126/202 kB Progress (5): 45 kB | 202 kB | 180/357 kB | 4.5 kB | 126/202 kB Progress (5): 45 kB | 202 kB | 180/357 kB | 4.5 kB | 131/202 kB Progress (5): 45 kB | 202 kB | 180/357 kB | 4.5 kB | 135/202 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 707 kB/s) Progress (4): 45 kB | 184/357 kB | 4.5 kB | 135/202 kB Progress (4): 45 kB | 184/357 kB | 4.5 kB | 139/202 kB Progress (4): 45 kB | 188/357 kB | 4.5 kB | 139/202 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar Progress (4): 45 kB | 192/357 kB | 4.5 kB | 139/202 kB Progress (4): 45 kB | 192/357 kB | 4.5 kB | 143/202 kB Progress (4): 45 kB | 196/357 kB | 4.5 kB | 143/202 kB Progress (4): 45 kB | 196/357 kB | 4.5 kB | 147/202 kB Progress (4): 45 kB | 196/357 kB | 4.5 kB | 151/202 kB Progress (4): 45 kB | 196/357 kB | 4.5 kB | 155/202 kB Progress (4): 45 kB | 200/357 kB | 4.5 kB | 155/202 kB Progress (4): 45 kB | 200/357 kB | 4.5 kB | 159/202 kB Progress (4): 45 kB | 204/357 kB | 4.5 kB | 159/202 kB Progress (4): 45 kB | 204/357 kB | 4.5 kB | 163/202 kB Progress (4): 45 kB | 208/357 kB | 4.5 kB | 163/202 kB Progress (4): 45 kB | 212/357 kB | 4.5 kB | 163/202 kB Progress (4): 45 kB | 212/357 kB | 4.5 kB | 167/202 kB Progress (4): 45 kB | 212/357 kB | 4.5 kB | 171/202 kB Progress (4): 45 kB | 212/357 kB | 4.5 kB | 176/202 kB Progress (4): 45 kB | 212/357 kB | 4.5 kB | 180/202 kB Progress (4): 45 kB | 217/357 kB | 4.5 kB | 180/202 kB Progress (4): 45 kB | 221/357 kB | 4.5 kB | 180/202 kB Progress (4): 45 kB | 221/357 kB | 4.5 kB | 184/202 kB Progress (5): 45 kB | 221/357 kB | 4.5 kB | 184/202 kB | 4.1/44 kB Progress (5): 45 kB | 221/357 kB | 4.5 kB | 188/202 kB | 4.1/44 kB Progress (5): 45 kB | 225/357 kB | 4.5 kB | 188/202 kB | 4.1/44 kB Progress (5): 45 kB | 225/357 kB | 4.5 kB | 192/202 kB | 4.1/44 kB Progress (5): 45 kB | 225/357 kB | 4.5 kB | 192/202 kB | 7.7/44 kB Progress (5): 45 kB | 225/357 kB | 4.5 kB | 196/202 kB | 7.7/44 kB Progress (5): 45 kB | 229/357 kB | 4.5 kB | 196/202 kB | 7.7/44 kB Progress (5): 45 kB | 229/357 kB | 4.5 kB | 196/202 kB | 12/44 kB Progress (5): 45 kB | 229/357 kB | 4.5 kB | 200/202 kB | 12/44 kB Progress (5): 45 kB | 229/357 kB | 4.5 kB | 200/202 kB | 16/44 kB Progress (5): 45 kB | 229/357 kB | 4.5 kB | 202 kB | 16/44 kB Progress (5): 45 kB | 233/357 kB | 4.5 kB | 202 kB | 16/44 kB Progress (5): 45 kB | 233/357 kB | 4.5 kB | 202 kB | 20/44 kB Progress (5): 45 kB | 237/357 kB | 4.5 kB | 202 kB | 20/44 kB Progress (5): 45 kB | 237/357 kB | 4.5 kB | 202 kB | 24/44 kB Progress (5): 45 kB | 241/357 kB | 4.5 kB | 202 kB | 24/44 kB Progress (5): 45 kB | 241/357 kB | 4.5 kB | 202 kB | 28/44 kB Progress (5): 45 kB | 245/357 kB | 4.5 kB | 202 kB | 28/44 kB Progress (5): 45 kB | 245/357 kB | 4.5 kB | 202 kB | 32/44 kB Progress (5): 45 kB | 245/357 kB | 4.5 kB | 202 kB | 36/44 kB Progress (5): 45 kB | 245/357 kB | 4.5 kB | 202 kB | 40/44 kB Progress (5): 45 kB | 245/357 kB | 4.5 kB | 202 kB | 44 kB Progress (5): 45 kB | 249/357 kB | 4.5 kB | 202 kB | 44 kB Progress (5): 45 kB | 253/357 kB | 4.5 kB | 202 kB | 44 kB Progress (5): 45 kB | 258/357 kB | 4.5 kB | 202 kB | 44 kB Progress (5): 45 kB | 262/357 kB | 4.5 kB | 202 kB | 44 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 683 kB/s) Progress (4): 45 kB | 266/357 kB | 4.5 kB | 44 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 (4): 45 kB | 270/357 kB | 4.5 kB | 44 kB Progress (4): 45 kB | 274/357 kB | 4.5 kB | 44 kB Progress (4): 45 kB | 278/357 kB | 4.5 kB | 44 kB Progress (4): 45 kB | 282/357 kB | 4.5 kB | 44 kB Progress (4): 45 kB | 286/357 kB | 4.5 kB | 44 kB Progress (4): 45 kB | 290/357 kB | 4.5 kB | 44 kB Progress (4): 45 kB | 294/357 kB | 4.5 kB | 44 kB Progress (4): 45 kB | 298/357 kB | 4.5 kB | 44 kB Progress (4): 45 kB | 303/357 kB | 4.5 kB | 44 kB Progress (4): 45 kB | 307/357 kB | 4.5 kB | 44 kB Progress (4): 45 kB | 311/357 kB | 4.5 kB | 44 kB Progress (4): 45 kB | 315/357 kB | 4.5 kB | 44 kB Progress (4): 45 kB | 319/357 kB | 4.5 kB | 44 kB Progress (5): 45 kB | 319/357 kB | 4.5 kB | 44 kB | 4.1/61 kB Progress (5): 45 kB | 323/357 kB | 4.5 kB | 44 kB | 4.1/61 kB Progress (5): 45 kB | 323/357 kB | 4.5 kB | 44 kB | 7.7/61 kB Progress (5): 45 kB | 327/357 kB | 4.5 kB | 44 kB | 7.7/61 kB Progress (5): 45 kB | 327/357 kB | 4.5 kB | 44 kB | 12/61 kB Progress (5): 45 kB | 327/357 kB | 4.5 kB | 44 kB | 16/61 kB Progress (5): 45 kB | 331/357 kB | 4.5 kB | 44 kB | 16/61 kB Progress (5): 45 kB | 331/357 kB | 4.5 kB | 44 kB | 20/61 kB Progress (5): 45 kB | 335/357 kB | 4.5 kB | 44 kB | 20/61 kB Progress (5): 45 kB | 335/357 kB | 4.5 kB | 44 kB | 24/61 kB Progress (5): 45 kB | 339/357 kB | 4.5 kB | 44 kB | 24/61 kB Progress (5): 45 kB | 339/357 kB | 4.5 kB | 44 kB | 28/61 kB Progress (5): 45 kB | 344/357 kB | 4.5 kB | 44 kB | 28/61 kB Progress (5): 45 kB | 344/357 kB | 4.5 kB | 44 kB | 32/61 kB Progress (5): 45 kB | 344/357 kB | 4.5 kB | 44 kB | 36/61 kB Progress (5): 45 kB | 348/357 kB | 4.5 kB | 44 kB | 36/61 kB Progress (5): 45 kB | 348/357 kB | 4.5 kB | 44 kB | 40/61 kB Progress (5): 45 kB | 352/357 kB | 4.5 kB | 44 kB | 40/61 kB Progress (5): 45 kB | 352/357 kB | 4.5 kB | 44 kB | 45/61 kB Progress (5): 45 kB | 356/357 kB | 4.5 kB | 44 kB | 45/61 kB Progress (5): 45 kB | 356/357 kB | 4.5 kB | 44 kB | 49/61 kB Progress (5): 45 kB | 357 kB | 4.5 kB | 44 kB | 49/61 kB Progress (5): 45 kB | 357 kB | 4.5 kB | 44 kB | 53/61 kB Progress (5): 45 kB | 357 kB | 4.5 kB | 44 kB | 57/61 kB Progress (5): 45 kB | 357 kB | 4.5 kB | 44 kB | 61/61 kB Progress (5): 45 kB | 357 kB | 4.5 kB | 44 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 1.2 MB/s) 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 199 kB/s) 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 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): 45 kB | 4.5 kB | 44 kB | 4.1/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 7.7/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 12/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 16/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 20/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 24/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 28/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 32/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 36/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 40/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 45/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 49/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 53/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 57/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 61/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 65/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 69/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 73/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 77/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 81/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 85/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 90/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 94/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 98/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 102/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 106/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 110/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 114/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 118/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 122/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 126/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 131/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 135/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 139/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 143/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 147/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 151/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 155/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 159/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 163/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 167/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 171/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 176/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 180/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 184/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 188/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 192/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 196/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 200/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 204/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 208/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 212/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 217/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 221/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 225/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 229/231 kB Progress (4): 45 kB | 4.5 kB | 44 kB | 231 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 117 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Progress (4): 4.5 kB | 44 kB | 231 kB | 4.1/4.2 kB Progress (4): 4.5 kB | 44 kB | 231 kB | 4.2 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 11 kB/s) 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 594 kB/s) 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar Progress (3): 44 kB | 4.2 kB | 4.1/47 kB Progress (3): 44 kB | 4.2 kB | 7.7/47 kB Progress (3): 44 kB | 4.2 kB | 12/47 kB Progress (3): 44 kB | 4.2 kB | 16/47 kB Progress (3): 44 kB | 4.2 kB | 20/47 kB Progress (3): 44 kB | 4.2 kB | 24/47 kB Progress (3): 44 kB | 4.2 kB | 28/47 kB Progress (3): 44 kB | 4.2 kB | 32/47 kB Progress (3): 44 kB | 4.2 kB | 36/47 kB Progress (3): 44 kB | 4.2 kB | 40/47 kB Progress (3): 44 kB | 4.2 kB | 45/47 kB Progress (3): 44 kB | 4.2 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 11 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar 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 119 kB/s) 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 (2): 44 kB | 0/2.4 MB Progress (2): 44 kB | 0/2.4 MB Progress (2): 44 kB | 0/2.4 MB Progress (2): 44 kB | 0.1/2.4 MB Progress (2): 44 kB | 0.1/2.4 MB Progress (3): 44 kB | 0.1/2.4 MB | 4.1/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 7.7/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 12/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 16/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 20/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 24/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 28/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 32/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 32/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 36/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 40/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 45/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 49/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 49/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 49/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 53/56 kB Progress (3): 44 kB | 0.1/2.4 MB | 56 kB Progress (3): 44 kB | 0.1/2.4 MB | 56 kB Progress (3): 44 kB | 0.2/2.4 MB | 56 kB Progress (3): 44 kB | 0.2/2.4 MB | 56 kB Progress (3): 44 kB | 0.2/2.4 MB | 56 kB Progress (3): 44 kB | 0.2/2.4 MB | 56 kB Progress (3): 44 kB | 0.2/2.4 MB | 56 kB Progress (3): 44 kB | 0.2/2.4 MB | 56 kB Progress (3): 44 kB | 0.3/2.4 MB | 56 kB Progress (3): 44 kB | 0.3/2.4 MB | 56 kB Progress (3): 44 kB | 0.3/2.4 MB | 56 kB Progress (3): 44 kB | 0.3/2.4 MB | 56 kB Progress (3): 44 kB | 0.3/2.4 MB | 56 kB Progress (3): 44 kB | 0.3/2.4 MB | 56 kB Progress (3): 44 kB | 0.4/2.4 MB | 56 kB Progress (3): 44 kB | 0.4/2.4 MB | 56 kB Progress (3): 44 kB | 0.4/2.4 MB | 56 kB Progress (3): 44 kB | 0.4/2.4 MB | 56 kB Progress (3): 44 kB | 0.4/2.4 MB | 56 kB Progress (3): 44 kB | 0.4/2.4 MB | 56 kB Progress (3): 44 kB | 0.5/2.4 MB | 56 kB Progress (3): 44 kB | 0.5/2.4 MB | 56 kB Progress (3): 44 kB | 0.5/2.4 MB | 56 kB Progress (3): 44 kB | 0.5/2.4 MB | 56 kB Progress (3): 44 kB | 0.5/2.4 MB | 56 kB Progress (3): 44 kB | 0.5/2.4 MB | 56 kB Progress (3): 44 kB | 0.6/2.4 MB | 56 kB Progress (3): 44 kB | 0.6/2.4 MB | 56 kB Progress (3): 44 kB | 0.6/2.4 MB | 56 kB Progress (3): 44 kB | 0.6/2.4 MB | 56 kB Progress (3): 44 kB | 0.6/2.4 MB | 56 kB Progress (3): 44 kB | 0.6/2.4 MB | 56 kB Progress (3): 44 kB | 0.7/2.4 MB | 56 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 97 kB/s) 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 (2): 0.7/2.4 MB | 56 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 123 kB/s) Progress (1): 0.7/2.4 MB 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): 0.7/2.4 MB | 4.1/50 kB Progress (2): 0.7/2.4 MB | 7.7/50 kB Progress (2): 0.7/2.4 MB | 12/50 kB Progress (2): 0.7/2.4 MB | 16/50 kB Progress (3): 0.7/2.4 MB | 16/50 kB | 4.1/560 kB Progress (3): 0.7/2.4 MB | 16/50 kB | 7.7/560 kB Progress (3): 0.7/2.4 MB | 16/50 kB | 12/560 kB Progress (3): 0.7/2.4 MB | 16/50 kB | 16/560 kB Progress (3): 0.7/2.4 MB | 16/50 kB | 16/560 kB Progress (3): 0.7/2.4 MB | 20/50 kB | 16/560 kB Progress (3): 0.7/2.4 MB | 24/50 kB | 16/560 kB Progress (3): 0.7/2.4 MB | 28/50 kB | 16/560 kB Progress (3): 0.7/2.4 MB | 32/50 kB | 16/560 kB Progress (3): 0.7/2.4 MB | 32/50 kB | 20/560 kB Progress (4): 0.7/2.4 MB | 32/50 kB | 20/560 kB | 4.1/748 kB Progress (4): 0.7/2.4 MB | 32/50 kB | 24/560 kB | 4.1/748 kB Progress (4): 0.7/2.4 MB | 32/50 kB | 24/560 kB | 4.1/748 kB Progress (4): 0.7/2.4 MB | 32/50 kB | 24/560 kB | 7.7/748 kB Progress (4): 0.7/2.4 MB | 32/50 kB | 28/560 kB | 7.7/748 kB Progress (5): 0.7/2.4 MB | 32/50 kB | 28/560 kB | 7.7/748 kB | 4.1/324 kB Progress (5): 0.7/2.4 MB | 32/50 kB | 28/560 kB | 12/748 kB | 4.1/324 kB Progress (5): 0.7/2.4 MB | 32/50 kB | 28/560 kB | 12/748 kB | 7.7/324 kB Progress (5): 0.7/2.4 MB | 32/50 kB | 32/560 kB | 12/748 kB | 7.7/324 kB Progress (5): 0.7/2.4 MB | 32/50 kB | 32/560 kB | 12/748 kB | 12/324 kB Progress (5): 0.7/2.4 MB | 32/50 kB | 32/560 kB | 16/748 kB | 12/324 kB Progress (5): 0.7/2.4 MB | 36/50 kB | 32/560 kB | 16/748 kB | 12/324 kB Progress (5): 0.7/2.4 MB | 36/50 kB | 32/560 kB | 16/748 kB | 16/324 kB Progress (5): 0.7/2.4 MB | 36/50 kB | 36/560 kB | 16/748 kB | 16/324 kB Progress (5): 0.7/2.4 MB | 40/50 kB | 36/560 kB | 16/748 kB | 16/324 kB Progress (5): 0.7/2.4 MB | 40/50 kB | 40/560 kB | 16/748 kB | 16/324 kB Progress (5): 0.7/2.4 MB | 45/50 kB | 40/560 kB | 16/748 kB | 16/324 kB Progress (5): 0.7/2.4 MB | 45/50 kB | 45/560 kB | 16/748 kB | 16/324 kB Progress (5): 0.7/2.4 MB | 45/50 kB | 45/560 kB | 16/748 kB | 20/324 kB Progress (5): 0.7/2.4 MB | 49/50 kB | 45/560 kB | 16/748 kB | 20/324 kB Progress (5): 0.7/2.4 MB | 49/50 kB | 45/560 kB | 16/748 kB | 24/324 kB Progress (5): 0.7/2.4 MB | 49/50 kB | 45/560 kB | 20/748 kB | 24/324 kB Progress (5): 0.7/2.4 MB | 49/50 kB | 49/560 kB | 20/748 kB | 24/324 kB Progress (5): 0.7/2.4 MB | 49/50 kB | 49/560 kB | 24/748 kB | 24/324 kB Progress (5): 0.7/2.4 MB | 49/50 kB | 49/560 kB | 24/748 kB | 28/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 49/560 kB | 24/748 kB | 28/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 49/560 kB | 24/748 kB | 32/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 49/560 kB | 28/748 kB | 32/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 53/560 kB | 28/748 kB | 32/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 53/560 kB | 32/748 kB | 32/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 57/560 kB | 32/748 kB | 32/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 61/560 kB | 32/748 kB | 32/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 65/560 kB | 32/748 kB | 32/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 65/560 kB | 32/748 kB | 36/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 65/560 kB | 36/748 kB | 36/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 65/560 kB | 36/748 kB | 40/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 65/560 kB | 36/748 kB | 40/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 65/560 kB | 36/748 kB | 45/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 69/560 kB | 36/748 kB | 45/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 69/560 kB | 40/748 kB | 45/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 73/560 kB | 40/748 kB | 45/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 73/560 kB | 40/748 kB | 49/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 77/560 kB | 40/748 kB | 49/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 77/560 kB | 45/748 kB | 49/324 kB Progress (5): 0.7/2.4 MB | 50 kB | 81/560 kB | 45/748 kB | 49/324 kB Progress (5): 0.8/2.4 MB | 50 kB | 81/560 kB | 45/748 kB | 49/324 kB Progress (5): 0.8/2.4 MB | 50 kB | 81/560 kB | 49/748 kB | 49/324 kB Progress (5): 0.8/2.4 MB | 50 kB | 81/560 kB | 49/748 kB | 53/324 kB Progress (5): 0.8/2.4 MB | 50 kB | 81/560 kB | 49/748 kB | 57/324 kB Progress (5): 0.8/2.4 MB | 50 kB | 81/560 kB | 53/748 kB | 57/324 kB Progress (5): 0.8/2.4 MB | 50 kB | 81/560 kB | 53/748 kB | 61/324 kB Progress (5): 0.8/2.4 MB | 50 kB | 81/560 kB | 57/748 kB | 61/324 kB Progress (5): 0.8/2.4 MB | 50 kB | 81/560 kB | 57/748 kB | 65/324 kB Progress (5): 0.8/2.4 MB | 50 kB | 81/560 kB | 61/748 kB | 65/324 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 107 kB/s) Progress (4): 0.8/2.4 MB | 81/560 kB | 61/748 kB | 69/324 kB Progress (4): 0.8/2.4 MB | 81/560 kB | 65/748 kB | 69/324 kB Progress (4): 0.8/2.4 MB | 81/560 kB | 65/748 kB | 73/324 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Progress (4): 0.8/2.4 MB | 81/560 kB | 65/748 kB | 77/324 kB Progress (4): 0.8/2.4 MB | 81/560 kB | 65/748 kB | 81/324 kB Progress (4): 0.8/2.4 MB | 85/560 kB | 65/748 kB | 81/324 kB Progress (4): 0.8/2.4 MB | 90/560 kB | 65/748 kB | 81/324 kB Progress (4): 0.8/2.4 MB | 94/560 kB | 65/748 kB | 81/324 kB Progress (4): 0.8/2.4 MB | 94/560 kB | 65/748 kB | 85/324 kB Progress (4): 0.8/2.4 MB | 98/560 kB | 65/748 kB | 85/324 kB Progress (4): 0.8/2.4 MB | 98/560 kB | 65/748 kB | 90/324 kB Progress (4): 0.8/2.4 MB | 98/560 kB | 65/748 kB | 94/324 kB Progress (4): 0.8/2.4 MB | 98/560 kB | 65/748 kB | 98/324 kB Progress (4): 0.8/2.4 MB | 98/560 kB | 65/748 kB | 102/324 kB Progress (4): 0.8/2.4 MB | 98/560 kB | 65/748 kB | 106/324 kB Progress (4): 0.8/2.4 MB | 98/560 kB | 65/748 kB | 110/324 kB Progress (4): 0.8/2.4 MB | 98/560 kB | 65/748 kB | 114/324 kB Progress (4): 0.8/2.4 MB | 102/560 kB | 65/748 kB | 114/324 kB Progress (5): 0.8/2.4 MB | 102/560 kB | 65/748 kB | 114/324 kB | 4.1/62 kB Progress (5): 0.8/2.4 MB | 102/560 kB | 65/748 kB | 114/324 kB | 4.1/62 kB Progress (5): 0.8/2.4 MB | 106/560 kB | 65/748 kB | 114/324 kB | 4.1/62 kB Progress (5): 0.8/2.4 MB | 106/560 kB | 65/748 kB | 114/324 kB | 7.7/62 kB Progress (5): 0.8/2.4 MB | 106/560 kB | 65/748 kB | 118/324 kB | 7.7/62 kB Progress (5): 0.8/2.4 MB | 110/560 kB | 65/748 kB | 118/324 kB | 7.7/62 kB Progress (5): 0.8/2.4 MB | 110/560 kB | 65/748 kB | 122/324 kB | 7.7/62 kB Progress (5): 0.8/2.4 MB | 110/560 kB | 65/748 kB | 122/324 kB | 12/62 kB Progress (5): 0.8/2.4 MB | 110/560 kB | 65/748 kB | 126/324 kB | 12/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 65/748 kB | 126/324 kB | 12/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 65/748 kB | 126/324 kB | 12/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 69/748 kB | 126/324 kB | 12/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 69/748 kB | 131/324 kB | 12/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 69/748 kB | 131/324 kB | 16/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 73/748 kB | 131/324 kB | 16/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 77/748 kB | 131/324 kB | 16/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 81/748 kB | 131/324 kB | 16/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 81/748 kB | 131/324 kB | 20/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 81/748 kB | 135/324 kB | 20/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 81/748 kB | 135/324 kB | 24/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 85/748 kB | 135/324 kB | 24/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 85/748 kB | 139/324 kB | 24/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 90/748 kB | 139/324 kB | 24/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 90/748 kB | 139/324 kB | 28/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 94/748 kB | 139/324 kB | 28/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 94/748 kB | 143/324 kB | 28/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 143/324 kB | 28/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 143/324 kB | 32/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 147/324 kB | 32/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 147/324 kB | 36/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 147/324 kB | 40/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 147/324 kB | 45/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 151/324 kB | 45/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 151/324 kB | 49/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 155/324 kB | 49/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 159/324 kB | 49/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 163/324 kB | 49/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 163/324 kB | 53/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 163/324 kB | 57/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 163/324 kB | 61/62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 163/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 167/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 171/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 176/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 114/560 kB | 98/748 kB | 180/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 118/560 kB | 98/748 kB | 180/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 122/560 kB | 98/748 kB | 180/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 122/560 kB | 98/748 kB | 184/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 126/560 kB | 98/748 kB | 184/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 126/560 kB | 98/748 kB | 188/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 126/560 kB | 98/748 kB | 188/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 126/560 kB | 98/748 kB | 192/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 131/560 kB | 98/748 kB | 192/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 131/560 kB | 98/748 kB | 196/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 131/560 kB | 102/748 kB | 196/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 131/560 kB | 102/748 kB | 196/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 131/560 kB | 102/748 kB | 200/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 131/560 kB | 106/748 kB | 200/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 131/560 kB | 106/748 kB | 204/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 131/560 kB | 110/748 kB | 204/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 131/560 kB | 110/748 kB | 208/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 131/560 kB | 114/748 kB | 208/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 131/560 kB | 114/748 kB | 212/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 135/560 kB | 114/748 kB | 212/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 135/560 kB | 114/748 kB | 212/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 135/560 kB | 118/748 kB | 212/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 139/560 kB | 118/748 kB | 212/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 139/560 kB | 122/748 kB | 212/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 139/560 kB | 122/748 kB | 217/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 139/560 kB | 126/748 kB | 217/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 143/560 kB | 126/748 kB | 217/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 143/560 kB | 131/748 kB | 217/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 143/560 kB | 131/748 kB | 221/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 147/560 kB | 131/748 kB | 221/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 147/560 kB | 131/748 kB | 225/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 147/560 kB | 131/748 kB | 229/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 147/560 kB | 135/748 kB | 229/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 147/560 kB | 139/748 kB | 229/324 kB | 62 kB Progress (5): 0.8/2.4 MB | 147/560 kB | 143/748 kB | 229/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 147/560 kB | 143/748 kB | 229/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 147/560 kB | 143/748 kB | 233/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 147/560 kB | 147/748 kB | 233/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 147/560 kB | 147/748 kB | 237/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 151/560 kB | 147/748 kB | 237/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 151/560 kB | 147/748 kB | 241/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 155/560 kB | 147/748 kB | 241/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 155/560 kB | 147/748 kB | 245/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 159/560 kB | 147/748 kB | 245/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 163/560 kB | 147/748 kB | 245/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 163/560 kB | 147/748 kB | 245/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 163/560 kB | 147/748 kB | 249/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 163/560 kB | 147/748 kB | 253/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 163/560 kB | 147/748 kB | 258/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 167/560 kB | 147/748 kB | 258/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 167/560 kB | 147/748 kB | 262/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 167/560 kB | 151/748 kB | 262/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 171/560 kB | 151/748 kB | 262/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 171/560 kB | 151/748 kB | 262/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 176/560 kB | 151/748 kB | 262/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 176/560 kB | 155/748 kB | 262/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 180/560 kB | 155/748 kB | 262/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 180/560 kB | 155/748 kB | 266/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 180/560 kB | 159/748 kB | 266/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 180/560 kB | 159/748 kB | 270/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 180/560 kB | 163/748 kB | 270/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 180/560 kB | 163/748 kB | 270/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 180/560 kB | 163/748 kB | 274/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 184/560 kB | 163/748 kB | 274/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 184/560 kB | 163/748 kB | 278/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 184/560 kB | 167/748 kB | 278/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 188/560 kB | 167/748 kB | 278/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 188/560 kB | 171/748 kB | 278/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 188/560 kB | 171/748 kB | 278/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 188/560 kB | 176/748 kB | 278/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 188/560 kB | 176/748 kB | 282/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 192/560 kB | 176/748 kB | 282/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 192/560 kB | 176/748 kB | 286/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 192/560 kB | 180/748 kB | 286/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 192/560 kB | 180/748 kB | 290/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 196/560 kB | 180/748 kB | 290/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 196/560 kB | 180/748 kB | 294/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 196/560 kB | 184/748 kB | 294/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 196/560 kB | 188/748 kB | 294/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 200/560 kB | 188/748 kB | 294/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 200/560 kB | 188/748 kB | 298/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 200/560 kB | 192/748 kB | 298/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 200/560 kB | 192/748 kB | 298/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 200/560 kB | 192/748 kB | 303/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 204/560 kB | 192/748 kB | 303/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 204/560 kB | 192/748 kB | 307/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 204/560 kB | 196/748 kB | 307/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 204/560 kB | 196/748 kB | 311/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 208/560 kB | 196/748 kB | 311/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 212/560 kB | 196/748 kB | 311/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 212/560 kB | 196/748 kB | 311/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 212/560 kB | 196/748 kB | 315/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 212/560 kB | 200/748 kB | 315/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 212/560 kB | 200/748 kB | 319/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 212/560 kB | 204/748 kB | 319/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 212/560 kB | 204/748 kB | 323/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 212/560 kB | 208/748 kB | 323/324 kB | 62 kB Progress (5): 0.9/2.4 MB | 212/560 kB | 208/748 kB | 324 kB | 62 kB Progress (5): 0.9/2.4 MB | 212/560 kB | 212/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 212/560 kB | 212/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 217/560 kB | 212/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 221/560 kB | 212/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 225/560 kB | 212/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 229/560 kB | 212/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 229/560 kB | 217/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 229/560 kB | 221/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 229/560 kB | 225/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 229/560 kB | 229/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 229/560 kB | 229/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 229/560 kB | 233/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 229/560 kB | 237/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 229/560 kB | 241/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 229/560 kB | 245/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 229/560 kB | 245/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 233/560 kB | 245/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 237/560 kB | 245/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 241/560 kB | 245/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 245/560 kB | 245/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 249/560 kB | 245/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 253/560 kB | 245/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 258/560 kB | 245/748 kB | 324 kB | 62 kB Progress (5): 1.0/2.4 MB | 262/560 kB | 245/748 kB | 324 kB | 62 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 646 kB/s) 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): 1.0/2.4 MB | 266/560 kB | 245/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 270/560 kB | 245/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 270/560 kB | 249/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 274/560 kB | 249/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 274/560 kB | 249/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 278/560 kB | 249/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 278/560 kB | 253/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 278/560 kB | 258/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 278/560 kB | 262/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 282/560 kB | 262/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 286/560 kB | 262/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 290/560 kB | 262/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 290/560 kB | 266/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 290/560 kB | 266/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 290/560 kB | 270/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 294/560 kB | 270/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 294/560 kB | 274/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 294/560 kB | 278/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 298/560 kB | 278/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 303/560 kB | 278/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 303/560 kB | 282/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 303/560 kB | 282/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 307/560 kB | 282/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 307/560 kB | 286/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 311/560 kB | 286/748 kB | 62 kB Progress (4): 1.0/2.4 MB | 311/560 kB | 290/748 kB | 62 kB Progress (5): 1.0/2.4 MB | 311/560 kB | 290/748 kB | 62 kB | 4.1/264 kB Progress (5): 1.0/2.4 MB | 311/560 kB | 294/748 kB | 62 kB | 4.1/264 kB Progress (5): 1.0/2.4 MB | 311/560 kB | 294/748 kB | 62 kB | 7.7/264 kB Progress (5): 1.0/2.4 MB | 315/560 kB | 294/748 kB | 62 kB | 7.7/264 kB Progress (5): 1.0/2.4 MB | 315/560 kB | 294/748 kB | 62 kB | 12/264 kB Progress (5): 1.0/2.4 MB | 319/560 kB | 294/748 kB | 62 kB | 12/264 kB Progress (5): 1.1/2.4 MB | 319/560 kB | 294/748 kB | 62 kB | 12/264 kB Progress (5): 1.1/2.4 MB | 323/560 kB | 294/748 kB | 62 kB | 12/264 kB Progress (5): 1.1/2.4 MB | 323/560 kB | 294/748 kB | 62 kB | 16/264 kB Progress (5): 1.1/2.4 MB | 323/560 kB | 298/748 kB | 62 kB | 16/264 kB Progress (5): 1.1/2.4 MB | 327/560 kB | 298/748 kB | 62 kB | 16/264 kB Progress (5): 1.1/2.4 MB | 327/560 kB | 303/748 kB | 62 kB | 16/264 kB Progress (5): 1.1/2.4 MB | 327/560 kB | 307/748 kB | 62 kB | 16/264 kB Progress (5): 1.1/2.4 MB | 327/560 kB | 307/748 kB | 62 kB | 20/264 kB Progress (5): 1.1/2.4 MB | 327/560 kB | 311/748 kB | 62 kB | 20/264 kB Progress (5): 1.1/2.4 MB | 331/560 kB | 311/748 kB | 62 kB | 20/264 kB Progress (5): 1.1/2.4 MB | 331/560 kB | 311/748 kB | 62 kB | 24/264 kB Progress (5): 1.1/2.4 MB | 335/560 kB | 311/748 kB | 62 kB | 24/264 kB Progress (5): 1.1/2.4 MB | 335/560 kB | 315/748 kB | 62 kB | 24/264 kB Progress (5): 1.1/2.4 MB | 335/560 kB | 315/748 kB | 62 kB | 24/264 kB Progress (5): 1.1/2.4 MB | 335/560 kB | 319/748 kB | 62 kB | 24/264 kB Progress (5): 1.1/2.4 MB | 339/560 kB | 319/748 kB | 62 kB | 24/264 kB Progress (5): 1.1/2.4 MB | 339/560 kB | 319/748 kB | 62 kB | 28/264 kB Progress (5): 1.1/2.4 MB | 344/560 kB | 319/748 kB | 62 kB | 28/264 kB Progress (5): 1.1/2.4 MB | 344/560 kB | 323/748 kB | 62 kB | 28/264 kB Progress (5): 1.1/2.4 MB | 344/560 kB | 323/748 kB | 62 kB | 32/264 kB Progress (5): 1.1/2.4 MB | 344/560 kB | 327/748 kB | 62 kB | 32/264 kB Progress (5): 1.1/2.4 MB | 348/560 kB | 327/748 kB | 62 kB | 32/264 kB Progress (5): 1.1/2.4 MB | 348/560 kB | 327/748 kB | 62 kB | 32/264 kB Progress (5): 1.1/2.4 MB | 348/560 kB | 331/748 kB | 62 kB | 32/264 kB Progress (5): 1.1/2.4 MB | 348/560 kB | 331/748 kB | 62 kB | 36/264 kB Progress (5): 1.1/2.4 MB | 352/560 kB | 331/748 kB | 62 kB | 36/264 kB Progress (5): 1.1/2.4 MB | 352/560 kB | 331/748 kB | 62 kB | 40/264 kB Progress (5): 1.1/2.4 MB | 352/560 kB | 335/748 kB | 62 kB | 40/264 kB Progress (5): 1.1/2.4 MB | 352/560 kB | 335/748 kB | 62 kB | 45/264 kB Progress (5): 1.1/2.4 MB | 356/560 kB | 335/748 kB | 62 kB | 45/264 kB Progress (5): 1.1/2.4 MB | 356/560 kB | 335/748 kB | 62 kB | 49/264 kB Progress (5): 1.1/2.4 MB | 356/560 kB | 339/748 kB | 62 kB | 49/264 kB Progress (5): 1.1/2.4 MB | 356/560 kB | 339/748 kB | 62 kB | 49/264 kB Progress (5): 1.1/2.4 MB | 360/560 kB | 339/748 kB | 62 kB | 49/264 kB Progress (5): 1.1/2.4 MB | 360/560 kB | 339/748 kB | 62 kB | 53/264 kB Progress (5): 1.1/2.4 MB | 360/560 kB | 344/748 kB | 62 kB | 53/264 kB Progress (5): 1.1/2.4 MB | 360/560 kB | 344/748 kB | 62 kB | 57/264 kB Progress (5): 1.1/2.4 MB | 360/560 kB | 344/748 kB | 62 kB | 61/264 kB Progress (5): 1.1/2.4 MB | 364/560 kB | 344/748 kB | 62 kB | 61/264 kB Progress (5): 1.1/2.4 MB | 364/560 kB | 344/748 kB | 62 kB | 65/264 kB Progress (5): 1.1/2.4 MB | 368/560 kB | 344/748 kB | 62 kB | 65/264 kB Progress (5): 1.1/2.4 MB | 368/560 kB | 348/748 kB | 62 kB | 65/264 kB Progress (5): 1.1/2.4 MB | 372/560 kB | 348/748 kB | 62 kB | 65/264 kB Progress (5): 1.1/2.4 MB | 372/560 kB | 348/748 kB | 62 kB | 65/264 kB Progress (5): 1.1/2.4 MB | 372/560 kB | 348/748 kB | 62 kB | 69/264 kB Progress (5): 1.1/2.4 MB | 376/560 kB | 348/748 kB | 62 kB | 69/264 kB Progress (5): 1.1/2.4 MB | 376/560 kB | 352/748 kB | 62 kB | 69/264 kB Progress (5): 1.1/2.4 MB | 376/560 kB | 352/748 kB | 62 kB | 73/264 kB Progress (5): 1.1/2.4 MB | 376/560 kB | 356/748 kB | 62 kB | 73/264 kB Progress (5): 1.1/2.4 MB | 376/560 kB | 356/748 kB | 62 kB | 77/264 kB Progress (5): 1.1/2.4 MB | 380/560 kB | 356/748 kB | 62 kB | 77/264 kB Progress (5): 1.1/2.4 MB | 380/560 kB | 360/748 kB | 62 kB | 77/264 kB Progress (5): 1.1/2.4 MB | 384/560 kB | 360/748 kB | 62 kB | 77/264 kB Progress (5): 1.1/2.4 MB | 384/560 kB | 360/748 kB | 62 kB | 77/264 kB Progress (5): 1.1/2.4 MB | 384/560 kB | 360/748 kB | 62 kB | 81/264 kB Progress (5): 1.1/2.4 MB | 389/560 kB | 360/748 kB | 62 kB | 81/264 kB Progress (5): 1.1/2.4 MB | 389/560 kB | 364/748 kB | 62 kB | 81/264 kB Progress (5): 1.1/2.4 MB | 393/560 kB | 364/748 kB | 62 kB | 81/264 kB Progress (5): 1.1/2.4 MB | 393/560 kB | 368/748 kB | 62 kB | 81/264 kB Progress (5): 1.1/2.4 MB | 393/560 kB | 368/748 kB | 62 kB | 85/264 kB Progress (5): 1.1/2.4 MB | 393/560 kB | 372/748 kB | 62 kB | 85/264 kB Progress (5): 1.2/2.4 MB | 393/560 kB | 372/748 kB | 62 kB | 85/264 kB Progress (5): 1.2/2.4 MB | 393/560 kB | 372/748 kB | 62 kB | 90/264 kB Progress (5): 1.2/2.4 MB | 397/560 kB | 372/748 kB | 62 kB | 90/264 kB Progress (5): 1.2/2.4 MB | 397/560 kB | 376/748 kB | 62 kB | 90/264 kB Progress (5): 1.2/2.4 MB | 401/560 kB | 376/748 kB | 62 kB | 90/264 kB Progress (5): 1.2/2.4 MB | 401/560 kB | 376/748 kB | 62 kB | 94/264 kB Progress (5): 1.2/2.4 MB | 405/560 kB | 376/748 kB | 62 kB | 94/264 kB Progress (5): 1.2/2.4 MB | 405/560 kB | 376/748 kB | 62 kB | 98/264 kB Progress (5): 1.2/2.4 MB | 409/560 kB | 376/748 kB | 62 kB | 98/264 kB Progress (5): 1.2/2.4 MB | 409/560 kB | 380/748 kB | 62 kB | 98/264 kB Progress (5): 1.2/2.4 MB | 409/560 kB | 380/748 kB | 62 kB | 98/264 kB Progress (5): 1.2/2.4 MB | 409/560 kB | 384/748 kB | 62 kB | 98/264 kB Progress (5): 1.2/2.4 MB | 413/560 kB | 384/748 kB | 62 kB | 98/264 kB Progress (5): 1.2/2.4 MB | 413/560 kB | 384/748 kB | 62 kB | 102/264 kB Progress (5): 1.2/2.4 MB | 417/560 kB | 384/748 kB | 62 kB | 102/264 kB Progress (5): 1.2/2.4 MB | 417/560 kB | 389/748 kB | 62 kB | 102/264 kB Progress (5): 1.2/2.4 MB | 421/560 kB | 389/748 kB | 62 kB | 102/264 kB Progress (5): 1.2/2.4 MB | 421/560 kB | 389/748 kB | 62 kB | 106/264 kB Progress (5): 1.2/2.4 MB | 425/560 kB | 389/748 kB | 62 kB | 106/264 kB Progress (5): 1.2/2.4 MB | 425/560 kB | 393/748 kB | 62 kB | 106/264 kB Progress (5): 1.2/2.4 MB | 425/560 kB | 393/748 kB | 62 kB | 106/264 kB Progress (5): 1.2/2.4 MB | 425/560 kB | 393/748 kB | 62 kB | 110/264 kB Progress (5): 1.2/2.4 MB | 430/560 kB | 393/748 kB | 62 kB | 110/264 kB Progress (5): 1.2/2.4 MB | 430/560 kB | 393/748 kB | 62 kB | 114/264 kB Progress (5): 1.2/2.4 MB | 430/560 kB | 397/748 kB | 62 kB | 114/264 kB Progress (5): 1.2/2.4 MB | 434/560 kB | 397/748 kB | 62 kB | 114/264 kB Progress (5): 1.2/2.4 MB | 434/560 kB | 401/748 kB | 62 kB | 114/264 kB Progress (5): 1.2/2.4 MB | 434/560 kB | 401/748 kB | 62 kB | 118/264 kB Progress (5): 1.2/2.4 MB | 438/560 kB | 401/748 kB | 62 kB | 118/264 kB Progress (5): 1.2/2.4 MB | 438/560 kB | 401/748 kB | 62 kB | 122/264 kB Progress (5): 1.2/2.4 MB | 438/560 kB | 401/748 kB | 62 kB | 122/264 kB Progress (5): 1.2/2.4 MB | 438/560 kB | 405/748 kB | 62 kB | 122/264 kB Progress (5): 1.2/2.4 MB | 438/560 kB | 405/748 kB | 62 kB | 126/264 kB Progress (5): 1.2/2.4 MB | 442/560 kB | 405/748 kB | 62 kB | 126/264 kB Progress (5): 1.2/2.4 MB | 442/560 kB | 405/748 kB | 62 kB | 131/264 kB Progress (5): 1.2/2.4 MB | 442/560 kB | 409/748 kB | 62 kB | 131/264 kB Progress (5): 1.2/2.4 MB | 446/560 kB | 409/748 kB | 62 kB | 131/264 kB Progress (5): 1.2/2.4 MB | 446/560 kB | 409/748 kB | 62 kB | 135/264 kB Progress (5): 1.2/2.4 MB | 446/560 kB | 409/748 kB | 62 kB | 135/264 kB Progress (5): 1.2/2.4 MB | 446/560 kB | 413/748 kB | 62 kB | 135/264 kB Progress (5): 1.2/2.4 MB | 446/560 kB | 413/748 kB | 62 kB | 139/264 kB Progress (5): 1.2/2.4 MB | 450/560 kB | 413/748 kB | 62 kB | 139/264 kB Progress (5): 1.2/2.4 MB | 450/560 kB | 413/748 kB | 62 kB | 143/264 kB Progress (5): 1.2/2.4 MB | 450/560 kB | 417/748 kB | 62 kB | 143/264 kB Progress (5): 1.2/2.4 MB | 450/560 kB | 417/748 kB | 62 kB | 147/264 kB Progress (5): 1.2/2.4 MB | 454/560 kB | 417/748 kB | 62 kB | 147/264 kB Progress (5): 1.2/2.4 MB | 454/560 kB | 417/748 kB | 62 kB | 147/264 kB Progress (5): 1.2/2.4 MB | 454/560 kB | 421/748 kB | 62 kB | 147/264 kB Progress (5): 1.2/2.4 MB | 454/560 kB | 421/748 kB | 62 kB | 151/264 kB Progress (5): 1.2/2.4 MB | 458/560 kB | 421/748 kB | 62 kB | 151/264 kB Progress (5): 1.2/2.4 MB | 458/560 kB | 421/748 kB | 62 kB | 155/264 kB Progress (5): 1.2/2.4 MB | 458/560 kB | 425/748 kB | 62 kB | 155/264 kB Progress (5): 1.2/2.4 MB | 458/560 kB | 425/748 kB | 62 kB | 159/264 kB Progress (5): 1.2/2.4 MB | 462/560 kB | 425/748 kB | 62 kB | 159/264 kB Progress (5): 1.2/2.4 MB | 462/560 kB | 425/748 kB | 62 kB | 163/264 kB Progress (5): 1.3/2.4 MB | 462/560 kB | 425/748 kB | 62 kB | 163/264 kB Progress (5): 1.3/2.4 MB | 466/560 kB | 425/748 kB | 62 kB | 163/264 kB Progress (5): 1.3/2.4 MB | 466/560 kB | 430/748 kB | 62 kB | 163/264 kB Progress (5): 1.3/2.4 MB | 466/560 kB | 430/748 kB | 62 kB | 167/264 kB Progress (5): 1.3/2.4 MB | 471/560 kB | 430/748 kB | 62 kB | 167/264 kB Progress (5): 1.3/2.4 MB | 471/560 kB | 430/748 kB | 62 kB | 171/264 kB Progress (5): 1.3/2.4 MB | 471/560 kB | 434/748 kB | 62 kB | 171/264 kB Progress (5): 1.3/2.4 MB | 471/560 kB | 434/748 kB | 62 kB | 176/264 kB Progress (5): 1.3/2.4 MB | 471/560 kB | 434/748 kB | 62 kB | 176/264 kB Progress (5): 1.3/2.4 MB | 475/560 kB | 434/748 kB | 62 kB | 176/264 kB Progress (5): 1.3/2.4 MB | 475/560 kB | 434/748 kB | 62 kB | 180/264 kB Progress (5): 1.3/2.4 MB | 475/560 kB | 438/748 kB | 62 kB | 180/264 kB Progress (5): 1.3/2.4 MB | 475/560 kB | 442/748 kB | 62 kB | 180/264 kB Progress (5): 1.3/2.4 MB | 479/560 kB | 442/748 kB | 62 kB | 180/264 kB Progress (5): 1.3/2.4 MB | 483/560 kB | 442/748 kB | 62 kB | 180/264 kB Progress (5): 1.3/2.4 MB | 483/560 kB | 442/748 kB | 62 kB | 184/264 kB Progress (5): 1.3/2.4 MB | 483/560 kB | 442/748 kB | 62 kB | 184/264 kB Progress (5): 1.3/2.4 MB | 487/560 kB | 442/748 kB | 62 kB | 184/264 kB Progress (5): 1.3/2.4 MB | 487/560 kB | 442/748 kB | 62 kB | 188/264 kB Progress (5): 1.3/2.4 MB | 487/560 kB | 446/748 kB | 62 kB | 188/264 kB Progress (5): 1.3/2.4 MB | 487/560 kB | 446/748 kB | 62 kB | 192/264 kB Progress (5): 1.3/2.4 MB | 491/560 kB | 446/748 kB | 62 kB | 192/264 kB Progress (5): 1.3/2.4 MB | 491/560 kB | 446/748 kB | 62 kB | 196/264 kB Progress (5): 1.3/2.4 MB | 491/560 kB | 450/748 kB | 62 kB | 196/264 kB Progress (5): 1.3/2.4 MB | 491/560 kB | 454/748 kB | 62 kB | 196/264 kB Progress (5): 1.3/2.4 MB | 495/560 kB | 454/748 kB | 62 kB | 196/264 kB Progress (5): 1.3/2.4 MB | 495/560 kB | 454/748 kB | 62 kB | 196/264 kB Progress (5): 1.3/2.4 MB | 499/560 kB | 454/748 kB | 62 kB | 196/264 kB Progress (5): 1.3/2.4 MB | 499/560 kB | 454/748 kB | 62 kB | 200/264 kB Progress (5): 1.3/2.4 MB | 499/560 kB | 458/748 kB | 62 kB | 200/264 kB Progress (5): 1.3/2.4 MB | 499/560 kB | 458/748 kB | 62 kB | 204/264 kB Progress (5): 1.3/2.4 MB | 503/560 kB | 458/748 kB | 62 kB | 204/264 kB Progress (5): 1.3/2.4 MB | 503/560 kB | 458/748 kB | 62 kB | 208/264 kB Progress (5): 1.3/2.4 MB | 507/560 kB | 458/748 kB | 62 kB | 208/264 kB Progress (5): 1.3/2.4 MB | 507/560 kB | 458/748 kB | 62 kB | 212/264 kB Progress (5): 1.3/2.4 MB | 507/560 kB | 462/748 kB | 62 kB | 212/264 kB Progress (5): 1.3/2.4 MB | 507/560 kB | 462/748 kB | 62 kB | 212/264 kB Progress (5): 1.3/2.4 MB | 511/560 kB | 462/748 kB | 62 kB | 212/264 kB Progress (5): 1.3/2.4 MB | 511/560 kB | 466/748 kB | 62 kB | 212/264 kB Progress (5): 1.3/2.4 MB | 516/560 kB | 466/748 kB | 62 kB | 212/264 kB Progress (5): 1.3/2.4 MB | 516/560 kB | 466/748 kB | 62 kB | 217/264 kB Progress (5): 1.3/2.4 MB | 520/560 kB | 466/748 kB | 62 kB | 217/264 kB Progress (5): 1.3/2.4 MB | 520/560 kB | 471/748 kB | 62 kB | 217/264 kB Progress (5): 1.3/2.4 MB | 524/560 kB | 471/748 kB | 62 kB | 217/264 kB Progress (5): 1.3/2.4 MB | 524/560 kB | 471/748 kB | 62 kB | 221/264 kB Progress (5): 1.3/2.4 MB | 524/560 kB | 471/748 kB | 62 kB | 221/264 kB Progress (5): 1.3/2.4 MB | 524/560 kB | 475/748 kB | 62 kB | 221/264 kB Progress (5): 1.3/2.4 MB | 528/560 kB | 475/748 kB | 62 kB | 221/264 kB Progress (5): 1.3/2.4 MB | 528/560 kB | 475/748 kB | 62 kB | 225/264 kB Progress (5): 1.3/2.4 MB | 532/560 kB | 475/748 kB | 62 kB | 225/264 kB Progress (5): 1.3/2.4 MB | 532/560 kB | 475/748 kB | 62 kB | 229/264 kB Progress (5): 1.4/2.4 MB | 532/560 kB | 475/748 kB | 62 kB | 229/264 kB Progress (5): 1.4/2.4 MB | 532/560 kB | 479/748 kB | 62 kB | 229/264 kB Progress (5): 1.4/2.4 MB | 536/560 kB | 479/748 kB | 62 kB | 229/264 kB Progress (5): 1.4/2.4 MB | 536/560 kB | 479/748 kB | 62 kB | 233/264 kB Progress (5): 1.4/2.4 MB | 536/560 kB | 483/748 kB | 62 kB | 233/264 kB Progress (5): 1.4/2.4 MB | 536/560 kB | 483/748 kB | 62 kB | 237/264 kB Progress (5): 1.4/2.4 MB | 540/560 kB | 483/748 kB | 62 kB | 237/264 kB Progress (5): 1.4/2.4 MB | 540/560 kB | 483/748 kB | 62 kB | 237/264 kB Progress (5): 1.4/2.4 MB | 540/560 kB | 483/748 kB | 62 kB | 241/264 kB Progress (5): 1.4/2.4 MB | 540/560 kB | 487/748 kB | 62 kB | 241/264 kB Progress (5): 1.4/2.4 MB | 544/560 kB | 487/748 kB | 62 kB | 241/264 kB Progress (5): 1.4/2.4 MB | 544/560 kB | 487/748 kB | 62 kB | 245/264 kB Progress (5): 1.4/2.4 MB | 548/560 kB | 487/748 kB | 62 kB | 245/264 kB Progress (5): 1.4/2.4 MB | 548/560 kB | 491/748 kB | 62 kB | 245/264 kB Progress (5): 1.4/2.4 MB | 552/560 kB | 491/748 kB | 62 kB | 245/264 kB Progress (5): 1.4/2.4 MB | 552/560 kB | 491/748 kB | 62 kB | 245/264 kB Progress (5): 1.4/2.4 MB | 557/560 kB | 491/748 kB | 62 kB | 245/264 kB Progress (5): 1.4/2.4 MB | 557/560 kB | 491/748 kB | 62 kB | 249/264 kB Progress (5): 1.4/2.4 MB | 560 kB | 491/748 kB | 62 kB | 249/264 kB Progress (5): 1.4/2.4 MB | 560 kB | 495/748 kB | 62 kB | 249/264 kB Progress (5): 1.4/2.4 MB | 560 kB | 495/748 kB | 62 kB | 253/264 kB Progress (5): 1.4/2.4 MB | 560 kB | 499/748 kB | 62 kB | 253/264 kB Progress (5): 1.4/2.4 MB | 560 kB | 499/748 kB | 62 kB | 253/264 kB Progress (5): 1.4/2.4 MB | 560 kB | 503/748 kB | 62 kB | 253/264 kB Progress (5): 1.4/2.4 MB | 560 kB | 503/748 kB | 62 kB | 258/264 kB Progress (5): 1.4/2.4 MB | 560 kB | 507/748 kB | 62 kB | 258/264 kB Progress (5): 1.4/2.4 MB | 560 kB | 507/748 kB | 62 kB | 262/264 kB Progress (5): 1.4/2.4 MB | 560 kB | 507/748 kB | 62 kB | 264 kB Progress (5): 1.4/2.4 MB | 560 kB | 507/748 kB | 62 kB | 264 kB Progress (5): 1.4/2.4 MB | 560 kB | 511/748 kB | 62 kB | 264 kB Progress (5): 1.4/2.4 MB | 560 kB | 516/748 kB | 62 kB | 264 kB Progress (5): 1.4/2.4 MB | 560 kB | 520/748 kB | 62 kB | 264 kB Progress (5): 1.4/2.4 MB | 560 kB | 524/748 kB | 62 kB | 264 kB Progress (5): 1.4/2.4 MB | 560 kB | 524/748 kB | 62 kB | 264 kB Progress (5): 1.4/2.4 MB | 560 kB | 528/748 kB | 62 kB | 264 kB Progress (5): 1.4/2.4 MB | 560 kB | 532/748 kB | 62 kB | 264 kB Progress (5): 1.5/2.4 MB | 560 kB | 532/748 kB | 62 kB | 264 kB Progress (5): 1.5/2.4 MB | 560 kB | 536/748 kB | 62 kB | 264 kB Progress (5): 1.5/2.4 MB | 560 kB | 540/748 kB | 62 kB | 264 kB Progress (5): 1.5/2.4 MB | 560 kB | 540/748 kB | 62 kB | 264 kB Progress (5): 1.5/2.4 MB | 560 kB | 544/748 kB | 62 kB | 264 kB Progress (5): 1.5/2.4 MB | 560 kB | 548/748 kB | 62 kB | 264 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 455 kB/s) Progress (4): 1.5/2.4 MB | 560 kB | 548/748 kB | 62 kB Progress (4): 1.5/2.4 MB | 560 kB | 552/748 kB | 62 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar Progress (4): 1.5/2.4 MB | 560 kB | 552/748 kB | 62 kB Progress (4): 1.5/2.4 MB | 560 kB | 557/748 kB | 62 kB Progress (4): 1.5/2.4 MB | 560 kB | 561/748 kB | 62 kB Progress (4): 1.5/2.4 MB | 560 kB | 561/748 kB | 62 kB Progress (4): 1.5/2.4 MB | 560 kB | 565/748 kB | 62 kB Progress (4): 1.5/2.4 MB | 560 kB | 569/748 kB | 62 kB Progress (4): 1.5/2.4 MB | 560 kB | 573/748 kB | 62 kB Progress (4): 1.5/2.4 MB | 560 kB | 573/748 kB | 62 kB Progress (4): 1.5/2.4 MB | 560 kB | 577/748 kB | 62 kB Progress (4): 1.5/2.4 MB | 560 kB | 581/748 kB | 62 kB Progress (4): 1.5/2.4 MB | 560 kB | 585/748 kB | 62 kB Progress (4): 1.5/2.4 MB | 560 kB | 589/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 589/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 593/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 597/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 597/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 602/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 606/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 606/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 610/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 614/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 618/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 622/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 622/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 626/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 630/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 630/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 634/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 638/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 638/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 643/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 647/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 651/748 kB | 62 kB Progress (4): 1.6/2.4 MB | 560 kB | 655/748 kB | 62 kB Progress (4): 1.7/2.4 MB | 560 kB | 655/748 kB | 62 kB Progress (4): 1.7/2.4 MB | 560 kB | 659/748 kB | 62 kB Progress (4): 1.7/2.4 MB | 560 kB | 663/748 kB | 62 kB Progress (4): 1.7/2.4 MB | 560 kB | 667/748 kB | 62 kB Progress (4): 1.7/2.4 MB | 560 kB | 671/748 kB | 62 kB Progress (4): 1.7/2.4 MB | 560 kB | 671/748 kB | 62 kB Progress (4): 1.7/2.4 MB | 560 kB | 671/748 kB | 62 kB Progress (4): 1.7/2.4 MB | 560 kB | 675/748 kB | 62 kB Progress (4): 1.7/2.4 MB | 560 kB | 675/748 kB | 62 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 866 kB/s) Progress (3): 1.7/2.4 MB | 679/748 kB | 62 kB Progress (3): 1.7/2.4 MB | 679/748 kB | 62 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): 1.7/2.4 MB | 683/748 kB | 62 kB Progress (3): 1.7/2.4 MB | 688/748 kB | 62 kB Progress (3): 1.7/2.4 MB | 688/748 kB | 62 kB Progress (3): 1.7/2.4 MB | 692/748 kB | 62 kB Progress (3): 1.7/2.4 MB | 696/748 kB | 62 kB Progress (3): 1.7/2.4 MB | 700/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 700/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 704/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 708/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 712/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 712/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 716/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 720/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 724/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 729/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 729/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 733/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 737/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 741/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 745/748 kB | 62 kB Progress (3): 1.8/2.4 MB | 748 kB | 62 kB Progress (3): 1.8/2.4 MB | 748 kB | 62 kB Progress (3): 1.8/2.4 MB | 748 kB | 62 kB Progress (3): 1.8/2.4 MB | 748 kB | 62 kB Progress (3): 1.9/2.4 MB | 748 kB | 62 kB Progress (3): 1.9/2.4 MB | 748 kB | 62 kB Progress (3): 1.9/2.4 MB | 748 kB | 62 kB Progress (4): 1.9/2.4 MB | 748 kB | 62 kB | 0/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 1.1 MB/s) Progress (3): 1.9/2.4 MB | 62 kB | 0/1.6 MB Progress (3): 1.9/2.4 MB | 62 kB | 0/1.6 MB Progress (3): 1.9/2.4 MB | 62 kB | 0/1.6 MB Progress (3): 1.9/2.4 MB | 62 kB | 0/1.6 MB Progress (3): 1.9/2.4 MB | 62 kB | 0/1.6 MB Progress (3): 1.9/2.4 MB | 62 kB | 0/1.6 MB Progress (3): 1.9/2.4 MB | 62 kB | 0/1.6 MB Progress (3): 1.9/2.4 MB | 62 kB | 0/1.6 MB Progress (3): 1.9/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 1.9/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 1.9/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 1.9/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 1.9/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.0/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.1/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.1/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.2/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.2/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.3/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.3/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.4/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4/2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.7/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.7/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.7/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.7/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.7/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.7/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.7/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.7/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.7/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.7/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.7/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.7/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.8/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.8/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.8/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.8/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.8/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.8/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.8/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.8/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.8/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.8/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.8/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.8/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.9/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.9/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.9/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.9/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.9/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.9/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.9/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.9/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.9/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.9/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.9/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.9/1.6 MB Progress (3): 2.4 MB | 62 kB | 0.9/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.0/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.0/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.0/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.0/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.0/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.0/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.0/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.0/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.0/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.0/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.0/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.0/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.1/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.1/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.1/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.1/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.1/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.1/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.1/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.1/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.1/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.1/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.1/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.1/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.2/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.2/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.2/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.2/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.2/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.2/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.2/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.2/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.2/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.2/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.2/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.2/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.3/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.3/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.3/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.3/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.3/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.3/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.3/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.3/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.3/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.3/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.3/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.3/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.4/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.4/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.4/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.4/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.4/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.4/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.4/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.4/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.4/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.4/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.4/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.4/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.4/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.5/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 1.6/1.6 MB Progress (3): 2.4 MB | 62 kB | 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 2.0 MB/s) 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 75 kB/s) Progress (2): 2.4 MB | 4.1/41 kB Progress (2): 2.4 MB | 7.7/41 kB Progress (2): 2.4 MB | 12/41 kB Progress (2): 2.4 MB | 16/41 kB Progress (2): 2.4 MB | 20/41 kB Progress (2): 2.4 MB | 24/41 kB Progress (2): 2.4 MB | 28/41 kB Progress (2): 2.4 MB | 32/41 kB Progress (2): 2.4 MB | 36/41 kB Progress (2): 2.4 MB | 40/41 kB Progress (2): 2.4 MB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 2.3 MB/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 28 kB/s) [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ parent --- [INFO] [INFO] --------------------< org.eclipse.reddeer:plugins >--------------------- [INFO] Building RedDeer Plugins 3.0.0-SNAPSHOT [2/58] [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.7.0:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ plugins --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >----------- [INFO] Building RedDeer Common 3.0.0-SNAPSHOT [3/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.0/tycho-buildtimestamp-jgit-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.7.0/tycho-buildtimestamp-jgit-1.7.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.7.0/tycho-buildtimestamp-jgit-1.7.0.pom (1.9 kB at 4.9 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom Progress (1): 4.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom (8.1 kB at 17 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom (35 kB at 79 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom (3.2 kB at 809 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 151 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 181 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom Progress (1): 4.1 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom (4.9 kB at 306 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 227 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 81 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 303 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom (2.5 kB at 155 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom (1.2 kB at 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom (2.2 kB at 101 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.7.0/tycho-buildtimestamp-jgit-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.7.0/tycho-buildtimestamp-jgit-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Progress (1): 4.1/283 kB Progress (1): 7.7/283 kB Progress (1): 12/283 kB Progress (1): 16/283 kB Progress (1): 20/283 kB Progress (1): 24/283 kB Progress (1): 28/283 kB Progress (1): 32/283 kB Progress (1): 36/283 kB Progress (1): 40/283 kB Progress (1): 45/283 kB Progress (1): 49/283 kB Progress (1): 53/283 kB Progress (1): 57/283 kB Progress (1): 61/283 kB Progress (1): 65/283 kB Progress (1): 69/283 kB Progress (1): 73/283 kB Progress (1): 77/283 kB Progress (1): 81/283 kB Progress (1): 85/283 kB Progress (1): 90/283 kB Progress (1): 94/283 kB Progress (1): 98/283 kB Progress (1): 102/283 kB Progress (1): 106/283 kB Progress (1): 110/283 kB Progress (1): 114/283 kB Progress (1): 118/283 kB Progress (1): 122/283 kB Progress (1): 126/283 kB Progress (1): 131/283 kB Progress (1): 135/283 kB Progress (1): 139/283 kB Progress (1): 143/283 kB Progress (1): 147/283 kB Progress (1): 151/283 kB Progress (1): 155/283 kB Progress (1): 159/283 kB Progress (1): 163/283 kB Progress (1): 167/283 kB Progress (1): 171/283 kB Progress (1): 176/283 kB Progress (1): 180/283 kB Progress (1): 184/283 kB Progress (1): 188/283 kB Progress (1): 192/283 kB Progress (1): 196/283 kB Progress (1): 200/283 kB Progress (1): 204/283 kB Progress (1): 208/283 kB Progress (1): 212/283 kB Progress (1): 217/283 kB Progress (1): 221/283 kB Progress (1): 225/283 kB Progress (1): 229/283 kB Progress (1): 233/283 kB Progress (1): 237/283 kB Progress (1): 241/283 kB Progress (1): 245/283 kB Progress (1): 249/283 kB Progress (1): 253/283 kB Progress (1): 258/283 kB Progress (1): 262/283 kB Progress (1): 266/283 kB Progress (1): 270/283 kB Progress (1): 274/283 kB Progress (1): 278/283 kB Progress (1): 282/283 kB Progress (1): 283 kB Progress (2): 283 kB | 4.1/70 kB Progress (2): 283 kB | 7.7/70 kB Progress (2): 283 kB | 12/70 kB Progress (2): 283 kB | 16/70 kB Progress (2): 283 kB | 20/70 kB Progress (2): 283 kB | 24/70 kB Progress (2): 283 kB | 28/70 kB Progress (2): 283 kB | 32/70 kB Progress (2): 283 kB | 36/70 kB Progress (2): 283 kB | 40/70 kB Progress (2): 283 kB | 45/70 kB Progress (2): 283 kB | 49/70 kB Progress (2): 283 kB | 53/70 kB Progress (2): 283 kB | 57/70 kB Progress (2): 283 kB | 61/70 kB Progress (2): 283 kB | 65/70 kB Progress (2): 283 kB | 69/70 kB Progress (2): 283 kB | 70 kB Progress (3): 283 kB | 70 kB | 4.1/11 kB Progress (3): 283 kB | 70 kB | 7.7/11 kB Progress (3): 283 kB | 70 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.7.0/tycho-buildtimestamp-jgit-1.7.0.jar (11 kB at 15 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 (3): 283 kB | 70 kB | 0/2.9 MB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 4.1/166 kB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 7.7/166 kB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 12/166 kB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 16/166 kB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 16/166 kB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 20/166 kB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 24/166 kB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 28/166 kB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 32/166 kB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 36/166 kB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 36/166 kB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 40/166 kB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 45/166 kB Progress (4): 283 kB | 70 kB | 0/2.9 MB | 49/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 49/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 53/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 57/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 61/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 65/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 65/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 69/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 73/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 77/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 81/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 81/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 85/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 90/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 94/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 98/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 98/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 102/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 106/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 110/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 110/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 114/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 118/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 118/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 122/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 126/166 kB Progress (4): 283 kB | 70 kB | 0.1/2.9 MB | 131/166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 131/166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 135/166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 139/166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 143/166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 147/166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 147/166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 151/166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 155/166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 159/166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 159/166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 163/166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 166 kB Progress (4): 283 kB | 70 kB | 0.2/2.9 MB | 166 kB Progress (4): 283 kB | 70 kB | 0.3/2.9 MB | 166 kB Progress (4): 283 kB | 70 kB | 0.3/2.9 MB | 166 kB Progress (4): 283 kB | 70 kB | 0.3/2.9 MB | 166 kB Progress (4): 283 kB | 70 kB | 0.3/2.9 MB | 166 kB Progress (4): 283 kB | 70 kB | 0.3/2.9 MB | 166 kB Progress (4): 283 kB | 70 kB | 0.3/2.9 MB | 166 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar (166 kB at 175 kB/s) Progress (3): 283 kB | 70 kB | 0.4/2.9 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar Progress (3): 283 kB | 70 kB | 0.4/2.9 MB Progress (3): 283 kB | 70 kB | 0.4/2.9 MB Progress (3): 283 kB | 70 kB | 0.4/2.9 MB Progress (3): 283 kB | 70 kB | 0.4/2.9 MB Progress (3): 283 kB | 70 kB | 0.4/2.9 MB Progress (3): 283 kB | 70 kB | 0.5/2.9 MB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 4.1/329 kB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 7.7/329 kB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 12/329 kB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 12/329 kB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 16/329 kB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 20/329 kB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 20/329 kB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 24/329 kB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 28/329 kB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 32/329 kB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 32/329 kB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 36/329 kB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 40/329 kB Progress (4): 283 kB | 70 kB | 0.5/2.9 MB | 45/329 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 45/329 kB | 4.1/26 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 49/329 kB | 4.1/26 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 49/329 kB | 4.1/26 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 49/329 kB | 7.7/26 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 49/329 kB | 12/26 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 49/329 kB | 16/26 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 53/329 kB | 16/26 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 53/329 kB | 16/26 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 53/329 kB | 20/26 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 57/329 kB | 20/26 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 57/329 kB | 24/26 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 61/329 kB | 24/26 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 61/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.5/2.9 MB | 65/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 65/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 69/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 69/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 73/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 77/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 81/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 81/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 85/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 90/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 94/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 98/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 98/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 102/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 106/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 106/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 110/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 114/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 114/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 118/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 122/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 126/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.6/2.9 MB | 131/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 131/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 135/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 139/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 139/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 143/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 147/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 147/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 151/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 155/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 159/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 163/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 163/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 167/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 171/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 176/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 176/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 180/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 184/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 184/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 188/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 192/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.7/2.9 MB | 196/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 196/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 200/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 204/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 208/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 212/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 212/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 217/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 221/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 221/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 225/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 229/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 229/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 233/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 237/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 241/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 245/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 245/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 249/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 253/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 258/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 258/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 262/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.8/2.9 MB | 266/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 266/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 270/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 274/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 278/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 278/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 282/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 286/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 290/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 290/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 294/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 298/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 298/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 303/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 307/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 311/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 311/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 315/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 319/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 323/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 327/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 327/329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 0.9/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.0/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.0/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.0/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.0/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.0/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.0/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.1/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.1/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.1/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.1/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.1/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.1/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.2/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.2/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.2/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.2/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.2/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.2/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.3/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.3/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.3/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.3/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.3/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.3/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.4/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.4/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.4/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.4/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.4/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.4/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.5/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.5/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.5/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.5/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.5/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.5/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.6/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.6/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.6/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.6/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.6/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.6/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.7/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.7/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.7/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.7/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.7/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.7/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.8/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.8/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.8/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.8/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.8/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.8/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.9/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.9/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.9/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.9/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.9/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.9/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 1.9/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.0/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.0/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.0/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.0/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.0/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.0/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.1/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.1/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.1/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.1/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.1/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.1/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.2/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.2/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.2/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.2/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.2/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.2/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.3/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.3/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.3/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.3/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.3/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.3/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.4/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.4/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.4/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.4/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.4/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.4/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.5/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.5/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.5/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.5/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.5/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.5/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.6/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.6/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.6/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.6/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.6/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.6/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.7/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.7/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.7/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.7/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.7/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.7/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.8/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.8/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.8/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.8/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.8/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.8/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.9/2.9 MB | 329 kB | 26 kB Progress (5): 283 kB | 70 kB | 2.9 MB | 329 kB | 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 220 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 0.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 1.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 2.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 3.9/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.0/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.1/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.2/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.3/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.4/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.5/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.6/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.7/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.8/4.8 MB Progress (5): 70 kB | 2.9 MB | 329 kB | 26 kB | 4.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar (4.8 MB at 3.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar 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 40 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.jar (2.9 MB at 1.3 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar (329 kB at 146 kB/s) 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 12 kB/s) Progress (1): 7.7/878 kB Progress (1): 16/878 kB Progress (1): 24/878 kB Progress (1): 32/878 kB Progress (1): 40/878 kB Progress (1): 49/878 kB Progress (1): 57/878 kB Progress (1): 65/878 kB Progress (1): 73/878 kB Progress (1): 81/878 kB Progress (1): 90/878 kB Progress (1): 98/878 kB Progress (1): 106/878 kB Progress (1): 114/878 kB Progress (1): 122/878 kB Progress (1): 131/878 kB Progress (1): 139/878 kB Progress (1): 147/878 kB Progress (1): 155/878 kB Progress (1): 163/878 kB Progress (1): 171/878 kB Progress (1): 180/878 kB Progress (1): 188/878 kB Progress (1): 196/878 kB Progress (1): 204/878 kB Progress (1): 212/878 kB Progress (1): 221/878 kB Progress (1): 229/878 kB Progress (1): 237/878 kB Progress (1): 245/878 kB Progress (1): 253/878 kB Progress (1): 262/878 kB Progress (1): 270/878 kB Progress (1): 278/878 kB Progress (1): 286/878 kB Progress (1): 294/878 kB Progress (1): 303/878 kB Progress (1): 311/878 kB Progress (1): 319/878 kB Progress (1): 327/878 kB Progress (1): 335/878 kB Progress (1): 344/878 kB Progress (1): 352/878 kB Progress (1): 360/878 kB Progress (1): 368/878 kB Progress (1): 376/878 kB Progress (1): 384/878 kB Progress (1): 393/878 kB Progress (1): 401/878 kB Progress (1): 409/878 kB Progress (1): 417/878 kB Progress (1): 425/878 kB Progress (1): 434/878 kB Progress (1): 442/878 kB Progress (1): 450/878 kB Progress (1): 458/878 kB Progress (1): 466/878 kB Progress (1): 475/878 kB Progress (1): 483/878 kB Progress (1): 491/878 kB Progress (1): 499/878 kB Progress (1): 507/878 kB Progress (1): 516/878 kB Progress (1): 524/878 kB Progress (1): 532/878 kB Progress (1): 540/878 kB Progress (1): 548/878 kB Progress (1): 557/878 kB Progress (1): 565/878 kB Progress (1): 573/878 kB Progress (1): 581/878 kB Progress (1): 589/878 kB Progress (1): 597/878 kB Progress (1): 606/878 kB Progress (1): 614/878 kB Progress (1): 622/878 kB Progress (1): 630/878 kB Progress (1): 638/878 kB Progress (1): 647/878 kB Progress (1): 655/878 kB Progress (1): 663/878 kB Progress (1): 671/878 kB Progress (1): 679/878 kB Progress (1): 688/878 kB Progress (1): 696/878 kB Progress (1): 704/878 kB Progress (1): 712/878 kB Progress (1): 720/878 kB Progress (1): 729/878 kB Progress (1): 737/878 kB Progress (1): 745/878 kB Progress (1): 753/878 kB Progress (1): 761/878 kB Progress (1): 770/878 kB Progress (1): 778/878 kB Progress (1): 786/878 kB Progress (1): 794/878 kB Progress (1): 802/878 kB Progress (1): 810/878 kB Progress (1): 819/878 kB Progress (1): 827/878 kB Progress (1): 835/878 kB Progress (1): 843/878 kB Progress (1): 851/878 kB Progress (1): 860/878 kB Progress (1): 868/878 kB Progress (1): 876/878 kB Progress (1): 878 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar (878 kB at 345 kB/s) [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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 879 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 200 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 1.0 MB/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 25 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 132 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 125 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 4.7 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 79 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 72 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Progress (1): 4.1 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 224 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 4.8 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 52 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 69 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 25 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 170 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 7.6 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 111 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 9.7 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 26 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 57 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 175 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 159 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 274 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 47 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 92 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 201 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 219 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Progress (1): 890 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 271 B/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-profile/2.0.6/maven-profile-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-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-core/2.0.6/maven-core-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-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 Progress (1): 4.1/29 kB Progress (2): 4.1/29 kB | 4.1/35 kB Progress (3): 4.1/29 kB | 4.1/35 kB | 4.1/57 kB Progress (3): 4.1/29 kB | 7.7/35 kB | 4.1/57 kB Progress (3): 7.7/29 kB | 7.7/35 kB | 4.1/57 kB Progress (3): 7.7/29 kB | 12/35 kB | 4.1/57 kB Progress (3): 7.7/29 kB | 12/35 kB | 7.7/57 kB Progress (3): 7.7/29 kB | 16/35 kB | 7.7/57 kB Progress (3): 12/29 kB | 16/35 kB | 7.7/57 kB Progress (3): 12/29 kB | 16/35 kB | 12/57 kB Progress (3): 16/29 kB | 16/35 kB | 12/57 kB Progress (3): 16/29 kB | 16/35 kB | 16/57 kB Progress (3): 16/29 kB | 20/35 kB | 16/57 kB Progress (3): 16/29 kB | 24/35 kB | 16/57 kB Progress (3): 20/29 kB | 24/35 kB | 16/57 kB Progress (3): 20/29 kB | 28/35 kB | 16/57 kB Progress (3): 20/29 kB | 28/35 kB | 20/57 kB Progress (3): 24/29 kB | 28/35 kB | 20/57 kB Progress (3): 24/29 kB | 28/35 kB | 24/57 kB Progress (3): 24/29 kB | 32/35 kB | 24/57 kB Progress (3): 24/29 kB | 32/35 kB | 28/57 kB Progress (3): 28/29 kB | 32/35 kB | 28/57 kB Progress (3): 28/29 kB | 32/35 kB | 32/57 kB Progress (3): 28/29 kB | 35 kB | 32/57 kB Progress (3): 29 kB | 35 kB | 32/57 kB Progress (3): 29 kB | 35 kB | 36/57 kB Progress (3): 29 kB | 35 kB | 40/57 kB Progress (3): 29 kB | 35 kB | 45/57 kB Progress (4): 29 kB | 35 kB | 45/57 kB | 4.1/116 kB Progress (4): 29 kB | 35 kB | 49/57 kB | 4.1/116 kB Progress (4): 29 kB | 35 kB | 49/57 kB | 7.7/116 kB Progress (4): 29 kB | 35 kB | 49/57 kB | 12/116 kB Progress (4): 29 kB | 35 kB | 53/57 kB | 12/116 kB Progress (4): 29 kB | 35 kB | 53/57 kB | 16/116 kB Progress (4): 29 kB | 35 kB | 57 kB | 16/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 1.2 MB/s) 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 964 kB/s) Progress (2): 57 kB | 20/116 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Progress (2): 57 kB | 24/116 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar 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.7 MB/s) Progress (1): 28/116 kB Progress (2): 28/116 kB | 4.1/21 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Progress (3): 28/116 kB | 4.1/21 kB | 4.1/152 kB Progress (3): 28/116 kB | 7.7/21 kB | 4.1/152 kB Progress (3): 32/116 kB | 7.7/21 kB | 4.1/152 kB Progress (3): 32/116 kB | 12/21 kB | 4.1/152 kB Progress (3): 32/116 kB | 12/21 kB | 7.7/152 kB Progress (3): 32/116 kB | 16/21 kB | 7.7/152 kB Progress (3): 32/116 kB | 16/21 kB | 12/152 kB Progress (4): 32/116 kB | 16/21 kB | 12/152 kB | 4.1/9.9 kB Progress (4): 32/116 kB | 20/21 kB | 12/152 kB | 4.1/9.9 kB Progress (4): 32/116 kB | 20/21 kB | 16/152 kB | 4.1/9.9 kB Progress (4): 36/116 kB | 20/21 kB | 16/152 kB | 4.1/9.9 kB Progress (4): 36/116 kB | 21 kB | 16/152 kB | 4.1/9.9 kB Progress (4): 36/116 kB | 21 kB | 16/152 kB | 7.7/9.9 kB Progress (4): 40/116 kB | 21 kB | 16/152 kB | 7.7/9.9 kB Progress (4): 40/116 kB | 21 kB | 16/152 kB | 9.9 kB Progress (4): 45/116 kB | 21 kB | 16/152 kB | 9.9 kB Progress (4): 45/116 kB | 21 kB | 20/152 kB | 9.9 kB Progress (4): 49/116 kB | 21 kB | 20/152 kB | 9.9 kB Progress (4): 49/116 kB | 21 kB | 24/152 kB | 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 561 kB/s) Progress (3): 49/116 kB | 28/152 kB | 9.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 (3): 53/116 kB | 28/152 kB | 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 262 kB/s) Progress (2): 53/116 kB | 32/152 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 (2): 57/116 kB | 32/152 kB Progress (2): 57/116 kB | 36/152 kB Progress (2): 61/116 kB | 36/152 kB Progress (2): 61/116 kB | 40/152 kB Progress (2): 65/116 kB | 40/152 kB Progress (3): 65/116 kB | 40/152 kB | 4.1/24 kB Progress (3): 65/116 kB | 45/152 kB | 4.1/24 kB Progress (3): 65/116 kB | 45/152 kB | 7.7/24 kB Progress (3): 65/116 kB | 49/152 kB | 7.7/24 kB Progress (3): 69/116 kB | 49/152 kB | 7.7/24 kB Progress (3): 69/116 kB | 49/152 kB | 12/24 kB Progress (3): 73/116 kB | 49/152 kB | 12/24 kB Progress (3): 73/116 kB | 49/152 kB | 16/24 kB Progress (3): 77/116 kB | 49/152 kB | 16/24 kB Progress (3): 81/116 kB | 49/152 kB | 16/24 kB Progress (3): 81/116 kB | 49/152 kB | 20/24 kB Progress (3): 81/116 kB | 53/152 kB | 20/24 kB Progress (3): 81/116 kB | 53/152 kB | 24/24 kB Progress (3): 81/116 kB | 57/152 kB | 24/24 kB Progress (3): 85/116 kB | 57/152 kB | 24/24 kB Progress (4): 85/116 kB | 57/152 kB | 24/24 kB | 4.1/14 kB Progress (4): 85/116 kB | 57/152 kB | 24 kB | 4.1/14 kB Progress (4): 85/116 kB | 57/152 kB | 24 kB | 7.7/14 kB Progress (4): 90/116 kB | 57/152 kB | 24 kB | 7.7/14 kB Progress (4): 90/116 kB | 61/152 kB | 24 kB | 7.7/14 kB Progress (4): 94/116 kB | 61/152 kB | 24 kB | 7.7/14 kB Progress (4): 94/116 kB | 61/152 kB | 24 kB | 12/14 kB Progress (4): 98/116 kB | 61/152 kB | 24 kB | 12/14 kB Progress (4): 98/116 kB | 65/152 kB | 24 kB | 12/14 kB Progress (4): 98/116 kB | 65/152 kB | 24 kB | 14 kB Progress (4): 102/116 kB | 65/152 kB | 24 kB | 14 kB Progress (4): 106/116 kB | 65/152 kB | 24 kB | 14 kB Progress (4): 110/116 kB | 65/152 kB | 24 kB | 14 kB Progress (4): 110/116 kB | 69/152 kB | 24 kB | 14 kB Progress (4): 114/116 kB | 69/152 kB | 24 kB | 14 kB Progress (4): 114/116 kB | 73/152 kB | 24 kB | 14 kB Progress (4): 116 kB | 73/152 kB | 24 kB | 14 kB Progress (4): 116 kB | 77/152 kB | 24 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 309 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 556 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Progress (2): 116 kB | 81/152 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Progress (2): 116 kB | 85/152 kB Progress (2): 116 kB | 90/152 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 2.5 MB/s) Progress (1): 94/152 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Progress (1): 98/152 kB Progress (1): 102/152 kB Progress (1): 106/152 kB Progress (1): 110/152 kB Progress (1): 114/152 kB Progress (2): 114/152 kB | 4.1/30 kB Progress (2): 114/152 kB | 7.7/30 kB Progress (2): 114/152 kB | 12/30 kB Progress (2): 118/152 kB | 12/30 kB Progress (2): 118/152 kB | 16/30 kB Progress (2): 122/152 kB | 16/30 kB Progress (2): 126/152 kB | 16/30 kB Progress (2): 131/152 kB | 16/30 kB Progress (2): 131/152 kB | 20/30 kB Progress (3): 131/152 kB | 20/30 kB | 4.1/37 kB Progress (3): 131/152 kB | 24/30 kB | 4.1/37 kB Progress (3): 131/152 kB | 24/30 kB | 7.7/37 kB Progress (3): 131/152 kB | 28/30 kB | 7.7/37 kB Progress (3): 131/152 kB | 28/30 kB | 12/37 kB Progress (3): 131/152 kB | 30 kB | 12/37 kB Progress (3): 131/152 kB | 30 kB | 16/37 kB Progress (3): 135/152 kB | 30 kB | 16/37 kB Progress (3): 139/152 kB | 30 kB | 16/37 kB Progress (3): 143/152 kB | 30 kB | 16/37 kB Progress (3): 147/152 kB | 30 kB | 16/37 kB Progress (4): 147/152 kB | 30 kB | 16/37 kB | 4.1/13 kB Progress (4): 151/152 kB | 30 kB | 16/37 kB | 4.1/13 kB Progress (4): 151/152 kB | 30 kB | 20/37 kB | 4.1/13 kB Progress (4): 151/152 kB | 30 kB | 20/37 kB | 7.7/13 kB Progress (4): 151/152 kB | 30 kB | 24/37 kB | 7.7/13 kB Progress (4): 152 kB | 30 kB | 24/37 kB | 7.7/13 kB Progress (4): 152 kB | 30 kB | 28/37 kB | 7.7/13 kB Progress (4): 152 kB | 30 kB | 28/37 kB | 12/13 kB Progress (4): 152 kB | 30 kB | 32/37 kB | 12/13 kB Progress (4): 152 kB | 30 kB | 32/37 kB | 13 kB Progress (4): 152 kB | 30 kB | 36/37 kB | 13 kB Progress (4): 152 kB | 30 kB | 37 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 568 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 2.8 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 248 kB/s) Progress (2): 37 kB | 4.1/5.9 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar 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 670 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar 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 (1): 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 101 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Progress (2): 10 kB | 4.1/87 kB Progress (3): 10 kB | 4.1/87 kB | 4.1/49 kB Progress (4): 10 kB | 4.1/87 kB | 4.1/49 kB | 4.1/86 kB Progress (4): 10 kB | 4.1/87 kB | 7.7/49 kB | 4.1/86 kB Progress (4): 10 kB | 7.7/87 kB | 7.7/49 kB | 4.1/86 kB Progress (4): 10 kB | 7.7/87 kB | 12/49 kB | 4.1/86 kB Progress (4): 10 kB | 7.7/87 kB | 12/49 kB | 7.7/86 kB Progress (4): 10 kB | 7.7/87 kB | 16/49 kB | 7.7/86 kB Progress (5): 10 kB | 7.7/87 kB | 16/49 kB | 7.7/86 kB | 4.1/38 kB Progress (5): 10 kB | 12/87 kB | 16/49 kB | 7.7/86 kB | 4.1/38 kB Progress (5): 10 kB | 12/87 kB | 16/49 kB | 7.7/86 kB | 7.7/38 kB Progress (5): 10 kB | 12/87 kB | 16/49 kB | 12/86 kB | 7.7/38 kB Progress (5): 10 kB | 12/87 kB | 16/49 kB | 12/86 kB | 12/38 kB Progress (5): 10 kB | 12/87 kB | 20/49 kB | 12/86 kB | 12/38 kB Progress (5): 10 kB | 16/87 kB | 20/49 kB | 12/86 kB | 12/38 kB Progress (5): 10 kB | 16/87 kB | 24/49 kB | 12/86 kB | 12/38 kB Progress (5): 10 kB | 16/87 kB | 24/49 kB | 12/86 kB | 16/38 kB Progress (5): 10 kB | 16/87 kB | 24/49 kB | 16/86 kB | 16/38 kB Progress (5): 10 kB | 16/87 kB | 28/49 kB | 16/86 kB | 16/38 kB Progress (5): 10 kB | 16/87 kB | 32/49 kB | 16/86 kB | 16/38 kB Progress (5): 10 kB | 16/87 kB | 32/49 kB | 16/86 kB | 20/38 kB Progress (5): 10 kB | 20/87 kB | 32/49 kB | 16/86 kB | 20/38 kB Progress (5): 10 kB | 20/87 kB | 32/49 kB | 16/86 kB | 24/38 kB Progress (5): 10 kB | 20/87 kB | 36/49 kB | 16/86 kB | 24/38 kB Progress (5): 10 kB | 24/87 kB | 36/49 kB | 16/86 kB | 24/38 kB Progress (5): 10 kB | 24/87 kB | 36/49 kB | 20/86 kB | 24/38 kB Progress (5): 10 kB | 24/87 kB | 40/49 kB | 20/86 kB | 24/38 kB Progress (5): 10 kB | 24/87 kB | 40/49 kB | 20/86 kB | 28/38 kB Progress (5): 10 kB | 24/87 kB | 45/49 kB | 20/86 kB | 28/38 kB Progress (5): 10 kB | 24/87 kB | 45/49 kB | 24/86 kB | 28/38 kB Progress (5): 10 kB | 28/87 kB | 45/49 kB | 24/86 kB | 28/38 kB Progress (5): 10 kB | 28/87 kB | 45/49 kB | 28/86 kB | 28/38 kB Progress (5): 10 kB | 28/87 kB | 49/49 kB | 28/86 kB | 28/38 kB Progress (5): 10 kB | 28/87 kB | 49/49 kB | 28/86 kB | 32/38 kB Progress (5): 10 kB | 28/87 kB | 49 kB | 28/86 kB | 32/38 kB Progress (5): 10 kB | 28/87 kB | 49 kB | 32/86 kB | 32/38 kB Progress (5): 10 kB | 32/87 kB | 49 kB | 32/86 kB | 32/38 kB Progress (5): 10 kB | 32/87 kB | 49 kB | 32/86 kB | 36/38 kB Progress (5): 10 kB | 32/87 kB | 49 kB | 32/86 kB | 38 kB Progress (5): 10 kB | 36/87 kB | 49 kB | 32/86 kB | 38 kB Progress (5): 10 kB | 36/87 kB | 49 kB | 36/86 kB | 38 kB Progress (5): 10 kB | 40/87 kB | 49 kB | 36/86 kB | 38 kB Progress (5): 10 kB | 40/87 kB | 49 kB | 40/86 kB | 38 kB Progress (5): 10 kB | 45/87 kB | 49 kB | 40/86 kB | 38 kB Progress (5): 10 kB | 45/87 kB | 49 kB | 45/86 kB | 38 kB Progress (5): 10 kB | 49/87 kB | 49 kB | 45/86 kB | 38 kB Progress (5): 10 kB | 49/87 kB | 49 kB | 49/86 kB | 38 kB Progress (5): 10 kB | 53/87 kB | 49 kB | 49/86 kB | 38 kB Progress (5): 10 kB | 57/87 kB | 49 kB | 49/86 kB | 38 kB Progress (5): 10 kB | 61/87 kB | 49 kB | 49/86 kB | 38 kB Progress (5): 10 kB | 61/87 kB | 49 kB | 53/86 kB | 38 kB Progress (5): 10 kB | 65/87 kB | 49 kB | 53/86 kB | 38 kB Progress (5): 10 kB | 65/87 kB | 49 kB | 57/86 kB | 38 kB Progress (5): 10 kB | 65/87 kB | 49 kB | 61/86 kB | 38 kB Progress (5): 10 kB | 65/87 kB | 49 kB | 65/86 kB | 38 kB Progress (5): 10 kB | 69/87 kB | 49 kB | 65/86 kB | 38 kB Progress (5): 10 kB | 73/87 kB | 49 kB | 65/86 kB | 38 kB Progress (5): 10 kB | 77/87 kB | 49 kB | 65/86 kB | 38 kB Progress (5): 10 kB | 81/87 kB | 49 kB | 65/86 kB | 38 kB Progress (5): 10 kB | 81/87 kB | 49 kB | 69/86 kB | 38 kB Progress (5): 10 kB | 81/87 kB | 49 kB | 73/86 kB | 38 kB Progress (5): 10 kB | 85/87 kB | 49 kB | 73/86 kB | 38 kB Progress (5): 10 kB | 85/87 kB | 49 kB | 77/86 kB | 38 kB Progress (5): 10 kB | 87 kB | 49 kB | 77/86 kB | 38 kB Progress (5): 10 kB | 87 kB | 49 kB | 81/86 kB | 38 kB Progress (5): 10 kB | 87 kB | 49 kB | 85/86 kB | 38 kB Progress (5): 10 kB | 87 kB | 49 kB | 86 kB | 38 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 27 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 100 kB/s) 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 227 kB/s) 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 129 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar 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 (2): 87 kB | 4.1/6.8 kB Progress (2): 87 kB | 6.8 kB Progress (3): 87 kB | 6.8 kB | 4.1/121 kB Progress (3): 87 kB | 6.8 kB | 7.7/121 kB Progress (4): 87 kB | 6.8 kB | 7.7/121 kB | 4.1/223 kB Progress (4): 87 kB | 6.8 kB | 12/121 kB | 4.1/223 kB Progress (4): 87 kB | 6.8 kB | 12/121 kB | 7.7/223 kB Progress (4): 87 kB | 6.8 kB | 16/121 kB | 7.7/223 kB Progress (4): 87 kB | 6.8 kB | 16/121 kB | 12/223 kB Progress (4): 87 kB | 6.8 kB | 16/121 kB | 16/223 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 18 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Progress (3): 87 kB | 16/121 kB | 20/223 kB Progress (4): 87 kB | 16/121 kB | 20/223 kB | 4.1/35 kB Progress (4): 87 kB | 20/121 kB | 20/223 kB | 4.1/35 kB Progress (4): 87 kB | 20/121 kB | 20/223 kB | 7.7/35 kB Progress (4): 87 kB | 20/121 kB | 24/223 kB | 7.7/35 kB Progress (4): 87 kB | 20/121 kB | 24/223 kB | 12/35 kB Progress (4): 87 kB | 24/121 kB | 24/223 kB | 12/35 kB Progress (4): 87 kB | 24/121 kB | 24/223 kB | 16/35 kB Progress (4): 87 kB | 24/121 kB | 28/223 kB | 16/35 kB Progress (4): 87 kB | 28/121 kB | 28/223 kB | 16/35 kB Progress (4): 87 kB | 28/121 kB | 32/223 kB | 16/35 kB Progress (4): 87 kB | 32/121 kB | 32/223 kB | 16/35 kB Progress (4): 87 kB | 32/121 kB | 32/223 kB | 20/35 kB Progress (4): 87 kB | 32/121 kB | 32/223 kB | 24/35 kB Progress (4): 87 kB | 32/121 kB | 32/223 kB | 28/35 kB Progress (4): 87 kB | 32/121 kB | 32/223 kB | 32/35 kB Progress (4): 87 kB | 32/121 kB | 32/223 kB | 35 kB Progress (4): 87 kB | 32/121 kB | 36/223 kB | 35 kB Progress (4): 87 kB | 36/121 kB | 36/223 kB | 35 kB Progress (4): 87 kB | 36/121 kB | 40/223 kB | 35 kB Progress (4): 87 kB | 40/121 kB | 40/223 kB | 35 kB Progress (4): 87 kB | 40/121 kB | 45/223 kB | 35 kB Progress (4): 87 kB | 45/121 kB | 45/223 kB | 35 kB Progress (4): 87 kB | 45/121 kB | 49/223 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 88 kB/s) Progress (3): 87 kB | 49/121 kB | 49/223 kB Progress (3): 87 kB | 49/121 kB | 53/223 kB Progress (3): 87 kB | 49/121 kB | 57/223 kB Progress (3): 87 kB | 49/121 kB | 61/223 kB Progress (3): 87 kB | 53/121 kB | 61/223 kB Progress (3): 87 kB | 53/121 kB | 65/223 kB Progress (3): 87 kB | 57/121 kB | 65/223 kB Progress (3): 87 kB | 61/121 kB | 65/223 kB Progress (3): 87 kB | 65/121 kB | 65/223 kB Progress (3): 87 kB | 65/121 kB | 69/223 kB Progress (3): 87 kB | 69/121 kB | 69/223 kB Progress (3): 87 kB | 69/121 kB | 73/223 kB Progress (3): 87 kB | 73/121 kB | 73/223 kB Progress (3): 87 kB | 73/121 kB | 77/223 kB Progress (3): 87 kB | 77/121 kB | 77/223 kB Progress (3): 87 kB | 77/121 kB | 81/223 kB Progress (3): 87 kB | 81/121 kB | 81/223 kB Progress (3): 87 kB | 85/121 kB | 81/223 kB Progress (3): 87 kB | 90/121 kB | 81/223 kB Progress (3): 87 kB | 90/121 kB | 85/223 kB Progress (3): 87 kB | 94/121 kB | 85/223 kB Progress (3): 87 kB | 94/121 kB | 90/223 kB Progress (3): 87 kB | 98/121 kB | 90/223 kB Progress (3): 87 kB | 98/121 kB | 94/223 kB Progress (3): 87 kB | 98/121 kB | 98/223 kB Progress (3): 87 kB | 102/121 kB | 98/223 kB Progress (3): 87 kB | 106/121 kB | 98/223 kB Progress (3): 87 kB | 110/121 kB | 98/223 kB Progress (3): 87 kB | 110/121 kB | 102/223 kB Progress (3): 87 kB | 114/121 kB | 102/223 kB Progress (3): 87 kB | 114/121 kB | 106/223 kB Progress (3): 87 kB | 114/121 kB | 110/223 kB Progress (3): 87 kB | 114/121 kB | 114/223 kB Progress (3): 87 kB | 118/121 kB | 114/223 kB Progress (3): 87 kB | 121 kB | 114/223 kB Progress (3): 87 kB | 121 kB | 118/223 kB Progress (3): 87 kB | 121 kB | 122/223 kB Progress (3): 87 kB | 121 kB | 126/223 kB Progress (3): 87 kB | 121 kB | 131/223 kB Progress (3): 87 kB | 121 kB | 135/223 kB Progress (3): 87 kB | 121 kB | 139/223 kB Progress (3): 87 kB | 121 kB | 143/223 kB Progress (3): 87 kB | 121 kB | 147/223 kB Progress (3): 87 kB | 121 kB | 151/223 kB Progress (3): 87 kB | 121 kB | 155/223 kB Progress (3): 87 kB | 121 kB | 159/223 kB Progress (3): 87 kB | 121 kB | 163/223 kB Progress (3): 87 kB | 121 kB | 167/223 kB Progress (3): 87 kB | 121 kB | 171/223 kB Progress (3): 87 kB | 121 kB | 176/223 kB Progress (3): 87 kB | 121 kB | 180/223 kB Progress (3): 87 kB | 121 kB | 184/223 kB Progress (3): 87 kB | 121 kB | 188/223 kB Progress (3): 87 kB | 121 kB | 192/223 kB Progress (3): 87 kB | 121 kB | 196/223 kB Progress (3): 87 kB | 121 kB | 200/223 kB Progress (3): 87 kB | 121 kB | 204/223 kB Progress (3): 87 kB | 121 kB | 208/223 kB Progress (3): 87 kB | 121 kB | 212/223 kB Progress (3): 87 kB | 121 kB | 217/223 kB Progress (3): 87 kB | 121 kB | 221/223 kB Progress (3): 87 kB | 121 kB | 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 197 kB/s) Progress (3): 121 kB | 223 kB | 4.1/61 kB Progress (3): 121 kB | 223 kB | 7.7/61 kB Progress (3): 121 kB | 223 kB | 12/61 kB Progress (3): 121 kB | 223 kB | 16/61 kB Progress (3): 121 kB | 223 kB | 20/61 kB Progress (3): 121 kB | 223 kB | 24/61 kB Progress (3): 121 kB | 223 kB | 28/61 kB Progress (3): 121 kB | 223 kB | 32/61 kB Progress (3): 121 kB | 223 kB | 36/61 kB Progress (3): 121 kB | 223 kB | 40/61 kB Progress (3): 121 kB | 223 kB | 45/61 kB Progress (3): 121 kB | 223 kB | 49/61 kB Progress (3): 121 kB | 223 kB | 53/61 kB Progress (3): 121 kB | 223 kB | 57/61 kB Progress (3): 121 kB | 223 kB | 61/61 kB Progress (3): 121 kB | 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 134 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 232 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 307 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.reddeer.common --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom Progress (1): 692 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom (692 B at 2.8 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom Progress (1): 4.1 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom (6.0 kB at 754 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 664 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom Progress (1): 867 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom (867 B at 289 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.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.7.0/tycho-compiler-jdt-1.7.0.pom (2.4 kB at 118 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.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.7.0/tycho-lib-detector-1.7.0.pom (1.6 kB at 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.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.21.0/ecj-3.21.0.pom (1.7 kB at 7.1 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar Progress (1): 0/3.0 MB Progress (1): 0/3.0 MB Progress (1): 0/3.0 MB Progress (2): 0/3.0 MB | 4.1/18 kB Progress (2): 0/3.0 MB | 7.7/18 kB Progress (2): 0.1/3.0 MB | 7.7/18 kB Progress (2): 0.1/3.0 MB | 12/18 kB Progress (2): 0.1/3.0 MB | 16/18 kB Progress (2): 0.1/3.0 MB | 18 kB Progress (2): 0.1/3.0 MB | 18 kB Progress (2): 0.1/3.0 MB | 18 kB Progress (2): 0.1/3.0 MB | 18 kB Progress (2): 0.1/3.0 MB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.jar (18 kB at 673 kB/s) Progress (1): 0.1/3.0 MB Progress (2): 0.1/3.0 MB | 4.1/4.7 kB Progress (2): 0.1/3.0 MB | 4.7 kB Progress (2): 0.2/3.0 MB | 4.7 kB Progress (2): 0.2/3.0 MB | 4.7 kB Progress (2): 0.2/3.0 MB | 4.7 kB Progress (2): 0.2/3.0 MB | 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar (4.7 kB at 157 kB/s) Progress (1): 0.2/3.0 MB Progress (1): 0.2/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.3/3.0 MB Progress (2): 0.3/3.0 MB | 3.5 kB Progress (2): 0.3/3.0 MB | 3.5 kB Progress (3): 0.3/3.0 MB | 3.5 kB | 4.1/27 kB Progress (3): 0.3/3.0 MB | 3.5 kB | 7.7/27 kB Progress (3): 0.3/3.0 MB | 3.5 kB | 12/27 kB Progress (3): 0.3/3.0 MB | 3.5 kB | 16/27 kB Progress (3): 0.3/3.0 MB | 3.5 kB | 20/27 kB Progress (3): 0.3/3.0 MB | 3.5 kB | 24/27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.jar (3.5 kB at 97 kB/s) Progress (2): 0.3/3.0 MB | 27 kB Progress (2): 0.3/3.0 MB | 27 kB Progress (2): 0.3/3.0 MB | 27 kB Progress (2): 0.4/3.0 MB | 27 kB Progress (2): 0.4/3.0 MB | 27 kB Progress (2): 0.4/3.0 MB | 27 kB Progress (2): 0.4/3.0 MB | 27 kB Progress (2): 0.4/3.0 MB | 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar (27 kB at 677 kB/s) Progress (1): 0.4/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 3.0/3.0 MB Progress (1): 3.0/3.0 MB Progress (1): 3.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.jar (3.0 MB at 9.9 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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.common --- [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.core >------- [INFO] Building RedDeer Workbench Core 3.0.0-SNAPSHOT [4/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.core --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [5/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.core >------------ [INFO] Building RedDeer Core 3.0.0-SNAPSHOT [6/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.core --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.swt >------------- [INFO] Building RedDeer SWT 3.0.0-SNAPSHOT [7/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.swt --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.jface >------------ [INFO] Building RedDeer JFace 3.0.0-SNAPSHOT [8/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.jface --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.workbench >---------- [INFO] Building RedDeer Workbench 3.0.0-SNAPSHOT [9/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench >-------- [INFO] Building RedDeer E4 Workbench 3.0.0-SNAPSHOT [10/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms >----------- [INFO] Building RedDeer UIForms 3.0.0-SNAPSHOT [11/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.direct >----------- [INFO] Building RedDeer Direct 3.0.0-SNAPSHOT [12/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.direct --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.junit >------------ [INFO] Building RedDeer JUnit 3.0.0-SNAPSHOT [13/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.junit --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse >----------- [INFO] Building RedDeer Eclipse 3.0.0-SNAPSHOT [14/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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 249 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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.gef >------------- [INFO] Building RedDeer GEF 3.0.0-SNAPSHOT [15/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy >----------- [INFO] Building RedDeer GEF Spy 3.0.0-SNAPSHOT [16/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.spy --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti >---------- [INFO] Building RedDeer Graphiti 3.0.0-SNAPSHOT [17/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit >---------- [INFO] Building RedDeer JDT Junit 3.0.0-SNAPSHOT [18/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jdt.junit --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [19/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.extension --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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 12 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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.requirements >-------- [INFO] Building RedDeer Requirements 3.0.0-SNAPSHOT [20/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.ui >------------- [INFO] Building RedDeer UI 3.0.0-SNAPSHOT [21/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.ui --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.spy >------------- [INFO] Building RedDeer Spy 3.0.0-SNAPSHOT [22/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.spy --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.spy --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.recorder >---------- [INFO] Building RedDeer Recorder 3.0.0-SNAPSHOT [23/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.recorder --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.go >------------- [INFO] Building RedDeer Go 3.0.0-SNAPSHOT [24/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.go --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.go --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.logparser >---------- [INFO] Building RedDeer Log Parser 3.0.0-SNAPSHOT [25/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.logparser --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.codegen >----------- [INFO] Building RedDeer CodeGen 3.0.0-SNAPSHOT [26/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.codegen --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] -------------------< org.eclipse.reddeer:test-apps >-------------------- [INFO] Building RedDeer Test-Apps 3.0.0-SNAPSHOT [27/58] [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.7.0:plugin-source (plugin-source) @ test-apps --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ test-apps --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ test-apps --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ test-apps --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ test-apps --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.e4 >------------- [INFO] Building RedDeer E4 Test App 3.0.0-SNAPSHOT [28/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4 --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] ---------------------< org.eclipse.reddeer:tests >---------------------- [INFO] Building RedDeer Tests 3.0.0-SNAPSHOT [29/58] [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.7.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.7.0:normalize (pack200-normalize) @ tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ tests --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ tests --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ tests --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.common.test >--------- [INFO] Building RedDeer Common Tests 3.0.0-SNAPSHOT [30/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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 297 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 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [31/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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 297 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 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [32/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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 297 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 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [33/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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 297 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 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [34/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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 297 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 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [35/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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 297 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 13 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.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [36/58] [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 26 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hsqldb/hsqldb/2.3.0/hsqldb-2.3.0.jar Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hsqldb/hsqldb/2.3.0/hsqldb-2.3.0.jar (1.5 MB at 17 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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 12 resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 60 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 995 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 109 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 13 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 136 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 129 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 157 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 93 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 169 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 40 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 60 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 432 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 48 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 75 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 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 46 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 572 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 1.3 MB/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 30 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 32 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 41 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 117 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 86 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Progress (1): 4.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 384 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Progress (1): 4.1 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 295 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 456 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Progress (1): 4.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 210 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 143 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 356 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 102 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 120 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 12 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 107 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 73 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom Progress (1): 4.1 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 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 kB Progress (1): 8.2 kB Progress (1): 8.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 463 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 658 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 583 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 7.8 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 167 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 37 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 100 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 96 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 937 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 131 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (3.1 kB at 112 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom Progress (1): 4.1 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Progress (1): 4.1 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 132 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.5/maven-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 238 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 136 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 75 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 87 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 11 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 35 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 251 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 126 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 724 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 84 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 216 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 72 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 141 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 23 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 72 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 18 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 19 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 67 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 504 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 150 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 169 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 102 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 180 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 4.0 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 133 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 62 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 59 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 183 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 165 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 686 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 6.3 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 39 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 146 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 78 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 50 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 175 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 838 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 224 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 945 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.jar 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-profile/2.0.9/maven-profile-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-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-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-profile/2.0.9/maven-profile-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Progress (1): 4.1/49 kB Progress (1): 7.7/49 kB Progress (1): 12/49 kB Progress (1): 16/49 kB Progress (1): 20/49 kB Progress (1): 24/49 kB Progress (1): 28/49 kB Progress (1): 32/49 kB Progress (1): 36/49 kB Progress (1): 40/49 kB Progress (1): 45/49 kB Progress (1): 49/49 kB Progress (1): 49 kB Progress (2): 49 kB | 4.1/35 kB Progress (2): 49 kB | 7.7/35 kB Progress (2): 49 kB | 12/35 kB Progress (2): 49 kB | 16/35 kB Progress (2): 49 kB | 20/35 kB Progress (2): 49 kB | 24/35 kB Progress (3): 49 kB | 24/35 kB | 4.1/13 kB Progress (3): 49 kB | 28/35 kB | 4.1/13 kB Progress (3): 49 kB | 28/35 kB | 7.7/13 kB Progress (3): 49 kB | 32/35 kB | 7.7/13 kB Progress (3): 49 kB | 32/35 kB | 12/13 kB Progress (3): 49 kB | 32/35 kB | 13 kB Progress (3): 49 kB | 35 kB | 13 kB Progress (4): 49 kB | 35 kB | 13 kB | 4.1/89 kB Progress (5): 49 kB | 35 kB | 13 kB | 4.1/89 kB | 4.1/122 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 516 kB/s) Progress (4): 49 kB | 35 kB | 7.7/89 kB | 4.1/122 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 1.9 MB/s) Progress (3): 35 kB | 12/89 kB | 4.1/122 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 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 1.4 MB/s) Progress (2): 12/89 kB | 7.7/122 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Progress (2): 16/89 kB | 7.7/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 (2): 20/89 kB | 7.7/122 kB Progress (2): 20/89 kB | 12/122 kB Progress (2): 24/89 kB | 12/122 kB Progress (2): 24/89 kB | 16/122 kB Progress (2): 28/89 kB | 16/122 kB Progress (2): 32/89 kB | 16/122 kB Progress (2): 32/89 kB | 20/122 kB Progress (2): 32/89 kB | 24/122 kB Progress (2): 36/89 kB | 24/122 kB Progress (3): 36/89 kB | 24/122 kB | 4.1/160 kB Progress (3): 40/89 kB | 24/122 kB | 4.1/160 kB Progress (3): 40/89 kB | 24/122 kB | 7.7/160 kB Progress (3): 40/89 kB | 28/122 kB | 7.7/160 kB Progress (3): 40/89 kB | 28/122 kB | 12/160 kB Progress (3): 45/89 kB | 28/122 kB | 12/160 kB Progress (3): 45/89 kB | 28/122 kB | 16/160 kB Progress (3): 45/89 kB | 32/122 kB | 16/160 kB Progress (3): 49/89 kB | 32/122 kB | 16/160 kB Progress (3): 49/89 kB | 32/122 kB | 20/160 kB Progress (3): 49/89 kB | 32/122 kB | 24/160 kB Progress (3): 49/89 kB | 36/122 kB | 24/160 kB Progress (3): 49/89 kB | 36/122 kB | 28/160 kB Progress (3): 53/89 kB | 36/122 kB | 28/160 kB Progress (3): 53/89 kB | 36/122 kB | 32/160 kB Progress (3): 53/89 kB | 40/122 kB | 32/160 kB Progress (3): 57/89 kB | 40/122 kB | 32/160 kB Progress (3): 57/89 kB | 45/122 kB | 32/160 kB Progress (3): 61/89 kB | 45/122 kB | 32/160 kB Progress (3): 61/89 kB | 49/122 kB | 32/160 kB Progress (3): 65/89 kB | 49/122 kB | 32/160 kB Progress (3): 65/89 kB | 49/122 kB | 36/160 kB Progress (3): 65/89 kB | 49/122 kB | 40/160 kB Progress (3): 65/89 kB | 49/122 kB | 45/160 kB Progress (3): 65/89 kB | 49/122 kB | 49/160 kB Progress (3): 65/89 kB | 53/122 kB | 49/160 kB Progress (3): 69/89 kB | 53/122 kB | 49/160 kB Progress (3): 69/89 kB | 57/122 kB | 49/160 kB Progress (3): 73/89 kB | 57/122 kB | 49/160 kB Progress (3): 73/89 kB | 57/122 kB | 53/160 kB Progress (3): 73/89 kB | 61/122 kB | 53/160 kB Progress (3): 73/89 kB | 61/122 kB | 57/160 kB Progress (3): 77/89 kB | 61/122 kB | 57/160 kB Progress (3): 77/89 kB | 61/122 kB | 61/160 kB Progress (3): 77/89 kB | 65/122 kB | 61/160 kB Progress (3): 77/89 kB | 65/122 kB | 65/160 kB Progress (3): 81/89 kB | 65/122 kB | 65/160 kB Progress (3): 81/89 kB | 65/122 kB | 69/160 kB Progress (3): 85/89 kB | 65/122 kB | 69/160 kB Progress (3): 85/89 kB | 65/122 kB | 73/160 kB Progress (3): 85/89 kB | 69/122 kB | 73/160 kB Progress (3): 85/89 kB | 69/122 kB | 77/160 kB Progress (3): 89 kB | 69/122 kB | 77/160 kB Progress (3): 89 kB | 69/122 kB | 81/160 kB Progress (3): 89 kB | 73/122 kB | 81/160 kB Progress (3): 89 kB | 77/122 kB | 81/160 kB Progress (3): 89 kB | 77/122 kB | 85/160 kB Progress (3): 89 kB | 81/122 kB | 85/160 kB Progress (3): 89 kB | 81/122 kB | 90/160 kB Progress (3): 89 kB | 81/122 kB | 94/160 kB Progress (3): 89 kB | 81/122 kB | 98/160 kB Progress (3): 89 kB | 85/122 kB | 98/160 kB Progress (3): 89 kB | 90/122 kB | 98/160 kB Progress (3): 89 kB | 94/122 kB | 98/160 kB Progress (3): 89 kB | 94/122 kB | 102/160 kB Progress (3): 89 kB | 98/122 kB | 102/160 kB Progress (3): 89 kB | 98/122 kB | 106/160 kB Progress (3): 89 kB | 98/122 kB | 110/160 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 2.4 MB/s) Progress (2): 102/122 kB | 110/160 kB Progress (2): 102/122 kB | 114/160 kB Progress (2): 106/122 kB | 114/160 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): 106/122 kB | 118/160 kB Progress (2): 110/122 kB | 118/160 kB Progress (2): 110/122 kB | 122/160 kB Progress (2): 114/122 kB | 122/160 kB Progress (2): 114/122 kB | 126/160 kB Progress (2): 114/122 kB | 131/160 kB Progress (2): 118/122 kB | 131/160 kB Progress (2): 122 kB | 131/160 kB Progress (2): 122 kB | 135/160 kB Progress (2): 122 kB | 139/160 kB Progress (2): 122 kB | 143/160 kB Progress (2): 122 kB | 147/160 kB Progress (2): 122 kB | 151/160 kB Progress (2): 122 kB | 155/160 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 3.0 MB/s) Progress (1): 159/160 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Progress (1): 160 kB Progress (2): 160 kB | 4.1/29 kB Progress (2): 160 kB | 7.7/29 kB Progress (2): 160 kB | 12/29 kB Progress (2): 160 kB | 16/29 kB Progress (3): 160 kB | 16/29 kB | 4.1/14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 742 kB/s) Progress (2): 20/29 kB | 4.1/14 kB Progress (2): 20/29 kB | 7.7/14 kB Progress (2): 24/29 kB | 7.7/14 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 (2): 28/29 kB | 7.7/14 kB Progress (2): 28/29 kB | 12/14 kB Progress (2): 29 kB | 12/14 kB Progress (2): 29 kB | 14 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 133 kB/s) Progress (2): 14 kB | 4.1/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Progress (2): 14 kB | 7.7/37 kB Progress (2): 14 kB | 12/37 kB Progress (2): 14 kB | 16/37 kB Progress (2): 14 kB | 20/37 kB Progress (3): 14 kB | 20/37 kB | 4.1/21 kB Progress (3): 14 kB | 24/37 kB | 4.1/21 kB Progress (3): 14 kB | 24/37 kB | 7.7/21 kB Progress (3): 14 kB | 28/37 kB | 7.7/21 kB Progress (3): 14 kB | 28/37 kB | 12/21 kB Progress (3): 14 kB | 32/37 kB | 12/21 kB Progress (4): 14 kB | 32/37 kB | 12/21 kB | 4.1/10 kB Progress (4): 14 kB | 32/37 kB | 16/21 kB | 4.1/10 kB Progress (4): 14 kB | 32/37 kB | 16/21 kB | 7.7/10 kB Progress (4): 14 kB | 36/37 kB | 16/21 kB | 7.7/10 kB Progress (4): 14 kB | 37 kB | 16/21 kB | 7.7/10 kB Progress (4): 14 kB | 37 kB | 16/21 kB | 10 kB Progress (4): 14 kB | 37 kB | 20/21 kB | 10 kB Progress (5): 14 kB | 37 kB | 20/21 kB | 10 kB | 4.1/87 kB Progress (5): 14 kB | 37 kB | 21 kB | 10 kB | 4.1/87 kB Progress (5): 14 kB | 37 kB | 21 kB | 10 kB | 7.7/87 kB Progress (5): 14 kB | 37 kB | 21 kB | 10 kB | 12/87 kB Progress (5): 14 kB | 37 kB | 21 kB | 10 kB | 16/87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 46 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.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 93 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Progress (3): 14 kB | 37 kB | 20/87 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): 14 kB | 37 kB | 24/87 kB Progress (3): 14 kB | 37 kB | 28/87 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 164 kB/s) Progress (2): 14 kB | 32/87 kB 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 Progress (3): 14 kB | 32/87 kB | 4.1/58 kB Progress (3): 14 kB | 32/87 kB | 7.7/58 kB Progress (3): 14 kB | 36/87 kB | 7.7/58 kB Progress (3): 14 kB | 36/87 kB | 12/58 kB Progress (3): 14 kB | 40/87 kB | 12/58 kB Progress (3): 14 kB | 40/87 kB | 16/58 kB Progress (3): 14 kB | 45/87 kB | 16/58 kB Progress (3): 14 kB | 49/87 kB | 16/58 kB Progress (3): 14 kB | 49/87 kB | 20/58 kB Progress (3): 14 kB | 49/87 kB | 24/58 kB Progress (3): 14 kB | 49/87 kB | 28/58 kB Progress (3): 14 kB | 49/87 kB | 32/58 kB Progress (3): 14 kB | 53/87 kB | 32/58 kB Progress (3): 14 kB | 57/87 kB | 32/58 kB Progress (3): 14 kB | 61/87 kB | 32/58 kB Progress (3): 14 kB | 61/87 kB | 36/58 kB Progress (3): 14 kB | 65/87 kB | 36/58 kB Progress (3): 14 kB | 65/87 kB | 40/58 kB Progress (3): 14 kB | 65/87 kB | 45/58 kB Progress (3): 14 kB | 65/87 kB | 49/58 kB Progress (3): 14 kB | 65/87 kB | 53/58 kB Progress (3): 14 kB | 69/87 kB | 53/58 kB Progress (3): 14 kB | 69/87 kB | 57/58 kB Progress (3): 14 kB | 73/87 kB | 57/58 kB Progress (3): 14 kB | 73/87 kB | 58 kB Progress (3): 14 kB | 77/87 kB | 58 kB Progress (3): 14 kB | 81/87 kB | 58 kB Progress (3): 14 kB | 85/87 kB | 58 kB Progress (3): 14 kB | 87 kB | 58 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 249 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-model/2.0.9/maven-model-2.0.9.jar (87 kB at 375 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 (2): 14 kB | 4.1/21 kB Progress (2): 14 kB | 7.7/21 kB Progress (2): 14 kB | 12/21 kB Progress (2): 14 kB | 16/21 kB Progress (2): 14 kB | 20/21 kB Progress (2): 14 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 87 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar 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 57 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 (1): 4.1/55 kB Progress (2): 4.1/55 kB | 4.1/25 kB Progress (3): 4.1/55 kB | 4.1/25 kB | 4.1/109 kB Progress (3): 4.1/55 kB | 7.7/25 kB | 4.1/109 kB Progress (3): 7.7/55 kB | 7.7/25 kB | 4.1/109 kB Progress (3): 7.7/55 kB | 12/25 kB | 4.1/109 kB Progress (3): 7.7/55 kB | 12/25 kB | 7.7/109 kB Progress (3): 7.7/55 kB | 16/25 kB | 7.7/109 kB Progress (3): 12/55 kB | 16/25 kB | 7.7/109 kB Progress (3): 12/55 kB | 16/25 kB | 12/109 kB Progress (3): 16/55 kB | 16/25 kB | 12/109 kB Progress (3): 16/55 kB | 20/25 kB | 12/109 kB Progress (3): 16/55 kB | 20/25 kB | 16/109 kB Progress (3): 16/55 kB | 24/25 kB | 16/109 kB Progress (3): 16/55 kB | 25 kB | 16/109 kB Progress (3): 20/55 kB | 25 kB | 16/109 kB Progress (3): 24/55 kB | 25 kB | 16/109 kB Progress (3): 28/55 kB | 25 kB | 16/109 kB Progress (3): 28/55 kB | 25 kB | 20/109 kB Progress (3): 32/55 kB | 25 kB | 20/109 kB Progress (3): 32/55 kB | 25 kB | 24/109 kB Progress (3): 32/55 kB | 25 kB | 28/109 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 87 kB/s) Progress (2): 36/55 kB | 28/109 kB Progress (2): 36/55 kB | 32/109 kB Progress (2): 40/55 kB | 32/109 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): 45/55 kB | 32/109 kB Progress (2): 49/55 kB | 32/109 kB Progress (2): 49/55 kB | 36/109 kB Progress (2): 49/55 kB | 40/109 kB Progress (2): 53/55 kB | 40/109 kB Progress (2): 53/55 kB | 45/109 kB Progress (2): 55 kB | 45/109 kB Progress (2): 55 kB | 49/109 kB Progress (2): 55 kB | 53/109 kB Progress (2): 55 kB | 57/109 kB Progress (3): 55 kB | 57/109 kB | 4.1/10 kB Progress (3): 55 kB | 61/109 kB | 4.1/10 kB Progress (3): 55 kB | 61/109 kB | 7.7/10 kB Progress (3): 55 kB | 65/109 kB | 7.7/10 kB Progress (3): 55 kB | 65/109 kB | 10 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 192 kB/s) Progress (2): 69/109 kB | 10 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Progress (2): 73/109 kB | 10 kB Progress (2): 77/109 kB | 10 kB Progress (2): 81/109 kB | 10 kB Progress (2): 85/109 kB | 10 kB Progress (2): 90/109 kB | 10 kB Progress (2): 94/109 kB | 10 kB Progress (2): 98/109 kB | 10 kB Progress (2): 102/109 kB | 10 kB Progress (2): 106/109 kB | 10 kB Progress (2): 109 kB | 10 kB Progress (3): 109 kB | 10 kB | 4.1/41 kB Progress (3): 109 kB | 10 kB | 7.7/41 kB Progress (3): 109 kB | 10 kB | 12/41 kB Progress (3): 109 kB | 10 kB | 16/41 kB Progress (3): 109 kB | 10 kB | 20/41 kB Progress (3): 109 kB | 10 kB | 24/41 kB Progress (3): 109 kB | 10 kB | 28/41 kB Progress (3): 109 kB | 10 kB | 32/41 kB Progress (3): 109 kB | 10 kB | 36/41 kB Progress (3): 109 kB | 10 kB | 40/41 kB Progress (3): 109 kB | 10 kB | 41 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 141 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Progress (3): 109 kB | 10 kB | 4.1/49 kB Progress (3): 109 kB | 10 kB | 7.7/49 kB Progress (3): 109 kB | 10 kB | 12/49 kB Progress (3): 109 kB | 10 kB | 16/49 kB Progress (3): 109 kB | 10 kB | 20/49 kB Progress (3): 109 kB | 10 kB | 24/49 kB Progress (3): 109 kB | 10 kB | 28/49 kB Progress (3): 109 kB | 10 kB | 32/49 kB Progress (3): 109 kB | 10 kB | 36/49 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 34 kB/s) Progress (2): 109 kB | 40/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Progress (2): 109 kB | 45/49 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 368 kB/s) Progress (1): 49/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 (2): 49/49 kB | 4.1/11 kB Progress (2): 49 kB | 4.1/11 kB Progress (2): 49 kB | 7.7/11 kB Progress (2): 49 kB | 11 kB Progress (3): 49 kB | 11 kB | 4.1/47 kB Progress (3): 49 kB | 11 kB | 7.7/47 kB Progress (3): 49 kB | 11 kB | 12/47 kB Progress (3): 49 kB | 11 kB | 16/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 164 kB/s) Progress (2): 11 kB | 20/47 kB Progress (3): 11 kB | 20/47 kB | 4.1/19 kB Progress (3): 11 kB | 24/47 kB | 4.1/19 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): 11 kB | 28/47 kB | 4.1/19 kB Progress (3): 11 kB | 28/47 kB | 7.7/19 kB Progress (3): 11 kB | 32/47 kB | 7.7/19 kB Progress (3): 11 kB | 32/47 kB | 12/19 kB Progress (3): 11 kB | 32/47 kB | 16/19 kB Progress (3): 11 kB | 32/47 kB | 19 kB Progress (3): 11 kB | 36/47 kB | 19 kB Progress (3): 11 kB | 40/47 kB | 19 kB Progress (3): 11 kB | 45/47 kB | 19 kB Progress (3): 11 kB | 47 kB | 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 62 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Progress (3): 11 kB | 47 kB | 4.1/22 kB Progress (3): 11 kB | 47 kB | 7.7/22 kB Progress (3): 11 kB | 47 kB | 12/22 kB Progress (3): 11 kB | 47 kB | 16/22 kB Progress (3): 11 kB | 47 kB | 20/22 kB Progress (3): 11 kB | 47 kB | 22 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 71 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar Progress (3): 11 kB | 47 kB | 4.1/47 kB Progress (3): 11 kB | 47 kB | 7.7/47 kB Progress (3): 11 kB | 47 kB | 12/47 kB Progress (3): 11 kB | 47 kB | 16/47 kB Progress (3): 11 kB | 47 kB | 20/47 kB Progress (3): 11 kB | 47 kB | 24/47 kB Progress (3): 11 kB | 47 kB | 28/47 kB Progress (3): 11 kB | 47 kB | 32/47 kB Progress (3): 11 kB | 47 kB | 36/47 kB Progress (3): 11 kB | 47 kB | 40/47 kB Progress (3): 11 kB | 47 kB | 45/47 kB Progress (3): 11 kB | 47 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 30 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-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 128 kB/s) 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 129 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 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 (1): 4.1/232 kB Progress (1): 7.7/232 kB Progress (1): 12/232 kB Progress (1): 16/232 kB Progress (1): 20/232 kB Progress (2): 20/232 kB | 4.1/58 kB Progress (2): 24/232 kB | 4.1/58 kB Progress (2): 24/232 kB | 7.7/58 kB Progress (2): 28/232 kB | 7.7/58 kB Progress (2): 28/232 kB | 12/58 kB Progress (2): 32/232 kB | 12/58 kB Progress (2): 32/232 kB | 16/58 kB Progress (2): 36/232 kB | 16/58 kB Progress (2): 36/232 kB | 20/58 kB Progress (2): 40/232 kB | 20/58 kB Progress (2): 40/232 kB | 24/58 kB Progress (2): 45/232 kB | 24/58 kB Progress (2): 45/232 kB | 28/58 kB Progress (2): 49/232 kB | 28/58 kB Progress (2): 49/232 kB | 32/58 kB Progress (2): 53/232 kB | 32/58 kB Progress (2): 53/232 kB | 36/58 kB Progress (2): 57/232 kB | 36/58 kB Progress (2): 57/232 kB | 40/58 kB Progress (2): 61/232 kB | 40/58 kB Progress (2): 61/232 kB | 45/58 kB Progress (2): 65/232 kB | 45/58 kB Progress (2): 65/232 kB | 49/58 kB Progress (2): 65/232 kB | 53/58 kB Progress (2): 69/232 kB | 53/58 kB Progress (2): 69/232 kB | 57/58 kB Progress (2): 73/232 kB | 57/58 kB Progress (2): 73/232 kB | 58 kB Progress (2): 77/232 kB | 58 kB Progress (3): 77/232 kB | 58 kB | 4.1/28 kB Progress (3): 81/232 kB | 58 kB | 4.1/28 kB Progress (3): 81/232 kB | 58 kB | 7.7/28 kB Progress (3): 81/232 kB | 58 kB | 12/28 kB Progress (3): 81/232 kB | 58 kB | 16/28 kB Progress (3): 85/232 kB | 58 kB | 16/28 kB Progress (3): 90/232 kB | 58 kB | 16/28 kB Progress (3): 94/232 kB | 58 kB | 16/28 kB Progress (3): 94/232 kB | 58 kB | 20/28 kB Progress (3): 98/232 kB | 58 kB | 20/28 kB Progress (3): 98/232 kB | 58 kB | 24/28 kB Progress (3): 98/232 kB | 58 kB | 28 kB Progress (3): 102/232 kB | 58 kB | 28 kB Progress (3): 106/232 kB | 58 kB | 28 kB Progress (3): 110/232 kB | 58 kB | 28 kB Progress (3): 114/232 kB | 58 kB | 28 kB Progress (3): 118/232 kB | 58 kB | 28 kB Progress (3): 122/232 kB | 58 kB | 28 kB Progress (3): 126/232 kB | 58 kB | 28 kB Progress (3): 131/232 kB | 58 kB | 28 kB Progress (3): 135/232 kB | 58 kB | 28 kB Progress (3): 139/232 kB | 58 kB | 28 kB Progress (3): 143/232 kB | 58 kB | 28 kB Progress (3): 147/232 kB | 58 kB | 28 kB Progress (3): 151/232 kB | 58 kB | 28 kB Progress (3): 155/232 kB | 58 kB | 28 kB Progress (3): 159/232 kB | 58 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 74 kB/s) Progress (2): 163/232 kB | 58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Progress (2): 167/232 kB | 58 kB Progress (2): 171/232 kB | 58 kB Progress (2): 176/232 kB | 58 kB Progress (2): 180/232 kB | 58 kB Progress (2): 184/232 kB | 58 kB Progress (2): 188/232 kB | 58 kB Progress (2): 192/232 kB | 58 kB Progress (2): 196/232 kB | 58 kB Progress (2): 200/232 kB | 58 kB Progress (2): 204/232 kB | 58 kB Progress (2): 208/232 kB | 58 kB Progress (2): 212/232 kB | 58 kB Progress (2): 217/232 kB | 58 kB Progress (2): 221/232 kB | 58 kB Progress (2): 225/232 kB | 58 kB Progress (2): 229/232 kB | 58 kB Progress (2): 232 kB | 58 kB Progress (3): 232 kB | 58 kB | 4.1/186 kB Progress (3): 232 kB | 58 kB | 7.7/186 kB Progress (3): 232 kB | 58 kB | 12/186 kB Progress (4): 232 kB | 58 kB | 12/186 kB | 4.1/27 kB Progress (4): 232 kB | 58 kB | 16/186 kB | 4.1/27 kB Progress (4): 232 kB | 58 kB | 16/186 kB | 7.7/27 kB Progress (4): 232 kB | 58 kB | 16/186 kB | 12/27 kB Progress (4): 232 kB | 58 kB | 16/186 kB | 16/27 kB Progress (4): 232 kB | 58 kB | 20/186 kB | 16/27 kB Progress (4): 232 kB | 58 kB | 24/186 kB | 16/27 kB Progress (4): 232 kB | 58 kB | 24/186 kB | 20/27 kB Progress (4): 232 kB | 58 kB | 28/186 kB | 20/27 kB Progress (4): 232 kB | 58 kB | 28/186 kB | 24/27 kB Progress (4): 232 kB | 58 kB | 32/186 kB | 24/27 kB Progress (4): 232 kB | 58 kB | 32/186 kB | 27 kB Progress (4): 232 kB | 58 kB | 36/186 kB | 27 kB Progress (4): 232 kB | 58 kB | 40/186 kB | 27 kB Progress (4): 232 kB | 58 kB | 45/186 kB | 27 kB Progress (4): 232 kB | 58 kB | 49/186 kB | 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 148 kB/s) 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 593 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar Progress (2): 53/186 kB | 27 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar Progress (2): 57/186 kB | 27 kB Progress (2): 61/186 kB | 27 kB Progress (2): 65/186 kB | 27 kB Progress (2): 69/186 kB | 27 kB Progress (2): 73/186 kB | 27 kB Progress (2): 77/186 kB | 27 kB Progress (2): 81/186 kB | 27 kB Progress (3): 81/186 kB | 27 kB | 4.1/29 kB Progress (3): 81/186 kB | 27 kB | 7.7/29 kB Progress (3): 81/186 kB | 27 kB | 12/29 kB Progress (3): 81/186 kB | 27 kB | 16/29 kB Progress (3): 85/186 kB | 27 kB | 16/29 kB Progress (3): 90/186 kB | 27 kB | 16/29 kB Progress (3): 94/186 kB | 27 kB | 16/29 kB Progress (3): 94/186 kB | 27 kB | 20/29 kB Progress (3): 98/186 kB | 27 kB | 20/29 kB Progress (3): 98/186 kB | 27 kB | 24/29 kB Progress (3): 98/186 kB | 27 kB | 28/29 kB Progress (3): 98/186 kB | 27 kB | 29 kB Progress (3): 102/186 kB | 27 kB | 29 kB Progress (3): 106/186 kB | 27 kB | 29 kB Progress (3): 110/186 kB | 27 kB | 29 kB Progress (3): 114/186 kB | 27 kB | 29 kB Progress (3): 118/186 kB | 27 kB | 29 kB Progress (3): 122/186 kB | 27 kB | 29 kB Progress (3): 126/186 kB | 27 kB | 29 kB Progress (3): 131/186 kB | 27 kB | 29 kB Progress (3): 135/186 kB | 27 kB | 29 kB Progress (4): 135/186 kB | 27 kB | 29 kB | 4.1/60 kB Progress (4): 139/186 kB | 27 kB | 29 kB | 4.1/60 kB Progress (4): 139/186 kB | 27 kB | 29 kB | 7.7/60 kB Progress (4): 143/186 kB | 27 kB | 29 kB | 7.7/60 kB Progress (5): 143/186 kB | 27 kB | 29 kB | 7.7/60 kB | 4.1/32 kB Progress (5): 147/186 kB | 27 kB | 29 kB | 7.7/60 kB | 4.1/32 kB Progress (5): 147/186 kB | 27 kB | 29 kB | 12/60 kB | 4.1/32 kB Progress (5): 147/186 kB | 27 kB | 29 kB | 12/60 kB | 7.7/32 kB Progress (5): 147/186 kB | 27 kB | 29 kB | 16/60 kB | 7.7/32 kB Progress (5): 147/186 kB | 27 kB | 29 kB | 16/60 kB | 12/32 kB Progress (5): 151/186 kB | 27 kB | 29 kB | 16/60 kB | 12/32 kB Progress (5): 151/186 kB | 27 kB | 29 kB | 16/60 kB | 16/32 kB Progress (5): 155/186 kB | 27 kB | 29 kB | 16/60 kB | 16/32 kB Progress (5): 155/186 kB | 27 kB | 29 kB | 20/60 kB | 16/32 kB Progress (5): 159/186 kB | 27 kB | 29 kB | 20/60 kB | 16/32 kB Progress (5): 159/186 kB | 27 kB | 29 kB | 24/60 kB | 16/32 kB Progress (5): 163/186 kB | 27 kB | 29 kB | 24/60 kB | 16/32 kB Progress (5): 163/186 kB | 27 kB | 29 kB | 24/60 kB | 20/32 kB Progress (5): 163/186 kB | 27 kB | 29 kB | 28/60 kB | 20/32 kB Progress (5): 163/186 kB | 27 kB | 29 kB | 28/60 kB | 24/32 kB Progress (5): 163/186 kB | 27 kB | 29 kB | 32/60 kB | 24/32 kB Progress (5): 163/186 kB | 27 kB | 29 kB | 32/60 kB | 28/32 kB Progress (5): 167/186 kB | 27 kB | 29 kB | 32/60 kB | 28/32 kB Progress (5): 167/186 kB | 27 kB | 29 kB | 32/60 kB | 32 kB Progress (5): 167/186 kB | 27 kB | 29 kB | 36/60 kB | 32 kB Progress (5): 171/186 kB | 27 kB | 29 kB | 36/60 kB | 32 kB Progress (5): 171/186 kB | 27 kB | 29 kB | 40/60 kB | 32 kB Progress (5): 176/186 kB | 27 kB | 29 kB | 40/60 kB | 32 kB Progress (5): 176/186 kB | 27 kB | 29 kB | 45/60 kB | 32 kB Progress (5): 180/186 kB | 27 kB | 29 kB | 45/60 kB | 32 kB Progress (5): 180/186 kB | 27 kB | 29 kB | 49/60 kB | 32 kB Progress (5): 184/186 kB | 27 kB | 29 kB | 49/60 kB | 32 kB Progress (5): 184/186 kB | 27 kB | 29 kB | 53/60 kB | 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 78 kB/s) Progress (4): 186 kB | 27 kB | 29 kB | 53/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 62 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Progress (3): 186 kB | 29 kB | 57/60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 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 423 kB/s) Progress (1): 60 kB Progress (2): 60 kB | 4.1/284 kB Progress (2): 60 kB | 7.7/284 kB Progress (2): 60 kB | 12/284 kB Progress (2): 60 kB | 16/284 kB Progress (2): 60 kB | 20/284 kB Progress (2): 60 kB | 24/284 kB Progress (2): 60 kB | 28/284 kB Progress (2): 60 kB | 32/284 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 135 kB/s) Progress (1): 36/284 kB Progress (1): 40/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): 69/284 kB Progress (1): 73/284 kB Progress (1): 77/284 kB Progress (1): 81/284 kB Progress (1): 85/284 kB Progress (1): 90/284 kB Progress (1): 94/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): 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): 167/284 kB Progress (1): 171/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): 200/284 kB Progress (1): 204/284 kB Progress (1): 208/284 kB Progress (1): 212/284 kB Progress (1): 217/284 kB Progress (1): 221/284 kB Progress (1): 225/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): 258/284 kB Progress (1): 262/284 kB Progress (1): 266/284 kB Progress (1): 270/284 kB Progress (1): 274/284 kB Progress (1): 278/284 kB Progress (1): 282/284 kB Progress (1): 284 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 625 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 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 63 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0/maven-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 2.9 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom (1.4 kB at 34 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 1.2 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Progress (1): 4.1 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 151 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 23 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 26 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 10 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 15 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 91 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom Progress (1): 723 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 26 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 20 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom Progress (1): 812 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom (812 B at 11 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 102 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 19 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 24 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 29 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 17 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom Progress (1): 400 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom (400 B at 10 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom Progress (1): 4.1 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 68 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom Progress (1): 4.1 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom (7.9 kB at 93 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/4.0/project-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 596 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom (4.7 kB at 158 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom Progress (1): 4.1 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom (6.9 kB at 128 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 875 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 764 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Progress (1): 4.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 226 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 86 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 30 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom (11 kB at 589 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/28/commons-parent-28.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 1.9 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 112 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom (5.1 kB at 92 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 51 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 507 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0/maven-core-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/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-settings/2.0/maven-settings-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.2/xz-1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Progress (2): 4.3 kB | 4.1/6.6 kB Progress (2): 4.3 kB | 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar (4.3 kB at 225 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 328 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar Progress (1): 4.1/78 kB Progress (1): 7.7/78 kB Progress (1): 12/78 kB Progress (1): 16/78 kB Progress (1): 20/78 kB Progress (1): 24/78 kB Progress (1): 28/78 kB Progress (1): 32/78 kB Progress (1): 36/78 kB Progress (1): 40/78 kB Progress (1): 45/78 kB Progress (1): 49/78 kB Progress (1): 53/78 kB Progress (1): 57/78 kB Progress (2): 57/78 kB | 4.1/136 kB Progress (2): 61/78 kB | 4.1/136 kB Progress (2): 61/78 kB | 7.7/136 kB Progress (2): 65/78 kB | 7.7/136 kB Progress (2): 65/78 kB | 12/136 kB Progress (2): 65/78 kB | 16/136 kB Progress (3): 65/78 kB | 16/136 kB | 4.1/18 kB Progress (3): 69/78 kB | 16/136 kB | 4.1/18 kB Progress (3): 69/78 kB | 16/136 kB | 7.7/18 kB Progress (3): 73/78 kB | 16/136 kB | 7.7/18 kB Progress (3): 73/78 kB | 20/136 kB | 7.7/18 kB Progress (3): 73/78 kB | 20/136 kB | 12/18 kB Progress (3): 73/78 kB | 24/136 kB | 12/18 kB Progress (3): 77/78 kB | 24/136 kB | 12/18 kB Progress (3): 77/78 kB | 28/136 kB | 12/18 kB Progress (3): 77/78 kB | 28/136 kB | 16/18 kB Progress (3): 77/78 kB | 32/136 kB | 16/18 kB Progress (3): 77/78 kB | 32/136 kB | 18 kB Progress (3): 78 kB | 32/136 kB | 18 kB Progress (3): 78 kB | 36/136 kB | 18 kB Progress (3): 78 kB | 40/136 kB | 18 kB Progress (3): 78 kB | 45/136 kB | 18 kB Progress (3): 78 kB | 49/136 kB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar (18 kB at 608 kB/s) Progress (2): 78 kB | 53/136 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar Progress (2): 78 kB | 57/136 kB Progress (2): 78 kB | 61/136 kB Progress (2): 78 kB | 65/136 kB Progress (2): 78 kB | 69/136 kB Progress (2): 78 kB | 73/136 kB Progress (2): 78 kB | 77/136 kB Progress (2): 78 kB | 81/136 kB Progress (2): 78 kB | 85/136 kB Progress (2): 78 kB | 90/136 kB Progress (2): 78 kB | 94/136 kB Progress (2): 78 kB | 98/136 kB Progress (2): 78 kB | 102/136 kB Progress (2): 78 kB | 106/136 kB Progress (2): 78 kB | 110/136 kB Progress (2): 78 kB | 114/136 kB Progress (2): 78 kB | 118/136 kB Progress (2): 78 kB | 122/136 kB Progress (2): 78 kB | 126/136 kB Progress (2): 78 kB | 131/136 kB Progress (2): 78 kB | 135/136 kB Progress (2): 78 kB | 136 kB Progress (3): 78 kB | 136 kB | 4.1/43 kB Progress (3): 78 kB | 136 kB | 7.7/43 kB Progress (3): 78 kB | 136 kB | 12/43 kB Progress (3): 78 kB | 136 kB | 16/43 kB Progress (3): 78 kB | 136 kB | 20/43 kB Progress (3): 78 kB | 136 kB | 24/43 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 3.9 MB/s) 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 2.2 MB/s) Progress (2): 24/43 kB | 4.1/30 kB Progress (2): 28/43 kB | 4.1/30 kB Progress (2): 28/43 kB | 7.7/30 kB 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar Progress (2): 28/43 kB | 12/30 kB Progress (2): 32/43 kB | 12/30 kB Progress (2): 32/43 kB | 16/30 kB Progress (2): 36/43 kB | 16/30 kB Progress (2): 40/43 kB | 16/30 kB Progress (2): 43 kB | 16/30 kB Progress (2): 43 kB | 20/30 kB Progress (2): 43 kB | 24/30 kB Progress (2): 43 kB | 28/30 kB Progress (3): 43 kB | 28/30 kB | 4.1/10 kB Progress (3): 43 kB | 30 kB | 4.1/10 kB Progress (3): 43 kB | 30 kB | 7.7/10 kB Progress (3): 43 kB | 30 kB | 10 kB Progress (4): 43 kB | 30 kB | 10 kB | 4.1/195 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 263 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 (3): 43 kB | 30 kB | 7.7/195 kB Progress (3): 43 kB | 30 kB | 12/195 kB Progress (3): 43 kB | 30 kB | 16/195 kB Progress (3): 43 kB | 30 kB | 20/195 kB Progress (3): 43 kB | 30 kB | 24/195 kB Progress (3): 43 kB | 30 kB | 28/195 kB Progress (3): 43 kB | 30 kB | 32/195 kB Progress (4): 43 kB | 30 kB | 32/195 kB | 4.1/25 kB Progress (4): 43 kB | 30 kB | 32/195 kB | 7.7/25 kB Progress (4): 43 kB | 30 kB | 32/195 kB | 12/25 kB Progress (4): 43 kB | 30 kB | 36/195 kB | 12/25 kB Progress (4): 43 kB | 30 kB | 36/195 kB | 16/25 kB Progress (4): 43 kB | 30 kB | 40/195 kB | 16/25 kB Progress (4): 43 kB | 30 kB | 45/195 kB | 16/25 kB Progress (4): 43 kB | 30 kB | 45/195 kB | 20/25 kB Progress (4): 43 kB | 30 kB | 49/195 kB | 20/25 kB Progress (4): 43 kB | 30 kB | 49/195 kB | 24/25 kB Progress (4): 43 kB | 30 kB | 49/195 kB | 25 kB Progress (4): 43 kB | 30 kB | 53/195 kB | 25 kB Progress (4): 43 kB | 30 kB | 57/195 kB | 25 kB Progress (4): 43 kB | 30 kB | 61/195 kB | 25 kB Progress (4): 43 kB | 30 kB | 65/195 kB | 25 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 573 kB/s) Progress (3): 43 kB | 30 kB | 69/195 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): 43 kB | 30 kB | 73/195 kB Progress (3): 43 kB | 30 kB | 77/195 kB Progress (3): 43 kB | 30 kB | 81/195 kB Progress (3): 43 kB | 30 kB | 85/195 kB Progress (3): 43 kB | 30 kB | 90/195 kB Progress (3): 43 kB | 30 kB | 94/195 kB Progress (3): 43 kB | 30 kB | 98/195 kB Progress (4): 43 kB | 30 kB | 98/195 kB | 4.1/33 kB Progress (4): 43 kB | 30 kB | 98/195 kB | 7.7/33 kB Progress (4): 43 kB | 30 kB | 102/195 kB | 7.7/33 kB Progress (4): 43 kB | 30 kB | 102/195 kB | 12/33 kB Progress (4): 43 kB | 30 kB | 106/195 kB | 12/33 kB Progress (4): 43 kB | 30 kB | 106/195 kB | 16/33 kB Progress (4): 43 kB | 30 kB | 110/195 kB | 16/33 kB Progress (4): 43 kB | 30 kB | 114/195 kB | 16/33 kB Progress (4): 43 kB | 30 kB | 114/195 kB | 20/33 kB Progress (4): 43 kB | 30 kB | 114/195 kB | 24/33 kB Progress (4): 43 kB | 30 kB | 118/195 kB | 24/33 kB Progress (4): 43 kB | 30 kB | 118/195 kB | 28/33 kB Progress (4): 43 kB | 30 kB | 122/195 kB | 28/33 kB Progress (4): 43 kB | 30 kB | 122/195 kB | 32/33 kB Progress (4): 43 kB | 30 kB | 126/195 kB | 32/33 kB Progress (4): 43 kB | 30 kB | 126/195 kB | 33 kB Progress (4): 43 kB | 30 kB | 131/195 kB | 33 kB Progress (4): 43 kB | 30 kB | 135/195 kB | 33 kB Progress (4): 43 kB | 30 kB | 139/195 kB | 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar (33 kB at 662 kB/s) Progress (3): 43 kB | 30 kB | 143/195 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): 43 kB | 30 kB | 147/195 kB Progress (3): 43 kB | 30 kB | 151/195 kB Progress (3): 43 kB | 30 kB | 155/195 kB Progress (3): 43 kB | 30 kB | 159/195 kB Progress (3): 43 kB | 30 kB | 163/195 kB Progress (3): 43 kB | 30 kB | 167/195 kB Progress (3): 43 kB | 30 kB | 171/195 kB Progress (3): 43 kB | 30 kB | 176/195 kB Progress (3): 43 kB | 30 kB | 180/195 kB Progress (3): 43 kB | 30 kB | 184/195 kB Progress (3): 43 kB | 30 kB | 188/195 kB Progress (3): 43 kB | 30 kB | 192/195 kB Progress (3): 43 kB | 30 kB | 195 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 355 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 Progress (3): 30 kB | 195 kB | 4.1/21 kB Progress (3): 30 kB | 195 kB | 7.7/21 kB Progress (3): 30 kB | 195 kB | 12/21 kB Progress (3): 30 kB | 195 kB | 16/21 kB Progress (3): 30 kB | 195 kB | 20/21 kB Progress (3): 30 kB | 195 kB | 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 245 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 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 165 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar 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.5 MB/s) Progress (1): 4.1/51 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar Progress (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 (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 40/51 kB Progress (1): 45/51 kB Progress (1): 49/51 kB Progress (1): 51 kB Progress (2): 51 kB | 4.1/10 kB Progress (2): 51 kB | 7.7/10 kB Progress (2): 51 kB | 10 kB Progress (3): 51 kB | 10 kB | 4.1/7.6 kB Progress (3): 51 kB | 10 kB | 7.6 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 4.1/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 7.7/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 12/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 16/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 20/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 24/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 28/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 32/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 36/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 40/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 45/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 49/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 53/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 57/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 61/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 65/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 69/79 kB Progress (4): 51 kB | 10 kB | 7.6 kB | 73/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 54 kB/s) Progress (3): 51 kB | 10 kB | 77/79 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar Progress (3): 51 kB | 10 kB | 79 kB Progress (4): 51 kB | 10 kB | 79 kB | 4.1/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 7.7/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 12/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 16/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 20/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 24/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 28/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 32/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 36/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 40/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 45/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 49/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 53/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 57/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 61/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 65/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 69/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 73/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 77/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 81/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 85/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 90/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 94/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 98/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 102/105 kB Progress (4): 51 kB | 10 kB | 79 kB | 105 kB Progress (5): 51 kB | 10 kB | 79 kB | 105 kB | 4.1/276 kB Progress (5): 51 kB | 10 kB | 79 kB | 105 kB | 7.7/276 kB Progress (5): 51 kB | 10 kB | 79 kB | 105 kB | 12/276 kB Progress (5): 51 kB | 10 kB | 79 kB | 105 kB | 16/276 kB Progress (5): 51 kB | 10 kB | 79 kB | 105 kB | 20/276 kB Progress (5): 51 kB | 10 kB | 79 kB | 105 kB | 24/276 kB Progress (5): 51 kB | 10 kB | 79 kB | 105 kB | 28/276 kB Progress (5): 51 kB | 10 kB | 79 kB | 105 kB | 32/276 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 445 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar Progress (4): 51 kB | 10 kB | 105 kB | 36/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 40/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 45/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 49/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 53/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 57/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 61/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 65/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 69/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 73/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 77/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 81/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 85/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 90/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 94/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 98/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 102/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 106/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 110/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 114/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 118/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 122/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 126/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 131/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 135/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 139/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 143/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 147/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 151/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 155/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 159/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 163/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 167/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 171/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 176/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 180/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 184/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 188/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 192/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 196/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 200/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 204/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 208/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 212/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 217/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 221/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 225/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 229/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 233/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 237/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 241/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 245/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 249/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 253/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 258/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 262/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 266/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 270/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 274/276 kB Progress (4): 51 kB | 10 kB | 105 kB | 276 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar (276 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar 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 195 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Progress (3): 10 kB | 105 kB | 4.1/61 kB Progress (3): 10 kB | 105 kB | 7.7/61 kB Progress (3): 10 kB | 105 kB | 12/61 kB Progress (3): 10 kB | 105 kB | 16/61 kB Progress (4): 10 kB | 105 kB | 16/61 kB | 4.1/47 kB Progress (4): 10 kB | 105 kB | 16/61 kB | 7.7/47 kB Progress (4): 10 kB | 105 kB | 16/61 kB | 12/47 kB Progress (4): 10 kB | 105 kB | 20/61 kB | 12/47 kB Progress (4): 10 kB | 105 kB | 20/61 kB | 16/47 kB Progress (4): 10 kB | 105 kB | 24/61 kB | 16/47 kB Progress (4): 10 kB | 105 kB | 28/61 kB | 16/47 kB Progress (4): 10 kB | 105 kB | 32/61 kB | 16/47 kB Progress (4): 10 kB | 105 kB | 32/61 kB | 20/47 kB Progress (4): 10 kB | 105 kB | 32/61 kB | 24/47 kB Progress (4): 10 kB | 105 kB | 32/61 kB | 28/47 kB Progress (4): 10 kB | 105 kB | 36/61 kB | 28/47 kB Progress (4): 10 kB | 105 kB | 36/61 kB | 32/47 kB Progress (4): 10 kB | 105 kB | 40/61 kB | 32/47 kB Progress (4): 10 kB | 105 kB | 45/61 kB | 32/47 kB Progress (4): 10 kB | 105 kB | 49/61 kB | 32/47 kB Progress (4): 10 kB | 105 kB | 49/61 kB | 36/47 kB Progress (4): 10 kB | 105 kB | 49/61 kB | 40/47 kB Progress (4): 10 kB | 105 kB | 49/61 kB | 45/47 kB Progress (4): 10 kB | 105 kB | 53/61 kB | 45/47 kB Progress (4): 10 kB | 105 kB | 53/61 kB | 47 kB Progress (4): 10 kB | 105 kB | 57/61 kB | 47 kB Progress (4): 10 kB | 105 kB | 61 kB | 47 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 38 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 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 173 kB/s) Progress (3): 105 kB | 61 kB | 4.1/164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 225 kB/s) Progress (2): 105 kB | 7.7/164 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): 105 kB | 12/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar Progress (2): 105 kB | 16/164 kB Progress (2): 105 kB | 20/164 kB Progress (2): 105 kB | 24/164 kB Progress (2): 105 kB | 28/164 kB Progress (2): 105 kB | 32/164 kB Progress (2): 105 kB | 36/164 kB Progress (2): 105 kB | 40/164 kB Progress (3): 105 kB | 40/164 kB | 4.1/59 kB Progress (3): 105 kB | 45/164 kB | 4.1/59 kB Progress (3): 105 kB | 45/164 kB | 7.7/59 kB Progress (3): 105 kB | 49/164 kB | 7.7/59 kB Progress (3): 105 kB | 49/164 kB | 12/59 kB Progress (3): 105 kB | 49/164 kB | 16/59 kB Progress (3): 105 kB | 53/164 kB | 16/59 kB Progress (3): 105 kB | 57/164 kB | 16/59 kB Progress (3): 105 kB | 61/164 kB | 16/59 kB Progress (3): 105 kB | 61/164 kB | 20/59 kB Progress (3): 105 kB | 65/164 kB | 20/59 kB Progress (3): 105 kB | 65/164 kB | 24/59 kB Progress (3): 105 kB | 65/164 kB | 28/59 kB Progress (3): 105 kB | 65/164 kB | 32/59 kB Progress (3): 105 kB | 69/164 kB | 32/59 kB Progress (3): 105 kB | 73/164 kB | 32/59 kB Progress (3): 105 kB | 77/164 kB | 32/59 kB Progress (3): 105 kB | 77/164 kB | 36/59 kB Progress (3): 105 kB | 81/164 kB | 36/59 kB Progress (3): 105 kB | 81/164 kB | 40/59 kB Progress (3): 105 kB | 81/164 kB | 45/59 kB Progress (3): 105 kB | 81/164 kB | 49/59 kB Progress (3): 105 kB | 85/164 kB | 49/59 kB Progress (3): 105 kB | 90/164 kB | 49/59 kB Progress (3): 105 kB | 90/164 kB | 53/59 kB Progress (3): 105 kB | 94/164 kB | 53/59 kB Progress (3): 105 kB | 94/164 kB | 57/59 kB Progress (3): 105 kB | 98/164 kB | 57/59 kB Progress (3): 105 kB | 98/164 kB | 59 kB Progress (3): 105 kB | 102/164 kB | 59 kB Progress (3): 105 kB | 106/164 kB | 59 kB Progress (3): 105 kB | 110/164 kB | 59 kB Progress (3): 105 kB | 114/164 kB | 59 kB Progress (3): 105 kB | 118/164 kB | 59 kB Progress (3): 105 kB | 122/164 kB | 59 kB Progress (3): 105 kB | 126/164 kB | 59 kB Progress (3): 105 kB | 131/164 kB | 59 kB Progress (3): 105 kB | 135/164 kB | 59 kB Progress (3): 105 kB | 139/164 kB | 59 kB Progress (3): 105 kB | 143/164 kB | 59 kB Progress (3): 105 kB | 147/164 kB | 59 kB Progress (3): 105 kB | 151/164 kB | 59 kB Progress (3): 105 kB | 155/164 kB | 59 kB Progress (3): 105 kB | 159/164 kB | 59 kB Progress (3): 105 kB | 163/164 kB | 59 kB Progress (3): 105 kB | 164 kB | 59 kB Progress (4): 105 kB | 164 kB | 59 kB | 4.1/172 kB Progress (4): 105 kB | 164 kB | 59 kB | 7.7/172 kB Progress (4): 105 kB | 164 kB | 59 kB | 12/172 kB Progress (4): 105 kB | 164 kB | 59 kB | 16/172 kB Progress (4): 105 kB | 164 kB | 59 kB | 20/172 kB Progress (4): 105 kB | 164 kB | 59 kB | 24/172 kB Progress (4): 105 kB | 164 kB | 59 kB | 28/172 kB Progress (4): 105 kB | 164 kB | 59 kB | 32/172 kB Progress (4): 105 kB | 164 kB | 59 kB | 36/172 kB Progress (4): 105 kB | 164 kB | 59 kB | 40/172 kB Progress (4): 105 kB | 164 kB | 59 kB | 45/172 kB Progress (4): 105 kB | 164 kB | 59 kB | 49/172 kB Progress (5): 105 kB | 164 kB | 59 kB | 49/172 kB | 4.1/256 kB Progress (5): 105 kB | 164 kB | 59 kB | 49/172 kB | 7.7/256 kB Progress (5): 105 kB | 164 kB | 59 kB | 49/172 kB | 12/256 kB Progress (5): 105 kB | 164 kB | 59 kB | 49/172 kB | 16/256 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 575 kB/s) Progress (4): 105 kB | 59 kB | 49/172 kB | 20/256 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar Progress (4): 105 kB | 59 kB | 49/172 kB | 24/256 kB Progress (4): 105 kB | 59 kB | 49/172 kB | 28/256 kB Progress (4): 105 kB | 59 kB | 49/172 kB | 32/256 kB Progress (4): 105 kB | 59 kB | 49/172 kB | 36/256 kB Progress (4): 105 kB | 59 kB | 49/172 kB | 40/256 kB Progress (4): 105 kB | 59 kB | 49/172 kB | 45/256 kB Progress (4): 105 kB | 59 kB | 49/172 kB | 49/256 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 49/256 kB | 4.1/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 53/256 kB | 4.1/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 53/256 kB | 7.7/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 57/256 kB | 7.7/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 57/256 kB | 12/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 61/256 kB | 12/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 61/256 kB | 16/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 65/256 kB | 16/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 65/256 kB | 20/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 69/256 kB | 20/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 69/256 kB | 24/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 73/256 kB | 24/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 73/256 kB | 28/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 77/256 kB | 28/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 77/256 kB | 32/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 81/256 kB | 32/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 81/256 kB | 36/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 85/256 kB | 36/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 85/256 kB | 40/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 90/256 kB | 40/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 90/256 kB | 45/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 94/256 kB | 45/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 94/256 kB | 49/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 98/256 kB | 49/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 98/256 kB | 53/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 102/256 kB | 53/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 102/256 kB | 57/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 106/256 kB | 57/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 106/256 kB | 61/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 110/256 kB | 61/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 110/256 kB | 65/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 114/256 kB | 65/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 114/256 kB | 69/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 118/256 kB | 69/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 118/256 kB | 73/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 122/256 kB | 73/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 122/256 kB | 77/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 126/256 kB | 77/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 126/256 kB | 81/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 131/256 kB | 81/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 131/256 kB | 85/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 131/256 kB | 90/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 135/256 kB | 90/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 135/256 kB | 94/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 139/256 kB | 94/95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 139/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 143/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 147/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 151/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 155/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 159/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 49/172 kB | 163/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 53/172 kB | 163/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 57/172 kB | 163/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 57/172 kB | 167/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 61/172 kB | 167/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 61/172 kB | 171/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 65/172 kB | 171/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 65/172 kB | 176/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 65/172 kB | 180/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 69/172 kB | 180/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 73/172 kB | 180/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 73/172 kB | 184/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 77/172 kB | 184/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 77/172 kB | 188/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 81/172 kB | 188/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 81/172 kB | 192/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 81/172 kB | 196/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 85/172 kB | 196/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 90/172 kB | 196/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 90/172 kB | 200/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 94/172 kB | 200/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 94/172 kB | 204/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 98/172 kB | 204/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 98/172 kB | 208/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 98/172 kB | 212/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 102/172 kB | 212/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 106/172 kB | 212/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 106/172 kB | 217/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 110/172 kB | 217/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 110/172 kB | 221/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 114/172 kB | 221/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 114/172 kB | 225/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 114/172 kB | 229/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 118/172 kB | 229/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 122/172 kB | 229/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 122/172 kB | 233/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 126/172 kB | 233/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 126/172 kB | 237/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 131/172 kB | 237/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 131/172 kB | 241/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 131/172 kB | 245/256 kB | 95 kB Progress (5): 105 kB | 59 kB | 131/172 kB | 249/256 kB | 95 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar (95 kB at 314 kB/s) Progress (4): 105 kB | 59 kB | 135/172 kB | 249/256 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar Progress (4): 105 kB | 59 kB | 135/172 kB | 253/256 kB Progress (4): 105 kB | 59 kB | 139/172 kB | 253/256 kB Progress (4): 105 kB | 59 kB | 139/172 kB | 256 kB Progress (4): 105 kB | 59 kB | 143/172 kB | 256 kB Progress (4): 105 kB | 59 kB | 147/172 kB | 256 kB Progress (4): 105 kB | 59 kB | 151/172 kB | 256 kB Progress (4): 105 kB | 59 kB | 155/172 kB | 256 kB Progress (4): 105 kB | 59 kB | 159/172 kB | 256 kB Progress (4): 105 kB | 59 kB | 163/172 kB | 256 kB Progress (4): 105 kB | 59 kB | 167/172 kB | 256 kB Progress (4): 105 kB | 59 kB | 171/172 kB | 256 kB Progress (4): 105 kB | 59 kB | 172 kB | 256 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 776 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar 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 296 kB/s) 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 167 kB/s) Progress (2): 172 kB | 4.1/250 kB Progress (2): 172 kB | 7.7/250 kB Progress (2): 172 kB | 12/250 kB Progress (2): 172 kB | 16/250 kB Progress (2): 172 kB | 20/250 kB Progress (2): 172 kB | 24/250 kB Progress (2): 172 kB | 28/250 kB Progress (2): 172 kB | 32/250 kB Progress (2): 172 kB | 36/250 kB Progress (2): 172 kB | 40/250 kB Progress (2): 172 kB | 45/250 kB Progress (2): 172 kB | 49/250 kB Progress (2): 172 kB | 53/250 kB Progress (2): 172 kB | 57/250 kB Progress (2): 172 kB | 61/250 kB Progress (2): 172 kB | 65/250 kB Progress (2): 172 kB | 69/250 kB Progress (2): 172 kB | 73/250 kB Progress (2): 172 kB | 77/250 kB Progress (2): 172 kB | 81/250 kB Progress (2): 172 kB | 85/250 kB Progress (2): 172 kB | 90/250 kB Progress (2): 172 kB | 94/250 kB Progress (2): 172 kB | 98/250 kB Progress (2): 172 kB | 102/250 kB Progress (2): 172 kB | 106/250 kB Progress (2): 172 kB | 110/250 kB Progress (2): 172 kB | 114/250 kB Progress (2): 172 kB | 118/250 kB Progress (2): 172 kB | 122/250 kB Progress (2): 172 kB | 126/250 kB Progress (2): 172 kB | 131/250 kB Progress (2): 172 kB | 135/250 kB Progress (2): 172 kB | 139/250 kB Progress (2): 172 kB | 143/250 kB Progress (2): 172 kB | 147/250 kB Progress (2): 172 kB | 151/250 kB Progress (2): 172 kB | 155/250 kB Progress (2): 172 kB | 159/250 kB Progress (2): 172 kB | 163/250 kB Progress (2): 172 kB | 167/250 kB Progress (2): 172 kB | 171/250 kB Progress (3): 172 kB | 171/250 kB | 4.1/52 kB Progress (3): 172 kB | 176/250 kB | 4.1/52 kB Progress (3): 172 kB | 176/250 kB | 7.7/52 kB Progress (3): 172 kB | 180/250 kB | 7.7/52 kB Progress (3): 172 kB | 180/250 kB | 12/52 kB Progress (3): 172 kB | 180/250 kB | 16/52 kB Progress (3): 172 kB | 184/250 kB | 16/52 kB Progress (3): 172 kB | 188/250 kB | 16/52 kB Progress (3): 172 kB | 192/250 kB | 16/52 kB Progress (3): 172 kB | 196/250 kB | 16/52 kB Progress (3): 172 kB | 196/250 kB | 20/52 kB Progress (3): 172 kB | 196/250 kB | 24/52 kB Progress (3): 172 kB | 200/250 kB | 24/52 kB Progress (3): 172 kB | 200/250 kB | 28/52 kB Progress (3): 172 kB | 204/250 kB | 28/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar (172 kB at 473 kB/s) Progress (2): 208/250 kB | 28/52 kB Progress (2): 208/250 kB | 32/52 kB Progress (2): 212/250 kB | 32/52 kB Progress (2): 217/250 kB | 32/52 kB Progress (2): 221/250 kB | 32/52 kB Progress (2): 225/250 kB | 32/52 kB Progress (2): 225/250 kB | 36/52 kB Progress (2): 229/250 kB | 36/52 kB Progress (2): 229/250 kB | 40/52 kB Progress (2): 229/250 kB | 45/52 kB Progress (2): 229/250 kB | 49/52 kB Progress (2): 233/250 kB | 49/52 kB Progress (2): 237/250 kB | 49/52 kB Progress (2): 237/250 kB | 52 kB Progress (2): 241/250 kB | 52 kB Progress (2): 245/250 kB | 52 kB Progress (2): 249/250 kB | 52 kB Progress (2): 250 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 140 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar (250 kB at 572 kB/s) Downloading: https://repo1.maven.org/maven2/com/h2database/h2/1.4.199/h2-1.4.199.jar 10/2127K 21/2127K 32/2127K 42/2127K 53/2127K 64/2127K 74/2127K 85/2127K 96/2127K 107/2127K 117/2127K 128/2127K 139/2127K 149/2127K 160/2127K 171/2127K 182/2127K 192/2127K 203/2127K 213/2127K 229/2127K 245/2127K 261/2127K 277/2127K 293/2127K 309/2127K 325/2127K 341/2127K 357/2127K 373/2127K 389/2127K 405/2127K 421/2127K 435/2127K 451/2127K 467/2127K 483/2127K 499/2127K 515/2127K 531/2127K 547/2127K 563/2127K 579/2127K 595/2127K 611/2127K 627/2127K 641/2127K 657/2127K 673/2127K 689/2127K 705/2127K 721/2127K 737/2127K 753/2127K 769/2127K 785/2127K 801/2127K 817/2127K 833/2127K 849/2127K 863/2127K 879/2127K 895/2127K 911/2127K 927/2127K 943/2127K 959/2127K 975/2127K 991/2127K 1007/2127K 1023/2127K 1039/2127K 1055/2127K 1070/2127K 1086/2127K 1102/2127K 1118/2127K 1134/2127K 1150/2127K 1166/2127K 1182/2127K 1198/2127K 1214/2127K 1230/2127K 1246/2127K 1262/2127K 1278/2127K 1292/2127K 1308/2127K 1324/2127K 1340/2127K 1356/2127K 1372/2127K 1388/2127K 1404/2127K 1420/2127K 1436/2127K 1452/2127K 1468/2127K 1484/2127K 1500/2127K 1516/2127K 1532/2127K 1548/2127K 1564/2127K 1580/2127K 1596/2127K 1612/2127K 1628/2127K 1644/2127K 1660/2127K 1676/2127K 1692/2127K 1708/2127K 1724/2127K 1740/2127K 1756/2127K 1772/2127K 1788/2127K 1804/2127K 1820/2127K 1836/2127K 1852/2127K 1868/2127K 1884/2127K 1900/2127K 1916/2127K 1932/2127K 1948/2127K 1962/2127K 1978/2127K 1994/2127K 2010/2127K 2026/2127K 2042/2127K 2058/2127K 2074/2127K 2090/2127K 2106/2127K 2122/2127K 2127/2127K 2127K downloaded [INFO] [INFO] --- tycho-surefire-plugin:1.7.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 297 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 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [37/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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 297 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 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [38/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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 297 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 13 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.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [39/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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 297 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 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [40/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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 297 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 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [41/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 46/9244K 95/9244K 144/9244K 192/9244K 240/9244K 289/9244K 338/9244K 384/9244K 432/9244K 478/9244K 528/9244K 575/9244K 622/9244K 672/9244K 719/9244K 768/9244K 816/9244K 863/9244K 910/9244K 960/9244K 1007/9244K 1056/9244K 1105/9244K 1151/9244K 1198/9244K 1244/9244K 1291/9244K 1337/9244K 1384/9244K 1431/9244K 1478/9244K 1526/9244K 1573/9244K 1622/9244K 1670/9244K 1719/9244K 1770/9244K 1822/9244K 1872/9244K 1920/9244K 1968/9244K 2014/9244K 2067/9244K 2117/9244K 2164/9244K 2211/9244K 2259/9244K 2308/9244K 2355/9244K 2402/9244K 2448/9244K 2496/9244K 2548/9244K 2597/9244K 2644/9244K 2690/9244K 2737/9244K 2783/9244K 2829/9244K 2876/9244K 2926/9244K 2974/9244K 3021/9244K 3067/9244K 3113/9244K 3160/9244K 3209/9244K 3257/9244K 3307/9244K 3355/9244K 3401/9244K 3452/9244K 3501/9244K 3547/9244K 3594/9244K 3640/9244K 3687/9244K 3733/9244K 3780/9244K 3829/9244K 3875/9244K 3924/9244K 3971/9244K 4017/9244K 4064/9244K 4110/9244K 4159/9244K 4208/9244K 4255/9244K 4301/9244K 4350/9244K 4397/9244K 4443/9244K 4492/9244K 4541/9244K 4592/9244K 4638/9244K 4685/9244K 4735/9244K 4783/9244K 4832/9244K 4881/9244K 4928/9244K 4974/9244K 5022/9244K 5070/9244K 5116/9244K 5164/9244K 5212/9244K 5261/9244K 5309/9244K 5359/9244K 5407/9244K 5456/9244K 5507/9244K 5554/9244K 5602/9244K 5649/9244K 5698/9244K 5747/9244K 5799/9244K 5848/9244K 5897/9244K 5945/9244K 5993/9244K 6039/9244K 6087/9244K 6137/9244K 6184/9244K 6232/9244K 6282/9244K 6331/9244K 6382/9244K 6434/9244K 6480/9244K 6529/9244K 6577/9244K 6623/9244K 6671/9244K 6719/9244K 6768/9244K 6817/9244K 6865/9244K 6911/9244K 6958/9244K 7008/9244K 7055/9244K 7101/9244K 7150/9244K 7197/9244K 7245/9244K 7291/9244K 7339/9244K 7388/9244K 7436/9244K 7485/9244K 7533/9244K 7583/9244K 7630/9244K 7676/9244K 7722/9244K 7769/9244K 7817/9244K 7863/9244K 7909/9244K 7957/9244K 8004/9244K 8053/9244K 8101/9244K 8148/9244K 8195/9244K 8241/9244K 8288/9244K 8335/9244K 8382/9244K 8431/9244K 8479/9244K 8525/9244K 8572/9244K 8619/9244K 8668/9244K 8715/9244K 8761/9244K 8808/9244K 8857/9244K 8903/9244K 8951/9244K 8999/9244K 9045/9244K 9093/9244K 9143/9244K 9190/9244K 9239/9244K 9244/9244K 9244K downloaded [INFO] [INFO] --- tycho-surefire-plugin:1.7.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 297 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 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [42/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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 297 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 13 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.7.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-3.0.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [43/58] [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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.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.7.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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.7.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-3.0.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-3.0.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-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.integration.test >------ [INFO] Building RedDeer Integration and Eclipse Installation Tests 3.0.0-SNAPSHOT [44/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.integration.test --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.integration.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.integration.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.reddeer.integration.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.integration.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.integration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.integration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.reddeer.integration.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.integration.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.reddeer.integration.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.reddeer.integration.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.reddeer.integration.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/reddeer.nightly/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --------------------< org.eclipse.reddeer:features >-------------------- [INFO] Building RedDeer Features 3.0.0-SNAPSHOT [45/58] [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.7.0:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ features --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ features --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ features --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.e4.feature >--------- [INFO] Building RedDeer E4 Feature 3.0.0-SNAPSHOT [46/58] [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.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.e4.feature --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.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-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [47/58] [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.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.eclipse.feature --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.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-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [48/58] [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.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.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-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.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-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [49/58] [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.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.swt.feature --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.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-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [50/58] [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.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.tests.feature --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.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-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [51/58] [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.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.ui.feature --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.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-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [52/58] [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.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.recorder.feature --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.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-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [53/58] [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.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.graphiti.feature --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.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-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [54/58] [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.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.spy.feature --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.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-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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 3.0.0-SNAPSHOT [55/58] [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.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.logparser.feature --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.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-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature >------- [INFO] Building RedDeer CodeGen Feature 3.0.0-SNAPSHOT [56/58] [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.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.codegen.feature --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.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-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/reddeer.nightly/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.site >------------ [INFO] Building RedDeer Site 3.0.0-SNAPSHOT [57/58] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.site --- [INFO] The project's OSGi version is 3.0.0.v20200519-1412 [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.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.reddeer.site --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.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-3.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.7.0:pack (pack200-pack) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.reddeer.site --- [INFO] [INFO] -----------< org.eclipse.reddeer:eclipse-reddeer-archetype >------------ [INFO] Building RedDeer Archetype 3.0.0-SNAPSHOT [58/58] [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 13 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Progress (1): 4.1 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 796 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 2.6 MB/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 6.3 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 15 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom Progress (1): 4.1 kB Progress (1): 6.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 151 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 822 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar Progress (1): 4.1/29 kB Progress (1): 7.7/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (1): 28/29 kB Progress (1): 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 2.3 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 5.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom (7.8 kB at 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/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 5.7 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 834 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 466 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 2.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 4.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Progress (1): 4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 42 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 236 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 801 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 874 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/79 kB Progress (1): 7.7/79 kB Progress (1): 12/79 kB Progress (1): 16/79 kB Progress (1): 20/79 kB Progress (1): 24/79 kB Progress (1): 28/79 kB Progress (1): 32/79 kB Progress (1): 36/79 kB Progress (1): 40/79 kB Progress (1): 45/79 kB Progress (1): 49/79 kB Progress (1): 53/79 kB Progress (1): 57/79 kB Progress (1): 61/79 kB Progress (1): 65/79 kB Progress (1): 69/79 kB Progress (1): 73/79 kB Progress (1): 77/79 kB Progress (1): 79 kB Progress (2): 79 kB | 4.1/51 kB Progress (2): 79 kB | 7.7/51 kB Progress (2): 79 kB | 12/51 kB Progress (2): 79 kB | 16/51 kB Progress (2): 79 kB | 20/51 kB Progress (2): 79 kB | 24/51 kB Progress (2): 79 kB | 28/51 kB Progress (2): 79 kB | 32/51 kB Progress (2): 79 kB | 36/51 kB Progress (2): 79 kB | 40/51 kB Progress (2): 79 kB | 45/51 kB Progress (2): 79 kB | 49/51 kB Progress (2): 79 kB | 51 kB Progress (3): 79 kB | 51 kB | 4.1/262 kB Progress (3): 79 kB | 51 kB | 7.7/262 kB Progress (3): 79 kB | 51 kB | 12/262 kB Progress (3): 79 kB | 51 kB | 16/262 kB Progress (4): 79 kB | 51 kB | 16/262 kB | 4.1/8.5 kB Progress (4): 79 kB | 51 kB | 16/262 kB | 7.7/8.5 kB Progress (4): 79 kB | 51 kB | 16/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 20/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 24/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 28/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 32/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 36/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 40/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 45/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 49/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 53/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 57/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 61/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 65/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 69/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 73/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 77/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 81/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 85/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 90/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 94/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 98/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 102/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 106/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 110/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 114/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 118/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 122/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 126/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 131/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 135/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 139/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 143/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 147/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 151/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 155/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 159/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 163/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 167/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 171/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 176/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 180/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 184/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 188/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 192/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 196/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 200/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 204/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 208/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 212/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 217/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 221/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 225/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 229/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 233/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 237/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 241/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 245/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 249/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 253/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 258/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 262/262 kB | 8.5 kB Progress (4): 79 kB | 51 kB | 262 kB | 8.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 5.3 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 678 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 113 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 939 kB/s) [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 8 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-reddeer-archetype --- [INFO] Not copying test resources [INFO] [INFO] --- maven-archetype-plugin:3.0.0:jar (default-jar) @ eclipse-reddeer-archetype --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/reddeer.nightly/archetype/target/eclipse-reddeer-archetype-3.0.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 3.0.0-SNAPSHOT: [INFO] [INFO] RedDeer Parent POM File ............................ SUCCESS [01:09 min] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.007 s] [INFO] RedDeer Common ..................................... SUCCESS [ 29.122 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 4.167 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 6.933 s] [INFO] RedDeer Core ....................................... SUCCESS [ 14.310 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 7.398 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 4.694 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 4.419 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 7.474 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 8.674 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 4.435 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 6.556 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 12.429 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 5.363 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 6.900 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 4.195 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 3.396 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 16.054 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 5.169 s] [INFO] RedDeer UI ......................................... SUCCESS [ 12.239 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 6.383 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 16.896 s] [INFO] RedDeer Go ......................................... SUCCESS [ 3.417 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 6.004 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 3.868 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.006 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 10.315 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.123 s] [INFO] RedDeer Common Tests ............................... SUCCESS [ 14.961 s] [INFO] RedDeer SWT Tests .................................. SUCCESS [ 10.658 s] [INFO] RedDeer Core Tests ................................. SUCCESS [ 16.403 s] [INFO] RedDeer Workbench Tests ............................ SUCCESS [ 7.437 s] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 8.165 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [ 10.000 s] [INFO] RedDeer Eclipse Tests .............................. SUCCESS [ 28.266 s] [INFO] RedDeer GEF Tests .................................. SUCCESS [ 4.005 s] [INFO] RedDeer Graphiti Tests ............................. SUCCESS [ 4.069 s] [INFO] RedDeer Direct Tests ............................... SUCCESS [ 3.797 s] [INFO] RedDeer JUnit Tests ................................ SUCCESS [ 4.428 s] [INFO] RedDeer Requirements Tests ......................... SUCCESS [ 18.125 s] [INFO] RedDeer UI Tests ................................... SUCCESS [ 5.264 s] [INFO] RedDeer E4 Workbench Tests ......................... SUCCESS [ 4.697 s] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 10.921 s] [INFO] RedDeer Features ................................... SUCCESS [ 0.005 s] [INFO] RedDeer E4 Feature ................................. SUCCESS [ 5.511 s] [INFO] RedDeer Eclipse Feature ............................ SUCCESS [ 3.178 s] [INFO] RedDeer GEF Spy Feature ............................ SUCCESS [ 4.210 s] [INFO] RedDeer SWT Feature ................................ SUCCESS [ 4.210 s] [INFO] RedDeer Tests Feature .............................. SUCCESS [ 3.317 s] [INFO] RedDeer UI Feature ................................. SUCCESS [ 2.438 s] [INFO] RedDeer Recorder Feature ........................... SUCCESS [ 2.600 s] [INFO] RedDeer GEF/Graphiti Feature ....................... SUCCESS [ 2.716 s] [INFO] RedDeer Spy Feature ................................ SUCCESS [ 9.846 s] [INFO] RedDeer Log Parser Feature ......................... SUCCESS [ 2.284 s] [INFO] RedDeer CodeGen Feature ............................ SUCCESS [ 2.553 s] [INFO] RedDeer Site ....................................... SUCCESS [01:23 min] [INFO] RedDeer Archetype .................................. SUCCESS [ 2.591 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:14 min [INFO] Finished at: 2020-05-19T14:29:16Z [INFO] ------------------------------------------------------------------------ [reddeer.nightly] $ /bin/sh -xe /tmp/jenkins241724126139242003.sh + ssh genie.reddeer@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/reddeer/snapshots + cd site/target/repository + zip -r repository.zip artifacts.jar artifacts.xml.xz content.jar content.xml.xz features p2.index plugins adding: artifacts.jar (deflated 0%) adding: artifacts.xml.xz (deflated 0%) adding: content.jar (deflated 4%) adding: content.xml.xz (deflated 0%) adding: features/ (stored 0%) adding: features/org.eclipse.reddeer.tests.feature_3.0.0.v20200519-1412.jar (deflated 4%) adding: features/org.eclipse.reddeer.tests.feature.source_3.0.0.v20200519-1412.jar (deflated 11%) adding: features/org.eclipse.reddeer.gef.spy.feature_3.0.0.v20200519-1412.jar (deflated 4%) adding: features/org.eclipse.reddeer.logparser.feature.source_3.0.0.v20200519-1412.jar (deflated 11%) adding: features/org.eclipse.reddeer.swt.feature_3.0.0.v20200519-1412.jar (deflated 4%) adding: features/org.eclipse.reddeer.e4.feature.source_3.0.0.v20200519-1412.jar (deflated 10%) adding: features/org.eclipse.reddeer.ui.feature.source_3.0.0.v20200519-1412.jar (deflated 11%) adding: features/org.eclipse.reddeer.codegen.feature_3.0.0.v20200519-1412.jar (deflated 4%) adding: features/org.eclipse.reddeer.swt.feature.source_3.0.0.v20200519-1412.jar (deflated 11%) adding: features/org.eclipse.reddeer.spy.feature_3.0.0.v20200519-1412.jar (deflated 4%) adding: features/org.eclipse.reddeer.recorder.feature_3.0.0.v20200519-1412.jar (deflated 4%) adding: features/org.eclipse.reddeer.eclipse.feature.source_3.0.0.v20200519-1412.jar (deflated 11%) adding: features/org.eclipse.reddeer.graphiti.feature_3.0.0.v20200519-1412.jar (deflated 4%) adding: features/org.eclipse.reddeer.logparser.feature_3.0.0.v20200519-1412.jar (deflated 4%) adding: features/org.eclipse.reddeer.eclipse.feature_3.0.0.v20200519-1412.jar (deflated 4%) adding: features/org.eclipse.reddeer.graphiti.feature.source_3.0.0.v20200519-1412.jar (deflated 11%) adding: features/org.eclipse.reddeer.e4.feature_3.0.0.v20200519-1412.jar (deflated 4%) adding: features/org.eclipse.reddeer.ui.feature_3.0.0.v20200519-1412.jar (deflated 4%) adding: features/org.eclipse.reddeer.recorder.feature.source_3.0.0.v20200519-1412.jar (deflated 11%) adding: p2.index (deflated 35%) adding: plugins/ (stored 0%) adding: plugins/org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar (deflated 9%) adding: plugins/org.eclipse.jdt.core.manipulation_1.14.0.v20200429-1643.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.core.manipulation_1.14.0.v20200429-1643.jar (deflated 8%) adding: plugins/org.junit_4.13.0.v20200204-1500.jar.pack.gz (deflated 0%) adding: plugins/org.junit_4.13.0.v20200204-1500.jar (deflated 12%) adding: plugins/org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar (deflated 17%) adding: plugins/org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jem_2.0.600.v201903222024.jar (deflated 10%) adding: plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar (deflated 11%) adding: plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.direct_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.direct_3.0.0.v20200519-1412.jar (deflated 17%) adding: plugins/org.eclipse.wst.common.core_1.3.0.v201903222010.jar (deflated 17%) adding: plugins/org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar (deflated 14%) adding: plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.junit.extension.source_3.0.0.v20200519-1412.jar (deflated 20%) adding: plugins/org.eclipse.ant.core_3.5.700.v20191221-1203.jar (deflated 5%) adding: plugins/org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.recorder_3.0.0.v20200519-1412.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.recorder_3.0.0.v20200519-1412.jar (deflated 27%) adding: plugins/org.eclipse.reddeer.swt_3.0.0.v20200519-1412.jar (deflated 17%) adding: plugins/org.eclipse.reddeer.swt_3.0.0.v20200519-1412.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar (deflated 10%) adding: plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.web_1.2.100.v201905161255.jar (deflated 12%) adding: plugins/org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.web.ui_1.2.100.v202004300259.jar (deflated 14%) adding: plugins/org.eclipse.wst.web.ui_1.2.100.v202004300259.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.eclipse.source_3.0.0.v20200519-1412.jar (deflated 21%) adding: plugins/org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar (deflated 11%) adding: plugins/org.eclipse.jface_3.20.0.v20200415-2019.jar (deflated 9%) adding: plugins/org.eclipse.jface_3.20.0.v20200415-2019.jar.pack.gz (deflated 0%) adding: plugins/org.apache.batik.i18n_1.11.0.v20190515-0436.jar (deflated 17%) adding: plugins/org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar (deflated 10%) adding: plugins/org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar (deflated 12%) adding: plugins/org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar (deflated 10%) adding: plugins/org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz (deflated 0%) adding: plugins/com.google.protobuf_2.4.0.v201105131100.jar (deflated 6%) adding: plugins/org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar (deflated 11%) adding: plugins/org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar (deflated 6%) adding: plugins/org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar (deflated 13%) adding: plugins/org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ant.ui_3.7.800.v20200413-1643.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ant.ui_3.7.800.v20200413-1643.jar (deflated 9%) adding: plugins/org.eclipse.m2e.maven.indexer_1.16.0.20200515-1816.jar (deflated 1%) adding: plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar (deflated 7%) adding: plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.urischeme_1.1.0.v20200422-0815.jar (deflated 11%) adding: plugins/org.eclipse.urischeme_1.1.0.v20200422-0815.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.integration.test_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.integration.test_3.0.0.v20200519-1412.jar (deflated 18%) adding: plugins/org.eclipse.ui.views.properties.tabbed_3.8.900.v20200413-1417.jar (deflated 13%) adding: plugins/org.eclipse.ui.views.properties.tabbed_3.8.900.v20200413-1417.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar (deflated 12%) adding: plugins/org.eclipse.equinox.p2.director_2.4.700.v20200410-1336.jar (deflated 8%) adding: plugins/org.eclipse.equinox.p2.director_2.4.700.v20200410-1336.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.core_3.22.0.v20200430-2228.jar (deflated 5%) adding: plugins/org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar (deflated 12%) adding: plugins/org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.e4.workbench.source_3.0.0.v20200519-1412.jar (deflated 17%) adding: plugins/org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar (deflated 18%) adding: plugins/org.apache.ant_1.10.7.v20190926-0324.jar (deflated 0%) adding: plugins/org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar (deflated 14%) adding: plugins/org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar (deflated 12%) adding: plugins/org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar (deflated 15%) adding: plugins/org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.server.ui_1.5.600.v201910252115.jar (deflated 14%) adding: plugins/org.eclipse.reddeer.jface_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.jface_3.0.0.v20200519-1412.jar (deflated 15%) adding: plugins/org.eclipse.m2e.model.edit_1.16.0.20200514-1409.jar (deflated 7%) adding: plugins/org.eclipse.m2e.model.edit_1.16.0.20200514-1409.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.swtbot.generator.ui_3.0.0.202005141512.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.swtbot.generator.ui_3.0.0.202005141512.jar (deflated 15%) adding: plugins/org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar (deflated 10%) adding: plugins/org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.uiforms.source_3.0.0.v20200519-1412.jar (deflated 20%) adding: plugins/org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar (deflated 10%) adding: plugins/org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.server.core_1.10.100.v201910252115.jar (deflated 9%) adding: plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar (deflated 9%) adding: plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz (deflated 0%) adding: plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar (deflated 10%) adding: plugins/org.json_1.0.0.v201011060100.jar (deflated 4%) adding: plugins/org.json_1.0.0.v201011060100.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.css.core_0.12.1100.v20200416-0551.jar (deflated 15%) adding: plugins/org.eclipse.e4.ui.css.core_0.12.1100.v20200416-0551.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.jsdt.ui_2.0.403.v202003271645.jar (deflated 10%) adding: plugins/org.eclipse.wst.jsdt.ui_2.0.403.v202003271645.jar.pack.gz (deflated 0%) adding: plugins/com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz (deflated 0%) adding: plugins/com.google.javascript_0.0.20160315.v20161124-1903.jar (deflated 8%) adding: plugins/org.eclipse.ui.views.log_1.2.1100.v20200414-1247.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.views.log_1.2.1100.v20200414-1247.jar (deflated 13%) adding: plugins/org.eclipse.ui.workbench_3.119.0.v20200430-1430.jar (deflated 9%) adding: plugins/org.eclipse.ui.workbench_3.119.0.v20200430-1430.jar.pack.gz (deflated 0%) adding: plugins/org.w3c.css.sac_1.3.1.v200903091627.jar (deflated 16%) adding: plugins/org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar (deflated 12%) adding: plugins/org.eclipse.core.runtime_3.18.0.v20200426-1459.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.runtime_3.18.0.v20200426-1459.jar (deflated 7%) adding: plugins/org.eclipse.ui.navigator_3.9.300.v20200428-1429.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.navigator_3.9.300.v20200428-1429.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.jface.test_3.0.0.v20200519-1412.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.jface.test_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.common.test_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.common.test_3.0.0.v20200519-1412.jar (deflated 17%) adding: plugins/org.eclipse.wst.sse.core_1.2.400.v202004081818.jar (deflated 12%) adding: plugins/org.eclipse.wst.sse.core_1.2.400.v202004081818.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.requirements.test.source_3.0.0.v20200519-1412.jar (deflated 23%) adding: plugins/org.eclipse.wst.common.emf_1.2.600.v201903222010.jar (deflated 12%) adding: plugins/org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.common_3.12.0.v20200429-1624.jar (deflated 8%) adding: plugins/org.eclipse.equinox.common_3.12.0.v20200429-1624.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee_1.2.301.v201903222025.jar (deflated 14%) adding: plugins/org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.cheatsheets_3.5.800.v20200410-1640.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.cheatsheets_3.5.800.v20200410-1640.jar (deflated 13%) adding: plugins/org.eclipse.reddeer.swt.test_3.0.0.v20200519-1412.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.swt.test_3.0.0.v20200519-1412.jar (deflated 15%) adding: plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar (deflated 7%) adding: plugins/org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar (deflated 11%) adding: plugins/org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar (deflated 20%) adding: plugins/org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar (deflated 13%) adding: plugins/org.eclipse.swtbot.generator.jdt_3.0.0.202005141512.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.swtbot.generator.jdt_3.0.0.202005141512.jar (deflated 12%) adding: plugins/com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz (deflated 1%) adding: plugins/com.ibm.icu_64.2.0.v20190507-1337.jar (deflated 7%) adding: plugins/org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.apache.batik.css_1.11.0.v20190515-0436.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.core.test.source_3.0.0.v20200519-1412.jar (deflated 16%) adding: plugins/org.eclipse.reddeer.eclipse.test_3.0.0.v20200519-1412.jar (deflated 16%) adding: plugins/org.eclipse.reddeer.eclipse.test_3.0.0.v20200519-1412.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.uiforms.test.source_3.0.0.v20200519-1412.jar (deflated 19%) adding: plugins/org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar (deflated 17%) adding: plugins/org.eclipse.jdt.launching_3.17.100.v20200428-0834.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.launching_3.17.100.v20200428-0834.jar (deflated 5%) adding: plugins/org.eclipse.equinox.event_1.5.400.v20200422-1833.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.event_1.5.400.v20200422-1833.jar (deflated 12%) adding: plugins/org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.graphiti.mm_0.16.1.201909061426.jar (deflated 11%) adding: plugins/org.eclipse.ltk.ui.refactoring_3.10.300.v20200415-1908.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ltk.ui.refactoring_3.10.300.v20200415-1908.jar (deflated 11%) adding: plugins/org.eclipse.wst.common.environment_1.0.400.v201903222010.jar (deflated 16%) adding: plugins/org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.e4.workbench.core_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.e4.workbench.core_3.0.0.v20200519-1412.jar (deflated 16%) adding: plugins/org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200428-1728.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200428-1728.jar (deflated 11%) adding: plugins/com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar (deflated 16%) adding: plugins/com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar (deflated 12%) adding: plugins/org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.jdt.junit_3.0.0.v20200519-1412.jar (deflated 14%) adding: plugins/org.eclipse.reddeer.jdt.junit_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.p2.metadata_2.5.0.v20200311-1341.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.metadata_2.5.0.v20200311-1341.jar (deflated 11%) adding: plugins/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar (deflated 15%) adding: plugins/org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar (deflated 13%) adding: plugins/org.eclipse.wst.xml.ui_1.2.400.v202004291830.jar (deflated 11%) adding: plugins/org.eclipse.wst.xml.ui_1.2.400.v202004291830.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar (deflated 10%) adding: plugins/org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz (deflated 2%) adding: plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar (deflated 27%) adding: plugins/org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar (deflated 9%) adding: plugins/org.eclipse.compare.core_3.6.900.v20200412-2017.jar (deflated 9%) adding: plugins/org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar (deflated 12%) adding: plugins/org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.views_3.10.300.v20200311-1018.jar (deflated 13%) adding: plugins/org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar (deflated 10%) adding: plugins/org.eclipse.m2e.archetype.common_1.16.0.20200515-1816.jar (deflated 0%) adding: plugins/org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar (deflated 1%) adding: plugins/org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.core.test_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.core.test_3.0.0.v20200519-1412.jar (deflated 14%) adding: plugins/org.eclipse.ui.editors_3.13.200.v20200410-1852.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.editors_3.13.200.v20200410-1852.jar (deflated 10%) adding: plugins/org.eclipse.e4.ui.dialogs_1.1.800.v20200428-1429.jar (deflated 11%) adding: plugins/org.eclipse.e4.ui.dialogs_1.1.800.v20200428-1429.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar (deflated 10%) adding: plugins/org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar (deflated 15%) adding: plugins/org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar (deflated 7%) adding: plugins/org.eclipse.reddeer.junit.test.source_3.0.0.v20200519-1412.jar (deflated 23%) adding: plugins/org.eclipse.m2e.core.ui_1.16.0.20200514-1409.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.m2e.core.ui_1.16.0.20200514-1409.jar (deflated 9%) adding: plugins/org.eclipse.reddeer.eclipse.test.source_3.0.0.v20200519-1412.jar (deflated 22%) adding: plugins/org.objenesis_2.6.0.v20180420-1519.jar.pack.gz (deflated 0%) adding: plugins/org.objenesis_2.6.0.v20180420-1519.jar (deflated 19%) adding: plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar (deflated 12%) adding: plugins/org.eclipse.ui.intro_3.5.1000.v20200330-1059.jar (deflated 9%) adding: plugins/org.eclipse.ui.intro_3.5.1000.v20200330-1059.jar.pack.gz (deflated 0%) adding: plugins/org.sat4j.pb_2.3.5.v201404071733.jar (deflated 9%) adding: plugins/org.eclipse.core.databinding_1.8.100.v20200414-0824.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.databinding_1.8.100.v20200414-0824.jar (deflated 12%) adding: plugins/org.slf4j.jcl_1.7.2.v20130115-1340.jar (deflated 11%) adding: plugins/org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.server.core_1.2.600.v201910252115.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.swt.test.source_3.0.0.v20200519-1412.jar (deflated 17%) adding: plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar (deflated 8%) adding: plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz (deflated 0%) adding: plugins/net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz (stored 0%) adding: plugins/net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar (deflated 13%) adding: plugins/org.eclipse.m2e.maven.runtime_1.16.0.20200515-1816.jar (deflated 0%) adding: plugins/org.eclipse.swt_3.114.100.v20200430-0622.jar (deflated 4%) adding: plugins/org.eclipse.swt_3.114.100.v20200430-0622.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.ui.console_3.9.200.v20200410-1449.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.console_3.9.200.v20200410-1449.jar (deflated 13%) adding: plugins/org.eclipse.ui.trace_1.1.800.v20200106-1301.jar (deflated 11%) adding: plugins/org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar (deflated 21%) adding: plugins/org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar (deflated 14%) adding: plugins/org.slf4j.api_1.7.30.v20200204-2150.jar (deflated 12%) adding: plugins/org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.integration.test.source_3.0.0.v20200519-1412.jar (deflated 22%) adding: plugins/org.eclipse.emf.common_2.19.0.v20200324-0932.jar (deflated 10%) adding: plugins/org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar (deflated 13%) adding: plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar (deflated 11%) adding: plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.pde.build_3.10.800.v20200410-1419.jar (deflated 1%) adding: plugins/org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.uiforms.test_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.uiforms.test_3.0.0.v20200519-1412.jar (deflated 17%) adding: plugins/org.eclipse.reddeer.direct.source_3.0.0.v20200519-1412.jar (deflated 16%) adding: plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar (deflated 7%) adding: plugins/org.eclipse.pde.launching_3.8.200.v20200430-1402.jar (deflated 6%) adding: plugins/org.eclipse.pde.launching_3.8.200.v20200430-1402.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.codegen_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.codegen_3.0.0.v20200519-1412.jar (deflated 15%) adding: plugins/org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz (deflated 0%) adding: plugins/org.apache.commons.lang_2.6.0.v201404270220.jar (deflated 8%) adding: plugins/org.eclipse.jdt.debug_3.15.100.v20200428-1957.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.debug_3.15.100.v20200428-1957.jar (deflated 0%) adding: plugins/org.eclipse.reddeer.junit.extension_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.junit.extension_3.0.0.v20200519-1412.jar (deflated 19%) adding: plugins/org.eclipse.compare_3.7.1000.v20200422-1935.jar (deflated 10%) adding: plugins/org.eclipse.compare_3.7.1000.v20200422-1935.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.junit.source_3.0.0.v20200519-1412.jar (deflated 17%) adding: plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar (deflated 8%) adding: plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.core.expressions_3.6.800.v20200319-0911.jar (deflated 10%) adding: plugins/org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz (deflated 0%) adding: plugins/org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.sse.ui_1.7.0.v202004300259.jar (deflated 11%) adding: plugins/org.eclipse.wst.sse.ui_1.7.0.v202004300259.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jface.databinding_1.11.100.v20200318-1219.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jface.databinding_1.11.100.v20200318-1219.jar (deflated 15%) adding: plugins/org.eclipse.wst.validation_1.2.800.v201904082137.jar (deflated 9%) adding: plugins/org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar (deflated 13%) adding: plugins/org.eclipse.m2e.workspace.cli_0.3.1.jar (deflated 18%) adding: plugins/org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar (deflated 7%) adding: plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar (deflated 8%) adding: plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.search_3.11.1000.v20200410-1852.jar (deflated 11%) adding: plugins/org.eclipse.jdt_3.18.400.v20200501-0520.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt_3.18.400.v20200501-0520.jar (deflated 8%) adding: plugins/org.eclipse.reddeer.junit_3.0.0.v20200519-1412.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.junit_3.0.0.v20200519-1412.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ant.launching_1.2.900.v20200410-1424.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ant.launching_1.2.900.v20200410-1424.jar (deflated 6%) adding: plugins/org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.forms_3.9.100.v20200413-1417.jar (deflated 8%) adding: plugins/org.eclipse.datatools.connectivity_1.14.102.201911250848.jar (deflated 9%) adding: plugins/org.eclipse.wst.xml.core_1.2.200.v202003231332.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.xml.core_1.2.200.v202003231332.jar (deflated 10%) adding: plugins/org.eclipse.core.resources_3.13.700.v20200209-1624.jar (deflated 6%) adding: plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz (deflated 0%) adding: plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar (deflated 13%) adding: plugins/org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jem.util_2.1.201.v201903222010.jar (deflated 11%) adding: plugins/org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar (deflated 11%) adding: plugins/org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200515-1816.jar (deflated 5%) adding: plugins/org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar (deflated 8%) adding: plugins/org.eclipse.reddeer.common.source_3.0.0.v20200519-1412.jar (deflated 15%) adding: plugins/org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar (deflated 16%) adding: plugins/org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar (deflated 13%) adding: plugins/org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.graphiti_3.0.0.v20200519-1412.jar (deflated 20%) adding: plugins/org.eclipse.reddeer.graphiti_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.emf.ecore_2.22.0.v20200324-0932.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.ecore_2.22.0.v20200324-0932.jar (deflated 8%) adding: plugins/org.eclipse.emf.codegen_2.20.0.v20200324-0932.jar (deflated 8%) adding: plugins/org.eclipse.emf.codegen_2.20.0.v20200324-0932.jar.pack.gz (deflated 0%) adding: plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar (deflated 15%) adding: plugins/org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar (deflated 16%) adding: plugins/org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.ide_3.17.100.v20200428-1429.jar (deflated 9%) adding: plugins/org.eclipse.ui.ide_3.17.100.v20200428-1429.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.help_1.7.101.201811012051.jar (deflated 13%) adding: plugins/org.eclipse.pde.core_3.13.400.v20200415-0531.jar (deflated 7%) adding: plugins/org.eclipse.reddeer.jface.source_3.0.0.v20200519-1412.jar (deflated 16%) adding: plugins/javax.inject_1.0.0.v20091030.jar (deflated 9%) adding: plugins/com.google.guava_27.1.0.v20190517-1946.jar.pack.gz (deflated 0%) adding: plugins/com.google.guava_27.1.0.v20190517-1946.jar (deflated 10%) adding: plugins/org.sat4j.core_2.3.5.v201308161310.jar.pack.gz (deflated 0%) adding: plugins/org.sat4j.core_2.3.5.v201308161310.jar (deflated 9%) adding: plugins/org.eclipse.wst.html.core_1.3.200.v202003231332.jar (deflated 12%) adding: plugins/org.eclipse.wst.html.core_1.3.200.v202003231332.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.direct.test.source_3.0.0.v20200519-1412.jar (deflated 16%) adding: plugins/org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar (deflated 15%) adding: plugins/org.eclipse.e4.ui.workbench_1.11.300.v20200420-0843.jar (deflated 11%) adding: plugins/org.eclipse.e4.ui.workbench_1.11.300.v20200420-0843.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.security_1.3.500.v20200114-1637.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.ui_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.ui_3.0.0.v20200519-1412.jar (deflated 18%) adding: plugins/org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar (deflated 11%) adding: plugins/javax.xml_1.3.4.v201005080400.jar (deflated 19%) adding: plugins/org.eclipse.reddeer.gef_3.0.0.v20200519-1412.jar (deflated 18%) adding: plugins/org.eclipse.reddeer.gef_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz (deflated 0%) adding: plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar (deflated 6%) adding: plugins/org.eclipse.equinox.p2.engine_2.6.700.v20200319-1546.jar (deflated 9%) adding: plugins/org.eclipse.equinox.p2.engine_2.6.700.v20200319-1546.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.contenttype_3.7.700.v20200421-0950.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.contenttype_3.7.700.v20200421-0950.jar (deflated 9%) adding: plugins/org.eclipse.debug.ui_3.14.500.v20200429-0558.jar (deflated 13%) adding: plugins/org.eclipse.debug.ui_3.14.500.v20200429-0558.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.ui.test_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.ui.test_3.0.0.v20200519-1412.jar (deflated 13%) adding: plugins/org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar (deflated 11%) adding: plugins/org.eclipse.update.configurator_3.4.600.v20200422-1910.jar (deflated 7%) adding: plugins/org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.spy_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.spy_3.0.0.v20200519-1412.jar (deflated 16%) adding: plugins/org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar (deflated 21%) adding: plugins/org.eclipse.reddeer.uiforms_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.uiforms_3.0.0.v20200519-1412.jar (deflated 21%) adding: plugins/org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar (deflated 12%) adding: plugins/org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar (deflated 15%) adding: plugins/org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar (deflated 12%) adding: plugins/org.eclipse.wst.css.core_1.2.0.v202004081818.jar (deflated 10%) adding: plugins/org.eclipse.wst.css.core_1.2.0.v202004081818.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200501-0715.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200501-0715.jar (deflated 6%) adding: plugins/org.eclipse.reddeer.go_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.go_3.0.0.v20200519-1412.jar (deflated 12%) adding: plugins/org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar (deflated 18%) adding: plugins/org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar (deflated 14%) adding: plugins/org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200428-1429.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200428-1429.jar (deflated 10%) adding: plugins/org.eclipse.m2e.core_1.16.0.20200514-1409.jar (deflated 9%) adding: plugins/org.eclipse.m2e.core_1.16.0.20200514-1409.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.html.ui_1.1.300.v202004300259.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.html.ui_1.1.300.v202004300259.jar (deflated 12%) adding: plugins/org.eclipse.jface.text_3.16.300.v20200411-1324.jar (deflated 10%) adding: plugins/org.eclipse.jface.text_3.16.300.v20200411-1324.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar (deflated 14%) adding: plugins/org.eclipse.reddeer.logparser.source_3.0.0.v20200519-1412.jar (deflated 13%) adding: plugins/org.eclipse.debug.core_3.15.100.v20200427-1056.jar (deflated 10%) adding: plugins/org.eclipse.debug.core_3.15.100.v20200427-1056.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.junit.core_3.10.700.v20200324-1928.jar (deflated 9%) adding: plugins/org.eclipse.jdt.junit.core_3.10.700.v20200324-1928.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar (deflated 13%) adding: plugins/org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar (deflated 9%) adding: plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar (deflated 6%) adding: plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar (deflated 8%) adding: plugins/org.eclipse.reddeer.recorder.source_3.0.0.v20200519-1412.jar (deflated 13%) adding: plugins/org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar (deflated 8%) adding: plugins/org.eclipse.ui.browser_3.6.800.v20200410-1405.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui.browser_3.6.800.v20200410-1405.jar (deflated 16%) adding: plugins/org.eclipse.reddeer.direct.test_3.0.0.v20200519-1412.jar (deflated 17%) adding: plugins/org.eclipse.reddeer.direct.test_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz (deflated 0%) adding: plugins/org.hamcrest.library_1.3.0.v20180524-2246.jar (deflated 9%) adding: plugins/org.eclipse.reddeer.e4.workbench_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.e4.workbench_3.0.0.v20200519-1412.jar (deflated 17%) adding: plugins/org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar (deflated 13%) adding: plugins/org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.e4.workbench.core.source_3.0.0.v20200519-1412.jar (deflated 16%) adding: plugins/org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar (deflated 8%) adding: plugins/org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar (deflated 11%) adding: plugins/org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.team.core_3.8.1000.v20200428-1255.jar (deflated 10%) adding: plugins/org.eclipse.emf.transaction_1.9.1.201805140824.jar (deflated 11%) adding: plugins/org.eclipse.jdt.debug.ui_3.11.0.v20200424-2154.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.workbench.core.source_3.0.0.v20200519-1412.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.workbench.source_3.0.0.v20200519-1412.jar (deflated 16%) adding: plugins/org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar (deflated 11%) adding: plugins/org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.workbench.test_3.0.0.v20200519-1412.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.workbench.test_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.eclipse_3.0.0.v20200519-1412.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.eclipse_3.0.0.v20200519-1412.jar (deflated 19%) adding: plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar (deflated 11%) adding: plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.core_7.5.0.v20181003-1532.jar (deflated 9%) adding: plugins/org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar (deflated 24%) adding: plugins/org.eclipse.reddeer.workbench.test.source_3.0.0.v20200519-1412.jar (deflated 15%) adding: plugins/org.mockito_2.23.0.v20200310-1642.jar.pack.gz (deflated 0%) adding: plugins/org.mockito_2.23.0.v20200310-1642.jar (deflated 15%) adding: plugins/org.eclipse.reddeer.core_3.0.0.v20200519-1412.jar (deflated 17%) adding: plugins/org.eclipse.reddeer.core_3.0.0.v20200519-1412.jar.pack.gz (deflated 0%) adding: plugins/net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar (deflated 13%) adding: plugins/net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.gef.source_3.0.0.v20200519-1412.jar (deflated 19%) adding: plugins/org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar (deflated 11%) adding: plugins/org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.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.jst.j2ee.ui_1.1.931.v201903222025.jar (deflated 12%) adding: plugins/org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.common.ui_1.0.301.v201903222024.jar (deflated 14%) adding: plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz (stored 0%) adding: plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar (deflated 11%) adding: plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar (deflated 6%) adding: plugins/org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar (deflated 15%) adding: plugins/org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz (deflated 0%) adding: plugins/org.yaml.snakeyaml_1.14.0.v201604211500.jar (deflated 12%) adding: plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200430-0622.jar (deflated 7%) adding: plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200430-0622.jar.pack.gz (deflated 2%) adding: plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar (deflated 10%) adding: plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar (deflated 22%) adding: plugins/org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar (deflated 5%) adding: plugins/org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.jee_1.0.902.v201905281719.jar (deflated 14%) adding: plugins/org.eclipse.reddeer.junit.test_3.0.0.v20200519-1412.jar (deflated 23%) adding: plugins/org.eclipse.reddeer.junit.test_3.0.0.v20200519-1412.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar (deflated 22%) adding: plugins/org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.workbench_3.0.0.v20200519-1412.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.workbench_3.0.0.v20200519-1412.jar (deflated 16%) adding: plugins/org.eclipse.swtbot.generator_3.0.0.202005141512.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.swtbot.generator_3.0.0.202005141512.jar (deflated 13%) adding: plugins/org.eclipse.reddeer.gef.spy_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.gef.spy_3.0.0.v20200519-1412.jar (deflated 16%) adding: plugins/org.eclipse.e4.ui.bindings_0.12.900.v20200428-1046.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.ui.bindings_0.12.900.v20200428-1046.jar (deflated 8%) adding: plugins/org.eclipse.wst.common.ui_1.1.700.v201905071717.jar (deflated 13%) adding: plugins/org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz (deflated 0%) adding: plugins/com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar.pack.gz (deflated 0%) adding: plugins/com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar (deflated 5%) adding: plugins/org.eclipse.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.emf.validation_1.8.0.201812070911.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.workbench.core_3.0.0.v20200519-1412.jar (deflated 17%) adding: plugins/org.eclipse.reddeer.workbench.core_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar (deflated 11%) adding: plugins/org.eclipse.wst.css.ui_1.1.400.v202004230532.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.css.ui_1.1.400.v202004230532.jar (deflated 11%) adding: plugins/org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.osgi.services_3.8.0.v20190206-2147.jar (deflated 18%) adding: plugins/org.eclipse.jdt.ui_3.21.100.v20200430-0919.jar (deflated 9%) adding: plugins/org.eclipse.jdt.ui_3.21.100.v20200430-0919.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.graphiti.source_3.0.0.v20200519-1412.jar (deflated 20%) adding: plugins/org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar (deflated 18%) adding: plugins/org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.team.ui_3.8.900.v20200422-1935.jar (deflated 10%) adding: plugins/org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar (deflated 13%) adding: plugins/org.eclipse.equinox.p2.ui_2.6.0.v20200428-1254.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.p2.ui_2.6.0.v20200428-1254.jar (deflated 8%) adding: plugins/org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar (deflated 15%) adding: plugins/org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz (stored 0%) adding: plugins/org.apache.xmlgraphics_2.3.0.v20190515-0436.jar (deflated 10%) adding: plugins/org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jem.workbench_2.0.400.v201903222024.jar (deflated 7%) adding: plugins/org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.common_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.common_3.0.0.v20200519-1412.jar (deflated 14%) adding: plugins/org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar (deflated 11%) adding: plugins/org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.help_3.8.800.v20200408-1113.jar (deflated 8%) adding: plugins/org.eclipse.help_3.8.800.v20200408-1113.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.requirements.test_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.reddeer.requirements.test_3.0.0.v20200519-1412.jar (deflated 21%) adding: plugins/org.eclipse.ui_3.117.0.v20200414-1247.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ui_3.117.0.v20200414-1247.jar (deflated 18%) adding: plugins/org.eclipse.e4.ui.css.swt_0.13.1000.v20200326-1217.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.e4.ui.css.swt_0.13.1000.v20200326-1217.jar (deflated 12%) adding: plugins/org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar (deflated 7%) adding: plugins/org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar (deflated 13%) adding: plugins/org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.draw2d_3.10.100.201606061308.jar (deflated 8%) adding: plugins/org.eclipse.reddeer.requirements.source_3.0.0.v20200519-1412.jar (deflated 21%) adding: plugins/org.eclipse.reddeer.common.test.source_3.0.0.v20200519-1412.jar (deflated 20%) adding: plugins/org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.equinox.app_1.4.500.v20200422-1833.jar (deflated 7%) adding: plugins/org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar (deflated 8%) adding: plugins/org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.emf.workspace_1.5.1.201805140824.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.requirements_3.0.0.v20200519-1412.jar (deflated 22%) adding: plugins/org.eclipse.reddeer.requirements_3.0.0.v20200519-1412.jar.pack.gz (stored 0%) adding: plugins/org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz (deflated 0%) adding: plugins/org.apache.lucene.misc_7.5.0.v20181003-1532.jar (deflated 10%) adding: plugins/org.apache.xerces_2.9.0.v201101211617.jar (deflated 11%) adding: plugins/org.eclipse.reddeer.go.source_3.0.0.v20200519-1412.jar (deflated 8%) adding: plugins/org.eclipse.gef_3.11.0.201606061308.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.gef_3.11.0.201606061308.jar (deflated 11%) adding: plugins/org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.core.net_1.3.900.v20200428-1255.jar (deflated 9%) adding: plugins/org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar (deflated 11%) adding: plugins/org.eclipse.text_3.10.200.v20200428-0633.jar (deflated 10%) adding: plugins/org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.junit_3.11.800.v20200426-1050.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.jdt.junit_3.11.800.v20200426-1050.jar (deflated 13%) adding: plugins/org.eclipse.graphiti.ui_0.16.1.201909061426.jar (deflated 9%) adding: plugins/org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar (deflated 15%) adding: plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz (deflated 0%) adding: plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar (deflated 6%) adding: plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar (deflated 11%) adding: plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar (deflated 11%) adding: plugins/org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.logparser_3.0.0.v20200519-1412.jar (deflated 16%) adding: plugins/org.eclipse.reddeer.logparser_3.0.0.v20200519-1412.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.swt.source_3.0.0.v20200519-1412.jar (deflated 17%) adding: plugins/org.eclipse.osgi_3.15.300.v20200401-2046.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.osgi_3.15.300.v20200401-2046.jar (deflated 9%) adding: plugins/org.eclipse.ltk.core.refactoring_3.10.500.v20200415-1722.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.ltk.core.refactoring_3.10.500.v20200415-1722.jar (deflated 11%) adding: plugins/org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar (deflated 13%) adding: plugins/com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar (deflated 8%) adding: plugins/com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.reddeer.ui.source_3.0.0.v20200519-1412.jar (deflated 15%) adding: plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar (deflated 11%) adding: plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.core.commands_3.9.700.v20191217-1850.jar (deflated 13%) adding: plugins/org.eclipse.reddeer.ui.test.source_3.0.0.v20200519-1412.jar (deflated 15%) adding: plugins/org.eclipse.graphiti_0.16.1.201909061426.jar (deflated 17%) adding: plugins/org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz (deflated 0%) adding: plugins/org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.apache.batik.constants_1.11.0.v20190515-0436.jar (deflated 18%) adding: plugins/org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz (deflated 0%) adding: plugins/org.apache.batik.util_1.11.0.v20190515-0436.jar (deflated 10%) adding: plugins/org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar (deflated 14%) adding: plugins/org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar (deflated 19%) adding: plugins/com.google.gson_2.8.2.v20180104-1110.jar.pack.gz (deflated 0%) adding: plugins/com.google.gson_2.8.2.v20180104-1110.jar (deflated 11%) adding: plugins/org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar (deflated 10%) adding: plugins/org.eclipse.reddeer.core.source_3.0.0.v20200519-1412.jar (deflated 12%) adding: plugins/org.eclipse.reddeer.jface.test.source_3.0.0.v20200519-1412.jar (deflated 18%) adding: plugins/org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716.jar (deflated 13%) adding: plugins/org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar (deflated 13%) adding: plugins/org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar (deflated 16%) adding: plugins/org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar (deflated 10%) adding: plugins/org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.pde.ui_3.11.400.v20200428-1002.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.pde.ui_3.11.400.v20200428-1002.jar (deflated 11%) adding: plugins/org.eclipse.pde.junit.runtime_3.5.800.v20200310-0710.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.pde.junit.runtime_3.5.800.v20200310-0710.jar (deflated 11%) adding: plugins/org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200430-0622.jar (deflated 5%) adding: plugins/org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200430-0622.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200430-0622.jar (deflated 5%) adding: plugins/org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200430-0622.jar.pack.gz (deflated 2%) + 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 446188 drwxrwsr-x 4 genie.reddeer technology.reddeer 197 May 19 10:29 . drwxrwsr-x 5 genie.reddeer technology.reddeer 73 May 19 10:29 .. -rw-r--r-- 1 genie.reddeer technology.reddeer 69570 May 19 10:29 artifacts.jar -rw-r--r-- 1 genie.reddeer technology.reddeer 50384 May 19 10:29 artifacts.xml.xz -rw-r--r-- 1 genie.reddeer technology.reddeer 175497 May 19 10:28 content.jar -rw-r--r-- 1 genie.reddeer technology.reddeer 67944 May 19 10:29 content.xml.xz drwxr-sr-x 2 genie.reddeer technology.reddeer 4096 May 19 10:28 features -rw-r--r-- 1 genie.reddeer technology.reddeer 172 May 19 10:29 p2.index drwxr-sr-x 2 genie.reddeer technology.reddeer 49152 May 19 10:28 plugins -rw-r--r-- 1 genie.reddeer technology.reddeer 218956095 May 19 10:29 repository.zip $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 68 killed; [ssh-agent] Stopped. Finished: SUCCESS